Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

AMD firmware issues after clean Debian 10 install

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
H4NS0N
Posts: 4
Joined: 2019-08-20 14:14

AMD firmware issues after clean Debian 10 install

#1 Post by H4NS0N »

I have made the move from my Debian 8 to 10 via a clean install. During the installation I use the option to search the internet for additional firmwares or other stuff.
After a successful installation, it tries to boot up, and I have no chance to see what it actual says. I have restarted so many times now, that I got the idea of what it says like "can't probe to PCI" or something, and that it requires an AMD firmware which is missing.

I have googled me to that I could try secure boot and open the "sources.list" to add following text "contribute non-free" behind the lines in the list, so it might find the missing firmware. After that I try to update/upgrade, but is won't allow it due to secure boot that has some security protocols so it is disabled by default. I then tried adding the lines "--allow-unauthenticated" and "--allow-insecure-repositories" with no luck either. My graphic card is an AMD Vega64, and it seems that Vega54 has some issues to? In a youtube video a guy in the comments has exactly same issues with a 54 card --> https://www.youtube.com/watch?v=26AraxvDTYY
Where the uploader refers to some websites for kernel bugs. So it seems that AMD Vega graphic cards has issues in the new Debian 10?

CwF
Global Moderator
Global Moderator
Posts: 2680
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 196 times

Re: AMD firmware issues after clean Debian 10 install

#2 Post by CwF »

You could try gdebi'ing in the bullseye driver if you have the firmwares for the card installed...

Code: Select all

~$  apt policy *amdgpu*
xserver-xorg-video-amdgpu:
  Installed: 19.0.1-1
  Candidate: 19.0.1-1
  Version table:
 *** 19.0.1-1 100
        100 /var/lib/dpkg/status
     18.1.99+git20190207-1 500
        500 http://ftp.us.debian.org/debian buster/main amd64 Packages
libdrm-amdgpu1:
  Installed: 2.4.97-1
  Candidate: 2.4.97-1
  Version table:
 *** 2.4.97-1 500
        500 http://ftp.us.debian.org/debian buster/main amd64 Packages
        100 /var/lib/dpkg/status
$ uname -a
Linux forums 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5+deb10u1 (2019-07-19) x86_64 GNU/Linux

H4NS0N
Posts: 4
Joined: 2019-08-20 14:14

Re: AMD firmware issues after clean Debian 10 install

#3 Post by H4NS0N »

I get greeted by this during the boot --> https://imgur.com/a/EuoUSyO
After that a wall of text is raining down, then the screen goes black with the "_" blinking in top left corner.
In the secure boot I am not able to do anything update/upgrade wise no matter what I do. So it seems I am doomed with the Debian 10.

A friend of mine found this, and said I might be in same situation, that I am using a stable version, where the testing/unstable might be more fit for me at the moment. Source: https://unix.stackexchange.com/question ... t-friendly

(that guy is also using Vega graphics, just on an APU), so it might be Vega.

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: AMD firmware issues after clean Debian 10 install

#4 Post by p.H »

AFAIK UEFI secure boot has nothing to do with insecure or unauthenticated APT repositories.
Please post the contents of /etc/apt/sources.list and any file in /etc/apt/sources.list.d/.
Also post the output of

Code: Select all

apt-cache policy
apt-cache policy firmware-amd-graphics
apt-get update
apt-get install firmware-amd-graphics

H4NS0N
Posts: 4
Joined: 2019-08-20 14:14

Re: AMD firmware issues after clean Debian 10 install

#5 Post by H4NS0N »

Thanks for you help I really appreciate it. Here is some pics of the outcome --> https://imgur.com/a/4Kz77hQ
I have edited the source.list back to what it was originaly. the /etc/apt/sources.list.d/ just opened a empty file "new buffer".

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: AMD firmware issues after clean Debian 10 install

#6 Post by p.H »

Please post the output as plain text, not pics.

H4NS0N
Posts: 4
Joined: 2019-08-20 14:14

Re: AMD firmware issues after clean Debian 10 install

#7 Post by H4NS0N »

Code: Select all

apt-cache policy
Package files:
  100  /var/lib/dpkg/status
         release a=now
  500  http://deb.debian.org/debian buster-updates/main amd64 Packages
         release 0=Debian,a=stable-updates,n=buster-updates,1=Debian,c=main,b=amd64
         origin deb.debian.org
  500  https://security.debian.org/debian-security buster/updates/main amd64 Packages
         release v=10,0=Debian,a=stable,n=buster,1=Debian-Security,c=main,b=amd64
  500  http://deb.debian.org/debian buster/main amd64 Packages
         releasev=10.0,0=Debian,a=stable,n=buster,1=Debian,c=main,b=amd64
         origin deb.debian.org
  500  cdrom://[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 DVD Binary-1 20190706-10:24] buster/main amd64 Packages
         release c=main,b=amd64
         origin Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 DVD Binary-1 20190706-10:24
  500  cdrom://[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 DVD Binary-1 20190706-10:24] buster/contrib amd64 Packages
         release c=contrib,b=amd64
         origin Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 DVD Binary-1 20190706-10:24
Pinned packages:


apt-cache policy firmware-amd-graphics
firmware-amd-graphics:
   Installed:  (none)
   Candidate:  (none)
   Version table:


apt-get update
Ign:1 cdrom://[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 DVD Binary-1 20190706-10:24] buster InRelease
Err:2 cdrom://[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 DVD Binary-1 20190706-10:24] buster Release
   Please use apt-cdrom to make thius CD-ROM recognized bt APT. apt-get update cannot be used to add new CS-ROMs
Err:3 http://deb.debian.org/debian buster InRelease
   Could not resolve 'deb.debian.org'
Err:4 http://security.debian.org/debian-security buster/updates InRelease
   Could not resolve 'security.debian.org'
Reading packages lists... Done
E: The repository 'cdrom://[Debian GNU/Linux 10.0.0 _Buster_ - Official amd64 DVD Binary-1 20190706-10:24] buster Release does not have a Release file.


apt-get install firmware-amd-graphics
Reading package lists... Done
Building dependency tree
Reading state information... Done
Packages firmware-amd-graphics is not available, but is reffered to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Packages 'firmware-amd-graphics' has no installation candidate

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: AMD firmware issues after clean Debian 10 install

#8 Post by p.H »

Code: Select all

   Could not resolve 'deb.debian.org'
   Could not resolve 'security.debian.org'
Internet connectivity or at least DNS resolution seems to be broken.

Post Reply