Cleanup disc space and remove all unnecessary drivers:
sdelete -z c: d: e:
ClearPageFileAtShutdown.reg
Now two methods are possible:
Fastest method: create Proxmox machine and import vbox hard disc to newly created Proxmox VM.
rbd
or local-zfs
storage: qm importdisk 701 WIN7_C.vdi local-zfs
qm importdisk 701 WIN7_C.vdi local -format qcow2
qm set 701 --scsi<N> local-zfs:vm-701-disk-<N>,discard=on,size=64G
discard=on
should be enabled for thin provisioned storage to reclaim unused spacesed -i 's/scsi/ide/g' /etc/pve/qemu-server/701.conf
sed -i 's/scsi/sata/g' /etc/pve/qemu-server/701.conf
Device Manager
and install missing drivers:PCI\VEN1AF4&DEV_1003
–> Virtio console vioserial
vioscsi\w7\amd64
NetKVM\w7\amd64
PCI\VEN_1AF4&DEV_1002
) –> VirtIO Balloon Driver Balloon\w7\amd64
ACPI/QEMUVGID
)
/etc/pve/qemu-server/701.conf
Can't create IDE unit 1, bus supports only 1 units
Q35 machine has only master IDEs. Use sata0
, sata1
and so on.
tar -xvf WIN7.ova
qm importovf 701 ./WIN7.ovf local-zfs --dryrun --format qcow2
warning: unable to parse the VM name in this OVF manifest, generating a default value
T.B.C without success, more similar issues described here: