Redhat dual boot problem

Ken Scott kens at geodax.com
Mon Jan 10 14:26:14 UTC 2005


On Thu, 2005-01-06 at 02:38, Rajesh wrote:
> Hi All,
> 
> I am trying to install Windows 2003 and Red Hat Linux Enterprise server on a
> Sun Fire V20z machine (AMD Opteron processor). 
> 
> First I've installed Windows 2003. I've partitioned the 36GB hard disk. I've
> allocated 12GB for windows 2003. Later I've installed Red Hat Linux on the 
> 2nd partition.
> 
> After I've installed Red Hat Linux I can't boot Windows 2003. I can only
> boot Red Hat Linux. If I select Windows 2003 to boot it just hangs. I've
> tried both GRUB and LILO but no luck.
> 
> Any help would be really appreciated.
> 
> Thanks,
> Rajesh.
> 
> 

Rajesh, I have put several dual boot machines together without
encountering your problem.  Here is my grub.conf file from a standard
box (Athlon 2800 i think) with Winwoes XP first on the hard drive with
RH9 on the same hard drive behind it.  
The DOS partition (so labeled below) below is actuallly the XP  startup
choice.
Good luck.
Ken

[root at KENS02L etc]# cat grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this
file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,1)
#          kernel /vmlinuz-version ro root=/dev/hda3
#          initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-30.9)
        root (hd0,1)
        kernel /vmlinuz-2.4.20-30.9 ro root=LABEL=/ hdc=ide-scsi
        initrd /initrd-2.4.20-30.9.img
title Red Hat Linux (2.4.20-20.9)
        root (hd0,1)
        kernel /vmlinuz-2.4.20-20.9 ro root=LABEL=/ hdc=ide-scsi
        initrd /initrd-2.4.20-20.9.img
title Red Hat Linux (2.4.20-6)
        root (hd0,1)
        kernel /vmlinuz-2.4.20-6 ro root=LABEL=/ hdc=ide-scsi
        initrd /initrd-2.4.20-6.img
title DOS
        rootnoverify (hd0,0)
        chainloader +1
[root at KENS02L etc]#






More information about the Redhat-install-list mailing list