buster入れ直し

目次

amdgpuのためのCPU情報

Athlon 200GE - AMD Athlon 200GE is a 64-bit dual-core low-end performance x86 desktop microprocessor introduced by AMD in late 2018. This processor is based on AMD's Zen microarchitecture and is fabricated on a 14 nm process. The 200GE operates at a base frequency of 3.2 GHz with a TDP of 35 W. This MPU supports up to 64 GiB of dual-channel DDR4-2666 memory and incorporates Radeon Vega 3 Graphics operating at 1 GHz.

再インストール

nomodesetのままで起動しているのも、firmwareが足りないという状態でつかうのも、どちらが正常に近いか難しいところですが、nomodesetをより嫌って、後者を取ろうと考えインストールし直しということにしました。

インストール作業は、「busterインストール作業の記録」と同じなので、ほとんどスクリーンショットは撮りませんでした。その分手早くできます。

迷ったのがUSBメモリから起動させる方法です。BIOS設定画面で優先順位を変えられますが、このマザーボードは起動時のキー操作で変更できます。

Press F2 or DEL to run UEFI Setup
Press F6 for instant Flash
Press F11 for Boot Menu
Press Tab to switch Screen

サスペンドを止める

インストールが終わって再起動したら、まず最初に自動でサスペンドしないようにします。

これをしないとサスペンド後、画面表示が復帰できなくなります。本体は生きているので、sshを入れておくと、リモートからログインしてシャットダウンはできます。

自動サスペンドの停止は[設定]の[電源]で行います。

設定-電源から、自動サスペンドをオフにする

ドキュメントなどのフォルダ名を英語に

ユーザーホームには、デスクトップ、ドキュメント、ダウンロード、音楽、画像、公開、ビデオ、テンプレートというフォルダが自動的に作られます。GUIではこれでもいいのですが、端末からコマンドで操作するときにはASCIIの範囲の名前のほうが都合が良いので変更したくなります。

毎回やりますが、busterでも同じでした。

一般ユーザでいいので、「端末」から

$ LANG=C xdg-user-dirs-gtk-update

として、出てくるダイアログで Don't ask me this again にチェックを入れて[Update Names]をクリックします。

xdg-user-dirs-gtk-update

端末上でも表示があります。

$ LANG=C xdg-user-dirs-gtk-update
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Moving DESKTOP directory from デスクトップ to Desktop
Moving DOWNLOAD directory from ダウンロード to Downloads
Moving TEMPLATES directory from テンプレート to Templates
Moving PUBLICSHARE directory from 公開 to Public
Moving DOCUMENTS directory from ドキュメント to Documents
Moving MUSIC directory from 音楽 to Music
Moving PICTURES directory from 画像 to Pictures
Moving VIDEOS directory from ビデオ to Videos

今回ミスしました。ファイルマネージャを開いた状態でこれをやるとうまくいきません。

$ xdg-user-dirs-update  --force

で、いったん戻して、不要なものを削除してからもういっぺんやり直しました。画像フォルダに画像が入っているのは問題ありません。画像の入ったフォルダが「画像」のまま残って、「Pictures」という空のフォルダが作られます。

スクリーンショットの問題

途中、[PrintScreen]キーでのスクリーンショットが撮れなくなりました。[shift]+[PrintScreen]でカーソルが+になりますので、動作はしているのですが、スクリーンデータの取り込みか、保存の部分での問題だと考えられます。

最初の2つは撮れ、3つめからがだめです。前回も同様な問題がありました。ソフトウェアツールでのスクリーンショットは撮れますが、手間です。

これは、いつしか回復しました。前回はファームウェアを入れたからかと思っていましたが、今回はネットワーク関係のファームウェアしか入れていないので原因は不明です。

ssh接続はホスト認証キーを更新してから

インストールし直して同じIPなので警告がでました。WiFiルーターのDHCPはMACアドレスが同じなら同じIPアドレスを振るのでしょうか。

旧機のdebian64にとって、同じIPのホストに接続する時に記録してあるホスト認証キーが変わっていたので、なりすましや乗っ取りがあったかもしれないと心配しているようです。

adachi@debian64:~$ ssh 192.168.1.15
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
SHA256:qiYNnY9MxxxxxxxxxxxxxxxxxxxxxxxxxAFKKYStnkc.
Please contact your system administrator.
Add correct host key in /home/adachi/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/adachi/.ssh/known_hosts:1
  remove with:
  ssh-keygen -f "/home/adachi/.ssh/known_hosts" -R 192.168.1.15
ECDSA host key for 192.168.1.15 has changed and you have requested strict checking.
Host key verification failed.

メッセージ中にある方法で対策をします。

adachi@debian64:~$ ssh-keygen -f "/home/adachi/.ssh/known_hosts" -R 192.168.1.15
# Host 192.168.1.15 found: line 1
/home/adachi/.ssh/known_hosts updated.
Original contents retained as /home/adachi/.ssh/known_hosts.old

これでsshでリモートログインできます。

dmesgを記録

sshでログイン後、suでrootになり、dmesgを記録します。

