-
Updating a VHD to the latest released Win10컴퓨터/VHD 2018. 5. 13. 12:55
https://forums.mydigitallife.net/threads/updating-a-vhd-to-the-latest-released-win10.77047/
- Windows10 RS3 에서 RS4 업그레이드 방법
- hyper-v Windows10 RS3 VHD 가상디스크 연결
- DVD롬에 RS4 ISO 이미지 탑재 후 setup.exe 실행
- 기타 Oracle VirtualBox 등도 업그레이드 가능하다고 함
- VHD 생성시 MS권장파티션(UEFI,BIOS,WTG등)으로 생성하면 초기부팅 및 추후 업그레이드시 편리
PS C:\> Convert-VHD -Path c:\test\testvhd.vhd -DestinationPath c:\test\testvhdx.vhdx
PS C:\> Convert-VHD -Path c:\test\child1vhdx.vhdx -DestinationPath c:\test\child1vhd.vhd -VHDType Differencing -ParentPath c:\test\parentvhd.vhd
-VHDType Fixed, Dynamic, and Differencing
댓글