Changing the Grub Bootloader on Ubuntu


When the computer we installed a lot of operating systems such as Ubuntu and Windows. Then we can change the bootloader mechanism for purposes such as changing the order of operating systems that perform or to change its name. Some steps that can be done is


When the computer we installed a lot of operating systems such as Ubuntu and Windows. Then we can change the bootloader mechanism for purposes such as changing the order of operating systems that perform or to change its name. Some steps that can be done is


1. Go to the console and login with the command sudo su

2. Open the root file manager with the command gksu nautilus

3. Go to the folder / boot / grub and open and edit the file named menu.lst

You will see at the end:


title Ubuntu Feisty Fawn 7.04
root (hd0,7)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=9542985d-489a-4e8f-8fbc-18d99ffd65e9 ro quiet splash
initrd /boot/initrd.img-2.6.20-15-generic
quiet
savedefault

title Ubuntu, Fiesty Fawn Kernel 2.6.20-15-generic (recovery mode)
root (hd0,7)
kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=9542985d-489a-4e8f-8fbc-18d99ffd65e9 ro single
initrd /boot/initrd.img-2.6.20-15-generic

title Ubuntu, memtest86+
root (hd0,7)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1
Have you edit, for example, to Windows as the default operating system that can boot then just move your residence to the first order. You can also change the title / title operating system.
After that you save your changes and close the file menu.lst. The final step is to enable the change by giving orders to your console are:
sudo su
grub-install /dev/sda
When out information like this, then the process of change you make Grub bootloader had been successful. To view the results please reboot your computer. Good luck
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map.
Check if this is correct or not. If any of the lines is incorrect,
fix it and re-run the script `grub-install’.
(hd0) /dev/sda





0 Response to "Changing the Grub Bootloader on Ubuntu"