VM Boot Stuck With Booting From Hard Disk Console Message
Problem
VM Boot Stuck with "Booting from Hard Disk" Console Message with VM status ACTIVE on the console.
Cause
The VM Image is built to set boot in UEFI mode, not legacy BIOS which is default.
Diagnostics
2
Connect QCOW2 image using qemu-nbd
Run:
sudo qemu-nbd --connect=/dev/nbd0 <IMAGE_NAME>.qcow2If the above command fails with the error:
qemu-nbd: Failed to open /dev/nbd0: No such file or directory
then load the nbd kernel module:
sudo modprobe nbd max_part=8Then retry:
sudo qemu-nbd --connect=/dev/nbd0 <IMAGE_NAME>.qcow23
Resolution
1
Validation
Check if the VM boots successfully.
If these steps prove insufficient to resolve the issue, reach out to the Platform9 Support Team for additional assistance.
Was this helpful?
