Jump to content
Compatible Support Forums
Sign in to follow this  
cheprofessor

Fedora Core 4 (Grub and Windows XP)

Recommended Posts

I have a windows xp system (/dev/hda) and a 250 Gig /dev/hdb on which I tried to install FC 4 - It installed FC 4 OK (so I thought) - when it installed GRUB, I asked it to put is on /dev/hda (MBR) (I know, perhaps I should not have) - at the very end of the installation, there was one complaint (forgot what it was) - yet the message was "installation complete" - reboot after taking the disk out - I did

 

I get

 

grub>

 

A text screen

 

I figured out

 

rootnoverify (hd0,1)

chainloader +1

boot

 

gets me into windows xp

 

BUT I cannot boot FC4!!

 

root (hd1,1)

kernel /vmlinuz /initrd root=/dev/hdb3

boot

 

(Using linux rescue, I created softlinks for vmlinuz and initrd from vmlinuz-etc-etc)

 

kernel panics on the root directory (which is /dev/hdb3, I checked using linux rescue)

 

I mean ... Why did I not get the "nice" GRUB interface? (arrow down/up to choose what you want) (I had that with FC3)

 

(System - Dell/sorry - do not have all details)

 

(Oh, for GRUB I did not have any option for LBA (?) (pass options during boot?) (should I have? Was not necessary for FC3) (Am I confused or what!)

 

Share this post


Link to post

Change your grub entires to;

 

root (hd1,2)

kernel /vmlinuz root=/dev/hdb3

initrd /initrd

boot

 

As long as you are sure that you created your symlinks correctly.

 

How did you check where the root directory was?

 

It would have also been helpful to know what the error message was that you received during the installation phase.

 

Once you get into Fedora, please post your /boot/grub/device.map content.

 

What computer system (make and model) are you installing Fedora onto?

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×