Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
914 views
in Technique[技术] by (71.8m points)

debian - Why when rebooting the server proxmox does not start?

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

question from:https://stackoverflow.com/questions/65944977/why-when-rebooting-the-server-proxmox-does-not-start

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Check if the daemon is enable at boot:

systemctl is-enabled DAEMON_NAME

and if it's not

systemctl enable DAEMON_NAME

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...