Thor55 Posted December 22, 2021 Posted December 22, 2021 hi infuscomus However, it doesn't make sense to try the usb3.0 driver so many times to turn on the keyboard and mouse, in addition to acpi I tried different ones in the integrator, acpi and usb 3.0 but so far without success .. what should I do differently because it's pointless Quote
infuscomus Posted December 22, 2021 Posted December 22, 2021 @Thor55 USB3.0? I said to test with ACPI patch only since we're not sure which driver is failing. If you do not integrate any patches - do you get A5 BSOD? Quote
Thor55 Posted December 22, 2021 Posted December 22, 2021 (edited) 20 minutes ago, infuscomus said: @Thor55 OK, try - acpi 5048 - 2020.10.24 - daniel_k, diderius6 - see if that makes a difference. this date is not in the folder in the new intergrator acpi 5048 - 2020.10.24 - daniel_k, diderius6 please send me i will try everything but i have a lot of time every day, please send this driver because it is not in the folder Edited December 22, 2021 by Thor55 Quote
Thor55 Posted December 22, 2021 Posted December 22, 2021 (edited) 1 hour ago, infuscomus said: @Thor55 OK, try - acpi 5048 - 2020.10.24 - daniel_k, diderius6 - see if that makes a difference. I tried, as you said, but without success, a message that is ACPI not fully compliant with the file acpi ..acpi.sys, larger than 200 kb, does not go immediately, then passes bsod 1 second Edited December 22, 2021 by Thor55 Quote
Thor55 Posted December 22, 2021 Posted December 22, 2021 (edited) correct is acpi.sys 192 kb Edited December 22, 2021 by Thor55 Quote
infuscomus Posted December 23, 2021 Posted December 23, 2021 @Thor55 Using 192kb acpi.sys do you still get 0A BSOD? Quote
infuscomus Posted December 23, 2021 Posted December 23, 2021 @Dietmar For XP textmode setup can you check if changing these in txtsetup.sif allows you to connect windbg during text mode setup? Modifying txtsetup.sif If you are developing for XP or 2000, or want some other debug configuration than the default for 2003, you are going to need to change the file txtsetup.sif. The file contains the following line: OsLoadOptions = "/fastdetect /noguiboot /nodebug" To invoke the debugger, modify the above line to remove the /nodebug and add the desired debug switches, for example: OsLoadOptions = "/fastdetect /noguiboot /baudrate=115200 /break" The above will run the debugger off COM1 at 115200 baud and cause the HAL to stop at a breakpoint in the beginning of its initialization. The /break makes it easy to activate the verbose debug tracing to aid in finding the problem. Note that if you are modifying the txtsetup.sif file for Windows Server 2003 you could instead modify the line starting with SetupDebugOptions=. This line in the file contains the options invoked when the F8 key is pressed during setup. Changing this, if you are building a custom CD-ROM will allow you to optionally use the F8 debugger control but use different debug options. Now that you know how to modify txtsetup.sif, you need to get the changes into the installation. There are two ways to do this: Winn32.exe installation or a custom CD-ROM. Quote
infuscomus Posted December 23, 2021 Posted December 23, 2021 @George King do you have a new version of XP2ESD for me to try out? I also want to try booting XP with 2008 kernel using winload again. Quote
Thor55 Posted December 23, 2021 Posted December 23, 2021 5 hours ago, infuscomus said: @Thor55 Using 192kb acpi.sys do you still get 0A BSOD? Do you still get 0A BSOD using 192kb acpi.sys? yes some acpi.sys older date with 192 kb acpi.sys appear bsod exception is this latest acpi 6666 - 2021.8.28 - daniel_k, diderius6 both authors wrote corrections well which is true but unfortunately still Bsod with IRQL NOT LESS OR EQUAL Quote
infuscomus Posted December 23, 2021 Posted December 23, 2021 @Thor55 switch back to acpi 5048 for a sec, post a screenshot of the A5 BSOD you get. Quote
Thor55 Posted December 23, 2021 Posted December 23, 2021 39 minutes ago, infuscomus said: @Thor55 switch back to acpi 5048 for a sec, post a screenshot of the A5 BSOD you get. please answer only this is still bsod acpi 5048 - 2020.10.24 - daniel_k, diderius6 file is 234 kb long i think it will never work that way but i'm not sure the acpi.sys size is wrong it might be 192kb correct i tried everything in the folder after kind all are bsod Quote
infuscomus Posted December 23, 2021 Posted December 23, 2021 @Thor55 It is unfortunate that you have such troublesome hardware. Sorry the existing patches do not work for you. @Mov AX, 0xDEAD @Dietmar BSOD A5 0x14 - ACPI could not parse the resource descriptor. The length exceeds MAXULONG. This one is unusual, thoughts? Quote
Thor55 Posted December 23, 2021 Posted December 23, 2021 14 minutes ago, infuscomus said: @Thor55 It is unfortunate that you have such troublesome hardware. Sorry the existing patches do not work for you. @Mov AX, 0xDEAD @Dietmar BSOD A5 0x14 - ACPI could not parse the resource descriptor. The length exceeds MAXULONG. This one is unusual, thoughts? It is unfortunate that you have such troublesome hardware. Sorry the existing patches do not work for you. @Mov AX, 0xDEAD @Dietmar BSOD A5 0x14 - ACPI could not parse source descriptor. Length exceeds MAXULONG. let me wait for the next fixes when the authors try this asus prime x299 deluxe II board to make the acpi work for future installation each board i don't know if it has anything different acpi in bios acpi generation are set for processor generation settings in bios and more Quote
canonkong Posted December 23, 2021 Posted December 23, 2021 @infuscomus I found a new way to solve the win8 porting usb driver problem. Do not to install any AMD or Nvidia HDMI Sound driver. Then it will be working well. Quote
infuscomus Posted December 23, 2021 Posted December 23, 2021 @canonkong Not for me unfortunately, I have the exact same USB problem in XP textmode setup where no HDMI sound driver is present. If @daniel_k is correct and it's an ACPI problem (I think he is correct) then solving this is issue unlikely without an ACPI driver patch. Quote
canonkong Posted December 23, 2021 Posted December 23, 2021 @infuscomus I found that test/save mode will work well if I don't install the HDMI sound driver. If install the HDMI sound driver,it will freeze any sysetm mode. So I think maybe something wrong about its regedit. Quote
infuscomus Posted December 23, 2021 Posted December 23, 2021 @canonkong My GT 710 has no option for HDMI sound. Quote
infuscomus Posted December 23, 2021 Posted December 23, 2021 @George King Is there a guide for your XP2ESD? I'm not sure how to run it. Quote
ExtremeGrief Posted December 23, 2021 Posted December 23, 2021 2 hours ago, infuscomus said: @George King I'm still confused. Your image is corrupted, remove folders with _ in XP2ESD folder and clear temp and %temp% Quote
infuscomus Posted December 24, 2021 Posted December 24, 2021 @ExtremeGrief OK, I'll do that. P.S Is there a guide I can use out there somewhere? I'm not even sure I'm doing everything in the right order, I'm just guessing. Quote
infuscomus Posted December 24, 2021 Posted December 24, 2021 @George King @ExtremeGrief grr! I can't delete the temp files! even when I run as admin! damnit! how do I get rid of them now? Quote
ExtremeGrief Posted December 24, 2021 Posted December 24, 2021 1 hour ago, infuscomus said: @George King @ExtremeGrief grr! I can't delete the temp files! even when I run as admin! damnit! how do I get rid of them now? Use takeown and icacls to give yourself permissions, or use Unlocker app Quote
ExtremeGrief Posted December 24, 2021 Posted December 24, 2021 1 hour ago, infuscomus said: @George King @ExtremeGrief grr! I can't delete the temp files! even when I run as admin! damnit! how do I get rid of them now? https://youtu.be/PxHBRUKaZmM Quote
Andalu Posted December 24, 2021 Posted December 24, 2021 On 12/22/2021 at 3:54 PM, infuscomus said: I've uploaded my experimental XP with server 2008 for anyone curious to test it. https://ufile.io/kjlbndil Tried it on a real machine with the same result: the system hangs on the "Setup is Starting Windows" screen. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.