TL;DR: If your machine is hanging on install, disable VT-d in the BIOS
As I'm trialing Proxmox, I'm installing it on three machines. One (luckily for me, the first) installed without a problem, I managed to get it all set up, and it worked fine. I then decomissioned two older vmware machines and tried to install proxmox on them. Both of them hung on install, and at slightly different times, and it *hard hung* - the mouse in the installer GUI wouldn't move or anything!
Both were up to date with all firmware settings, etc, the normal things.
After trying a couple of times, I switched to the text console after starting the install, and saw a bunch of errors like
DMAR: ERROR: DMA PTE for vPFN xxxxxx already set (to yyyyyy not yyyyyy)
This lead me to a (as yet unmerged) kernel patch documented on launchpad: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1970453
I confirmed that I was able to repeatedly replicate it by simply cat /dev/zero > /dev/sda, and then turned off VT-d in the bios. Instant fix!
So if people are having strange issues where their machines are hard-freezing, give it a shot!
As I'm trialing Proxmox, I'm installing it on three machines. One (luckily for me, the first) installed without a problem, I managed to get it all set up, and it worked fine. I then decomissioned two older vmware machines and tried to install proxmox on them. Both of them hung on install, and at slightly different times, and it *hard hung* - the mouse in the installer GUI wouldn't move or anything!
Both were up to date with all firmware settings, etc, the normal things.
After trying a couple of times, I switched to the text console after starting the install, and saw a bunch of errors like
DMAR: ERROR: DMA PTE for vPFN xxxxxx already set (to yyyyyy not yyyyyy)
This lead me to a (as yet unmerged) kernel patch documented on launchpad: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1970453
I confirmed that I was able to repeatedly replicate it by simply cat /dev/zero > /dev/sda, and then turned off VT-d in the bios. Instant fix!
So if people are having strange issues where their machines are hard-freezing, give it a shot!