I was trying to make a bootable El-Torito cd with grub, but I need some feedback on whether or not I have the right kind of file for grub to boot to and if my menu.lst is correct.
In my isofiles directory, I have boot.img. It's a floppy image with my OS(ish) on it. It runs under qemu fine. Then I have boot/grub/ with the stage2_eltorito and menu.lst
menu.lst:
Code: Select all
default 0
#timeout 30
#title Boot from hard disk
#chainloader (hd0)+1
title My kernel
kernel ../../boot.img # Edit it to the filename of your kernel.
[edit]I searched around for a while and couldn't find anything[/edit]