root@fumit:~# 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=96aa965a-08d6-4e87-a4d2-0e9d9c46d81f 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-0x000000005b000fff] usable
[    0.000000] BIOS-e820: [mem 0x000000005b001000-0x000000005c4cbfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000005c4cc000-0x000000005c64afff] usable
[    0.000000] BIOS-e820: [mem 0x000000005c64b000-0x000000005ca55fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000005ca56000-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 [0x279001000, 0x279001fff] PGTABLE
[    0.000000] BRK [0x279002000, 0x279002fff] PGTABLE
[    0.000000] BRK [0x279003000, 0x279003fff] PGTABLE
[    0.000000] BRK [0x279004000, 0x279004fff] PGTABLE
[    0.000000] BRK [0x279005000, 0x279005fff] PGTABLE
[    0.000000] BRK [0x279006000, 0x279006fff] PGTABLE
[    0.000000] BRK [0x279007000, 0x279007fff] PGTABLE
[    0.000000] BRK [0x279008000, 0x279008fff] PGTABLE
[    0.000000] BRK [0x279009000, 0x279009fff] PGTABLE
[    0.000000] BRK [0x27900a000, 0x27900afff] PGTABLE
[    0.000000] BRK [0x27900b000, 0x27900bfff] PGTABLE
[    0.000000] BRK [0x27900c000, 0x27900cfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x33b2b000-0x35d8cfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05A0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000005C9D2098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000005C9D8C00 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000005C9D21E8 006A17 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000005CA3EE00 000040
[    0.000000] ACPI: APIC 0x000000005C9D8D18 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000005C9D8E78 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000005C9D8EC0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005C9D8F60 000060 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.000000] ACPI: SSDT 0x000000005C9D8FC0 005419 (v02 AMD    AmdTable 00000002 MSFT 02000002)
[    0.000000] ACPI: SSDT 0x000000005C9DE3E0 00315B (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x000000005C9E1540 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: AAFT 0x000000005C9E1580 000430 (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000005C9E19B0 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: UEFI 0x000000005C9E19E8 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000005C9E1A30 000718 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x000000005C9E2148 000490 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x000000005C9E25D8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000005C9E2608 001D34 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000005C9E4340 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: WSMT 0x000000005C9E4400 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000005C9E4428 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-0x000000005b000fff]
[    0.000000]   node   0: [mem 0x000000005c4cc000-0x000000005c64afff]
[    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: 3651804
[    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: 5848 pages used for memmap
[    0.000000]   DMA32 zone: 374272 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 0x5b001000-0x5c4cbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x5c64b000-0x5ca55fff]
[    0.000000] PM: Registered nosave memory: [mem 0x5ca56000-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: 3594722
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=96aa965a-08d6-4e87-a4d2-0e9d9c46d81f 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: 14245824K/14607216K available (10252K kernel code, 1243K rwdata, 3324K rodata, 1584K init, 2280K bss, 361392K 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.097 MHz processor
[    0.000007] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a81f629c, max_idle_ns: 440795302364 ns
[    0.000014] Calibrating delay loop (skipped), value calculated using timer frequency.. 6388.19 BogoMIPS (lpj=12776388)
[    0.000015] pid_max: default: 32768 minimum: 301
[    0.000383] Security Framework initialized
[    0.000384] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.000512] AppArmor: AppArmor initialized
[    0.005140] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.006389] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.006501] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.006538] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.007139] LVT offset 1 assigned for vector 0xf9
[    0.007192] LVT offset 2 assigned for vector 0xf4
[    0.007202] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.007203] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.007204] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.007205] Spectre V2 : Mitigation: Full AMD retpoline
[    0.007205] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.007211] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.007212] Spectre V2 : User space: Vulnerable
[    0.007212] 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.026386] smp: Brought up 1 node, 4 CPUs
[    0.026386] smpboot: Max logical packages: 8
[    0.026386] smpboot: Total of 4 processors activated (25552.77 BogoMIPS)
[    0.028500] devtmpfs: initialized
[    0.028500] x86/mm: Memory block size: 128MB
[    0.029494] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[    0.029494] PM: Registering ACPI NVS region [mem 0x5c64b000-0x5ca55fff] (4239360 bytes)
[    0.029494] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.029494] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    0.032026] pinctrl core: initialized pinctrl subsystem
[    0.032507] NET: Registered protocol family 16
[    0.032596] audit: initializing netlink subsys (disabled)
[    0.032601] audit: type=2000 audit(1571019590.056:1): state=initialized audit_enabled=0 res=1
[    0.032601] cpuidle: using governor ladder
[    0.032601] cpuidle: using governor menu
[    0.032601] ACPI: bus type PCI registered
[    0.032601] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.032601] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.032601] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.032601] PCI: Using configuration type 1 for base access
[    0.032601] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.032601] mtrr: probably your BIOS does not setup all CPUs.
[    0.032601] mtrr: corrected configuration.
[    0.032780] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.032780] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.032780] ACPI: Added _OSI(Module Device)
[    0.032780] ACPI: Added _OSI(Processor Device)
[    0.032780] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.032780] ACPI: Added _OSI(Processor Aggregator Device)
[    0.032780] ACPI: Added _OSI(Linux-Dell-Video)
[    0.032780] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.040133] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.041810] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.044136] ACPI: Interpreter enabled
[    0.044150] ACPI: (supports S0 S3 S4 S5)
[    0.044151] ACPI: Using IOAPIC for interrupt routing
[    0.044451] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.044723] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.051968] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.051972] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.052094] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.052199] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.052208] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.052462] PCI host bridge to bus 0000:00
[    0.052464] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.052465] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.052466] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.052467] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.052468] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.052469] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.052470] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.052470] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.052471] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.052480] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    0.052604] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.052714] pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
[    0.052765] pci 0000:00:01.2: enabling Extended Tags
[    0.052824] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.052955] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.053074] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    0.053129] pci 0000:00:08.1: enabling Extended Tags
[    0.053186] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.053285] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[    0.053340] pci 0000:00:08.2: enabling Extended Tags
[    0.053399] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.053540] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.053712] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.053935] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    0.053990] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    0.054036] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    0.054083] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    0.054136] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    0.054183] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    0.054237] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    0.054283] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    0.054418] pci 0000:01:00.0: [1022:43d5] type 00 class 0x0c0330
[    0.054451] pci 0000:01:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
[    0.054504] pci 0000:01:00.0: enabling Extended Tags
[    0.054569] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.054613] 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.054667] pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
[    0.054735] pci 0000:01:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
[    0.054745] pci 0000:01:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
[    0.054753] pci 0000:01:00.1: enabling Extended Tags
[    0.054806] pci 0000:01:00.1: PME# supported from D3hot D3cold
[    0.054884] pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
[    0.054940] pci 0000:01:00.2: enabling Extended Tags
[    0.054997] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.055129] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.055134] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.055137] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.055240] pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
[    0.055302] pci 0000:02:00.0: enabling Extended Tags
[    0.055369] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.055481] pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
[    0.055542] pci 0000:02:01.0: enabling Extended Tags
[    0.055609] pci 0000:02:01.0: PME# supported from D3hot D3cold
[    0.055702] pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
[    0.055763] pci 0000:02:04.0: enabling Extended Tags
[    0.055830] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.055958] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.055964] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.055967] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.056025] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.056116] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.056166] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.056210] pci 0000:04:00.0: reg 0x18: [mem 0xfcd04000-0xfcd04fff 64bit]
[    0.056236] pci 0000:04:00.0: reg 0x20: [mem 0xfcd00000-0xfcd03fff 64bit]
[    0.056395] pci 0000:04:00.0: supports D1 D2
[    0.056396] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.056600] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.056607] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.056610] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.056671] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.056822] pci 0000:06:00.0: [1002:15dd] type 00 class 0x030000
[    0.056869] pci 0000:06:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.056886] pci 0000:06:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.056898] pci 0000:06:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.056910] pci 0000:06:00.0: reg 0x24: [mem 0xfcc00000-0xfcc7ffff]
[    0.056930] pci 0000:06:00.0: enabling Extended Tags
[    0.057038] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.057155] pci 0000:06:00.1: [1002:15de] type 00 class 0x040300
[    0.057184] pci 0000:06:00.1: reg 0x10: [mem 0xfcc88000-0xfcc8bfff]
[    0.057257] pci 0000:06:00.1: enabling Extended Tags
[    0.057327] pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.057406] pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
[    0.057456] pci 0000:06:00.2: reg 0x18: [mem 0xfcb00000-0xfcbfffff]
[    0.057489] pci 0000:06:00.2: reg 0x24: [mem 0xfcc8c000-0xfcc8dfff]
[    0.057509] pci 0000:06:00.2: enabling Extended Tags
[    0.057664] pci 0000:06:00.3: [1022:15e0] type 00 class 0x0c0330
[    0.057699] pci 0000:06:00.3: reg 0x10: [mem 0xfca00000-0xfcafffff 64bit]
[    0.057762] pci 0000:06:00.3: enabling Extended Tags
[    0.057838] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.057930] pci 0000:06:00.4: [1022:15e1] type 00 class 0x0c0330
[    0.057965] pci 0000:06:00.4: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit]
[    0.058027] pci 0000:06:00.4: enabling Extended Tags
[    0.058104] pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
[    0.058212] pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
[    0.058241] pci 0000:06:00.6: reg 0x10: [mem 0xfcc80000-0xfcc87fff]
[    0.058314] pci 0000:06:00.6: enabling Extended Tags
[    0.058384] pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
[    0.058529] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.058534] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.058537] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.058543] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.058621] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
[    0.058707] pci 0000:07:00.0: reg 0x24: [mem 0xfcf00000-0xfcf007ff]
[    0.058727] pci 0000:07:00.0: enabling Extended Tags
[    0.058812] pci 0000:07:00.0: PME# supported from D3hot D3cold
[    0.058963] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.058971] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.059397] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.059444] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.059482] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.059533] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.059577] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.059613] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.059648] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.059684] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.060080] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[    0.060080] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.060080] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.060080] vgaarb: loaded
[    0.060121] pps_core: LinuxPPS API ver. 1 registered
[    0.060121] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.060123] PTP clock support registered
[    0.060136] EDAC MC: Ver: 3.0.0
[    0.060275] PCI: Using ACPI for IRQ routing
[    0.063058] PCI: pci_cache_line_size set to 64 bytes
[    0.063137] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.063138] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    0.063139] e820: reserve RAM buffer [mem 0x09d02000-0x0bffffff]
[    0.063140] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.063140] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.063141] e820: reserve RAM buffer [mem 0x5b001000-0x5bffffff]
[    0.063141] e820: reserve RAM buffer [mem 0x5c64b000-0x5fffffff]
[    0.063142] e820: reserve RAM buffer [mem 0x5f000000-0x5fffffff]
[    0.063142] 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.074282] VFS: Disk quotas dquot_6.6.0
[    0.074330] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.074506] AppArmor: AppArmor Filesystem Enabled
[    0.074521] pnp: PnP ACPI init
[    0.074643] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.074647] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.074682] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[    0.074684] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.074735] system 00:02: [mem 0x60000000-0xdfffffff window] has been reserved
[    0.074738] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.074864] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.075016] system 00:04: [io  0x0280-0x028f] has been reserved
[    0.075017] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.075018] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.075018] system 00:04: [io  0x02b0-0x02bf] has been reserved
[    0.075021] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.075234] pnp 00:05: [dma 0 disabled]
[    0.075263] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.075308] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.075489] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.075490] system 00:07: [io  0x040b] has been reserved
[    0.075491] system 00:07: [io  0x04d6] has been reserved
[    0.075491] system 00:07: [io  0x0c00-0x0c01] has been reserved
[    0.075492] system 00:07: [io  0x0c14] has been reserved
[    0.075493] system 00:07: [io  0x0c50-0x0c51] has been reserved
[    0.075494] system 00:07: [io  0x0c52] has been reserved
[    0.075494] system 00:07: [io  0x0c6c] has been reserved
[    0.075495] system 00:07: [io  0x0c6f] has been reserved
[    0.075496] system 00:07: [io  0x0cd0-0x0cd1] has been reserved
[    0.075497] system 00:07: [io  0x0cd2-0x0cd3] has been reserved
[    0.075498] system 00:07: [io  0x0cd4-0x0cd5] has been reserved
[    0.075498] system 00:07: [io  0x0cd6-0x0cd7] has been reserved
[    0.075499] system 00:07: [io  0x0cd8-0x0cdf] has been reserved
[    0.075500] system 00:07: [io  0x0800-0x089f] has been reserved
[    0.075501] system 00:07: [io  0x0b00-0x0b0f] has been reserved
[    0.075501] system 00:07: [io  0x0b20-0x0b3f] has been reserved
[    0.075502] system 00:07: [io  0x0900-0x090f] has been reserved
[    0.075503] system 00:07: [io  0x0910-0x091f] has been reserved
[    0.075504] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.075506] system 00:07: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.075507] system 00:07: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.075507] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.075508] system 00:07: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.075509] system 00:07: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.075510] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.075513] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.075863] pnp: PnP ACPI: found 8 devices
[    0.081831] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.081901] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.081915] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.081918] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.081923] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.081932] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.081945] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.081947] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.081952] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.081960] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.081962] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.081966] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.081975] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.081977] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.081981] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.081985] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.081990] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.081995] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.082004] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.082005] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.082006] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.082007] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.082008] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.082009] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.082010] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.082010] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.082011] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.082012] pci_bus 0000:01: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.082013] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.082013] pci_bus 0000:02: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.082014] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.082015] pci_bus 0000:04: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.082016] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
[    0.082017] pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfccfffff]
[    0.082017] pci_bus 0000:06: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.082018] pci_bus 0000:07: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.082215] NET: Registered protocol family 2
[    0.082525] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[    0.082567] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.082741] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.082863] TCP: Hash tables configured (established 131072 bind 65536)
[    0.082924] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.082975] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.083192] NET: Registered protocol family 1
[    0.083196] NET: Registered protocol family 44
[    0.083359] pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.083367] pci 0000:06:00.1: Linked as a consumer to 0000:06:00.0
[    0.083637] PCI: CLS 64 bytes, default 64
[    0.083675] Unpacking initramfs...
[    0.558431] Freeing initrd memory: 35208K
[    0.558450] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.558452] software IO TLB: mapped [mem 0x57001000-0x5b001000] (64MB)
[    0.558488] amd_uncore: AMD NB counters detected
[    0.558499] amd_uncore: AMD LLC counters detected
[    0.559439] Initialise system trusted keyrings
[    0.559474] Key type blacklist registered
[    0.559576] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.561178] zbud: loaded
[    0.669640] Key type asymmetric registered
[    0.669641] Asymmetric key parser 'x509' registered
[    0.669650] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.669706] io scheduler noop registered
[    0.669707] io scheduler deadline registered
[    0.669764] io scheduler cfq registered (default)
[    0.669765] io scheduler mq-deadline registered
[    0.671119] pcieport 0000:00:01.2: AER enabled with IRQ 25
[    0.671154] pcieport 0000:00:08.2: AER enabled with IRQ 27
[    0.671167] pcieport 0000:00:01.2: Signaling PME with IRQ 25
[    0.671188] pcieport 0000:00:08.1: Signaling PME with IRQ 26
[    0.671220] pcieport 0000:00:08.2: Signaling PME with IRQ 27
[    0.671252] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.671671] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.692577] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.692974] Linux agpgart interface v0.103
[    0.693353] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.693353] AMD IOMMUv2 functionality not available on this system
[    0.693775] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.693776] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.694472] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.694587] mousedev: PS/2 mouse device common for all mice
[    0.694634] rtc_cmos 00:03: RTC can wake from S4
[    0.694928] rtc_cmos 00:03: registered as rtc0
[    0.694948] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.695015] ledtrig-cpu: registered to indicate activity on CPUs
[    0.695506] NET: Registered protocol family 10
[    0.700896] Segment Routing with IPv6
[    0.700914] mip6: Mobile IPv6
[    0.700916] NET: Registered protocol family 17
[    0.700949] mpls_gso: MPLS GSO support
[    0.701259] mce: Using 23 MCE banks
[    0.701287] microcode: CPU0: patch_level=0x08101016
[    0.701292] microcode: CPU1: patch_level=0x08101016
[    0.701294] microcode: CPU2: patch_level=0x08101016
[    0.701305] microcode: CPU3: patch_level=0x08101016
[    0.701348] microcode: Microcode Update Driver: v2.2.
[    0.701371] sched_clock: Marking stable (725336243, -23990883)->(809114403, -107769043)
[    0.701523] registered taskstats version 1
[    0.701524] Loading compiled-in X.509 certificates
[    0.719049] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.726170] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    0.726195] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    0.726224] zswap: loaded using pool lzo/zbud
[    0.726311] AppArmor: AppArmor sha1 policy hashing enabled
[    0.727210] rtc_cmos 00:03: setting system clock to 2019-10-14 02:19:51 UTC (1571019591)
[    1.021506] Freeing unused kernel image memory: 1584K
[    1.034266] Write protecting the kernel read-only data: 16384k
[    1.035829] Freeing unused kernel image memory: 2028K
[    1.036008] Freeing unused kernel image memory: 772K
[    1.043311] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.043316] Run /init as init process
[    1.099478] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.099488] ACPI: Power Button [PWRB]
[    1.099695] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.099717] ACPI: Power Button [PWRF]
[    1.107695] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[    1.107876] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[    1.108285] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[    1.109163] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[    1.109397] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:01/input/input3
[    1.131502] SCSI subsystem initialized
[    1.136218] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.136220] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.143675] ACPI: bus type USB registered
[    1.143692] usbcore: registered new interface driver usbfs
[    1.143699] usbcore: registered new interface driver hub
[    1.143746] usbcore: registered new device driver usb
[    1.148121] libata version 3.00 loaded.
[    1.153946] ahci 0000:01:00.1: version 3.0
[    1.154107] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[    1.154167] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    1.154169] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    1.155452] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.155457] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.164063] scsi host0: ahci
[    1.165456] scsi host1: ahci
[    1.165639] scsi host2: ahci
[    1.167581] cryptd: max_cpu_qlen set to 1000
[    1.168929] scsi host3: ahci
[    1.169090] scsi host4: ahci
[    1.169244] scsi host5: ahci
[    1.169385] scsi host6: ahci
[    1.169561] scsi host7: ahci
[    1.169656] ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 35
[    1.169663] ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 35
[    1.169664] ata3: DUMMY
[    1.169665] ata4: DUMMY
[    1.169671] ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 35
[    1.169673] ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 35
[    1.169673] ata7: DUMMY
[    1.169674] ata8: DUMMY
[    1.173849] libphy: r8169: probed
[    1.174257] r8169 0000:04:00.0 eth0: RTL8168h/8111h, 70:85:c2:f2:89:c7, XID 54100800, IRQ 36
[    1.174259] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.181654] AVX2 version of gcm_enc/dec engaged.
[    1.181655] AES CTR mode by8 optimization enabled
[    1.183627] ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.183630] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.192732] scsi host8: ahci
[    1.192871] ata9: SATA max UDMA/133 abar m2048@0xfcf00000 port 0xfcf00100 irq 38
[    1.211560] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    1.211999] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.212001] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.212003] usb usb1: Product: xHCI Host Controller
[    1.212004] usb usb1: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.212005] usb usb1: SerialNumber: 0000:01:00.0
[    1.212629] hub 1-0:1.0: USB hub found
[    1.212677] hub 1-0:1.0: 10 ports detected
[    1.213806] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.213809] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.213823] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.213948] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.213967] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.213968] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.213969] usb usb2: Product: xHCI Host Controller
[    1.213970] usb usb2: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.213971] usb usb2: SerialNumber: 0000:01:00.0
[    1.214151] hub 2-0:1.0: USB hub found
[    1.214174] hub 2-0:1.0: 4 ports detected
[    1.215013] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.215017] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
[    1.215442] xhci_hcd 0000:06:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.216008] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.216015] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.216016] usb usb3: Product: xHCI Host Controller
[    1.216017] usb usb3: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.216018] usb usb3: SerialNumber: 0000:06:00.3
[    1.216166] hub 3-0:1.0: USB hub found
[    1.216208] hub 3-0:1.0: 4 ports detected
[    1.216837] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.216849] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4
[    1.216851] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.216905] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.216924] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.216925] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.216925] usb usb4: Product: xHCI Host Controller
[    1.216926] usb usb4: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.216927] usb usb4: SerialNumber: 0000:06:00.3
[    1.217113] hub 4-0:1.0: USB hub found
[    1.217143] hub 4-0:1.0: 4 ports detected
[    1.217874] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.217887] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
[    1.218270] xhci_hcd 0000:06:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.218820] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.218821] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.218822] usb usb5: Product: xHCI Host Controller
[    1.218823] usb usb5: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.218823] usb usb5: SerialNumber: 0000:06:00.4
[    1.218980] hub 5-0:1.0: USB hub found
[    1.218992] hub 5-0:1.0: 1 port detected
[    1.219171] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.219174] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 6
[    1.219177] xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.219222] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.219238] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.219252] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.219253] usb usb6: Product: xHCI Host Controller
[    1.219253] usb usb6: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.219254] usb usb6: SerialNumber: 0000:06:00.4
[    1.219400] hub 6-0:1.0: USB hub found
[    1.219419] hub 6-0:1.0: 1 port detected
[    1.227597] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    1.303499] [drm] amdgpu kernel modesetting enabled.
[    1.303595] [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
[    1.303817] See https://wiki.debian.org/Firmware for information about missing firmware
[    1.506474] ata9: SATA link down (SStatus 0 SControl 300)
[    1.572031] tsc: Refined TSC clocksource calibration: 3193.984 MHz
[    1.572045] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a16d682b, max_idle_ns: 440795210620 ns
[    1.572064] clocksource: Switched to clocksource tsc
[    1.616017] usb 1-7: new full-speed USB device number 2 using xhci_hcd
[    1.644030] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.648893] ata1.00: ATA-9: HP SSD S700 250GB, S0704A1, max UDMA/133
[    1.648895] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.656445] ata1.00: configured for UDMA/133
[    1.656621] scsi 0:0:0:0: Direct-Access     ATA      HP SSD S700 250G 4A1  PQ: 0 ANSI: 5
[    1.928531] usb 1-7: New USB device found, idVendor=056e, idProduct=00e6, bcdDevice=10.01
[    1.928533] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.928534] usb 1-7: Product: ELECOM UltimateLaser Mouse
[    1.928534] usb 1-7: Manufacturer: ELECOM
[    1.944689] hidraw: raw HID events driver (C) Jiri Kosina
[    1.962350] usbcore: registered new interface driver usbhid
[    1.962351] usbhid: USB HID core driver
[    1.964209] 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
[    1.964309] 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
[    1.964567] 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
[    1.970567] ata2: SATA link down (SStatus 0 SControl 300)
[    2.024078] 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.024354] 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.282189] ata5: SATA link down (SStatus 0 SControl 330)
[    2.594192] ata6: SATA link down (SStatus 0 SControl 330)
[    2.601315] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    2.601318] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.601325] sd 0:0:0:0: [sda] Write Protect is off
[    2.601326] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.601334] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.602038]  sda: sda1 sda2 < sda5 sda6 >
[    2.602530] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.648530] PM: Image not found (code -22)
[    2.753318] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.857363] systemd[1]: Inserted module 'autofs4'
[    2.874055] 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)
[    2.892078] systemd[1]: Detected architecture x86-64.
[    2.897972] systemd[1]: Set hostname to <fumit>.
[    2.898336] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    2.997281] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.998009] systemd[1]: Created slice User and Session Slice.
[    2.998045] systemd[1]: Reached target User and Group Name Lookups.
[    2.998160] systemd[1]: Listening on Journal Audit Socket.
[    2.998249] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.998311] systemd[1]: Reached target Slices.
[    3.021841] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    3.031918] lp: driver loaded but no devices found
[    3.038932] ppdev: user-space parallel port driver
[    3.172292] systemd-journald[294]: Received request to flush runtime journal from PID 1
[    3.183185] acpi_cpufreq: overriding BIOS provided _PSD data
[    3.243442] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.263361] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    3.263501] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[    3.263515] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    3.276027] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    3.311510] snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
[    3.382544] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input7
[    3.382606] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input8
[    3.382661] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input9
[    3.392009] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    3.392038] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.392039] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.392041] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    3.392041] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    3.392067] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    3.392068] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    3.392070] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    3.409951] kvm: Nested Virtualization enabled
[    3.409959] kvm: Nested Paging enabled
[    3.409961] SVM: Virtual VMLOAD VMSAVE supported
[    3.409961] SVM: Virtual GIF supported
[    3.414494] MCE: In-kernel MCE decoding enabled.
[    3.416388] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.416390] 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.441683] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input10
[    3.441753] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input11
[    3.441813] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input12
[    3.441875] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input13
[    3.441935] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input14
[    3.456672] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.456674] 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.464314] Adding 14605308k swap on /dev/sda5.  Priority:-2 extents:1 across:14605308k SSFS
[    3.505039] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.505041] 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.536754] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    3.540952] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.540954] 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.602413] audit: type=1400 audit(1571019594.368:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=424 comm="apparmor_parser"
[    3.666439] audit: type=1400 audit(1571019594.432:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=421 comm="apparmor_parser"
[    3.666590] audit: type=1400 audit(1571019594.432:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=421 comm="apparmor_parser"
[    3.666752] audit: type=1400 audit(1571019594.432:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=421 comm="apparmor_parser"
[    3.690099] audit: type=1400 audit(1571019594.456:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=425 comm="apparmor_parser"
[    3.730258] audit: type=1400 audit(1571019594.496:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=428 comm="apparmor_parser"
[    3.779923] audit: type=1400 audit(1571019594.544:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=429 comm="apparmor_parser"
[    3.844394] audit: type=1400 audit(1571019594.612:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=431 comm="apparmor_parser"
[    3.844793] audit: type=1400 audit(1571019594.612:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=431 comm="apparmor_parser"
[    5.868036] kauditd_printk_skb: 3 callbacks suppressed
[    5.868037] audit: type=1400 audit(1571019596.632:14): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=427 comm="apparmor_parser"
[    5.868470] audit: type=1400 audit(1571019596.636:15): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=427 comm="apparmor_parser"
[    5.869359] audit: type=1400 audit(1571019596.636:16): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=427 comm="apparmor_parser"
[    5.869642] audit: type=1400 audit(1571019596.636:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=427 comm="apparmor_parser"
[    5.870084] audit: type=1400 audit(1571019596.636:18): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=427 comm="apparmor_parser"
[    7.522209] audit: type=1400 audit(1571019598.288:19): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice" pid=426 comm="apparmor_parser"
[    7.522898] audit: type=1400 audit(1571019598.288:20): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-soffice//gpg" pid=426 comm="apparmor_parser"
[    7.905620] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    7.905872] r8169 0000:04:00.0: firmware: failed to load rtl_nic/rtl8168h-2.fw (-2)
[    7.906085] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    7.906310] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
[    7.906313] r8169 0000:04:00.0 enp4s0: unable to load firmware patch rtl_nic/rtl8168h-2.fw (-2)
[    7.906540] Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[    8.006757] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[    9.589216] r8169 0000:04:00.0 enp4s0: Link is Up - 100Mbps/Full - flow control rx/tx
[    9.589227] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   35.674744] fuse init (API version 7.27)

ハイライトされている所

当然ながら、前回のインストールインストールlogを調べると全く同じです。

[    0.032601] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.063137] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.693776] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.107876] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[    1.108285] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[    1.109163] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[    1.303595] [drm:amdgpu_pci_probe [amdgpu]] *ERROR* amdgpu requires firmware installed
[    1.303817] See https://wiki.debian.org/Firmware for information about missing firmware
[    2.898336] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[    3.263515] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    5.868036] kauditd_printk_skb: 3 callbacks suppressed
[    7.905872] r8169 0000:04:00.0: firmware: failed to load rtl_nic/rtl8168h-2.fw (-2)
[    7.906085] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[    7.906310] r8169 0000:04:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
[    7.906313] r8169 0000:04:00.0 enp4s0: unable to load firmware patch rtl_nic/rtl8168h-2.fw (-2)

firmwareを入れるためにsynapticを用意します。

synaptic

synapticが入っていません。ウィンドウサーバーにWaylandを使っていると不具合があるので、外してあるという話もネット検索で見つけました。しかし、今回のインストールでは、Xorgで動作中の様子です。

# apt update
# apt upgrade
# apt install synaptic

apt-get, apt-cacheがaptだけになり覚えやすくなったこともあり、そろそろsynapticからaptにシフトする準備をしようかと思います。

synapticを起動します。すんなり動いています。

インストール直後のsynaptics

リポジトリを変更します。

[設定]から[リポジトリ]を選択

GUIメニューから「Software & Update」というアイコンをダブルクリックして設定した時に出るダイアログと同じです。

contribとnon-freeを追加

rtl_nicのfirmware

dmesgでハイライトされているrtl_nicを検索すると、firmware-realtekパッケージ一つが見つかります。

中にはrtl8168h-2.fwが見えますから、まさにこれを要求しています。

rtl8168h-2.fwが見える

このパッケージをインストールします。

インストール中のメッセージを表示すると次のように流れます。

initrd.img-4.19.0-6-amd64を再構成中に、amdgpuのfirmwareが不足しているというworningです。

以前に未選択のパッケージ firmware-realtek を選択しています。
(データベースを読み込んでいます ... 現在 141577 個のファイルとディレクトリがインストールされています。)
.../firmware-realtek_20190114-2_all.deb を展開する準備をしています ...
firmware-realtek (20190114-2) を展開しています...
firmware-realtek (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/raven_gpu_info.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega12_gpu_info.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega10_gpu_info.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/hawaii_k_smc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/hawaii_smc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/bonaire_k_smc.bin for module amdgpu
....省略
W: Possible missing firmware /lib/firmware/amdgpu/kabini_uvd.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/bonaire_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/vega12_vce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega10_vce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vegam_vce.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/polaris12_vce.bin for module amdgpu
...省略
W: Possible missing firmware /lib/firmware/amdgpu/raven_vcn.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega20_smc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega12_smc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega10_acg_smc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vega10_smc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/vegam_smc.bin for module amdgpu
....省略
W: Possible missing firmware /lib/firmware/amdgpu/topaz_k_smc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/topaz_smc.bin for module amdgpu

次に起動したときには、dmesgのamdgpuの不足のメッセージはそのまま。rtl_nicについては次のような記録が残ります。

[    4.144591] r8169 0000:04:00.0: firmware: direct-loading firmware rtl_nic/rtl8168h-2.fw

amdgpuのfirmware

dmesgでハイライトされているamdgpuを検索すると、先程のamdgpu/xxxxというモジュールがたくさん入ったfirmware-amd-graphicsというパッケージ一つが見つかります。

firmware-amd-graphicsが見つかる

ただし、これを入れるとnomodesetを指定しないと起動しないということになると考えられます。

firmware-linux-nonfree

firmware-linux-nonfreeを入れるのがいつものことですが、[プロパティ]の[依存情報]を見ると、firmware-amd-graphicsに依存しているとあります。

firmware-linux-nonfreeはfirmware-amd-graphicsに依存

root@fumit:~# apt list --installed|&grep firmware
firmware-linux-free/stable,now 3.4 all [インストール済み、自動]
firmware-realtek/stable,now 20190114-2 all [インストール済み]
root@fumit:~# apt list --installed|& grep amdgpu
libdrm-amdgpu1/stable,now 2.4.97-1 amd64 [インストール済み、自動]
xserver-xorg-video-amdgpu/stable,now 18.1.99+git20190207-1 amd64 [インストール済み、自動]

もう一度nonfreeを入れてみる

firmware-linux-nonfreeを入れるとfirmware-amd-graphicsが入りますから再び起動できなくなる可能性が大ですが、前回はfirmware-amd-graphicsとその依存パッケージを入れたわけですから、違いがあるかもしれません。

より一般的なfirmware-linux-nonfreeを入れた場合には関連で入るパッケージでうまく動くかもしれません。

>firmware-linux-nonfree を入れてみます。

root@fumit:~# cat /var/log/apt/term.log 
....
Log started: 2019-10-16  11:11:51
以前に未選択のパッケージ amd64-microcode を選択しています。
(データベースを読み込んでいます ... 現在 141656 個のファイルとディレクトリがインストールされています。)
.../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
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-16  11:12:05

vega20*を欲していますが、ありません。前回の試みはこのvega20が入ってだめでした。

入ったパッケージをfirmwareとamdgpuで確認しておきます。これは後で削除するためです。

root@fumit:~# apt list --installed|&grep firmware
firmware-amd-graphics/stable,now 20190114-2 all [インストール済み、自動]
firmware-linux-free/stable,now 3.4 all [インストール済み、自動]
firmware-linux-nonfree/stable,now 20190114-2 all [インストール済み]
firmware-misc-nonfree/stable,now 20190114-2 all [インストール済み、自動]
firmware-realtek/stable,now 20190114-2 all [インストール済み]
root@fumit:~# apt list --installed|& grep amdgpu
libdrm-amdgpu1/stable,now 2.4.97-1 amd64 [インストール済み、自動]
xserver-xorg-video-amdgpu/stable,now 18.1.99+git20190207-1 amd64 [インストール済み、自動]

やはりnomodesetするはめに

>firmware-linux-nonfreeを入れた状態で再起動します。

やはり、予想通りgrubまでしかたどり着きません。ssh接続もだめです。

grubでnomosesetをして起動し、dmesgなど確認します。

root@fumit:~# dmesg |grep amdgpu
[    1.441176] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    3.574740] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.

amdが含まれているものも出しておきましょう。

root@fumit:~# dmesg |grep amd
[    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=96aa965a-08d6-4e87-a4d2-0e9d9c46d81f ro quiet nomodeset
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=96aa965a-08d6-4e87-a4d2-0e9d9c46d81f ro quiet nomodeset
[    0.698814] amd_uncore: AMD NB counters detected
[    0.698827] amd_uncore: AMD LLC counters detected
[    1.371579] usb usb1: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.372630] usb usb2: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.374014] usb usb3: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.374842] usb usb4: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.376182] usb usb5: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.376523] usb usb6: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.441176] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    3.574740] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    3.742484] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.742486] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    3.785066] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.785068] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    3.832628] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.832629] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[    3.892845] EDAC amd64: Node 0: DRAM ECC disabled.
[    3.892848] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.

