gedit /boot/grub/grub.cfg
After that line you will see the items of your GRUB menu.
sudo nautilus
... [READ MORE]
How to change/set background image of GRUB bootscreen
1 – Press ALT + F2. Type this in the input box of the window.
gksu gedit /etc/grub.d/05_debian_theme
and press Enter Key.
gksu update-grub
... [READ MORE]
How to remove an item from GRUB boot menu
Follow these steps.
Backup your GRUB configuration file which is in /boot/grub/grub.cfg which we will need if something goes wrong.
Open Terminal (Applications -> Accessories -> Terminal). You need to be the root. For that :... [READ MORE]
How to Repair/Restore/Reinstall GRUB Using Ubuntu Live CD
GRUB is the default bootloader of Linux. It is installed on your Hard Disk, but it’s not accessible as a drive. GRUB is installed on your Hard Disk when you install a Linux Operating System.
Without GRUB, you can’t boot in to OSs. Windows, Mac and other OS have their own bootloader. Linux too have different bootloaders. GRUB, BURG are examples.
When you install Windows after you install Ubuntu, Windows replaces the GRUB in the Hard Disk to Windows’ boot loader which won’t identify Linux systems (Damn you Windows !). But, our GRUB detects every OS. So, it’s better to have GRUB over Windows Boot Loader.
... [READ MORE]