I am trying to create a simple OS but I have a big problem: I can't try it because GRUB doesn't finds the kernel in my ISO image, even when I am SURE that the file theres.
my menu.lst:
Code: Select all
title Icosahedron
kernel /kernel.bin
Code: Select all
mkisofs -o output.iso -b boot/grub/stage2_eltorito -no-emul-boot -boot-load-size 4 -boot-info-table ./
Thanks in advance