http://zeroplus1.zc.bz/jh/web/main.php?id=138&category=ETC
- 윈도우10 PE 부팅 메뉴에 추가
- 1. 준비물
boot.sdi (boot 폴더)
boot.wim (sources 폴더)
# 위 두 파일을 F:\ 에 복사
2. {ramdiskoptions} 생성 작업
bcdedit /create {ramdiskoptions} /d "Ramdisk Options"
bcdedit /set {ramdiskoptions} ramdisksdidevice partition=F:
bcdedit /set {ramdiskoptions} ramdisksdipath \boot.sdi
bcdedit /deletevalue {ramdiskoptions} description
3. PE를 부팅 메뉴에 추가
bcdedit /create /d "Windows PE 부팅 구성" /application osloader # {GUID} 식별자 생성됨
bcdedit /set {GUID} device "ramdisk=[F:]\boot.wim,{ramdiskoptions}"
bcdedit /set {GUID} osdevice "ramdisk=[F:]\boot.wim,{ramdiskoptions}"
bcdedit /set {GUID} path \Windows\System32\Winload.exe
bcdedit /set {GUID} systemroot \Windows
bcdedit /set {GUID} locale ko-KR
bcdedit /set {GUID} inherit {bootloadersettings}
bcdedit /set {GUID} detecthal Yes
bcdedit /set {GUID} winpe Yes
bcdedit /displayorder {GUID} /addlast # 처음에 추가: /addfirst, 마지막에 추가: /addlast
No comments:
Post a Comment