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

 

 

 

Problems during installation on AMD Athlon 200GE

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Juice2000
Posts: 7
Joined: 2019-09-30 08:30

Problems during installation on AMD Athlon 200GE

#1 Post by Juice2000 »

Hi! I've built a new server with an AMD Athlon 200GE CPU using its integrated Radeon Vega 3 graphics as display output and an ASRock AB350M Pro4 R2.0 motherboard. I installed Debian on it. I experienced a few setbacks during installation and still want to enable some kind of gui on it, but first I need to clear up some confusion I have over the installation process on this CPU/iGPU combo. So, this is what I've done:

I first tried the standard netinst of Debian 10.1 amd64 which didn't work. After the first boot menu the screen gets all garbled up. Like the correct pixels are all there, just not on the correct position on the screen. I tried the testing branch and Jessie too, and after some searching tried using all kinds of kernel params like 'nomodeset' and 'vga=normal' to no avail.

After some further research I did get it working with the help of this thread:
http://forums.debian.net/viewtopic.php? ... ilit=2200G

I have installed the latest non-free RC3 installer, which was (next to non-free RC1 as recommended in the thread above) the only version of Debian that I managed to install on this system. I also tried the current stable non-free version, but that one also didn't work, which I expected it would. I tried to install xfce from the RC3 installer too, but that resulted in a system booting into a blank screen. So, just a minimal system it is for now.

I have three questions:
1) Can anyone shed some light of what is happening here, why the current stable non-free doesn't work? It should work, I think?
2) Why can't I install a graphical environment from the installer? I only tried xfce, but I suspect the problem is not with xfce itself.
c) In what way is my installation with non-free RC3 different now from a 'standard' Debian 10.1 stable installation?

It's been more than fifteen years since I've used Debian, so my own knowledge is a bit rusty and outdated, but so far I really like my Debian server :-) Thanks for any help, greatly appreciated.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Problems during installation on AMD Athlon 200GE

#2 Post by Head_on_a_Stick »

Juice2000 wrote:that resulted in a system booting into a blank screen
http://forums.debian.net/viewtopic.php?f=16&t=142974
deadbang

Juice2000
Posts: 7
Joined: 2019-09-30 08:30

Re: Problems during installation on AMD Athlon 200GE

#3 Post by Juice2000 »

Head_on_a_Stick wrote:
Juice2000 wrote:that resulted in a system booting into a blank screen
http://forums.debian.net/viewtopic.php?f=16&t=142974
Thanks! And sorry for asking a question a lot of others have been asking about already. Over the weekend I'll try what you wrote in that thread to get my desktop running.

I'm still confused about why the normal non-free Buster won't install and I had to use a non-free RC version. Is it enough for me to do an apt update to get up to date with the normal Buster 10.1 version?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Problems during installation on AMD Athlon 200GE

#4 Post by Head_on_a_Stick »

Juice2000 wrote:I'm still confused about why the normal non-free Buster won't install and I had to use a non-free RC version.
No idea. Let's hope it's not a kernel regression :?
Juice2000 wrote:Is it enough for me to do an apt update to get up to date with the normal Buster 10.1 version?
Yes.
deadbang

Juice2000
Posts: 7
Joined: 2019-09-30 08:30

Re: Problems during installation on AMD Athlon 200GE

#5 Post by Juice2000 »

Head_on_a_Stick wrote:
Juice2000 wrote:that resulted in a system booting into a blank screen
http://forums.debian.net/viewtopic.php?f=16&t=142974
So, I did what was described in that thread, and now I'm kinda worse off...

I started with the system described above, which I installed using the non-free RC3 installer image, and which worked so far (except the fancy graphics), and which booted into a text login prompt when turned on.

I booted with the "systemd.unit=multi-user.target" item added to the kernel params by pressing e in the boot menu with the debian option selected, and after checking that non-free was in my sources I did "apt update" which didn't install or update any packages. So far so good.

I then did "apt install firmware-linux-nonfree" and rebooted. The system now boots into a blank screen after the boot menu. So, luckily I had ssh installed so I logged in and did "apt remove firmware-linux-nonfree" and rebooted.

Result: system still boots into a blank screen after the boot menu. So, although it seems I have changed nothing with all the above actions, something has changed, because before this the system at least booted into a text login prompt.

I don't know what's happening, so if someone could point me in the right direction that would be great. I don't really feel like installing RC3 again just to get my login prompt back.

Juice2000
Posts: 7
Joined: 2019-09-30 08:30

Re: Problems during installation on AMD Athlon 200GE

#6 Post by Juice2000 »

My dmesg output:

Code: Select all

