Debian 12 VM Boot Issue on Proxmox – Need Help

Dune76

New Member
Feb 2, 2025
1
0
1
Hello,

I decided to set up a server running Debian 12 to host my own Minecraft server. I’m using a virtual machine on Proxmox, hosted on a Dell PowerEdge R510.

Here is the VM configuration (modified from my screenshot):

  • CPU: 1 socket, 6 cores
  • Hard drive: SATA
The Debian installation goes smoothly, but after rebooting, the VM gets stuck on "Booting from hard disk" in Proxmox. However, the boot order is correctly configured and points to the disk containing the system.

I have also checked that virtualization is enabled in the BIOS. To troubleshoot the issue, I tested with two other disks, including one that previously worked (the server belonged to a colleague before, and he didn’t have this issue).

If you have any ideas or advice on how to fix this problem, I’d really appreciate it. Thanks in advance!

(I don’t speak English, this message was translated by ChatGPT.)
 
Hi @Dune76,

could you please send us the config of the VM?
Fund in /etc/pve/qemu-server/<vm-id>.conf

Looks like something is miss configured or so.

Just a friendly reminder:
This is the Sub-Forum of Proxmox Datacenter Manager a software to manage multiple clusters.
Your inquiry would be
Proxmox VE ;)
 
Same here, fresh install, "Booting from hatddisk", CPU at 50%.

Code:
root@pve01:~# cat /etc/pve/qemu-server/110.conf
boot: order=scsi0;ide2;net0
cores: 2
cpu: host
ide2: local:iso/debian-12.9.0-amd64-netinst.iso,media=cdrom,size=632M
memory: 2048
meta: creation-qemu=9.0.2,ctime=1739528971
name: Debian-Test
net0: virtio=BC:24:11:60:E8:DB,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: data2:vm-110-disk-0,aio=native,iothread=1,size=40G
scsihw: virtio-scsi-single
smbios1: uuid=8db46834-f15f-46bd-8700-6fc6b5fb9965
sockets: 1
vmgenid: 75474e6e-e0ac-4a98-9d86-b61e19ee951b
root@pve01:~#

=> https://forum.proxmox.com/threads/a...ss-is-stuck-at-booting-from-hard-disk.162362/
 
Last edited: