Problems with Legacy GRUB and ElTorito
Posted: Tue Jan 12, 2010 12:24 pm
First: Hi to all, I am new here!
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:
and there's my mkiso command:
I even tryed to mount the ISO into real OS to see if the file kernel.bin exists, so it's a configuration/GRUB problem.
Thanks in advance
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