You are not logged in.

#1 2024-11-23 03:29:20

littlebutt
Member
Registered: 2024-11-23
Posts: 2

Cannot boot the latest Arch Linux

I tried to install the latest Arch Linux (archlinux-2024.11.01-x86_64) in my PC but was stuck at the first step. The screenshot is as it:

https://i.imghippo.com/files/ZxW8584IbQ.jpg

The important code is here:

 ACPI BIOS Error (bug): Could not resolve symbol [\SB.UBTC.RUCC], AE_NOT_FOUND (20240322/psargs-332)

It seems it is a BIOS compatibility problem. The motherboard vendor didn't design the ACPI in the correct way and Arch Linux is so strict with that. Is there anyone having clues with that.

More Info:

Motherboard:

Manufacturer  Product                           SerialNumber  Version
INTEL         INTEL Raptor Lake PCH B760 M-ATX

BIOS:
American Megatrends International, LLC 5.27 5/26/2024

Arch Linux:
archlinux-2024.11.01-x86_64.iso

Mod edit: Link to oversized image instead -- V1del

Last edited by V1del (2024-11-23 14:41:57)

Offline

#2 2024-11-23 13:48:51

seth
Member
Registered: 2012-09-03
Posts: 59,882

Re: Cannot boot the latest Arch Linux

Those ACPI errors are somewhat common and typically not fatal.
Add

ignore_loglevel nomodeset

to the kernel commandline parameters (on grub, press "e" to edit the entry and edit the line that has "root=…" in it

Offline

#3 2024-11-24 00:18:27

littlebutt
Member
Registered: 2024-11-23
Posts: 2

Re: Cannot boot the latest Arch Linux

Thanks, I fixed it by attaching

acpi=off

to the kernel cmdline parameters and also modified the grub configuration file after installing successfully.

Offline

#4 2024-11-24 19:02:15

seth
Member
Registered: 2012-09-03
Posts: 59,882

Re: Cannot boot the latest Arch Linux

You probably don't  want to run the system this way - several things won't work w/o the ACPI.
1. is this actually necessary with the installed (and updated) system?
2. does it also affect the LTS kernel?
3. if you boot "ignore_loglevel nomodeset" does that leave a hint at which point it actually fails?

Offline

Board footer

Powered by FluxBB