Proxmox version 6.3-3
Issue:
I have a .raw image that I made of a user's computer (windows 10). When I create a VM with this, proxmox will not boot it.
In Depth:
I have backup software (MSP360) on one of the user's computers here because they have programs installed that cannot be installed anywhere else. The backup software allows me to create disk images of the machine. I did this and made a VHD and a RAW image. After spending hours downloading the resulting images I've found that proxmox will not boot either of these.
The steps I use:
1. Backup user machine to VHD/RAW (I tried both)
2. Download image to my machine
3. Create new VM in proxmox
4. Delete the HDD that was specified in the VM creation
5. Import the disk into the VM with the following command: "qm importdisk 999 my_image.raw my_storage" (where 999 is the VM id)
6. Edit the config and make it an IDE drive
changing "unused0: my_storage:vm-999-disk-1"
to "ide0: my_storage:vm-999-disk-1"
After these steps the VM sees the drive and it's shows up in my storage, but it just hangs at "booting from hard disk". These steps are what was said to be done in the official guide. So am I missing something or am I doing it wrong?
Issue:
I have a .raw image that I made of a user's computer (windows 10). When I create a VM with this, proxmox will not boot it.
In Depth:
I have backup software (MSP360) on one of the user's computers here because they have programs installed that cannot be installed anywhere else. The backup software allows me to create disk images of the machine. I did this and made a VHD and a RAW image. After spending hours downloading the resulting images I've found that proxmox will not boot either of these.
The steps I use:
1. Backup user machine to VHD/RAW (I tried both)
2. Download image to my machine
3. Create new VM in proxmox
4. Delete the HDD that was specified in the VM creation
5. Import the disk into the VM with the following command: "qm importdisk 999 my_image.raw my_storage" (where 999 is the VM id)
6. Edit the config and make it an IDE drive
changing "unused0: my_storage:vm-999-disk-1"
to "ide0: my_storage:vm-999-disk-1"
After these steps the VM sees the drive and it's shows up in my storage, but it just hangs at "booting from hard disk". These steps are what was said to be done in the official guide. So am I missing something or am I doing it wrong?