iPXE discussion forum

Full Version: Error 0x420c6095 on default
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

We have created a iPXE script that looks like this:

goto start

:start
menu iPXE boot menu
item --gap -- ------------- Operating systems ------------------------------
item vmlcus Boot Vmware Esxi 6 installer
item --gap -- -------------- Advanced options -------------------------------
item config Configure settings
item shell Drop to iPXE shell
item reboot Reboot computer
item --gap -- -------------------------------------------------------------------
item exit Exit iPXE and continue BIOS boot
choose --default vmlcus --timeout 5000 target && goto ${target}

:vmlcus
chain http://myserver.domain.com/esxi/mboot.efi ks=${testfile}


...
The thing is that if we manually select the "vmlcus" menu item (by hitting enter) it works, but if we let the menu time out (and it select default) we get this error:
http://myserver.domain.com/esxi/mboot.efi... Error 0x420c6095 (http://ipxe.org/420c6095)
Could not boot image: Error 0x420c6095 (http://ipxe.org/420c6095)


Why will the server boot if we select the menu item manually but not if the menu item is selected by the timeout?
Reference URL's