Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi folks
i am running fedora 11 and i need help configuring my menu.ist file
i attached the menu.ist file in txt extension
what i want is
1- I want the first option to be Windows XP (which is on the second HD) and i want the text to be Windows XP instead of Other. This option should be the default (so if i didn't press anything it will boot from xp).
2- to remove the 2.6.29.4-167.fc11.i686.PAE kernel from the list and keep the 2.6.30.5-43.fc11.i586.img available as a second option.
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.30.5-43.fc11.i586)
root (hd0,0)
kernel /vmlinuz-2.6.30.5-43.fc11.i586 ro root=/dev/mapper/VolGroup-lv_root rhgb quiet
initrd /initrd-2.6.30.5-43.fc11.i586.img
#title Fedora (2.6.29.4-167.fc11.i686.PAE)
# root (hd0,0)
# kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=/dev/mapper/VolGroup-lv_root rhgb quiet
# initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img
title Windows XP
rootnoverify (hd0,4)
chainloader +1
What I posted here will not change the order of the list on the screen, but default=1 will boot XP if you don't do anything. The "#" sign comments out the second fedora thing. The kernel is still installed, but it won't be on the boot menu. Anytime you install a new kernel it will probably mess this file up though because Anaconda will automagically "correct" it back the way it was. So you should make a copy of this after you change it.
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.30.5-43.fc11.i586)
root (hd0,0)
kernel /vmlinuz-2.6.30.5-43.fc11.i586 ro root=/dev/mapper/VolGroup-lv_root rhgb quiet
initrd /initrd-2.6.30.5-43.fc11.i586.img
#title Fedora (2.6.29.4-167.fc11.i686.PAE)
# root (hd0,0)
# kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=/dev/mapper/VolGroup-lv_root rhgb quiet
# initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img
title Windows XP
rootnoverify (hd0,4)
chainloader +1
What I posted here will not change the order of the list on the screen, but default=1 will boot XP if you don't do anything. The "#" sign comments out the second fedora thing. The kernel is still installed, but it won't be on the boot menu. Anytime you install a new kernel it will probably mess this file up though because Anaconda will automagically "correct" it back the way it was. So you should make a copy of this after you change it.
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.30.5-43.fc11.i586)
root (hd0,0)
kernel /vmlinuz-2.6.30.5-43.fc11.i586 ro root=/dev/mapper/VolGroup-lv_root rhgb quiet
initrd /initrd-2.6.30.5-43.fc11.i586.img
#title Fedora (2.6.29.4-167.fc11.i686.PAE)
# root (hd0,0)
# kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=/dev/mapper/VolGroup-lv_root rhgb quiet
# initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img
title Windows XP
rootnoverify (hd1,0)
makeactive
map (hd1) (hd0)
map (hd0) (hd1)
chainloader +1
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.