VM Boot Stuck With Booting From Hard Disk Console Message
Problem
Cause
Diagnostics
2
Resolution
Validation
Was this helpful?
VM Boot Stuck with "Booting from Hard Disk" Console Message with VM status ACTIVE on the console.
The VM Image is built to set boot in UEFI mode, not legacy BIOS which is default.
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>.qcow2These steps are applicable only when the Diagnostics step that inspects partitions shows any disk with type "EFI".
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?
Was this helpful?
