Linux-Noob Forums
dual booting fedora - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html)
+--- Thread: dual booting fedora (/thread-1568.html)



dual booting fedora - jooman360 - 2007-03-01

i have xp pro and fedora on the same hard drive but when i boot up my computer it goes straight to xp with no errors like i never installed linux



dual booting fedora - magikman - 2007-03-02

Which OS did you install last? If you installed XP last, the XP bootloader wrote over grub (linux boot loader). If this is the case, you will have to reinstall grub and configure it to boot linux and XP.



dual booting fedora - jooman360 - 2007-03-02


Quote:Which OS did you install last? If you installed XP last, the XP bootloader wrote over grub (linux boot loader). If this is the case, you will have to reinstall grub and configure it to boot linux and XP.
 

 

 

i had xp installed first




dual booting fedora - Dean Plude - 2007-03-20


gurb might not have installed right the first time try this,

boot from the CD and type at the boot: linux rescue

then after it boots type

# chroot /mnt/sysimage

# cd /boot/grub

then # grep '#boot' grub.conf

then it will say where GRUB bootloader was previously installed, if installed#boot=/dev/***

use this command to install GRUB # grub-install /dev/***

then reboot with the command

# sync;sync;exit;exit

# reboot

 

"*** is your hard disk"

I hope this will help you.

If not sorry.