firmware追加でやっかいなことに

目次

buster新規インストールの現在の状態

サスペンドで戻れない現象は、「自動でサスペンドしない」として一応OKになりましたが、シャットダウンの代わりに手動でサスペンドということもあって不便です。

また、dmesgの以下(再掲)の不具合を解消しようとしています。

[    0.032396] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.063146] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.694882] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.114786] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[    1.115177] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[    1.115488] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[    1.324649] [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
[    1.324864] See https://wiki.debian.org/Firmware for information about missing firmware
[    2.961246] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    3.323378] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    4.143105] r8169 0000:04:00.0: firmware: failed to load rtl_nic/rtl8168h-2.fw (-2)
[    4.143320] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    4.143546] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
[    4.143549] r8169 0000:04:00.0 enp4s0: unable to load firmware patch rtl_nic/rtl8168h-2.fw (-2)
[ 1892.081794]  cache: parent cpu1 should not be sleeping
[ 1892.084439]  cache: parent cpu2 should not be sleeping
[ 1892.087136]  cache: parent cpu3 should not be sleeping

contribとnonfreeを追加

non-freeなどをパッケージ追加の対象に含める設定をします。

contribとnon-freeを追加
contribとnon-freeを追加する

synapticのリポジトリ設定を選択するとでていたダイアログですが、今回はGUIメニューから「Software & Update」というアイコンをダブルクリックして設定した。

contribとnon-freeを追加
contribとnon-freeを追加する

Software & Updates

software-properties-gtkがこのソフトウェアの実体です。

話の流れからは、逸脱ですが、Debianがソフトウェアのファイル名を隠すのは賛成できません。このアイコンの名前は Software & Updates ですが最後まで見えません。右クリックして詳細を出すと、「Software & Updates」は見えますしソフトウェアの説明もされていますが、ファイル名(コマンド名)がわかりません。

余計な話ですが調べてみました。

まず、GUIのメニューの項目は/usr/share/applicationsの.desktopファイルから作られます。

root@debian64:/usr/share/applications# grep 'Software & Updates' ./*.desktop
./software-properties-gnome.desktop:Name=Software & Updates
./software-properties-gnome.desktop:GenericName=Software & Updates
./software-properties-gtk.desktop:Name=Software & Updates
./software-properties-gtk.desktop:GenericName=Software & Updates

ということで、software-properties-gnome.desktop と、software-properties-gtk.desktop の2つが該当します。

まず、software-properties-gnome.desktop

root@debian64:/usr/share/applications# cat software-properties-gnome.desktop|grep -v '\[' 
Name=Software & Updates
GenericName=Software & Updates
Comment=Configure the sources for installable software and updates
Keywords=Drivers;Repositories;Repository;PPA;
Exec=software-properties-gtk
Icon=software-properties
Terminal=false
X-MultipleArgs=false
Type=Application
OnlyShowIn=GNOME;
Categories=GNOME;GTK;Settings;X-GNOME-SystemSettings;
MimeType=text/x-apt-sources-list;
X-KDE-SubstituteUID=true
X-Ubuntu-Gettext-Domain=software-properties

software-properties-gtk が実行ファイルですね。

次に、software-properties-gtk.desktop

root@debian64:/usr/share/applications# cat software-properties-gtk.desktop|grep -v '\[' 
Name=Software & Updates
GenericName=Software & Updates
Comment=Configure the sources for installable software and updates
Keywords=Drivers;Repositories;Repository;PPA;
Exec=software-properties-gtk
Icon=software-properties
Terminal=false
X-MultipleArgs=false
Type=Application
NotShowIn=GNOME;
Categories=GNOME;GTK;Settings;X-GNOME-SystemSettings;X-GNOME-Settings-Panel;X-Unity-Settings-Panel;
X-GNOME-Settings-Panel=software-properties
X-Unity-Settings-Panel=software-properties
MimeType=text/x-apt-sources-list;
X-KDE-SubstituteUID=true
X-Ubuntu-Gettext-Domain=software-properties

実行ファイルは同じです。

firmware追加で起動しなくなる

GRUBメニューまでは出るが、その後起動しなくなりました。悪さをしたのはfirmware-amd-graphicsです。

synapticで追加したものは2つでした。

cat /var/log/apt/history.log 
...
Start-Date: 2019-10-04  09:55:18
Commandline: /usr/sbin/synaptic
Requested-By: adachi (1000)
Install: 
firmware-realtek:amd64 (20190114-2), 
firmware-amd-graphics:amd64 (20190114-2)
End-Date: 2019-10-04  09:55:31

を追加。

firmware-realtekはよく追加するので、一つずつの原則を破って2つ入れた。firmware-amd-graphics:amd64は「サスペンドで戻れない現象」を調べてでてくることが多い名前だったから。不要な、あるいは不適合なパッケージを入れても使われないだけで悪影響はないだろうという気持ちでいた。

で、起動しなくなる。GRUBまでは出るがその先は暗転。ssh, 仮想ターミナルもだめです。サスペンドと違って起動途中で止まったのだろうと思われます。

リセットで、GRUBまでは出ます。

「e」を押すと
Linux〜〜〜〜 ro quiet
↓
Linux〜〜〜〜 ro quiet linux single init=/bin/sh
ctrl+xで再起動

これも効果なし。

ログインだけはできるようになる

GRUBのメニューから、[e]キーを押して、gfxmode の設定と、nomodesetの指定を追加して起動させられました。コンソールとsshでの操作が可能です。

GRUBのメニューにはrecoveryはありますが、シングルモードだと言うだけで、それでも効果なしです。コンソールも含めたグラフィク周りの問題だからでしょう。

でもsshログインもできません。グラフィックでコケてNICの設定まで行けてないのだと想像しますが、確証はありません。

他の操作は、[e]で編集 [c]でコマンドとありますが、コマンドはGRUB->GRUB2と変わっていますし、ここで調べるのは億劫です。

[e]での編集はGRUB画面下にでているものの、どうすればよいかは検索に依る情報でした。

from https://www.ibm.com/developerworks/jp/linux/library/l-GRUB2-features/index.html

GRUB 2 のブート・スタンザでは、それぞれのシステムごとの OS やカーネルを定義します。通常、ブート・スタンザは grub.cfg ファイルの後半にあります。リスト 1 に、ブート・スタンザの一例を記載します。 リスト 1. Linux をブートする GRUB 2 スタンザの例

menuentry 'Ubuntu, with Linux 3.2.0-24-generic-pae' {
   recordfail
   gfxmode $linux_gfx_mode
   insmod gzio
   insmod part_gpt
   insmod reiserfs
   set root='(hd0,gpt6)'
   search --no-floppy --fs-uuid --set=root 313324f5-a9ed-4e80-b541-dc9e5eeb89fc
   linux   /vmlinuz-3.2.0-23-generic-pae root=/dev/sda7 ro quiet splash $vt_handoff
   initrd  /initrd.img-3.2.0-23-generic-pae
}

ブート・スタンザという言葉は今の所IBMのサイトにしかないようです。適当な呼び名がありません。

そして別のサイトに

from https://qiita.com/ohhara_shiojiri/items/5e22bee446136fc64214

・変更
gfxmode $linux_gfx_mode ⇨ gfxmode 1024x768
・linux行の末尾へ追加
nomodeset

Debian10では、gfxmodeの項がなくて、load_videoと書いてあります。

でもやってみましたら、GUIは動きませんが、仮想コンソールが選べて、sshログインもできました。

load_video ⇨ gfxmode 1280x1024 と書き換え
nomodeset をlinux ... 行の末尾に追加

sshログインが使えます。

adachi@debian64:/media/adachi/S1T/my/photo$ ssh 192.168.1.15
adachi@192.168.1.15's password: 
Linux fumi 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20) x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Oct  2 20:02:03 2019 from 192.168.1.30
adachi@fumi:~$ su -
パスワード:

firmwareパッケージインストール時の記録を見る

/var/log/apt/term.log に記録があります。

firmware-realtekも同時進行らしく混ざっています。

cat /var/log/apt/term.log
...
Log started: 2019-10-04  09:55:18
以前に未選択のパッケージ firmware-amd-graphics を選択しています。
(データベースを読み込んでいます ... 現在 147713 個のファイルとディレクトリがインストールされています。)
.../firmware-amd-graphics_20190114-2_all.deb を展開する準備をしています ...
firmware-amd-graphics (20190114-2) を展開しています...
以前に未選択のパッケージ firmware-realtek を選択しています。
.../firmware-realtek_20190114-2_all.deb を展開する準備をしています ...
firmware-realtek (20190114-2) を展開しています...
firmware-realtek (20190114-2) を設定しています ...
update-initramfs: deferring update (trigger activated)
firmware-amd-graphics (20190114-2) を設定しています ...
update-initramfs: deferring update (trigger activated)
initramfs-tools (0.133+deb10u1) のトリガを処理しています ...
update-initramfs: Generating /boot/initrd.img-4.19.0-6-amd64
W: Possible missing firmware /lib/firmware/amdgpu/vega20_asd.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_sos.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_rlc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_mec2.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_mec.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_me.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_pfp.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_ce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_sdma1.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_sdma.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_uvd.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_vce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_smc.bin for module amdgpu
Log ended: 2019-10-04  09:55:31

synapticでのパッケージ追加では、わざわざ開かなければ隠れているメッセージですが、warningがたくさん出ていました。

とりあえず削除してみる

firmware-amd-graphics をremoveしましたがこれだけでは戻りません。再び起動できなくなります。

root@fumi:~# apt remove firmware-amd-graphics
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
以下のパッケージは「削除」されます:
  firmware-amd-graphics
アップグレード: 0 個、新規インストール: 0 個、削除: 1 個、保留: 0 個。
この操作後に 31.0 MB のディスク容量が解放されます。
続行しますか? [Y/n] Y
(データベースを読み込んでいます ... 現在 148325 個のファイルとディレクトリがインストールされています。)
firmware-amd-graphics (20190114-2) を削除しています ...

前のドライバに戻らない様子。

nomodesetなどを加えると再起動できます。

入れるべきfirmwareがあるのか

firmware-amd-graphicsの導入で外されたものがあるのなら、再び入れるか、それ以上に使えるものがあるのか調べてみます。

root@fumi:~# apt list firmware*
一覧表示... 完了
firmware-adi/stable 20190114-2 all
firmware-amd-graphics/stable 20190114-2 all
firmware-ath9k-htc-dbgsym/stable 1.4.0-97-g75b3e59+dfsg-3 all
firmware-ath9k-htc/stable 1.4.0-97-g75b3e59+dfsg-3 all
firmware-atheros/stable 20190114-2 all
firmware-b43-installer/stable 1:019-4 all
firmware-b43legacy-installer/stable 1:019-4 all
firmware-bnx2/stable 20190114-2 all
firmware-bnx2x/stable 20190114-2 all
firmware-brcm80211/stable 20190114-2 all
firmware-cavium/stable 20190114-2 all
firmware-intel-sound/stable 20190114-2 all
firmware-intelwimax/stable 20190114-2 all
firmware-ipw2x00/stable 20190114-2 all
firmware-ivtv/stable 20190114-2 all
firmware-iwlwifi/stable 20190114-2 all
firmware-libertas/stable 20190114-2 all
firmware-linux-free/stable,now 3.4 all [インストール済み、自動]
firmware-linux-nonfree/stable 20190114-2 all
firmware-linux/stable 20190114-2 all
firmware-microbit-micropython-dl/stable 1.2.4+dfsg-1 all
firmware-microbit-micropython-doc/stable 1.0.1-1 all
firmware-microbit-micropython/stable 1.0.1-1 all
firmware-misc-nonfree/stable 20190114-2 all
firmware-myricom/stable 20190114-2 all
firmware-netronome/stable 20190114-2 all
firmware-netxen/stable 20190114-2 all
firmware-qcom-media/stable 20190114-2 all
firmware-qlogic/stable 20190114-2 all
firmware-ralink/stable 20190114-2 all
firmware-realtek/stable,now 20190114-2 all [インストール済み]
firmware-samsung/stable 20190114-2 all
firmware-siano/stable 20190114-2 all
firmware-ti-connectivity/stable 20190114-2 all
firmware-zd1211/stable 1:1.5-6 all

いつもは、firmware-realtek とfirmware-linux-nonfreeが入っているので、調べてみます。

root@fumi:~# apt show firmware-linux-nonfree
Package: firmware-linux-nonfree
Version: 20190114-2
Priority: optional
Section: non-free/metapackages
Source: firmware-nonfree
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Installed-Size: 23.6 kB
Depends: firmware-misc-nonfree (= 20190114-2), firmware-amd-graphics (= 20190114-2)
Recommends: intel-microcode, amd64-microcode
Tag: admin::hardware, role::app-data, use::driver
Download-Size: 17.7 kB
APT-Sources: http://deb.debian.org/debian buster/non-free amd64 Packages
Description: Binary firmware for various drivers in the Linux kernel (meta-package)
 This package depends on non-free firmware which may be used with drivers
 in the Linux kernel.

firmware-amd-graphicsに依存しているといってます。インストールしてみます。

root@fumi:~# apt install firmware-linux-nonfree
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
以下の追加パッケージがインストールされます:
  amd64-microcode firmware-amd-graphics firmware-misc-nonfree intel-microcode iucode-tool
以下のパッケージが新たにインストールされます:
  amd64-microcode firmware-amd-graphics firmware-linux-nonfree firmware-misc-nonfree intel-microcode iucode-tool
アップグレード: 0 個、新規インストール: 6 個、削除: 0 個、保留: 0 個。
8,819 kB 中 5,392 kB のアーカイブを取得する必要があります。
この操作後に追加で 45.7 MB のディスク容量が消費されます。
続行しますか? [Y/n] Y
取得:1 http://deb.debian.org/debian buster/non-free amd64 amd64-microcode amd64 3.20181128.1 [35.2 kB]
取得:2 http://deb.debian.org/debian buster/non-free amd64 firmware-misc-nonfree all 20190114-2 [3,338 kB]
取得:3 http://deb.debian.org/debian buster/non-free amd64 firmware-linux-nonfree all 20190114-2 [17.7 kB]
取得:4 http://deb.debian.org/debian buster/contrib amd64 iucode-tool amd64 2.3.1-1 [62.4 kB]
取得:5 http://deb.debian.org/debian buster/non-free amd64 intel-microcode amd64 3.20190618.1 [1,938 kB]
5,392 kB を 1秒 で取得しました (7,648 kB/s)
以前に未選択のパッケージ amd64-microcode を選択しています。
(データベースを読み込んでいます ... 現在 147792 個のファイルとディレクトリがインストールされています。)
.../0-amd64-microcode_3.20181128.1_amd64.deb を展開する準備をしています ...
amd64-microcode (3.20181128.1) を展開しています...
以前に未選択のパッケージ firmware-amd-graphics を選択しています。
.../1-firmware-amd-graphics_20190114-2_all.deb を展開する準備をしています ...
firmware-amd-graphics (20190114-2) を展開しています...
以前に未選択のパッケージ firmware-misc-nonfree を選択しています。
.../2-firmware-misc-nonfree_20190114-2_all.deb を展開する準備をしています ...
firmware-misc-nonfree (20190114-2) を展開しています...
以前に未選択のパッケージ firmware-linux-nonfree を選択しています。
.../3-firmware-linux-nonfree_20190114-2_all.deb を展開する準備をしています ...
firmware-linux-nonfree (20190114-2) を展開しています...
以前に未選択のパッケージ iucode-tool を選択しています。
.../4-iucode-tool_2.3.1-1_amd64.deb を展開する準備をしています ...
iucode-tool (2.3.1-1) を展開しています...
以前に未選択のパッケージ intel-microcode を選択しています。
.../5-intel-microcode_3.20190618.1_amd64.deb を展開する準備をしています ...
intel-microcode (3.20190618.1) を展開しています...
iucode-tool (2.3.1-1) を設定しています ...
intel-microcode (3.20190618.1) を設定しています ...
update-initramfs: deferring update (trigger activated)
intel-microcode: microcode will be updated at next boot
firmware-misc-nonfree (20190114-2) を設定しています ...
update-initramfs: deferring update (trigger activated)
amd64-microcode (3.20181128.1) を設定しています ...
update-initramfs: deferring update (trigger activated)
amd64-microcode: microcode will be updated at next boot
firmware-amd-graphics (20190114-2) を設定しています ...
update-initramfs: deferring update (trigger activated)
firmware-linux-nonfree (20190114-2) を設定しています ...
man-db (2.8.5-2) のトリガを処理しています ...
initramfs-tools (0.133+deb10u1) のトリガを処理しています ...
update-initramfs: Generating /boot/initrd.img-4.19.0-6-amd64

まただめです。

nomodesetだけでGUIで起動

毎回GRUBから[e]で起動するのが面倒で、今回はnomodesetのみ指定してみました。起動さえすればsshでアクセスできるからというのがその理由。ところがなんとGUIで起動しました。nomodesetを指定することで、特別なグラフィックの拡張機能を使わないという動作になるようです。

