Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error 0x420c6095 on default
2016-04-01, 10:42
Post: #1
Error 0x420c6095 on default
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?
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)