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).
Notes
강좌 / 팁
윈 도 우 Win 8, bypass PAE/NX/SSE2 check
2013.07.12 16:46
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):
- 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.
- Boot the target computer from a Windows 7 CD.
- Press Shift + F10 when the Install Windows window appears.
- Create and mount a NTFS partition:Code:
diskpart select disk 0 create partition primary format fs=ntfs quick active assign letter=W exit
- Now connect the pen drive/external hard drive and replace P: in the commands below with its drive letter.
- Apply Windows 8 image on the partition:
Use this for Windows 8 Pro:or this for Windows 8:Code:P:\imagex.exe /apply P:\install.wim 1 W:\
Code:P:\imagex.exe /apply P:\install.wim 2 W:\
- 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
- Install BCD and write MBR:Code:
bcdboot W:\Windows /s W: bootsect /nt60 W: /force /mbr
- Disable integrity check of winload.exe:Code:
bcdedit /set {default} NoIntegrityChecks Yes
- Reboot:Code:
wpeutil reboot
- 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).
- Boot the target computer from a Windows 7 CD.
- Press Shift + F10 when the Install Windows window appears.
- 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:
RunorCode:C:\W8NXPatch.exe C:\Windows\System32\ntoskrnl.exe
Code:C:\RemoveWinloadPatchguard.exe C:\Windows\System32\winload.exe
- Reboot:Code:
wpeutil reboot
Notes
- It is not necessary to call PEChecksumFix.exe after W8NXPatch.exe. W8NXPatch.exe automatically fixes the checksum. PEChecksumFix.exe is only needed if you want to patch ntoskrnl.exe or winload.exe manually using a hex editor.
- You don't have to runCode:
bcdedit /set nx AlwaysOff
to get the patch to work.
https://forums.mydigitallife.info/threads/37517-Q-Win-8-bypass-PAE-NX-SSE2-check/page12
댓글 [4]
번호 | 제목 | 글쓴이 | 조회 | 추천 | 등록일 |
---|---|---|---|---|---|
[공지] | 강좌 작성간 참고해주세요 | gooddew | - | - | - |
2001 | 윈 도 우| 2단계로 구성된 내부 네트워크의 컴퓨터에 원격 접속하기 [2] |
|
5352 | 0 | 07-17 |
2000 | 윈 도 우| USB 3.0 을 이용한 Windows 7 64bit 설치하기 [3] | suh | 9381 | 0 | 07-16 |
1999 | 윈 도 우| 윈도우 7 의 GODMODE [5] | 매니안 | 7261 | 1 | 07-16 |
1998 | 소프트웨어| 크롬 28버전 크롬 북마크 넓이 다시 줄이기 [11] |
|
4703 | 3 | 07-15 |
1997 | 윈 도 우| 멀티메뉴 구성하기 | suh | 5853 | 1 | 07-15 |
1996 | 윈 도 우| 윈도XP의 ISO를 RAM에 올려 빠르게 설치하기 [8] | 매니안 | 10908 | 3 | 07-14 |
1995 | 윈 도 우| torrentz.eu 검색 활용 토랜트 자료 다운 받기 [4] | 신죠 | 8220 | 3 | 07-14 |
1994 | 윈 도 우| 유튜브 관련 종합 도우미 [1] | 신죠 | 4723 | 2 | 07-14 |
1993 | 윈 도 우| Vm을 이용해서 윈도우7 Sysprep을 이용한 망고/망윔 만들기 [4] | 컴마을 | 9845 | 8 | 07-14 |
1992 | 윈 도 우| Nowprep으로 XP 망고/망윔 만들기 ^^ [10] | 컴마을 | 8570 | 3 | 07-14 |
1991 | 서버 / IT| 내가 원하는 파일 쉽게 다운받기 [16] | 매니안 | 8472 | 6 | 07-12 |
» | 윈 도 우| Win 8, bypass PAE/NX/SSE2 check [4] | 고기먹자 | 8171 | 0 | 07-12 |
1989 | 윈 도 우| 탐색기에서 이미지 선택시 탐재 메뉴 없어짐 [2] | 매니안 | 3936 | 0 | 07-11 |
1988 | 윈 도 우| 디스크 정리 확장 옵션 [3] |
|
4955 | 3 | 07-11 |
1987 | 윈 도 우| CMD 의 TAB 키를 활용하자 [2] | 매니안 | 4135 | 0 | 07-11 |
1986 | 윈 도 우| 랜 케이블의 규격과 특징 [3] | 매니안 | 5150 | 0 | 07-11 |
1985 | 윈 도 우| 계산기의 부가 기능 [5] | 매니안 | 5175 | 2 | 07-10 |
1984 | 서버 / IT| 크롬 브라우저에서 Flash AIR가 잘 실행되지 않는 문제 해결법 | 매니안 | 4502 | 0 | 07-10 |
1983 | 소프트웨어| ActiveX에 대한 이해(펌글) [3] | 3321 | 3653 | 0 | 07-10 |
1982 | 하드웨어| 공유기 공장 초기화 [2] | 매니안 | 6108 | 0 | 07-09 |
좋은정보네요.
저 사양 컴에 설치하는 방법같은데...
정작 필요한 파일을 못받네요.
있어시면 좀 올려주시면 고맙겠습니다.