Jump to content

George King

Members
  • Posts

    470
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by George King

  1. @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. @skulltrail Source code patch for untouched XPSP1 tree can be found on MSFN link
  3. 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 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
  4. @AndaluWrite @username and wait until forum load matched one and click on it, then is user fully tagged
  5. @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)
  6. Do you have same mod for x64 too? Here are latest untouched x64 hal + intellppm https://ufile.io/csgywgq0
  7. ACPI A5 Patch same as we have for Windows 7 acpi.sys 6.0.6002.24312 (vistasp2_ldr_escrow.180308-1636) x86 From 84 C0 75 13 To 84 C0 90 90 From C0 59 59 7D To C0 59 90 90 x64 From 84 C0 75 1F To 84 C0 90 90 From 85 C0 78 2E To 85 C0 90 90
  8. Here you can find script and ported Generic USB3.x driver for 6.0. For ported drivers thanks to @daniel_k https://forums.mydigitallife.net/threads/tool-powis-powerful-windows-setup-v1-0-3.83558/page-2#post-1663664
  9. 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 )
  10. @Mov AX, 0xDEADDo you have PDB for ACPI 5048?
  11. 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.
  12. 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
  13. XP2ESD questions are already answered on MDL. New image is ready too. I hope I can release new v1.6 soon. If anybody want to try RC2 ISO PM me here or on MDL
  14. Anybody tried this to boot XP in UEFI? https://github.com/maharmstone/quibble
  15. @infuscomus What about changing Major / Minor SubSystemVersion to 5.1? Have you tried it to see if it affect something in your USB controller?
  16. @infuscomus Do you remember how I can bypass BSOD 0xDEADBEEF in extender? This happends for me when I compiled it as XP target and using it under 2003. What line should I comment to bypass it please?
  17. Please continue here in original Win-Raid discussion
  18. 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
  19. 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 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.
  20. Hi, yes with nLite or RVM. Both should works according to original packs. But it's only a extension pack to get FINAL XP after using standard OnePiece XP Post-SP3 AIO International Update Packs And you can use it on any editions. Also check TIP in UpdatePacks for integration into N editions
  21. [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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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
  22. [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) 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) 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) Update (26 August 2021) SHA-1: 2BEA4B4F7F4DD7C5C0F0A605EDC690B2775C90E9 Filesize: 216575894 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL CSY - (Czech) Update (26 August 2021) SHA-1: 958045CC854B9FD032C27CCB77DBE4BA3C81F9F9 Filesize: 216931850 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL DAN - (Danish) Update (26 August 2021) SHA-1: 3CAFCE826B0C1CB6969DD2025ECC3F500932F8BF Filesize: 216395242 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL DEU - (German) Update (26 August 2021) SHA-1: EEC2C888EA23F9C315DD31F831490AF1FD30180C Filesize: 216832665 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL ELL - (Greek) Update (26 August 2021) SHA-1: E532F643A7D5D91C02420F37C997997DA0DF2864 Filesize: 216839551 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL ENU - (English) Update (26 August 2021) SHA-1: DA0368AAAE1490569D700BC2880CDD2D63C96BE2 Filesize: 215905173 bytes (205 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL ESN - (Spanish) Update (26 August 2021) SHA-1: 4CE8A050B661067BA23D541D412B30330CA2C6D3 Filesize: 217115272 bytes (207 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL FIN - (Finnish) Update (26 August 2021) SHA-1: 0BA406A3F9AF04CABA6B42F883C83CEA87E90A6D Filesize: 216340501 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL FRA - (French) Update (26 August 2021) SHA-1: DC284B29DAA0396A886BA2FFAA1A95485664CD81 Filesize: 217206963 bytes (207 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL HEB - (Hebrew) Update (26 August 2021) SHA-1: 48C2A8D86EBA8E316BEAAD3A8986F233CDF38687 Filesize: 216218448 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL HUN - (Hungarian) Update (26 August 2021) SHA-1: 57686B1573F213E4424E941D7C221C959B8A36D2 Filesize: 216916981 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL ITA - (Italiano) Update (26 August 2021) SHA-1: E0EC045B0C86E7D429819F21BACFC7E8EBB1596C Filesize: 216794141 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL JPN - (Japanese) Update (26 August 2021) SHA-1: B2C44264D85D0DE5246046C3259AAAA06BCAC14B Filesize: 217701774 bytes (207 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL KOR - (Korean) 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) Update (26 August 2021) SHA-1: A937427E95E66A275BF43DAD2926F58E8104CB6F Filesize: 216808077 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL NOR - (Norwegian) Update (26 August 2021) SHA-1: 9DB8373F1AF02173B3545266B64072EB9C2D361A Filesize: 216369154 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL PLK - (Polish) Update (26 August 2021) SHA-1: FAE9C8B6107FFE9BC0B0DF8E094F357672C1A585 Filesize: 216988018 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL PTB - (Brazilian) Update (26 August 2021) SHA-1: FF8268C99360A493C935CE244704083FE79C1FFB Filesize: 217045073 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL PTG - (Portuguese) Update (26 August 2021) SHA-1: 64DE0209AB58CC64E2D0F35EBA1FC553F471027C Filesize: 216838368 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL RUS - (Russian) Update (26 August 2021) SHA-1: 0C76E90A63A2AF733B375449C7BEB8C67995B24E Filesize: 217330322 bytes (207 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL SVE - (Swedish) Update (26 August 2021) SHA-1: 8A4DE4A9A0CFBD903BAB7E78CF13B145D3B49BA9 Filesize: 216711897 bytes (206 MiB) OnePiece Windows XP Post-SP3 UpdatePack v1.1.0 FINAL TRK - (Turkish) Update (26 August 2021) SHA-1: B8F051F48E371105D123E47BB4BE2E18B9973E76 Filesize: 216805637 bytes (206 MiB) TIP: If you want to integrate it into N editions, you need to fix setup manually after integration using these simple steps All credits for original Update Packs goes to their authors @OnePieceand @nonno fabio
×
×
  • Create New...