Hello
Apart from everything, if we’re talking about AHV, not ESXi, “press any key to boot from CD/DVD” in Windows, looks like a missing VirtIO driver - it’s a common problem when running Windows images/templates from other non-kvm hypervisors on AHV.
The “press any key to boot from CD/DVD” comes from the windows installation media. Eject the cd and it will be gone. Or just ignore it and it will boot from disk.
Hello
Apart from everything, if we’re talking about AHV, not ESXi, “press any key to boot from CD/DVD” in Windows, looks like a missing VirtIO driver - it’s a common problem when running Windows images/templates from other non-kvm hypervisors on AHV.
Nope - it’s before the drives stage (they load fine from another ISO) - it’s the very first power up start on first boot.
The “press any key to boot from CD/DVD” comes from the windows installation media. Eject the cd and it will be gone. Or just ignore it and it will boot from disk.
Wrong way round - I need it to boot from the ISO - this is a build from ISO using Packer…
So I’ve followed this advice:
Extract Windows ISO to a folder and:
1) Delete efisys.bin and cdboot.efi in extracted setup media in \efi\microsoft\boot
2) Rename efisys_noprompt.bin to efisys.bin
3) Rename cdboot_noprompt.efi to cdboot.efi
4) Build ISO again
(How to remove "Press any key to boot from CD or DVD" | NTLite Forums)
This works now - the system boots straight into the ISO and starts the Packer build - through the PE section, then reboots and boots from ISO afresh and starts the whole process again!
I’m locked in a loop of Windows ‘Starting Setup’ over and over…
Any ideas?