본문 바로가기

Computer

시스템 예약(부트 영역) 옮기는 방법 How do I move the system reservation boot area?

728x90
반응형

How do I move the system reservation boot area?

윈도우10을 설치했다. 그런데, C 는 Windows
D 는 시스템 예약(Window Boot Manager)

D 하드디스크를 제거하면 부팅이 되지 않는 현상이 발생한다.
Removing the D hard disk causes a phenomenon that does not boot.

이 문제를 해결하기 위해서는 시스템 예약(Window Boot Manager)을 C 드라이브로 옮겨야 한다.


> bcdedit

Windows 부트 관리자
------------------------------
identifier {bootmgr}
device partition=D:

Windows 부트 로더
-----------------------------
identifier {current}
device partition=C:

C 드라이브를 제외한 모든 HDD를 제거하기위해 Windows Boot Manager 를 C 드라이브로 옮기는 작업을 한다.

C드라이브에 Boot 파일을 생성한다.


> bcdboot C:\Windows /s C:
Boot files successfully created.
부팅 파일을 만들었습니다.

C 드라이브의 파티션을 활성화 해준다.


> diskpart

select disk 0
select partition 1
active

C 하드디스크를 제외한 모든 하드를 제거하고 부팅을 시도해 본다.


bcdedit를 이용하여 Window Boot Manager 가 C 드라이브로 옮겨졌는지 확인해 본다.

> bcdedit

Windows 부트 관리자
------------------------------------
identifier {bootmgr}
device partition=C: