From b8f1da64835321c009f5deb90c6b9985bd8e725c Mon Sep 17 00:00:00 2001 From: Justin Miller Date: Mon, 14 Jul 2025 22:51:15 -0700 Subject: [PATCH] [BOOT] Make ACPI always copy on amd64 (#8238) This just makes it so ACPI.sys is always loaded and copied by the bootcd no matter what on amd64. On x86 it can depend on whether we're using an ACPI hal but is set up to never boot with ACPI on the bootcd. --- boot/bootdata/txtsetup.sif | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boot/bootdata/txtsetup.sif b/boot/bootdata/txtsetup.sif index 16ad79b9a8b..b703f321142 100644 --- a/boot/bootdata/txtsetup.sif +++ b/boot/bootdata/txtsetup.sif @@ -87,7 +87,6 @@ FreeSysPartDiskSpace=450 ; "MouseDrivers.Load" sections. ; [SourceDisksFiles] -acpi.sys = 1,,,,,,,4,1,,,1,4 nmidebug.sys = 1,,,,,,x,4,,,,1,4 sacdrv.sys = 1,,,,,,x,4,,,,1,4 uniata.sys = 1,,,,,,x,4,,,,1,4 @@ -138,8 +137,10 @@ mountmgr.sys = 1,,,,,,x,4,,,,1,4 partmgr.sys = 1,,,,,,x,4,,,,1,4 [SourceDisksFiles.x86] +acpi.sys = 1,,,,,,,4,1,,,1,4 [SourceDisksFiles.amd64] +acpi.sys = 1,,,,,,x,4,,,,1,4 ; ; The [SystemPartitionFiles] section lists all the files