Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error 0x420c6095 on default selection
2016-04-01, 21:15
Post: #2
RE: Error 0x420c6095 on default selection
(2016-04-01 11:29)duca Wrote:  
Code:
menu iPXE boot menu
item vmlcus             Boot Vmware Esxi 6 installer
...
choose --default vmlcus --timeout 5000 target && goto ${target}

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

if we let the menu time out and it select the “vmlcus” menu item, we get Error 0x4206095 (http://ipxe.org/420c6095)

If I read the source correctly you get that error due to the http server closing the connection.

I would add an debug exit in case of error so the issue can be debugged.
Code:
boot http://myserver.domain.com/esxi/mboot.efi ks=${testfile} || shell

ifstat would be interesting to see both before the error and also after the error have happened.

My current suspicion is that the network have somehow closed the connection.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Error 0x420c6095 on default selection - NiKiZe - 2016-04-01 21:15



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