Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Use the iPXE as an UEFI Application
2014-12-08, 22:33
Post: #2
RE: Use the iPXE as an UEFI Application
Did you forget the initrd=myinitrd.img parameter on your kernel command-line? That is required in addition to the initrd ipxe command on UEFI.

This should work on UEFI (and also on legacy BIOS):

Code:
#!ipxe
kernel vmlinuz initrd=myinitrd.gz
initrd myinitrd.gz
boot
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Use the iPXE as an UEFI Application - robinsmidsrod - 2014-12-08 22:33



User(s) browsing this thread: 1 Guest(s)