LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora & xp boot menu (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-and-xp-boot-menu-760520/)

sam_demo 10-08-2009 06:49 AM

Fedora & xp boot menu
 
Hi all,
I am using fedora and xp
during the booting of os it ask me to fedora & xp in menu
now I would like to hide the boot menu of xp
but dont want to uninstall it
is there any way i can do that

Thanks

vinaytp 10-08-2009 06:52 AM

Quote:

Originally Posted by sam_demo (Post 3712137)
Hi all,
I am using fedora and xp
during the booting of os it ask me to fedora & xp in menu
now I would like to hide the boot menu of xp
but dont want to uninstall it
is there any way i can do that

Thanks

Hi sam_demo

Open /etc/grub.conf file and comment following lines

title others
rootnoverify (hd0,0)
chainloader +1

sam_demo 10-08-2009 06:59 AM

Quote:

Originally Posted by vinaytp (Post 3712140)
Hi sam_demo

Open /etc/grub.conf file and comment following lines

title others
rootnoverify (hd0,0)
chainloader +1


Hi Vinaytp thanks for this but
If I want again get it back that time I have to remove comment from
it is that so ... can you please let me how to comment conf file
thanks

vinaytp 10-08-2009 07:02 AM

Quote:

Originally Posted by sam_demo (Post 3712143)
can you please let me how to comment conf file

Open file using
vim /etc/grub.conf OR
vim /boot/grub/menu.lst

Code:

#title others
#        rootnoverify (hd0,0)
#        chainloader +1

Hope this helps...

sam_demo 10-08-2009 07:03 AM

Quote:

Originally Posted by vinaytp (Post 3712148)
vim /etc/grub.conf

Code:

#title Windows
#        rootnoverify (hd0,0)
#        chainloader +1

Hope this helps...


Thanks for this will try it


All times are GMT -5. The time now is 07:31 PM.