Modify choices on dual boot?

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
nicesites

Modify choices on dual boot?

Post by nicesites »

Ok, I have windows XP and linux mint 7. Here is what I want to do. I just want the splash screen to give two choices. Windows XP, or Linux Mint. Take all the memtest and that out so this guy doesn't get confused. How do I modify the menu so it only shows windows XP and Linux Mint 7? Thanks in advance guys!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Aging Technogeek

Re: Modify choices on dual boot?

Post by Aging Technogeek »

In terminal, enter the command below:

Code: Select all

 gksu gedit /boot/grub/menu.lst
Hit Enter and type in your password when asked.The grub boot menu will be displayed. Scroll down to the section that begins

Code: Select all

## ## End Default Options ##

title		Linux Mint 7 Gloria XFCE, kernel 2.6.28-11-generic
root		(hd0,8)
kernel		/boot/vmlinuz-2.6.28-11-generic root=/dev/sda9 ro quiet splash 
initrd		/boot/initrd.img-2.6.28-11-generic
quiet
Comment out all entries you do not want by placing a # in front of each line of the entry . The result should look like this:

Code: Select all

# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sda5.
#title		Linux Mint 7 Gloria, kernel 2.6.28-11-generic (recovery mode) (on /dev/sda5)
#root		(hd0,4)
#kernel		/boot/vmlinuz-2.6.28-11-generic root=/dev/sda5 ro single 
#initrd		/boot/initrd.img-2.6.28-11-generic
#savedefault
#boot
Save the changes and exit the menu.

A suggestion ; just in case your Mint install ever fails to boot, leave the Mint 7 recovery entry active.You may need it to save your installation.
nicesites

Re: Modify choices on dual boot?

Post by nicesites »

YOU ROCK! Mark this bad boy solved! Thanks a ton man!
nicesites

Re: Modify choices on dual boot?

Post by nicesites »

Ok, perhaps not! Now it just says "NTDLR Missing" or something like that. Any suggestions?
nicesites

Re: Modify choices on dual boot?

Post by nicesites »

NEVERMIND! Followed directions here and fixed it! Hopefully!
User avatar
Alpha-Geek
Level 4
Level 4
Posts: 310
Joined: Sun Aug 19, 2007 12:29 am
Location: Wisconsin, USA

Re: Modify choices on dual boot?

Post by Alpha-Geek »

Or, if you prefer using GUI program, install KGRUBEditor.
Locked

Return to “Installation & Boot”