vega関連はないです。

root@fumit:~# dmesg |grep vega

元に戻せるか試します。前回のことを考えると望みは薄いですが、だめならもう一度インストールです。

まず、firmware-linux-nonfreeなどを削除します

root@fumit:~# apt purge firmware-linux-nonfree
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
以下のパッケージが自動でインストールされましたが、もう必要とされていません:
  amd64-microcode intel-microcode iucode-tool
これを削除するには 'apt autoremove' を利用してください。
以下のパッケージは「削除」されます:
  firmware-linux-nonfree*
アップグレード: 0 個、新規インストール: 0 個、削除: 1 個、保留: 1 個。
この操作後に 23.6 kB のディスク容量が解放されます。
続行しますか? [Y/n] y             
(データベースを読み込んでいます ... 現在 142764 個のファイルとディレクトリがインストールされています。)
firmware-linux-nonfree (20190114-2) を削除しています ...
root@fumit:~# apt autoremove
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
以下のパッケージは「削除」されます:
  amd64-microcode intel-microcode iucode-tool
アップグレード: 0 個、新規インストール: 0 個、削除: 3 個、保留: 1 個。
この操作後に 2,670 kB のディスク容量が解放されます。
続行しますか? [Y/n] y
(データベースを読み込んでいます ... 現在 142761 個のファイルとディレクトリがインストールされています。)
amd64-microcode (3.20181128.1) を削除しています ...
update-initramfs: deferring update (trigger activated)
intel-microcode (3.20190618.1) を削除しています ...
update-initramfs: deferring update (trigger activated)
iucode-tool (2.3.1-1) を削除しています ...
man-db (2.8.5-2) のトリガを処理しています ...
initramfs-tools (0.133+deb10u1) のトリガを処理しています ...
update-initramfs: Generating /boot/initrd.img-4.19.0-6-amd64