[    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=/vmlinuz-4.19.0-6-amd64 root=/dev/mapper/oeoe--vg-root ro quiet systemd.unit=multi-user.target
[    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-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009cfffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009d00000-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-0x00000000d656dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d656e000-0x00000000d7a38fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d7a39000-0x00000000d7bb7fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d7bb8000-0x00000000d7fc2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d7fc3000-0x00000000d8d2dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d8d2e000-0x00000000d8dbefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000d8dbf000-0x00000000daffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f33ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xd7f3f000  ACPI=0xd7f3f000  SMBIOS=0xd8bf3000  SMBIOS 3.0=0xd8bf2000  MEMATTR=0xd3669698  ESRT=0xd2cd0998
[    0.000000] secureboot: Secure boot could not be determined (mode 0)
[    0.000000] SMBIOS 3.2.1 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./AB350M Pro4 R2.0, BIOS P1.60 08/01/2019
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3194.000 MHz processor
[    0.001201] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001203] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001209] last_pfn = 0x21f340 max_arch_pfn = 0x400000000
[    0.001212] MTRR default type: uncachable
[    0.001213] MTRR fixed ranges enabled:
[    0.001214]   00000-9FFFF write-back
[    0.001215]   A0000-BFFFF write-through
[    0.001216]   C0000-FFFFF write-protect
[    0.001216] MTRR variable ranges enabled:
[    0.001217]   0 base 000000000000 mask FFFF80000000 write-back
[    0.001219]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.001219]   2 base 0000C0000000 mask FFFFE0000000 write-back
[    0.001220]   3 disabled
[    0.001220]   4 disabled
[    0.001221]   5 disabled
[    0.001221]   6 disabled
[    0.001221]   7 disabled
[    0.001222] TOM2: 0000000220000000 aka 8704M
[    0.001438] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001505] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.001522] last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.005674] esrt: Reserving ESRT space from 0x00000000d2cd0998 to 0x00000000d2cd09d0.
[    0.005738] Using GB pages for direct mapping
[    0.005740] BRK [0x209e01000, 0x209e01fff] PGTABLE
[    0.005742] BRK [0x209e02000, 0x209e02fff] PGTABLE
[    0.005743] BRK [0x209e03000, 0x209e03fff] PGTABLE
[    0.005766] BRK [0x209e04000, 0x209e04fff] PGTABLE
[    0.005768] BRK [0x209e05000, 0x209e05fff] PGTABLE
[    0.006022] BRK [0x209e06000, 0x209e06fff] PGTABLE
[    0.006069] BRK [0x209e07000, 0x209e07fff] PGTABLE
[    0.006105] BRK [0x209e08000, 0x209e08fff] PGTABLE
[    0.006148] BRK [0x209e09000, 0x209e09fff] PGTABLE
[    0.006177] BRK [0x209e0a000, 0x209e0afff] PGTABLE
[    0.006213] BRK [0x209e0b000, 0x209e0bfff] PGTABLE
[    0.006245] BRK [0x209e0c000, 0x209e0cfff] PGTABLE
[    0.006342] RAMDISK: [mem 0x3409d000-0x36045fff]
[    0.006354] ACPI: Early table checksum verification disabled
[    0.006357] ACPI: RSDP 0x00000000D7F3F000 000024 (v02 ALASKA)
[    0.006360] ACPI: XSDT 0x00000000D7F3F098 0000B4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006365] ACPI: FACP 0x00000000D7F45FF8 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.006370] ACPI: DSDT 0x00000000D7F3F1E8 006E0B (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.006373] ACPI: FACS 0x00000000D7FABE00 000040
[    0.006375] ACPI: APIC 0x00000000D7F46110 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.006378] ACPI: FPDT 0x00000000D7F46270 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006380] ACPI: FIDT 0x00000000D7F462B8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006383] ACPI: SSDT 0x00000000D7F46358 000060 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.006385] ACPI: SSDT 0x00000000D7F463B8 005419 (v02 AMD    AmdTable 00000002 MSFT 02000002)
[    0.006387] ACPI: SSDT 0x00000000D7F4B7D8 0030FE (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.006390] ACPI: MCFG 0x00000000D7F4E8D8 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.006392] ACPI: AAFT 0x00000000D7F4E918 00046C (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.006394] ACPI: HPET 0x00000000D7F4ED88 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.006397] ACPI: UEFI 0x00000000D7F4EDC0 000042 (v01 ALASKA A M I    00000002      01000013)
[    0.006399] ACPI: BGRT 0x00000000D7F4EE08 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006401] ACPI: SSDT 0x00000000D7F4EE40 000718 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.006404] ACPI: CRAT 0x00000000D7F4F558 000490 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.006406] ACPI: CDIT 0x00000000D7F4F9E8 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.006408] ACPI: SSDT 0x00000000D7F4FA18 001D34 (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.006410] ACPI: SSDT 0x00000000D7F51750 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.006413] ACPI: WSMT 0x00000000D7F51810 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006419] ACPI: Local APIC address 0xfee00000
[    0.006612] No NUMA configuration found
[    0.006613] Faking a node at [mem 0x0000000000000000-0x000000021f33ffff]
[    0.006616] NODE_DATA(0) allocated [mem 0x21f33b000-0x21f33ffff]
[    0.006638] Zone ranges:
[    0.006639]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006640]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006641]   Normal   [mem 0x0000000100000000-0x000000021f33ffff]
[    0.006642]   Device   empty
[    0.006643] Movable zone start for each node
[    0.006643] Early memory node ranges
[    0.006644]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.006645]   node   0: [mem 0x0000000000100000-0x0000000009cfffff]
[    0.006645]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.006646]   node   0: [mem 0x000000000a20b000-0x000000000affffff]
[    0.006646]   node   0: [mem 0x000000000b020000-0x00000000d656dfff]
[    0.006647]   node   0: [mem 0x00000000d7a39000-0x00000000d7bb7fff]
[    0.006647]   node   0: [mem 0x00000000d8dbf000-0x00000000daffffff]
[    0.006648]   node   0: [mem 0x0000000100000000-0x000000021f33ffff]
[    0.006650] Reserved but unavailable: 97 pages
[    0.006652] Initmem setup node 0 [mem 0x0000000000001000-0x000000021f33ffff]
[    0.006653] On node 0 totalpages: 2062562
[    0.006654]   DMA zone: 64 pages used for memmap
[    0.006654]   DMA zone: 34 pages reserved
[    0.006655]   DMA zone: 3999 pages, LIFO batch:0
[    0.006728]   DMA32 zone: 13785 pages used for memmap
[    0.006728]   DMA32 zone: 882179 pages, LIFO batch:63
[    0.023376]   Normal zone: 18381 pages used for memmap
[    0.023377]   Normal zone: 1176384 pages, LIFO batch:63
[    0.044185] ACPI: PM-Timer IO Port: 0x808
[    0.044187] ACPI: Local APIC address 0xfee00000
[    0.044193] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.044212] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.044223] IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
[    0.044225] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.044226] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.044227] ACPI: IRQ0 used by override.
[    0.044228] ACPI: IRQ9 used by override.
[    0.044229] Using ACPI (MADT) for SMP configuration information
[    0.044230] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.044246] smpboot: Allowing 32 CPUs, 28 hotplug CPUs
[    0.044266] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.044267] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.044269] PM: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
[    0.044270] PM: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
[    0.044271] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.044272] PM: Registered nosave memory: [mem 0xd656e000-0xd7a38fff]
[    0.044273] PM: Registered nosave memory: [mem 0xd7bb8000-0xd7fc2fff]
[    0.044274] PM: Registered nosave memory: [mem 0xd7fc3000-0xd8d2dfff]
[    0.044274] PM: Registered nosave memory: [mem 0xd8d2e000-0xd8dbefff]
[    0.044276] PM: Registered nosave memory: [mem 0xdb000000-0xdfffffff]
[    0.044276] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.044276] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.044277] PM: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
[    0.044277] PM: Registered nosave memory: [mem 0xfd000000-0xffffffff]
[    0.044279] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.044280] Booting paravirtualized kernel on bare hardware
[    0.044283] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.141324] random: get_random_bytes called from start_kernel+0x93/0x52c with crng_init=0
[    0.141343] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:32 nr_node_ids:1
[    0.142659] percpu: Embedded 45 pages/cpu s144408 r8192 d31720 u262144
[    0.142667] pcpu-alloc: s144408 r8192 d31720 u262144 alloc=1*2097152
[    0.142668] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[    0.142674] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[    0.142703] Built 1 zonelists, mobility grouping on.  Total pages: 2030298
[    0.142704] Policy zone: Normal
[    0.142706] Kernel command line: BOOT_IMAGE=/vmlinuz-4.19.0-6-amd64 root=/dev/mapper/oeoe--vg-root ro quiet systemd.unit=multi-user.target
[    0.142744] log_buf_len individual max cpu contribution: 4096 bytes
[    0.142745] log_buf_len total cpu_extra contributions: 126976 bytes
[    0.142745] log_buf_len min size: 131072 bytes
[    0.142783] log_buf_len: 262144 bytes
[    0.142784] early log buf free: 119300(91%)
[    0.148756] Calgary: detecting Calgary via BIOS EBDA area
[    0.148757] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.165587] Memory: 7919508K/8250248K available (10252K kernel code, 1243K rwdata, 3324K rodata, 1584K init, 2280K bss, 330740K reserved, 0K cma-reserved)
[    0.166453] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.166473] ftrace: allocating 31861 entries in 125 pages
[    0.177157] rcu: Hierarchical RCU implementation.
[    0.177159] rcu:     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=32.
[    0.177159] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.179731] NR_IRQS: 33024, nr_irqs: 1224, preallocated irqs: 16
[    0.180020] Console: colour dummy device 80x25
[    0.180023] console [tty0] enabled
[    0.180078] ACPI: Core revision 20180810
[    0.180390] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.180418] hpet clockevent registered
[    0.180424] APIC: Switch to symmetric I/O mode setup
[    0.180426] Switched APIC routing to physical flat.
[    0.181778] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.200426] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a25d85ab, max_idle_ns: 440795234405 ns
[    0.200435] Calibrating delay loop (skipped), value calculated using timer frequency.. 6388.00 BogoMIPS (lpj=12776000)
[    0.200437] pid_max: default: 32768 minimum: 301
[    0.201643] Security Framework initialized
[    0.201644] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.201772] AppArmor: AppArmor initialized
[    0.202801] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.203377] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.203461] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.203476] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.204059] LVT offset 1 assigned for vector 0xf9
[    0.204106] LVT offset 2 assigned for vector 0xf4
[    0.204116] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.204116] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.204117] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.204118] Spectre V2 : Mitigation: Full AMD retpoline
[    0.204118] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.204124] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.204125] Spectre V2 : User space: Vulnerable
[    0.204126] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.204337] Freeing SMP alternatives memory: 24K
[    0.208428] smpboot: CPU0: AMD Athlon 200GE with Radeon Vega Graphics (family: 0x17, model: 0x11, stepping: 0x0)
[    0.208428] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.208428] ... version:                0
[    0.208428] ... bit width:              48
[    0.208428] ... generic registers:      6
[    0.208428] ... value mask:             0000ffffffffffff
[    0.208428] ... max period:             00007fffffffffff
[    0.208428] ... fixed-purpose events:   0
[    0.208428] ... event mask:             000000000000003f
[    0.208428] rcu: Hierarchical SRCU implementation.
[    0.208428] random: crng done (trusting CPU's manufacturer)
[    0.208428] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.208428] smp: Bringing up secondary CPUs ...
[    0.208428] x86: Booting SMP configuration:
[    0.208428] .... node  #0, CPUs:        #1  #2  #3
[    0.214804] smp: Brought up 1 node, 4 CPUs
[    0.214804] smpboot: Max logical packages: 8
[    0.214804] smpboot: Total of 4 processors activated (25552.00 BogoMIPS)
[    0.216562] devtmpfs: initialized
[    0.216562] x86/mm: Memory block size: 128MB
[    0.217374] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[    0.217374] PM: Registering ACPI NVS region [mem 0xd7bb8000-0xd7fc2fff] (4239360 bytes)
[    0.217374] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.217374] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    0.217980] pinctrl core: initialized pinctrl subsystem
[    0.218470] NET: Registered protocol family 16
[    0.218562] audit: initializing netlink subsys (disabled)
[    0.218567] audit: type=2000 audit(1570357535.036:1): state=initialized audit_enabled=0 res=1
[    0.218567] cpuidle: using governor ladder
[    0.218567] cpuidle: using governor menu
[    0.218567] ACPI: bus type PCI registered
[    0.218567] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.218567] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.218567] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.218567] PCI: Using configuration type 1 for base access
[    0.221051] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.221051] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.221051] ACPI: Added _OSI(Module Device)
[    0.221051] ACPI: Added _OSI(Processor Device)
[    0.221051] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.221051] ACPI: Added _OSI(Processor Aggregator Device)
[    0.221051] ACPI: Added _OSI(Linux-Dell-Video)
[    0.221051] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.227299] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.228931] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.230083] ACPI: Interpreter enabled
[    0.230096] ACPI: (supports S0 S3 S4 S5)
[    0.230097] ACPI: Using IOAPIC for interrupt routing
[    0.230406] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.230601] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.234688] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.234692] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.234833] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
[    0.234965] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.234975] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.235245] PCI host bridge to bus 0000:00
[    0.235247] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.235248] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.235249] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.235250] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.235251] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.235252] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.235253] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.235254] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.235256] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.235265] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    0.235406] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.235523] pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
[    0.235575] pci 0000:00:01.2: enabling Extended Tags
[    0.235634] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.235776] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.235890] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    0.235944] pci 0000:00:08.1: enabling Extended Tags
[    0.236002] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.236110] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[    0.236165] pci 0000:00:08.2: enabling Extended Tags
[    0.236225] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.236377] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.236562] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.236824] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    0.236879] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    0.236931] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    0.236984] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    0.237038] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    0.237098] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    0.237151] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    0.237203] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    0.237357] pci 0000:01:00.0: [1022:43bb] type 00 class 0x0c0330
[    0.237388] pci 0000:01:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
[    0.237440] pci 0000:01:00.0: enabling Extended Tags
[    0.237503] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.237547] 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.237612] pci 0000:01:00.1: [1022:43b7] type 00 class 0x010601
[    0.237678] pci 0000:01:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
[    0.237688] pci 0000:01:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
[    0.237696] pci 0000:01:00.1: enabling Extended Tags
[    0.237747] pci 0000:01:00.1: PME# supported from D3hot D3cold
[    0.237831] pci 0000:01:00.2: [1022:43b2] type 01 class 0x060400
[    0.237886] pci 0000:01:00.2: enabling Extended Tags
[    0.237941] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.238068] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.238073] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.238076] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.238082] pci 0000:00:01.2:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.238197] pci 0000:02:00.0: [1022:43b4] type 01 class 0x060400
[    0.238257] pci 0000:02:00.0: enabling Extended Tags
[    0.238324] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.238426] pci 0000:02:01.0: [1022:43b4] type 01 class 0x060400
[    0.238486] pci 0000:02:01.0: enabling Extended Tags
[    0.238552] pci 0000:02:01.0: PME# supported from D3hot D3cold
[    0.238657] pci 0000:02:04.0: [1022:43b4] type 01 class 0x060400
[    0.238717] pci 0000:02:04.0: enabling Extended Tags
[    0.238783] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.238905] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.238912] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.238915] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.238921] pci 0000:01:00.2:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.238964] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.239058] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.239105] pci 0000:04:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.239148] pci 0000:04:00.0: reg 0x18: [mem 0xfcd00000-0xfcd00fff 64bit]
[    0.239175] pci 0000:04:00.0: reg 0x20: [mem 0xf0300000-0xf0303fff 64bit pref]
[    0.239332] pci 0000:04:00.0: supports D1 D2
[    0.239333] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.239538] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.239545] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.239549] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.239555] pci 0000:02:01.0:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.239605] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.239750] pci 0000:06:00.0: [1002:15dd] type 00 class 0x030000
[    0.239796] pci 0000:06:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.239814] pci 0000:06:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.239826] pci 0000:06:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.239838] pci 0000:06:00.0: reg 0x24: [mem 0xfcc00000-0xfcc7ffff]
[    0.239858] pci 0000:06:00.0: enabling Extended Tags
[    0.239872] pci 0000:06:00.0: BAR 0: assigned to efifb
[    0.239966] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.240104] pci 0000:06:00.1: [1002:15de] type 00 class 0x040300
[    0.240133] pci 0000:06:00.1: reg 0x10: [mem 0xfcc80000-0xfcc83fff]
[    0.240205] pci 0000:06:00.1: enabling Extended Tags
[    0.240273] pci 0000:06:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.240345] pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
[    0.240395] pci 0000:06:00.2: reg 0x18: [mem 0xfcb00000-0xfcbfffff]
[    0.240430] pci 0000:06:00.2: reg 0x24: [mem 0xfcc84000-0xfcc85fff]
[    0.240449] pci 0000:06:00.2: enabling Extended Tags
[    0.240612] pci 0000:06:00.3: [1022:15e0] type 00 class 0x0c0330
[    0.240647] pci 0000:06:00.3: reg 0x10: [mem 0xfca00000-0xfcafffff 64bit]
[    0.240708] pci 0000:06:00.3: enabling Extended Tags
[    0.240784] pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
[    0.240877] pci 0000:06:00.4: [1022:15e1] type 00 class 0x0c0330
[    0.240911] pci 0000:06:00.4: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit]
[    0.240972] pci 0000:06:00.4: enabling Extended Tags
[    0.241048] pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
[    0.241195] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.241200] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.241203] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.241208] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.241293] pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
[    0.241378] pci 0000:07:00.0: reg 0x24: [mem 0xfcf00000-0xfcf007ff]
[    0.241398] pci 0000:07:00.0: enabling Extended Tags
[    0.241482] pci 0000:07:00.0: PME# supported from D3hot D3cold
[    0.241623] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.241630] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.242077] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.242123] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.242160] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.242211] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.242255] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.242290] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.242326] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.242361] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.244447] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[    0.244449] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.244450] pci 0000:06:00.0: vgaarb: bridge control possible
[    0.244450] vgaarb: loaded
[    0.244582] pps_core: LinuxPPS API ver. 1 registered
[    0.244582] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.244584] PTP clock support registered
[    0.244590] EDAC MC: Ver: 3.0.0
[    0.244707] Registered efivars operations
[    0.264633] PCI: Using ACPI for IRQ routing
[    0.269069] PCI: pci_cache_line_size set to 64 bytes
[    0.269144] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.269145] e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
[    0.269146] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.269147] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.269148] e820: reserve RAM buffer [mem 0xd656e000-0xd7ffffff]
[    0.269148] e820: reserve RAM buffer [mem 0xd7bb8000-0xd7ffffff]
[    0.269149] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.269149] e820: reserve RAM buffer [mem 0x21f340000-0x21fffffff]
[    0.269254] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.269254] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.269254] clocksource: Switched to clocksource tsc-early
[    0.278586] VFS: Disk quotas dquot_6.6.0
[    0.278639] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.278797] AppArmor: AppArmor Filesystem Enabled
[    0.278811] pnp: PnP ACPI init
[    0.278966] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.278970] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.278997] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[    0.278999] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.279051] system 00:02: [mem 0xdc000000-0xdfffffff window] has been reserved
[    0.279053] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.279191] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.279335] system 00:04: [io  0x0280-0x028f] has been reserved
[    0.279336] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.279337] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.279338] system 00:04: [io  0x02b0-0x02bf] has been reserved
[    0.279340] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.279487] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.279669] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.279670] system 00:06: [io  0x040b] has been reserved
[    0.279671] system 00:06: [io  0x04d6] has been reserved
[    0.279672] system 00:06: [io  0x0c00-0x0c01] has been reserved
[    0.279673] system 00:06: [io  0x0c14] has been reserved
[    0.279673] system 00:06: [io  0x0c50-0x0c51] has been reserved
[    0.279674] system 00:06: [io  0x0c52] has been reserved
[    0.279675] system 00:06: [io  0x0c6c] has been reserved
[    0.279676] system 00:06: [io  0x0c6f] has been reserved
[    0.279676] system 00:06: [io  0x0cd0-0x0cd1] has been reserved
[    0.279677] system 00:06: [io  0x0cd2-0x0cd3] has been reserved
[    0.279678] system 00:06: [io  0x0cd4-0x0cd5] has been reserved
[    0.279679] system 00:06: [io  0x0cd6-0x0cd7] has been reserved
[    0.279680] system 00:06: [io  0x0cd8-0x0cdf] has been reserved
[    0.279680] system 00:06: [io  0x0800-0x089f] has been reserved
[    0.279681] system 00:06: [io  0x0b00-0x0b0f] has been reserved
[    0.279682] system 00:06: [io  0x0b20-0x0b3f] has been reserved
[    0.279683] system 00:06: [io  0x0900-0x090f] has been reserved
[    0.279684] system 00:06: [io  0x0910-0x091f] has been reserved
[    0.279685] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.279686] system 00:06: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.279687] system 00:06: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.279688] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.279689] system 00:06: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.279690] system 00:06: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.279691] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.279693] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.280052] pnp: PnP ACPI: found 7 devices
[    0.285998] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.286064] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.286078] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.286080] pci 0000:02:01.0:   bridge window [io  0xf000-0xffff]
[    0.286085] pci 0000:02:01.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.286088] pci 0000:02:01.0:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.286094] pci 0000:02:04.0: PCI bridge to [bus 05]
[    0.286107] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[    0.286109] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.286113] pci 0000:01:00.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.286116] pci 0000:01:00.2:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.286122] pci 0000:00:01.2: PCI bridge to [bus 01-05]
[    0.286124] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.286128] pci 0000:00:01.2:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.286131] pci 0000:00:01.2:   bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.286138] pci 0000:00:08.1: PCI bridge to [bus 06]
[    0.286140] pci 0000:00:08.1:   bridge window [io  0xe000-0xefff]
[    0.286144] pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
[    0.286147] pci 0000:00:08.1:   bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.286153] pci 0000:00:08.2: PCI bridge to [bus 07]
[    0.286158] pci 0000:00:08.2:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.286167] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.286168] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.286169] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.286170] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.286171] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.286172] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.286172] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
[    0.286173] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    0.286174] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.286175] pci_bus 0000:01: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.286176] pci_bus 0000:01: resource 2 [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.286177] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.286177] pci_bus 0000:02: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.286178] pci_bus 0000:02: resource 2 [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.286179] pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
[    0.286180] pci_bus 0000:04: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.286180] pci_bus 0000:04: resource 2 [mem 0xf0300000-0xf03fffff 64bit pref]
[    0.286182] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
[    0.286182] pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfccfffff]
[    0.286183] pci_bus 0000:06: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[    0.286184] pci_bus 0000:07: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.286381] NET: Registered protocol family 2
[    0.286686] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.286709] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.286817] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.286940] TCP: Hash tables configured (established 65536 bind 65536)
[    0.287012] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.287032] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.287202] NET: Registered protocol family 1
[    0.287206] NET: Registered protocol family 44
[    0.287381] pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.287389] pci 0000:06:00.1: Linked as a consumer to 0000:06:00.0
[    0.287664] PCI: CLS 64 bytes, default 64
[    0.287695] Unpacking initramfs...
[    0.694858] Freeing initrd memory: 32420K
[    0.694864] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.694865] software IO TLB: mapped [mem 0xcebf7000-0xd2bf7000] (64MB)
[    0.694899] amd_uncore: AMD NB counters detected
[    0.694909] amd_uncore: AMD LLC counters detected
[    0.695869] Initialise system trusted keyrings
[    0.695931] Key type blacklist registered
[    0.696044] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    0.697622] zbud: loaded
[    0.807304] Key type asymmetric registered
[    0.807305] Asymmetric key parser 'x509' registered
[    0.807319] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.807363] io scheduler noop registered
[    0.807363] io scheduler deadline registered
[    0.807418] io scheduler cfq registered (default)
[    0.807418] io scheduler mq-deadline registered
[    0.808633] pcieport 0000:00:01.2: AER enabled with IRQ 25
[    0.808674] pcieport 0000:00:08.2: AER enabled with IRQ 27
[    0.808693] pcieport 0000:00:01.2: Signaling PME with IRQ 25
[    0.808712] pcieport 0000:00:08.1: Signaling PME with IRQ 26
[    0.808734] pcieport 0000:00:08.2: Signaling PME with IRQ 27
[    0.808760] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.808768] efifb: probing for efifb
[    0.808778] efifb: framebuffer at 0xe0000000, using 3072k, total 3072k
[    0.808778] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.808779] efifb: scrolling: redraw
[    0.808780] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0

