윈도즈 BCD(Boot Configuration Database : 부트 구성 데이타베이스) 편집기를 통해서 부트 메뉴에 표시되는 운영체제를 간단히 변경할 수 있다. 윈도즈 비스타의 경우는 Windows Vista라고 표기되는 것이 설치시 기본값이지만, 윈도즈 XP를 설치한 후에는 이전의 윈도즈라로 Previous Windows라는 영문 표기로도 표기된다. 2중 부팅, 또는 3중 부팅의 경우는 NeoSmart easyBCD사용시에 기본값는 NeoSmart Linux이다.

C:\Users\Mr.Learn>bcdedit

Windows 부팅 관리자

--------------------

identifier              {bootmgr}

device                  partition=C:

description             Windows Boot Manager

locale                  ko-KR

inherit                 {globalsettings}

default                 {current}

displayorder            {current}

                        {ntldr}

                        {d27202c6-64f0-11dc-8e8f-0011110f80d4}

toolsdisplayorder       {memdiag}

timeout                 30

Windows 부팅 로더

-------------------

identifier              {current}

device                  partition=C:

path                    \Windows\system32\winload.exe

description             Microsoft Windows Vista

locale                  ko-KR

inherit                 {bootloadersettings}

bootdebug               No

osdevice                partition=C:

systemroot              \Windows

resumeobject            {18abbf93-5fb1-11dc-8d50-e0fa470c534f}

nx                      OptOut

pae                     ForceDisable

sos                     No

debug                   No

 

Windows 레거시 OS 로더

------------------------

identifier              {ntldr}

device                  partition=C:

path                    \ntldr

description             Microsoft Windows XP

 

리얼 모드 부팅 섹터

---------------------

identifier              {d27202c6-64f0-11dc-8e8f-0011110f80d4}

device                  boot

path                    \NST\NeoGrub.mbr

description             NeoSmart Linux


 
이러한 값을 쉽게 변경하려면 커맨드셸(CMD.exe)에서 bcdedit를 이용해서 간단히 변경할 수 있으며, 한글로도 가능하다.

간단하게 NeoSmart Linux를 한글로 변경하려면 보면 다음과 같이 입력한다.

C:\Users\Mr.Learn>bcdedit /set {d27202c6-64f0-11dc-8e8f-0011110f80d4} description 우분투
작업을 완료했습니다.


공백이 있다면 인용부호를 다음과 같이 입력한다.

C:\Users\Mr.Learn>bcdedit /set {d27202c6-64f0-11dc-8e8f-0011110f80d4} description “리눅스 우분투
작업을 완료했습니다.


마찬가지로 Microsoft Windows Vista 또는 Microsoft Windows XP도 한글로 변경 가능하다.

C:\Users\Mr.Learn>bcdedit /set {current} description 비스타

C:\Users\Mr.Learn>bcdedit /set {ntldr} description 엑스피

결과적으로

C:\Users\Mr.Learn>bcdedit

Windows 부팅 관리자

--------------------

identifier              {bootmgr}

device                  partition=C:

description             Windows Boot Manager

locale                  ko-KR

inherit                 {globalsettings}

default                 {current}

displayorder            {current}

                        {ntldr}

                        {d27202c6-64f0-11dc-8e8f-0011110f80d4}

toolsdisplayorder       {memdiag}

timeout                 30

 

Windows 부팅 로더

-------------------

identifier              {current}

device                  partition=C:

path                    \Windows\system32\winload.exe

description             비스타

locale                  ko-KR

inherit                 {bootloadersettings}

bootdebug               No

osdevice                partition=C:

systemroot              \Windows

resumeobject            {18abbf93-5fb1-11dc-8d50-e0fa470c534f}

nx                      OptOut

pae                     ForceDisable

sos                     No

debug                   No

 

Windows 레거시 OS 로더

------------------------

identifier              {ntldr}

device                  partition=C:

path                    \ntldr

description             엑스피

 

리얼 모드 부팅 섹터

---------------------

identifier              {d27202c6-64f0-11dc-8e8f-0011110f80d4}

device                  boot

path                    \NST\NeoGrub.mbr

description             우분투

Posted by 시스템매니아
,