I'm new to using proxmox, but I tried to install proxmox6.3 on a debian10 server with RAIDZ-1using this article https://community.hetzner.com/tutorials/proxmox-docker-zfs, but for some reason when restarting the server, access to it is blocked and proxmox does not rise. To run the virtual machine, I used thees comand: qemu-system-x86_64 -enable-kvm -smp 4 -m 4096 -boot d -cdrom ./proxmox-ve_6.3-1.iso -drive file=/dev/nvme0n1,format=raw,media=disk -drive file=/dev/nvme1n1,format=raw,media=disk -drive file=/dev/nvme2n1,format=raw,media=disk -vnc 127.0.0.1:1
Check if the daemon is enable at boot:
systemctl is-enabled DAEMON_NAME
and if it's not
systemctl enable DAEMON_NAME
1.4m articles
1.4m replys
5 comments
57.0k users