Linux - DistributionsThis forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on...
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.
Hey guys, i have a dual boot of xp & linux. It's working like a charm, i installed both using a usb install but the grub is a little dirty.
When turning on the computer it gives me 3 different boot options. two are for the same fedora OS. The third option is other, which directs me to windows boot options; which has two options-- boot Windows xp or boot windows xp from usb ( which works even though the usb isn't plugged in)
What command can I use to clean the grub to make it a little more user friendly? It's not a hasssle, just a messy dual boot grub options which, both have unneeded extra options.
Thanks for the quick reply billy. Here's a list of my menu.lst for grub:
Code:
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.29-0.18.rc0.git9.fc11.i686)
root (hd0,5)
kernel /vmlinuz-2.6.29-0.18.rc0.git9.fc11.i686 ro root=UUID=51c20bab-e89e-4438-9569-310b2052e8a5 rhgb quiet
initrd /initrd-2.6.29-0.18.rc0.git9.fc11.i686.img
title Fedora (2.6.27.9-159.fc10.i686)
root (hd0,5)
kernel /vmlinuz-2.6.27.9-159.fc10.i686 ro root=UUID=51c20bab-e89e-4438-9569-310b2052e8a5 rhgb quiet
initrd /initrd-2.6.27.9-159.fc10.i686.img
title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,5)
kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=51c20bab-e89e-4438-9569-310b2052e8a5 rhgb quiet
initrd /initrd-2.6.27.5-117.fc10.i686.img
title Other
rootnoverify (hd0,0)
chainloader +1
Shoul I just delete the title,root,kernel,root=, and initrd from the lines of the ones I don't need? If it's going to cause a big problem I don't really care to leave it as-is.
Note that Fedora keeps 2 old kernels by default in case anything goes wrong with an install, and even if you delete 2.6.27.5-117, next time you install a new kernel, it will keep 2.6.27.9-159.
I'm curious why after choosing "other".. he gets directed to another menu to choose Windows.
I would think there's a way to add Windows to his "main" grub Wndow, to simplify it all, but I'm far from a Grub expert. I've never had an issue like that, I've always had Debian, Ubuntu, etc, etc, just appear in 1 grub menu w/ Windows, and that was that.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.