<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div style="line-height:1.6;font-size:16px;font-family:'Æ»·½','΢ÈíÑźÚ','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><br><font style="font-size:16px;"><br><br></font></div>
</body>
</html>