LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Grub not listing WinXP in dual boot setup (https://www.linuxquestions.org/questions/fedora-35/grub-not-listing-winxp-in-dual-boot-setup-360400/)

ronlon 09-05-2005 09:35 AM

Grub not listing WinXP in dual boot setup
 
Hello,

I have just installed fedoracore4 and grub doesn't list my winXP OS in the boot launcher. How do I configure grub so that it lists winXP?

linuxorthodox 09-05-2005 10:04 AM

Open your console and become root (su: root password).
Type: vi /boot/grub/menu.lst
Then add following lines at the end:


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


Save vi file
This will work if your Windows are installed on Primary Master HD.
If it's not change numbers in (hd0,0) appropriately.

Happy surfing!


All times are GMT -5. The time now is 07:14 AM.