GRUB Error: Invalid Or Unsupported Executable Format
Posted: Sun Jan 17, 2010 8:49 pm
Hello,
I've followed all the of this tutorial, the only thing that I've changed was before the ld linking, I've used objcopy to correct a PE error when using ld, but I've used objcopy like this:
But when all was ok, GRUB booted and shown that menu to choose, as there was only one choice(myOS) I've selected and pressed enter, the I got this:
Why I'm getting this? There is something I can do?
Best Regards,
Nathan Paulino Campos
I've followed all the of this tutorial, the only thing that I've changed was before the ld linking, I've used objcopy to correct a PE error when using ld, but I've used objcopy like this:
Code: Select all
objcopy -I pe-i386 -O binary kernel.o kernel.bin
Why I'm getting this? There is something I can do?
Best Regards,
Nathan Paulino Campos