Swishaa
04-28-2004, 10:18 PM
I have just installed Red Hat Linux 9 on my computer. I haveWindows XP on the system also. GRUB installed to my MBR (hda). Both of my hard drives have LBA enabled according to my BIOS.
When Grub runs on starup i get:
GRUB Loading stage1.5
GRUB loading, please wait...
Error 18
This is how my computer is set up (fdisk -l):
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 9729 78148161 7 HPFS/NTFS <---- Windows XP
Disk /dev/hdb: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 5483 44042166 7 HPFS/NTFS
/dev/hdb2 5484 15212 78148192+ f Win95 Ext'd (LBA)
/dev/hdb3 15213 15343 1052257+ 82 Linux swap
/dev/hdb4 * 15344 19929 36837045 83 Linux
/dev/hdb5 5484 15212 78148161 b Win95 FAT32
My grub.conf file:
default=0
timeout=10
slashimage=(hd1,3)/boot/grub/splash.xpm.gz
title Red Hat Linux
root (hd1,3)
kernel /boot/vmlinuz-2.4.20-8 ro root=/dev/hdb4
initrd /boot/initrd-2.4.20-8.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
I also tried to put GRUB on a floppy disk and boot from that, but i got "GRUB Geom Error".
All I can do right now is boot Linux from my boot floppy disk I made durring installation.
When Grub runs on starup i get:
GRUB Loading stage1.5
GRUB loading, please wait...
Error 18
This is how my computer is set up (fdisk -l):
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 9729 78148161 7 HPFS/NTFS <---- Windows XP
Disk /dev/hdb: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 5483 44042166 7 HPFS/NTFS
/dev/hdb2 5484 15212 78148192+ f Win95 Ext'd (LBA)
/dev/hdb3 15213 15343 1052257+ 82 Linux swap
/dev/hdb4 * 15344 19929 36837045 83 Linux
/dev/hdb5 5484 15212 78148161 b Win95 FAT32
My grub.conf file:
default=0
timeout=10
slashimage=(hd1,3)/boot/grub/splash.xpm.gz
title Red Hat Linux
root (hd1,3)
kernel /boot/vmlinuz-2.4.20-8 ro root=/dev/hdb4
initrd /boot/initrd-2.4.20-8.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
I also tried to put GRUB on a floppy disk and boot from that, but i got "GRUB Geom Error".
All I can do right now is boot Linux from my boot floppy disk I made durring installation.