UEFI: command not found - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: UEFI: command not found (/showthread.php?tid=24961) |
UEFI: command not found - dfear - 2020-07-16 23:49 Hi I have a php based ipxe menu system based on: https://github.com/skunkie/ipxe-phpmenu However one of my scripts fails to work. the error message is: UEFI: command not found Could not boot: Exec format error (http://ipxe.org/2e022001) Could not boot: Exec format error (http://ipxe.org/2e022001) the script in question is: win10_64_home_autowipe_winpe81_ps_sqlite.php contents: PHP Code: <?php Even with the last two lines commented out I still get the same error, the contents of: win10_64_home_autowipe_winpe81_ps_sqlite.php are: PHP Code: <?php the contents of: win10_64_home_autowipe_winpe81_ps_sqlite.php are: PHP Code: <?php Please help me fix this error. p.s. i typed "show platform" on the ixpe shell and the result was: builtin/platform:string = pcbios Thanks David |