How to Edit GRUB in Karmic
- 1). Log in to the Ubuntu operating system.
- 2). Open the Terminal from Ubuntu's desktop shortcut.
- 3). Type "ls /etc/grub.d" and press "Enter" to display a list of entries in the GRUB bootloader.
- 4). Use the "rm" command to remove entries from the GRUB bootloader -- for example, "rm -rf 05_debian_theme."
- 5). Add new entries by creating new files with the "touch" command, such as "touch 25_new_option." Edit these entries using the Gedit command, such as "gedit 25_new_option," and configure them to your liking.
- 6). Update GRUB by typing "sudo update-grub" into the Terminal and pressing "Enter." Reboot your computer to view the changes to the GRUB bootloader.
Source...