윈 도 우 윈도우8 통합작업 할때 64비트 복구 모드만 추가 하려 하는데
2012.08.24 20:51
이때 두번째로 입력할 GUID는 무엇인가요? 암만해도 되질 않는군요
댓글 [3]
-
노백 2012.08.24 22:32
-
Callisto 2012.08.24 23:23
그걸 어디서 확인하나요? Guid만 몰라서 멀티부팅에 등록을 몬해서..
-
노백 2012.08.24 23:36
bcdedit /store 경로\bcd>경로\bcd.txt라고 치면 bcd의 내용이 텍스트로 저장됩니다
예시 : bcdedit /store d:\mount\boot\bcd>d:\bcd.txt
아래처럼
Windows 부팅 관리자
--------------------
identifier {bootmgr}
description Windows Boot Manager
locale ko-KR
inherit {globalsettings}
default {default}
displayorder {default}
{d59f7784-3145-11e0-805b-005056c00008}
toolsdisplayorder {memdiag}
timeout 15Windows 부팅 로더
-------------------
identifier {default}
device ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path \windows\system32\boot\winload.exe
description Windows 8 설치하기
locale ko-KR
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\boot.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot \windows
detecthal Yes
winpe Yes
ems NoWindows 부팅 로더
-------------------
identifier {d59f7784-3145-11e0-805b-005056c00008}
device ramdisk=[boot]\sources\winre-8x64.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
path \windows\system32\boot\winload.exe
description Windows 8 복구모드 (64비트)
locale ko-KR
inherit {bootloadersettings}
osdevice ramdisk=[boot]\sources\winre-8x64.wim,{7619dcc8-fafe-11d9-b411-000476eba25f}
systemroot \windows
detecthal Yes
winpe Yes
ems No
identifier는 각기 다르지만 device와 osdevice의 가이드는 모든 부팅로더에 동일합니다.
즉 {default}의 devise와 osdevice 가이드를 그대로 사용하시면 됩니다.