I replaced FlashBoot 3.3n (bootx64.efi) to UefiSeven 1.24 in ISO\EFI\boot (files bootx64.efi & bootx64.original.efi) because FlashBoot under WinPE displays the screen badly. files.7z updated
Updated files.7z & sysprep_pub.iso: adding fixed boot.ini to ISO and script copies file from ISO to C: partition: startnet.cmd Code: echo: echo Fix boot.ini xcopy %drive%\boot.ini C:\boot.ini /hkry boot.ini Code: [boot loader] timeout=30 default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS [operating systems] multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows XP Professional x64 Edition" /noexecute=optin /fastdetect go.cmd does not copy itself from sysprep.iso to C: Code: echo: echo Copying files from sysprep.iso, wait... xcopy Drivers C:\Drivers /ehciy >nul xcopy Sysprep C:\Sysprep /ehciy >nul xcopy WINDOWS C:\WINDOWS /ehciy >nul Now setup works also on Legacy/CSM mode - just skip the last step and click Exit in BOOTICE: You can switch the CSM Enabled/Disabled in BIOS when you want and the system will always boot on Legacy or UEFI with or without CSM - of course only in MBR mode
I changed the title of startnet.cmd window to "WinXP SP2 64-bit on modern PC" I changed the USB stick label to "xp64_modern" because FAT32 support max 11 character
@diderius6 help me testing on Intel Gen 12 and Intel Gen 4 motherboards in pure UEFI: Necessary BIOS settings: Above 4GB MMIO BIOS assignment - Disabled Intel xHCI Mode - Enabled (can not be Smart) For Intel Gen 12 installer stuck on Win7 Flag (discoloration - 4 dots) - beacause acpi problem. diderius6 make patch for this - acpiDDBhackwin7.sys Also new acpi.sys for WinXP - acpiSkull2.sys With this new acpis my installer works on Intel Gen 1, 2, 4, 6, 7, 8, 9, 12 On Intel Gen 8 in pure UEFI you need to use the bootdebug menu, the system restart is not working in the end of mini-setup phase and later. The mini-setup ends with a black screen with a mouse cursor and you need reset PC using reset button on case. I haven't updated files yet because I don't have time but I'll do it soon
@Gelip I notice, that this nice version of XP SP2 bit64 accepts only SIGNED drivers. So, I get everything to work on 12900k in pure UEFI mode, only not the OFA nvme driver. In Device Manager I get a yellow mark and this driver is shown as "not digital signed" Dietmar
Hi @diderius6 regarding unsigned drivers... add those values after system is installed. Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot] "OptionValue"=dword:1 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\Providers\Trust\FinalPolicy\{189A3842-3041-11D1-85E1-00C04FC295EE}] "$Function"="SoftpubCleanup" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography\Providers\Trust\FinalPolicy\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}] "$Function"="SoftpubCleanup"
@iamleobn What hardware configuration? Probably the problem with USB - WinPE does not see a USB stick and install.wim file
The USB stick does show up on diskpart. I also tried booting fron an external DVD drive, same problem (but I think the drive letter was present in the install.wim path). Specs: Code: Intel i5-3570K 16GB DDR3 B75 motherboard (no-name chinese brand) GTX 960
@rogeradaoo322 Do you have other hard drives connected during installation? Disconnect the disks and leave only the one on which you will install. NVMe or SATA?
Updated files.7z & sysprep_pub.iso: files.7z\Windows\System32\drivers\acpi.sys - DDB hack for Intel Gen 12 to prevent stuck on WinPE flag (discoloration) files.7z\make.cmd - added export boot.wim to reduce the file size from 145 MB > 140 MB (this delete folder [DELETED]) sysprep_pub.7z\sysprep_pub.iso\WINDOWS\system32\drivers\acpi.sys - better ACPI for WinXP Patch for modern Internet Browsers e.g. MyPal, Basilisk, Serpent, Supermium: sysprep_pub.7z\sysprep_pub.iso\WINDOWS\system32\drivers\intelppm.sys sysprep_pub.7z\sysprep_pub.iso\WINDOWS\system32\hal.dll