Hey All -
I have several VMDK files exported from ESXi, and all boot fine.
I wanted to convert these to QCOW2 so I could adjust (shrink) the size at a later time.
I used the following command to convert:
qemu-img convert -O qcow2 -f raw source.vmdk dest.qcow2
I then use the following command to move & associate the QCOW2 file to the VM:
qm importdisk VMID dest.qcow2 DATASTORE-LOCAL
All is well, and then I go to the VM, and detach and delete the default disk image that was created during the VM creation process and then double click the new disk file and associate it with my VM and then set the boot options to boot off the drive.
The OS doesn't boot - no bootable device error and it retries again in a few seconds over and over. Pressing ESC at the SeaBIOS prompt and trying to select the ISCSI drive and booting manually has the same end result.
Any ideas what's going on here?
Thanks
I have several VMDK files exported from ESXi, and all boot fine.
I wanted to convert these to QCOW2 so I could adjust (shrink) the size at a later time.
I used the following command to convert:
qemu-img convert -O qcow2 -f raw source.vmdk dest.qcow2
I then use the following command to move & associate the QCOW2 file to the VM:
qm importdisk VMID dest.qcow2 DATASTORE-LOCAL
All is well, and then I go to the VM, and detach and delete the default disk image that was created during the VM creation process and then double click the new disk file and associate it with my VM and then set the boot options to boot off the drive.
The OS doesn't boot - no bootable device error and it retries again in a few seconds over and over. Pressing ESC at the SeaBIOS prompt and trying to select the ISCSI drive and booting manually has the same end result.
Any ideas what's going on here?
Thanks
Last edited: