Download Extract WinSCP and run the executable Connect to the ProxMox IP server via WinSCP Copy the VirtualBox created .raw file to a location on the ProxMox server that has enough free disk space, /root for example Back in the browser, open the ProxMox host Shell Run the following command to import the raw disk, modify the .raw file name and VM ID noted earlier # import the raw disk
# usage:
# qm importdisk <VM ID> /root/<source disk file>.raw <destination storage pool name>
qm importdisk 100 vbox.raw HDD_500GB --format qcow2Once the disk import completes, select the target VM from the left navigation menu > Hardware Double click the Unused Disk > Click the Add button Select Options from the left navigation sub-menu Double click Boot Order Check the Enabled box next to the hard disk Drag the Hard disk up in the boot order as needed, typically below the CD-ROM device Click OK Click the Start button in the top right of the screen Click the Console link to watch the boot process