Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#51 Le 26/06/2026, à 09:16

xubu1957

Re : AMDGPU ne se charge pas correctement au démarrage

Bonjour,

Le noyau 6.14 provient de la version 25.04 qui n'est plus soutenue.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#52 Le 26/06/2026, à 09:32

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

Bonjour Xubu,

Merci de cette précision. De toute façon cela fait pareil avec 6.14.11-061411-generic (cité dans l'article précédent).

Dernière modification par flocksurubuntu (Le 26/06/2026, à 09:38)

Hors ligne

#53 Le 26/06/2026, à 22:41

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

J'ai trouvé cette page là aussi qui est marquée comme "résolu" mais je n'ai pas compris ce que la personne a fait pour résoudre le problème!!

https://www.linux.org/threads/solved-im … gpu.36833/

Hors ligne

#54 Le 27/06/2026, à 01:53

steph810

Re : AMDGPU ne se charge pas correctement au démarrage

flocksurubuntu a écrit :

J'ai trouvé cette page là aussi qui est marquée comme "résolu" mais je n'ai pas compris ce que la personne a fait pour résoudre le problème!!
https://www.linux.org/threads/solved-im … gpu.36833/

il a etais fait la même chose qu'au #Post36
Ont peut repeter avec un depot différent:
Vu que tu est dans l'environnement Recovery ???? parfois il est seulement en lecture ro et pas ecriture... lance en premier:

ping -c 2 git.kernel.org
sudo mount -o remount,rw /

PUIS:

cd /tmp
git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware
sudo ln -s /usr/lib/firmware /lib/firmware

Tu a bien une Navi 23 :

[AMD/ATI] Navi 23 [Radeon RX 6600/6600 XT/6600M] (rev c7)

Pour le max compatibilité copier tous car souvent mis a jours et les numero de version change ca peut provoquer des erreurs:

sudo cp -r . /lib/firmware/
sudo update-initramfs -u -k all

Après installation et reboot lance ceci voir si bien pris en compte:

uname -r
lsinitramfs /boot/initrd.img-$(uname -r) | grep -i dimgrey_cavefish
journalctl --no-pager -b -p err

Dernière modification par steph810 (Le 28/06/2026, à 18:37)

Hors ligne

#55 Le 27/06/2026, à 21:14

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

Merci ! J'irai essayer, pour le moment il y a de l'orage donc j'éteins l'ordi, là je suis sur un autre, bref. En plus je limite les essais en ce moment car la tour chauffe !

Petites joyeusetés glanées sur le net :
- j'ai booté jusqu'à présent avec Ventoy alors que Balena Etcher est la recommandation de Ubuntu,
- Linux Mint 22 serait plus compatible avec les cartes mères Asrock.

J'ai donc mis ce petit monde sur clés USB avec Balena Etcher et :
- Ubuntu 26/04 met un écran noir en mode normal, met le message en surimpression avec "error probe -22" en mode safegraphics (erreur qui apparait dans les autres boots)

- linuxmint 22 démarre normalement (sans safe graphics) et par contre rencontre encore l'erreur "PSP" (mais je ne l'ai pas installé).

je furète sur les forums linuxmint aussi du coup pour voir si je trouve des heureux gagnants comme moi de cette erreur PSP.

Hors ligne

#56 Le 28/06/2026, à 11:06

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

Ce matin j'ai aussi essayé de désactiver le CSM (qui est actuellement en UEFI only) et Ubuntu 26.04 démarre en safe graphics sans l'erreur "probe -22", sinon il met un écran noir. Mint 22 et ubuntu 22.04 mettent un écran noir (je n'ai pas testé safe graphics).
J'ai aussi désactivé above 4G decoding dans le bios, pareil.

Je pourrais donc installer 26.04 en UEFI only et en safe graphics, est-ce intéressant pour diagnostiquer ensuite ?

Hors ligne

#57 Le 28/06/2026, à 11:12

xubu1957

Re : AMDGPU ne se charge pas correctement au démarrage

Bonjour,

Montre la RAM :

LANG=C free -wh

et :

df -Thx tmpfs

vu github.com/black-forest-labs/flux/issues/89


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#58 Le 28/06/2026, à 17:08

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

steph810 a écrit :
flocksurubuntu a écrit :

J'ai trouvé cette page là aussi qui est marquée comme "résolu" mais je n'ai pas compris ce que la personne a fait pour résoudre le problème!!

https://www.linux.org/threads/solved-im … gpu.36833/

il a etais fait la même chose qu'au #Post36

Ont peut repeter avec un depot différent:
Vu que tu est dans l'environnement Recovery ???? parfois il est seulement en lecture ro et pas ecriture... lance en premier:

ping -c 2 git.kernel.org
sudo mount -o remount,rw /

PUIS:

cd /tmp
git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware
sudo rm -r /lib/firmware
sudo ln -s /usr/lib/firmware /lib/firmware

Tu a bien une navy

[AMD/ATI] Navi 23 [Radeon RX 6600/6600 XT/6600M] (rev c7)

Pour le max compatibilité copier tous car souvent mis a jours et les numero de version change ca peut provoquer des erreurs:

sudo cp -r amdgpu/ /lib/firmware/
sudo update-initramfs -u -k all

Après installation et reboot lance ceci voir si bien pris en compte:

uname -r
lsinitramfs /boot/initrd.img-$(uname -r) | grep -i navy_flounder
journalctl --no-pager -b -p err

Merci ! Après téléchargement j'ai les messages suivants :

florian@florian-A520M-HVS:/tmp$ cd /linux-firmware
bash: cd: /linux-firmware: Aucun fichier ou dossier de ce nom

florian@florian-A520M-HVS:/tmp$ sudo rm -r /lib/firmware
[sudo] Mot de passe de florian : 

florian@florian-A520M-HVS:/tmp$ sudo ln -s /usr/lib/firmware /lib/firmware

florian@florian-A520M-HVS:/tmp$ sudo cp -r amdgpu/ /lib/firmware/
cp: impossible d'évaluer 'amdgpu/': Aucun fichier ou dossier de ce nom
florian@florian-A520M-HVS:/tmp$ 

Hors ligne

#59 Le 28/06/2026, à 17:11

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

xubu1957 a écrit :

Bonjour,

Montre la RAM :

LANG=C free -wh

et :

df -Thx tmpfs

vu github.com/black-forest-labs/flux/issues/89


voici :

florian@florian-A520M-HVS:/tmp$ LANG=C free -wh
               total        used        free      shared     buffers       cache   available
Mem:            31Gi       2.0Gi        26Gi        58Mi       257Mi       2.5Gi        29Gi
Swap:          8.0Gi          0B       8.0Gi

et

florian@florian-A520M-HVS:/tmp$ df -Thx tmpfs[
Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
tmpfs            tmpfs      3,2G    2,3M  3,2G   1% /run
/dev/sda2        ext4       457G     38G  396G   9% /
tmpfs            tmpfs       16G       0   16G   0% /dev/shm
tmpfs            tmpfs      5,0M     16K  5,0M   1% /run/lock
efivarfs         efivarfs   128K    9,8K  114K   8% /sys/firmware/efi/efivars
/dev/sda1        vfat       1,1G    6,2M  1,1G   1% /boot/efi
tmpfs            tmpfs      3,2G    132K  3,2G   1% /run/user/1000
florian@florian-A520M-HVS:/tmp$ 

Hors ligne

#60 Le 28/06/2026, à 17:46

steph810

Re : AMDGPU ne se charge pas correctement au démarrage

Bonsoir recommencer mais sans vous placer dans tmp retirer cette etape cd /tmp

Dernière modification par steph810 (Le 28/06/2026, à 17:48)

Hors ligne

#61 Le 28/06/2026, à 18:14

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

aie j'ai un message d'erreur maintenant que je veux lancer firefox qui me sert à récupérer les commandes :

cannot perform operation : mount -- rbind /lib /firmware /tmp/snap.rootfs_rTLTF5//lib/firmware : Too many levels of symbolic links

Dernière modification par xubu1957 (Le 28/06/2026, à 18:24)

Hors ligne

#62 Le 28/06/2026, à 18:26

steph810

Re : AMDGPU ne se charge pas correctement au démarrage

flocksurubuntu a écrit :

aie j'ai un message d'erreur maintenant que je veux lancer firefox qui me sert à récupérer les commandes :

"cannot perform operation : mount -- rbind /lib /firmware /tmp/snap.rootfs_rTLTF5//lib/firmware : Too many levels of symbolic links

Oui il vous faut faire a la main maintenant a chaque erreurs s'arréter ne pas passer a la suite, faire  ligne par ligne, il y avais erreur et vous avais essayer de continuer.... en supprimant /lib/firmware !!!

florian@florian-A520M-HVS:/tmp$ cd /linux-firmware
bash: cd: /linux-firmware: Aucun fichier ou dossier de ce nom

florian@florian-A520M-HVS:/tmp$ sudo rm -r /lib/firmware

Je vien de edit le POST ICI pour reparer erreur.

Dernière modification par steph810 (Le 28/06/2026, à 18:33)

Hors ligne

#63 Le 28/06/2026, à 18:44

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

J'ai fait la manip sans cd /temp et à

florian@florian-A520M-HVS: sudo cp -r amdgpu/ /lib/firmware/
impossible d'évaluer '/lib/firmware/' : Trop de niveaux de liens symboliques

Hors ligne

#64 Le 28/06/2026, à 18:45

ylag

Re : AMDGPU ne se charge pas correctement au démarrage

Bonjour,

florian@florian-A520M-HVS:/tmp$ cd /linux-firmware
bash: cd: /linux-firmware: Aucun fichier ou dossier de ce nom

La barre oblique était superflue dans la commande cd, aurait fallu simplement faire :

cd linux-firmware

... comme spécifié dans la proposition de @steph810 au #54.

A+

Dernière modification par ylag (Le 28/06/2026, à 19:26)

Hors ligne

#65 Le 28/06/2026, à 18:49

steph810

Re : AMDGPU ne se charge pas correctement au démarrage

Vu que tu est dans l'environnement Recovery ???? parfois il est seulement en lecture ro et pas ecriture... lance en premier:

ping -c 2 git.kernel.org
sudo mount -o remount,rw /

PUIS:

cd ~
git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware
sudo rm -rf /usr/lib/firmware
sudo rm -f /lib/firmware
sudo mkdir -p /usr/lib/firmware
sudo ln -s /usr/lib/firmware /lib/firmware

Tu a bien une Navi 23 :

[AMD/ATI] Navi 23 [Radeon RX 6600/6600 XT/6600M] (rev c7)

Pour le max compatibilité copier tous car souvent mis a jours et les numero de version change ca peut provoquer des erreurs:

sudo cp -r . /usr/lib/firmware/
sudo update-initramfs -u -k all

Après installation et reboot lance ceci voir si bien pris en compte:

uname -r
lsinitramfs /boot/initrd.img-$(uname -r) | grep -i dimgrey_cavefish
journalctl --no-pager -b -p err

Dernière modification par steph810 (Le 28/06/2026, à 19:52)

Hors ligne

#66 Le 28/06/2026, à 19:20

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

Merci pour le recap !

ça coince à

florian@florian-A520M-HVS: sudo rm /lib/firmware : 
rm : impossible de supprimer '/lib/firmware': Aucun fichier ou dossier de ce nom

Dernière modification par flocksurubuntu (Le 28/06/2026, à 19:25)

Hors ligne

#67 Le 28/06/2026, à 19:22

steph810

Re : AMDGPU ne se charge pas correctement au démarrage

flocksurubuntu a écrit :

Merci pour le recap !

ça coince à "sudo rm /lib/firmware : aucun fichier ou dossier de ce nom"

Normal continue

Hors ligne

#68 Le 28/06/2026, à 19:35

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

OK j'ai finalisé les actions et rebooté (firefox fonctionne à nouveau :-) ) :

florian@florian-A520M-HVS:~$ uname -r
7.0.0-14-generic
florian@florian-A520M-HVS:~$ lsinitramfs /boot/initrd.img-$(uname -r) | grep -i dimgrey_cavefish
florian@florian-A520M-HVS:~$ 
florian@florian-A520M-HVS:~$ journalctl --no-pager -b -p err
juin 28 19:30:07 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: PSP load sys drv failed!
juin 28 19:30:07 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: psp reg (0x16080) wait timed out, mask: 8000ffff, read: 30000 exp: 80000000
juin 28 19:30:07 florian-A520M-HVS kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* Fail to stop psp ring
juin 28 19:30:07 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: PSP firmware loading failed
juin 28 19:30:07 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: hw_init of IP block <psp> failed -22
juin 28 19:30:07 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: amdgpu_device_ip_init failed
juin 28 19:30:07 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: Fatal error during GPU init
juin 28 19:30:07 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: probe with driver amdgpu failed with error -22
juin 28 19:30:12 florian-A520M-HVS gdm3[1292]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 19:30:13 florian-A520M-HVS gdm-autologin][1430]: gkr-pam: couldn't unlock the login keyring.
juin 28 19:30:13 florian-A520M-HVS gdm3[1292]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 19:30:13 florian-A520M-HVS gdm3[1292]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 19:30:14 florian-A520M-HVS systemd[1438]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-1616.scope - Application launched by gnome-session-binary.
juin 28 19:30:14 florian-A520M-HVS systemd[1438]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-1622.scope - Application launched by gnome-session-binary.
juin 28 19:30:14 florian-A520M-HVS systemd[1438]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-1619.scope - Application launched by gnome-session-binary.
juin 28 19:30:14 florian-A520M-HVS systemd[1438]: Failed to start org.gnome.Shell@wayland.service - GNOME Shell on Wayland.
juin 28 19:30:14 florian-A520M-HVS gdm3[1292]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 19:30:14 florian-A520M-HVS gdm3[1292]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 19:30:14 florian-A520M-HVS gdm-autologin][1740]: gkr-pam: couldn't unlock the login keyring.
juin 28 19:30:14 florian-A520M-HVS gdm3[1292]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 19:30:14 florian-A520M-HVS gdm3[1292]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 19:30:16 florian-A520M-HVS systemd[1438]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-1994.scope - Application launched by gnome-session-binary.
juin 28 19:30:16 florian-A520M-HVS systemd[1438]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-2000.scope - Application launched by gnome-session-binary.
juin 28 19:30:16 florian-A520M-HVS systemd[1438]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-1997.scope - Application launched by gnome-session-binary.

