Hangs forever on MacOS
zMynxx opened this issue · 4 comments
zMynxx commented
System:
MacOS Sonoma 14.2.1
The issue:
Seems to hang after typing the email address.
Steps to reproduce:
brew install packer vagrant
cd /proxmox-ve
make build-virtualbox
Log file:
proxmox-ve-amd64-virtualbox.box.log
rgl commented
the proxmox installer has some odd behaviours. in your case, it seems the country autodection feature did not finish in the wait time that is defined in the packer boot_command. so you have update the wait for boot step timeout to 10m (or more) for example, and see whether it helps.
zMynxx commented
rgl commented
Just changing the boot_command
should have been enough. But like you tried, it didn't do the trick.
Before going further with packer. Try to manually create a VM in VirtualBox with the Proxmox iso, and go thru the manual installation, to see if that also happens.