GPT 디스크, EFI 볼륨의 부트로더 재설정
- BCD (Boot Configuration Data ) setting
- 윈도우10 시스템 파티션이 변경되었을때
- 시스템 파티션의 부트로더 설정
//=======================
* 기본 정보
https://technet.microsoft.com/en-us/library/hh825686.aspx
1) Windows Recovery Environment (Windows RE) Tools partition
2) System partition (EFI, 100MB, FAT32)
3) Microsoft Reserved Partition (MSR) partition
UEFI( Unified Extensible Firmware Interface )
GPT( GUID partition table )
- EFI 볼륨에서 BCD경로
BIOS/MBR \Boot
UEFI/GPT \Efi\Microsoft\Boot
//===============
0. 터미널 실행(cmd.exe)
- 설치USB로 부팅
- Shift + F10
//======================
1. 시스템 볼륨(EFI 파티션)에 문자 지정
diskpart
list vol
sel vol 번호
assign letter V
- 지울때는 remove letter V
exit
//==============
2. 부트로더 설정
cd /d V:\EFI\Microsoft\Boot
bootrec /fixboot
ren BCD BCD.bak
bcdboot D:\Windows /l ko-KR /s V: /f ALL
- D드라이브인 경우
bcdedit
- 확인용
//=======
//참고
How to repair UEFI Bootloader in Windows 8
http://woshub.com/how-to-repair-uefi-bootloader-in-windows-8/
//===========================================
위의 방법으로 다음의 에러를 해결할수 있다
//========
* diskpart active 에러
선택한 디스크가 고정된 MBR 디스크가 아닙니다
ACTIVE 명령은 고정된 MBR 디스크에만 사용할 수 있습니다
The selected disk is not a fixed MBR disk
The ACTIVE command can only be used on fixed MBR disks
diskpart partition active error
GPT 디스크에서 파티션을 활성(Active)로 설정하려고 할때
//====
* bcdedit 에러
부팅 구성 데이터 저장소를 열 수 없습니다
지정된 파일을 찾을 수 없습니다
The boot configuration data store could not be opened
The system cannot find the file specified
bcdedit error
//======
Reboot and select proper Boot device gpt disk boot active
- BIOS 부팅 순서에서 Windows Boot loader 라는 이름이 붙은 장치를 선택
//=====================================
//참고
http://blog.d0zingcat.xyz/2015/09/28/Windows/How%20to%20repair%20the%20EFI%20Bootloader%20in%20Windows%2010/
Configure UEFI/GPT-Based Hard Drive Partitions by Using Windows PE and DiskPart
https://technet.microsoft.com/en-us/library/hh825686.aspx
BCD System Store Settings for UEFI
https://technet.microsoft.com/en-us/library/dn336950.aspx
'IT' 카테고리의 다른 글
알렉사 사이트 순위 (0) | 2017.02.05 |
---|---|
파일 검색 프로그램 추천 - Everything (0) | 2016.12.14 |
부트캠프 사용법 (0) | 2016.05.31 |
SweetFX (0) | 2016.05.29 |
핀테크 서비스 비교 (0) | 2016.05.16 |