インストールされたパッケージを再び確認します。

root@fumit:~# apt list --installed|&grep firmware
firmware-amd-graphics/stable,now 20190114-2 all [インストール済み、自動]
firmware-linux-free/stable,now 3.4 all [インストール済み、自動]
firmware-misc-nonfree/stable,now 20190114-2 all [インストール済み、自動]
firmware-realtek/stable,now 20190114-2 all [インストール済み]
root@fumit:~# apt list --installed|& grep amdgpu
libdrm-amdgpu1/stable,now 2.4.97-1 amd64 [インストール済み、自動]
xserver-xorg-video-amdgpu/stable,now 18.1.99+git20190207-1 amd64 [インストール済み、自動]

apt list --installed の比較では次のものが削除されていることになっています。

adachi@debian64:/media/adachi/S1T/m10/r03$ diff list listafterrm 
11d10
< amd64-microcode/stable,now 3.20181128.1 amd64 [インストール済み、自動]
139d137
< firmware-linux-nonfree/stable,now 20190114-2 all [インストール済み]
386d383
< intel-microcode/stable,now 3.20190618.1 amd64 [インストール済み、自動]
393d389
< iucode-tool/stable,now 2.3.1-1 amd64 [インストール済み、自動]

インストール時のログと比べると削除されたものされていないものです。

