Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiple initrd/imgfetch in UEFI mode
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
  kernel http://my.web.server/boot/vmlinuz initrd=initrd.img initrd=test.cpio
  initrd http://my.web.server/boot/initrd.img
  initrd http://my.web.server/boot/test.cpio
  boot
with test.cpio created as :
Code:
find tmp
tmp
tmp/test.txt
Code:
find tmp |cpio --quiet --dereference -o -H newc > test.cpio
Thanks a lot.

Bertrand.
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 - simonb - 2015-10-22 08:35



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