Juice2000
Posts: 7
Joined: 2019-09-30 08:30

Re: Problems during installation on AMD Athlon 200GE

#7 Post by Juice2000 »

dmesg output continued:

Code: Select all

[    0.810235] Console: switching to colour frame buffer device 128x48
[    0.811590] fb0: EFI VGA frame buffer device
[    0.811905] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.812273] Linux agpgart interface v0.103
[    0.812594] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.812594] AMD IOMMUv2 functionality not available on this system
[    0.812960] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.812960] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.813658] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.813726] mousedev: PS/2 mouse device common for all mice
[    0.813767] rtc_cmos 00:03: RTC can wake from S4
[    0.814005] rtc_cmos 00:03: registered as rtc0
[    0.814022] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.814064] ledtrig-cpu: registered to indicate activity on CPUs
[    0.814578] NET: Registered protocol family 10
[    0.820233] Segment Routing with IPv6
[    0.820253] mip6: Mobile IPv6
[    0.820254] NET: Registered protocol family 17
[    0.820292] mpls_gso: MPLS GSO support
[    0.820636] mce: Using 23 MCE banks
[    0.820671] microcode: CPU0: patch_level=0x08101016
[    0.820676] microcode: CPU1: patch_level=0x08101016
[    0.820679] microcode: CPU2: patch_level=0x08101016
[    0.820681] microcode: CPU3: patch_level=0x08101016
[    0.820724] microcode: Microcode Update Driver: v2.2.
[    0.820750] sched_clock: Marking stable (820272805, 457027)->(931690971, -110961139)
[    0.820914] registered taskstats version 1
[    0.820915] Loading compiled-in X.509 certificates
[    0.839151] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.845532] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    0.845558] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    0.846192] zswap: loaded using pool lzo/zbud
[    0.846296] AppArmor: AppArmor sha1 policy hashing enabled
[    0.847192] rtc_cmos 00:03: setting system clock to 2019-10-06 10:25:36 UTC (1570357536)
[    0.848680] Freeing unused kernel image memory: 1584K
[    0.865530] Write protecting the kernel read-only data: 16384k
[    0.865947] Freeing unused kernel image memory: 2028K
[    0.866083] Freeing unused kernel image memory: 772K
[    0.873769] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.873773] Run /init as init process
[    0.997221] SCSI subsystem initialized
[    0.999863] ACPI: bus type USB registered
[    0.999880] usbcore: registered new interface driver usbfs
[    0.999894] usbcore: registered new interface driver hub
[    0.999935] usbcore: registered new device driver usb
[    1.011229] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    1.011231] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.012271] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.012278] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    1.018246] libphy: r8169: probed
[    1.018548] r8169 0000:04:00.0 eth0: RTL8168g/8111g, 70:85:c2:c2:16:5d, XID 4c000800, IRQ 35
[    1.018549] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.018677] libata version 3.00 loaded.
[    1.021625] ahci 0000:01:00.1: version 3.0
[    1.021804] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[    1.021854] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    1.021855] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[    1.026115] cryptd: max_cpu_qlen set to 1000
[    1.030145] scsi host0: ahci
[    1.031138] AVX2 version of gcm_enc/dec engaged.
[    1.031138] AES CTR mode by8 optimization enabled
[    1.033170] scsi host1: ahci
[    1.033314] scsi host2: ahci
[    1.033457] scsi host3: ahci
[    1.033602] scsi host4: ahci
[    1.033735] scsi host5: ahci
[    1.033880] scsi host6: ahci
[    1.034013] scsi host7: ahci
[    1.034096] ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 36
[    1.034098] ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 36
[    1.034099] ata3: DUMMY
[    1.034100] ata4: DUMMY
[    1.034102] ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 36
[    1.034104] ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 36
[    1.034104] ata7: DUMMY
[    1.034105] ata8: DUMMY
[    1.045637] ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.045639] ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[    1.053886] scsi host8: ahci
[    1.054125] ata9: SATA max UDMA/133 abar m2048@0xfcf00000 port 0xfcf00100 irq 38
[    1.067735] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000048000410
[    1.068064] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.068066] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.068067] usb usb1: Product: xHCI Host Controller
[    1.068067] usb usb1: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.068068] usb usb1: SerialNumber: 0000:01:00.0
[    1.068332] hub 1-0:1.0: USB hub found
[    1.068353] hub 1-0:1.0: 10 ports detected
[    1.068866] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    1.069094] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    1.069097] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    1.069099] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.069136] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.069150] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.069151] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.069151] usb usb2: Product: xHCI Host Controller
[    1.069152] usb usb2: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.069153] usb usb2: SerialNumber: 0000:01:00.0
[    1.069243] hub 2-0:1.0: USB hub found
[    1.069284] hub 2-0:1.0: 4 ports detected
[    1.069371] usb: port power management may be unreliable
[    1.069647] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.069651] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
[    1.070139] xhci_hcd 0000:06:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.070702] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.070705] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.070706] usb usb3: Product: xHCI Host Controller
[    1.070708] usb usb3: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.070709] usb usb3: SerialNumber: 0000:06:00.3
[    1.070849] hub 3-0:1.0: USB hub found
[    1.070892] hub 3-0:1.0: 4 ports detected
[    1.071650] xhci_hcd 0000:06:00.3: xHCI Host Controller
[    1.071665] xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4
[    1.071668] xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    1.071714] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.071734] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.071735] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.071736] usb usb4: Product: xHCI Host Controller
[    1.071737] usb usb4: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.071738] usb usb4: SerialNumber: 0000:06:00.3
[    1.071872] hub 4-0:1.0: USB hub found
[    1.071893] hub 4-0:1.0: 4 ports detected
[    1.072474] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.072479] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
[    1.072801] xhci_hcd 0000:06:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
[    1.073178] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[    1.073179] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.073180] usb usb5: Product: xHCI Host Controller
[    1.073180] usb usb5: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.073181] usb usb5: SerialNumber: 0000:06:00.4
[    1.073273] hub 5-0:1.0: USB hub found
[    1.073298] hub 5-0:1.0: 1 port detected
[    1.073469] xhci_hcd 0000:06:00.4: xHCI Host Controller
[    1.073472] xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 6
[    1.073473] xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    1.073498] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.073511] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[    1.073512] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.073512] usb usb6: Product: xHCI Host Controller
[    1.073513] usb usb6: Manufacturer: Linux 4.19.0-6-amd64 xhci-hcd
[    1.073514] usb usb6: SerialNumber: 0000:06:00.4
[    1.073619] hub 6-0:1.0: USB hub found
[    1.073631] hub 6-0:1.0: 1 port detected
[    1.095336] alg: No test for pcbc(aes) (pcbc-aes-aesni)
[    1.354579] ata1: SATA link down (SStatus 0 SControl 300)
[    1.382841] ata9: SATA link down (SStatus 0 SControl 300)
[    1.712456] tsc: Refined TSC clocksource calibration: 3194.002 MHz
[    1.712465] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a27ea444, max_idle_ns: 440795348232 ns
[    1.712477] clocksource: Switched to clocksource tsc
[    1.828454] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.830114] ata2.00: ATA-10: TOSHIBA MQ04ABF100, JU0G0A, max UDMA/100
[    1.830116] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.831736] ata2.00: configured for UDMA/100
[    1.831900] scsi 1:0:0:0: Direct-Access     ATA      TOSHIBA MQ04ABF1 0A   PQ: 0 ANSI: 5
[    2.308453] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.309955] ata5.00: ATA-9: HFS128G39TND-N210A, 30200P10, max UDMA/133
[    2.309956] ata5.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.310343] ata5.00: configured for UDMA/133
[    2.310459] scsi 4:0:0:0: Direct-Access     ATA      HFS128G39TND-N21 0P10 PQ: 0 ANSI: 5
[    2.784447] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.086836] ata6.00: ATA-8: ST9500325AS, 0002BSM1, max UDMA/133
[    3.086837] ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
[    3.089134] ata6.00: configured for UDMA/133
[    3.089272] scsi 5:0:0:0: Direct-Access     ATA      ST9500325AS      BSM1 PQ: 0 ANSI: 5
[    3.097881] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.097881] sd 4:0:0:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    3.097883] sd 4:0:0:0: [sdb] 4096-byte physical blocks
[    3.097883] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    3.097887] sd 1:0:0:0: [sda] Write Protect is off
[    3.097888] sd 4:0:0:0: [sdb] Write Protect is off
[    3.097889] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.097889] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.097895] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.097895] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.097944] sd 5:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    3.097949] sd 5:0:0:0: [sdc] Write Protect is off
[    3.097950] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.097955] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.100275]  sdb: sdb1 sdb2 sdb3
[    3.100684] sd 4:0:0:0: [sdb] Attached SCSI disk
[    3.130584]  sdc: sdc1
[    3.130944] sd 5:0:0:0: [sdc] Attached SCSI disk
[    3.423755]  sda: sda1
[    3.424096] sd 1:0:0:0: [sda] Attached SCSI disk
[    4.132897] device-mapper: uevent: version 1.0.3
[    4.133013] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[   14.363576] NET: Registered protocol family 38
[   15.041177] PM: Image not found (code -22)
[   15.203052] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   15.336036] systemd[1]: Inserted module 'autofs4'
[   15.396527] 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)
[   15.416464] systemd[1]: Detected architecture x86-64.
[   15.421289] systemd[1]: Set hostname to <oeoe>.
[   15.421641] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
[   15.440142] systemd-system-update-generator[405]: Offline system update overridden by kernel command line systemd.unit= setting
[   15.511862] systemd[1]: /lib/systemd/system/smbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
[   15.512364] systemd[1]: /lib/systemd/system/nmbd.service:9: PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/nmbd.pid → /run/samba/nmbd.pid; please update the unit file accordingly.
[   15.522392] systemd[1]: Listening on Journal Socket (/dev/log).
[   15.522505] systemd[1]: Listening on Journal Socket.
[   15.522596] systemd[1]: Listening on LVM2 poll daemon socket.
[   15.523455] systemd[1]: Created slice system-getty.slice.
[   15.564375] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
[   15.665000] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[   15.665009] ACPI: Power Button [PWRB]
[   15.665060] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[   15.665085] ACPI: Power Button [PWRF]
[   15.670637] acpi_cpufreq: overriding BIOS provided _PSD data
[   15.670739] ACPI: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
[   15.671023] ACPI BIOS Error (bug): Could not resolve [\_SB.PCI0.GP17.VGA.LCD._BCM.AFN7], AE_NOT_FOUND (20180810/psargs-330)
[   15.671081] ACPI Error: Method parse/execution failed \_SB.PCI0.GP17.VGA.LCD._BCM, AE_NOT_FOUND (20180810/psparse-516)
[   15.671131] ACPI Error: Evaluating _BCM failed (20180810/video-364)
[   15.671232] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0f/LNXVIDEO:01/input/input3
[   15.741361] systemd-journald[424]: Received request to flush runtime journal from PID 1
[   15.752869] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   15.756010] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   15.756094] sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
[   15.756102] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[   15.760098] EFI Variables Facility v0.08 2004-May-17
[   15.763056] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   15.763099] sd 4:0:0:0: Attached scsi generic sg1 type 0
[   15.763306] sd 5:0:0:0: Attached scsi generic sg2 type 0
[   15.823595] pstore: Using compression: deflate
[   15.828869] snd_hda_intel 0000:06:00.1: Handle vga_switcheroo audio client
[   15.840941] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input5
[   15.841006] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input6
[   15.841046] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input7
[   15.878481] pstore: Registered efi as persistent store backend
[   15.932512] kvm: Nested Virtualization enabled
[   15.932521] kvm: Nested Paging enabled
[   15.932522] SVM: Virtual VMLOAD VMSAVE supported
[   15.932522] SVM: Virtual GIF supported
[   15.978820] MCE: In-kernel MCE decoding enabled.
[   15.981341] EDAC amd64: Node 0: DRAM ECC disabled.
[   15.981342] 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.)
[   16.015957] [drm] amdgpu kernel modesetting enabled.
[   16.041392] EDAC amd64: Node 0: DRAM ECC disabled.
[   16.041393] 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.)
[   16.043881] Parsing CRAT table with 1 nodes
[   16.043884] Creating topology SYSFS entries
[   16.043916] Topology: Add APU node [0x0:0x0]
[   16.043916] Finished initializing topology
[   16.043983] kfd kfd: Initialized module
[   16.044800] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[   16.044802] fb: switching to amdgpudrmfb from EFI VGA
[   16.044824] Console: switching to colour dummy device 80x25
[   16.045118] [drm] initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x1002:0x15DD 0xCB).
[   16.045137] [drm] register mmio base: 0xFCC00000
[   16.045137] [drm] register mmio size: 524288
[   16.045160] [drm] add ip block number 0 <soc15_common>
[   16.045160] [drm] add ip block number 1 <gmc_v9_0>
[   16.045161] [drm] add ip block number 2 <vega10_ih>
[   16.045162] [drm] add ip block number 3 <psp>
[   16.045163] [drm] add ip block number 4 <powerplay>
[   16.045164] [drm] add ip block number 5 <dm>
[   16.045164] [drm] add ip block number 6 <gfx_v9_0>
[   16.045165] [drm] add ip block number 7 <sdma_v4_0>
[   16.045166] [drm] add ip block number 8 <vcn_v1_0>
[   16.046420] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_gpu_info.bin
[   16.046447] [drm] VCN decode is enabled in VM mode
[   16.046447] [drm] VCN encode is enabled in VM mode
[   16.046448] [drm] VCN jpeg decode is enabled in VM mode
[   16.057887] fuse init (API version 7.27)
[   16.061849] Adding 8249340k swap on /dev/mapper/oeoe--vg-swap_1.  Priority:-2 extents:1 across:8249340k SSFS
[   16.076184] [drm] BIOS signature incorrect 0 0
[   16.076276] ATOM BIOS: 113-RAVEN-113
[   16.076321] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[   16.076334] amdgpu 0000:06:00.0: VRAM: 64M 0x000000F400000000 - 0x000000F403FFFFFF (64M used)
[   16.076337] amdgpu 0000:06:00.0: GART: 1024M 0x000000F500000000 - 0x000000F53FFFFFFF
[   16.076342] [drm] Detected VRAM RAM=64M, BAR=64M
[   16.076344] [drm] RAM width 128bits DDR4
[   16.076700] [TTM] Zone  kernel: Available graphics memory: 4013236 kiB
[   16.076702] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   16.076702] [TTM] Initializing pool allocator
[   16.076708] [TTM] Initializing DMA pool allocator
[   16.076745] [drm] amdgpu: 64M of VRAM memory ready
[   16.076748] [drm] amdgpu: 3072M of GTT memory ready.
[   16.076761] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   16.076950] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[   16.077774] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_asd.bin
[   16.079152] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_pfp.bin
[   16.079673] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_me.bin
[   16.081672] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_ce.bin
[   16.082297] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_rlc.bin
[   16.084665] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_mec.bin
[   16.086403] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_mec2.bin
[   16.090454] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_sdma.bin
[   16.090458] [drm] use_doorbell being set to: [true]
[   16.092774] amdgpu 0000:06:00.0: firmware: direct-loading firmware amdgpu/raven_vcn.bin
[   16.092779] [drm] Found VCN firmware Version: 1.73 Family ID: 18
[   16.092797] [drm] PSP loading VCN firmware
[   16.102240] EXT4-fs (sdb2): mounting ext2 file system using the ext4 subsystem
[   16.121077] EDAC amd64: Node 0: DRAM ECC disabled.
[   16.121079] 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.)
[   16.126659] EXT4-fs (sdb2): mounted filesystem without journal. Opts: (null)
[   16.150107] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   16.185240] EDAC amd64: Node 0: DRAM ECC disabled.
[   16.185243] 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.)
[   16.296690] amdgpu: [powerplay] dpm has been enabled
[   16.296762] [drm] DM_PPLIB: values for Invalid clock
[   16.296763] [drm] DM_PPLIB:   0 in kHz
[   16.296764] [drm] DM_PPLIB:   0 in kHz
[   16.296765] [drm] DM_PPLIB:   0 in kHz
[   16.296765] [drm] DM_PPLIB:   1333000 in kHz
[   16.296766] ------------[ cut here ]------------
[   16.296904] WARNING: CPU: 3 PID: 437 at drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:1372 dcn_bw_update_from_pplib+0x89/0x290 [amdgpu]
[   16.296904] Modules linked in: nls_ascii nls_cp437 vfat fat fuse amdkfd amdgpu(+) edac_mce_amd wmi_bmof kvm_amd ccp rng_core kvm snd_hda_codec_hdmi chash gpu_sched snd_hda_intel efi_pstore ttm evdev snd_hda_codec irqbypass snd_hda_core snd_hwdep serio_raw snd_pcm drm_kms_helper sg efivars sp5100_tco pcspkr snd_timer k10temp drm snd soundcore i2c_algo_bit wmi pcc_cpufreq video acpi_cpufreq button efivarfs ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb algif_skcipher af_alg dm_crypt dm_mod sd_mod crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd cryptd glue_helper ahci libahci xhci_pci i2c_piix4 xhci_hcd libata usbcore r8169 scsi_mod realtek libphy usb_common gpio_amdpt gpio_generic
[   16.296957] CPU: 3 PID: 437 Comm: systemd-udevd Not tainted 4.19.0-6-amd64 #1 Debian 4.19.67-2+deb10u1
[   16.296958] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./AB350M Pro4 R2.0, BIOS P1.60 08/01/2019
[   16.297069] RIP: 0010:dcn_bw_update_from_pplib+0x89/0x290 [amdgpu]
[   16.297072] Code: 00 00 00 48 89 ef e8 46 53 fe ff 41 89 c5 e8 be 95 ad e8 45 84 ed 0f 85 0c 01 00 00 48 c7 c7 40 26 a6 c0 31 c0 e8 55 78 b8 e8 <0f> 0b e8 50 96 ad e8 48 89 ef 48 89 da be 04 00 00 00 e8 10 53 fe
[   16.297073] RSP: 0018:ffffb8d68126f780 EFLAGS: 00010246
[   16.297075] RAX: 0000000000000024 RBX: ffffb8d68126f7e0 RCX: 0000000000000006
[   16.297076] RDX: 0000000000000000 RSI: 0000000000000086 RDI: ffff9dd7d66d66b0
[   16.297077] RBP: ffff9dd7cf0e6800 R08: 000000000000033c R09: 0000000000000004
[   16.297078] R10: 0000000000000000 R11: 0000000000000001 R12: ffff9dd7d20d9000
[   16.297079] R13: 0000000000000001 R14: ffff9dd7d20d9000 R15: ffff9dd7d20d9000
[   16.297081] FS:  00007f8263247d40(0000) GS:ffff9dd7d66c0000(0000) knlGS:0000000000000000
[   16.297082] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   16.297083] CR2: 00007ffc630d61a8 CR3: 0000000214b48000 CR4: 00000000003406e0
[   16.297085] Call Trace:
[   16.297201]  dcn10_create_resource_pool+0x88a/0x9f0 [amdgpu]
[   16.297333]  ? dal_aux_engine_construct+0xe/0x20 [amdgpu]
[   16.297441]  ? dal_aux_engine_dce110_create+0x41/0x70 [amdgpu]
[   16.297546]  dc_create_resource_pool+0x109/0x1b0 [amdgpu]
[   16.297552]  ? _cond_resched+0x15/0x30
[   16.297556]  ? __kmalloc+0x177/0x210
[   16.297662]  ? dal_gpio_service_create+0x9a/0xd0 [amdgpu]
[   16.297765]  dc_create+0x20f/0x600 [amdgpu]
[   16.297873]  dm_hw_init+0xc8/0x130 [amdgpu]
[   16.297977]  amdgpu_device_init.cold.28+0x1104/0x129e [amdgpu]
[   16.298066]  amdgpu_driver_load_kms+0x86/0x2d0 [amdgpu]
[   16.298087]  drm_dev_register+0x109/0x140 [drm]
[   16.298175]  amdgpu_pci_probe+0x1aa/0x230 [amdgpu]
[   16.298179]  local_pci_probe+0x41/0x90
[   16.298182]  pci_device_probe+0xf5/0x1b0
[   16.298187]  really_probe+0x23e/0x390
[   16.298190]  driver_probe_device+0xb3/0xf0
[   16.298192]  __driver_attach+0xea/0x110
[   16.298195]  ? driver_probe_device+0xf0/0xf0
[   16.298197]  bus_for_each_dev+0x77/0xc0
[   16.298201]  ? klist_add_tail+0x3b/0x70
[   16.298203]  bus_add_driver+0x152/0x230
[   16.298205]  ? 0xffffffffc0b77000
[   16.298208]  driver_register+0x6b/0xb0
[   16.298210]  ? 0xffffffffc0b77000
[   16.298213]  do_one_initcall+0x46/0x1c3
[   16.298216]  ? _cond_resched+0x15/0x30
[   16.298219]  ? kmem_cache_alloc_trace+0x155/0x1d0
[   16.298223]  do_init_module+0x5a/0x210
[   16.298225]  load_module+0x2118/0x2390
[   16.298230]  ? __do_sys_finit_module+0xad/0x110
[   16.298232]  __do_sys_finit_module+0xad/0x110
[   16.298236]  do_syscall_64+0x53/0x110
[   16.298239]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   16.298241] RIP: 0033:0x7f8263a31f59
[   16.298244] 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
[   16.298245] RSP: 002b:00007fffc119d798 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   16.298247] RAX: ffffffffffffffda RBX: 000055cafb31d7c0 RCX: 00007f8263a31f59
[   16.298248] RDX: 0000000000000000 RSI: 00007f8263936cad RDI: 0000000000000014
[   16.298249] RBP: 00007f8263936cad R08: 0000000000000000 R09: 0000000000000000
[   16.298250] R10: 0000000000000014 R11: 0000000000000246 R12: 0000000000000000
[   16.298251] R13: 000055cafb305ef0 R14: 0000000000020000 R15: 000055cafb31d7c0
[   16.298253] ---[ end trace 7c843672de17a2e4 ]---
[   16.298255] [drm] DM_PPLIB: values for Invalid clock
[   16.298256] [drm] DM_PPLIB:   300000 in kHz
[   16.298257] [drm] DM_PPLIB:   600000 in kHz
[   16.298257] [drm] DM_PPLIB:   626000 in kHz
[   16.298258] [drm] DM_PPLIB:   654000 in kHz
[   16.298553] [drm:construct [amdgpu]] *ERROR* construct: Invalid Connector ObjectID from Adapter Service for connector index:2! type 0 expected 3
[   16.311149] [drm] Display Core initialized with v3.1.59!
[   16.320469] BUG: unable to handle kernel NULL pointer dereference at 0000000000000018
[   16.320473] PGD 0 P4D 0
[   16.320476] Oops: 0000 [#1] SMP NOPTI
[   16.320479] CPU: 1 PID: 437 Comm: systemd-udevd Tainted: G        W         4.19.0-6-amd64 #1 Debian 4.19.67-2+deb10u1
[   16.320482] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./AB350M Pro4 R2.0, BIOS P1.60 08/01/2019
[   16.320544] RIP: 0010:dc_link_aux_transfer+0x8c/0x160 [amdgpu]
[   16.320546] Code: 48 c7 44 24 10 00 00 00 00 48 c7 44 24 08 00 00 00 00 48 8b 16 48 8b 00 8b 52 14 48 8b 80 38 01 00 00 48 8b 9c d0 b0 01 00 00 <48> 8b 43 18 48 89 df 48 8b 40 48 e8 94 11 44 e9 8b 44 24 78 48 89
[   16.320550] RSP: 0018:ffffb8d68126f6b0 EFLAGS: 00010246
[   16.320553] RAX: ffff9dd7ceddf000 RBX: 0000000000000000 RCX: ffffb8d68126f7f8
[   16.320555] RDX: 0000000000000003 RSI: ffff9dd7cde7fd00 RDI: ffff9dd7ceddf800
[   16.320557] RBP: 0000000000000001 R08: 0000000000000001 R09: 0000000000000000
[   16.320559] R10: ffff9dd7d172e8a0 R11: 0000000000000001 R12: ffffb8d68126f7f8
[   16.320561] R13: ffffb8d68126f74d R14: 0000000000000000 R15: 0000000000000000
[   16.320564] FS:  00007f8263247d40(0000) GS:ffff9dd7d6640000(0000) knlGS:0000000000000000
[   16.320566] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   16.320568] CR2: 0000000000000018 CR3: 0000000214b48000 CR4: 00000000003406e0
[   16.320570] Call Trace:
[   16.320636]  dm_dp_aux_transfer+0x55/0x120 [amdgpu]
[   16.320644]  drm_dp_dpcd_access+0x79/0x110 [drm_kms_helper]
[   16.320652]  drm_dp_dpcd_read+0x2e/0xc0 [drm_kms_helper]
[   16.320714]  dm_helpers_dp_read_dpcd+0x27/0x40 [amdgpu]
[   16.320775]  core_link_read_dpcd+0x1f/0x30 [amdgpu]
[   16.320835]  retrieve_link_cap+0x55/0x470 [amdgpu]
[   16.320896]  dc_link_detect+0x811/0xaf0 [amdgpu]
[   16.320954]  amdgpu_dm_initialize_drm_device+0xa6d/0xb83 [amdgpu]
[   16.321014]  ? setup_x_points_distribution+0x6f/0x140 [amdgpu]
[   16.321070]  dm_hw_init.cold.73+0x8c/0x116 [amdgpu]
[   16.321129]  amdgpu_device_init.cold.28+0x1104/0x129e [amdgpu]
[   16.321182]  amdgpu_driver_load_kms+0x86/0x2d0 [amdgpu]
[   16.321195]  drm_dev_register+0x109/0x140 [drm]
[   16.321247]  amdgpu_pci_probe+0x1aa/0x230 [amdgpu]
[   16.321251]  local_pci_probe+0x41/0x90
[   16.321254]  pci_device_probe+0xf5/0x1b0
[   16.321258]  really_probe+0x23e/0x390
[   16.321261]  driver_probe_device+0xb3/0xf0
[   16.321263]  __driver_attach+0xea/0x110
[   16.321266]  ? driver_probe_device+0xf0/0xf0
[   16.321268]  bus_for_each_dev+0x77/0xc0
[   16.321271]  ? klist_add_tail+0x3b/0x70
[   16.321274]  bus_add_driver+0x152/0x230
[   16.321276]  ? 0xffffffffc0b77000
[   16.321279]  driver_register+0x6b/0xb0
[   16.321281]  ? 0xffffffffc0b77000
[   16.321284]  do_one_initcall+0x46/0x1c3
[   16.321287]  ? _cond_resched+0x15/0x30
[   16.321290]  ? kmem_cache_alloc_trace+0x155/0x1d0
[   16.321293]  do_init_module+0x5a/0x210
[   16.321296]  load_module+0x2118/0x2390
[   16.321299]  ? __do_sys_finit_module+0xad/0x110
[   16.321302]  __do_sys_finit_module+0xad/0x110
[   16.321305]  do_syscall_64+0x53/0x110
[   16.321308]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[   16.321311] RIP: 0033:0x7f8263a31f59
[   16.321313] 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
[   16.321317] RSP: 002b:00007fffc119d798 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   16.321320] RAX: ffffffffffffffda RBX: 000055cafb31d7c0 RCX: 00007f8263a31f59
[   16.321322] RDX: 0000000000000000 RSI: 00007f8263936cad RDI: 0000000000000014
[   16.321324] RBP: 00007f8263936cad R08: 0000000000000000 R09: 0000000000000000
[   16.321326] R10: 0000000000000014 R11: 0000000000000246 R12: 0000000000000000
[   16.321328] R13: 000055cafb305ef0 R14: 0000000000020000 R15: 000055cafb31d7c0
[   16.321331] Modules linked in: nls_ascii nls_cp437 vfat fat fuse amdkfd amdgpu(+) edac_mce_amd wmi_bmof kvm_amd ccp rng_core kvm snd_hda_codec_hdmi chash gpu_sched snd_hda_intel efi_pstore ttm evdev snd_hda_codec irqbypass snd_hda_core snd_hwdep serio_raw snd_pcm drm_kms_helper sg efivars sp5100_tco pcspkr snd_timer k10temp drm snd soundcore i2c_algo_bit wmi pcc_cpufreq video acpi_cpufreq button efivarfs ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 crc32c_generic fscrypto ecb algif_skcipher af_alg dm_crypt dm_mod sd_mod crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd cryptd glue_helper ahci libahci xhci_pci i2c_piix4 xhci_hcd libata usbcore r8169 scsi_mod realtek libphy usb_common gpio_amdpt gpio_generic
[   16.321373] CR2: 0000000000000018
[   16.321375] ---[ end trace 7c843672de17a2e5 ]---
[   16.519553] RIP: 0010:dc_link_aux_transfer+0x8c/0x160 [amdgpu]
[   16.519559] Code: 48 c7 44 24 10 00 00 00 00 48 c7 44 24 08 00 00 00 00 48 8b 16 48 8b 00 8b 52 14 48 8b 80 38 01 00 00 48 8b 9c d0 b0 01 00 00 <48> 8b 43 18 48 89 df 48 8b 40 48 e8 94 11 44 e9 8b 44 24 78 48 89
[   16.519566] RSP: 0018:ffffb8d68126f6b0 EFLAGS: 00010246
[   16.519570] RAX: ffff9dd7ceddf000 RBX: 0000000000000000 RCX: ffffb8d68126f7f8
[   16.519574] RDX: 0000000000000003 RSI: ffff9dd7cde7fd00 RDI: ffff9dd7ceddf800
[   16.519578] RBP: 0000000000000001 R08: 0000000000000001 R09: 0000000000000000
[   16.519581] R10: ffff9dd7d172e8a0 R11: 0000000000000001 R12: ffffb8d68126f7f8
[   16.519584] R13: ffffb8d68126f74d R14: 0000000000000000 R15: 0000000000000000
[   16.519589] FS:  00007f8263247d40(0000) GS:ffff9dd7d6640000(0000) knlGS:0000000000000000
[   16.519593] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   16.519597] CR2: 0000000000000018 CR3: 0000000214b48000 CR4: 00000000003406e0
[   17.809105] audit: type=1400 audit(1570357553.457:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=559 comm="apparmor_parser"
[   17.809112] audit: type=1400 audit(1570357553.457:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=559 comm="apparmor_parser"
[   17.809490] audit: type=1400 audit(1570357553.457:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=558 comm="apparmor_parser"
[   17.809497] audit: type=1400 audit(1570357553.457:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=558 comm="apparmor_parser"
[   17.809504] audit: type=1400 audit(1570357553.457:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=558 comm="apparmor_parser"
[   17.849169] r8169 0000:04:00.0: firmware: direct-loading firmware rtl_nic/rtl8168g-2.fw
[   17.849433] Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[   17.987125] r8169 0000:04:00.0 enp4s0: Link is Down
[   17.987217] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[   19.609004] r8169 0000:04:00.0 enp4s0: Link is Up - 100Mbps/Full - flow control rx/tx
[   19.609024] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Problems during installation on AMD Athlon 200GE

#8 Post by Head_on_a_Stick »

Juice2000 wrote:I then did "apt install firmware-linux-nonfree" and rebooted. The system now boots into a blank screen after the boot menu. So, luckily I had ssh installed so I logged in and did "apt remove firmware-linux-nonfree" and rebooted.

Result: system still boots into a blank screen after the boot menu. So, although it seems I have changed nothing with all the above actions, something has changed, because before this the system at least booted into a text login prompt.
So can you get to a console screen with the systemd.unit=multi-user.target kernel parameter?

That graphics chip needs non-free firmware to work, if you can get to the TTY then check the logs for clues.
deadbang

Juice2000
Posts: 7
Joined: 2019-09-30 08:30

Re: Problems during installation on AMD Athlon 200GE

#9 Post by Juice2000 »

Head_on_a_Stick wrote: So can you get to a console screen with the systemd.unit=multi-user.target kernel parameter?
No, I get a blank screen after the boot menu, with or without the systemd.unit=multi-user.target kernel parameter. I was able to get to the console right after installing RC3, but not anymore. I'll have to reinstall RC3 to get my console back, at least, that's the only way I know of. I can ssh into it though.

It broke right after apt install firmware-linux-nonfree, and coulnd't be be repaired with apt remove firmware-linux-nonfree.

Juice2000
Posts: 7
Joined: 2019-09-30 08:30

Re: Problems during installation on AMD Athlon 200GE

#10 Post by Juice2000 »

It seems that as of 10.2 the problem was solved. I did an apt-get update and everything is well now, and the system boots to a login prompt.

Post Reply