Jump to content

reboot12

Member
  • Posts

    238
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by reboot12

  1. @Dietmar Why did you put in the bios3.fd image.rom without modification of PCI VEN/DEV? I did it like this: in WinHex I unpacked from image.rom legacy firmware from the beginning of the file to offset 45FF I changed PCI DEV A802 to A808 (970 EVO), calculated and fix the 8-bit checksum to 00 and save as legacya808.bin I unpacked from image.rom UEFI firmware with UEFIRomExtract.exe uefiromextract image.rom ext.efi I built a new ROM (legacy+UEFI) using efirom.exe for my Samsung 970 EVO (144D A808): efirom -f 0x144d -i 0xa808 -b legacya808.bin -ec ext.efi -r 0x0000 --pci23 -l 0x000002 -o image_A808.rom efirom -d image_A808.rom Image 1 -- Offset 0x0 ROM header contents Signature 0xAA55 PCIR offset 0x001C Signature PCIR Vendor ID 0x144D Device ID 0xA808 Length 0x0018 Revision 0x0002 DeviceListOffset 0x00 Class Code 0x020801 Image size 0x4600 Code revision: 0x0001 MaxRuntimeImageLength 0x00 ConfigUtilityCodeHeaderOffset 0x00 DMTFCLPEntryPointOffset 0x3C80 Indicator 0x00 Code type 0x00 Image 2 -- Offset 0x4600 ROM header contents Signature 0xAA55 PCIR offset 0x001C Signature PCIR Vendor ID 0x144D Device ID 0xA808 Length 0x0018 Revision 0x0000 DeviceListOffset 0x00 Class Code 0x000002 Image size 0x3800 Code revision: 0x0000 MaxRuntimeImageLength 0x00 ConfigUtilityCodeHeaderOffset 0x3646 DMTFCLPEntryPointOffset 0x00 Indicator 0x80 (last image) Code type 0x03 (EFI image) EFI ROM header contents EFI Signature 0x0EF1 Compression Type 0x0001 (compressed) Machine type 0x8664 (unknown) Subsystem 0x000B (EFI boot service driver) EFI image offset 0x0034 (@0x4634) with MMTool I insert the image_A808.rom file in the CSMCORE module as 144d a808 I saved as a .cap file and unpacked capsule (Extract body) in UEFITool I pulled out the chip of the bios and programmed with the CH341A programmer BIOS only sees Legacy (CSM Enabled) N1-Samsung SSD 970 EVO Plus 250 disk. Under UEFI or pure UEFI does not see the disk. I am trying to boot a MiniXP from Hiren's USB but stops at the message: Setup is inspecting your computer's hardware configuration… WinPE7 Live running from UEFI not see disk. Debian6 32-bit not see disk (fdisk -l) WinXP installer running from USB (GRU4DOS) does not see the NVMe disk (see only USB drive) P.S Probably the NVME UEFI firmware must be inserted in a different way - as a DXE controller (.ffs file) and under CSMCORE put only the cut out part of Legacy OptionROM without part of UEFI (cut block 0 - 45FF from image.rom file and edit PCIR and 8-bit checksum)
  2. @Dietmar What temperatures do you reach on NVMe Samsung 9xx disks? Is the heat sink needed or not?
  3. @Dietmar The processor is Core i5 4590 and BIOS latest 3602. I ordered a disk today but I don't have it yet - I will have next week. I have to buy the NVMe M.2 PCIe adapter.
  4. But what do you need PLOP for? PLOP is used to boot with USB if the BIOS of the motherboard does not support booting with USB. In order for the BIOS to start PCI OptionROM (VEN\DEV): the device with the same VEN/DEV must be present in the system 8-bit control sum must be 00 if BIOS supports ISA OptionROM, you don't need a PCI device > How add PLOP as ISA OptionROM I noticed that the ROM from the Samsung 950 disk (image.zip) has 8-bit control sum 3F ??? Maybe the PLOP is unnecessary and will fix the check sum 3F to 00 to make the OptionROM work? I do it this way with WinHex: i open the OptionROM and modify the last byte FF by inserting 00 and save changes i calculate the 8-bit control sum > menu Tools > Compute Hash... > Checksum (8 bit) - It come 40h i calculate 100h - 40h = C0h i put the calculated result C0 in the last byte OptionROM, save changes and I calculate the 8-bit checksum again Now OptionROM has the correct control sum 00: EDITED ================== I analyzed the image.rom from image.zip file again. He contains two firmware - Legacy and UEFI (same as graphics cards have Legacy and UEFI firmware): efirom -d image.rom Image 1 -- Offset 0x0 ROM header contents Signature 0xAA55 PCIR offset 0x001C Signature PCIR Vendor ID 0x144D Device ID 0xA802 Length 0x0018 Revision 0x0002 DeviceListOffset 0x00 Class Code 0x020801 Image size 0x4600 Code revision: 0x0001 MaxRuntimeImageLength 0x00 ConfigUtilityCodeHeaderOffset 0x00 DMTFCLPEntryPointOffset 0x3C80 Indicator 0x00 Code type 0x00 Image 2 -- Offset 0x4600 ROM header contents Signature 0xAA55 PCIR offset 0x001C Signature PCIR Vendor ID 0x144D Device ID 0xA802 Length 0x0018 Revision 0x0000 DeviceListOffset 0x00 Class Code 0x000002 Image size 0x3800 Code revision: 0x0000 MaxRuntimeImageLength 0x00 ConfigUtilityCodeHeaderOffset 0x3646 DMTFCLPEntryPointOffset 0x00 Indicator 0x80 (last image) Code type 0x03 (EFI image) EFI ROM header contents EFI Signature 0x0EF1 Compression Type 0x0001 (compressed) Machine type 0x8664 (unknown) Subsystem 0x000B (EFI boot service driver) EFI image offset 0x0034 (@0x4634) 8-bit checksum Legacy part is OK 00 @Dietmar When you put in the bios ASUS P8H77-M whole image.rom is e.g. Win10 also boot under UEFI from NVMe? I am curious if booting with NVMe works under Legacy and UEFI, just insert image.rom in the CSMCORE UEFI module? Or maybe you need to extract the Legacy part and UEFI part from the image.rom file and insert them separately in the bios: Legacy part as OptionROM to CSMCORE and UEFI part as DXE Driver (after make dxe driver - PE32 image)? uefiromextract image.rom ext.rom Found compressed EFI ROM start at 0x4634 Input size: 14284, Output size: 23816, Scratch size: 13360 and use FFS tools: FFS tools and adding UEFI driver to bios
  5. @RamsieHartmann Haswell graphic OK but not work Intel audio
  6. Put files to another server (https://www.zippyshare.com , https://www.sendspace.com) because on ufile.io it shows me Premium Access Only. I don't understand what PLOP is for legacy NVMe boot? I do not want to remove Realtek PXE from the bios. Isn't it better to insert it as PCI OptionRom with PCI DEV/VEN adapter NVMe PCIe or another PCI device? Or maybe it can be inserted as ISA OptionRom? I used to do tests with BIOS AMI in MS VPC 2007 and I put PLOP in OptionRom for the PCI device Host Bridge: Intel Corporation 440BX/ZX/DX and works: plpbtrom -compress -vendorid 0x8086 -deviceid 0x7192 plpbt.bin plop80867192.rom I can also try to build an ISA or PCI OptionRom: Building a "Kernel" in PCI Expansion ROM P.S. If I want to boot WinXP 64-bit in UEFI mode, it is enough to integrate in the BIOS NVME DXE Driver in this way? : [HowTo] Get full NVMe support for all Systems with an AMI UEFI BIOS
  7. I also prefer the dummy driver, especially since I also have an integrated Realtek sound card on this motherboard. In addition, I can also have a sound from a PCIe graphics card or a sound card on PCIe and even on PCI.
  8. Use drivers from Fernando: Universal 64bit Intel RST AHCI+RAID driver v11.2.0.1006 mod+signed by Fernando.rar
  9. I have ASUS B85M-E motherboard with two PCIe x16 slots (second work at x4). In the first slot x16 I have a graphics card AMD. I would like to buy the NVMe M.2 PCIe adapter (x4) and M.2 drive, e.g. Samsung 9xx Pro and install WinXP SP2 64-bit What adapter to buy and will it work? P.S. Information about PCIe/PCI slots from the user manual of the motherboard:
  10. Read carefully the beginning of my previous post: Install dummy (null) driver for unsupported device
  11. Why don't you use the WinXP SP2 64-bit version? There is already a hdaudbus.sys file 5.10.1.5013
  12. I have not found a working driver but for the order in the Device Manager you can make a dummy driver. I did it by editing the IntcDAud.inf file from the XP64_14.51.7_5421_Dell_setup_ZPE.exe package. I changed 2806 to 2807 in two places in the [Intel.NTAMD64.5.1] section. I did the similarly with the ACPI\PNP0A0A device - I made a dummy driver: ; ** COPYRIGHT (C) 2007-2012 ASUSTeK Computer Inc. ; ; ASMBSW.inf ; [Version] Signature="$WINDOWS NT$" Class=System ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%ManufacturerName% DriverVer=11/08/2012,12.14.17.909 [SourceDisksNames] [SourceDisksFiles] [Manufacturer] %ManufacturerName%=ASUS,NTamd64 [ASUS.NTamd64] %DeviceName%=dummy, ACPI\PNP0A0A [dummy] [dummy.Services] AddService = ,2 [Strings] ManufacturerName="ASUSTeK Computer Inc." DeviceName="AMDA00 Interface" Now I have all the drivers in the Device Manager
  13. @liquidLD Does the Intel Audio HDMI: VEN_8086&DEV_2807 sound driver work for you?
  14. I installed the Intel Haswell HD Graphics - GT2 graphics driver using the setup.exe file from Intel_Graphics_WinXP_V614105449.zip After the restart, the Audio Device on High Definition Bus driver did not install, so I tried manually by forcing from the 64bit\HDMI\Intchdmi.inf file but have error Code 10 and yellow exclamation mark. Device ID is: VEN_8086&DEV_2807 but there is no such string in the .inf file - they are only DEV_2802 and DEV_2803 I tried to edit the .inf file changing to DEV_2807 but it doesn't help.
  15. @UsefulAGKHelper I have already checked it all in this topic: https://www.betaarchive.com/forum/viewtopic.php?p=434653#p434653 vbemp driver work in UEFI+CSM with Intel iGPU (I didn't test under pure UEFI with Intel iGPU) but I tested the vbemp driver under pure UEFI with the AMD 7450 PCIe card and unfortunately it doesn't work but then a normal AMD 7450 PCIe card driver for WinXP 64-bit works on pure UEFI I also tested a few NVIDIA graphics cards in UEFI+CSM mode (without GOP) and probably work with vbemp - I don't remember exactly but WinXP 64-bit on UEFI+CSM is not interesting and graphics cards without GOP will not work under pure UEFI. The screen from WinXP 64-bit in UEFI+CSM from vbemp or pure UEFI mode from amd7450 driver is displayed only from the moment of welcome: However, the Aurora boot screen is displayed using the graphics card firmware and winload.efi loader:
  16. After clicking the three dots icon, the context menu is not shown. Only a circle is just spinning: WinXP, Firefox 52.9.0 ESR, Mypal 68.12.2b, Serpent 52.9.0. Interestingly, if I'm not logged in, the Copy Link menu appears: I can't log out either (I have to remove cookies): There is also a problem on the home page:
  17. Serpent 52.9.0 (2022-08-24) 64-bit work OK on WinXP 64-bit. I am writing this post from this browser.
  18. I tried different versions of MX 5.x but none works on WinXP 64-bit
  19. Which version exactly, mod for WinXP or official? Please give me the link.
  20. @Dietmar Thanks for the information. I already thought I was missing something in the system. I checked Firefox 52.9.0 ESR on 3 Windows: WinXP SP2 64-bit, WinXP SP2 32-bit, Win7 SP1 64-bit and there is the same problem everywhere.
  21. I can't write posts on the forum. After clicking Submit Replay message appears: This field is required: and there are no pictures in the post. I write this post using Mypal 68.12.2b browser. The same problem is when I start Firefox in Safe Mode. A few days ago I restored the WinXP 64bit system from the image and before that there was no problem. P.S. Exactly the same problem is on the wincert.net forum. Both forums are Powered by Invision Community.
  22. Why do you need an installer? Files are enough to put on the disk into the appropriate folders. This can be done, for example, with WinPE KB935551 seems to be an update 32-bit (SysWOW64 folder), so probably the file cewmdm.dll is the same for WinXP x86 and WinXP x64 https://web.archive.org/web/20160528151407if_/http://download.microsoft.com/download/e/1/f/e1fc9a52-a01a-40f1-938a-93f3fc85fa71/windowsmedia11-kb935551-x86-intl.exe https://web.archive.org/web/20071027024815/http://support.microsoft.com/kb/935551
  23. @George King https://win-torrent.net/windowsxp_torrent/807-windows-xp-professional-sp2-x64-english-mui-rus-soft-updated-261014.html
×
×
  • Create New...