Windows 2008 에서 PAE모드 적용하기
2012.10.15 20:35
원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어
Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Windows 2003 에서는 c:\boot.ini 를 직접 수정하는 방식으로 PAE모드를 적용할 수 있었으나, windows 2008에서는 boot.ini 파일이 없어짐.
다음과 같은 방식으로 적용.
1. PAE모드 사용
> BCDEDIT /Set PAE ForceEnable
2. User영역을 3GB로 조정
> BCDEDIT /Set IncreaseUserVa 3072
3. User영역을 2GB로 조정( : 이 값이 Windows default임)
> BCDEDIT /Set IncreaseUserVa 2048
4. 현재값 조회
> BCDEDIT
C:\Users\Administrator>bcdedit
Windows 부팅 관리자
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale ko-KR
inherit {globalsettings}
default {current}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
resume No
Windows 부팅 로더
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Server 2008
locale ko-KR
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {48477afe-a5ba-11df-a07b-e41f1332859c}
nx OptOut
increaseuserva 3072