multiple initrd/imgfetch in UEFI mode
|
2015-10-09, 12:39
Post: #1
|
|||
|
|||
multiple initrd/imgfetch in UEFI mode
Hi,
I'm trying to upload multiple files from my iPXE script to get them during initrd. It works fine in legacy mode, but I not in UEFI mode. Code: #!ipxe 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) Thanks, Simon. |
|||
2015-10-22, 00:53
Post: #2
|
|||
|
|||
RE: multiple initrd/imgfetch in UEFI mode
(2015-10-09 12:39)simonb Wrote: 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 |
|||
2015-10-22, 08:35
(This post was last modified: 2015-10-22 09:23 by simonb.)
Post: #3
|
|||
|
|||
RE: multiple initrd/imgfetch in UEFI mode
Thanks for your reply. It does work indeed with :
Code: #!ipxe Code: find tmp Code: find tmp |cpio --quiet --dereference -o -H newc > test.cpio Bertrand. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)