2018-05-02, 17:40
I have the following ipxe config:
#!ipxe
goto startme
:retry
sleep 5
:startme
sanboot http://bla.com/vmware/6.5/iso/ESXi65u1.iso || goto retry
I am getting a Could not open SAN device. This is an ESXi iso located on an http server. Does anyone have any ideas or things I could check?
Thanks
#!ipxe
goto startme
:retry
sleep 5
:startme
sanboot http://bla.com/vmware/6.5/iso/ESXi65u1.iso || goto retry
I am getting a Could not open SAN device. This is an ESXi iso located on an http server. Does anyone have any ideas or things I could check?
Thanks