<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 6, 2017 at 5:45 AM, hhh <span dir="ltr"><<a href="mailto:longpanda@163.com" target="_blank">longpanda@163.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

    

<div>
<div style="line-height:1.6;font-size:16px;font-family:'\0082f9\0065b9','\005fae\008f6f\0096c5\009ed1','sans-serif'">I test the script as follows:<br><br>#!ipxe<br><br>kernel /boot/vmlinuz<br>initrd initrd.img<br>initrd /test.sh /root/test.sh mode=755<br>boot<br><br>It works fine in legacy bios mode, but in UEFI, there is no test.sh found in the rootfs after boot.<br><br>Is the feture not supported in UEFI?<br><br>Any help would be greatly appreciated.<br><br>long<br><font style="font-size:16px"><br></font></div></div></blockquote><div><br>In short, this is currently not supported in EFI mode.</div><div><br></div><div>What happens here is that you are booting a bzImage, the cpio handling is only done when the bzImage type is booted and is not when the initrd is loaded.<br>In EFI mode everything goes via the EFI image type instead, which has no such handling.<br>(enabling bzImage support in EFI mode is not possible)</div><div><br></div><div>I have requested support for this as well, but there are some issues that as of yet does not have any clear solution.</div><div><br></div><div>Maybe Michael can give us an update on this.</div><div><br></div><div>/Christian</div></div></div></div>