I want to migrate a bare metal windows PC to a VM. I created a
On the PVE I have (among other) following storage:
If I now click in the PVE Web UI

Vhdx image of the running system using Disk2vhd. I pushed this image file on my PVE in path being member of a storage and used following command to convert it to a raw image:
Bash:
# qemu-img convert -f vhdx -O raw PC.VHDX pc.img
# ls -l /var/lib/vz/import/
total 85529477
-rw-r--r-- 1 root root 500107862016 Aug 16 12:14 pc.img
-rw-r--r-- 1 root root 72801583616 Aug 16 12:00 PC.VHDX
Code:
ID = locale
directory = /var/lib/vz
Content = Disk image, ISO image, Container template, Backup, Snippets, Import
Nodes = All
Enable = [x]
Shared = [ ]
Preallocation = Default
Allow Snapshots as Volume-Chain = [ ]
Create VM and follow the dialogs, under the tab Disks I can click Import and select Import Storage local, but the drop down Select Image stays empty (cf below screenshot). What am I doing wrong? Running PVE 9.2.10 with latest updates. Thx for any support!
