3.PHYSICAL TO VIRTUAL MIGRATION
1. Download Disk2VHD from Microsoft and open it. Create a partition and store a file in it. Select the partition to migrate. 2. Now convert the vhdx file to vdi using the following command. ` VBoxManage clonehd "{fileLocation}\{fileName}.{vhd\vhdx}" {fileLocation}.vdi --format vdi ` 3. From virtul box now select the storage for the vm and run with it. 4. Now you can access the contents of the virtual hard drive.
Comments
Post a Comment