I was trying to boot my kernel with grub 2 on a cd.
I created the iso folder with this structure
Code: Select all
-iso
-boot
-grub
-menu.cfg
-kernel.bin
grub-mkrescue -o image.iso iso/
i tried to boot the image with bochs bot it stops saying:
CDROM boot failure code: 0009
boot failed: could not read the boot disk
I concluded that it means there's a problem in the boot catalog, I watched with an hex editor and in the byte Boot media type is 0xef.
Does it mean that it's EFI and EFI isn't supported by grub?
if so how can I make a no-emulation eltorito cd?
thank you in advance for your answers