강좌 / 팁

윈 도 우 Win 8, bypass PAE/NX/SSE2 check

2013.07.12 16:46

고기먹자 조회:8167

Windows 8 Patches v1.2.zip


Install Windows 8 files and apply NX patch

This is how I installed Windows 8 on an empty harddisk (i.e. there were no existing partitions):

  1. Copy RemoveWinloadPatchguard.exe, W8NXPatch.exe, imagex.exe (https://raidcalculator.wordpress.com/...stalling-waik/) and <Windows 8 ISO>\sources\install.wim to a pen drive/external hard drive.
  2. Boot the target computer from a Windows 7 CD.
  3. Press Shift + F10 when the Install Windows window appears.
  4. Create and mount a NTFS partition:
    Code:
    diskpart
    select disk 0
    create partition primary
    format fs=ntfs quick
    active
    assign letter=W
    exit
  5. Now connect the pen drive/external hard drive and replace P: in the commands below with its drive letter.
  6. Apply Windows 8 image on the partition:
    Use this for Windows 8 Pro:
    Code:
    P:\imagex.exe /apply P:\install.wim 1 W:\
    or this for Windows 8:
    Code:
    P:\imagex.exe /apply P:\install.wim 2 W:\
  7. Copy and run W8NXPatch.exe and RemoveWinloadPatchguard.exe:
    Code:
    copy P:\W8NXPatch.exe W:\
    copy P:\RemoveWinloadPatchguard.exe W:\
    W:\W8NXPatch.exe W:\Windows\System32\ntoskrnl.exe
    W:\RemoveWinloadPatchguard.exe W:\Windows\System32\winload.exe
  8. Install BCD and write MBR:
    Code:
    bcdboot W:\Windows /s W:
    bootsect /nt60 W: /force /mbr
  9. Disable integrity check of winload.exe:
    Code:
    bcdedit /set {default} NoIntegrityChecks Yes
  10. Reboot:
    Code:
    wpeutil reboot
  11. When setup is done, open an elevated command prompt and run:
    Code:
    bcdedit /set {current} RecoveryEnabled No


Reapply patch after update of ntoskrnl.exe or winload.exe

If Windows Update replaces ntoskrnl.exe or winload.exe, you have to reapply the corresponding patch. ntoskrnl.exe got updated if you see a 0x0000005DBSOD on boot and winload.exe got updated if Windows complains that the digital signature of ntoskrnl.exe does not match (you can temporarily bypass the signature check by pressing F6 followed by F7).

  1. Boot the target computer from a Windows 7 CD.
  2. Press Shift + F10 when the Install Windows window appears.
  3. I assume that W8NXPatch.exe and RemoveWinloadPatchguard.exe were already copied to the root of the system partition and that the system partition is C:
    Run
    Code:
    C:\W8NXPatch.exe C:\Windows\System32\ntoskrnl.exe
    or
    Code:
    C:\RemoveWinloadPatchguard.exe C:\Windows\System32\winload.exe
  4. Reboot:
    Code:
    wpeutil reboot


Notes

번호 제목 글쓴이 조회 추천 등록일
[공지] 강좌 작성간 참고해주세요 gooddew - - -
1999 윈 도 우| 윈도우 7 의 GODMODE [5] 매니안 7259 1 07-16
1998 소프트웨어| 크롬 28버전 크롬 북마크 넓이 다시 줄이기 [11] 무너구이 4700 3 07-15
1997 윈 도 우| 멀티메뉴 구성하기 suh 5848 1 07-15
1996 윈 도 우| 윈도XP의 ISO를 RAM에 올려 빠르게 설치하기 [8] 매니안 10900 3 07-14
1995 윈 도 우| torrentz.eu 검색 활용 토랜트 자료 다운 받기 [4] 신죠 8216 3 07-14
1994 윈 도 우| 유튜브 관련 종합 도우미 [1] 신죠 4721 2 07-14
1993 윈 도 우| Vm을 이용해서 윈도우7 Sysprep을 이용한 망고/망윔 만들기 [4] 컴마을 9842 8 07-14
1992 윈 도 우| Nowprep으로 XP 망고/망윔 만들기 ^^ [10] 컴마을 8561 3 07-14
1991 서버 / IT| 내가 원하는 파일 쉽게 다운받기 [16] 매니안 8465 6 07-12
» 윈 도 우| Win 8, bypass PAE/NX/SSE2 check [4] 고기먹자 8167 0 07-12
1989 윈 도 우| 탐색기에서 이미지 선택시 탐재 메뉴 없어짐 [2] 매니안 3934 0 07-11
1988 윈 도 우| 디스크 정리 확장 옵션 [3] 냥냥²*☆ 4949 3 07-11
1987 윈 도 우| CMD 의 TAB 키를 활용하자 [2] 매니안 4133 0 07-11
1986 윈 도 우| 랜 케이블의 규격과 특징 [3] 매니안 5148 0 07-11
1985 윈 도 우| 계산기의 부가 기능 [5] 매니안 5168 2 07-10
1984 서버 / IT| 크롬 브라우저에서 Flash AIR가 잘 실행되지 않는 문제 해결법 매니안 4496 0 07-10
1983 소프트웨어| ActiveX에 대한 이해(펌글) [3] 3321 3652 0 07-10
1982 하드웨어| 공유기 공장 초기화 [2] 매니안 6104 0 07-09
1981 윈 도 우| 탐색기 라이브러리 메뉴 없애기 및 시작폴더 변경 [1] 매니안 7415 2 07-09
1980 윈 도 우| 탐색기 기본 폴더 변경하기 [3] 매니안 4485 1 07-09
XE1.11.6 Layout1.4.8