root@fumi:~# dmesg
[    0.000000] Linux version 4.19.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=750114f5-dc03-4d46-8bbf-05e0a3514c36 ro quiet nomodeset
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d01fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d02000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x000000005b002fff] usable
[    0.000000] BIOS-e820: [mem 0x000000005b003000-0x000000005c4cdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005c4ce000-0x000000005c64cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000005c64d000-0x000000005ca57fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000005ca58000-0x000000005d856fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005d857000-0x000000005effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000005f000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f33ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.2.1 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./B450M Pro4, BIOS P3.60 07/31/2019
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x41f340 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000420000000 aka 16896M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0x5f000 max_arch_pfn = 0x400000000
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x115e01000, 0x115e01fff] PGTABLE
[    0.000000] BRK [0x115e02000, 0x115e02fff] PGTABLE
[    0.000000] BRK [0x115e03000, 0x115e03fff] PGTABLE
[    0.000000] BRK [0x115e04000, 0x115e04fff] PGTABLE
[    0.000000] BRK [0x115e05000, 0x115e05fff] PGTABLE
[    0.000000] BRK [0x115e06000, 0x115e06fff] PGTABLE
[    0.000000] BRK [0x115e07000, 0x115e07fff] PGTABLE
[    0.000000] BRK [0x115e08000, 0x115e08fff] PGTABLE
[    0.000000] BRK [0x115e09000, 0x115e09fff] PGTABLE
[    0.000000] BRK [0x115e0a000, 0x115e0afff] PGTABLE
[    0.000000] BRK [0x115e0b000, 0x115e0bfff] PGTABLE
[    0.000000] BRK [0x115e0c000, 0x115e0cfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x31e85000-0x34f39fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05A0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000005C9D4098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000005C9DAC00 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000005C9D41E8 006A17 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000005CA40E00 000040
[    0.000000] ACPI: APIC 0x000000005C9DAD18 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000005C9DAE78 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000005C9DAEC0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005C9DAF60 000060 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.000000] ACPI: SSDT 0x000000005C9DAFC0 005419 (v02 AMD    AmdTable 00000002 MSFT 02000002)
[    0.000000] ACPI: SSDT 0x000000005C9E03E0 00315B (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x000000005C9E3540 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: AAFT 0x000000005C9E3580 000430 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000005C9E39B0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: UEFI 0x000000005C9E39E8 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000005C9E3A30 000718 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x000000005C9E4148 000490 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x000000005C9E45D8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000005C9E4608 001D34 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000005C9E6340 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: WSMT 0x000000005C9E6400 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005C9E6428 0010AF (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f33ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41f33b000-0x41f33ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041f33ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009d01fff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000000]   node   0: [mem 0x000000000a20b000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x000000005b002fff]
[    0.000000]   node   0: [mem 0x000000005c4ce000-0x000000005c64cfff]
[    0.000000]   node   0: [mem 0x000000005d857000-0x000000005effffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041f33ffff]
[    0.000000] Reserved but unavailable: 100 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f33ffff]
[    0.000000] On node 0 totalpages: 3651806
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 5849 pages used for memmap
[    0.000000]   DMA32 zone: 374274 pages, LIFO batch:63
[    0.000000]   Normal zone: 51149 pages used for memmap
[    0.000000]   Normal zone: 3273536 pages, LIFO batch:63
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 32 CPUs, 28 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d02000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
[    0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x5b003000-0x5c4cdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x5c64d000-0x5ca57fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5ca58000-0x5d856fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5f000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x93/0x52c with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:32 nr_node_ids:1
[    0.000000] percpu: Embedded 45 pages/cpu s144408 r8192 d31720 u262144
[    0.000000] pcpu-alloc: s144408 r8192 d31720 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 3594723
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=750114f5-dc03-4d46-8bbf-05e0a3514c36 ro quiet nomodeset
[    0.000000] You have booted with nomodeset. This means your GPU drivers are DISABLED
[    0.000000] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
[    0.000000] Unless you actually understand what nomodeset does, you should reboot without enabling it
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 126976 bytes
[    0.000000] log_buf_len min size: 131072 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 119240(90%)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 14231172K/14607224K available (10252K kernel code, 1243K rwdata, 3324K rodata, 1584K init, 2280K bss, 376052K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.000000] ftrace: allocating 31861 entries in 125 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=32.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.000000] NR_IRQS: 33024, nr_irqs: 1224, preallocated irqs: 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180810
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] Switched APIC routing to physical flat.
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.024000] tsc: PIT calibration matches HPET. 1 loops
[    0.024000] tsc: Detected 3193.996 MHz processor
[    0.000008] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a22bd7ca, max_idle_ns: 440795346533 ns
[    0.000014] Calibrating delay loop (skipped), value calculated using timer frequency.. 6387.99 BogoMIPS (lpj=12775984)
[    0.000016] pid_max: default: 32768 minimum: 301
[    0.000382] Security Framework initialized
[    0.000383] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.000513] AppArmor: AppArmor initialized
[    0.005148] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.006407] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.006517] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.006554] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.007156] LVT offset 1 assigned for vector 0xf9
[    0.007209] LVT offset 2 assigned for vector 0xf4
[    0.007219] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.007220] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.007221] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.007222] Spectre V2 : Mitigation: Full AMD retpoline
[    0.007222] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.007228] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.007228] Spectre V2 : User space: Vulnerable
[    0.007229] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.011876] Freeing SMP alternatives memory: 24K
[    0.020009] smpboot: CPU0: AMD Athlon 200GE with Radeon Vega Graphics (family: 0x17, model: 0x11, stepping: 0x0)
[    0.020009] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.020009] ... version:                0
[    0.020009] ... bit width:              48
[    0.020009] ... generic registers:      6
[    0.020009] ... value mask:             0000ffffffffffff
[    0.020009] ... max period:             00007fffffffffff
[    0.020009] ... fixed-purpose events:   0
[    0.020009] ... event mask:             000000000000003f
[    0.020009] rcu: Hierarchical SRCU implementation.
[    0.020009] random: crng done (trusting CPU's manufacturer)
[    0.020009] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.020009] smp: Bringing up secondary CPUs ...
[    0.020009] x86: Booting SMP configuration:
[    0.020009] .... node  #0, CPUs:        #1  #2  #3
[    0.026388] smp: Brought up 1 node, 4 CPUs
[    0.026388] smpboot: Max logical packages: 8
[    0.026388] smpboot: Total of 4 processors activated (25551.96 BogoMIPS)
[    0.028414] devtmpfs: initialized
[    0.028414] x86/mm: Memory block size: 128MB
[    0.029514] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[    0.029514] PM: Registering ACPI NVS region [mem 0x5c64d000-0x5ca57fff] (4239360 bytes)
[    0.029514] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.029514] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    0.029581] pinctrl core: initialized pinctrl subsystem
[    0.032340] NET: Registered protocol family 16
[    0.032432] audit: initializing netlink subsys (disabled)
[    0.032436] audit: type=2000 audit(1570184923.056:1): state=initialized audit_enabled=0 res=1
[    0.032436] cpuidle: using governor ladder
[    0.032436] cpuidle: using governor menu
[    0.032436] ACPI: bus type PCI registered
[    0.032436] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.032436] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.032436] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.032436] PCI: Using configuration type 1 for base access
[    0.032436] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.032436] mtrr: probably your BIOS does not setup all CPUs.
[    0.032436] mtrr: corrected configuration.
[    0.032787] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.032787] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.032787] ACPI: Added _OSI(Module Device)
[    0.032787] ACPI: Added _OSI(Processor Device)
[    0.032787] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.032787] ACPI: Added _OSI(Processor Aggregator Device)
[    0.032787] ACPI: Added _OSI(Linux-Dell-Video)
[    0.032787] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.040020] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.041722] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.043024] ACPI: Interpreter enabled
[    0.044017] ACPI: (supports S0 S3 S4 S5)
[    0.044018] ACPI: Using IOAPIC for interrupt routing
[    0.044334] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.044607] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.051902] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.051906] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.052028] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.052136] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.052144] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.052400] PCI host bridge to bus 0000:00
[    0.052402] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.052403] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.052404] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.052404] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.052405] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.052406] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.052407] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.052408] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.052409] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.052418] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    0.052543] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.052654] pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
[    0.052705] pci 0000:00:01.2: enabling Extended Tags
[    0.052764] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.052894] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.053012] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    0.053065] pci 0000:00:08.1: enabling Extended Tags
[    0.053122] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.053225] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[    0.053279] pci 0000:00:08.2: enabling Extended Tags
[    0.053338] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.053481] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.053656] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.053854] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    0.053909] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    0.053957] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    0.054003] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    0.054058] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    0.054104] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    0.054159] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    0.054205] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    0.054343] pci 0000:01:00.0: [1022:43d5] type 00 class 0x0c0330
[    0.054376] pci 0000:01:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
[    0.054430] pci 0000:01:00.0: enabling Extended Tags
[    0.054495] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.054540] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8 GT/s x2 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[    0.054593] pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
[    0.054662] pci 0000:01:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
[    0.054672] pci 0000:01:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
[    0.054680] pci 0000:01:00.1: enabling Extended Tags
[    0.054733] pci 0000:01:00.1: PME# supported from D3hot D3cold
[    0.054812] pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
[    0.054868] pci 0000:01:00.2: enabling Extended Tags
[    0.054925] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.055057] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.055062] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.055065] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.055169] pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
[    0.055231] pci 0000:02:00.0: enabling Extended Tags
[    0.055299] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.055412] pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
[    0.055474] pci 0000:02:01.0: enabling Extended Tags
[    0.055542] pci 0000:02:01.0: PME# supported from D3hot D3cold
[    0.055634] pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
[    0.055696] pci 0000:02:04.0: enabling Extended Tags
[    0.055763] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.055891] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.055898] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.055901] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.055961] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.056056] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.056107] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.056150] pci 0000:04:00.0: reg 0x18: [mem 0xfcd04000-0xfcd04fff 64bit]
[    0.056177] pci 0000:04:00.0: reg 0x20: [mem 0xfcd00000-0xfcd03fff 64bit]
[    0.056338] pci 0000:04:00.0: supports D1 D2
[    0.056339] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.056545] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.056551] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.056554] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.056615] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.056768] pci 0000:06:00.0: [1002:15dd] type 00 class 0x030000
[    0.056814] pci 0000:06:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.056832] pci 0000:06:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.056844] pci 0000:06:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.056856] pci 0000:06:00.0: reg 0x24: [mem 0xfcc00000-0xfcc7ffff]
[    0.056876] pci 0000:06:00.0: enabling Extended Tags
[    0.056983] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.057102] pci 0000:06:00.1: [1002:15de] type 00 class 0x040300
[    0.057131] pci 0000:06:00.1: reg 0x10: [mem 0xfcc88000-0xfcc8bfff]
[    0.057204] pci 0000:06:00.1: enabling Extended Tags
[    0.057273] pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.057352] pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
[    0.057403] pci 0000:06:00.2: reg 0x18: [mem 0xfcb00000-0xfcbfffff]
[    0.057436] pci 0000:06:00.2: reg 0x24: [mem 0xfcc8c000-0xfcc8dfff]
[    0.057455] pci 0000:06:00.2: enabling Extended Tags
[    0.057612] pci 0000:06:00.3: [1022:15e0] type 00 class 0x0c0330
[    0.057647] pci 0000:06:00.3: reg 0x10: [mem 0xfca00000-0xfcafffff 64bit]
[    0.057709] pci 0000:06:00.3: enabling Extended Tags
[    0.057786] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.057879] pci 0000:06:00.4: [1022:15e1] type 00 class 0x0c0330
[    0.057914] pci 0000:06:00.4: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit]
[    0.057976] pci 0000:06:00.4: enabling Extended Tags
[    0.058053] pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
[    0.058163] pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
[    0.058192] pci 0000:06:00.6: reg 0x10: [mem 0xfcc80000-0xfcc87fff]
[    0.058265] pci 0000:06:00.6: enabling Extended Tags
[    0.058334] pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
[    0.058481] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.058487] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.058490] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.058495] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.058575] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
[    0.058661] pci 0000:07:00.0: reg 0x24: [mem 0xfcf00000-0xfcf007ff]
[    0.058681] pci 0000:07:00.0: enabling Extended Tags
[    0.058766] pci 0000:07:00.0: PME# supported from D3hot D3cold
[    0.058918] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.058926] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.059353] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.059399] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.059437] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.059488] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.059531] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.059567] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.059603] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.059639] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.060036] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[    0.060036] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.060036] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.060036] vgaarb: loaded
[    0.060122] pps_core: LinuxPPS API ver. 1 registered
[    0.060123] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.060124] PTP clock support registered
[    0.060138] EDAC MC: Ver: 3.0.0
[    0.060275] PCI: Using ACPI for IRQ routing
[    0.063068] PCI: pci_cache_line_size set to 64 bytes
[    0.063146] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.063147] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    0.063148] e820: reserve RAM buffer [mem 0x09d02000-0x0bffffff]
[    0.063149] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.063150] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.063150] e820: reserve RAM buffer [mem 0x5b003000-0x5bffffff]
[    0.063151] e820: reserve RAM buffer [mem 0x5c64d000-0x5fffffff]
[    0.063152] e820: reserve RAM buffer [mem 0x5f000000-0x5fffffff]
[    0.063152] e820: reserve RAM buffer [mem 0x41f340000-0x41fffffff]
[    0.063277] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.063277] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.065041] clocksource: Switched to clocksource tsc-early
[    0.074354] VFS: Disk quotas dquot_6.6.0
[    0.074402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.074580] AppArmor: AppArmor Filesystem Enabled
[    0.074596] pnp: PnP ACPI init
[    0.074722] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.074727] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.074763] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[    0.074766] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.074818] system 00:02: [mem 0x60000000-0xdfffffff window] has been reserved
[    0.074820] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.074945] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.075098] system 00:04: [io  0x0280-0x028f] has been reserved
[    0.075099] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.075100] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.075101] system 00:04: [io  0x02b0-0x02bf] has been reserved
[    0.075103] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.075321] pnp 00:05: [dma 0 disabled]
[    0.075349] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.075394] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.075574] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.075575] system 00:07: [io  0x040b] has been reserved
[    0.075576] system 00:07: [io  0x04d6] has been reserved
[    0.075577] system 00:07: [io  0x0c00-0x0c01] has been reserved
[    0.075578] system 00:07: [io  0x0c14] has been reserved
[    0.075579] system 00:07: [io  0x0c50-0x0c51] has been reserved
[    0.075579] system 00:07: [io  0x0c52] has been reserved
[    0.075580] system 00:07: [io  0x0c6c] has been reserved
[    0.075581] system 00:07: [io  0x0c6f] has been reserved
[    0.075582] system 00:07: [io  0x0cd0-0x0cd1] has been reserved
[    0.075582] system 00:07: [io  0x0cd2-0x0cd3] has been reserved
[    0.075583] system 00:07: [io  0x0cd4-0x0cd5] has been reserved
[    0.075584] system 00:07: [io  0x0cd6-0x0cd7] has been reserved
[    0.075585] system 00:07: [io  0x0cd8-0x0cdf] has been reserved
[    0.075585] system 00:07: [io  0x0800-0x089f] has been reserved
[    0.075586] system 00:07: [io  0x0b00-0x0b0f] has been reserved
[    0.075587] system 00:07: [io  0x0b20-0x0b3f] has been reserved
[    0.075588] system 00:07: [io  0x0900-0x090f] has been reserved
[    0.075589] system 00:07: [io  0x0910-0x091f] has been reserved
[    0.075590] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.075591] system 00:07: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.075592] system 00:07: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.075593] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.075594] system 00:07: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.075595] system 00:07: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.075596] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.075598] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.075949] pnp: PnP ACPI: found 8 devices
[    0.081929] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.081998] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.082013] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.082015] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.082020] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.082029] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.082042] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.082044] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.082049] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.082057] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.082059] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.082063] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.082073] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.082075] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.082079] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.082083] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.082089] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.082093] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.082102] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.082103] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.082104] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.082105] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.082106] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.082107] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.082108] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.082108] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.082109] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.082110] pci_bus 0000:01: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.082111] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.082112] pci_bus 0000:02: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.082113] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.082113] pci_bus 0000:04: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.082114] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
[    0.082115] pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfccfffff]
[    0.082116] pci_bus 0000:06: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.082117] pci_bus 0000:07: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.082313] NET: Registered protocol family 2
[    0.082619] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.082659] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.082822] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.082941] TCP: Hash tables configured (established 131072 bind 65536)
[    0.083001] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.083054] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.083274] NET: Registered protocol family 1
[    0.083278] NET: Registered protocol family 44
[    0.083441] pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.083449] pci 0000:06:00.1: Linked as a consumer to 0000:06:00.0
[    0.083721] PCI: CLS 64 bytes, default 64
[    0.083758] Unpacking initramfs...
[    0.698518] Freeing initrd memory: 49876K
[    0.698567] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.698568] software IO TLB: mapped [mem 0x57003000-0x5b003000] (64MB)
[    0.698606] amd_uncore: AMD NB counters detected
[    0.698619] amd_uncore: AMD LLC counters detected
[    0.699566] Initialise system trusted keyrings
[    0.699669] Key type blacklist registered
[    0.699756] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.701397] zbud: loaded
[    0.811579] Key type asymmetric registered
[    0.811581] Asymmetric key parser 'x509' registered
[    0.811589] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.811642] io scheduler noop registered
[    0.811643] io scheduler deadline registered
[    0.811699] io scheduler cfq registered (default)
[    0.811699] io scheduler mq-deadline registered
[    0.812996] pcieport 0000:00:01.2: AER enabled with IRQ 25
[    0.813029] pcieport 0000:00:08.2: AER enabled with IRQ 27
[    0.813049] pcieport 0000:00:01.2: Signaling PME with IRQ 25
[    0.813069] pcieport 0000:00:08.1: Signaling PME with IRQ 26
[    0.813083] pcieport 0000:00:08.2: Signaling PME with IRQ 27
[    0.813109] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.813410] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.834310] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.834697] Linux agpgart interface v0.103
[    0.835068] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.835068] AMD IOMMUv2 functionality not available on this system
[    0.835453] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.835454] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.836169] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.836255] mousedev: PS/2 mouse device common for all mice
[    0.836323] rtc_cmos 00:03: RTC can wake from S4
[    0.836581] rtc_cmos 00:03: registered as rtc0
[    0.836601] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.836666] ledtrig-cpu: registered to indicate activity on CPUs
[    0.837237] NET: Registered protocol family 10
[    0.843032] Segment Routing with IPv6
[    0.843055] mip6: Mobile IPv6
[    0.843056] NET: Registered protocol family 17
[    0.843092] mpls_gso: MPLS GSO support
[    0.843415] mce: Using 23 MCE banks
[    0.843452] microcode: CPU0: patch_level=0x08101016
[    0.843456] microcode: CPU1: patch_level=0x08101016
[    0.843459] microcode: CPU2: patch_level=0x08101016
[    0.843462] microcode: CPU3: patch_level=0x08101016
[    0.843495] microcode: Microcode Update Driver: v2.2.
[    0.843518] sched_clock: Marking stable (867482227, -23990012)->(951234594, -107742379)
[    0.843664] registered taskstats version 1
[    0.843664] Loading compiled-in X.509 certificates
[    0.861389] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.868389] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    0.868414] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    0.868436] zswap: loaded using pool lzo/zbud
[    0.868533] AppArmor: AppArmor sha1 policy hashing enabled
[    0.869403] rtc_cmos 00:03: setting system clock to 2019-10-04 10:28:44 UTC (1570184924)
[    1.163998] Freeing unused kernel image memory: 1584K
[    1.176024] Write protecting the kernel read-only data: 16384k
[    1.177570] Freeing unused kernel image memory: 2028K
[    1.177750] Freeing unused kernel image memory: 772K
[    1.185054] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.185061] Run /init as init process
[    1.243431] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.243455] ACPI: Power Button [PWRB]
[    1.243548] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.243595] ACPI: Power Button [PWRF]
[    1.252166] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[    1.252398] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[    1.252737] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[    1.253116] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[    1.253545] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:01/input/input3
[    1.274823] SCSI subsystem initialized
[    1.286728] ACPI: bus type USB registered
[    1.286747] usbcore: registered new interface driver usbfs
[    1.286762] usbcore: registered new interface driver hub
[    1.287205] usbcore: registered new device driver usb
[    1.289004] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.289006] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.299750] cryptd: max_cpu_qlen set to 1000
[    1.303365] libata version 3.00 loaded.
[    1.306361] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.306367] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.307525] ahci 0000:01:00.1: version 3.0
[    1.307626] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[    1.307677] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    1.307679] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    1.319397] AVX2 version of gcm_enc/dec engaged.
[    1.319398] AES CTR mode by8 optimization enabled
[    1.325591] libphy: r8169: probed
[    1.326062] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 70:85:c2:f2:89:c7, XID 54100800, IRQ 36
[    1.326064] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.336375] scsi host0: ahci
[    1.347160] scsi host1: ahci
[    1.357077] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    1.357396] scsi host2: ahci
[    1.358075] scsi host3: ahci
[    1.359645] scsi host4: ahci
[    1.361457] scsi host5: ahci
[    1.361805] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    1.361899] scsi host6: ahci
[    1.362155] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.362157] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.362158] usb usb1: Product: xHCI Host Controller
[    1.362159] usb usb1: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.362160] usb usb1: SerialNumber: 0000:01:00.0
[    1.362312] hub 1-0:1.0: USB hub found
[    1.362370] hub 1-0:1.0: 10 ports detected
[    1.363115] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.363119] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.363122] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.363178] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.363197] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.363198] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.363199] usb usb2: Product: xHCI Host Controller
[    1.363200] usb usb2: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.363201] usb usb2: SerialNumber: 0000:01:00.0
[    1.363309] hub 2-0:1.0: USB hub found
[    1.363327] hub 2-0:1.0: 4 ports detected
[    1.363993] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.364000] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
[    1.364301] xhci_hcd 0000:06:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.364593] scsi host7: ahci
[    1.364764] ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 35
[    1.364777] ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 35
[    1.364784] ata3: DUMMY
[    1.364785] ata4: DUMMY
[    1.364788] ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 35
[    1.364790] ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 35
[    1.364791] ata7: DUMMY
[    1.364792] ata8: DUMMY
[    1.365371] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.365386] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.365387] usb usb3: Product: xHCI Host Controller
[    1.365388] usb usb3: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.365389] usb usb3: SerialNumber: 0000:06:00.3
[    1.365541] hub 3-0:1.0: USB hub found
[    1.365573] hub 3-0:1.0: 4 ports detected
[    1.366159] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.366163] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4
[    1.366167] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.366225] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.366256] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.366257] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.366258] usb usb4: Product: xHCI Host Controller
[    1.366259] usb usb4: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.366260] usb usb4: SerialNumber: 0000:06:00.3
[    1.366514] hub 4-0:1.0: USB hub found
[    1.366578] hub 4-0:1.0: 4 ports detected
[    1.367137] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.367141] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
[    1.367390] xhci_hcd 0000:06:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.367721] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.367723] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.367723] usb usb5: Product: xHCI Host Controller
[    1.367724] usb usb5: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.367725] usb usb5: SerialNumber: 0000:06:00.4
[    1.367865] hub 5-0:1.0: USB hub found
[    1.367877] hub 5-0:1.0: 1 port detected
[    1.368172] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.368175] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 6
[    1.368177] xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.368223] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.368251] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.368252] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.368253] usb usb6: Product: xHCI Host Controller
[    1.368254] usb usb6: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.368255] usb usb6: SerialNumber: 0000:06:00.4
[    1.368414] hub 6-0:1.0: USB hub found
[    1.368438] hub 6-0:1.0: 1 port detected
[    1.375386] ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.375389] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.375888] scsi host8: ahci
[    1.376019] ata9: SATA max UDMA/133 abar m2048@0xfcf00000 port 0xfcf00100 irq 45
[    1.467514] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    1.690445] ata9: SATA link down (SStatus 0 SControl 300)
[    1.700027] tsc: Refined TSC clocksource calibration: 3193.986 MHz
[    1.700040] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a18e86af, max_idle_ns: 440795324446 ns
[    1.700060] clocksource: Switched to clocksource tsc
[    1.764018] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[    1.840035] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.844896] ata1.00: ATA-9: HP SSD S700 250GB, S0704A1, max UDMA/133
[    1.844897] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.852447] ata1.00: configured for UDMA/133
[    1.852624] scsi 0:0:0:0: Direct-Access     ATA      HP SSD S700 250G 4A1  PQ: 0 ANSI: 5
[    2.076525] usb 1-7: New USB device found, idVendor=056e, idProduct=00e6, bcdDevice=10.01
[    2.076527] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.076528] usb 1-7: Product: ELECOM UltimateLaser Mouse
[    2.076529] usb 1-7: Manufacturer: ELECOM
[    2.092523] hidraw: raw HID events driver (C) Jiri Kosina
[    2.110337] usbcore: registered new interface driver usbhid
[    2.110338] usbhid: USB HID core driver
[    2.112225] input: ELECOM ELECOM UltimateLaser Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-7/1-7:1.0/0003:056E:00E6.0001/input/input4
[    2.112305] hid-generic 0003:056E:00E6.0001: input,hidraw0: USB HID v1.01 Mouse [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input0
[    2.112552] input: ELECOM ELECOM UltimateLaser Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-7/1-7:1.1/0003:056E:00E6.0002/input/input5
[    2.166235] ata2: SATA link down (SStatus 0 SControl 300)
[    2.172061] hid-generic 0003:056E:00E6.0002: input,hidraw1: USB HID v1.01 Device [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input1
[    2.172263] hid-generic 0003:056E:00E6.0003: hiddev0,hidraw2: USB HID v1.01 Device [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input2
[    2.478193] ata5: SATA link down (SStatus 0 SControl 330)
[    2.790182] ata6: SATA link down (SStatus 0 SControl 330)
[    2.796124] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    2.796126] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.796130] sd 0:0:0:0: [sda] Write Protect is off
[    2.796132] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.796137] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.796932]  sda: sda1 sda2 < sda5 sda6 >
[    2.797732] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.848812] PM: Image not found (code -22)
[    2.957049] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.071398] systemd[1]: Inserted module 'autofs4'
[    3.085897] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    3.104083] systemd[1]: Detected architecture x86-64.
[    3.109078] systemd[1]: Set hostname to <fumi>.
[    3.109436] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    3.203775] systemd[1]: Listening on udev Control Socket.
[    3.203897] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.204010] systemd[1]: Listening on Journal Audit Socket.
[    3.204880] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.204996] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.205106] systemd[1]: Listening on Journal Socket.
[    3.217774] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    3.234000] lp: driver loaded but no devices found
[    3.242452] ppdev: user-space parallel port driver
[    3.371633] systemd-journald[295]: Received request to flush runtime journal from PID 1
[    3.381327] acpi_cpufreq: overriding BIOS provided _PSD data
[    3.465626] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    3.465724] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    3.465733] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    3.485009] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    3.522406] snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
[    3.543196] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.543385] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input7
[    3.543457] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input8
[    3.543513] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input9
[    3.564248] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    3.564251] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.564252] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.564253] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.564254] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.564255] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    3.564257] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    3.564257] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    3.591911] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input10
[    3.591989] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input11
[    3.592050] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input12
[    3.592107] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
[    3.592160] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
[    3.615705] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    3.695894] kvm: Nested Virtualization enabled
[    3.695904] kvm: Nested Paging enabled
[    3.695905] SVM: Virtual VMLOAD VMSAVE supported
[    3.695905] SVM: Virtual GIF supported
[    3.700000] MCE: In-kernel MCE decoding enabled.
[    3.702567] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.702569] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.753448] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.753450] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.757575] Adding 14605308k swap on /dev/sda5.  Priority:-2 extents:1 across:14605308k SSFS
[    3.800700] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.800702] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.805300] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    3.839685] audit: type=1400 audit(1570184927.462:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=435 comm="apparmor_parser"
[    3.839689] audit: type=1400 audit(1570184927.462:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=437 comm="apparmor_parser"
[    3.841898] audit: type=1400 audit(1570184927.466:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=436 comm="apparmor_parser"
[    3.841902] audit: type=1400 audit(1570184927.466:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=436 comm="apparmor_parser"
[    3.841905] audit: type=1400 audit(1570184927.466:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=436 comm="apparmor_parser"
[    3.842156] audit: type=1400 audit(1570184927.466:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=440 comm="apparmor_parser"
[    3.842159] audit: type=1400 audit(1570184927.466:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=440 comm="apparmor_parser"
[    3.845328] audit: type=1400 audit(1570184927.470:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=442 comm="apparmor_parser"
[    3.845877] audit: type=1400 audit(1570184927.470:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=441 comm="apparmor_parser"
[    3.852587] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.852589] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    4.370212] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    4.371879] r8169 0000:04:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
[    4.372100] Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[    4.478809] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    6.158912] r8169 0000:04:00.0 enp4s0: Link is Up - 100Mbps/Full - flow control rx/tx
[    6.158923] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   94.440324] fuse init (API version 7.27)

色付きなどの部分を抜き出します。

[    1.252398] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[    1.252737] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[    1.253116] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[    1.467514] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    3.109436] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    3.465733] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    3.615705] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.

元通りのACPIのエラーと、nomodesetに起因するらしいエラーが見えています。

いまから思えば、nomodesetのままにしたほうが賢かったかもしれません。

amdgpu:v19.30をインストール

amdgpu : v19.30 を amdからダウンロードしてインストールしてみました。2つのうち一つが設定できず再起動はまだです。

https://wiki.debian.org/AMDGPUDriverOnStretchAndBuster2 にある「How to install official AMDGPU linux driver with kernel 4.19.x on Stretch and Buster」 にの記事のハードウェア構成と症状があまりにもぴったりだったので、記事に従い、amdgpu : v19.30 を amdからダウンロードしてインストールしてみました。

root@fumi:~# mv /home/adachi/amd* ./
root@fumi:~# ll
合計 8112
-rw-r--r-- 1 adachi adachi    2400 10月  4 21:02 amdgpu-core_19.30-855429_all.deb
-rw-r--r-- 1 adachi adachi 8298820 10月  4 21:02 amdgpu-dkms_19.30-855429_all.deb
root@fumi:~# dpkg -i amdgpu-core_19.30-855429_all.deb 
以前に未選択のパッケージ amdgpu-core を選択しています。
(データベースを読み込んでいます ... 現在 148901 個のファイルとディレクトリがインストールされています。)
amdgpu-core_19.30-855429_all.deb を展開する準備をしています ...
WARNING: This package was intented to be installed on Ubuntu 18.04 and may not work as expected on Debian GNU/Linux 10.
amdgpu-core (19.30-855429) を展開しています...
amdgpu-core (19.30-855429) を設定しています ...
root@fumi:~# dpkg -i amdgpu-dkms_19.30-855429_all.deb 
以前に未選択のパッケージ amdgpu-dkms を選択しています。
(データベースを読み込んでいます ... 現在 148904 個のファイルとディレクトリがインストールされています。)
amdgpu-dkms_19.30-855429_all.deb を展開する準備をしています ...
amdgpu-dkms (19.30-855429) を展開しています...
dpkg: 依存関係の問題により amdgpu-dkms の設定ができません:
 amdgpu-dkms は以下に依存 (depends) します: dkms (>= 1.95) ...しかし:
  パッケージ dkms はまだインストールされていません。

dpkg: パッケージ amdgpu-dkms の処理中にエラーが発生しました (--install):
 依存関係の問題 - 設定を見送ります
処理中にエラーが発生しました:
 amdgpu-dkms

ubuntu用だというのは、始めから上記に記載してあります。dkmsがなくてamdgpu-dkmsを入れられないというのは困った。

増えたのは

root@fumi:~# ll /usr/src/amdgpu-19.30-855429/
合計 52
-rw-r--r--  1 root root 5709  7月 31 06:24 Makefile
drwxr-xr-x 13 root root 4096 10月  4 21:12 amd
-rw-r--r--  1 root root 1006  7月 31 06:46 dkms.conf
drwxr-xr-x  3 root root 4096 10月  4 21:12 docs
drwxr-xr-x  3 root root 4096 10月  4 21:12 firmware
drwxr-xr-x  5 root root 4096 10月  4 21:12 include
-rwxr-xr-x  1 root root  103  7月 31 06:46 post-remove.sh
-rwxr-xr-x  1 root root 1282  7月 31 06:46 pre-build.sh
drwxr-xr-x  2 root root 4096 10月  4 21:12 radeon
drwxr-xr-x  3 root root 4096 10月  4 21:12 scheduler
-rw-r--r--  1 root root  432  7月 31 06:24 sources
drwxr-xr-x  3 root root 4096 10月  4 21:12 ttm

そして、

root@fumi:~# ll /usr/src/amdgpu-19.30-855429/firmware/
合計 20
drwxr-xr-x 2 root root 20480 10月  4 21:12 amdgpu

その中は

root@fumi:~# ll /usr/src/amdgpu-19.30-855429/firmware/amdgpu/
合計 28584
-rw-r--r-- 1 root root   8832  7月 25 15:52 amur_ce.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 amur_me.bin
-rw-r--r-- 1 root root 262784  7月 25 15:52 amur_mec.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 amur_pfp.bin
-rw-r--r-- 1 root root  16076  7月 25 15:52 amur_rlc.bin
-rw-r--r-- 1 root root  10624  7月 25 15:52 amur_sdma.bin
-rw-r--r-- 1 root root  61932  7月 25 15:52 banks_k_2_smc.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 bonaire_ce.bin
-rw-r--r-- 1 root root 130796  7月 25 15:52 bonaire_k_smc.bin
-rw-r--r-- 1 root root  32336  7月 25 15:52 bonaire_mc.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 bonaire_me.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 bonaire_mec.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 bonaire_pfp.bin
-rw-r--r-- 1 root root   8448  7月 25 15:52 bonaire_rlc.bin
-rw-r--r-- 1 root root   4456  7月 25 15:52 bonaire_sdma.bin
-rw-r--r-- 1 root root   4456  7月 25 15:52 bonaire_sdma1.bin
-rw-r--r-- 1 root root 130796  7月 25 15:52 bonaire_smc.bin
-rw-r--r-- 1 root root 232752  7月 25 15:52 bonaire_uvd.bin
-rw-r--r-- 1 root root 101072  7月 25 15:52 bonaire_vce.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 carrizo_ce.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 carrizo_me.bin
-rw-r--r-- 1 root root 262784  7月 25 15:52 carrizo_mec.bin
-rw-r--r-- 1 root root 262784  7月 25 15:52 carrizo_mec2.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 carrizo_pfp.bin
-rw-r--r-- 1 root root  18836  7月 25 15:52 carrizo_rlc.bin
-rw-r--r-- 1 root root  10624  7月 25 15:52 carrizo_sdma.bin
-rw-r--r-- 1 root root  10624  7月 25 15:52 carrizo_sdma1.bin
-rw-r--r-- 1 root root 271712  7月 25 15:52 carrizo_uvd.bin
-rw-r--r-- 1 root root 175840  7月 25 15:52 carrizo_vce.bin
-rw-r--r-- 1 root root   8852  7月 25 15:52 fiji_ce.bin
-rw-r--r-- 1 root root  16028  7月 25 15:52 fiji_mc.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 fiji_me.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 fiji_mec.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 fiji_mec2.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 fiji_pfp.bin
-rw-r--r-- 1 root root  16636  7月 25 15:52 fiji_rlc.bin
-rw-r--r-- 1 root root  10644  7月 25 15:52 fiji_sdma.bin
-rw-r--r-- 1 root root  10644  7月 25 15:52 fiji_sdma1.bin
-rw-r--r-- 1 root root 129604  7月 25 15:52 fiji_smc.bin
-rw-r--r-- 1 root root 266768  7月 25 15:52 fiji_uvd.bin
-rw-r--r-- 1 root root 161024  7月 25 15:52 fiji_vce.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 hainan_ce.bin
-rw-r--r-- 1 root root  61876  7月 25 15:52 hainan_k_smc.bin
-rw-r--r-- 1 root root  31996  7月 25 15:52 hainan_mc.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 hainan_me.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 hainan_pfp.bin
-rw-r--r-- 1 root root   8448  7月 25 15:52 hainan_rlc.bin
-rw-r--r-- 1 root root  61444  7月 25 15:52 hainan_smc.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 hawaii_ce.bin
-rw-r--r-- 1 root root 130796  7月 25 15:52 hawaii_k_smc.bin
-rw-r--r-- 1 root root  32796  7月 25 15:52 hawaii_mc.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 hawaii_me.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 hawaii_mec.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 hawaii_pfp.bin
-rw-r--r-- 1 root root   8448  7月 25 15:52 hawaii_rlc.bin
-rw-r--r-- 1 root root   4456  7月 25 15:52 hawaii_sdma.bin
-rw-r--r-- 1 root root   4456  7月 25 15:52 hawaii_sdma1.bin
-rw-r--r-- 1 root root 130796  7月 25 15:52 hawaii_smc.bin
-rw-r--r-- 1 root root 232752  7月 25 15:52 hawaii_uvd.bin
-rw-r--r-- 1 root root 101072  7月 25 15:52 hawaii_vce.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 kabini_ce.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 kabini_me.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 kabini_mec.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 kabini_pfp.bin
-rw-r--r-- 1 root root  10496  7月 25 15:52 kabini_rlc.bin
-rw-r--r-- 1 root root   4456  7月 25 15:52 kabini_sdma.bin
-rw-r--r-- 1 root root   4456  7月 25 15:52 kabini_sdma1.bin
-rw-r--r-- 1 root root 232752  7月 25 15:52 kabini_uvd.bin
-rw-r--r-- 1 root root 101072  7月 25 15:52 kabini_vce.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 kaveri_ce.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 kaveri_me.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 kaveri_mec.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 kaveri_mec2.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 kaveri_pfp.bin
-rw-r--r-- 1 root root  10496  7月 25 15:52 kaveri_rlc.bin
-rw-r--r-- 1 root root   4456  7月 25 15:52 kaveri_sdma.bin
-rw-r--r-- 1 root root   4456  7月 25 15:52 kaveri_sdma1.bin
-rw-r--r-- 1 root root 232752  7月 25 15:52 kaveri_uvd.bin
-rw-r--r-- 1 root root 101072  7月 25 15:52 kaveri_vce.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 mullins_ce.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 mullins_me.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 mullins_mec.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 mullins_pfp.bin
-rw-r--r-- 1 root root  10496  7月 25 15:52 mullins_rlc.bin
-rw-r--r-- 1 root root   4456  7月 25 15:52 mullins_sdma.bin
-rw-r--r-- 1 root root   4456  7月 25 15:52 mullins_sdma1.bin
-rw-r--r-- 1 root root 232752  7月 25 15:52 mullins_uvd.bin
-rw-r--r-- 1 root root 101072  7月 25 15:52 mullins_vce.bin
-rw-r--r-- 1 root root  86528  7月 25 15:52 navi10_asd.bin
-rw-r--r-- 1 root root 263296  7月 25 15:52 navi10_ce.bin
-rw-r--r-- 1 root root    772  7月 25 15:52 navi10_gpu_info.bin
-rw-r--r-- 1 root root 263424  7月 25 15:52 navi10_me.bin
-rw-r--r-- 1 root root 268592  7月 25 15:52 navi10_mec.bin
-rw-r--r-- 1 root root 268592  7月 25 15:52 navi10_mec2.bin
-rw-r--r-- 1 root root 263424  7月 25 15:52 navi10_pfp.bin
-rw-r--r-- 1 root root  43744  7月 25 15:52 navi10_rlc.bin
-rw-r--r-- 1 root root  33792  7月 25 15:52 navi10_sdma.bin
-rw-r--r-- 1 root root  33792  7月 25 15:52 navi10_sdma1.bin
-rw-r--r-- 1 root root 267970  7月 25 15:52 navi10_smc.bin
-rw-r--r-- 1 root root 163696  7月 25 15:52 navi10_sos.bin
-rw-r--r-- 1 root root 455840  7月 25 15:52 navi10_vcn.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 oland_ce.bin
-rw-r--r-- 1 root root  62692  7月 25 15:52 oland_k_smc.bin
-rw-r--r-- 1 root root  31996  7月 25 15:52 oland_mc.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 oland_me.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 oland_pfp.bin
-rw-r--r-- 1 root root   8448  7月 25 15:52 oland_rlc.bin
-rw-r--r-- 1 root root  62260  7月 25 15:52 oland_smc.bin
-rw-r--r-- 1 root root  86528  7月 25 15:52 picasso_asd.bin
-rw-r--r-- 1 root root   9344  7月 25 15:52 picasso_ce.bin
-rw-r--r-- 1 root root    316  7月 25 15:52 picasso_gpu_info.bin
-rw-r--r-- 1 root root  17536  7月 25 15:52 picasso_me.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 picasso_mec.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 picasso_mec2.bin
-rw-r--r-- 1 root root  21632  7月 25 15:52 picasso_pfp.bin
-rw-r--r-- 1 root root  39140  7月 25 15:52 picasso_rlc.bin
-rw-r--r-- 1 root root  39140  7月 25 15:52 picasso_rlc_am4.bin
-rw-r--r-- 1 root root  17408  7月 25 15:52 picasso_sdma.bin
-rw-r--r-- 1 root root 341728  7月 25 15:52 picasso_vcn.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 pitcairn_ce.bin
-rw-r--r-- 1 root root  61712  7月 25 15:52 pitcairn_k_smc.bin
-rw-r--r-- 1 root root  31644  7月 25 15:52 pitcairn_mc.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 pitcairn_me.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 pitcairn_pfp.bin
-rw-r--r-- 1 root root   8448  7月 25 15:52 pitcairn_rlc.bin
-rw-r--r-- 1 root root  61280  7月 25 15:52 pitcairn_smc.bin
-rw-r--r-- 1 root root   8852  7月 25 15:52 polaris10_ce.bin
-rw-r--r-- 1 root root   8852  7月 25 15:52 polaris10_ce_2.bin
-rw-r--r-- 1 root root 130228  7月 25 15:52 polaris10_k2_smc.bin
-rw-r--r-- 1 root root  32832  7月 25 15:52 polaris10_k_mc.bin
-rw-r--r-- 1 root root 130244  7月 25 15:52 polaris10_k_smc.bin
-rw-r--r-- 1 root root  32732  7月 25 15:52 polaris10_mc.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris10_me.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris10_me_2.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris10_mec.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris10_mec2.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris10_mec2_2.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris10_mec_2.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris10_pfp.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris10_pfp_2.bin
-rw-r--r-- 1 root root  23488  7月 25 15:52 polaris10_rlc.bin
-rw-r--r-- 1 root root  12692  7月 25 15:52 polaris10_sdma.bin
-rw-r--r-- 1 root root  12692  7月 25 15:52 polaris10_sdma1.bin
-rw-r--r-- 1 root root 130216  7月 25 15:52 polaris10_smc.bin
-rw-r--r-- 1 root root 130196  7月 25 15:52 polaris10_smc_sk.bin
-rw-r--r-- 1 root root 375424  7月 25 15:52 polaris10_uvd.bin
-rw-r--r-- 1 root root 166816  7月 25 15:52 polaris10_vce.bin
-rw-r--r-- 1 root root   8852  7月 25 15:52 polaris11_ce.bin
-rw-r--r-- 1 root root   8852  7月 25 15:52 polaris11_ce_2.bin
-rw-r--r-- 1 root root 130228  7月 25 15:52 polaris11_k2_smc.bin
-rw-r--r-- 1 root root  32832  7月 25 15:52 polaris11_k_mc.bin
-rw-r--r-- 1 root root 130228  7月 25 15:52 polaris11_k_smc.bin
-rw-r--r-- 1 root root  33104  7月 25 15:52 polaris11_mc.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris11_me.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris11_me_2.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris11_mec.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris11_mec2.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris11_mec2_2.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris11_mec_2.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris11_pfp.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris11_pfp_2.bin
-rw-r--r-- 1 root root  22688  7月 25 15:52 polaris11_rlc.bin
-rw-r--r-- 1 root root  12692  7月 25 15:52 polaris11_sdma.bin
-rw-r--r-- 1 root root  12692  7月 25 15:52 polaris11_sdma1.bin
-rw-r--r-- 1 root root 130196  7月 25 15:52 polaris11_smc.bin
-rw-r--r-- 1 root root 130196  7月 25 15:52 polaris11_smc_sk.bin
-rw-r--r-- 1 root root 375424  7月 25 15:52 polaris11_uvd.bin
-rw-r--r-- 1 root root 166816  7月 25 15:52 polaris11_vce.bin
-rw-r--r-- 1 root root   8852  7月 25 15:52 polaris12_ce.bin
-rw-r--r-- 1 root root   8852  7月 25 15:52 polaris12_ce_2.bin
-rw-r--r-- 1 root root  32832  7月 25 15:52 polaris12_k_mc.bin
-rw-r--r-- 1 root root 130388  7月 25 15:52 polaris12_k_smc.bin
-rw-r--r-- 1 root root  32608  7月 25 15:52 polaris12_mc.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris12_me.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris12_me_2.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris12_mec.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris12_mec2.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris12_mec2_2.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 polaris12_mec_2.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris12_pfp.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 polaris12_pfp_2.bin
-rw-r--r-- 1 root root  16660  7月 25 15:52 polaris12_rlc.bin
-rw-r--r-- 1 root root  12692  7月 25 15:52 polaris12_sdma.bin
-rw-r--r-- 1 root root  12692  7月 25 15:52 polaris12_sdma1.bin
-rw-r--r-- 1 root root 130388  7月 25 15:52 polaris12_smc.bin
-rw-r--r-- 1 root root 375424  7月 25 15:52 polaris12_uvd.bin
-rw-r--r-- 1 root root 166816  7月 25 15:52 polaris12_vce.bin
-rw-r--r-- 1 root root  86528  7月 25 15:52 raven2_asd.bin
-rw-r--r-- 1 root root   9344  7月 25 15:52 raven2_ce.bin
-rw-r--r-- 1 root root    316  7月 25 15:52 raven2_gpu_info.bin
-rw-r--r-- 1 root root  17536  7月 25 15:52 raven2_me.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 raven2_mec.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 raven2_mec2.bin
-rw-r--r-- 1 root root  21632  7月 25 15:52 raven2_pfp.bin
-rw-r--r-- 1 root root  38324  7月 25 15:52 raven2_rlc.bin
-rw-r--r-- 1 root root  17408  7月 25 15:52 raven2_sdma.bin
-rw-r--r-- 1 root root  16896  7月 25 15:52 raven2_sdma1.bin
-rw-r--r-- 1 root root 343456  7月 25 15:52 raven2_vcn.bin
-rw-r--r-- 1 root root  78336  7月 25 15:52 raven_asd.bin
-rw-r--r-- 1 root root   9344  7月 25 15:52 raven_ce.bin
-rw-r--r-- 1 root root  23152  7月 25 15:52 raven_dmcu.bin
-rw-r--r-- 1 root root    316  7月 25 15:52 raven_gpu_info.bin
-rw-r--r-- 1 root root  39084  7月 25 15:52 raven_kicker_rlc.bin
-rw-r--r-- 1 root root  17536  7月 25 15:52 raven_me.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 raven_mec.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 raven_mec2.bin
-rw-r--r-- 1 root root  21632  7月 25 15:52 raven_pfp.bin
-rw-r--r-- 1 root root  39084  7月 25 15:52 raven_rlc.bin
-rw-r--r-- 1 root root  17408  7月 25 15:52 raven_sdma.bin
-rw-r--r-- 1 root root 341728  7月 25 15:52 raven_vcn.bin
-rw-r--r-- 1 root root  32488  7月 25 15:52 si58_mc.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 stoney_ce.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 stoney_me.bin
-rw-r--r-- 1 root root 262784  7月 25 15:52 stoney_mec.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 stoney_pfp.bin
-rw-r--r-- 1 root root  17236  7月 25 15:52 stoney_rlc.bin
-rw-r--r-- 1 root root  10624  7月 25 15:52 stoney_sdma.bin
-rw-r--r-- 1 root root 277216  7月 25 15:52 stoney_uvd.bin
-rw-r--r-- 1 root root 166816  7月 25 15:52 stoney_vce.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 tahiti_ce.bin
-rw-r--r-- 1 root root  64364  7月 25 15:52 tahiti_k_smc.bin
-rw-r--r-- 1 root root  31776  7月 25 15:52 tahiti_mc.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 tahiti_me.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 tahiti_pfp.bin
-rw-r--r-- 1 root root   8448  7月 25 15:52 tahiti_rlc.bin
-rw-r--r-- 1 root root  63932  7月 25 15:52 tahiti_smc.bin
-rw-r--r-- 1 root root   8852  7月 25 15:52 tonga_ce.bin
-rw-r--r-- 1 root root 130460  7月 25 15:52 tonga_k_smc.bin
-rw-r--r-- 1 root root  31352  7月 25 15:52 tonga_mc.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 tonga_me.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 tonga_mec.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 tonga_mec2.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 tonga_pfp.bin
-rw-r--r-- 1 root root  14756  7月 25 15:52 tonga_rlc.bin
-rw-r--r-- 1 root root  10644  7月 25 15:52 tonga_sdma.bin
-rw-r--r-- 1 root root  10644  7月 25 15:52 tonga_sdma1.bin
-rw-r--r-- 1 root root 130460  7月 25 15:52 tonga_smc.bin
-rw-r--r-- 1 root root 325312  7月 25 15:52 tonga_uvd.bin
-rw-r--r-- 1 root root 161024  7月 25 15:52 tonga_vce.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 topaz_ce.bin
-rw-r--r-- 1 root root  80544  7月 25 15:52 topaz_k_smc.bin
-rw-r--r-- 1 root root  32100  7月 25 15:52 topaz_mc.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 topaz_me.bin
-rw-r--r-- 1 root root 262784  7月 25 15:52 topaz_mec.bin
-rw-r--r-- 1 root root 262784  7月 25 15:52 topaz_mec2.bin
-rw-r--r-- 1 root root  17024  7月 25 15:52 topaz_pfp.bin
-rw-r--r-- 1 root root   8448  7月 25 15:52 topaz_rlc.bin
-rw-r--r-- 1 root root   8576  7月 25 15:52 topaz_sdma.bin
-rw-r--r-- 1 root root   8576  7月 25 15:52 topaz_sdma1.bin
-rw-r--r-- 1 root root  80544  7月 25 15:52 topaz_smc.bin
-rw-r--r-- 1 root root 262912  7月 25 15:52 vega10_acg_smc.bin
-rw-r--r-- 1 root root  86528  7月 25 15:52 vega10_asd.bin
-rw-r--r-- 1 root root   9344  7月 25 15:52 vega10_ce.bin
-rw-r--r-- 1 root root    316  7月 25 15:52 vega10_gpu_info.bin
-rw-r--r-- 1 root root  17536  7月 25 15:52 vega10_me.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 vega10_mec.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 vega10_mec2.bin
-rw-r--r-- 1 root root  21632  7月 25 15:52 vega10_pfp.bin
-rw-r--r-- 1 root root  17152  7月 25 15:52 vega10_rlc.bin
-rw-r--r-- 1 root root  17408  7月 25 15:52 vega10_sdma.bin
-rw-r--r-- 1 root root  17408  7月 25 15:52 vega10_sdma1.bin
-rw-r--r-- 1 root root 262912  7月 25 15:52 vega10_smc.bin
-rw-r--r-- 1 root root 162704  7月 25 15:52 vega10_sos.bin
-rw-r--r-- 1 root root 377280  7月 25 15:52 vega10_uvd.bin
-rw-r--r-- 1 root root 173600  7月 25 15:52 vega10_vce.bin
-rw-r--r-- 1 root root  86528  7月 25 15:52 vega12_asd.bin
-rw-r--r-- 1 root root   9344  7月 25 15:52 vega12_ce.bin
-rw-r--r-- 1 root root    316  7月 25 15:52 vega12_gpu_info.bin
-rw-r--r-- 1 root root  17536  7月 25 15:52 vega12_me.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 vega12_mec.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 vega12_mec2.bin
-rw-r--r-- 1 root root  21632  7月 25 15:52 vega12_pfp.bin
-rw-r--r-- 1 root root  28636  7月 25 15:52 vega12_rlc.bin
-rw-r--r-- 1 root root  17408  7月 25 15:52 vega12_sdma.bin
-rw-r--r-- 1 root root  17408  7月 25 15:52 vega12_sdma1.bin
-rw-r--r-- 1 root root 262912  7月 25 15:52 vega12_smc.bin
-rw-r--r-- 1 root root 162704  7月 25 15:52 vega12_sos.bin
-rw-r--r-- 1 root root 374688  7月 25 15:52 vega12_uvd.bin
-rw-r--r-- 1 root root 165408  7月 25 15:52 vega12_vce.bin
-rw-r--r-- 1 root root  86528  7月 25 15:52 vega20_asd.bin
-rw-r--r-- 1 root root   9344  7月 25 15:52 vega20_ce.bin
-rw-r--r-- 1 root root  17536  7月 25 15:52 vega20_me.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 vega20_mec.bin
-rw-r--r-- 1 root root 268048  7月 25 15:52 vega20_mec2.bin
-rw-r--r-- 1 root root  21632  7月 25 15:52 vega20_pfp.bin
-rw-r--r-- 1 root root  32052  7月 25 15:52 vega20_rlc.bin
-rw-r--r-- 1 root root  17408  7月 25 15:52 vega20_sdma.bin
-rw-r--r-- 1 root root  17408  7月 25 15:52 vega20_sdma1.bin
-rw-r--r-- 1 root root 262912  7月 25 15:52 vega20_smc.bin
-rw-r--r-- 1 root root 170896  7月 25 15:52 vega20_sos.bin
-rw-r--r-- 1 root root 166800  7月 25 15:52 vega20_sos_old.bin
-rw-r--r-- 1 root root  37632  7月 25 15:52 vega20_ta.bin
-rw-r--r-- 1 root root 379328  7月 25 15:52 vega20_uvd.bin
-rw-r--r-- 1 root root 165408  7月 25 15:52 vega20_vce.bin
-rw-r--r-- 1 root root   8852  7月 25 15:52 vegam_ce.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 vegam_me.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 vegam_mec.bin
-rw-r--r-- 1 root root 262824  7月 25 15:52 vegam_mec2.bin
-rw-r--r-- 1 root root  17044  7月 25 15:52 vegam_pfp.bin
-rw-r--r-- 1 root root  16660  7月 25 15:52 vegam_rlc.bin
-rw-r--r-- 1 root root  12692  7月 25 15:52 vegam_sdma.bin
-rw-r--r-- 1 root root  12692  7月 25 15:52 vegam_sdma1.bin
-rw-r--r-- 1 root root 130964  7月 25 15:52 vegam_smc.bin
-rw-r--r-- 1 root root 375424  7月 25 15:52 vegam_uvd.bin
-rw-r--r-- 1 root root 166816  7月 25 15:52 vegam_vce.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 verde_ce.bin
-rw-r--r-- 1 root root  63804  7月 25 15:52 verde_k_smc.bin
-rw-r--r-- 1 root root  32044  7月 25 15:52 verde_mc.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 verde_me.bin
-rw-r--r-- 1 root root   8832  7月 25 15:52 verde_pfp.bin
-rw-r--r-- 1 root root   8448  7月 25 15:52 verde_rlc.bin
-rw-r--r-- 1 root root  61776  7月 25 15:52 verde_smc.bin
root@fumi:~# 

既存のamdgpuと比較する

すでに入っている方のamdgpuの方がタイムスタンプは新しくなっています。でも多分必要なのはvega20_xxxでこれは以下には見当たりません。

root@fumi:~# ll /usr/lib/firmware/amdgpu/
合計 23704
-rw-r--r-- 1 root root  61932  8月 23 10:04 banks_k_2_smc.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 bonaire_ce.bin
-rw-r--r-- 1 root root 130796  8月 23 10:04 bonaire_k_smc.bin
-rw-r--r-- 1 root root  32336  8月 23 10:04 bonaire_mc.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 bonaire_me.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 bonaire_mec.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 bonaire_pfp.bin
-rw-r--r-- 1 root root   8448  8月 23 10:04 bonaire_rlc.bin
-rw-r--r-- 1 root root   4456  8月 23 10:04 bonaire_sdma.bin
-rw-r--r-- 1 root root   4456  8月 23 10:04 bonaire_sdma1.bin
-rw-r--r-- 1 root root 130796  8月 23 10:04 bonaire_smc.bin
-rw-r--r-- 1 root root 232752  8月 23 10:04 bonaire_uvd.bin
-rw-r--r-- 1 root root 101072  8月 23 10:04 bonaire_vce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 carrizo_ce.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 carrizo_me.bin
-rw-r--r-- 1 root root 262784  8月 23 10:04 carrizo_mec.bin
-rw-r--r-- 1 root root 262784  8月 23 10:04 carrizo_mec2.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 carrizo_pfp.bin
-rw-r--r-- 1 root root  18836  8月 23 10:04 carrizo_rlc.bin
-rw-r--r-- 1 root root  10624  8月 23 10:04 carrizo_sdma.bin
-rw-r--r-- 1 root root  10624  8月 23 10:04 carrizo_sdma1.bin
-rw-r--r-- 1 root root 271712  8月 23 10:04 carrizo_uvd.bin
-rw-r--r-- 1 root root 175840  8月 23 10:04 carrizo_vce.bin
-rw-r--r-- 1 root root   8852  8月 23 10:04 fiji_ce.bin
-rw-r--r-- 1 root root  16028  8月 23 10:04 fiji_mc.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 fiji_me.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 fiji_mec.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 fiji_mec2.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 fiji_pfp.bin
-rw-r--r-- 1 root root  16636  8月 23 10:04 fiji_rlc.bin
-rw-r--r-- 1 root root  10644  8月 23 10:04 fiji_sdma.bin
-rw-r--r-- 1 root root  10644  8月 23 10:04 fiji_sdma1.bin
-rw-r--r-- 1 root root 129604  8月 23 10:04 fiji_smc.bin
-rw-r--r-- 1 root root 266768  8月 23 10:04 fiji_uvd.bin
-rw-r--r-- 1 root root 161024  8月 23 10:04 fiji_vce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 hainan_ce.bin
-rw-r--r-- 1 root root  61876  8月 23 10:04 hainan_k_smc.bin
-rw-r--r-- 1 root root  31996  8月 23 10:04 hainan_mc.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 hainan_me.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 hainan_pfp.bin
-rw-r--r-- 1 root root   8448  8月 23 10:04 hainan_rlc.bin
-rw-r--r-- 1 root root  61444  8月 23 10:04 hainan_smc.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 hawaii_ce.bin
-rw-r--r-- 1 root root 130796  8月 23 10:04 hawaii_k_smc.bin
-rw-r--r-- 1 root root  32796  8月 23 10:04 hawaii_mc.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 hawaii_me.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 hawaii_mec.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 hawaii_pfp.bin
-rw-r--r-- 1 root root   8448  8月 23 10:04 hawaii_rlc.bin
-rw-r--r-- 1 root root   4456  8月 23 10:04 hawaii_sdma.bin
-rw-r--r-- 1 root root   4456  8月 23 10:04 hawaii_sdma1.bin
-rw-r--r-- 1 root root 130796  8月 23 10:04 hawaii_smc.bin
-rw-r--r-- 1 root root 232752  8月 23 10:04 hawaii_uvd.bin
-rw-r--r-- 1 root root 101072  8月 23 10:04 hawaii_vce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 kabini_ce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 kabini_me.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 kabini_mec.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 kabini_pfp.bin
-rw-r--r-- 1 root root  10496  8月 23 10:04 kabini_rlc.bin
-rw-r--r-- 1 root root   4456  8月 23 10:04 kabini_sdma.bin
-rw-r--r-- 1 root root   4456  8月 23 10:04 kabini_sdma1.bin
-rw-r--r-- 1 root root 232752  8月 23 10:04 kabini_uvd.bin
-rw-r--r-- 1 root root 101072  8月 23 10:04 kabini_vce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 kaveri_ce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 kaveri_me.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 kaveri_mec.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 kaveri_mec2.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 kaveri_pfp.bin
-rw-r--r-- 1 root root  10496  8月 23 10:04 kaveri_rlc.bin
-rw-r--r-- 1 root root   4456  8月 23 10:04 kaveri_sdma.bin
-rw-r--r-- 1 root root   4456  8月 23 10:04 kaveri_sdma1.bin
-rw-r--r-- 1 root root 232752  8月 23 10:04 kaveri_uvd.bin
-rw-r--r-- 1 root root 101072  8月 23 10:04 kaveri_vce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 mullins_ce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 mullins_me.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 mullins_mec.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 mullins_pfp.bin
-rw-r--r-- 1 root root  10496  8月 23 10:04 mullins_rlc.bin
-rw-r--r-- 1 root root   4456  8月 23 10:04 mullins_sdma.bin
-rw-r--r-- 1 root root   4456  8月 23 10:04 mullins_sdma1.bin
-rw-r--r-- 1 root root 232752  8月 23 10:04 mullins_uvd.bin
-rw-r--r-- 1 root root 101072  8月 23 10:04 mullins_vce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 oland_ce.bin
-rw-r--r-- 1 root root  62692  8月 23 10:04 oland_k_smc.bin
-rw-r--r-- 1 root root  31996  8月 23 10:04 oland_mc.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 oland_me.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 oland_pfp.bin
-rw-r--r-- 1 root root   8448  8月 23 10:04 oland_rlc.bin
-rw-r--r-- 1 root root  62260  8月 23 10:04 oland_smc.bin
-rw-r--r-- 1 root root  49664  8月 23 10:04 picasso_asd.bin
-rw-r--r-- 1 root root   9344  8月 23 10:04 picasso_ce.bin
-rw-r--r-- 1 root root    316  8月 23 10:04 picasso_gpu_info.bin
-rw-r--r-- 1 root root  17536  8月 23 10:04 picasso_me.bin
-rw-r--r-- 1 root root 268048  8月 23 10:04 picasso_mec.bin
-rw-r--r-- 1 root root 268048  8月 23 10:04 picasso_mec2.bin
-rw-r--r-- 1 root root  21632  8月 23 10:04 picasso_pfp.bin
-rw-r--r-- 1 root root  39068  8月 23 10:04 picasso_rlc.bin
-rw-r--r-- 1 root root  39068  8月 23 10:04 picasso_rlc_am4.bin
-rw-r--r-- 1 root root  17408  8月 23 10:04 picasso_sdma.bin
-rw-r--r-- 1 root root 341728  8月 23 10:04 picasso_vcn.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 pitcairn_ce.bin
-rw-r--r-- 1 root root  61712  8月 23 10:04 pitcairn_k_smc.bin
-rw-r--r-- 1 root root  31644  8月 23 10:04 pitcairn_mc.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 pitcairn_me.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 pitcairn_pfp.bin
-rw-r--r-- 1 root root   8448  8月 23 10:04 pitcairn_rlc.bin
-rw-r--r-- 1 root root  61280  8月 23 10:04 pitcairn_smc.bin
-rw-r--r-- 1 root root   8852  8月 23 10:04 polaris10_ce.bin
-rw-r--r-- 1 root root   8852  8月 23 10:04 polaris10_ce_2.bin
-rw-r--r-- 1 root root 130244  8月 23 10:04 polaris10_k2_smc.bin
-rw-r--r-- 1 root root  32832  8月 23 10:04 polaris10_k_mc.bin
-rw-r--r-- 1 root root 130244  8月 23 10:04 polaris10_k_smc.bin
-rw-r--r-- 1 root root  32732  8月 23 10:04 polaris10_mc.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris10_me.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris10_me_2.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris10_mec.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris10_mec2.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris10_mec2_2.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris10_mec_2.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris10_pfp.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris10_pfp_2.bin
-rw-r--r-- 1 root root  23488  8月 23 10:04 polaris10_rlc.bin
-rw-r--r-- 1 root root  12692  8月 23 10:04 polaris10_sdma.bin
-rw-r--r-- 1 root root  12692  8月 23 10:04 polaris10_sdma1.bin
-rw-r--r-- 1 root root 130216  8月 23 10:04 polaris10_smc.bin
-rw-r--r-- 1 root root 130196  8月 23 10:04 polaris10_smc_sk.bin
-rw-r--r-- 1 root root 375424  8月 23 10:04 polaris10_uvd.bin
-rw-r--r-- 1 root root 166816  8月 23 10:04 polaris10_vce.bin
-rw-r--r-- 1 root root   8852  8月 23 10:04 polaris11_ce.bin
-rw-r--r-- 1 root root   8852  8月 23 10:04 polaris11_ce_2.bin
-rw-r--r-- 1 root root 130228  8月 23 10:04 polaris11_k2_smc.bin
-rw-r--r-- 1 root root  32832  8月 23 10:04 polaris11_k_mc.bin
-rw-r--r-- 1 root root 130228  8月 23 10:04 polaris11_k_smc.bin
-rw-r--r-- 1 root root  33104  8月 23 10:04 polaris11_mc.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris11_me.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris11_me_2.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris11_mec.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris11_mec2.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris11_mec2_2.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris11_mec_2.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris11_pfp.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris11_pfp_2.bin
-rw-r--r-- 1 root root  22688  8月 23 10:04 polaris11_rlc.bin
-rw-r--r-- 1 root root  12692  8月 23 10:04 polaris11_sdma.bin
-rw-r--r-- 1 root root  12692  8月 23 10:04 polaris11_sdma1.bin
-rw-r--r-- 1 root root 130196  8月 23 10:04 polaris11_smc.bin
-rw-r--r-- 1 root root 130196  8月 23 10:04 polaris11_smc_sk.bin
-rw-r--r-- 1 root root 375424  8月 23 10:04 polaris11_uvd.bin
-rw-r--r-- 1 root root 166816  8月 23 10:04 polaris11_vce.bin
-rw-r--r-- 1 root root   8852  8月 23 10:04 polaris12_ce.bin
-rw-r--r-- 1 root root   8852  8月 23 10:04 polaris12_ce_2.bin
-rw-r--r-- 1 root root  32832  8月 23 10:04 polaris12_k_mc.bin
-rw-r--r-- 1 root root 130388  8月 23 10:04 polaris12_k_smc.bin
-rw-r--r-- 1 root root  32608  8月 23 10:04 polaris12_mc.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris12_me.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris12_me_2.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris12_mec.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris12_mec2.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris12_mec2_2.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 polaris12_mec_2.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris12_pfp.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 polaris12_pfp_2.bin
-rw-r--r-- 1 root root  16660  8月 23 10:04 polaris12_rlc.bin
-rw-r--r-- 1 root root  12692  8月 23 10:04 polaris12_sdma.bin
-rw-r--r-- 1 root root  12692  8月 23 10:04 polaris12_sdma1.bin
-rw-r--r-- 1 root root 130388  8月 23 10:04 polaris12_smc.bin
-rw-r--r-- 1 root root 375424  8月 23 10:04 polaris12_uvd.bin
-rw-r--r-- 1 root root 166816  8月 23 10:04 polaris12_vce.bin
-rw-r--r-- 1 root root  49664  8月 23 10:04 raven2_asd.bin
-rw-r--r-- 1 root root   9344  8月 23 10:04 raven2_ce.bin
-rw-r--r-- 1 root root    316  8月 23 10:04 raven2_gpu_info.bin
-rw-r--r-- 1 root root  17536  8月 23 10:04 raven2_me.bin
-rw-r--r-- 1 root root 268048  8月 23 10:04 raven2_mec.bin
-rw-r--r-- 1 root root 268048  8月 23 10:04 raven2_mec2.bin
-rw-r--r-- 1 root root  21632  8月 23 10:04 raven2_pfp.bin
-rw-r--r-- 1 root root  38308  8月 23 10:04 raven2_rlc.bin
-rw-r--r-- 1 root root  17408  8月 23 10:04 raven2_sdma.bin
-rw-r--r-- 1 root root  16896  8月 23 10:04 raven2_sdma1.bin
-rw-r--r-- 1 root root 343456  8月 23 10:04 raven2_vcn.bin
-rw-r--r-- 1 root root  49664  8月 23 10:04 raven_asd.bin
-rw-r--r-- 1 root root   9344  8月 23 10:04 raven_ce.bin
-rw-r--r-- 1 root root  24416  8月 23 10:04 raven_dmcu.bin
-rw-r--r-- 1 root root    316  8月 23 10:04 raven_gpu_info.bin
-rw-r--r-- 1 root root  17536  8月 23 10:04 raven_me.bin
-rw-r--r-- 1 root root 268048  8月 23 10:04 raven_mec.bin
-rw-r--r-- 1 root root 268048  8月 23 10:04 raven_mec2.bin
-rw-r--r-- 1 root root  21632  8月 23 10:04 raven_pfp.bin
-rw-r--r-- 1 root root  39036  8月 23 10:04 raven_rlc.bin
-rw-r--r-- 1 root root  17408  8月 23 10:04 raven_sdma.bin
-rw-r--r-- 1 root root 341728  8月 23 10:04 raven_vcn.bin
-rw-r--r-- 1 root root  32488  8月 23 10:04 si58_mc.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 stoney_ce.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 stoney_me.bin
-rw-r--r-- 1 root root 262784  8月 23 10:04 stoney_mec.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 stoney_pfp.bin
-rw-r--r-- 1 root root  17236  8月 23 10:04 stoney_rlc.bin
-rw-r--r-- 1 root root  10624  8月 23 10:04 stoney_sdma.bin
-rw-r--r-- 1 root root 277216  8月 23 10:04 stoney_uvd.bin
-rw-r--r-- 1 root root 166816  8月 23 10:04 stoney_vce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 tahiti_ce.bin
-rw-r--r-- 1 root root  64364  8月 23 10:04 tahiti_k_smc.bin
-rw-r--r-- 1 root root  31776  8月 23 10:04 tahiti_mc.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 tahiti_me.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 tahiti_pfp.bin
-rw-r--r-- 1 root root   8448  8月 23 10:04 tahiti_rlc.bin
-rw-r--r-- 1 root root  63932  8月 23 10:04 tahiti_smc.bin
-rw-r--r-- 1 root root   8852  8月 23 10:04 tonga_ce.bin
-rw-r--r-- 1 root root 130460  8月 23 10:04 tonga_k_smc.bin
-rw-r--r-- 1 root root  31352  8月 23 10:04 tonga_mc.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 tonga_me.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 tonga_mec.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 tonga_mec2.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 tonga_pfp.bin
-rw-r--r-- 1 root root  14756  8月 23 10:04 tonga_rlc.bin
-rw-r--r-- 1 root root  10644  8月 23 10:04 tonga_sdma.bin
-rw-r--r-- 1 root root  10644  8月 23 10:04 tonga_sdma1.bin
-rw-r--r-- 1 root root 130460  8月 23 10:04 tonga_smc.bin
-rw-r--r-- 1 root root 325312  8月 23 10:04 tonga_uvd.bin
-rw-r--r-- 1 root root 161024  8月 23 10:04 tonga_vce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 topaz_ce.bin
-rw-r--r-- 1 root root  80544  8月 23 10:04 topaz_k_smc.bin
-rw-r--r-- 1 root root  32100  8月 23 10:04 topaz_mc.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 topaz_me.bin
-rw-r--r-- 1 root root 262784  8月 23 10:04 topaz_mec.bin
-rw-r--r-- 1 root root 262784  8月 23 10:04 topaz_mec2.bin
-rw-r--r-- 1 root root  17024  8月 23 10:04 topaz_pfp.bin
-rw-r--r-- 1 root root   8448  8月 23 10:04 topaz_rlc.bin
-rw-r--r-- 1 root root   8576  8月 23 10:04 topaz_sdma.bin
-rw-r--r-- 1 root root   8576  8月 23 10:04 topaz_sdma1.bin
-rw-r--r-- 1 root root  80544  8月 23 10:04 topaz_smc.bin
-rw-r--r-- 1 root root 262912  8月 23 10:04 vega10_acg_smc.bin
-rw-r--r-- 1 root root  37376  8月 23 10:04 vega10_asd.bin
-rw-r--r-- 1 root root   9344  8月 23 10:04 vega10_ce.bin
-rw-r--r-- 1 root root    316  8月 23 10:04 vega10_gpu_info.bin
-rw-r--r-- 1 root root  17536  8月 23 10:04 vega10_me.bin
-rw-r--r-- 1 root root 268048  8月 23 10:04 vega10_mec.bin
-rw-r--r-- 1 root root 268048  8月 23 10:04 vega10_mec2.bin
-rw-r--r-- 1 root root  21632  8月 23 10:04 vega10_pfp.bin
-rw-r--r-- 1 root root  17152  8月 23 10:04 vega10_rlc.bin
-rw-r--r-- 1 root root  17408  8月 23 10:04 vega10_sdma.bin
-rw-r--r-- 1 root root  17408  8月 23 10:04 vega10_sdma1.bin
-rw-r--r-- 1 root root 262912  8月 23 10:04 vega10_smc.bin
-rw-r--r-- 1 root root 150400  8月 23 10:04 vega10_sos.bin
-rw-r--r-- 1 root root 375424  8月 23 10:04 vega10_uvd.bin
-rw-r--r-- 1 root root 165344  8月 23 10:04 vega10_vce.bin
-rw-r--r-- 1 root root  49664  8月 23 10:04 vega12_asd.bin
-rw-r--r-- 1 root root   9344  8月 23 10:04 vega12_ce.bin
-rw-r--r-- 1 root root    316  8月 23 10:04 vega12_gpu_info.bin
-rw-r--r-- 1 root root  17536  8月 23 10:04 vega12_me.bin
-rw-r--r-- 1 root root 268048  8月 23 10:04 vega12_mec.bin
-rw-r--r-- 1 root root 268048  8月 23 10:04 vega12_mec2.bin
-rw-r--r-- 1 root root  21632  8月 23 10:04 vega12_pfp.bin
-rw-r--r-- 1 root root  28636  8月 23 10:04 vega12_rlc.bin
-rw-r--r-- 1 root root  17408  8月 23 10:04 vega12_sdma.bin
-rw-r--r-- 1 root root  17408  8月 23 10:04 vega12_sdma1.bin
-rw-r--r-- 1 root root 262912  8月 23 10:04 vega12_smc.bin
-rw-r--r-- 1 root root 170896  8月 23 10:04 vega12_sos.bin
-rw-r--r-- 1 root root 374688  8月 23 10:04 vega12_uvd.bin
-rw-r--r-- 1 root root 165408  8月 23 10:04 vega12_vce.bin
-rw-r--r-- 1 root root   8852  8月 23 10:04 vegam_ce.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 vegam_me.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 vegam_mec.bin
-rw-r--r-- 1 root root 262824  8月 23 10:04 vegam_mec2.bin
-rw-r--r-- 1 root root  17044  8月 23 10:04 vegam_pfp.bin
-rw-r--r-- 1 root root  16660  8月 23 10:04 vegam_rlc.bin
-rw-r--r-- 1 root root  12692  8月 23 10:04 vegam_sdma.bin
-rw-r--r-- 1 root root  12692  8月 23 10:04 vegam_sdma1.bin
-rw-r--r-- 1 root root 130964  8月 23 10:04 vegam_smc.bin
-rw-r--r-- 1 root root 375424  8月 23 10:04 vegam_uvd.bin
-rw-r--r-- 1 root root 166816  8月 23 10:04 vegam_vce.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 verde_ce.bin
-rw-r--r-- 1 root root  63804  8月 23 10:04 verde_k_smc.bin
-rw-r--r-- 1 root root  32044  8月 23 10:04 verde_mc.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 verde_me.bin
-rw-r--r-- 1 root root   8832  8月 23 10:04 verde_pfp.bin
-rw-r--r-- 1 root root   8448  8月 23 10:04 verde_rlc.bin
-rw-r--r-- 1 root root  61776  8月 23 10:04 verde_smc.bin
root@fumi:~# 

dkmsはかなり大きい

synapticにパッケージがあるので、dkmsパッケージを入れてみました。かなり大きく途中g++が入ったりしてちょっと後悔しました。

aptによると、「DKMS はカーネル全体の変更なしに個々のカーネルモジュールを更新できるように 設計されたフレームワークです。カーネルの更新時にとても簡単にモジュールを再構築できます。」となっています。

Start-Date: 2019-10-04  15:46:03
Commandline: apt remove firmware-amd-graphics
Remove: firmware-amd-graphics:amd64 (20190114-2)
End-Date: 2019-10-04  15:46:03

Start-Date: 2019-10-04  18:11:31
Commandline: apt install firmware-linux-nonfree
Install: 
intel-microcode:amd64 (3.20190618.1, automatic),
iucode-tool:amd64 (2.3.1-1, automatic),
firmware-amd-graphics:amd64 (20190114-2, automatic),
amd64-microcode:amd64 (3.20181128.1, automatic),
firmware-linux-nonfree:amd64 (20190114-2),
firmware-misc-nonfree:amd64 (20190114-2, automatic)
End-Date: 2019-10-04  18:11:45

Start-Date: 2019-10-05  02:13:27
Commandline: /usr/sbin/synaptic
Requested-By: adachi (1000)
Install: 
linux-headers-4.19.0-6-amd64:amd64 (4.19.67-2+deb10u1, automatic),
libmpx2:amd64 (8.3.0-6, automatic),
linux-libc-dev:amd64 (4.19.67-2+deb10u1, automatic),
libfakeroot:amd64 (1.23-1, automatic),
libc6-dev:amd64 (2.28-10, automatic),
libalgorithm-diff-perl:amd64 (1.19.03-2, automatic),
libalgorithm-merge-perl:amd64 (0.08-3, automatic),
binutils:amd64 (2.31.1-16, automatic),
libitm1:amd64 (8.3.0-6, automatic),
linux-headers-4.19.0-6-common:amd64 (4.19.67-2+deb10u1, automatic),
g++:amd64 (4:8.3.0-1, automatic),
gcc:amd64 (4:8.3.0-1, automatic),
linux-compiler-gcc-8-x86:amd64 (4.19.67-2+deb10u1, automatic),
libasan5:amd64 (8.3.0-6, automatic),
dkms:amd64 (2.6.1-4),
build-essential:amd64 (12.6, automatic),
libfile-fcntllock-perl:amd64 (0.22-3+b5, automatic),
binutils-x86-64-linux-gnu:amd64 (2.31.1-16, automatic),
libgcc-8-dev:amd64 (8.3.0-6, automatic),
libtsan0:amd64 (8.3.0-6, automatic),
libubsan1:amd64 (8.3.0-6, automatic),
g++-8:amd64 (8.3.0-6, automatic),
make:amd64 (4.2.1-1.2, automatic),
fakeroot:amd64 (1.23-1, automatic),
gcc-8:amd64 (8.3.0-6, automatic),
linux-headers-amd64:amd64 (4.19+105+deb10u1, automatic),
liblsan0:amd64 (8.3.0-6, automatic),
manpages-dev:amd64 (4.16-2, automatic),
binutils-common:amd64 (2.31.1-16, automatic),
libc-dev-bin:amd64 (2.28-10, automatic),
libbinutils:amd64 (2.31.1-16, automatic),
linux-kbuild-4.19:amd64 (4.19.67-2+deb10u1, automatic),
libcc1-0:amd64 (8.3.0-6, automatic),
libdpkg-perl:amd64 (1.19.7, automatic),
patch:amd64 (2.7.6-3+deb10u1, automatic),
libalgorithm-diff-xs-perl:amd64 (0.04-5+b1, automatic),
libstdc++-8-dev:amd64 (8.3.0-6, automatic),
dpkg-dev:amd64 (1.19.7, automatic)
End-Date: 2019-10-05  02:17:56

dkms導入後、初起動のdmesg

導入後rebootすると、やはりnemodesetなしでは画面はでません。sshは使えますがパスワード認証の反応がとても遅くなっています。

ログイン時も、suにもパスワード入力後25秒。shutdown -r now からshh切断まで役2分でした。

dmesgは長くなっています。一応全部のせますが、ハイライトされているところを後で抜き出します。

[    0.000000] Linux version 4.19.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=750114f5-dc03-4d46-8bbf-05e0a3514c36 ro quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d01fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d02000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x000000005b002fff] usable
[    0.000000] BIOS-e820: [mem 0x000000005b003000-0x000000005c4cdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005c4ce000-0x000000005c64cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000005c64d000-0x000000005ca57fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000005ca58000-0x000000005d856fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005d857000-0x000000005effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000005f000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f33ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.2.1 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./B450M Pro4, BIOS P3.60 07/31/2019
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x41f340 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000420000000 aka 16896M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0x5f000 max_arch_pfn = 0x400000000
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x25b601000, 0x25b601fff] PGTABLE
[    0.000000] BRK [0x25b602000, 0x25b602fff] PGTABLE
[    0.000000] BRK [0x25b603000, 0x25b603fff] PGTABLE
[    0.000000] BRK [0x25b604000, 0x25b604fff] PGTABLE
[    0.000000] BRK [0x25b605000, 0x25b605fff] PGTABLE
[    0.000000] BRK [0x25b606000, 0x25b606fff] PGTABLE
[    0.000000] BRK [0x25b607000, 0x25b607fff] PGTABLE
[    0.000000] BRK [0x25b608000, 0x25b608fff] PGTABLE
[    0.000000] BRK [0x25b609000, 0x25b609fff] PGTABLE
[    0.000000] BRK [0x25b60a000, 0x25b60afff] PGTABLE
[    0.000000] BRK [0x25b60b000, 0x25b60bfff] PGTABLE
[    0.000000] BRK [0x25b60c000, 0x25b60cfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x31935000-0x34c91fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05A0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000005C9D4098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000005C9DAC00 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000005C9D41E8 006A17 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000005CA40E00 000040
[    0.000000] ACPI: APIC 0x000000005C9DAD18 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000005C9DAE78 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000005C9DAEC0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005C9DAF60 000060 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.000000] ACPI: SSDT 0x000000005C9DAFC0 005419 (v02 AMD    AmdTable 00000002 MSFT 02000002)
[    0.000000] ACPI: SSDT 0x000000005C9E03E0 00315B (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x000000005C9E3540 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: AAFT 0x000000005C9E3580 000430 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000005C9E39B0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: UEFI 0x000000005C9E39E8 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000005C9E3A30 000718 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x000000005C9E4148 000490 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x000000005C9E45D8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000005C9E4608 001D34 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000005C9E6340 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: WSMT 0x000000005C9E6400 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005C9E6428 0010AF (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f33ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41f33b000-0x41f33ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041f33ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009d01fff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000000]   node   0: [mem 0x000000000a20b000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x000000005b002fff]
[    0.000000]   node   0: [mem 0x000000005c4ce000-0x000000005c64cfff]
[    0.000000]   node   0: [mem 0x000000005d857000-0x000000005effffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041f33ffff]
[    0.000000] Reserved but unavailable: 100 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f33ffff]
[    0.000000] On node 0 totalpages: 3651806
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 5849 pages used for memmap
[    0.000000]   DMA32 zone: 374274 pages, LIFO batch:63
[    0.000000]   Normal zone: 51149 pages used for memmap
[    0.000000]   Normal zone: 3273536 pages, LIFO batch:63
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 32 CPUs, 28 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d02000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
[    0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x5b003000-0x5c4cdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x5c64d000-0x5ca57fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5ca58000-0x5d856fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5f000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x93/0x52c with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:32 nr_node_ids:1
[    0.000000] percpu: Embedded 45 pages/cpu s144408 r8192 d31720 u262144
[    0.000000] pcpu-alloc: s144408 r8192 d31720 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 3594723
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=750114f5-dc03-4d46-8bbf-05e0a3514c36 ro quiet
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 126976 bytes
[    0.000000] log_buf_len min size: 131072 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 119592(91%)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 14228452K/14607224K available (10252K kernel code, 1243K rwdata, 3324K rodata, 1584K init, 2280K bss, 378772K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.000000] ftrace: allocating 31861 entries in 125 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=32.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.000000] NR_IRQS: 33024, nr_irqs: 1224, preallocated irqs: 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180810
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] Switched APIC routing to physical flat.
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.024000] tsc: PIT calibration matches HPET. 1 loops
[    0.024000] tsc: Detected 3194.016 MHz processor
[    0.000008] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a34da3c7, max_idle_ns: 440795258190 ns
[    0.000014] Calibrating delay loop (skipped), value calculated using timer frequency.. 6388.03 BogoMIPS (lpj=12776064)
[    0.000016] pid_max: default: 32768 minimum: 301
[    0.000384] Security Framework initialized
[    0.000385] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.000514] AppArmor: AppArmor initialized
[    0.005113] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.006371] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.006481] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.006517] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.007119] LVT offset 1 assigned for vector 0xf9
[    0.007172] LVT offset 2 assigned for vector 0xf4
[    0.007182] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.007183] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.007184] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.007185] Spectre V2 : Mitigation: Full AMD retpoline
[    0.007185] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.007191] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.007192] Spectre V2 : User space: Vulnerable
[    0.007192] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.011872] Freeing SMP alternatives memory: 24K
[    0.020009] smpboot: CPU0: AMD Athlon 200GE with Radeon Vega Graphics (family: 0x17, model: 0x11, stepping: 0x0)
[    0.020009] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.020009] ... version:                0
[    0.020009] ... bit width:              48
[    0.020009] ... generic registers:      6
[    0.020009] ... value mask:             0000ffffffffffff
[    0.020009] ... max period:             00007fffffffffff
[    0.020009] ... fixed-purpose events:   0
[    0.020009] ... event mask:             000000000000003f
[    0.020009] rcu: Hierarchical SRCU implementation.
[    0.020009] random: crng done (trusting CPU's manufacturer)
[    0.020009] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.020009] smp: Bringing up secondary CPUs ...
[    0.020009] x86: Booting SMP configuration:
[    0.020009] .... node  #0, CPUs:        #1  #2  #3
[    0.026389] smp: Brought up 1 node, 4 CPUs
[    0.026389] smpboot: Max logical packages: 8
[    0.026389] smpboot: Total of 4 processors activated (25552.12 BogoMIPS)
[    0.028412] devtmpfs: initialized
[    0.028412] x86/mm: Memory block size: 128MB
[    0.029507] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[    0.029507] PM: Registering ACPI NVS region [mem 0x5c64d000-0x5ca57fff] (4239360 bytes)
[    0.029507] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.029507] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    0.029585] pinctrl core: initialized pinctrl subsystem
[    0.032327] NET: Registered protocol family 16
[    0.032417] audit: initializing netlink subsys (disabled)
[    0.032421] audit: type=2000 audit(1570210083.056:1): state=initialized audit_enabled=0 res=1
[    0.032421] cpuidle: using governor ladder
[    0.032421] cpuidle: using governor menu
[    0.032421] ACPI: bus type PCI registered
[    0.032421] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.032421] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.032421] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.032421] PCI: Using configuration type 1 for base access
[    0.032421] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.032421] mtrr: probably your BIOS does not setup all CPUs.
[    0.032421] mtrr: corrected configuration.
[    0.032787] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.032787] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.032787] ACPI: Added _OSI(Module Device)
[    0.032787] ACPI: Added _OSI(Processor Device)
[    0.032787] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.032787] ACPI: Added _OSI(Processor Aggregator Device)
[    0.032787] ACPI: Added _OSI(Linux-Dell-Video)
[    0.032787] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.040012] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.041664] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.042967] ACPI: Interpreter enabled
[    0.042980] ACPI: (supports S0 S3 S4 S5)
[    0.042981] ACPI: Using IOAPIC for interrupt routing
[    0.044298] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.044570] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.051851] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.051855] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.051968] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.052083] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.052092] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.052349] PCI host bridge to bus 0000:00
[    0.052350] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.052351] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.052352] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.052353] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.052354] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.052355] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.052356] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.052357] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.052358] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.052366] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    0.052492] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.052603] pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
[    0.052655] pci 0000:00:01.2: enabling Extended Tags
[    0.052714] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.052844] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.052959] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    0.053013] pci 0000:00:08.1: enabling Extended Tags
[    0.053071] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.053172] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[    0.053226] pci 0000:00:08.2: enabling Extended Tags
[    0.053286] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.053427] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.053605] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.053820] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    0.053875] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    0.053922] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    0.053969] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    0.054024] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    0.054072] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    0.054127] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    0.054174] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    0.054311] pci 0000:01:00.0: [1022:43d5] type 00 class 0x0c0330
[    0.054344] pci 0000:01:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
[    0.054398] pci 0000:01:00.0: enabling Extended Tags
[    0.054463] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.054509] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8 GT/s x2 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[    0.054563] pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
[    0.054632] pci 0000:01:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
[    0.054642] pci 0000:01:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
[    0.054650] pci 0000:01:00.1: enabling Extended Tags
[    0.054703] pci 0000:01:00.1: PME# supported from D3hot D3cold
[    0.054783] pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
[    0.054839] pci 0000:01:00.2: enabling Extended Tags
[    0.054896] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.055030] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.055036] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.055038] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.055143] pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
[    0.055206] pci 0000:02:00.0: enabling Extended Tags
[    0.055274] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.055387] pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
[    0.055450] pci 0000:02:01.0: enabling Extended Tags
[    0.055518] pci 0000:02:01.0: PME# supported from D3hot D3cold
[    0.055610] pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
[    0.055673] pci 0000:02:04.0: enabling Extended Tags
[    0.055741] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.055870] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.055876] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.055880] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.055940] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.056034] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.056084] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.056128] pci 0000:04:00.0: reg 0x18: [mem 0xfcd04000-0xfcd04fff 64bit]
[    0.056154] pci 0000:04:00.0: reg 0x20: [mem 0xfcd00000-0xfcd03fff 64bit]
[    0.056315] pci 0000:04:00.0: supports D1 D2
[    0.056316] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.056523] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.056529] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.056532] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.056594] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.056748] pci 0000:06:00.0: [1002:15dd] type 00 class 0x030000
[    0.056794] pci 0000:06:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.056812] pci 0000:06:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.056824] pci 0000:06:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.056836] pci 0000:06:00.0: reg 0x24: [mem 0xfcc00000-0xfcc7ffff]
[    0.056856] pci 0000:06:00.0: enabling Extended Tags
[    0.056964] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.057082] pci 0000:06:00.1: [1002:15de] type 00 class 0x040300
[    0.057111] pci 0000:06:00.1: reg 0x10: [mem 0xfcc88000-0xfcc8bfff]
[    0.057184] pci 0000:06:00.1: enabling Extended Tags
[    0.057254] pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.057333] pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
[    0.057383] pci 0000:06:00.2: reg 0x18: [mem 0xfcb00000-0xfcbfffff]
[    0.057415] pci 0000:06:00.2: reg 0x24: [mem 0xfcc8c000-0xfcc8dfff]
[    0.057435] pci 0000:06:00.2: enabling Extended Tags
[    0.057591] pci 0000:06:00.3: [1022:15e0] type 00 class 0x0c0330
[    0.057627] pci 0000:06:00.3: reg 0x10: [mem 0xfca00000-0xfcafffff 64bit]
[    0.057689] pci 0000:06:00.3: enabling Extended Tags
[    0.057766] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.057859] pci 0000:06:00.4: [1022:15e1] type 00 class 0x0c0330
[    0.057894] pci 0000:06:00.4: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit]
[    0.057955] pci 0000:06:00.4: enabling Extended Tags
[    0.058033] pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
[    0.058142] pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
[    0.058171] pci 0000:06:00.6: reg 0x10: [mem 0xfcc80000-0xfcc87fff]
[    0.058243] pci 0000:06:00.6: enabling Extended Tags
[    0.058313] pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
[    0.058459] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.058465] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.058468] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.058473] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.058553] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
[    0.058639] pci 0000:07:00.0: reg 0x24: [mem 0xfcf00000-0xfcf007ff]
[    0.058659] pci 0000:07:00.0: enabling Extended Tags
[    0.058744] pci 0000:07:00.0: PME# supported from D3hot D3cold
[    0.058897] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.058904] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.059331] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.059377] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.059415] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.059466] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.059509] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.059545] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.059580] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.059616] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.060029] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[    0.060031] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.060032] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.060033] vgaarb: loaded
[    0.060123] pps_core: LinuxPPS API ver. 1 registered
[    0.060123] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.060125] PTP clock support registered
[    0.060139] EDAC MC: Ver: 3.0.0
[    0.060278] PCI: Using ACPI for IRQ routing
[    0.063060] PCI: pci_cache_line_size set to 64 bytes
[    0.063138] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.063139] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    0.063140] e820: reserve RAM buffer [mem 0x09d02000-0x0bffffff]
[    0.063141] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.063142] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.063142] e820: reserve RAM buffer [mem 0x5b003000-0x5bffffff]
[    0.063143] e820: reserve RAM buffer [mem 0x5c64d000-0x5fffffff]
[    0.063143] e820: reserve RAM buffer [mem 0x5f000000-0x5fffffff]
[    0.063144] e820: reserve RAM buffer [mem 0x41f340000-0x41fffffff]
[    0.063268] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.063268] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.066046] clocksource: Switched to clocksource tsc-early
[    0.074343] VFS: Disk quotas dquot_6.6.0
[    0.074392] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.074568] AppArmor: AppArmor Filesystem Enabled
[    0.074584] pnp: PnP ACPI init
[    0.074713] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.074716] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.074753] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[    0.074755] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.074807] system 00:02: [mem 0x60000000-0xdfffffff window] has been reserved
[    0.074810] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.074935] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.075088] system 00:04: [io  0x0280-0x028f] has been reserved
[    0.075089] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.075090] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.075091] system 00:04: [io  0x02b0-0x02bf] has been reserved
[    0.075093] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.075306] pnp 00:05: [dma 0 disabled]
[    0.075334] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.075380] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.075560] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.075561] system 00:07: [io  0x040b] has been reserved
[    0.075562] system 00:07: [io  0x04d6] has been reserved
[    0.075562] system 00:07: [io  0x0c00-0x0c01] has been reserved
[    0.075563] system 00:07: [io  0x0c14] has been reserved
[    0.075564] system 00:07: [io  0x0c50-0x0c51] has been reserved
[    0.075565] system 00:07: [io  0x0c52] has been reserved
[    0.075566] system 00:07: [io  0x0c6c] has been reserved
[    0.075566] system 00:07: [io  0x0c6f] has been reserved
[    0.075567] system 00:07: [io  0x0cd0-0x0cd1] has been reserved
[    0.075568] system 00:07: [io  0x0cd2-0x0cd3] has been reserved
[    0.075569] system 00:07: [io  0x0cd4-0x0cd5] has been reserved
[    0.075569] system 00:07: [io  0x0cd6-0x0cd7] has been reserved
[    0.075570] system 00:07: [io  0x0cd8-0x0cdf] has been reserved
[    0.075571] system 00:07: [io  0x0800-0x089f] has been reserved
[    0.075572] system 00:07: [io  0x0b00-0x0b0f] has been reserved
[    0.075573] system 00:07: [io  0x0b20-0x0b3f] has been reserved
[    0.075573] system 00:07: [io  0x0900-0x090f] has been reserved
[    0.075574] system 00:07: [io  0x0910-0x091f] has been reserved
[    0.075576] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.075577] system 00:07: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.075578] system 00:07: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.075579] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.075580] system 00:07: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.075581] system 00:07: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.075582] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.075584] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.075935] pnp: PnP ACPI: found 8 devices
[    0.081919] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.081989] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.082003] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.082006] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.082011] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.082020] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.082033] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.082035] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.082040] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.082048] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.082050] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.082055] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.082064] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.082066] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.082070] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.082073] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.082079] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.082084] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.082093] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.082094] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.082095] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.082096] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.082097] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.082098] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.082099] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.082100] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.082101] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.082101] pci_bus 0000:01: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.082102] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.082103] pci_bus 0000:02: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.082104] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.082105] pci_bus 0000:04: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.082106] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
[    0.082106] pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfccfffff]
[    0.082107] pci_bus 0000:06: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.082108] pci_bus 0000:07: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.082304] NET: Registered protocol family 2
[    0.082612] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.082650] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.082813] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.082931] TCP: Hash tables configured (established 131072 bind 65536)
[    0.082993] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.083042] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.083260] NET: Registered protocol family 1
[    0.083264] NET: Registered protocol family 44
[    0.083428] pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.083435] pci 0000:06:00.1: Linked as a consumer to 0000:06:00.0
[    0.083707] PCI: CLS 64 bytes, default 64
[    0.083745] Unpacking initramfs...
[    0.730762] Freeing initrd memory: 52596K
[    0.730863] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.730864] software IO TLB: mapped [mem 0x57003000-0x5b003000] (64MB)
[    0.730900] amd_uncore: AMD NB counters detected
[    0.730913] amd_uncore: AMD LLC counters detected
[    0.731864] Initialise system trusted keyrings
[    0.731898] Key type blacklist registered
[    0.731973] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.733650] zbud: loaded
[    0.843927] Key type asymmetric registered
[    0.843928] Asymmetric key parser 'x509' registered
[    0.843937] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.843990] io scheduler noop registered
[    0.843991] io scheduler deadline registered
[    0.844045] io scheduler cfq registered (default)
[    0.844046] io scheduler mq-deadline registered
[    0.845337] pcieport 0000:00:01.2: AER enabled with IRQ 25
[    0.845372] pcieport 0000:00:08.2: AER enabled with IRQ 27
[    0.845393] pcieport 0000:00:01.2: Signaling PME with IRQ 25
[    0.845412] pcieport 0000:00:08.1: Signaling PME with IRQ 26
[    0.845428] pcieport 0000:00:08.2: Signaling PME with IRQ 27
[    0.845455] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.845836] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.866749] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.867161] Linux agpgart interface v0.103
[    0.867524] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.867524] AMD IOMMUv2 functionality not available on this system
[    0.867889] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.867889] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.868582] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.868666] mousedev: PS/2 mouse device common for all mice
[    0.868743] rtc_cmos 00:03: RTC can wake from S4
[    0.869009] rtc_cmos 00:03: registered as rtc0
[    0.869018] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.869091] ledtrig-cpu: registered to indicate activity on CPUs
[    0.869650] NET: Registered protocol family 10
[    0.875341] Segment Routing with IPv6
[    0.875362] mip6: Mobile IPv6
[    0.875364] NET: Registered protocol family 17
[    0.875400] mpls_gso: MPLS GSO support
[    0.875720] mce: Using 23 MCE banks
[    0.875757] microcode: CPU0: patch_level=0x08101016
[    0.875761] microcode: CPU1: patch_level=0x08101016
[    0.875766] microcode: CPU2: patch_level=0x08101016
[    0.875770] microcode: CPU3: patch_level=0x08101016
[    0.875834] microcode: Microcode Update Driver: v2.2.
[    0.875858] sched_clock: Marking stable (899820463, -23990101)->(984541142, -108710780)
[    0.876019] registered taskstats version 1
[    0.876020] Loading compiled-in X.509 certificates
[    0.891759] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.900690] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    0.900742] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    0.900785] zswap: loaded using pool lzo/zbud
[    0.900905] AppArmor: AppArmor sha1 policy hashing enabled
[    0.901971] rtc_cmos 00:03: setting system clock to 2019-10-04 17:28:04 UTC (1570210084)
[    1.196725] Freeing unused kernel image memory: 1584K
[    1.224025] Write protecting the kernel read-only data: 16384k
[    1.225528] Freeing unused kernel image memory: 2028K
[    1.225703] Freeing unused kernel image memory: 772K
[    1.233220] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.233226] Run /init as init process
[    1.290241] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.290257] ACPI: Power Button [PWRB]
[    1.290467] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.290488] ACPI: Power Button [PWRF]
[    1.299051] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[    1.299304] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[    1.299736] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[    1.300189] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[    1.300595] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:01/input/input3
[    1.322927] SCSI subsystem initialized
[    1.323143] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.323145] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.329239] ACPI: bus type USB registered
[    1.329266] usbcore: registered new interface driver usbfs
[    1.329273] usbcore: registered new interface driver hub
[    1.329312] usbcore: registered new device driver usb
[    1.345167] cryptd: max_cpu_qlen set to 1000
[    1.352097] libata version 3.00 loaded.
[    1.369710] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.369716] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.370642] AVX2 version of gcm_enc/dec engaged.
[    1.370643] AES CTR mode by8 optimization enabled
[    1.375520] ahci 0000:01:00.1: version 3.0
[    1.375916] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[    1.376075] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    1.376077] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    1.391117] scsi host0: ahci
[    1.394991] scsi host1: ahci
[    1.395427] scsi host2: ahci
[    1.396177] libphy: r8169: probed
[    1.396337] scsi host3: ahci
[    1.396553] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 70:85:c2:f2:89:c7, XID 54100800, IRQ 35
[    1.396554] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.398038] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    1.398205] scsi host4: ahci
[    1.398500] scsi host5: ahci
[    1.398768] scsi host6: ahci
[    1.399052] scsi host7: ahci
[    1.399149] ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 36
[    1.399152] ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 36
[    1.399153] ata3: DUMMY
[    1.399153] ata4: DUMMY
[    1.399161] ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 36
[    1.399182] ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 36
[    1.399183] ata7: DUMMY
[    1.399184] ata8: DUMMY
[    1.403958] amdkcl: loading out-of-tree module taints kernel.
[    1.403982] amdkcl: module verification failed: signature and/or required key missing - tainting kernel
[    1.409649] ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.409651] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.410466] scsi host8: ahci
[    1.410585] ata9: SATA max UDMA/133 abar m2048@0xfcf00000 port 0xfcf00100 irq 38
[    1.425126] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    1.425344] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.425346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.425347] usb usb1: Product: xHCI Host Controller
[    1.425348] usb usb1: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.425349] usb usb1: SerialNumber: 0000:01:00.0
[    1.425500] hub 1-0:1.0: USB hub found
[    1.425548] hub 1-0:1.0: 10 ports detected
[    1.426263] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.426274] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.426277] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.426387] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.426405] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.426406] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.426407] usb usb2: Product: xHCI Host Controller
[    1.426408] usb usb2: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.426409] usb usb2: SerialNumber: 0000:01:00.0
[    1.426498] hub 2-0:1.0: USB hub found
[    1.426517] hub 2-0:1.0: 4 ports detected
[    1.427082] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.427086] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
[    1.427444] xhci_hcd 0000:06:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.427746] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.427747] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.427748] usb usb3: Product: xHCI Host Controller
[    1.427749] usb usb3: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.427750] usb usb3: SerialNumber: 0000:06:00.3
[    1.427847] hub 3-0:1.0: USB hub found
[    1.427883] hub 3-0:1.0: 4 ports detected
[    1.428431] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.428434] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4
[    1.428436] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.428471] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.428488] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.428489] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.428490] usb usb4: Product: xHCI Host Controller
[    1.428491] usb usb4: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.428492] usb usb4: SerialNumber: 0000:06:00.3
[    1.428607] hub 4-0:1.0: USB hub found
[    1.428640] hub 4-0:1.0: 4 ports detected
[    1.429196] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.429200] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
[    1.429465] xhci_hcd 0000:06:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.429773] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.429775] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.429776] usb usb5: Product: xHCI Host Controller
[    1.429777] usb usb5: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.429778] usb usb5: SerialNumber: 0000:06:00.4
[    1.429883] hub 5-0:1.0: USB hub found
[    1.429908] hub 5-0:1.0: 1 port detected
[    1.430109] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.430112] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 6
[    1.430114] xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.430149] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.430165] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.430166] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.430167] usb usb6: Product: xHCI Host Controller
[    1.430168] usb usb6: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.430169] usb usb6: SerialNumber: 0000:06:00.4
[    1.430258] hub 6-0:1.0: USB hub found
[    1.430272] hub 6-0:1.0: 1 port detected
[    1.456260] Warning: fail to get symbol drm_fb_helper_release_fbi, replace it with kcl stub
[    1.531933] [drm] amdgpu kernel modesetting enabled.
[    1.531935] [drm] amdgpu version: 5.0.73
[    1.531935] [drm] OS DRM version: 4.19.0
[    1.532981] Parsing CRAT table with 1 nodes
[    1.532993] Creating topology SYSFS entries
[    1.533025] Topology: Add APU node [0x0:0x0]
[    1.533025] Finished initializing topology
[    1.535638] [drm] initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x1002:0x15DD 0xCB).
[    1.535653] [drm] register mmio base: 0xFCC00000
[    1.535653] [drm] register mmio size: 524288
[    1.535684] [drm] add ip block number 0 <soc15_common>
[    1.535685] [drm] add ip block number 1 <gmc_v9_0>
[    1.535685] [drm] add ip block number 2 <vega10_ih>
[    1.535686] [drm] add ip block number 3 <psp>
[    1.535687] [drm] add ip block number 4 <gfx_v9_0>
[    1.535687] [drm] add ip block number 5 <sdma_v4_0>
[    1.535688] [drm] add ip block number 6 <powerplay>
[    1.535689] [drm] add ip block number 7 <dm>
[    1.535689] [drm] add ip block number 8 <vcn_v1_0>
[    1.535717] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_gpu_info.bin
[    1.535748] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_sdma.bin
[    1.535751] [drm] VCN decode is enabled in VM mode
[    1.535751] [drm] VCN encode is enabled in VM mode
[    1.535752] [drm] VCN jpeg decode is enabled in VM mode
[    1.560561] [drm] BIOS signature incorrect 5b 7
[    1.560582] ATOM BIOS: 113-RAVEN-113
[    1.560618] [drm] RAS INFO: ras initialized successfully, hardware ability[0] ras_mask[0]
[    1.560620] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    1.560631] amdgpu 0000:06:00.0: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[    1.560632] amdgpu 0000:06:00.0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    1.560633] amdgpu 0000:06:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    1.560637] [drm] Detected VRAM RAM=2048M, BAR=2048M
[    1.560637] [drm] RAM width 128bits DDR4
[    1.560683] [TTM] Zone  kernel: Available graphics memory: 7142728 KiB
[    1.560684] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    1.560685] [TTM] Initializing pool allocator
[    1.560687] [TTM] Initializing DMA pool allocator
[    1.560753] [drm] amdgpu: 2048M of VRAM memory ready
[    1.560755] [drm] amdgpu: 13950M of GTT memory ready.
[    1.560764] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    1.560911] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[    1.561022] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_asd.bin
[    1.561035] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_pfp.bin
[    1.561045] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_me.bin
[    1.561054] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_ce.bin
[    1.561105] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_rlc.bin
[    1.561151] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_mec.bin
[    1.561198] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_mec2.bin
[    1.562031] [drm] use_doorbell being set to: [true]
[    1.562077] amdgpu: [powerplay] hwmgr_sw_init smu backed is smu10_smu
[    1.562141] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_vcn.bin
[    1.562143] [drm] Found VCN firmware Version: 1.73 Family ID: 18
[    1.562145] [drm] PSP loading VCN firmware
[    1.582511] [drm] reserve 0x400000 from 0xf400c00000 for PSP TMR
[    1.726330] ata9: SATA link down (SStatus 0 SControl 300)
[    1.732025] tsc: Refined TSC clocksource calibration: 3193.983 MHz
[    1.732040] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a15cd8ea, max_idle_ns: 440795247996 ns
[    1.732058] clocksource: Switched to clocksource tsc
[    1.764039] [drm] DM_PPLIB: values for F clock
[    1.764040] [drm] DM_PPLIB:	 400000 in kHz
[    1.764041] [drm] DM_PPLIB:	 933000 in kHz
[    1.764041] [drm] DM_PPLIB:	 1200000 in kHz
[    1.764041] [drm] DM_PPLIB:	 1333000 in kHz
[    1.764043] [drm] DM_PPLIB: values for DCF clock
[    1.764043] [drm] DM_PPLIB:	 300000 in kHz
[    1.764044] [drm] DM_PPLIB:	 600000 in kHz
[    1.764044] [drm] DM_PPLIB:	 626000 in kHz
[    1.764044] [drm] DM_PPLIB:	 654000 in kHz
[    1.774143] [drm] Display Core initialized with v3.2.42!
[    1.787024] [drm] SADs count is: -2, don't need to read it
[    1.787028] ------------[ cut here ]------------
[    1.787036] WARNING: CPU: 0 PID: 111 at kernel/workqueue.c:2911 __flush_work.cold.53+0x1f/0x29
[    1.787037] Modules linked in: amdgpu(OE+) amdttm(OE) amd_sched(OE) crc32c_intel amdkcl(OE) i2c_algo_bit drm_kms_helper ahci libahci aesni_intel xhci_pci drm xhci_hcd aes_x86_64 crypto_simd r8169 cryptd glue_helper libata realtek libphy usbcore i2c_piix4 scsi_mod usb_common wmi video gpio_amdpt gpio_generic button
[    1.787050] CPU: 0 PID: 111 Comm: systemd-udevd Tainted: G           OE     4.19.0-6-amd64 #1 Debian 4.19.67-2+deb10u1
[    1.787051] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./B450M Pro4, BIOS P3.60 07/31/2019
[    1.787052] RIP: 0010:__flush_work.cold.53+0x1f/0x29
[    1.787054] Code: e9 27 04 00 0f 0b e9 7a d3 ff ff 48 c7 c7 80 07 64 90 e8 d6 27 04 00 0f 0b e9 71 d6 ff ff 48 c7 c7 80 07 64 90 e8 c3 27 04 00 <0f> 0b 45 31 ed e9 5b d6 ff ff 49 8d b4 24 b0 00 00 00 48 c7 c7 30
[    1.787054] RSP: 0018:ffffac49c1f2f7c8 EFLAGS: 00010246
[    1.787055] RAX: 0000000000000024 RBX: ffff94218d492d38 RCX: ffffffff9084dea8
[    1.787056] RDX: 0000000000000000 RSI: 0000000000000092 RDI: 0000000000000247
[    1.787056] RBP: ffff94218d492d38 R08: 00000000000002e6 R09: 0000000000000004
[    1.787057] R10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000001
[    1.787057] R13: 0000000000000001 R14: ffffffff8f8983f0 R15: ffff942181c60000
[    1.787059] FS:  00007f0729137d40(0000) GS:ffff942190600000(0000) knlGS:0000000000000000
[    1.787059] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    1.787060] CR2: 000055ced1685bc8 CR3: 0000000402db4000 CR4: 00000000003406f0
[    1.787060] Call Trace:
[    1.787066]  ? idr_alloc_u32+0xba/0xe0
[    1.787067]  ? get_work_pool+0x40/0x40
[    1.787069]  __cancel_work_timer+0x10a/0x190
[    1.787071]  ? _cond_resched+0x15/0x30
[    1.787072]  ? mutex_lock+0xe/0x30
[    1.787085]  ? drm_property_create_blob.part.2+0xd8/0x110 [drm]
[    1.787091]  drm_dp_cec_set_edid+0x3a/0x170 [drm_kms_helper]
[    1.787182]  amdgpu_dm_update_connector_after_detect+0x19f/0x290 [amdgpu]
[    1.787253]  amdgpu_dm_init.cold.80+0xea3/0x1000 [amdgpu]
[    1.787328]  ? phm_wait_for_register_unequal.part.1+0x50/0x80 [amdgpu]
[    1.787404]  dm_hw_init+0xe/0x20 [amdgpu]
[    1.787475]  amdgpu_device_init.cold.34+0x14c4/0x16b3 [amdgpu]
[    1.787536]  amdgpu_driver_load_kms+0x86/0x340 [amdgpu]
[    1.787546]  drm_dev_register+0x109/0x140 [drm]
[    1.787606]  amdgpu_pci_probe+0x123/0x1a0 [amdgpu]
[    1.787609]  local_pci_probe+0x41/0x90
[    1.787611]  pci_device_probe+0xf5/0x1b0
[    1.787613]  really_probe+0x23e/0x390
[    1.787615]  driver_probe_device+0xb3/0xf0
[    1.787616]  __driver_attach+0xea/0x110
[    1.787617]  ? driver_probe_device+0xf0/0xf0
[    1.787618]  bus_for_each_dev+0x77/0xc0
[    1.787619]  ? klist_add_tail+0x3b/0x70
[    1.787620]  bus_add_driver+0x152/0x230
[    1.787622]  ? 0xffffffffc0bbc000
[    1.787623]  driver_register+0x6b/0xb0
[    1.787624]  ? 0xffffffffc0bbc000
[    1.787626]  do_one_initcall+0x46/0x1c3
[    1.787627]  ? _cond_resched+0x15/0x30
[    1.787630]  ? kmem_cache_alloc_trace+0x169/0x1d0
[    1.787632]  do_init_module+0x5a/0x210
[    1.787633]  load_module+0x2118/0x2390
[    1.787635]  ? __do_sys_finit_module+0xad/0x110
[    1.787636]  __do_sys_finit_module+0xad/0x110
[    1.787638]  do_syscall_64+0x53/0x110
[    1.787640]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[    1.787641] RIP: 0033:0x7f072991ef59
[    1.787642] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 07 6f 0c 00 f7 d8 64 89 01 48
[    1.787643] RSP: 002b:00007fff90b9d398 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    1.787644] RAX: ffffffffffffffda RBX: 000055ced1673f70 RCX: 00007f072991ef59
[    1.787644] RDX: 0000000000000000 RSI: 00007f0729823cad RDI: 0000000000000011
[    1.787645] RBP: 00007f0729823cad R08: 0000000000000000 R09: 0000000000000000
[    1.787645] R10: 0000000000000011 R11: 0000000000000246 R12: 0000000000000000
[    1.787645] R13: 000055ced1664870 R14: 0000000000020000 R15: 000055ced1673f70
[    1.787647] ---[ end trace f93e6d48304ac3d2 ]---
[    1.787651] BUG: unable to handle kernel NULL pointer dereference at 0000000000000000
[    1.787750] PGD 0 P4D 0 
[    1.787811] Oops: 0010 [#1] SMP NOPTI
[    1.787877] CPU: 0 PID: 111 Comm: systemd-udevd Tainted: G        W  OE     4.19.0-6-amd64 #1 Debian 4.19.67-2+deb10u1
[    1.787981] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./B450M Pro4, BIOS P3.60 07/31/2019
[    1.788079] RIP: 0010:          (null)
[    1.788146] Code: Bad RIP value.
[    1.788210] RSP: 0018:ffffac49c1f2f820 EFLAGS: 00010246
[    1.788284] RAX: 0000000000000000 RBX: 0000000000000020 RCX: ffffac49c1f2f8bf
[    1.788368] RDX: ffff9421831b8000 RSI: ffffac49c1f2f830 RDI: ffff94218d4928a0
[    1.788452] RBP: 0000000000000001 R08: 0000000000000001 R09: 0000000000000004
[    1.788536] R10: 0000000000000000 R11: 0000000000000001 R12: 00000000fffffffb
[    1.788620] R13: ffff94218d4928a0 R14: 0000000000000000 R15: ffff942181c60000
[    1.788704] FS:  00007f0729137d40(0000) GS:ffff942190600000(0000) knlGS:0000000000000000
[    1.788793] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    1.788870] CR2: ffffffffffffffd6 CR3: 0000000402db4000 CR4: 00000000003406f0
[    1.788958] Call Trace:
[    1.789025]  drm_dp_dpcd_access+0x79/0x110 [drm_kms_helper]
[    1.789110]  drm_dp_dpcd_read+0x2e/0xc0 [drm_kms_helper]
[    1.789193]  drm_dp_cec_set_edid+0x5e/0x170 [drm_kms_helper]
[    1.789347]  amdgpu_dm_update_connector_after_detect+0x19f/0x290 [amdgpu]
[    1.789506]  amdgpu_dm_init.cold.80+0xea3/0x1000 [amdgpu]
[    1.789662]  ? phm_wait_for_register_unequal.part.1+0x50/0x80 [amdgpu]
[    1.789824]  dm_hw_init+0xe/0x20 [amdgpu]
[    1.789970]  amdgpu_device_init.cold.34+0x14c4/0x16b3 [amdgpu]
[    1.790116]  amdgpu_driver_load_kms+0x86/0x340 [amdgpu]
[    1.790207]  drm_dev_register+0x109/0x140 [drm]
[    1.790340]  amdgpu_pci_probe+0x123/0x1a0 [amdgpu]
[    1.790422]  local_pci_probe+0x41/0x90
[    1.790492]  pci_device_probe+0xf5/0x1b0
[    1.790564]  really_probe+0x23e/0x390
[    1.790634]  driver_probe_device+0xb3/0xf0
[    1.790706]  __driver_attach+0xea/0x110
[    1.790777]  ? driver_probe_device+0xf0/0xf0
[    1.790851]  bus_for_each_dev+0x77/0xc0
[    1.790922]  ? klist_add_tail+0x3b/0x70
[    1.790992]  bus_add_driver+0x152/0x230
[    1.791063]  ? 0xffffffffc0bbc000
[    1.791131]  driver_register+0x6b/0xb0
[    1.791202]  ? 0xffffffffc0bbc000
[    1.791270]  do_one_initcall+0x46/0x1c3
[    1.791341]  ? _cond_resched+0x15/0x30
[    1.791411]  ? kmem_cache_alloc_trace+0x169/0x1d0
[    1.791487]  do_init_module+0x5a/0x210
[    1.791557]  load_module+0x2118/0x2390
[    1.791629]  ? __do_sys_finit_module+0xad/0x110
[    1.791703]  __do_sys_finit_module+0xad/0x110
[    1.791778]  do_syscall_64+0x53/0x110
[    1.791848]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[    1.791925] RIP: 0033:0x7f072991ef59
[    1.791994] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 07 6f 0c 00 f7 d8 64 89 01 48
[    1.792155] RSP: 002b:00007fff90b9d398 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    1.792251] RAX: ffffffffffffffda RBX: 000055ced1673f70 RCX: 00007f072991ef59
[    1.792339] RDX: 0000000000000000 RSI: 00007f0729823cad RDI: 0000000000000011
[    1.792427] RBP: 00007f0729823cad R08: 0000000000000000 R09: 0000000000000000
[    1.792515] R10: 0000000000000011 R11: 0000000000000246 R12: 0000000000000000
[    1.792603] R13: 000055ced1664870 R14: 0000000000020000 R15: 000055ced1673f70
[    1.792691] Modules linked in: amdgpu(OE+) amdttm(OE) amd_sched(OE) crc32c_intel amdkcl(OE) i2c_algo_bit drm_kms_helper ahci libahci aesni_intel xhci_pci drm xhci_hcd aes_x86_64 crypto_simd r8169 cryptd glue_helper libata realtek libphy usbcore i2c_piix4 scsi_mod usb_common wmi video gpio_amdpt gpio_generic button
[    1.792914] CR2: 0000000000000000
[    1.792982] ---[ end trace f93e6d48304ac3d3 ]---
[    1.793056] RIP: 0010:          (null)
[    1.793127] Code: Bad RIP value.
[    1.793194] RSP: 0018:ffffac49c1f2f820 EFLAGS: 00010246
[    1.793272] RAX: 0000000000000000 RBX: 0000000000000020 RCX: ffffac49c1f2f8bf
[    1.793360] RDX: ffff9421831b8000 RSI: ffffac49c1f2f830 RDI: ffff94218d4928a0
[    1.793448] RBP: 0000000000000001 R08: 0000000000000001 R09: 0000000000000004
[    1.793536] R10: 0000000000000000 R11: 0000000000000001 R12: 00000000fffffffb
[    1.793624] R13: ffff94218d4928a0 R14: 0000000000000000 R15: ffff942181c60000
[    1.793712] FS:  00007f0729137d40(0000) GS:ffff942190600000(0000) knlGS:0000000000000000
[    1.793811] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    1.793891] CR2: ffffffffffffffd6 CR3: 0000000402db4000 CR4: 00000000003406f0
[    1.832020] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[    1.876032] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.881084] ata1.00: ATA-9: HP SSD S700 250GB, S0704A1, max UDMA/133
[    1.881274] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.888636] ata1.00: configured for UDMA/133
[    1.889055] scsi 0:0:0:0: Direct-Access     ATA      HP SSD S700 250G 4A1  PQ: 0 ANSI: 5
[    2.144539] usb 1-7: New USB device found, idVendor=056e, idProduct=00e6, bcdDevice=10.01
[    2.144755] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.144938] usb 1-7: Product: ELECOM UltimateLaser Mouse
[    2.145097] usb 1-7: Manufacturer: ELECOM
[    2.161525] hidraw: raw HID events driver (C) Jiri Kosina
[    2.179335] usbcore: registered new interface driver usbhid
[    2.179620] usbhid: USB HID core driver
[    2.181705] input: ELECOM ELECOM UltimateLaser Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-7/1-7:1.0/0003:056E:00E6.0001/input/input4
[    2.182105] hid-generic 0003:056E:00E6.0001: input,hidraw0: USB HID v1.01 Mouse [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input0
[    2.182618] input: ELECOM ELECOM UltimateLaser Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-7/1-7:1.1/0003:056E:00E6.0002/input/input5
[    2.202736] ata2: SATA link down (SStatus 0 SControl 300)
[    2.240056] hid-generic 0003:056E:00E6.0002: input,hidraw1: USB HID v1.01 Device [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input1
[    2.240601] hid-generic 0003:056E:00E6.0003: hiddev0,hidraw2: USB HID v1.01 Device [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input2
[    2.518175] ata5: SATA link down (SStatus 0 SControl 330)
[    2.830170] ata6: SATA link down (SStatus 0 SControl 330)
[    2.835753] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    2.836101] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.836292] sd 0:0:0:0: [sda] Write Protect is off
[    2.836446] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.836606] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.837444]  sda: sda1 sda2 < sda5 sda6 >
[    2.838057] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.888649] PM: Image not found (code -22)
[    3.001422] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.118208] systemd[1]: Inserted module 'autofs4'
[    3.133816] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    3.152089] systemd[1]: Detected architecture x86-64.
[    3.157596] systemd[1]: Set hostname to <fumi>.
[    3.158122] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    3.254859] systemd[1]: Created slice User and Session Slice.
[    3.255392] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.255628] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.255926] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.256181] systemd[1]: Reached target Slices.
[    3.256444] systemd[1]: Listening on Syslog Socket.
[    3.274792] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    3.295417] lp: driver loaded but no devices found
[    3.300482] ppdev: user-space parallel port driver
[    3.437111] acpi_cpufreq: overriding BIOS provided _PSD data
[    3.461711] systemd-journald[305]: Received request to flush runtime journal from PID 1
[    3.506444] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.541790] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    3.561875] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    3.562224] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    3.562441] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    3.666442] snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
[    3.696866] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    3.697106] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.697309] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.697508] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.697682] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.697843] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    3.698015] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    3.698185] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    3.720350] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input7
[    3.720598] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input8
[    3.720858] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input9
[    3.730820] kvm: Nested Virtualization enabled
[    3.730917] kvm: Nested Paging enabled
[    3.730996] SVM: Virtual VMLOAD VMSAVE supported
[    3.731081] SVM: Virtual GIF supported
[    3.733899] MCE: In-kernel MCE decoding enabled.
[    3.737582] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.737661] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.743230] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input10
[    3.746069] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input11
[    3.747908] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input12
[    3.748206] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
[    3.750224] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
[    3.759417] Adding 14605308k swap on /dev/sda5.  Priority:-2 extents:1 across:14605308k SSFS
[    3.773093] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.773205] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.804632] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.804849] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.811256] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    3.845286] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.845451] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.847961] audit: type=1400 audit(1570210087.438:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=451 comm="apparmor_parser"
[    3.848330] audit: type=1400 audit(1570210087.442:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=453 comm="apparmor_parser"
[    3.850010] audit: type=1400 audit(1570210087.442:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=452 comm="apparmor_parser"
[    3.850401] audit: type=1400 audit(1570210087.442:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=452 comm="apparmor_parser"
[    3.850736] audit: type=1400 audit(1570210087.442:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=452 comm="apparmor_parser"
[    3.852295] audit: type=1400 audit(1570210087.446:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=457 comm="apparmor_parser"
[    3.852637] audit: type=1400 audit(1570210087.446:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=457 comm="apparmor_parser"
[    3.854683] audit: type=1400 audit(1570210087.446:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=461 comm="apparmor_parser"
[    3.855031] audit: type=1400 audit(1570210087.446:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=459 comm="apparmor_parser"
[    4.369148] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    4.371176] r8169 0000:04:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
[    4.371619] Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[    4.478750] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    6.062816] r8169 0000:04:00.0 enp4s0: Link is Up - 100Mbps/Full - flow control rx/tx
[    6.062833] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready

dkms導入後のdmesgのハイライト部分

dmesgのハイライトされているところを抜き出しました。[cut here]とあるところからハードの反応を探っているように見えます。途中太字が続くところは、普通の文字のままにしています。

[    0.032421] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.063138] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.867889] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.299304] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[    1.299736] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[    1.300189] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[    1.403958] amdkcl: loading out-of-tree module taints kernel.
[    1.456260] Warning: fail to get symbol drm_fb_helper_release_fbi, replace it with kcl stub
[    1.787028] ------------[ cut here ]------------
[    1.787036] WARNING: CPU: 0 PID: 111 at kernel/workqueue.c:2911 __flush_work.cold.53+0x1f/0x29
[    1.787037] Modules linked in: amdgpu(OE+) amdttm(OE) amd_sched(OE) crc32c_intel amdkcl(OE) i2c_algo_bit drm_kms_helper ahci libahci aesni_intel xhci_pci drm xhci_hcd aes_x86_64 crypto_simd r8169 cryptd glue_helper libata realtek libphy usbcore i2c_piix4 scsi_mod usb_common wmi video gpio_amdpt gpio_generic button
[    1.787050] CPU: 0 PID: 111 Comm: systemd-udevd Tainted: G           OE     4.19.0-6-amd64 #1 Debian 4.19.67-2+deb10u1
[    1.787051] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./B450M Pro4, BIOS P3.60 07/31/2019
[    1.787052] RIP: 0010:__flush_work.cold.53+0x1f/0x29
[    1.787054] Code: e9 27 04 00 0f 0b e9 7a d3 ff ff 48 c7 c7 80 07 64 90 e8 d6 27 04 00 0f 0b e9 71 d6 ff ff 48 c7 c7 80 07 64 90 e8 c3 27 04 00 <0f> 0b 45 31 ed e9 5b d6 ff ff 49 8d b4 24 b0 00 00 00 48 c7 c7 30
[    1.787054] RSP: 0018:ffffac49c1f2f7c8 EFLAGS: 00010246
[    1.787055] RAX: 0000000000000024 RBX: ffff94218d492d38 RCX: ffffffff9084dea8
[    1.787056] RDX: 0000000000000000 RSI: 0000000000000092 RDI: 0000000000000247
[    1.787056] RBP: ffff94218d492d38 R08: 00000000000002e6 R09: 0000000000000004
[    1.787057] R10: 0000000000000000 R11: 0000000000000001 R12: 0000000000000001
[    1.787057] R13: 0000000000000001 R14: ffffffff8f8983f0 R15: ffff942181c60000
[    1.787059] FS:  00007f0729137d40(0000) GS:ffff942190600000(0000) knlGS:0000000000000000
[    1.787059] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[    1.787060] CR2: 000055ced1685bc8 CR3: 0000000402db4000 CR4: 00000000003406f0
[    1.787060] Call Trace:
[    1.787066]  ? idr_alloc_u32+0xba/0xe0
[    1.787067]  ? get_work_pool+0x40/0x40
[    1.787069]  __cancel_work_timer+0x10a/0x190
[    1.787071]  ? _cond_resched+0x15/0x30
[    1.787072]  ? mutex_lock+0xe/0x30
[    1.787085]  ? drm_property_create_blob.part.2+0xd8/0x110 [drm]
[    1.787091]  drm_dp_cec_set_edid+0x3a/0x170 [drm_kms_helper]
[    1.787182]  amdgpu_dm_update_connector_after_detect+0x19f/0x290 [amdgpu]
[    1.787253]  amdgpu_dm_init.cold.80+0xea3/0x1000 [amdgpu]
[    1.787328]  ? phm_wait_for_register_unequal.part.1+0x50/0x80 [amdgpu]
[    1.787404]  dm_hw_init+0xe/0x20 [amdgpu]
[    1.787475]  amdgpu_device_init.cold.34+0x14c4/0x16b3 [amdgpu]
[    1.787536]  amdgpu_driver_load_kms+0x86/0x340 [amdgpu]
[    1.787546]  drm_dev_register+0x109/0x140 [drm]
[    1.787606]  amdgpu_pci_probe+0x123/0x1a0 [amdgpu]
[    1.787609]  local_pci_probe+0x41/0x90
[    1.787611]  pci_device_probe+0xf5/0x1b0
[    1.787613]  really_probe+0x23e/0x390
[    1.787615]  driver_probe_device+0xb3/0xf0
[    1.787616]  __driver_attach+0xea/0x110
[    1.787617]  ? driver_probe_device+0xf0/0xf0
[    1.787618]  bus_for_each_dev+0x77/0xc0
[    1.787619]  ? klist_add_tail+0x3b/0x70
[    1.787620]  bus_add_driver+0x152/0x230
[    1.787622]  ? 0xffffffffc0bbc000
[    1.787623]  driver_register+0x6b/0xb0
[    1.787624]  ? 0xffffffffc0bbc000
[    1.787626]  do_one_initcall+0x46/0x1c3
[    1.787627]  ? _cond_resched+0x15/0x30
[    1.787630]  ? kmem_cache_alloc_trace+0x169/0x1d0
[    1.787632]  do_init_module+0x5a/0x210
[    1.787633]  load_module+0x2118/0x2390
[    1.787635]  ? __do_sys_finit_module+0xad/0x110
[    1.787636]  __do_sys_finit_module+0xad/0x110
[    1.787638]  do_syscall_64+0x53/0x110
[    1.787640]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[    1.787641] RIP: 0033:0x7f072991ef59
[    1.787642] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 07 6f 0c 00 f7 d8 64 89 01 48
[    1.787643] RSP: 002b:00007fff90b9d398 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[    1.787644] RAX: ffffffffffffffda RBX: 000055ced1673f70 RCX: 00007f072991ef59
[    1.787644] RDX: 0000000000000000 RSI: 00007f0729823cad RDI: 0000000000000011
[    1.787645] RBP: 00007f0729823cad R08: 0000000000000000 R09: 0000000000000000
[    1.787645] R10: 0000000000000011 R11: 0000000000000246 R12: 0000000000000000
[    1.787645] R13: 000055ced1664870 R14: 0000000000020000 R15: 000055ced1673f70
[    1.787647] ---[ end trace f93e6d48304ac3d2 ]---
[    1.787651] BUG: unable to handle kernel NULL pointer dereference at 0000000000000000
[    1.787750] PGD 0 P4D 0 
[    1.787811] Oops: 0010 [#1] SMP NOPTI
[    3.158122] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    3.562441] sp5100-tco sp5100-tco: Watchdog hardware is disabled

nomodesetをデフォルトにする

いちいち起動時にnomodesetを入れなければならないのは面倒なので、ファイルに設定を書いてしまいます。

/etc/default/grubに書いて、update-grubします

DELLのサポートの記述(Linux起動用の手動「nomodeset」カーネル ブート ライン オプション)にしたがって、

root@fumi:~# vi /etc/default/grub

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

update-grub

/etc/default/grubの冒頭に、"If you change this file, run 'update-grub' afterwards to update /boot/grub/grub.cfg" と書いてあります。システム的にはgrub2なのでちょっと調べると、/usr/sbin/update-grub2でもできます。

root@fumi:~# ll /usr/sbin/update-gr*
-rwxr-xr-x 1 root root 64  1月 10  2015 /usr/sbin/update-grub
lrwxrwxrwx 1 root root 11  6月 25 18:11 /usr/sbin/update-grub2 -> update-grub
root@fumi:~# update-grub
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Linux イメージを見つけました: /boot/vmlinuz-4.19.0-6-amd64
Found initrd image: /boot/initrd.img-4.19.0-6-amd64
完了

落ち着いた所でdmesgを記録

後で調べたくなったときのための記録だけです。

(1)取りあえず再起動してGRUBの設定を確認。(2)本当にnomodesetがないとだめなんだよねと今度は[e]でnomodasetを消して起動したら、ssh,suが25秒、shutdown -r できず。(3)そこでもう一度nomodesetで再起動

(1)と(3)のdmesgがほぼ合致したので、(3)のdmesgを書いておきます

[    0.000000] Linux version 4.19.0-6-amd64 (debian-kernel@lists.debian.org) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP Debian 4.19.67-2+deb10u1 (2019-09-20)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=750114f5-dc03-4d46-8bbf-05e0a3514c36 ro quiet nomodeset
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009d01fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d02000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x000000005b002fff] usable
[    0.000000] BIOS-e820: [mem 0x000000005b003000-0x000000005c4cdfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005c4ce000-0x000000005c64cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000005c64d000-0x000000005ca57fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000005ca58000-0x000000005d856fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005d857000-0x000000005effffff] usable
[    0.000000] BIOS-e820: [mem 0x000000005f000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f33ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.2.1 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./B450M Pro4, BIOS P3.60 07/31/2019
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x41f340 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000420000000 aka 16896M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0x5f000 max_arch_pfn = 0x400000000
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x2ae001000, 0x2ae001fff] PGTABLE
[    0.000000] BRK [0x2ae002000, 0x2ae002fff] PGTABLE
[    0.000000] BRK [0x2ae003000, 0x2ae003fff] PGTABLE
[    0.000000] BRK [0x2ae004000, 0x2ae004fff] PGTABLE
[    0.000000] BRK [0x2ae005000, 0x2ae005fff] PGTABLE
[    0.000000] BRK [0x2ae006000, 0x2ae006fff] PGTABLE
[    0.000000] BRK [0x2ae007000, 0x2ae007fff] PGTABLE
[    0.000000] BRK [0x2ae008000, 0x2ae008fff] PGTABLE
[    0.000000] BRK [0x2ae009000, 0x2ae009fff] PGTABLE
[    0.000000] BRK [0x2ae00a000, 0x2ae00afff] PGTABLE
[    0.000000] BRK [0x2ae00b000, 0x2ae00bfff] PGTABLE
[    0.000000] BRK [0x2ae00c000, 0x2ae00cfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x31935000-0x34c91fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05A0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000005C9D4098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000005C9DAC00 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000005C9D41E8 006A17 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000005CA40E00 000040
[    0.000000] ACPI: APIC 0x000000005C9DAD18 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000005C9DAE78 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000005C9DAEC0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005C9DAF60 000060 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.000000] ACPI: SSDT 0x000000005C9DAFC0 005419 (v02 AMD    AmdTable 00000002 MSFT 02000002)
[    0.000000] ACPI: SSDT 0x000000005C9E03E0 00315B (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x000000005C9E3540 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: AAFT 0x000000005C9E3580 000430 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000005C9E39B0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: UEFI 0x000000005C9E39E8 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000005C9E3A30 000718 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x000000005C9E4148 000490 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x000000005C9E45D8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000005C9E4608 001D34 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000005C9E6340 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: WSMT 0x000000005C9E6400 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005C9E6428 0010AF (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041f33ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41f33b000-0x41f33ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041f33ffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000009d01fff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.000000]   node   0: [mem 0x000000000a20b000-0x000000000affffff]
[    0.000000]   node   0: [mem 0x000000000b020000-0x000000005b002fff]
[    0.000000]   node   0: [mem 0x000000005c4ce000-0x000000005c64cfff]
[    0.000000]   node   0: [mem 0x000000005d857000-0x000000005effffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041f33ffff]
[    0.000000] Reserved but unavailable: 100 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f33ffff]
[    0.000000] On node 0 totalpages: 3651806
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 5849 pages used for memmap
[    0.000000]   DMA32 zone: 374274 pages, LIFO batch:63
[    0.000000]   Normal zone: 51149 pages used for memmap
[    0.000000]   Normal zone: 3273536 pages, LIFO batch:63
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.000000] smpboot: Allowing 32 CPUs, 28 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x09d02000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
[    0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x5b003000-0x5c4cdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x5c64d000-0x5ca57fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5ca58000-0x5d856fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5f000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[    0.000000] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x93/0x52c with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:32 nr_node_ids:1
[    0.000000] percpu: Embedded 45 pages/cpu s144408 r8192 d31720 u262144
[    0.000000] pcpu-alloc: s144408 r8192 d31720 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 3594723
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=750114f5-dc03-4d46-8bbf-05e0a3514c36 ro quiet nomodeset
[    0.000000] You have booted with nomodeset. This means your GPU drivers are DISABLED
[    0.000000] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
[    0.000000] Unless you actually understand what nomodeset does, you should reboot without enabling it
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 126976 bytes
[    0.000000] log_buf_len min size: 131072 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 119240(90%)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 14228452K/14607224K available (10252K kernel code, 1243K rwdata, 3324K rodata, 1584K init, 2280K bss, 378772K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.000000] ftrace: allocating 31861 entries in 125 pages
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=32.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.000000] NR_IRQS: 33024, nr_irqs: 1224, preallocated irqs: 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180810
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] Switched APIC routing to physical flat.
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.024000] tsc: PIT calibration matches HPET. 1 loops
[    0.024000] tsc: Detected 3194.025 MHz processor
[    0.000007] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a3da6644, max_idle_ns: 440795317652 ns
[    0.000013] Calibrating delay loop (skipped), value calculated using timer frequency.. 6388.05 BogoMIPS (lpj=12776100)
[    0.000015] pid_max: default: 32768 minimum: 301
[    0.000381] Security Framework initialized
[    0.000381] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.000510] AppArmor: AppArmor initialized
[    0.005130] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.006380] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.006489] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.006527] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.007132] LVT offset 1 assigned for vector 0xf9
[    0.007184] LVT offset 2 assigned for vector 0xf4
[    0.007194] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.007195] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.007196] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.007197] Spectre V2 : Mitigation: Full AMD retpoline
[    0.007198] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.007203] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.007204] Spectre V2 : User space: Vulnerable
[    0.007205] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.011869] Freeing SMP alternatives memory: 24K
[    0.020009] smpboot: CPU0: AMD Athlon 200GE with Radeon Vega Graphics (family: 0x17, model: 0x11, stepping: 0x0)
[    0.020009] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.020009] ... version:                0
[    0.020009] ... bit width:              48
[    0.020009] ... generic registers:      6
[    0.020009] ... value mask:             0000ffffffffffff
[    0.020009] ... max period:             00007fffffffffff
[    0.020009] ... fixed-purpose events:   0
[    0.020009] ... event mask:             000000000000003f
[    0.020009] rcu: Hierarchical SRCU implementation.
[    0.020009] random: crng done (trusting CPU's manufacturer)
[    0.020009] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.020009] smp: Bringing up secondary CPUs ...
[    0.020009] x86: Booting SMP configuration:
[    0.020009] .... node  #0, CPUs:        #1  #2  #3
[    0.026389] smp: Brought up 1 node, 4 CPUs
[    0.026389] smpboot: Max logical packages: 8
[    0.026389] smpboot: Total of 4 processors activated (25552.20 BogoMIPS)
[    0.028434] devtmpfs: initialized
[    0.028434] x86/mm: Memory block size: 128MB
[    0.029500] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[    0.029500] PM: Registering ACPI NVS region [mem 0x5c64d000-0x5ca57fff] (4239360 bytes)
[    0.029500] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.029500] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    0.029573] pinctrl core: initialized pinctrl subsystem
[    0.032336] NET: Registered protocol family 16
[    0.032428] audit: initializing netlink subsys (disabled)
[    0.032433] audit: type=2000 audit(1570639336.056:1): state=initialized audit_enabled=0 res=1
[    0.032433] cpuidle: using governor ladder
[    0.032433] cpuidle: using governor menu
[    0.032433] ACPI: bus type PCI registered
[    0.032433] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.032433] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.032433] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.032433] PCI: Using configuration type 1 for base access
[    0.032433] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.032433] mtrr: probably your BIOS does not setup all CPUs.
[    0.032433] mtrr: corrected configuration.
[    0.032789] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.032789] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.032789] ACPI: Added _OSI(Module Device)
[    0.032789] ACPI: Added _OSI(Processor Device)
[    0.032789] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.032789] ACPI: Added _OSI(Processor Aggregator Device)
[    0.032789] ACPI: Added _OSI(Linux-Dell-Video)
[    0.032789] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.040024] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.041682] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.042982] ACPI: Interpreter enabled
[    0.042995] ACPI: (supports S0 S3 S4 S5)
[    0.042996] ACPI: Using IOAPIC for interrupt routing
[    0.044310] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.044583] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.051805] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.051809] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.051920] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.052032] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.052041] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.052294] PCI host bridge to bus 0000:00
[    0.052296] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.052297] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.052298] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.052299] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.052300] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.052300] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.052301] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.052302] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.052303] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.052312] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    0.052438] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.052547] pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
[    0.052599] pci 0000:00:01.2: enabling Extended Tags
[    0.052658] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.052787] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.052902] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    0.052956] pci 0000:00:08.1: enabling Extended Tags
[    0.053014] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.053114] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[    0.053168] pci 0000:00:08.2: enabling Extended Tags
[    0.053228] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.053370] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.053548] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.053752] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    0.053808] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    0.053854] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    0.053901] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    0.053956] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    0.054003] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    0.054057] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    0.054103] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    0.054239] pci 0000:01:00.0: [1022:43d5] type 00 class 0x0c0330
[    0.054271] pci 0000:01:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
[    0.054325] pci 0000:01:00.0: enabling Extended Tags
[    0.054390] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.054435] pci 0000:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8 GT/s x2 link at 0000:00:01.2 (capable of 31.504 Gb/s with 8 GT/s x4 link)
[    0.054488] pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
[    0.054557] pci 0000:01:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
[    0.054567] pci 0000:01:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
[    0.054575] pci 0000:01:00.1: enabling Extended Tags
[    0.054628] pci 0000:01:00.1: PME# supported from D3hot D3cold
[    0.054708] pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
[    0.054764] pci 0000:01:00.2: enabling Extended Tags
[    0.054821] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.054953] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.054958] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.054961] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.055063] pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
[    0.055125] pci 0000:02:00.0: enabling Extended Tags
[    0.055193] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.055304] pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
[    0.055366] pci 0000:02:01.0: enabling Extended Tags
[    0.055434] pci 0000:02:01.0: PME# supported from D3hot D3cold
[    0.055527] pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
[    0.055589] pci 0000:02:04.0: enabling Extended Tags
[    0.055656] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.055784] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.055790] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.055794] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.055853] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.055946] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.055996] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.056042] pci 0000:04:00.0: reg 0x18: [mem 0xfcd04000-0xfcd04fff 64bit]
[    0.056069] pci 0000:04:00.0: reg 0x20: [mem 0xfcd00000-0xfcd03fff 64bit]
[    0.056228] pci 0000:04:00.0: supports D1 D2
[    0.056228] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.056433] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.056439] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.056443] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.056504] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.056655] pci 0000:06:00.0: [1002:15dd] type 00 class 0x030000
[    0.056701] pci 0000:06:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.056719] pci 0000:06:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.056731] pci 0000:06:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.056743] pci 0000:06:00.0: reg 0x24: [mem 0xfcc00000-0xfcc7ffff]
[    0.056763] pci 0000:06:00.0: enabling Extended Tags
[    0.056871] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.056988] pci 0000:06:00.1: [1002:15de] type 00 class 0x040300
[    0.057018] pci 0000:06:00.1: reg 0x10: [mem 0xfcc88000-0xfcc8bfff]
[    0.057091] pci 0000:06:00.1: enabling Extended Tags
[    0.057161] pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.057241] pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
[    0.057292] pci 0000:06:00.2: reg 0x18: [mem 0xfcb00000-0xfcbfffff]
[    0.057324] pci 0000:06:00.2: reg 0x24: [mem 0xfcc8c000-0xfcc8dfff]
[    0.057344] pci 0000:06:00.2: enabling Extended Tags
[    0.057500] pci 0000:06:00.3: [1022:15e0] type 00 class 0x0c0330
[    0.057536] pci 0000:06:00.3: reg 0x10: [mem 0xfca00000-0xfcafffff 64bit]
[    0.057598] pci 0000:06:00.3: enabling Extended Tags
[    0.057675] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.057767] pci 0000:06:00.4: [1022:15e1] type 00 class 0x0c0330
[    0.057802] pci 0000:06:00.4: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit]
[    0.057864] pci 0000:06:00.4: enabling Extended Tags
[    0.057941] pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
[    0.058049] pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
[    0.058078] pci 0000:06:00.6: reg 0x10: [mem 0xfcc80000-0xfcc87fff]
[    0.058151] pci 0000:06:00.6: enabling Extended Tags
[    0.058221] pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
[    0.058368] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.058373] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.058376] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.058382] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.058460] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
[    0.058547] pci 0000:07:00.0: reg 0x24: [mem 0xfcf00000-0xfcf007ff]
[    0.058567] pci 0000:07:00.0: enabling Extended Tags
[    0.058652] pci 0000:07:00.0: PME# supported from D3hot D3cold
[    0.058804] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.058812] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.059236] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.059282] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.059319] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.059370] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.059414] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.059450] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.059486] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.059521] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.059909] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[    0.059909] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.059909] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.059909] vgaarb: loaded
[    0.060036] pps_core: LinuxPPS API ver. 1 registered
[    0.060036] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.060038] PTP clock support registered
[    0.060051] EDAC MC: Ver: 3.0.0
[    0.060188] PCI: Using ACPI for IRQ routing
[    0.063060] PCI: pci_cache_line_size set to 64 bytes
[    0.063138] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.063139] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    0.063140] e820: reserve RAM buffer [mem 0x09d02000-0x0bffffff]
[    0.063141] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.063142] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.063142] e820: reserve RAM buffer [mem 0x5b003000-0x5bffffff]
[    0.063143] e820: reserve RAM buffer [mem 0x5c64d000-0x5fffffff]
[    0.063143] e820: reserve RAM buffer [mem 0x5f000000-0x5fffffff]
[    0.063144] e820: reserve RAM buffer [mem 0x41f340000-0x41fffffff]
[    0.063268] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.063268] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.065040] clocksource: Switched to clocksource tsc-early
[    0.074335] VFS: Disk quotas dquot_6.6.0
[    0.074383] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.074563] AppArmor: AppArmor Filesystem Enabled
[    0.074578] pnp: PnP ACPI init
[    0.074700] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.074704] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.074740] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[    0.074742] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.074794] system 00:02: [mem 0x60000000-0xdfffffff window] has been reserved
[    0.074796] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.074920] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.075070] system 00:04: [io  0x0280-0x028f] has been reserved
[    0.075071] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.075072] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.075073] system 00:04: [io  0x02b0-0x02bf] has been reserved
[    0.075075] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.075285] pnp 00:05: [dma 0 disabled]
[    0.075313] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.075359] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.075541] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.075542] system 00:07: [io  0x040b] has been reserved
[    0.075543] system 00:07: [io  0x04d6] has been reserved
[    0.075543] system 00:07: [io  0x0c00-0x0c01] has been reserved
[    0.075544] system 00:07: [io  0x0c14] has been reserved
[    0.075545] system 00:07: [io  0x0c50-0x0c51] has been reserved
[    0.075546] system 00:07: [io  0x0c52] has been reserved
[    0.075547] system 00:07: [io  0x0c6c] has been reserved
[    0.075547] system 00:07: [io  0x0c6f] has been reserved
[    0.075548] system 00:07: [io  0x0cd0-0x0cd1] has been reserved
[    0.075549] system 00:07: [io  0x0cd2-0x0cd3] has been reserved
[    0.075550] system 00:07: [io  0x0cd4-0x0cd5] has been reserved
[    0.075550] system 00:07: [io  0x0cd6-0x0cd7] has been reserved
[    0.075551] system 00:07: [io  0x0cd8-0x0cdf] has been reserved
[    0.075552] system 00:07: [io  0x0800-0x089f] has been reserved
[    0.075553] system 00:07: [io  0x0b00-0x0b0f] has been reserved
[    0.075554] system 00:07: [io  0x0b20-0x0b3f] has been reserved
[    0.075554] system 00:07: [io  0x0900-0x090f] has been reserved
[    0.075555] system 00:07: [io  0x0910-0x091f] has been reserved
[    0.075557] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.075558] system 00:07: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.075558] system 00:07: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.075559] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.075560] system 00:07: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.075561] system 00:07: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.075562] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.075565] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.075913] pnp: PnP ACPI: found 8 devices
[    0.081889] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.081959] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.081973] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.081975] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.081980] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.081989] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.082002] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.082004] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.082009] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.082018] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.082019] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.082024] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.082033] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.082035] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.082039] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.082043] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.082049] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.082053] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.082062] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.082063] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.082064] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.082065] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.082066] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.082067] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.082068] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.082069] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.082069] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.082070] pci_bus 0000:01: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.082071] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.082072] pci_bus 0000:02: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.082073] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.082073] pci_bus 0000:04: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.082074] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
[    0.082075] pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfccfffff]
[    0.082076] pci_bus 0000:06: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.082077] pci_bus 0000:07: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.082272] NET: Registered protocol family 2
[    0.082579] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.082620] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.082785] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.082935] TCP: Hash tables configured (established 131072 bind 65536)
[    0.083015] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.083082] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.083352] NET: Registered protocol family 1
[    0.083358] NET: Registered protocol family 44
[    0.083562] pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.083570] pci 0000:06:00.1: Linked as a consumer to 0000:06:00.0
[    0.083876] PCI: CLS 64 bytes, default 64
[    0.083925] Unpacking initramfs...
[    0.730894] Freeing initrd memory: 52596K
[    0.730942] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.730944] software IO TLB: mapped [mem 0x57003000-0x5b003000] (64MB)
[    0.730981] amd_uncore: AMD NB counters detected
[    0.730992] amd_uncore: AMD LLC counters detected
[    0.731937] Initialise system trusted keyrings
[    0.731998] Key type blacklist registered
[    0.732073] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.733685] zbud: loaded
[    0.843857] Key type asymmetric registered
[    0.843858] Asymmetric key parser 'x509' registered
[    0.843866] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.843912] io scheduler noop registered
[    0.843912] io scheduler deadline registered
[    0.843968] io scheduler cfq registered (default)
[    0.843968] io scheduler mq-deadline registered
[    0.845260] pcieport 0000:00:01.2: AER enabled with IRQ 25
[    0.845293] pcieport 0000:00:08.2: AER enabled with IRQ 27
[    0.845312] pcieport 0000:00:01.2: Signaling PME with IRQ 25
[    0.845331] pcieport 0000:00:08.1: Signaling PME with IRQ 26
[    0.845347] pcieport 0000:00:08.2: Signaling PME with IRQ 27
[    0.845373] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.845712] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.866631] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.867024] Linux agpgart interface v0.103
[    0.867390] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.867391] AMD IOMMUv2 functionality not available on this system
[    0.867760] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.867760] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.868458] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.868542] mousedev: PS/2 mouse device common for all mice
[    0.868593] rtc_cmos 00:03: RTC can wake from S4
[    0.868830] rtc_cmos 00:03: registered as rtc0
[    0.868851] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.868924] ledtrig-cpu: registered to indicate activity on CPUs
[    0.869446] NET: Registered protocol family 10
[    0.875222] Segment Routing with IPv6
[    0.875239] mip6: Mobile IPv6
[    0.875241] NET: Registered protocol family 17
[    0.875280] mpls_gso: MPLS GSO support
[    0.875580] mce: Using 23 MCE banks
[    0.875606] microcode: CPU0: patch_level=0x08101016
[    0.875611] microcode: CPU1: patch_level=0x08101016
[    0.875613] microcode: CPU2: patch_level=0x08101016
[    0.875624] microcode: CPU3: patch_level=0x08101016
[    0.875651] microcode: Microcode Update Driver: v2.2.
[    0.875673] sched_clock: Marking stable (899638759, -23990953)->(983258117, -107610311)
[    0.875819] registered taskstats version 1
[    0.875820] Loading compiled-in X.509 certificates
[    0.892502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.900477] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    0.900502] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    0.900523] zswap: loaded using pool lzo/zbud
[    0.900621] AppArmor: AppArmor sha1 policy hashing enabled
[    0.901486] rtc_cmos 00:03: setting system clock to 2019-10-09 16:42:17 UTC (1570639337)
[    1.196229] Freeing unused kernel image memory: 1584K
[    1.216027] Write protecting the kernel read-only data: 16384k
[    1.217962] Freeing unused kernel image memory: 2028K
[    1.218094] Freeing unused kernel image memory: 772K
[    1.225530] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.225539] Run /init as init process
[    1.283312] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.283321] ACPI: Power Button [PWRB]
[    1.283390] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.283409] ACPI: Power Button [PWRF]
[    1.290834] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[    1.290972] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[    1.291216] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[    1.291443] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[    1.291648] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:01/input/input3
[    1.318250] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.318252] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.326637] ACPI: bus type USB registered
[    1.326658] usbcore: registered new interface driver usbfs
[    1.326665] usbcore: registered new interface driver hub
[    1.330038] SCSI subsystem initialized
[    1.332165] usbcore: registered new device driver usb
[    1.346881] libata version 3.00 loaded.
[    1.352913] cryptd: max_cpu_qlen set to 1000
[    1.354035] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.354041] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.355260] ahci 0000:01:00.1: version 3.0
[    1.355485] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[    1.355564] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    1.355566] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    1.361208] AVX2 version of gcm_enc/dec engaged.
[    1.361209] AES CTR mode by8 optimization enabled
[    1.363744] libphy: r8169: probed
[    1.364233] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 70:85:c2:f2:89:c7, XID 54100800, IRQ 35
[    1.364235] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.364691] scsi host0: ahci
[    1.365300] scsi host1: ahci
[    1.365641] scsi host2: ahci
[    1.366065] scsi host3: ahci
[    1.366622] scsi host4: ahci
[    1.366965] scsi host5: ahci
[    1.367578] scsi host6: ahci
[    1.367789] scsi host7: ahci
[    1.367932] ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 36
[    1.367972] ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 36
[    1.367972] ata3: DUMMY
[    1.367973] ata4: DUMMY
[    1.367981] ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 36
[    1.367989] ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 36
[    1.367989] ata7: DUMMY
[    1.367990] ata8: DUMMY
[    1.378828] ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.378832] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.379875] scsi host8: ahci
[    1.380027] ata9: SATA max UDMA/133 abar m2048@0xfcf00000 port 0xfcf00100 irq 38
[    1.405746] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    1.409433] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    1.409671] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.409672] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.409673] usb usb1: Product: xHCI Host Controller
[    1.409674] usb usb1: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.409675] usb usb1: SerialNumber: 0000:01:00.0
[    1.409823] hub 1-0:1.0: USB hub found
[    1.409856] hub 1-0:1.0: 10 ports detected
[    1.410624] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.410641] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.410644] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.410717] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.410787] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.410788] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.410789] usb usb2: Product: xHCI Host Controller
[    1.410790] usb usb2: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.410803] usb usb2: SerialNumber: 0000:01:00.0
[    1.410957] hub 2-0:1.0: USB hub found
[    1.410992] hub 2-0:1.0: 4 ports detected
[    1.411668] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.411672] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
[    1.412058] xhci_hcd 0000:06:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.412421] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.412423] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.412423] usb usb3: Product: xHCI Host Controller
[    1.412424] usb usb3: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.412425] usb usb3: SerialNumber: 0000:06:00.3
[    1.412545] hub 3-0:1.0: USB hub found
[    1.412586] hub 3-0:1.0: 4 ports detected
[    1.413157] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.413160] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4
[    1.413163] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.413217] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.413245] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.413246] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.413247] usb usb4: Product: xHCI Host Controller
[    1.413248] usb usb4: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.413249] usb usb4: SerialNumber: 0000:06:00.3
[    1.413385] hub 4-0:1.0: USB hub found
[    1.413440] hub 4-0:1.0: 4 ports detected
[    1.414238] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.414242] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
[    1.414475] xhci_hcd 0000:06:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.414857] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.414858] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.414859] usb usb5: Product: xHCI Host Controller
[    1.414859] usb usb5: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.414860] usb usb5: SerialNumber: 0000:06:00.4
[    1.414964] hub 5-0:1.0: USB hub found
[    1.415012] hub 5-0:1.0: 1 port detected
[    1.415200] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.415203] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 6
[    1.415206] xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.415262] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.415292] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.415293] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.415294] usb usb6: Product: xHCI Host Controller
[    1.415295] usb usb6: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.415295] usb usb6: SerialNumber: 0000:06:00.4
[    1.415444] hub 6-0:1.0: USB hub found
[    1.415474] hub 6-0:1.0: 1 port detected
[    1.419586] amdkcl: loading out-of-tree module taints kernel.
[    1.419615] amdkcl: module verification failed: signature and/or required key missing - tainting kernel
[    1.468819] Warning: fail to get symbol drm_fb_helper_release_fbi, replace it with kcl stub
[    1.543812] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    1.694440] ata9: SATA link down (SStatus 0 SControl 300)
[    1.732027] tsc: Refined TSC clocksource calibration: 3193.984 MHz
[    1.732040] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a16d682b, max_idle_ns: 440795210620 ns
[    1.732056] clocksource: Switched to clocksource tsc
[    1.812020] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[    1.844030] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.848888] ata1.00: ATA-9: HP SSD S700 250GB, S0704A1, max UDMA/133
[    1.848889] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.856440] ata1.00: configured for UDMA/133
[    1.856729] scsi 0:0:0:0: Direct-Access     ATA      HP SSD S700 250G 4A1  PQ: 0 ANSI: 5
[    2.124589] usb 1-7: New USB device found, idVendor=056e, idProduct=00e6, bcdDevice=10.01
[    2.124591] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.124592] usb 1-7: Product: ELECOM UltimateLaser Mouse
[    2.124593] usb 1-7: Manufacturer: ELECOM
[    2.140713] hidraw: raw HID events driver (C) Jiri Kosina
[    2.158390] usbcore: registered new interface driver usbhid
[    2.158391] usbhid: USB HID core driver
[    2.160286] input: ELECOM ELECOM UltimateLaser Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-7/1-7:1.0/0003:056E:00E6.0001/input/input4
[    2.160361] hid-generic 0003:056E:00E6.0001: input,hidraw0: USB HID v1.01 Mouse [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input0
[    2.160624] input: ELECOM ELECOM UltimateLaser Mouse as /devices/pci0000:00/0000:00:01.2/0000:01:00.0/usb1/1-7/1-7:1.1/0003:056E:00E6.0002/input/input5
[    2.170155] ata2: SATA link down (SStatus 0 SControl 300)
[    2.220047] hid-generic 0003:056E:00E6.0002: input,hidraw1: USB HID v1.01 Device [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input1
[    2.220265] hid-generic 0003:056E:00E6.0003: hiddev0,hidraw2: USB HID v1.01 Device [ELECOM ELECOM UltimateLaser Mouse] on usb-0000:01:00.0-7/input2
[    2.482173] ata5: SATA link down (SStatus 0 SControl 330)
[    2.794188] ata6: SATA link down (SStatus 0 SControl 330)
[    2.799611] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    2.799613] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.799618] sd 0:0:0:0: [sda] Write Protect is off
[    2.799619] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.799651] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.800331]  sda: sda1 sda2 < sda5 sda6 >
[    2.800809] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.852622] PM: Image not found (code -22)
[    2.982149] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.099532] systemd[1]: Inserted module 'autofs4'
[    3.114546] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    3.132067] systemd[1]: Detected architecture x86-64.
[    3.137033] systemd[1]: Set hostname to <fumi>.
[    3.137392] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    3.237293] systemd[1]: Reached target User and Group Name Lookups.
[    3.238194] systemd[1]: Created slice system-getty.slice.
[    3.238292] systemd[1]: Listening on udev Control Socket.
[    3.238327] systemd[1]: Reached target Remote File Systems.
[    3.238383] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.238499] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.262385] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    3.266739] lp: driver loaded but no devices found
[    3.277011] ppdev: user-space parallel port driver
[    3.415485] acpi_cpufreq: overriding BIOS provided _PSD data
[    3.423411] systemd-journald[290]: Received request to flush runtime journal from PID 1
[    3.488627] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    3.488734] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    3.488751] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    3.558965] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    3.565795] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    3.594457] snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
[    3.611777] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.617401] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input7
[    3.617630] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input8
[    3.617750] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input9
[    3.647890] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    3.647893] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.647895] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.647896] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.647897] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.647898] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    3.647900] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    3.647901] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    3.682825] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input10
[    3.682886] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input11
[    3.682941] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input12
[    3.683000] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
[    3.683046] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
[    3.717259] kvm: Nested Virtualization enabled
[    3.717895] kvm: Nested Paging enabled
[    3.717896] SVM: Virtual VMLOAD VMSAVE supported
[    3.717896] SVM: Virtual GIF supported
[    3.721988] MCE: In-kernel MCE decoding enabled.
[    3.725076] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.725078] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.761260] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.761261] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.792549] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.792550] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.831873] Adding 14605308k swap on /dev/sda5.  Priority:-2 extents:1 across:14605308k SSFS
[    3.832817] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.832819] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    3.866817] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    3.898300] audit: type=1400 audit(1570639340.490:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=433 comm="apparmor_parser"
[    3.899371] audit: type=1400 audit(1570639340.490:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=435 comm="apparmor_parser"
[    3.899689] audit: type=1400 audit(1570639340.490:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=434 comm="apparmor_parser"
[    3.899693] audit: type=1400 audit(1570639340.490:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=434 comm="apparmor_parser"
[    3.899696] audit: type=1400 audit(1570639340.490:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=434 comm="apparmor_parser"
[    3.900957] audit: type=1400 audit(1570639340.494:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=438 comm="apparmor_parser"
[    3.900962] audit: type=1400 audit(1570639340.494:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=438 comm="apparmor_parser"
[    3.904057] audit: type=1400 audit(1570639340.498:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=440 comm="apparmor_parser"
[    3.904442] audit: type=1400 audit(1570639340.498:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=442 comm="apparmor_parser"
[    4.458877] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    4.462092] r8169 0000:04:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw
[    4.462326] Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[    4.570827] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    6.143088] r8169 0000:04:00.0 enp4s0: Link is Up - 100Mbps/Full - flow control rx/tx
[    6.143096] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   86.349775] fuse init (API version 7.27)

ハイライト

[    0.000000] You have booted with nomodeset. This means your GPU drivers are DISABLED
[    0.000000] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly
[    0.000000] Unless you actually understand what nomodeset does, you should reboot without enabling it
[    0.032433] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.063138] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.867760] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.290972] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[    1.291216] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[    1.291443] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[    1.419586] amdkcl: loading out-of-tree module taints kernel.
[    1.468819] Warning: fail to get symbol drm_fb_helper_release_fbi, replace it with kcl stub
[    1.543812] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    3.137392] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    3.488751] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    3.565795] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.