You are not logged in.
Pages: 1
I finally started my Arch installation today, but after getting it set up, it freezes after GRUB. It displays:
Starting version 249.1-1-arch
/dev/nvme0n1p3: recovering journal
/dev/nvme0n1p3: clean, 94399/14974976 files, 1784642/59869737 blocks
_
After this it's frozen and I have to manually shut down my system.
Offline
Edit the boot commandline, remove "quiet" and add "nomodeset" - can you boot now?
Offline
It worked! Thank you so much, you're amazing.
Offline
"nomodeset" will prevent any usable GUI, what's the output of "lspci"?
Offline
There is no output for lspci. There's an out put in linux and initrd.
Offline
There is no output for lspci.
Wut?
https://man.archlinux.org/man/core/pciutils/lspci.8.en
You will have some PCI devices…
Offline
My bad, I had been looking in the editor screen for GRUB.
Running it though resulted in around 27 results (might've miscounted).
Offline
You're not supposed to count them, but post the output ;-)
Offline
That's a lot of output to type up lmao, I didn't think to set up SSH while I was doing everything cause I didn't think about it. One minute.
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 IOMMU
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:01.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Zeppelin Switch Upstream (PCIE SW.US)
00:01.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus A [6:0]
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus A
00:08.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus B
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 61)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 5
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 6
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Raven/Raven2 Device 24: Function 7
01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter
02:00.0 Non-Volatile memory controller: Phison Electronics Corporation E12 NVMe Controller (rev 01)
3:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso (rev c4)
3:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Raven/Raven2/Fenghuang HDMI/DP Audio Controller
3:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
3:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Raven2 USB 3.1
3:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] Raven/Raven2/FireFlight/Renoir Audio Processor
3:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller
4:00.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode] (rev 61)
Sorry that took longer than I meant.
Offline
Errrr… you do have working internet, do you?
You can post stuff from the console following the tip in the first tip below (basically "lspci | curl -F 'f:1=<-' ix.io")
Which you might have have to do. The picasso chip should™ be supported since 2019.
Make sure to install linux-firmware and amd-ucode, then configure the bootloader to load amd-ucode.img by adding it to the beginning kernel commandline.
https://wiki.archlinux.org/title/Microc … ly_loading
If that doesn't help, try to reboot the system cleanly (eg. by pressing ctrl+alt+del), boot "nomodeset" again and post the journal of the previous boot
sudo journalctl -b -1 | curl -F 'f:1=<-' ix.ioYou cannot reasonably copy that with your fingers. In doubt, usb-walk it to a different system.
Offline
Pages: 1