Hors ligne

#69 Le 28/06/2026, à 20:00

steph810

Re : AMDGPU ne se charge pas correctement au démarrage

il ne se charge toujours pas ...?? depuis la ou tu te trouve si tu n'est pas dans le env recovery lance ca. ca evitera de le clone chaque fois.

cd ~
git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware
sudo rm -rf /usr/lib/firmware
sudo rm -f /lib/firmware
sudo mkdir -p /usr/lib/firmware
sudo ln -s /usr/lib/firmware /lib/firmware
sudo cp -r . /usr/lib/firmware/
sudo update-initramfs -u -k all
sudo reboot

et

uname -r
ls /usr/lib/firmware/amdgpu/ | grep dimgrey
lsinitramfs /boot/initrd.img-$(uname -r) | grep -i dimgrey_cavefish
journalctl --no-pager -b -p err

Dernière modification par steph810 (Le 28/06/2026, à 20:02)

Hors ligne

#70 Le 28/06/2026, à 20:20

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

Entendu, voici :

florian@florian-A520M-HVS:~$ uname -r
7.0.0-14-generic
florian@florian-A520M-HVS:~$ ls /usr/lib/firmware/amdgpu/ | grep dimgrey
dimgrey_cavefish_ce.bin
dimgrey_cavefish_dmcub.bin
dimgrey_cavefish_me.bin
dimgrey_cavefish_mec2.bin
dimgrey_cavefish_mec.bin
dimgrey_cavefish_pfp.bin
dimgrey_cavefish_rlc.bin
dimgrey_cavefish_sdma.bin
dimgrey_cavefish_smc.bin
dimgrey_cavefish_sos.bin
dimgrey_cavefish_ta.bin
dimgrey_cavefish_vcn.bin
florian@florian-A520M-HVS:~$
florian@florian-A520M-HVS:~$ lsinitramfs /boot/initrd.img-$(uname -r) | grep -i dimgrey_cavefish
florian@florian-A520M-HVS:~$ 
florian@florian-A520M-HVS:~$ journalctl --no-pager -b -p err
juin 28 20:17:26 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: PSP load sys drv failed!
juin 28 20:17:26 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: psp reg (0x16080) wait timed out, mask: 8000ffff, read: 30000 exp: 80000000
juin 28 20:17:26 florian-A520M-HVS kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* Fail to stop psp ring
juin 28 20:17:26 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: PSP firmware loading failed
juin 28 20:17:26 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: hw_init of IP block <psp> failed -22
juin 28 20:17:26 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: amdgpu_device_ip_init failed
juin 28 20:17:26 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: Fatal error during GPU init
juin 28 20:17:26 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: probe with driver amdgpu failed with error -22
juin 28 20:17:30 florian-A520M-HVS gdm3[1260]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:17:31 florian-A520M-HVS gdm-autologin][1416]: gkr-pam: couldn't unlock the login keyring.
juin 28 20:17:31 florian-A520M-HVS gdm3[1260]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:17:31 florian-A520M-HVS gdm3[1260]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:17:31 florian-A520M-HVS systemd[1424]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-1601.scope - Application launched by gnome-session-binary.
juin 28 20:17:32 florian-A520M-HVS systemd[1424]: Failed to start org.gnome.Shell@wayland.service - GNOME Shell on Wayland.
juin 28 20:17:32 florian-A520M-HVS gdm3[1260]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:17:32 florian-A520M-HVS gdm3[1260]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:17:32 florian-A520M-HVS gdm-autologin][1726]: gkr-pam: couldn't unlock the login keyring.
juin 28 20:17:32 florian-A520M-HVS gdm3[1260]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:17:32 florian-A520M-HVS gdm3[1260]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:17:33 florian-A520M-HVS systemd[1424]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-1980.scope - Application launched by gnome-session-binary.
juin 28 20:17:33 florian-A520M-HVS systemd[1424]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-1986.scope - Application launched by gnome-session-binary.
juin 28 20:17:33 florian-A520M-HVS systemd[1424]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-1983.scope - Application launched by gnome-session-binary.

