Hey guys,
i got a problem i cant solve.
Story first: My System was running Windows + Manjaro on dual boot (EFI/GPT).
After my RX 5700 XT died i got a RX 6700 XT and also updated my Bios.
Now i cant select Grub/Manjaro in boot menu. So i got the newest ISO(also checked SHA1) and put it on my bootable stick with Ventoy. So iam able to see the Grub of the live image.
I tried to boot in my original install (kernel 5.10) with “Detect EFI boot loaders” but got only a black screen.
But i get the same black screen when i try to boot the live image (kernel 5.13).
I cant see my curser and cant open any console.
The Hardware itself is working fine since everything works flawless on Windows.
Not sure what i can do since i cant even get into live image to chroot into my system.
Any of guys got an Idea?
cscs
12 October 2021 20:42
2
Are we sure 6700 XT is working with kernel+amdgpu ?
opened 09:34PM - 12 May 21 UTC
closed 03:00PM - 17 May 21 UTC
0.kind: bug
6.topic: hardware
**Describe the bug**
When upgrading to my new gpu, I wouldn't be able to get an… y driver working. No matter which driver I chose, I get the same error (see below) and the TTY freezes. I can still log in with ssh. And if I rollback to the current linux version, amdgpu fails to load and thereby fail to crash as well. However, since no driver detected the card, nothing works anyway.
**To Reproduce**
1. Buy an RX 6700 XT (good luck)
2. Use any of the mesa, amdgpu or ati video drivers
3. Use linuxPackages_latest
4. rebuild and restart
**Expected behavior**
It should preferrably just work
**Screenshots**
No screenshot, but relevant snippet from dmesg:
```
[ 2.768311] amdgpu 0000:0b:00.0: Direct firmware load for amdgpu/navy_flounder_sos.bin failed with error -2
[ 2.768314] amdgpu 0000:0b:00.0: amdgpu: failed to init sos firmware
[ 2.768319] [drm:psp_sw_init [amdgpu]] *ERROR* Failed to load psp firmware!
[ 2.768494] [drm:amdgpu_device_init.cold [amdgpu]] *ERROR* sw_init of IP block <psp> failed -2
[ 2.768690] amdgpu 0000:0b:00.0: amdgpu: amdgpu_device_ip_init failed
[ 2.768698] amdgpu 0000:0b:00.0: amdgpu: Fatal error during GPU init
[ 2.768730] amdgpu: probe of 0000:0b:00.0 failed with error -2
```
**Additional context**
I have found [this archwiki post](https://bbs.archlinux.org/viewtopic.php?id=241528) highlighting the same issue but with a different graphics card.
It seems that the file `amdgpu/navy_flounder_sos.bin` should be included in the initramfs, if I understand correctly.
**Notify maintainers**
<!--
Please @ people who are in the `meta.maintainers` list of the offending package or module.
If in doubt, check `git blame` for whoever last touched something.
-->
**Metadata**
```
- system: `"x86_64-linux"`
- host os: `Linux 5.11.19, NixOS, 21.05.20210511.ca26ea5 (Okapi)`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.4pre20210503_6d2553a`
- channels(root): `"home-manager, nixos-21.05pre286880.7cb76200088, nixos-hardware"`
- channels(simon): `""`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
```
I'm using flakes, btw.
Maintainer information:
```yaml
# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
```
opened 08:21PM - 07 Sep 21 UTC
currently testing
Just received an OEM [AMD Radeon RX 6700 XT](https://amzn.to/3l1K8g7) in the mai… l. I was able to get it at MSRP+Shipping, which is something of a miracle these days:


I will be interested in seeing what, if anything, the card does when powered up and plugged into the Compute Module 4 IO Board!
The following issues are closely related:
- [Test GPU (Sapphire Radeon RX 550 2GB)](https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/6)
- [Test GPU (VisionTek Radeon 5450 1GB)](https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/4)
- [Having trouble with AMD Radeon RX 6700 XT on CM4](https://www.raspberrypi.org/forums/viewtopic.php?f=98&t=319390) — Raspberry Pi Forums
- [Can't get RX 6700 XT running on Raspberry Pi CM4](https://gitlab.freedesktop.org/drm/amd/-/issues/1703) — AMD Freedesktop GitLab issue
Latest recap: https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/222#issuecomment-919530424
Ok i was able to open Console now with Ctrl + Alt +F2 after some tries.
I updated my whole system with sudo pacman -Syu
and installed new kernel with sudo mhwd-kernel -i linux514
Previous was 5.10.
But when i boot 5.14 i cant open the console anymore.
And yeah, other wrote that 6700 XT work with open source driver and current kernel.
Was finaly able to fix my system.
amdgpu.ppfeaturemask=0xffffffff
was set in grub…
needed this when i undervolted my 5700 xt
RX 6700 XT works flawless now.
system
Closed
17 October 2021 23:36
5
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.