this post was submitted on 15 Nov 2023
3 points (100.0% liked)

Homelab

371 readers
9 users here now

Rules

founded 11 months ago
MODERATORS
 

Like the title says I am trying to convert a bare metal install of Server 2016 to a Proxmox VM.

So far I have backups of the Windows server (.vhdx) and I have converted them to .raw and imported them to the VM. However when I try to start the VM I get a no bootable device found and it goes into the EFI shell.

Is there an easier way?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 10 months ago (1 children)

before you convert, install the virtio drivers and in the VM configuration make sure the disk image file is attached as SATA0.

The virtioSCSI is a better drive but Windows doesn't know the device at the first boot after the migration. It needs to boot, find the device and configure the drivers.

and need to ensure the image contains all the partitions from the original drive.

[โ€“] [email protected] 1 points 10 months ago

I will give this a shot. Thank you