cross-posted from: https://lemmy.ca/post/54075197
ArchLinux doesn’t boot past the bootloader
I’m able to get to the BIOS on my desktop. But when greeted by the boot loader to choose between Arch or Arch fallback, after choosing, I lose display.
Sometimes I can get display, but its not consistent. Draining my computers power by unplugging the power cord and holding the power button works sometimes. Sometimes a simple reboot will work.
I have an Asus b550m-plus motherboard. It was working great with Arch until recently.
Edit: it uses by press e at the boot loader then putting nomodeset at the end, but the display is choppy compared to when its able to boot without it.
I’m using the systemd-boot loader.
I have a 6900xt GPU. The post I cross posted has more information in the comments. One common error I’m getting is:
probe with driver amdgpu failed with error -22
Here is what my GPU is:
lspci -k | grep -EA3 'VGA|3D|Display'
09:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon RX 6800/6800 XT / 6900 XT] (rev c0) Subsystem: Gigabyte Technology Co., Ltd Device 232c Kernel modules: amdgpu 09:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21/23 HDMI/DP Audio Controller
This is my systemd-boot /boot/loader/entries/ – conf file:
# Created by: archinstall
# Created on: 2025-07-06_15-37-58
title Arch Linux (linux)
linux /vmlinuz-linux
initrd /initramfs-linux.img
options cryptdevice=PARTUUID=fg45ehg45-uj675-j76-j76-56756uj56j6:root root=/dev/mapper/root zswap.enabled=0 rootflags=subvol=@ rw rootfstype=btrfs splash


linux-lts is causing the same problem for me. When booting I need to press e and add nomodeset at the end of boot loader.
sudo modprobe amdgpu modprobe: ERROR: could not insert ‘amdgpu’: Invalid argument
And the following is blank sudo ls /lib/firmware/amdgpu/ | grep navi21
Nomodeset is disabling all DRI kernel modules related to videocard so no surprise that u cannot modprobe it .just for test to u have windows somewhere on second disk to test if problem repeating there too to exclude hardware problem
Fedora is causing the same problem now.
I just tried booting into Windows instead, and no problems.
The only my possible suppose that there are something wrong with current driver of and amd team fucked possibly. Can u load on arch and using ssh to collect logs from dmesg about amdgpu module
I can load arch by turning on nomodeset, then get the logs if that counts.
Unfortunately no u need load in usual mode and using ssh from phone for example connect to ur PC to collect logs
Fedora is able to
modprobe amdgpu, which my current installed Arch cannot.