以前に未選択のパッケージ amd64-microcode を選択しています。
以前に未選択のパッケージ firmware-amd-graphics を選択しています。
以前に未選択のパッケージ firmware-misc-nonfree を選択しています。
以前に未選択のパッケージ firmware-linux-nonfree を選択しています。
以前に未選択のパッケージ iucode-tool を選択しています。
以前に未選択のパッケージ intel-microcode を選択しています。

中途半端に削除して再起動

firmware-amd-graphicsとfirmware-misc-nonfreeを残したままの再起動です。

やはり起動しません

nomodesetで起動します。

root@fumit:~# apt purge firmware-amd-graphics
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
以下のパッケージは「削除」されます:
  firmware-amd-graphics*
アップグレード: 0 個、新規インストール: 0 個、削除: 1 個、保留: 1 個。
この操作後に 31.0 MB のディスク容量が解放されます。
続行しますか? [Y/n] y
(データベースを読み込んでいます ... 現在 142652 個のファイルとディレクトリがインストールされています。)
firmware-amd-graphics (20190114-2) を削除しています ...
root@fumit:~# apt list --installed|&grep firmware
firmware-linux-free/stable,now 3.4 all [インストール済み、自動]
firmware-misc-nonfree/stable,now 20190114-2 all [インストール済み、自動]
firmware-realtek/stable,now 20190114-2 all [インストール済み]
root@fumit:~# apt list --installed|&grep amdgpu
libdrm-amdgpu1/stable,now 2.4.97-1 amd64 [インストール済み、自動]
xserver-xorg-video-amdgpu/stable,now 18.1.99+git20190207-1 amd64 [インストール済み、自動]

