<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hi,</div>
<div> </div>
<div>I'm trying to upload multiple files from my iPXE script to get them during initrd.</div>
<div> </div>
<div>It works fine in legacy mode, but I not in UEFI mode.</div>
<div> </div>
<div>[code]#!ipxe</div>
<div>  kernel <a href="http://my.web.server/boot/vmlinuz">http://my.web.server/boot/vmlinuz</a> initrd=initrd.img</div>
<div>  initrd <a href="http://my.web.server/boot/initrd.img">http://my.web.server/boot/initrd.img</a></div>
<div>  initrd <a href="http://my.web.server/boot/test.txt">http://my.web.server/boot/test.txt</a>  /tmp/test.txt</div>
<div>  boot</div>
<div>[/code]</div>
<div> </div>
<div>The file test.txt is correctly loaded (I have done an imgstat after the load) but cannot be found under /tmp (neither anywhere) during the initrd phase. It works fine in legacy mode ...</div>
<div> </div>
<div>Any advices ?</div>
<div> </div>
<div>Note: It took me time to find that the kernel option initrd=<file> is <b>compulsory</b> in UEFI mode (not in legacy)</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>Simon.</div>
<div> </div>
</span></font>
</body>
</html>