boot problems 2k on extended par. GRUB
Ive spent last 3 hours or so reading everything on GRUB and testing out countless variations trying to boot my win2k partition. Heres my grub.conf and what my patitions look like:
# 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,0)
# kernel /vmlinuz-version ro root=/dev/hda2
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd0,0)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.20-8.img
title Windows 2000 Professional
map (hd0,0) (hd0,4)
map (hd0,4) (hd0,0)
rootnoverify (hd0,4)
chainloader +1
--------------------------------------------------------------------------------------------------------------------
Device Boot Start End Blocks Id System
/dev/hda1 1 13 104391 83 Linux <----boot
/dev/hda2 14 2563 20482875 93 Amoeba <----ext3-rh9
/dev/hda3 2564 2694 1052257+ 92 Unknown <----swap
/dev/hda4 2695 12456 78413265 f Win95 Ext'd (LBA)
/dev/hda5 2695 5244 20482843+ c Win95 FAT32 (LBA) <----win2k
/dev/hda6 5245 7794 20482843+ c Win95 FAT32 (LBA) <----winxp
/dev/hda7 7795 10344 20482843+ c Win95 FAT32 (LBA)
/dev/hda8 10345 12456 16964608+ c Win95 FAT32 (LBA)
I have not yet tried to boot into xp yet. Wait till I get 2k working and hopefully from there xp wont be any trouble at all.
Thanks in advance for any help.
|