The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
  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)

Thanks,

Simon.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
multiple initrd/imgfetch in UEFI mode - simonb - 2015-10-09 12:39



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