-
USB 부팅으로 HDD에 있는 PE/VHD 부팅하기컴퓨터/PE 2018. 5. 23. 12:33
- Windows10 RS4 순정디스크 부팅파일 기준
- 패치파일 또는 botice 이용
- botice로 Wim파일 등록후 전문가 모드에서 EmsEnable, inheritedObjects, IsolatedExecutionContext
추가 ( sources, x64\sources, x86\sources 폴더 이용 windows 설치도가능 )
- vhd 는 경로명과 파일명만 정확히 지정하면 부팅가능
- PE는 디스크, 파티션, 경로명, 파일명 정확히 지정해야 부팅가능
- InheritedObjests 추가방법
- 배치파일로 한다면
set BCDEDIT=%SYSTEMROOT%\system32\bcdedit.exe
set BCDSTORE=%~dp0BCD
%BCDEDIT% /store %BCDSTORE% /set %guid% inherit
%BCDEDIT% /store %BCDSTORE% /set %guid% nx OptIn
%BCDEDIT% /store %BCDSTORE% /set %guid% ResumeObject 0x23000003
%BCDEDIT% /store %BCDSTORE% /set %guid% bootmenupolicy legacy
댓글