mirror of
https://github.com/oerg866/win98-quickinstall.git
synced 2026-04-25 21:15:52 +03:00
[GH-ISSUE #86] ACPI support not installing #76
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/win98-quickinstall#76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mojorific on GitHub (Feb 28, 2026).
Original GitHub issue: https://github.com/oerg866/win98-quickinstall/issues/86
Followed the default quick install on an Asus P3B-F motherboard that has support in the bios for ACPI. ACPI is not being detected or installed (this is used to put the pc to sleep, and also detects pressing the power button and performing a proper windows shutdown).
There isn't an option to install ACPI, but if I force a windows install using "setup /p j" this will enable power options for ACPI.
Can an ACPI option be added to the quick install menu?
@mojorific commented on GitHub (Feb 28, 2026):
I see this was mentioned in another thread. Would still be great if ACPI could be an option! Thank so much for your work! :)
@oerg866 commented on GitHub (Feb 28, 2026):
It's sadly not possible until a real way is found to alter the registry from the installer (current way is hacky and stores two copies of the registry in the install image)