May 18, 2012

Infomasi Social Media dan Tip Trik Online

Configure Grub Using StartUp Manager on Ubuntu


Advertisements

When I still used Ubuntu 7.xx, 8.xx, and 9.xx, I configure Grub manually by editing the /boot/grub/menu.lst. But, since Ubuntu use Grub 2 on Ubuntu 10.04, I do not edit Grub setting manually any more. There is Start-Up Manager that can configure Grub 2 easier. StartUp-Manager is a free open-source GUI tool to manage settings for Grub (Grub Legacy), Grub 2, Usplash and Splashy. It provides a menu-driven interface which allows the user to set boot menu options such as the default operating system, menu timeouts and displays, password protection and much more. StartUp-Manager accomplishes this by translating the user’s GUI inputs into bootloader settings without the need to manually edit the bootloader file (in Ubuntu, normally /boot/grub/menu.lst).
Here are the setting can be changed using Start-Up Manager :

  1. Timeout
  2. Default OS/kernel
  3. Misc. (Writes to the “GRUB_CMDLINE_LINUX=” line of /etc/default/grub but will not remove the same entries such as “splash” and “quiet” already entered on “GRUB_CMDLINE_LINUX_DEFAULT=”)
  4. Show text during boot
  5. Display resolution – Placed on “GRUB_CMDLINE_LINUX=” line of /etc/default/grub as “vga=XXX”. During boot GRUB 2 will note that the “vga=” option is deprecated.

If you have not installed Start-Up Manager on your Ubuntu yet, the are 2 ways to install it:
First, Install with Synaptic:
Open Synaptic: System > Administration > Synaptic Package Manager.
You can search using keyword startup manager. And then select startupmanager in the right panel, mark for installation, and press Apply.
The second way is using terminal, if the universe repository is enabled, run:
sudo apt-get install startupmanager
After the installation process is finished you can open Start-Up Manager from start menu: System > Administration > StartUp-Manager, or in a terminal: startupmanager.

startup manager 600x322 Configure Grub Using StartUp Manager on Ubuntu

Configure Grub Using StartUp Manager on Ubuntu

startup manager2 600x320 Configure Grub Using StartUp Manager on Ubuntu

Configure Grub Using StartUp Manager on Ubuntu

Related posts:

  1. How To : Restore Grub 2 on Ubuntu after Installing Windows 7
  2. Ubuntu Tweak – Easier Way To Configure Ubuntu
  3. How To : Install Ubuntu From USB Drive
  4. How To : Install NVIDIA Graphic Card Driver on Ubuntu 10.10
  5. Yay!! Ubuntu 10.10 Was Released! What’s New?
Ngonoo - Technology & Social Media Updates
Post comment as twitter logo facebook logo
Sort: Newest | Oldest

Trackbacks

  1. [...] the Firefox 4 has been installed on your Ubuntu. Now, the last step is create a app launcher on your Desktop. Right click on the Desktop->Create [...]