Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiple initrd/imgfetch in UEFI mode
2015-10-22, 00:53
Post: #2
RE: multiple initrd/imgfetch in UEFI mode
(2015-10-09 12:39)simonb Wrote:  
Code:
#!ipxe
  kernel http://my.web.server/boot/vmlinuz initrd=initrd.img
  initrd http://my.web.server/boot/initrd.img
  initrd http://my.web.server/boot/test.txt /tmp/test.txt
  boot

The file test.txt is correctly loaded (I have done an imgstat after the load) but can not be found under /tmp (neither anywhere) during the initrd phase. It works fine in legacy mode ...

Any advices?

Note: It took me time to find that the kernel option initrd=<file> is compulsory in UEFI mode (not in legacy)

Not yet supported under UEFI, sorry. You can provide multiple initramfs CPIO archives via (from memory) multiple initrd= arguments on the kernel command line, but there's no capability to have iPXE automatically construct the CPIO headers for you (as is done under BIOS).

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: multiple initrd/imgfetch in UEFI mode - mcb30 - 2015-10-22 00:53



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