linux physical to virtual
Boot machine using live CD or in runlevel 0
sudo dd if=PART_PATH of=OUTPUT_PATH/ubuntu.bin
VBoxManage convertdd OUTPUT_PATH/ubuntu.bin ubuntu.vdi --format VDI
Boot machine using live CD or in runlevel 0
sudo dd if=PART_PATH of=OUTPUT_PATH/ubuntu.bin
VBoxManage convertdd OUTPUT_PATH/ubuntu.bin ubuntu.vdi --format VDI