iPXE discussion forum

Full Version: boot custom kernel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to boot a custom kernel at certain location in memory, where do I configure the address?
Also what mode does iPXE executes my kernel in? (real mode?)

Sorry, can't find this in the docs.

Thanks in advance.
(2011-11-09 04:11)nulik Wrote: [ -> ]I need to boot a custom kernel at certain location in memory, where do I configure the address?
Also what mode does iPXE executes my kernel in? (real mode?)

iPXE can boot various kernel formats, including Linux bzImage and Multiboot. You need to package your kernel in one of these formats.

Michael
Reference URL's