Troubleshooting
2025.10
Compute
Networking
VMHA
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
VM Boot Stuck with "Booting from Hard Disk" Console Message
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
VM Boot Stuck with "Booting from Hard Disk" Console Message with VM status ACTIVE on the console.
Environment
- Private Cloud Director Virtualization - v2025.4 and Higher
- Self-Hosted Private Cloud Director Virtualization - v2025.4 and Higher
Cause
The VM Image is built to set boot in UEFI mode, not legacy BIOS which is default.
Diagnostics
- Check VM is running and VM Status shows active on the PCD GUI.
- SSH to Underlying host and run below commands
Command
$ sudo qemu-nbd --connect=/dev/nbd0 <IMAGE_NAME>.qcow2If above command fails with error "qemu-nbd: Failed to open /dev/nbd0: No such file or directory". Use below steps to fix
Command
# modprobe nbd max_part=8- Connect to the QCOW2 image.
Command
$ sudo qemu-nbd --connect=/dev/nbd0 <IMAGE_NAME>.qcow2- Check if any disk has type "EFI" which means qcow2 image is set to boot in UEFI mode.
Command
$ sudo fdisk -l /dev/nbd0- Disconnect the NBD tool
Command
$ sudo qemu-nbd --disconnect /dev/nbd0Resolution
These steps are applicable only when you see Step 3 from Diagnostics section show any disk with type "EFI"
- Using PCD GUI edit the image properties ((VM --> Images -->Select Image --> Edit properties) and add below values.
Image properties
hw_firmware_type=uefi hw_machine_type=q35- Rebuild the VM using latest image properties.
Validation
- Check if VM boot successfully.
- If these steps prove insufficient to resolve the issue, reach out to the Platform9 Support Team for additional assistance.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
Image Service Troubleshooting GuideDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message