2016-04-01, 11:29
Hi,
We have run into an issue we need some help with.
We have created a iPXE script that looks like this:
When we select the “vmlcus” menu item manually everything works perfect, but if we let the menu time out and it select the “vmlcus” menu item, we get this error:
http://i05652.dsv.com/esxi/mboot.efi... Error 0x420x6095 (http://ipxe.org/420c6095)
Could not boot image: Error 0x4206095 (http://ipxe.org/420c6095)
Why does it fail if the boot sequence a selected automatically by the time out?
Btw. We have read the 420c6095 article, but still it works if we select the item manually).[/quote]
We have run into an issue we need some help with.
We have created a iPXE script that looks like this:
Code:
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
boot http://myserver.domain.com/esxi/mboot.efi ks=${testfile}
When we select the “vmlcus” menu item manually everything works perfect, but if we let the menu time out and it select the “vmlcus” menu item, we get this error:
http://i05652.dsv.com/esxi/mboot.efi... Error 0x420x6095 (http://ipxe.org/420c6095)
Could not boot image: Error 0x4206095 (http://ipxe.org/420c6095)
Why does it fail if the boot sequence a selected automatically by the time out?
Btw. We have read the 420c6095 article, but still it works if we select the item manually).[/quote]