How to fix "Unsuccessful EFI network boot" on Vmware Workstation 12?
Hello,
I am trying to create our UEFI golden images on VMWare Workstation 12 Pro for deployments. I configured the VM to EFI boot and network boot as first option but when trying to network boot it says it was unsuccessful. Does anyone know of any troubleshooting steps or steps I have missed to configure this to work? My setup is:
K2000 4.0.695
VMWare Workstation 12 Pro
VM:
2 GB RAM
60 GB HDD
EFI boot selected
Bridged adapter
2 Comments
[ + ] Show comments
Answers (2)
Answer Summary:
Please log in to answer
Posted by:
TheAustinDave
7 years ago
Top Answer
Booting VMWare Workstation to the KBE is usually best completed by creating a special UEFI boot ISO for the VM system that you can point to on the CD drive.
The special KBE can be created by using KBE Manipulator and go to the options section to enable the (UEFI Iso) box. Then create the KBE and have it upload to the KACE Deployment appliance, once done download the ISO file and on the VM have it point to the ISO file (may have to add it to the datastore).
Use the power on to Firmware to boot to the UEFI (BIOS) and select the CD to boot.
Comments:
-
This fails before we have a chance to load the KBE. iPXE fails to run after the NBP file is downloaded - abane 7 years ago
-
Correct, I would not recommend PXE booting the VM system but use the CD drive of the system pointing to the ISO file of the KBE. - TheAustinDave 7 years ago
-
Can you elaborate on why you wouldn't recommend it? It has not been an issue with BIOS/legacy booting - abane 7 years ago
Posted by:
TheAustinDave
7 years ago
The reason that I recommend using the ISO file is that it would not rely on the DHCP services to load the KBE file needed to capture the image or if using to deploy a test image to VM system. Once the system loads the ISO file from the CD to the RamDISK it will be the same as we just changed where the data for the ram-drive is loaded (tftp from appliance vs ISO). Earlier versions before 4.0.695 or if you have Windows DHCP 2008r2 or earlier using the scope polices is an option that is not available.
Using the KBE Manipulator allows the ISO file to be easily created and then download the ISO file to place onto the datastore of the VM.
Comments:
-
Thank you for the detail. Initial testing looks promising! - abane 7 years ago
_unseccessful.hell (Unsupported Option)0)
Sucess downloaded NBP file. - abane 7 years ago
if option arch = 00:06 {
filename "ipxe.efi";
} else if option arch = 00:07 {
filename "ipxe.efi";
} else {
filename "undionly.kpxe";
}
This shouldn't cause the issue we are seeing correct? - abane 7 years ago