firmware-misc-nonfreeだけ残して

firmware-misc-nonfreeを残したまま再起動してみます

やはり起動しません

nomodesetで起動します。

root@fumit:~# apt list --installed|&grep firmware
firmware-linux-free/stable,now 3.4 all [インストール済み、自動]
firmware-misc-nonfree/stable,now 20190114-2 all [インストール済み、自動]
firmware-realtek/stable,now 20190114-2 all [インストール済み]

nomodesetで起動するとamdgpuのfirmwareがないというチェックはでてきません。

root@fumit:~# dmesg|grep amdgpu
[    1.443527] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    3.698210] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
root@fumit:~# dmesg|grep modeset
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=96aa965a-08d6-4e87-a4d2-0e9d9c46d81f ro quiet nomodeset
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-6-amd64 root=UUID=96aa965a-08d6-4e87-a4d2-0e9d9c46d81f ro quiet nomodeset
[    0.000000] You have booted with nomodeset. This means your GPU drivers are DISABLED
[    0.000000] Unless you actually understand what nomodeset does, you should reboot without enabling it
[    1.443527] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
[    3.698210] [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.
r

firmware-misc-nonfreeも削除します。

root@fumit:~# apt purge firmware-misc-nonfree
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています                
状態情報を読み取っています... 完了
以下のパッケージは「削除」されます:
  firmware-misc-nonfree*
アップグレード: 0 個、新規インストール: 0 個、削除: 1 個、保留: 1 個。
この操作後に 12.0 MB のディスク容量が解放されます。
続行しますか? [Y/n] y
(データベースを読み込んでいます ... 現在 142118 個のファイルとディレクトリがインストールされています。)
firmware-misc-nonfree (20190114-2) を削除しています ...
root@fumit:~# apt list --installed|&grep firmware
firmware-linux-free/stable,now 3.4 all [インストール済み、自動]
firmware-realtek/stable,now 20190114-2 all [インストール済み]

firmware-Linux-nonfree導入前に戻して再起動

firmware-misc-nonfreeも残さず全て削除して再起動します

やはり起動しません

nomodesetで起動します。

root@fumit:~# apt list --installed|& grep xorg |grep 済
xorg-docs-core/stable,now 1:1.7.1-1.1 all [インストール済み、自動]
xorg/stable,now 1:7.7+19 amd64 [インストール済み、自動]
xserver-xorg-core/stable,now 2:1.20.4-1 amd64 [インストール済み、自動]
xserver-xorg-input-all/stable,now 1:7.7+19 amd64 [インストール済み、自動]
xserver-xorg-input-libinput/stable,now 0.28.2-2 amd64 [インストール済み、自動]
xserver-xorg-input-wacom/stable,now 0.34.99.1-1 amd64 [インストール済み、自動]
xserver-xorg-legacy/stable,now 2:1.20.4-1 amd64 [インストール済み、自動]
xserver-xorg-video-all/stable,now 1:7.7+19 amd64 [インストール済み、自動]
xserver-xorg-video-amdgpu/stable,now 18.1.99+git20190207-1 amd64 [インストール済み、自動]
xserver-xorg-video-ati/stable,now 1:19.0.1-1 amd64 [インストール済み、自動]
xserver-xorg-video-fbdev/stable,now 1:0.5.0-1 amd64 [インストール済み、自動]
xserver-xorg-video-intel/stable,now 2:2.99.917+git20180925-2 amd64 [インストール済み、自動]
xserver-xorg-video-nouveau/stable,now 1:1.0.16-1 amd64 [インストール済み、自動]
xserver-xorg-video-qxl/stable,now 0.1.5-2+b1 amd64 [インストール済み、自動]
xserver-xorg-video-radeon/stable,now 1:19.0.1-1 amd64 [インストール済み、自動]
xserver-xorg-video-vesa/stable,now 1:2.4.0-1 amd64 [インストール済み、自動]
xserver-xorg-video-vmware/stable,now 1:13.3.0-2 amd64 [インストール済み、自動]
xserver-xorg/stable,now 1:7.7+19 amd64 [インストール済み、自動]

古い記憶ですが、dpkg-reconfigureをやってみます。引数はパッケージ名になりますが、どれもすぐに終了してしまいます。dgm3をstopしてからやっても同じです。

root@fumit:~# dpkg-reconfigure xorg
root@fumit:~# dpkg-reconfigure xserver-xorg-video-amdgpu 

dpkg-reconfigure xorgして再起動

dpkg-reconfigure xorgして再起動しました。

やはり起動しません

nomodesetで起動します。

ダメ元で/etc/gdm3/daemon.confの変更をしてみます。

root@fumit:~# cat /etc/gdm3/daemon.conf
# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.

[daemon]
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false
#adachi 191016
WaylandEnable=false

# Enabling automatic login
#  AutomaticLoginEnable = true
#  AutomaticLogin = user1

# Enabling timed login
#  TimedLoginEnable = true
#  TimedLogin = user1
#  TimedLoginDelay = 10

[security]

[xdmcp]

[chooser]

[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true

あきらめましょう

やはり起動しません

firmware-amd-graphics を入れたという記憶がどこに残されるかわかりません。

今後upgradeされる可能性がありますから、firmware-realtekパッケージだけを入れた状態で使うことにします。

再々インストールです。