Hors ligne

#71 Le 28/06/2026, à 20:22

steph810

Re : AMDGPU ne se charge pas correctement au démarrage

essais cela maintenant bien sur la machine..

sudo update-initramfs -u -k 7.0.0-14-generic
lsinitramfs /boot/initrd.img-7.0.0-14-generic | grep -i dimgrey

et reboot voir s'il se charge puis:

lsinitramfs /boot/initrd.img-$(uname -r) | grep -i dimgrey_cavefish
lsinitramfs /boot/initrd.img-$(uname -r) | grep -i amdgpu
journalctl --no-pager -b -p err

[EDIT]
retour de cela aussi:

apt list --installed | grep linux-image

Dernière modification par steph810 (Le 28/06/2026, à 20:27)

Hors ligne

#72 Le 28/06/2026, à 20:29

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

journalctl --no-pager -b -p err
juin 28 20:26:30 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: PSP load sys drv failed!
juin 28 20:26:30 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: psp reg (0x16080) wait timed out, mask: 8000ffff, read: 30000 exp: 80000000
juin 28 20:26:30 florian-A520M-HVS kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* Fail to stop psp ring
juin 28 20:26:30 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: PSP firmware loading failed
juin 28 20:26:30 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: hw_init of IP block <psp> failed -22
juin 28 20:26:30 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: amdgpu_device_ip_init failed
juin 28 20:26:30 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: Fatal error during GPU init
juin 28 20:26:30 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: probe with driver amdgpu failed with error -22
juin 28 20:26:33 florian-A520M-HVS gdm3[1276]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:26:34 florian-A520M-HVS gdm-autologin][1416]: gkr-pam: couldn't unlock the login keyring.
juin 28 20:26:34 florian-A520M-HVS gdm3[1276]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:26:34 florian-A520M-HVS gdm3[1276]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:26:34 florian-A520M-HVS systemd[1424]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-1601.scope - Application launched by gnome-session-binary.
juin 28 20:26:35 florian-A520M-HVS systemd[1424]: Failed to start org.gnome.Shell@wayland.service - GNOME Shell on Wayland.
juin 28 20:26:35 florian-A520M-HVS gdm3[1276]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:26:35 florian-A520M-HVS gdm3[1276]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:26:35 florian-A520M-HVS gdm-autologin][1727]: gkr-pam: couldn't unlock the login keyring.
juin 28 20:26:35 florian-A520M-HVS gdm3[1276]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:26:35 florian-A520M-HVS gdm3[1276]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:26:36 florian-A520M-HVS systemd[1424]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-1981.scope - Application launched by gnome-session-binary.

