01-26-2021, 01:34 PM
I got this to work with qemu-utilts on Ubuntu Linux, I had to resize my VM yet I ended up converting my VHD into a RAW image. Then had to convert it back to VHD
qemu-img convert -f raw image.raw -O vpc image.vhd
It not fast but im booting windows 10 from ventoy agian.
This would also work with a disk containing windows.
Just replace image.raw with /dev/(yourWinDisk)sda,sdb, etc
qemu-img convert -f raw image.raw -O vpc image.vhd
It not fast but im booting windows 10 from ventoy agian.
This would also work with a disk containing windows.
Just replace image.raw with /dev/(yourWinDisk)sda,sdb, etc