freedos grub gripe
Hi all,
I have a program that will only work in a dos partition:
so I downloaded and installed freedos.
But that partition is hda8 and I can't get it to boot.
I experimented with grub and reached the point where I get a message can't find kernel.sys.
I looked and indeed kernel.sys is right there next to the FDOSBOOT.BIN.
Maybe I am booting the wrong partition??
In anycase I can't seem to get dos to boot up.
Can anyone please help??
here is my menu.lst from the grub directory.
timeout 10
color black/cyan yellow/cyan
i18n (hd0,0)/grub/messages
keytable (hd0,0)/il-8859_8.klt
altconfigfile (hd0,0)/grub/menu.once
default 3
title linux-smp
kernel (hd0,0)/vmlinuz-smp root=/dev/hda8 devfs=mount splash=silent splash=silent hdc=ide-scsi acpi=ht resume=/dev/hda6 splash=silent vga=788
initrd (hd0,0)/initrd-smp.img
title rehat
root (hd0,2)
chainloader +1
title beos
root (hd0,4)
chainloader +1
title 2422-21mm2smp
kernel (hd0,7)/vmlinuz-2.4.22-21mm.2mdksmp root=/dev/hda8 devfs=mount splash=silent hdc=ide-scsi acpi=ht resume=/dev/hda6 vga=788
initrd (hd0,7)/initrd-2.4.22-21mm.2mdksmp.img
title dos
map (hd0,0) (hd0,8)
map (hd0,8) (hd0,0)
rootnoverify (hd0,8)
chainloader /fdosboot.bin
title linuxmm
kernel (hd0,0)/vmlinuz root=/dev/hda8 devfs=mount splash=silent splash=silent hdc=ide-scsi acpi=ht resume=/dev/hda6 splash=silent vga=788
initrd (hd0,0)/initrd.img
title linux-nonfb
kernel (hd0,0)/vmlinuz root=/dev/hda8 devfs=mount splash=silent splash=silent hdc=ide-scsi acpi=ht resume=/dev/hda6 vga=788
initrd (hd0,0)/initrd.img
title 2422-10
kernel (hd0,0)/vmlinuz-2.4.22-10mdk root=/dev/hda8 devfs=mount splash=silent splash=silent hdc=ide-scsi acpi=ht resume=/dev/hda6 splash=silent vga=788
initrd (hd0,0)/initrd-2.4.22-10mdk.img
title old_linux-smp
kernel (hd0,7)/vmlinuz-smp root=/dev/hda8 devfs=mount splash=silent splash=silent hdc=ide-scsi acpi=ht resume=/dev/hda6 vga=788
initrd (hd0,7)/initrd-smp.img
title failsafe
kernel (hd0,0)/vmlinuz root=/dev/hda8 failsafe devfs=nomount splash=silent splash=silent hdc=ide-scsi acpi=ht resume=/dev/hda6 vga=788
initrd (hd0,0)/initrd.img
title floppy
root (fd0)
chainloader +1
Thanks
Aaron
|