et

florian@florian-A520M-HVS:~$ apt list --installed | grep linux-image

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

linux-image-6.17.0-35-generic/noble-updates,noble-security,now 6.17.0-35.35~24.04.1 amd64  [installé, automatique]
linux-image-6.8.0-124-generic/noble-updates,noble-security,now 6.8.0-124.124 amd64  [installé, automatique]
linux-image-7.0.0-14-generic/noble-updates,noble-security,now 7.0.0-14.14~24.04.3 amd64  [installé]
linux-image-generic-hwe-24.04/noble-updates,noble-security,now 6.17.0-35.35~24.04.1 amd64  [installé]
linux-image-generic/noble-updates,noble-security,now 6.8.0-124.124 amd64  [installé]
linux-image-unsigned-6.14.11-061411-generic/now 6.14.11-061411.202506101206 amd64  [installé, local]
linux-image-unsigned-6.18.1-061801-generic/now 6.18.1-061801.202512121839 amd64  [installé, local]
florian@florian-A520M-HVS:~$ 

Hors ligne

#73 Le 28/06/2026, à 20:31

steph810

Re : AMDGPU ne se charge pas correctement au démarrage

et au demarrage as-tu éssayé de booté sur le 6.8 ?
Dans le grub advanced option choisit le 6.8

