Hello Proxmox community,
I want to install Proxmox on a host with an encrypted disk, using LUKS and ext4. I noticed that the Proxmox installer didn't support it, so I installed a vanilla Debian 12 and followed the steps documented on the wiki to install Proxmox on top of it.
I could successfully install Proxmox, but as soon as I tried to restart the Proxmox host, it hang during the boot process quietly right after I unlocked my encrypted disk. I've changed the boot parameter from
I've stumbled upon three threads (one, two, three) all pointing towards a potential conflict with
I installed a fresh vanilla Debian, did a full-upgrade and ran
I've tried an install and did multiple reboots to understand when the problem arose, and it's happening on the reboot that follows
I've tried the same steps on a Debian with an unencrypted disk and stumble upon the same problem.
The two potential sources of errors I could think about right now are:
I'd be grateful for a direction to dig in
I want to install Proxmox on a host with an encrypted disk, using LUKS and ext4. I noticed that the Proxmox installer didn't support it, so I installed a vanilla Debian 12 and followed the steps documented on the wiki to install Proxmox on top of it.
I could successfully install Proxmox, but as soon as I tried to restart the Proxmox host, it hang during the boot process quietly right after I unlocked my encrypted disk. I've changed the boot parameter from
quiet to noquiet. I could see that the machine was stuck on Job networking.service/start running.I've stumbled upon three threads (one, two, three) all pointing towards a potential conflict with
ntp and more particularly ntpsec-ntpdate.I installed a fresh vanilla Debian, did a full-upgrade and ran
sudo apt purge ntp ntpsec ntpsec-ntpdate, which removed zero packages, before following the rest of the instructions.sudo apt list --installed | grep -i ntp doesn't yield any result.I've tried an install and did multiple reboots to understand when the problem arose, and it's happening on the reboot that follows
sudo apt install proxmox-ve.I've tried the same steps on a Debian with an unencrypted disk and stumble upon the same problem.
The two potential sources of errors I could think about right now are:
- My Debian doesn't have a root user (I leave the password field blank during the Debian install), I exclusively rely on sudo to perform privileged operations
- My machine gets a fixed IP, but it retrieves it via DHCP (my dhcpd assigns a fixed IP to my NIC's MAC address). I still added the IP in my
/etc/hostsas asked in the wiki
I'd be grateful for a direction to dig in
