Search results

  1. J

    [SOLVED] qm importdisk increased the disk size from 96.5GB to 476.94 GB

    I have successfully migrated a test Windows server 2022 to Proxmox. Yay! :) The server boots and appears to be working perfectly. . Double Yay! :) :) However, when I issued the command to import the disk: qm importdisk 101 /var/lib/vz/template/qcow/WIN-4GSGQMJ1U8A.qcow2 local-lvm The...
  2. J

    [SOLVED] Physical Windows server 2022 to VM on Proxmox 9

    I am trying to migrate a physical windows test server to Proxmox. These are the steps so far: 1. used Disk2vhd and created a vhd file on a USB Drive. 2. Connected the USB to a Ubuntu machine and ran qemu-img convert -p -f vpc -O qcow2 WIN-4GSGQMJ1U8A.VHD WIN-4GSGQMJ1U8A.qcow2 So, I now...