Grub question and problem

Pete Nesbitt pete at linux1.ca
Thu Mar 4 00:28:03 UTC 2004


On March 3, 2004 07:14 pm, Amandeep wrote:
> Hi Guys
> I recently installed  Redhat 9 on the same disk as Windows XP pro.
> First it was not booting in windows so i changed the grub.conf file.
> And it worked and booted in windows. But when I rebooted the system it
> drops on the
> grub>   prompt.
> What happened ..cannot see the OS list which to boot.
> grub.conf
> timeout=120
> splashimage=(hd0,1) /boot/grub/splash.xpm.gz
>
> title Red Hat Linux (2.4.18-14)
> root (hd0,1)
> kernel /boot/vmlinuz-2.4.18-14 ro root=LABEL=/dev/hdc=ide-scsi
> initrd /boot/initrd-2.4.18-14.img
> title Windows XP
> unhide (hd0,0)
>
> hide  (hd0,1)
> root (hd0,0)
> makeactive
> chainloader +1
>
> Also tried boot and kernel commands on grub> says cannot mount partiion
> or Filesystem unknown??
>
> Any help wuld be great ..i really need this system to be up...
>
> Aman


Hi,
I have pretty limited experience with dual boots, but I recently set up a RH & 
w2k box for a friend. I ran into a similar problem and had to boot the cd 
into rescue and changed the windows stanza to:

 title Windows
  map (hd0) (hd1)
  map (hd1) (hd0)
  rootnoverify (hd1,0)
  chainloader +1
  makeactive

Hope that helps.
-- 
Pete Nesbitt, rhce





More information about the redhat-list mailing list