Install Windows 8 Ent(X86) Build 9200 on PC's Without NX Support

Discussion in 'Windows 8' started by FaiKee, Jul 4, 2013.

  1. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    Tks for correcting, I posted about the method and my patched ISO in PCBeta, a few guys started some thread on successful installation, it raised some sensations for 2 days then, everything dies down.....guess there actually not many people still trying to use P4 these days,

    In any case, it's a fantastic job by @Jan1 and you. :D
     
  2. dedalos92

    dedalos92 MDL Junior Member

    Nov 11, 2012
    84
    5
    0
    #62 dedalos92, Jul 20, 2013
    Last edited: Jul 20, 2013
    Ok for intel P4...but please tell me can i install win 8 pro 32bit on my old desktop pc with this CPU:

    AMD Athlon XP 3200+ - AXDA3200DKV4E :confused:

    if using this patched files by @moderate and @Jan1?

    thanks

    :worthy:
     
  3. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    read OP and download coreinfo to check if you have PAE and SSE2, both bits must be present. :D
     
  4. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,381
    2,479
    120
    #64 moderate, Jul 20, 2013
    Last edited by a moderator: Apr 20, 2017
    I like to correct, hehe :) In fact, it is only Jan's job. :)

    BTW: I made these two command sets:

    1st is for integrating all updates and lng pack to install.wim. (Lng-pack is needed to integrate too, since new language cause some updates to reinstall.) (NETFX3.5, Telnet Client and Simple TCPIP are enabled.)
    It requires installed OS, W8 x32 ISO, W8 ADK and downloaded updates via MS update catalog. WinPE-lng-packs are from W8 ADK, they are in:
    Code:
    \Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Windows Preinstallation Environment\x86\WinPE_OCs
    Only winstall.wim section is needed - boot.wim section can be skipped.
    Dir structure:
    Code:
    Directory of C:\
    20. 07. 2013  09:17    <DIR>          CAB
    20. 07. 2013  09:17    <DIR>          INF
    20. 07. 2013  09:17    <DIR>          ISO
    20. 07. 2013  09:17    <DIR>          Mount
    20. 07. 2013  09:17    <DIR>          MSU_1st
    20. 07. 2013  09:17    <DIR>          MSU_2nd
    20. 07. 2013  09:17    <DIR>          WinRE
    Code:
    @echo off
    cls
    md C:\mount
    md C:\winre
    
    DISM /Mount-Wim /WimFile:C:\ISO\sources\boot.wim /index:1 /MountDir:C:\mount
    dism /image:C:\mount /Add-Package:"C:\CAB\lp.cab"
    Dism /unmount-WIM /MountDir:C:\mount /Commit
    
    DISM /Mount-Wim /WimFile:C:\ISO\sources\boot.wim /index:2 /MountDir:C:\mount
    dism /image:C:\mount /Add-Package:"C:\CAB\lp.cab"
    dism /image:C:\mount /Add-Package:"C:\CAB\WinPE-setup_cs-cz.cab"
    dism /image:C:\mount /Add-Package:"C:\CAB\WinPE-setup-client_cs-cz.cab"
    dism /image:C:\mount /Gen-LangINI /distribution:C:\mount
    Dism /unmount-WIM /MountDir:C:\mount /Commit
    
    DISM /Mount-Wim /WimFile:C:\ISO\sources\install.wim /index:1 /MountDir:C:\mount
    dism /image:C:\mount /enable-Feature /Featurename:NetFx3 /Source:C:\ISO\sources\sxs
    dism /image:C:\mount /enable-Feature /Featurename:TelnetClient /Featurename:SimpleTCP
    dism /image:C:\mount /Add-Package:"C:\CAB\Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~x86~cs-CZ~6.2.9200.16384.cab"
    
    DISM /Mount-Wim /WimFile:C:\mount\Windows\System32\Recovery\winre.wim /index:1 /MountDir:C:\winre
    dism /image:C:\winre /Add-Package:"C:\CAB\lp.cab"
    dism /image:C:\winre /Add-Package:"C:\CAB\WinPE-Rejuv_cs-cz.cab"
    dism /image:C:\winre /Add-Package:"C:\CAB\WinPE-SRT_cs-cz.cab"
    Dism /unmount-WIM /MountDir:C:\winre /Commit
    
    DISM /Export-Image /SourceImageFile:C:\mount\Windows\System32\Recovery\winre.wim /SourceIndex:1 /DestinationImageFile:C:\mount\Windows\System32\Recovery\winre2.wim /Compress:max /Bootable
    DEL /S /F /Q C:\mount\Windows\System32\Recovery\winre.wim
    REN C:\mount\Windows\System32\Recovery\winre2.wim winre.wim
    
    dism /image:C:\mount /Gen-LangINI /Distribution:C:\ISO
    DISM /image:C:\mount /Add-Package /PackagePath:C:\MSU_1st
    DISM /image:C:\mount /Add-Package /PackagePath:C:\MSU_2nd
    Dism /Image:C:\mount /Add-Driver /Driver:C:\INF /Recurse
    Dism /unmount-WIM /MountDir:C:\mount /Commit
    
    DISM /Export-Image /SourceImageFile:C:\ISO\sources\install.wim /SourceIndex:1 /DestinationImageFile:C:\ISO\sources\install2.wim /Compress:max
    DEL /S /F /Q C:\ISO\sources\install.wim
    REN C:\ISO\sources\install2.wim install.wim
    
    DISM /Export-Image /SourceImageFile:C:\ISO\sources\boot.wim /SourceIndex:1 /DestinationImageFile:C:\ISO\sources\boot2.wim /Compress:max /Bootable
    DISM /Export-Image /SourceImageFile:C:\ISO\sources\boot.wim /SourceIndex:2 /DestinationImageFile:C:\ISO\sources\boot2.wim /Compress:max /Bootable
    DEL /S /F /Q C:\ISO\sources\boot.wim
    REN C:\ISO\sources\boot2.wim boot.wim
    
    oscdimg -bC:\ISO\boot\etfsboot.com -h -u2 -m -lwin8 C:\ISO\ C:\win8.iso
    
    2nd is for preparing the system drive (F:) (plugged via USB) on another computer booted from memory stick (G:).
    It also enables legacy boot menu and puts Safe Mode there with 3 sec delay. Files are already prepatched and so copied only.
    Code:
    @echo off
    cls
    
    G:\imagex.exe /apply G:\install.wim 1 F:\
    ren F:\Windows\System32\ntoskrnl.exe ntoskrnlUNCR.exe
    ren F:\Windows\System32\winload.exe winloadUNCR.exe
    ren F:\Windows\System32\hal.dll halUNCR.dll
    ren F:\Windows\System32\halmacpi.dll halmacpiUNCR.dll
    copy ntoskrnl.exe F:\Windows\System32\*.*
    copy winload.exe F:\Windows\System32\*.*
    copy hal.dll F:\Windows\System32\*.*
    copy halmacpi.dll F:\Windows\System32\*.*
    
    bcdboot F:\Windows /s F:
    bootsect /nt60 F: /force /mbr
    bcdedit /store F:\Boot\BCD /set {default} NoIntegrityChecks Yes
    bcdedit /store F:\Boot\BCD /set {default} RecoveryEnabled No
    rem bcdedit /store F:\Boot\BCD /set {default} OneCpu On
    bcdedit /store F:\Boot\BCD /set {default} NX AlwaysOff
    
    bcdedit /store F:\Boot\BCD /set {default} BootMenuPolicy Legacy
    bcdedit /store F:\Boot\BCD /set {default} safeboot minimal
    bcdedit /store F:\Boot\BCD /copy {default} /d "Windows 8 Safe Mode"
    bcdedit /store F:\Boot\BCD /deletevalue {default} safeboot
    bcdedit /store F:\Boot\BCD /set {default} safeboot network
    bcdedit /store F:\Boot\BCD /copy {default} /d "Windows 8 Safe Mode Network"
    bcdedit /store F:\Boot\BCD /deletevalue {default} safeboot
    bcdedit /store F:\Boot\BCD /set {default} safeboot minimal
    bcdedit /store F:\Boot\BCD /set {default} safebootalternateshell yes
    bcdedit /store F:\Boot\BCD /copy {default} /d "Windows 8 Safe Mode Prompt"
    bcdedit /store F:\Boot\BCD /deletevalue {default} safebootalternateshell
    bcdedit /store F:\Boot\BCD /deletevalue {default} safeboot
    bcdedit /store F:\Boot\BCD /timeout 3
    
    Updates:
    The subdirs have to be killed and MSUs put directly to \MSU*
    Code:
    Directory of C:\MSU_1st
    20. 07. 2013  08:56    <DIR>          Cumulative Security Update for ActiveX Killbits for Windows 8 (KB2820197)
    20. 07. 2013  08:56    <DIR>          Cumulative Security Update for Internet Explorer 10 for Windows 8 (KB2846071)
    20. 07. 2013  08:56    <DIR>          Microsoft Browser Choice Screen Update for EEA Users of Windows 8 (KB976002)
    20. 07. 2013  08:56    <DIR>          Security Update for Internet Explorer Flash Player for Windows 8 (KB2857645)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 3.5 on Windows 8 (KB2736693)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 3.5 on Windows 8 (KB2804584)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 3.5 on Windows 8 (KB2833959)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 3.5 on Windows 8 (KB2840633)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 3.5 on Windows 8 (KB2844289)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 3.5 on Windows 8 x86 (KB2729462)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 3.5 on Windows 8 x86 (KB2742616)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 3.5 on Windows 8 x86 (KB2756923)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 3.5 on Windows 8 x86 (KB2789650)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 3.5 on Windows 8 x86 (KB2832418)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 4.5 on Windows 8 (KB2737084)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 4.5 on Windows 8 (KB2804583)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 4.5 on Windows 8 (KB2833958)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 4.5 on Windows 8 (KB2840632)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 4.5 on Windows 8 x86 (KB2742614)
    20. 07. 2013  08:56    <DIR>          Security Update for Microsoft .NET Framework 4.5 on Windows 8 x86 (KB2789649)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2727528)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2753842)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2757638)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2770660)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2781197)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2785220)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2803821)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2807986)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2813430)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2829254)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2829361)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2830290)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2835361)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2835364)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2839229)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2839894)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2845187)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2845690)
    20. 07. 2013  08:56    <DIR>          Security Update for Windows 8 (KB2850851)
    20. 07. 2013  08:56    <DIR>          Update for Microsoft .NET Framework 3.5 on Windows 8 (KB2836946)
    20. 07. 2013  08:56    <DIR>          Update for Microsoft .NET Framework 3.5 on Windows 8 x86 (KB2769166)
    20. 07. 2013  08:56    <DIR>          Update for Microsoft .NET Framework 3.5 on Windows 8 x86 (KB2836947)
    20. 07. 2013  08:56    <DIR>          Update for Microsoft .NET Framework 4.5 on Windows 8 (KB2750149)
    20. 07. 2013  08:56    <DIR>          Update for Microsoft .NET Framework 4.5 on Windows 8 (KB2805222)
    20. 07. 2013  08:56    <DIR>          Update for Microsoft .NET Framework 4.5 on Windows 8 (KB2805227)
    20. 07. 2013  08:56    <DIR>          Update for Microsoft Camera Codec Pack for Windows 8 (KB2779444)
    20. 07. 2013  08:56    <DIR>          Update for Microsoft Camera Codec Pack for Windows 8 (KB2859541)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2756872)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2768703)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2769034)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2769165)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2770917)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2777294)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2779768)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2785094)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2795944)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2798162)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2800033)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2805966)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2808679)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2811660)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2820330)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2822241) R2
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2836988)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2845533)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2855336)
    
    Directory of c:\MSU_2nd
    (This update needs to be integrated as last one, otherwise WIM unmount with saving changes "/commit" needs to be done.)
    20. 07. 2013  08:56    <DIR>          Update for Windows 8 (KB2821895)
    
     
  5. dedalos92

    dedalos92 MDL Junior Member

    Nov 11, 2012
    84
    5
    0
    i can't post the resault of coreinfo...but can you see the resaults here:


    h--p://txtup.co/zeclL

    "--" = "tt"
     
  6. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
  7. dedalos92

    dedalos92 MDL Junior Member

    Nov 11, 2012
    84
    5
    0
    #67 dedalos92, Jul 20, 2013
    Last edited: Jul 20, 2013
    @FaiKee

    are you sure? why
    "SSE2 -" ?
    and
    "PAE *" ?
    why this deferent?
    and "NX" supports or not?
    in the past win 8 installation failed. can i try with patched win 8?
    please guide me....
     
  8. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
    #68 Tito, Jul 20, 2013
    Last edited: Jul 20, 2013
    FaiKee has made a mistake ;)

    * means supported, - means not supported.

    No problem for you, as Jan1's latest patch helps you to bypass both NX and SSE2 checks.
     
  9. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    Oh, I am sorry, read it wrong......you don't have NX or SSE2, sorry, no go. :p
     
  10. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    Tks Tito, I had the cmd window old version, not used to the new one. :p
     
  11. dedalos92

    dedalos92 MDL Junior Member

    Nov 11, 2012
    84
    5
    0
    So, the CPU AMD Athlon XP 3200+ is not supported .....:(

    I can't use this patched files for win 8 installation...:(
    It is wrong to try it....:(
    Is that correct?
     
  12. dedalos92

    dedalos92 MDL Junior Member

    Nov 11, 2012
    84
    5
    0
    the CPU AMD Athlon XP 3200+

    PAE support
    NX and SSE2 not support
     
  13. FaiKee

    FaiKee Misinformation spreader

    Jul 24, 2009
    4,303
    5,816
    150
    Right, if you try to install, you will get a 0x0000005D (processor not supported) error. :unsure:
     
  14. dedalos92

    dedalos92 MDL Junior Member

    Nov 11, 2012
    84
    5
    0
    #74 dedalos92, Jul 20, 2013
    Last edited: Jul 20, 2013
    ok, but if i will try to install patched win 8 (with this patched files)?

    to do this must go to format and many hours...so if you know please tell me will have success?
     
  15. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
  16. dedalos92

    dedalos92 MDL Junior Member

    Nov 11, 2012
    84
    5
    0
    #76 dedalos92, Jul 20, 2013
    Last edited: Jul 20, 2013
    if replace this 4 files

    hal.dll,
    halmacpi.dll,
    ntoskrnl.exe,
    winload.exe

    (with @Faikee's guide or other) into a win 8 iso bootable DVD with 4 patched files then i have the same result? i will have success installation ....

    i think this way is more easy to me...
     
  17. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
    You should have same result.

    :tea:
     
  18. dedalos92

    dedalos92 MDL Junior Member

    Nov 11, 2012
    84
    5
    0
    #78 dedalos92, Jul 20, 2013
    Last edited: Jul 20, 2013
    please can i have a link for the latest patch tool by the @jan1 (i think ver. 1.4)?

    ok i got it:

    h--p://forums.mydigitallife.net/attachment.php?attachmentid=22796&d=1374198474
     
  19. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,589
    340
  20. dedalos92

    dedalos92 MDL Junior Member

    Nov 11, 2012
    84
    5
    0
    #80 dedalos92, Jul 20, 2013
    Last edited: Jul 20, 2013
    ok, i try but i am not sure must patch and use all the 4 patched files? or only ntoskrnl.exe ? (first time with VirtualBox and all 4 patched files no success, patch with "W8CPUFeaturePatch x64.exe" on my win 8 x64 OS)
    and the "winload.exe" is into 2 places (system32 and system32/boot), i replaced only that into system32...
    and the "W8CPUFeaturePatch x64.exe" is just for use on 64bit OS ? or what ?
    and finally if do it this is a permanent OS for my PC or will have problems and is better win 7? (i know for the windows updates...more problems?)