Skip to main content

Grub Customizer 4.0.1 released, Install in Ubuntu/Linux Mint/other Ubuntu derivatives

Install Grub Customizer 4.0.1 in Ubuntu 14.04 Trusty/13.10 Saucy/13.04 Raring/12.10 and other Ubuntu derivatives

Grub Customizer - a new graphical GRUB 2, You can now select the default boot entry, change the menu visibility and timeout, set kernel parameters, disable recovery entries and change screen resolution (GFX_MODE) - all by using Grub Customizer.
grub customizer

With Grub-Customizer you can set default boot Entry/OS easily, Also visibility options provide custom time and look for new Operating System. For advance users Kernel Parameters option is available.
grub customizer

Advance settings for experts
grub customizer

Grub background is quite interesting feature offered by Grub-Customizer. There are options to set it manually but with this tool you can easily add any image to your grub, can set custom resolution and also font customization is available.
grub customizer

Features:
  • Move, remove or rename menuentries (they stey updatable by update-grub)
  • Edit the contents of menuentries or create new ones (internally it edits the 40_custom)
  • Support for GRUB2 and BURG
  • Reinstallation of the bootloader to MBR
  • Settings like default operating system, kernel params, background image and text colors etc.
  • Changing the installed operating system by running on a live cd

What's new and fixes in this version:
  • Error when there's a visible menuentry below a hidden submenu - fixed
  • Hiding placeholders
  • View options
  • Improved trash view
  • GTKmm 3.0
  • Theming
  • Improved appearance settings
  • Script replacement detection (no more duplicates when grub scripts are replaced by an update of grub)
  • Backup creation on first run (allows simple restoring of the default config)
  • More help texts
  • Fallback on systems without grub-mkdevicemap/device.map (better compatibility)

To install Grub-Customizer in Ubuntu open Terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:

1)sudo add-apt-repository ppa:danielrichter2007/grub-customizer

2)sudo apt-get update

3)sudo apt-get install grub-customizer

Comments

  1. A big relief to see my boot options getting limited to two entries. Cheers.

    ReplyDelete

Post a Comment

Popular posts from this blog

Install Conky Manager in Ubuntu 14.04 and 14.10

Install Conky Manager in Ubuntu: Conky Manager is available in the developer’s PPA for Ubuntu 14.10, Ubuntu 14.04, Ubuntu 13.10 and Ubuntu 12.04. Press  Ctrl+Alt+T  to open terminal. When it opens, run the following commands one by one: sudo add-apt-repository ppa:teejee2008/ppa sudo apt-get update sudo apt-get install conky-manager You can also see from here http://www.webupd8.org/2014/06/conky-manager-gets-revamped-ui-new.html

StandAlone Apache Storm Installation in Ubuntu 14.04 LTS

Deploying Apache Storm  1) If Java 7 is not present, please install it. 2) Zookeeper Installation Download zookeeper-3.4.6 from Apache site       $ tar -xvf zookeeper-3.4.6.tar.gz       $ cd zookeeper-3.4.6/       $ cp conf/zoo_sample.cfg conf/zoo.cfg       $ bin/zkServer.sh start 3) Storm Cluster Installation Download the storm tarball from official Apache Mirror.  Untar it.       $ tar xzvf apache-storm-0.9.2-incubating.tar.gz Move to new directory.       $ sudo cp -R apache-storm-0.9.2-incubating /usr/lib/ Go to /usr/lib/apache-storm-0.9.2-incubating/ and configure storm.yaml present in conf folder, add the followuing line, this folder must have write permissions too. storm.zookeeper.servers:     - "localhost" storm.zookeeper.port: 2181 nimbus.host: "localhost" storm.local.dir: "/var/stormtmp"    ...

Play Song From Terminal

1) sudo apt-get install sox For formating to mp3 and other extension we need decoder of Sox 2 ) sudo apt - get install libsox - fmt - mp3 Now go to the directory of your Music and give command as play *.mp3 it will play music and if you want to go to another song then press `ctrl + c`  To terminate press `ctrl+c+c` Thanks For seeing and i hope you like this  ENJOY ------------------------------------- Please if you like this Post so do not Forget to Comment and like