Linux-Noob Forums

Full Version: dual booting fedora
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.

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


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.