et relance

lsinitramfs /boot/initrd.img-$(uname -r) | grep -i dimgrey_cavefish
lsinitramfs /boot/initrd.img-$(uname -r) | grep -i amdgpu
journalctl --no-pager -b -p err

ps oubli pas les retour de lsinitramfs /boot/initrd.img-$(uname -r) | grep -i dimgrey_cavefish
lsinitramfs /boot/initrd.img-$(uname -r) | grep -i amdgpu
c'est ce qui nous montre ce qui est vraiment charger

Le 6.17 est le stable Ubuntu....
6.18 le récent

Dernière modification par steph810 (Le 28/06/2026, à 20:35)

Hors ligne

#74 Le 28/06/2026, à 20:36

flocksurubuntu

Re : AMDGPU ne se charge pas correctement au démarrage

Oui, ok, rebooté en 6.8 et les commandes :

florian@florian-A520M-HVS:~$ lsinitramfs /boot/initrd.img-$(uname -r) | grep -i dimgrey_cavefish
florian@florian-A520M-HVS:~$ lsinitramfs /boot/initrd.img-$(uname -r) | grep -i amdgpu
etc/modprobe.d/amdgpu.conf
florian@florian-A520M-HVS:~$ journalctl --no-pager -b -p err
juin 28 20:33:58 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: amdgpu: PSP load sys drv failed!
juin 28 20:33:59 florian-A520M-HVS kernel: [drm:psp_v11_0_ring_destroy [amdgpu]] *ERROR* Fail to stop psp ring
juin 28 20:33:59 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: amdgpu: PSP firmware loading failed
juin 28 20:33:59 florian-A520M-HVS kernel: [drm:amdgpu_device_fw_loading [amdgpu]] *ERROR* hw_init of IP block <psp> failed -22
juin 28 20:33:59 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: amdgpu: amdgpu_device_ip_init failed
juin 28 20:33:59 florian-A520M-HVS kernel: amdgpu 0000:03:00.0: amdgpu: Fatal error during GPU init
juin 28 20:34:07 florian-A520M-HVS gdm3[1278]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:34:07 florian-A520M-HVS gdm-autologin][1474]: gkr-pam: couldn't unlock the login keyring.
juin 28 20:34:07 florian-A520M-HVS gdm3[1278]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:34:07 florian-A520M-HVS gdm3[1278]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:34:07 florian-A520M-HVS systemd[1482]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-1661.scope - Application launched by gnome-session-binary.
juin 28 20:34:07 florian-A520M-HVS systemd[1482]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-1667.scope - Application launched by gnome-session-binary.
juin 28 20:34:07 florian-A520M-HVS systemd[1482]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-1663.scope - Application launched by gnome-session-binary.
juin 28 20:34:08 florian-A520M-HVS systemd[1482]: Failed to start org.gnome.Shell@wayland.service - GNOME Shell on Wayland.
juin 28 20:34:08 florian-A520M-HVS gdm3[1278]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:34:08 florian-A520M-HVS gdm3[1278]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:34:08 florian-A520M-HVS gdm-autologin][1787]: gkr-pam: couldn't unlock the login keyring.
juin 28 20:34:08 florian-A520M-HVS gdm3[1278]: Gdm: on_display_added: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:34:08 florian-A520M-HVS gdm3[1278]: Gdm: on_display_removed: assertion 'GDM_IS_REMOTE_DISPLAY (display)' failed
juin 28 20:34:09 florian-A520M-HVS systemd[1482]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-2040.scope - Application launched by gnome-session-binary.
juin 28 20:34:09 florian-A520M-HVS systemd[1482]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-2046.scope - Application launched by gnome-session-binary.
juin 28 20:34:09 florian-A520M-HVS systemd[1482]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-2043.scope - Application launched by gnome-session-binary.
juin 28 20:34:10 florian-A520M-HVS systemd[1482]: Failed to start app-gnome-spice\x2dvdagent-2259.scope - Application launched by gnome-session-binary.
florian@florian-A520M-HVS:~$ 

Hors ligne

#75 Le 28/06/2026, à 20:39

steph810

Re : AMDGPU ne se charge pas correctement au démarrage

dsl ce firmware ne veut pas se charger sans redémarrer:

sudo update-initramfs -u -k all
lsinitramfs /boot/initrd.img-$(uname -r) | grep -i dimgrey

et aussi tous sans le grp voir ce qu'il y a:

lsinitramfs /boot/initrd.img-$(uname -r)

Hors ligne