Fedora Core 4 (Grub and Windows XP)

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) ...

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar17.webp

1 Posts
Location -
Joined 2006-01-28
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!)
 

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
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?