Bootable El-Torito Question
Posted: Sat Aug 08, 2009 12:41 pm
This is such a newb question, I know. Don't laugh
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:
When I burn this to a cd and boot, it goes to the grub command line. I'm not sure what I'm supposed to do there, or even if that is supposed to come up :/
[edit]I searched around for a while and couldn't find anything[/edit]
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]