[SOLVED] Grub Loading stage 1.5...Error 15...

Primary IDE master = boot hard disk.
Secondary IDE master = dvd drive (to boot install media with)
Third IDE master/slave = non-linux partitions
Fourth IDE master = linux home
So I boot the Mageia 1 DVD and complete the install to sda. Upon reboot, I get
Grub Loading stage 1.5
Grub loading, please wait...
Error 15
I try several things with the rescue system and get nowhere. Eventually I find https://help.ubuntu.com/community/GrubHowto/BootFloppy and make a boot floppy. I figure drives are enumerating differently when the DVD drive is the boot device.
I boot the floppy. My /boot/grub/menu.lst file says:
timeout 10
color black/cyan yellow/cyan
default 0
title linux
kernel (hd0,0)/vmlinuz BOOT_IMAGE=linux root=UUID=<snipped> resume=UUID=<snipped> splash=silent vga=788
initrd (hd0,0)/initrd.img
This is both on the floppy and on the disk. I find out that when booting by floppy, grub seems to have (hd0) and (hd1) swapped because `cat (hd0,0)/<TAB> shows me files on /home instead of /boot, and because cat (hd1,0)/<TAB> shows me files on /boot. I change hd0 to hd1 in the above menu.lst entry and then the system starts the hard drive OS just fine as long as the floppy is booted. Its menu.lst contains:
timeout 10
color black/cyan yellow/cyan
default 0
title linux
kernel (hd1,0)/vmlinuz BOOT_IMAGE=linux root=UUID=<snipped> resume=UUID=<snipped> splash=silent vga=788
initrd (hd1,0)/initrd.img
I edit the hd copy of menu.lst to match the floppy version. I still get:
Grub Loading stage 1.5
Grub loading, please wait...
Error 15
I know that the HD /boot is properly set up with linux and initrd.img pointing to legitimate files.
I know that the HD /boot/grub stage files are ok because they are where I got the files to make the boot floppy.
What I don't know is how to get the HD to boot so I don't have to use the boot floppy.
The DVD is where it is because this BIOS won't boot off of it if it is on the third or fourth IDE controllers.
Anyone have a clue how to help me figure this one out? What other information might help?
Secondary IDE master = dvd drive (to boot install media with)
Third IDE master/slave = non-linux partitions
Fourth IDE master = linux home
So I boot the Mageia 1 DVD and complete the install to sda. Upon reboot, I get
Grub Loading stage 1.5
Grub loading, please wait...
Error 15
I try several things with the rescue system and get nowhere. Eventually I find https://help.ubuntu.com/community/GrubHowto/BootFloppy and make a boot floppy. I figure drives are enumerating differently when the DVD drive is the boot device.
I boot the floppy. My /boot/grub/menu.lst file says:
timeout 10
color black/cyan yellow/cyan
default 0
title linux
kernel (hd0,0)/vmlinuz BOOT_IMAGE=linux root=UUID=<snipped> resume=UUID=<snipped> splash=silent vga=788
initrd (hd0,0)/initrd.img
This is both on the floppy and on the disk. I find out that when booting by floppy, grub seems to have (hd0) and (hd1) swapped because `cat (hd0,0)/<TAB> shows me files on /home instead of /boot, and because cat (hd1,0)/<TAB> shows me files on /boot. I change hd0 to hd1 in the above menu.lst entry and then the system starts the hard drive OS just fine as long as the floppy is booted. Its menu.lst contains:
timeout 10
color black/cyan yellow/cyan
default 0
title linux
kernel (hd1,0)/vmlinuz BOOT_IMAGE=linux root=UUID=<snipped> resume=UUID=<snipped> splash=silent vga=788
initrd (hd1,0)/initrd.img
I edit the hd copy of menu.lst to match the floppy version. I still get:
Grub Loading stage 1.5
Grub loading, please wait...
Error 15
I know that the HD /boot is properly set up with linux and initrd.img pointing to legitimate files.
I know that the HD /boot/grub stage files are ok because they are where I got the files to make the boot floppy.
What I don't know is how to get the HD to boot so I don't have to use the boot floppy.
The DVD is where it is because this BIOS won't boot off of it if it is on the third or fourth IDE controllers.
Anyone have a clue how to help me figure this one out? What other information might help?