Jump to content

George King

Members
  • Posts

    470
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by George King

  1. 11 hours ago, Andalu said:

    @George King

    I tried your last acpi.sys from the "i386_free" folder on the following boards:

    - Gigabyte H470 HD3 -> A5 BSOD (0x011, 0x08, 0xB998B000, 0x20160527);

    - Asus Prime Q370M -> A5 BSOD (0x03, 0xA755B9BC, 0xC014008, 0x494E495F);

    - Asrock H310M-HDV -> A5 BSOD (0x03, 0x97EE06D0, 0xC0140008, 0x494E495F);

    - Asrock B250M Pro4 -> A5 BSOD (0x03, 0x8A8A64C4, 0xC0140008, 0x494E495F);

    - Asus Prime B250M -> it works as well as the previous version.

    @Mov AX, 0xDEAD Can you have a look into code for possible solution please? Seems like similar BSOD as encountered 

    @Dietmar on Z690 Asrock extreme board -> A5 BSOD (0x03, 0x98E1DBA4, 0xC0140008, 0x494E495F)

  2. Compiling ACPI v2.0 driver for Windows XP SP3 and Windows 2003 SP2 (x32/x64)

     Here are compiled ACPI2.0 v4 from latest sources
     
    1) x86 Windows XP x86 SP3 (5.1.2600.7777.4) + Windows Server 2003 SP2 (5.2.3790.7777.4) debug and free
     
    2) x64 Windows Server 2003 / XP SP2 (5.2.3790.7777.4) debug and free
     
    https://www.mediafire.com/file/wsqgptapdrxhidf/ACPI2.0_v4_x86+x64_5.1+5.2.7z/file

    acpi-Ver.png

     

    Extras included:

    a) _OSI extra OS list to unlock hidden devices

    b) modded acpiosnt.rc to overwrite PruductVersion attribute in file info, replaced "," with "." so it's now in same logic as other standard files, added .4 to easily detect which patch was used as build base

  3. @DietmarNice tests. Of course vendors are lying about performance. Machines about 2010+ have only differences in GPUs which I need only for 4K video. CPUs are mostly same but another nm technology was used to assemble it. Yes, more changes can be found, like removing IDE, PCI etc..

    First big boom will be with quantum computers (powered by small fuse reactors) :D

  4. 14 hours ago, Dietmar said:

    I just build an XP SP3 with the Sata driver from Kai and the storport.sys with SMART support, with all updates for XP and my last acpi.sys from last August.

    For USB I use the from Win8.1 ported driver.

    It boots XP SP3 on all(!) my Intel boards from x58 to z690, always all USB works,

    niccccee😍

    Dietmar

    Ported USB drivers from 8.1? Any links? :)

  5. On 1/6/2022 at 4:48 PM, Mov AX, 0xDEAD said:

    No, PDB not published for early vista betas, PDB exist since v5342, maybe earlier, but i not tested

    Thats sad. I would like to see patched ACPI for x64 too. Can you please create some kind of 6666 for x64 in same way as you did for x86?ACPI_LatestXP+5048_x64.7z

    According to this info I can only apply fix for 0xA5 (0x11, 0x08, ..., ...) _AMLILoadDDB. I cannot find now same places. A good start would be 6666 for x64. Can you please have a look on it? Or do you have some precreated file? I have attached latest 4099 ACPI for XP and 5048 from Longhorn.

    Windows XP/2003 support only ACPI 1.0b syntax, last generation bioses uses ACPI 2.0+
    To support ACPI 2.0 syntax need replace acpi.sys and apply additional patches to avoid known BSODs :
    
    - 0xA5 (0x03, ..., C0140001, ...) missing ACPI 2.0 syntax, 99% solved, two solutions:
    1) acpi.sys (v.5048, sha1:a09c0d9f6b5cb63192e2cebada56db38d3870b29) from Vista Beta/Longhorn v.5048
    Pro:
    - Has most of ACPI 2.0 syntax opcodes
    - All integers are 64-bit regarding ACPI 2.0 specification
    Cons:
    - beta, compiled for next generation of windows
    - failed implementation of some internal data types, _ValidateArgTypes generate BSOD 0xA5(0x03, xxx, C0140008, yyy)
    
    Patches:
    - Add pointer to _atDataObj struct for QWord Opcode
    (_OpcodeTable start at .data:00039848, _atDataObj struct at .data:000397A8,
    missing pointer at .data:00039880, dont forget add additional relocs)
    
    2) acpi.sys from Windows XP SP3 (v.5512->v.6666) with integrated acpi 2.0 syntax support
    Pro:
    - based on original v.5512, match binary/offsets
    Cons:
    - All integers are still 32-bit, any operations on 64-bit fields/variables will drop high part of QuadWord
    
    - 0xA5 (0x11, 0x08, ..., ...) unknow error in _AMLILoadDDB, probably fail after parsing DSDT/SSDT table, solved
    
    Patch (by diderius6):
    - Ignore status of _AMLILoadDDB in _ACPIInitializeDDB
    (v5512 jl short .text:00036214 => nop, nop)
    
    - 0xA5(0x03, ..., C0140008, ...) DSDT code have operation with unexpected type of arguments, partially solved
    This BSOD probably means some argument has datatype, allowed only in ACPI 2.0
    v5512 & v5048 support only argument datatypes allowed in ACPI 1.0b specification
    
    Patch:
    - _ValidateArgTypes must always return "OK", even on realy wrong types
    (mov edi, 0xC0140008=>mov edi, 0x00000000 at head of _ValidateArgTypes)
    
    - 0xA5 (0x10006, ..., ..., ...), missing _DIS method for "PNP0C0F"s (PCI Interrupt Link Devices) in DSDT/SSDT table
    
    Patch (by daniel_k):
    - Skip looking for PNP0C0F in _DisableLinkNodesAsyncWorker,
    (v5512 call strstr, ..., jz .text:0001BBBD => jmp .text:0001BBBD )
  6. 8 hours ago, infuscomus said:

    @ExtremeGrief

    So you're using XP with bootmgr now and not NTLDR?

    It's bootmgr + BCD + legacy option NTLDR + boot.ini. I PMed you same Windows 8 based setup RC2 ISO on MDL. I don't know how, but when using Windows 8 as base, then can be installed ported drivers using Snappy Driver Installer without needs of -v:5.1 simulation switch. 

     

    Or you can HEX edit bootmgr on Window 7 based ISO in ISO root. Replace 36 00 2E 00 31 with 36 00 2E 00 32. In my tests there are same symptoms in driver installation, so I think it's enough.

  7. 4 hours ago, infuscomus said:

    @ExtremeGrief

    Oh, your probably referring to the windows8 pre-install environment that it now ships with to apply the XP install.wim/esd

    He themed it to look like XP but it's windows8 underneath.

    I think he talking about deployed XP as we finally found whats wrong on his machine. And if it works without problem, then is connected with bootmgr file version

  8. Please continue here in original Win-Raid discussion. Thanks to WayBack machine - seems like many usefull informations are archived here!

     

    Also thanks for topic archive to @iyut!

    Download

    https://www.upload.ee/files/13683020/WinXP_2003_x32_on_modern_hardware.rar.html

    or

    https://www.mediafire.com/file/7cs86b216kfj2rt/WinXP_2003_x32_on_modern_hardware.rar/file
  9. This pack update Windows XP / 2003 TimeZones to latest ones that can be found in Windows 10 21H2 v10.0.19041.906 (WinBuild.160101.0800).

    This package is MultiLanguage and support all 24 languages. If you need you can install it on live system by extracting TimeZone.inf and install it using right click.

     

    Windows 10 TimeZones settings for Windows XP / 2003 - MultiLanguage
    tabdownload.png Update (11 April 2023)
    SHA-1: 10FBB91C683C9E09C16A478F066DE9D787FB0A34
    Filesize: 86016 bytes (84 KB)

     

    TIP: Use this pack after [REPACK] OnePiece XP Post-SP3 AIO International Update Packs FINAL v1.1.0 and [REPACK] OnePiece XP Embedded Post-SP3 International True AddOn v1.0.2 to fix TimeZones strings.

     

  10.  [REPACK] OnePiece XP Embedded Post-SP3 International True AddOn v1.0.2

     

    These packs are created using DXUPAC from updates according to this Embedded Updates list in all 24 languages as a part of XP2ESD project to simplify Windows XP setup in 2021+

     

    Changelog:

    v.1.0.2 - Fixed forcelang attribute in entries.ini. Now every package match source language
    
            - Removed superseded Updates

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 ARA - (Arabic)
    tabdownload.png Update (26 August 2021)
    SHA-1: B34B0C5446D897F54BDF5A7E2DDF7CAB60069048
    Filesize: 29996546 bytes (28 MiB)
     
     
    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 CHS - (Chinese Simplified)
    tabdownload.png Update (26 August 2021)
    SHA-1: 37D1AF6463C0C6C9F4E89FA03137760E6E2AD0A2
    Filesize: 29949316 bytes (28 MiB)
     
     
    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 CHT - (Chinese Traditional)
    tabdownload.png Update (26 August 2021)
    SHA-1: DE2BAC9A7905AB89C91C51E79F02F62B11418F80
    Filesize: 29950414 bytes (28 MiB)
     
     
    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 CSY - (Czech)
    tabdownload.png Update (26 August 2021)
    SHA-1: 24B2A5851A3F8BDA91520D605FBAC6C3B47E4A0C
    Filesize: 29970190 bytes (28 MiB)
     
     
    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 DAN - (Danish)
    tabdownload.png Update (26 August 2021)
    SHA-1: CDBBB94EA1D0877A7A969011AF458F8ADA94B38A
    Filesize: 29953236 bytes (28 MiB)
     
     
    OOnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 DEU - (German)
    tabdownload.png Update (26 August 2021)
    SHA-1: FD0800A316A06FAD67AB8B0E04A37A07934D5944
    Filesize: 29966252 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 ELL - (Greek)
    tabdownload.png Update (26 August 2021)
    SHA-1: D942B4F98D817D7A05517A7AA880901A821D582F
    Filesize: 30012248 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 ENU - (English)
    tabdownload.png Update (26 August 2021)
    SHA-1: 3DAADA91A10737B736C94EFA76A04E780A6232A2
    Filesize: 29861763 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 ESN - (Spanish)
    tabdownload.png Update (26 August 2021)
    SHA-1: EF0A043097B026CB25FBB1B6F3063FC41ABFF736
    Filesize: 29964137 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 FIN - (Finnish)
    tabdownload.png Update (26 August 2021)
    SHA-1: 7AB7326C7B49B3E660B145D90AF633BAFAFDF268
    Filesize: 29955971 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 FRA - (French)
    tabdownload.png Update (26 August 2021)
    SHA-1: 3D962A4FEDEEB285C4126F35DD0803348FC16A88
    Filesize: 29965716 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 HEB - (Hebrew)
    tabdownload.png Update (26 August 2021)
    SHA-1: BE06E766BD8BA5EE30234BBD98CBE0930E077B5D
    Filesize: 30010443 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 HUN - (Hungarian)
    tabdownload.png Update (26 August 2021)
    SHA-1: 4CF9F40FB25C508810B95C8A20BF04D3D1306675
    Filesize: 32761189 bytes (31 MiB)
     
     
    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 ITA - (Italiano)
    tabdownload.png Update (26 August 2021)
    SHA-1: 531A056C9CA9386BC355B5005598FAFF44E50D7B
    Filesize: 29954718 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 JPN - (Japanese)
    tabdownload.png Update (26 August 2021)
    SHA-1: 8AEC1EE9AC82389AA9C62E93C82288DA4E6A1B33
    Filesize: 29952476 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 KOR - (Korean)
    tabdownload.png Update (26 August 2021)
    SHA-1: 3F728233ECF8DEDDEC200B0298A4D6684C8F4984
    Filesize: 29959653 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 NLD - (Dutch)
    tabdownload.png Update (26 August 2021)
    SHA-1: D991A54A5FF8728B633B7B38085713E212B6D1E5
    Filesize: 29967495 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 NOR - (Norwegian)
    tabdownload.png Update (26 August 2021)
    SHA-1: 65B06127E6DE103015AD42802FA57AAEFA393EC4
    Filesize: 29949098 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 FINAL PLK - (Polish)
    tabdownload.png Update (26 August 2021)
    SHA-1: DF0B7E6D7F4B918C363547264E93D2D3F99BE81B
    Filesize: 29978311 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 FINAL PTB - (Brazilian)
    tabdownload.png Update (26 August 2021)
    SHA-1: 75A5F477903557DC5385915B091DA6DF36C7CAB4
    Filesize: 29962697 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 PTG - (Portuguese)
    tabdownload.png Update (26 August 2021)
    SHA-1: A7DB1EBB6B673207FD77501624D4DFD8A2D9E733
    Filesize: 29964295 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 RUS - (Russian)
    tabdownload.png Update (26 August 2021)
    SHA-1: A798C4A8FF1DD1E74EF7CEFA56310E974E1A0421
    Filesize: 29964550 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 SVE - (Swedish)
    tabdownload.png Update (26 August 2021)
    SHA-1: EA9CC5CB63DFC0741F59B3B690A5C17E36D64255
    Filesize: 29943203 bytes (28 MiB)

     

    OnePiece Windows XP Embedded Post-SP3 True Addon FINAL v1.0.2 TRK - (Turkish)
    tabdownload.png Update (26 August 2021)
    SHA-1: 1520E393421F321475BB3252ADA4F4E9C120CE64
    Filesize: 29958899 bytes (28 MiB)

     

     

     

    All credits for original Update Packs goes to their authors @OnePieceand @nonno fabio

     

  11. [REPACK] OnePiece XP Post-SP3 AIO International Update Packs FINAL v1.1.0

     

    These packs are created from OnePiece Update Pack for Windows XP3 SP3 v1.0.9 in all 24 languages as a part of XP2ESD project to simplify Windows XP setup in 2021+. For best result combine this pack with .NET Language Packs addons and OnePiece XP Embedded Post-SP3 True AddOn

     

    Changelog:

    v.1.1.0 - Updated Adobe Flash Player to v.32.0.0.344
    
            - Fixed forcelang attribute in entries.ini. Now every package match source language
    
            - Fixed Arabic and Hebrew Update Packs, these was unusable and they was breaking system

     

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL ARA - (Arabic)
    tabdownload.png Update (26 August 2021)
    SHA-1: 696B05560907C6B1E1CA954E5BA74A5511B5BEC0
    Filesize: 216579456 bytes (206 MiB)
     
     
    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL CHS - (Chinese Simplified)
    tabdownload.png Update (26 August 2021)
    SHA-1: 8111EDFC904BFB06D2AAD9283DC1AC533AEDD4E6
    Filesize: 216907439 bytes (206 MiB)
     
     
    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL CHT - (Chinese Traditional)
    tabdownload.png Update (26 August 2021)
    SHA-1: 2BEA4B4F7F4DD7C5C0F0A605EDC690B2775C90E9
    Filesize: 216575894 bytes (206 MiB)
     
     
    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL CSY - (Czech)
    tabdownload.png Update (26 August 2021)
    SHA-1: 958045CC854B9FD032C27CCB77DBE4BA3C81F9F9
    Filesize: 216931850 bytes (206 MiB)
     
     
    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL DAN - (Danish)
    tabdownload.png Update (26 August 2021)
    SHA-1: 3CAFCE826B0C1CB6969DD2025ECC3F500932F8BF
    Filesize: 216395242 bytes (206 MiB)
     
     
    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL DEU - (German)
    tabdownload.png Update (26 August 2021)
    SHA-1: EEC2C888EA23F9C315DD31F831490AF1FD30180C
    Filesize: 216832665 bytes (206 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL ELL - (Greek)
    tabdownload.png Update (26 August 2021)
    SHA-1: E532F643A7D5D91C02420F37C997997DA0DF2864
    Filesize: 216839551 bytes (206 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL ENU - (English)
    tabdownload.png Update (26 August 2021)
    SHA-1: DA0368AAAE1490569D700BC2880CDD2D63C96BE2
    Filesize: 215905173 bytes (205 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL ESN - (Spanish)
    tabdownload.png Update (26 August 2021)
    SHA-1: 4CE8A050B661067BA23D541D412B30330CA2C6D3
    Filesize: 217115272 bytes (207 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL FIN - (Finnish)
    tabdownload.png Update (26 August 2021)
    SHA-1: 0BA406A3F9AF04CABA6B42F883C83CEA87E90A6D
    Filesize: 216340501 bytes (206 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL FRA - (French)
    tabdownload.png Update (26 August 2021)
    SHA-1: DC284B29DAA0396A886BA2FFAA1A95485664CD81
    Filesize: 217206963 bytes (207 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL HEB - (Hebrew)
    tabdownload.png Update (26 August 2021)
    SHA-1: 48C2A8D86EBA8E316BEAAD3A8986F233CDF38687
    Filesize: 216218448 bytes (206 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL HUN - (Hungarian)
    tabdownload.png Update (26 August 2021)
    SHA-1: 57686B1573F213E4424E941D7C221C959B8A36D2
    Filesize: 216916981 bytes (206 MiB)
     
     
    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL ITA - (Italiano)
    tabdownload.png Update (26 August 2021)
    SHA-1: E0EC045B0C86E7D429819F21BACFC7E8EBB1596C
    Filesize: 216794141 bytes (206 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL JPN - (Japanese)
    tabdownload.png Update (26 August 2021)
    SHA-1: B2C44264D85D0DE5246046C3259AAAA06BCAC14B
    Filesize: 217701774 bytes (207 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL KOR - (Korean)
    tabdownload.png Update (26 August 2021)
    SHA-1: 221BD352AC8481D1940D5F2FD6F960A9631D795D
    Filesize: 207.46 MB (217540564 bytes)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL NLD - (Dutch)
    tabdownload.png Update (26 August 2021)
    SHA-1: A937427E95E66A275BF43DAD2926F58E8104CB6F
    Filesize: 216808077 bytes (206 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL NOR - (Norwegian)
    tabdownload.png Update (26 August 2021)
    SHA-1: 9DB8373F1AF02173B3545266B64072EB9C2D361A
    Filesize: 216369154 bytes (206 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL PLK - (Polish)
    tabdownload.png Update (26 August 2021)
    SHA-1: FAE9C8B6107FFE9BC0B0DF8E094F357672C1A585
    Filesize: 216988018 bytes (206 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL PTB - (Brazilian)
    tabdownload.png Update (26 August 2021)
    SHA-1: FF8268C99360A493C935CE244704083FE79C1FFB
    Filesize: 217045073 bytes (206 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL PTG - (Portuguese)
    tabdownload.png Update (26 August 2021)
    SHA-1: 64DE0209AB58CC64E2D0F35EBA1FC553F471027C
    Filesize: 216838368 bytes (206 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL RUS - (Russian)
    tabdownload.png Update (26 August 2021)
    SHA-1: 0C76E90A63A2AF733B375449C7BEB8C67995B24E
    Filesize: 217330322 bytes (207 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL SVE - (Swedish)
    tabdownload.png Update (26 August 2021)
    SHA-1: 8A4DE4A9A0CFBD903BAB7E78CF13B145D3B49BA9
    Filesize: 216711897 bytes (206 MiB)

     

    OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL TRK - (Turkish)
    tabdownload.png Update (26 August 2021)
    SHA-1: B8F051F48E371105D123E47BB4BE2E18B9973E76
    Filesize: 216805637 bytes (206 MiB)

     

    TIP: If you want to integrate it into editions, you need to fix setup manually after integration using these simple steps

    Quote

    1) Locate SYSOC.IN_ 

    2) Extract SYSOC.IN_ to SYSOC.INF

    3) Delete SYSOC.IN_

    4) Comment or delete line that begins with WMPRollBack

    5) Save SYSOC.INF

    6) Build ISO

     

     

    All credits for original Update Packs goes to their authors @OnePieceand @nonno fabio

     

×
×
  • Create New...