Hi,
I have recently switched from NVIDIA’s gtx 1060 to RX 7800XT and to no surprise my system won’t boot right now. I have gone through everything mentioned on AMDGPU, uninstalled all nivdia related drivers, reinstalled video-linux, set amdgpu.dc to 0 in grub file, added amdgpu to MODULES
at /etc/mkinitcpio.conf
and all of this seem not to do anything. Am I missing something? Any suggestions would be appreciated.
journalctl:
Nov 15 21:09:04 pumpkinfield kernel: x86/cpu: SGX disabled by BIOS.
Nov 15 21:09:04 pumpkinfield kernel: blacklist: Problem blacklisting hash (-13)
Nov 15 21:09:04 pumpkinfield kernel: blacklist: Problem blacklisting hash (-13)
Nov 15 21:09:04 pumpkinfield kernel: blacklist: Problem blacklisting hash (-13)
Nov 15 21:09:04 pumpkinfield kernel: blacklist: Problem blacklisting hash (-13)
Nov 15 21:09:04 pumpkinfield kernel: blacklist: Problem blacklisting hash (-13)
Nov 15 21:09:04 pumpkinfield kernel: blacklist: Problem blacklisting hash (-13)
Nov 15 21:09:04 pumpkinfield kernel: [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* sw_init of IP block <gmc_v11_0> failed -22
Nov 15 21:09:04 pumpkinfield kernel: amdgpu 0000:03:00.0: amdgpu: amdgpu_device_ip_init failed
Nov 15 21:09:04 pumpkinfield kernel: amdgpu 0000:03:00.0: amdgpu: Fatal error during GPU init
Nov 15 21:09:05 pumpkinfield kernel: usb 1-5: 3:1: cannot get freq at ep 0x84
Nov 15 21:23:31 pumpkinfield avahi-dnsconfd[514]: read(): EOF
mhwd -li
> Installed PCI configs:
--------------------------------------------------------------------------------
NAME VERSION FREEDRIVER TYPE
--------------------------------------------------------------------------------
video-linux 2018.05.04 true PCI
Warning: No installed USB configs!
mwhd-kernel -li
Currently running: 6.5.5-1-MANJARO (linux65)
The following kernels are installed in your system:
* linux61
MODULES
in etc/mkinitcpio.conf
is set to MODULES=(amdgpu radeon)
, tried also without radeon.
GRUB_CMDLINE_LINUX_DEFAULT
is set to GRUB_CMDLINE_LINUX_DEFAULT="quiet resume=UUID=edad059d-2569-4854-b8ed-7a7d5744e205 udev.log_priority=3 radeon.cik_support=0 amdgpu.cik_support=1 radeon.si_support=0 amdgpu.si_support=1 amdgpu.dc=0"
Linux-firmware is at latest version and my mirrors are up to date, there is no major update pending to be installed, my last os upgrade went smoothly without any issues (that was before I switched gpus). I also have windows 10 installed on a separate ssd, can confirm that gpu itself works. I am running 2 monitors, one hooked up with hdmi cable the other one with dp, tried switching them around in different configurations but to no avail. When I try to manually launch startx
in chroot there’s only black screen. Before I set amdgpu in MODULES
system would freeze at dev/nvme0xyz: clean, x/x files, x/x blocks
EDIT: All above references linux61
Both on linux65 and 66 I get the following results:
Screen backlight flashes a few times then it freezes at black screen (backlight on).
journalctl linux66
-- Boot f8249618dda448cf8fd57f5697473ab8 --
Nov 15 23:35:52 pumpkinfield kernel: x86/cpu: SGX disabled by BIOS.
Nov 15 23:35:53 pumpkinfield kernel: usb 1-5: 3:1: cannot get freq at ep 0x84
Nov 15 23:35:55 pumpkinfield gnome-session-binary[593]: Unrecoverable failure in required component org.gnome.Shell.desktop
Nov 15 23:36:31 pumpkinfield avahi-dnsconfd[459]: read(): EOF
journalctl linux65
-- Boot 6a58140c5e8b4992bac416bf1f6db235 --
Nov 15 23:46:13 pumpkinfield kernel: x86/cpu: SGX disabled by BIOS.
Nov 15 23:46:13 pumpkinfield kernel: usb 1-5: 3:1: cannot get freq at ep 0x84
Nov 15 23:46:15 pumpkinfield gnome-session-binary[591]: Unrecoverable failure in required component org.gnome.Shell.desktop
Nov 15 23:47:11 pumpkinfield avahi-dnsconfd[457]: read(): EOF
I have updated linux-firmware and regenerated kernel images for each after installation.