Update from 6.1 to 6.2 on headless Ryzen PC down now

DietPI 6.1 was installed on an AMD Ryzen PC.
The update to 6.2 is completed with an error in diet-process-tool, the rest seemed ok.
However, the /DietPI folder is empty and at login (by SSH) have the following error:
-bash: /DietPi/dietpi/login: No such file or directory
-bash: /DietPi/dietpi/func/dietpi-globals: No such file or directory

All is broken now

In addition, the filesystem seems in readonly now:
$ apt-get update
Ign:4 https://deb.debian.org/debian stretch-backports InRelease
Err:5 https://deb.debian.org/debian stretch Release
Could not open file /var/lib/apt/lists/partial/deb.debian.org_debian_dists_stretch_Release - open (30: Read-only file system)

Check dmesg for filesystem errors. Most likely drive is mounted read only due to failure.

Is there a way to fix the upgrade issue ? Since the upgrade to 6.2, diet-xxx commands are no longer available.
Don’t know how to retrieve a stable system. All application I’ve installed are down.

Hi,

The issue is with a read only filesystem. The kernel will automatically set Read only, if it encounters issues with the drive/filesystem.

We need to check kernel + fstab.
Please send us a bug report, and reply with the unique reference code after running the below command:

dietpi-bugreport

Hi Foudee, I’d like to send a bug-report but since the upgrade to 6.2, the folder /DietPi is empty, so I don’t know where to find the diet-bugreport command.
I’ve remounted the filesystem un read-write mode now with the command:
$ mount -o remount,rw /dev/nvme0n1p2 /

I tried an apt-get update but I guess it is not like this I’ll can complete the unfinished job of the diet-update command that failed earlier.

root@DietPi:~# apt-get update
Ign:1 https://cdn-aws.deb.debian.org/debian stretch InRelease
Get:2 https://cdn-aws.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:3 https://cdn-aws.deb.debian.org/debian-security stretch/updates InRelease [63.0 kB]
Get:4 https://cdn-aws.deb.debian.org/debian stretch-backports InRelease [91.8 kB]
Hit:5 https://cdn-aws.deb.debian.org/debian stretch Release
Get:7 https://cdn-aws.deb.debian.org/debian-security stretch/updates/main Translation-en [145 kB]
Get:8 https://cdn-aws.deb.debian.org/debian stretch-backports/main amd64 Packages.diff/Index [27.8 kB]
Get:9 https://cdn-aws.deb.debian.org/debian stretch-backports/main i386 Packages.diff/Index [27.8 kB]
Get:10 https://cdn-aws.deb.debian.org/debian stretch-backports/main amd64 Packages 2018-02-23-1422.59.pdiff [802 B]
Get:11 https://cdn-aws.deb.debian.org/debian stretch-backports/main amd64 Packages 2018-02-24-0221.26.pdiff [547 B]
Get:12 https://cdn-aws.deb.debian.org/debian stretch-backports/main amd64 Packages 2018-02-24-0821.34.pdiff [292 B]
Get:12 https://cdn-aws.deb.debian.org/debian stretch-backports/main amd64 Packages 2018-02-24-0821.34.pdiff [292 B]
Get:13 https://cdn-aws.deb.debian.org/debian stretch-backports/main i386 Packages 2018-02-23-2021.17.pdiff [803 B]
Get:14 https://cdn-aws.deb.debian.org/debian stretch-backports/main i386 Packages 2018-02-24-0221.26.pdiff [544 B]
Get:15 https://cdn-aws.deb.debian.org/debian stretch-backports/main i386 Packages 2018-02-24-0821.34.pdiff [294 B]
Get:15 https://cdn-aws.deb.debian.org/debian stretch-backports/main i386 Packages 2018-02-24-0821.34.pdiff [294 B]
Fetched 450 kB in 1s (365 kB/s)
Reading package lists… Done

mount -o remount,rw /dev/nvme0n1p2 /
systemctl start dietpi-ramdisk
systemctl status dietpi-ramdisk -l

If no errors, try sending bug report:

dietpi-bugreport

Thanks, please see result below:
root@DietPi:~# systemctl start dietpi-ramdisk
root@DietPi:~# ls -l /DietPi/
total 16
-rwxr-xr-x 1 root root 2052 Feb 24 16:13 config.txt
drwxr-xr-x 5 root root 1020 Feb 24 16:13 dietpi
-rwxr-xr-x 1 root root 10307 Feb 24 16:13 dietpi.txt
root@DietPi:~# systemctl status dietpi-ramdisk -l
● dietpi-ramdisk.service - DietPi-RAMdisk
Loaded: loaded (/etc/systemd/system/dietpi-ramdisk.service; enabled; vendor preset: enabled)
Active: active (exited) since Sat 2018-02-24 16:13:29 CET; 22s ago
Process: 20707 ExecStart=/bin/bash -c /boot/dietpi/dietpi-ramdisk 0 &>> /var/tmp/dietpi/logs/dietpi-ramdisk.log (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
CGroup: /system.slice/dietpi-ramdisk.service

Feb 24 16:13:29 DietPi systemd[1]: Starting DietPi-RAMdisk…
Feb 24 16:13:29 DietPi systemd[1]: Started DietPi-RAMdisk.

I’ve launched dietpi-bugreport:
Reference CODE: 2e7a54e6-263c-4a91-8039-de4f393e8e61-0

The splash screen tell me to update from 6.2 to 6.1.
Do you recommend me to downgrade the system ?
Reference CODE: 2e7a54e6-263c-4a91-8039-de4f393e8e61-0

Hello, any update ?
Did you receive my submitted logs ?
Thanks.

Hi,

Everything looks fine in the bug report, RAMdisk is loaded and rootFS mounted as RW:

/dev/nvme0n1p2 on / type ext4 (rw,relatime,data=ordered)

I believe this is a intermittent hardware issue, forcing the kernel to remount the device as Read Only to prevent damage. It could also be a kernel bug (Ryzen is still new).
Please verify the integrity and stability of your harddisks and power supply.

Either way, this is out of our control. The only thing I can suggest is if this occurs again, we’d need to see the following result to assist:

dmesg



The splash screen tell me to update from 6.2 to 6.1.

This is a bug, fixed once v6.3 is installed (release eta next week). Updating will do nothing until then.

The weird point is that I hadn’t this problem (read-only mount) before the 6.2 installation. All worked and was stable.
Now at each reboot of the PC, I have to re-mount manually the filesystem.

Is there a different kernel in 6.2 than in 6.1 ?

I’ve rebooted, the filesystem is in readonly, see here the dmesg report:

[ 0.000000] Linux version 4.9.0-5-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18) ) #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-5-amd64 root=UUID=7f909194-7a22-4ca7-963b-1346ce7f67f3 ro net.ifnames=0 consoleblank=0 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] x86/fpu: Using ‘eager’ FPU context switches.
[ 0.000000] e820: 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-0x0000000003ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000004000000-0x0000000004009fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000400a000-0x0000000009cfffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009d00000-0x0000000009ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000dbdcffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dbdd0000-0x00000000dbf1efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dbf1f000-0x00000000dc01dfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dc01e000-0x00000000dc3f2fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000dc3f3000-0x00000000dcef6fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dcef7000-0x00000000dcf85fff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000dcf86000-0x00000000deffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f37ffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.60 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xdc01e000 ACPI=0xdc01e000 SMBIOS=0xdce63000 SMBIOS 3.0=0xdce62000 ESRT=0xda586e98 MEMATTR=0xd8dc1418
[ 0.000000] SMBIOS 3.1.1 present.
[ 0.000000] Kernel/User page tables isolation: disabled
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x21f380 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: 0000000220000000 aka 8704M
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[ 0.000000] esrt: Reserving ESRT space from 0x00000000da586e98 to 0x00000000da586ed0.
[ 0.000000] Base memory trampoline at [ffff991e00096000] 96000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x137737000, 0x137737fff] PGTABLE
[ 0.000000] BRK [0x137738000, 0x137738fff] PGTABLE
[ 0.000000] BRK [0x137739000, 0x137739fff] PGTABLE
[ 0.000000] BRK [0x13773a000, 0x13773afff] PGTABLE
[ 0.000000] BRK [0x13773b000, 0x13773bfff] PGTABLE
[ 0.000000] BRK [0x13773c000, 0x13773cfff] PGTABLE
[ 0.000000] BRK [0x13773d000, 0x13773dfff] PGTABLE
[ 0.000000] BRK [0x13773e000, 0x13773efff] PGTABLE
[ 0.000000] BRK [0x13773f000, 0x13773ffff] PGTABLE
[ 0.000000] BRK [0x137740000, 0x137740fff] PGTABLE
[ 0.000000] BRK [0x137741000, 0x137741fff] PGTABLE
[ 0.000000] BRK [0x137742000, 0x137742fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x35ce3000-0x36e68fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000DC01E000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000DC01E098 0000B4 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000DC0248A8 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20160831/tbfadt-658)
[ 0.000000] ACPI: DSDT 0x00000000DC01E1E8 0066BA (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x00000000DC3DBE00 000040
[ 0.000000] ACPI: APIC 0x00000000DC0249C0 0000DE (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000DC024AA0 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x00000000DC024AE8 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x00000000DC024B88 008C98 (v02 AMD AMD ALIB 00000002 MSFT 04000000)
[ 0.000000] ACPI: SSDT 0x00000000DC02D820 000BB8 (v01 AMD AMD CPU 00000001 AMD 00000001)
[ 0.000000] ACPI: CRAT 0x00000000DC02E3D8 000BD0 (v01 AMD AMD CRAT 00000001 AMD 00000001)
[ 0.000000] ACPI: CDIT 0x00000000DC02EFA8 000029 (v01 AMD AMD CDIT 00000001 AMD 00000001)
[ 0.000000] ACPI: SSDT 0x00000000DC02EFD8 002DBA (v01 AMD AMD AOD 00000001 INTL 20120913)
[ 0.000000] ACPI: MCFG 0x00000000DC031D98 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.000000] ACPI: HPET 0x00000000DC031DD8 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.000000] ACPI: SSDT 0x00000000DC031E10 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x00000000DC031E38 000042 (v01 00000000 00000000)
[ 0.000000] ACPI: BGRT 0x00000000DC031E80 000038 (v01 ALASKA ALASKA 01072009 AMI 00010013)
[ 0.000000] ACPI: IVRS 0x00000000DC031EB8 0000D0 (v02 AMD AMD IVRS 00000001 AMD 00000000)
[ 0.000000] ACPI: SSDT 0x00000000DC031F88 0000F8 (v01 AMD AMD PT 00001000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x00000000DC032080 001993 (v01 AMD AmdTable 00000001 INTL 20120913)
[ 0.000000] ACPI: WSMT 0x00000000DC033A18 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021f37ffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x21f37b000-0x21f37ffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000021f37ffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000003ffffff]
[ 0.000000] node 0: [mem 0x000000000400a000-0x0000000009cfffff]
[ 0.000000] node 0: [mem 0x000000000a000000-0x000000000affffff]
[ 0.000000] node 0: [mem 0x000000000b020000-0x00000000dbdcffff]
[ 0.000000] node 0: [mem 0x00000000dbf1f000-0x00000000dc01dfff]
[ 0.000000] node 0: [mem 0x00000000dcf86000-0x00000000deffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000021f37ffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000021f37ffff]
[ 0.000000] On node 0 totalpages: 2084670
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 27 pages reserved
[ 0.000000] DMA zone: 3999 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14129 pages used for memmap
[ 0.000000] DMA32 zone: 904223 pages, LIFO batch:31
[ 0.000000] Normal zone: 18382 pages used for memmap
[ 0.000000] Normal zone: 1176448 pages, LIFO batch:31
[ 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 7, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 8, 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 16 CPUs, 10 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x04000000-0x04009fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x09d00000-0x09ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdbdd0000-0xdbf1efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdc01e000-0xdc3f2fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdc3f3000-0xdcef6fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdcef7000-0xdcf85fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf000000-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-0xfe9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [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] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:16 nr_node_ids:1
[ 0.000000] percpu: Embedded 35 pages/cpu @ffff99201ec00000 s105304 r8192 d29864 u262144
[ 0.000000] pcpu-alloc: s105304 r8192 d29864 u262144 alloc=12097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2052068
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-5-amd64 root=UUID=7f909194-7a22-4ca7-963b-1346ce7f67f3 ro net.ifnames=0 consoleblank=0 quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 7959300K/8338680K available (6196K kernel code, 1159K rwdata, 2848K rodata, 1408K init, 688K bss, 379380K reserved, 0K cma-reserved)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=16.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=16
[ 0.000000] NR_IRQS:33024 nr_irqs:1096 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration failed
[ 0.000000] tsc: PIT calibration matches HPET. 1 loops
[ 0.000000] tsc: Detected 3193.920 MHz processor
[ 0.000013] Calibrating delay loop (skipped), value calculated using timer frequency… 6387.84 BogoMIPS (lpj=12775680)
[ 0.000015] pid_max: default: 32768 minimum: 301
[ 0.000029] ACPI: Core revision 20160831
[ 0.008707] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.009377] Security Framework initialized
[ 0.009378] Yama: disabled by default; enable with sysctl kernel.yama.

[ 0.009382] AppArmor: AppArmor disabled by boot time parameter
[ 0.009601] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.010791] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.011340] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.011344] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.011567] CPU: Physical Processor ID: 0
[ 0.011568] CPU: Processor Core ID: 0
[ 0.011574] mce: CPU supports 23 MCE banks
[ 0.011589] LVT offset 1 assigned for vector 0xf9
[ 0.011650] LVT offset 2 assigned for vector 0xf4
[ 0.011660] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[ 0.011660] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[ 0.012624] Freeing SMP alternatives memory: 24K
[ 0.015864] ftrace: allocating 25212 entries in 99 pages
[ 0.023324] smpboot: Max logical packages: 3
[ 0.182137] Switched APIC routing to physical flat.
[ 0.182892] …TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.327148] smpboot: CPU0: AMD Ryzen 5 1600 Six-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
[ 0.327150] Performance Events: Fam17h core perfctr, AMD PMU driver.
[ 0.327153] … version: 0
[ 0.327153] … bit width: 48
[ 0.327153] … generic registers: 6
[ 0.327154] … value mask: 0000ffffffffffff
[ 0.327154] … max period: 00007fffffffffff
[ 0.327154] … fixed-purpose events: 0
[ 0.327155] … event mask: 000000000000003f
[ 0.327613] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.327687] x86: Booting SMP configuration:
[ 0.327687] … node #0, CPUs: #1 #2 #3 #4 #5
[ 0.339001] x86: Booted up 1 node, 6 CPUs
[ 0.339003] smpboot: Total of 6 processors activated (38327.04 BogoMIPS)
[ 0.339805] devtmpfs: initialized
[ 0.339849] x86/mm: Memory block size: 128MB
[ 0.342108] PM: Registering ACPI NVS region [mem 0x04000000-0x04009fff] (40960 bytes)
[ 0.342109] PM: Registering ACPI NVS region [mem 0xdc01e000-0xdc3f2fff] (4018176 bytes)
[ 0.342216] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.342229] futex hash table entries: 4096 (order: 6, 262144 bytes)
[ 0.342295] pinctrl core: initialized pinctrl subsystem
[ 0.342409] NET: Registered protocol family 16
[ 0.351180] cpuidle: using governor ladder
[ 0.367180] cpuidle: using governor menu
[ 0.367425] ACPI: bus type PCI registered
[ 0.367425] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.367478] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.367479] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.367485] PCI: Using configuration type 1 for base access
[ 0.383353] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 0.383353] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.383598] ACPI: Added _OSI(Module Device)
[ 0.383599] ACPI: Added _OSI(Processor Device)
[ 0.383599] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.383599] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.383756] ACPI: Executed 2 blocks of module-level executable AML code
[ 0.387494] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.389846] ACPI: Interpreter enabled
[ 0.389856] ACPI: (supports S0 S4 S5)
[ 0.389857] ACPI: Using IOAPIC for interrupt routing
[ 0.390044] PCI: Using host bridge windows from ACPI; if necessary, use “pci=nocrs” and report a bug
[ 0.395910] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.395913] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.396090] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.396100] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.396345] PCI host bridge to bus 0000:00
[ 0.396346] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.396347] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.396348] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.396349] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.396350] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.396351] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.396352] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
[ 0.396353] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.396359] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[ 0.396433] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[ 0.396513] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[ 0.396567] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[ 0.396662] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.397323] pci 0000:00:01.1: System wakeup disabled by ACPI
[ 0.397351] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[ 0.397444] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[ 0.397492] pci 0000:00:01.3: System wakeup disabled by ACPI
[ 0.397521] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[ 0.397588] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[ 0.397655] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[ 0.397727] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[ 0.397780] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[ 0.398117] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.398158] pci 0000:00:07.1: System wakeup disabled by ACPI
[ 0.398191] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[ 0.398244] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[ 0.398335] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.398377] pci 0000:00:08.1: System wakeup disabled by ACPI
[ 0.398446] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.398645] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.398848] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[ 0.398896] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[ 0.398942] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[ 0.398990] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[ 0.399036] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[ 0.399087] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[ 0.399139] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[ 0.399190] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[ 0.399333] pci 0000:01:00.0: [1987:5007] type 00 class 0x010802
[ 0.399345] pci 0000:01:00.0: reg 0x10: [mem 0xf7900000-0xf7903fff 64bit]
[ 0.414999] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.415003] pci 0000:00:01.1: bridge window [mem 0xf7900000-0xf79fffff]
[ 0.415112] pci 0000:02:00.0: [1022:43bb] type 00 class 0x0c0330
[ 0.415127] pci 0000:02:00.0: reg 0x10: [mem 0xf73a0000-0xf73a7fff 64bit]
[ 0.415198] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.415233] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.415265] pci 0000:02:00.1: [1022:43b7] type 00 class 0x010601
[ 0.415304] pci 0000:02:00.1: reg 0x24: [mem 0xf7380000-0xf739ffff]
[ 0.415311] pci 0000:02:00.1: reg 0x30: [mem 0xf7300000-0xf737ffff pref]
[ 0.415343] pci 0000:02:00.1: PME# supported from D3hot D3cold
[ 0.415390] pci 0000:02:00.2: [1022:43b2] type 01 class 0x060400
[ 0.415451] pci 0000:02:00.2: PME# supported from D3hot D3cold
[ 0.431000] pci 0000:00:01.3: PCI bridge to [bus 02-07]
[ 0.431003] pci 0000:00:01.3: bridge window [io 0xe000-0xffff]
[ 0.431005] pci 0000:00:01.3: bridge window [mem 0xf6000000-0xf73fffff]
[ 0.431008] pci 0000:00:01.3: bridge window [mem 0xe8000000-0xf21fffff 64bit pref]
[ 0.431097] pci 0000:03:00.0: [1022:43b4] type 01 class 0x060400
[ 0.431171] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 0.431239] pci 0000:03:01.0: [1022:43b4] type 01 class 0x060400
[ 0.431309] pci 0000:03:01.0: PME# supported from D3hot D3cold
[ 0.431372] pci 0000:03:04.0: [1022:43b4] type 01 class 0x060400
[ 0.431442] pci 0000:03:04.0: PME# supported from D3hot D3cold
[ 0.431516] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[ 0.431520] pci 0000:02:00.2: bridge window [io 0xe000-0xffff]
[ 0.431522] pci 0000:02:00.2: bridge window [mem 0xf6000000-0xf72fffff]
[ 0.431526] pci 0000:02:00.2: bridge window [mem 0xe8000000-0xf21fffff 64bit pref]
[ 0.431576] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[ 0.431600] pci 0000:04:00.0: reg 0x10: [io 0xf000-0xf0ff]
[ 0.431635] pci 0000:04:00.0: reg 0x18: [mem 0xf7200000-0xf7200fff 64bit]
[ 0.431656] pci 0000:04:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
[ 0.431775] pci 0000:04:00.0: supports D1 D2
[ 0.431775] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.447007] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 0.447012] pci 0000:03:00.0: bridge window [io 0xf000-0xffff]
[ 0.447014] pci 0000:03:00.0: bridge window [mem 0xf7200000-0xf72fffff]
[ 0.447019] pci 0000:03:00.0: bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[ 0.447088] pci 0000:05:00.0: [1283:8892] type 01 class 0x060401
[ 0.447231] pci 0000:05:00.0: supports D1 D2
[ 0.447232] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.447273] pci 0000:03:01.0: PCI bridge to [bus 05-06]
[ 0.447413] pci 0000:05:00.0: PCI bridge to [bus 06] (subtractive decode)
[ 0.447501] pci 0000:07:00.0: [10de:128b] type 00 class 0x030000
[ 0.447517] pci 0000:07:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[ 0.447532] pci 0000:07:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
[ 0.447547] pci 0000:07:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.447557] pci 0000:07:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.447566] pci 0000:07:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[ 0.447682] pci 0000:07:00.1: [10de:0e0f] type 00 class 0x040300
[ 0.447698] pci 0000:07:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[ 0.463008] pci 0000:03:04.0: PCI bridge to [bus 07]
[ 0.463013] pci 0000:03:04.0: bridge window [io 0xe000-0xefff]
[ 0.463016] pci 0000:03:04.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.463020] pci 0000:03:04.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[ 0.463365] pci 0000:08:00.0: [1022:145a] type 00 class 0x130000
[ 0.463442] pci 0000:08:00.2: [1022:1456] type 00 class 0x108000
[ 0.463451] pci 0000:08:00.2: reg 0x18: [mem 0xf7600000-0xf76fffff]
[ 0.463458] pci 0000:08:00.2: reg 0x24: [mem 0xf7700000-0xf7701fff]
[ 0.463523] pci 0000:08:00.3: [1022:145c] type 00 class 0x0c0330
[ 0.463531] pci 0000:08:00.3: reg 0x10: [mem 0xf7500000-0xf75fffff 64bit]
[ 0.463569] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[ 0.463586] pci 0000:08:00.3: System wakeup disabled by ACPI
[ 0.463618] pci 0000:00:07.1: PCI bridge to [bus 08]
[ 0.463621] pci 0000:00:07.1: bridge window [mem 0xf7500000-0xf77fffff]
[ 0.463685] pci 0000:09:00.0: [1022:1455] type 00 class 0x130000
[ 0.463763] pci 0000:09:00.2: [1022:7901] type 00 class 0x010601
[ 0.463785] pci 0000:09:00.2: reg 0x24: [mem 0xf7808000-0xf7808fff]
[ 0.463814] pci 0000:09:00.2: PME# supported from D3hot D3cold
[ 0.463857] pci 0000:09:00.3: [1022:1457] type 00 class 0x040300
[ 0.463862] pci 0000:09:00.3: reg 0x10: [mem 0xf7800000-0xf7807fff]
[ 0.463901] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[ 0.463950] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 0.463953] pci 0000:00:08.1: bridge window [mem 0xf7800000-0xf78fffff]
[ 0.464337] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[ 0.464384] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[ 0.464425] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[ 0.464475] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[ 0.464520] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[ 0.464557] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[ 0.464591] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[ 0.464622] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[ 0.465054] vgaarb: setting as boot device: PCI:0000:07:00.0
[ 0.465055] vgaarb: device added: PCI:0000:07:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.465055] vgaarb: loaded
[ 0.465056] vgaarb: bridge control possible 0000:07:00.0
[ 0.465081] Registered efivars operations
[ 0.475896] PCI: Using ACPI for IRQ routing
[ 0.480201] PCI: pci_cache_line_size set to 64 bytes
[ 0.480260] e820: reserve RAM buffer [mem 0x09d00000-0x0bffffff]
[ 0.480261] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.480262] e820: reserve RAM buffer [mem 0xdbdd0000-0xdbffffff]
[ 0.480263] e820: reserve RAM buffer [mem 0xdc01e000-0xdfffffff]
[ 0.480263] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[ 0.480264] e820: reserve RAM buffer [mem 0x21f380000-0x21fffffff]
[ 0.480493] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.480495] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.482637] clocksource: Switched to clocksource hpet
[ 0.487103] VFS: Disk quotas dquot_6.6.0
[ 0.487123] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.487179] pnp: PnP ACPI init
[ 0.487245] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.487247] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.487305] system 00:01: [mem 0xfeb80000-0xfebfffff] could not be reserved
[ 0.487307] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.487360] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.487480] system 00:03: [io 0x0a00-0x0a2f] has been reserved
[ 0.487481] system 00:03: [io 0x0a30-0x0a3f] has been reserved
[ 0.487483] system 00:03: [io 0x0a40-0x0a4f] has been reserved
[ 0.487484] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.487724] pnp 00:04: [dma 0 disabled]
[ 0.487805] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.488002] pnp 00:05: [dma 0 disabled]
[ 0.488030] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.488191] system 00:06: [io 0x04d0-0x04d1] has been reserved
[ 0.488192] system 00:06: [io 0x040b] has been reserved
[ 0.488193] system 00:06: [io 0x04d6] has been reserved
[ 0.488193] system 00:06: [io 0x0c00-0x0c01] has been reserved
[ 0.488194] system 00:06: [io 0x0c14] has been reserved
[ 0.488195] system 00:06: [io 0x0c50-0x0c51] has been reserved
[ 0.488196] system 00:06: [io 0x0c52] has been reserved
[ 0.488197] system 00:06: [io 0x0c6c] has been reserved
[ 0.488198] system 00:06: [io 0x0c6f] has been reserved
[ 0.488199] system 00:06: [io 0x0cd0-0x0cd1] has been reserved
[ 0.488200] system 00:06: [io 0x0cd2-0x0cd3] has been reserved
[ 0.488201] system 00:06: [io 0x0cd4-0x0cd5] has been reserved
[ 0.488201] system 00:06: [io 0x0cd6-0x0cd7] has been reserved
[ 0.488202] system 00:06: [io 0x0cd8-0x0cdf] has been reserved
[ 0.488203] system 00:06: [io 0x0800-0x089f] has been reserved
[ 0.488204] system 00:06: [io 0x0b00-0x0b0f] has been reserved
[ 0.488205] system 00:06: [io 0x0b20-0x0b3f] has been reserved
[ 0.488206] system 00:06: [io 0x0900-0x090f] has been reserved
[ 0.488207] system 00:06: [io 0x0910-0x091f] has been reserved
[ 0.488208] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.488210] system 00:06: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.488211] system 00:06: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.488212] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.488213] system 00:06: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.488214] system 00:06: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.488215] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.488216] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.488541] pnp: PnP ACPI: found 7 devices
[ 0.494920] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.494972] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.494974] pci 0000:00:01.1: bridge window [mem 0xf7900000-0xf79fffff]
[ 0.494978] pci 0000:03:00.0: PCI bridge to [bus 04]
[ 0.494980] pci 0000:03:00.0: bridge window [io 0xf000-0xffff]
[ 0.494983] pci 0000:03:00.0: bridge window [mem 0xf7200000-0xf72fffff]
[ 0.494986] pci 0000:03:00.0: bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[ 0.494990] pci 0000:05:00.0: PCI bridge to [bus 06]
[ 0.495012] pci 0000:03:01.0: PCI bridge to [bus 05-06]
[ 0.495020] pci 0000:03:04.0: PCI bridge to [bus 07]
[ 0.495022] pci 0000:03:04.0: bridge window [io 0xe000-0xefff]
[ 0.495025] pci 0000:03:04.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.495027] pci 0000:03:04.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[ 0.495031] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[ 0.495032] pci 0000:02:00.2: bridge window [io 0xe000-0xffff]
[ 0.495035] pci 0000:02:00.2: bridge window [mem 0xf6000000-0xf72fffff]
[ 0.495038] pci 0000:02:00.2: bridge window [mem 0xe8000000-0xf21fffff 64bit pref]
[ 0.495041] pci 0000:00:01.3: PCI bridge to [bus 02-07]
[ 0.495042] pci 0000:00:01.3: bridge window [io 0xe000-0xffff]
[ 0.495044] pci 0000:00:01.3: bridge window [mem 0xf6000000-0xf73fffff]
[ 0.495046] pci 0000:00:01.3: bridge window [mem 0xe8000000-0xf21fffff 64bit pref]
[ 0.495048] pci 0000:00:07.1: PCI bridge to [bus 08]
[ 0.495050] pci 0000:00:07.1: bridge window [mem 0xf7500000-0xf77fffff]
[ 0.495053] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 0.495055] pci 0000:00:08.1: bridge window [mem 0xf7800000-0xf78fffff]
[ 0.495059] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.495059] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.495060] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.495061] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.495062] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.495062] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.495063] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xf7ffffff window]
[ 0.495064] pci_bus 0000:01: resource 1 [mem 0xf7900000-0xf79fffff]
[ 0.495064] pci_bus 0000:02: resource 0 [io 0xe000-0xffff]
[ 0.495065] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf73fffff]
[ 0.495066] pci_bus 0000:02: resource 2 [mem 0xe8000000-0xf21fffff 64bit pref]
[ 0.495066] pci_bus 0000:03: resource 0 [io 0xe000-0xffff]
[ 0.495067] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf72fffff]
[ 0.495068] pci_bus 0000:03: resource 2 [mem 0xe8000000-0xf21fffff 64bit pref]
[ 0.495068] pci_bus 0000:04: resource 0 [io 0xf000-0xffff]
[ 0.495069] pci_bus 0000:04: resource 1 [mem 0xf7200000-0xf72fffff]
[ 0.495070] pci_bus 0000:04: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[ 0.495071] pci_bus 0000:07: resource 0 [io 0xe000-0xefff]
[ 0.495071] pci_bus 0000:07: resource 1 [mem 0xf6000000-0xf70fffff]
[ 0.495072] pci_bus 0000:07: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
[ 0.495073] pci_bus 0000:08: resource 1 [mem 0xf7500000-0xf77fffff]
[ 0.495073] pci_bus 0000:09: resource 1 [mem 0xf7800000-0xf78fffff]
[ 0.495277] NET: Registered protocol family 2
[ 0.495437] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.495523] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.495627] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.495647] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.495666] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.495723] NET: Registered protocol family 1
[ 0.495860] pci 0000:07:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.495956] PCI: CLS 64 bytes, default 64
[ 0.495984] Unpacking initramfs…
[ 0.704603] Freeing initrd memory: 17944K
[ 0.704624] AMD-Vi: IOMMU performance counters supported
[ 0.704901] iommu: Adding device 0000:00:01.0 to group 0
[ 0.705007] iommu: Adding device 0000:00:01.1 to group 1
[ 0.705111] iommu: Adding device 0000:00:01.3 to group 2
[ 0.705221] iommu: Adding device 0000:00:02.0 to group 3
[ 0.705329] iommu: Adding device 0000:00:03.0 to group 4
[ 0.705432] iommu: Adding device 0000:00:04.0 to group 5
[ 0.705536] iommu: Adding device 0000:00:07.0 to group 6
[ 0.705639] iommu: Adding device 0000:00:07.1 to group 7
[ 0.705745] iommu: Adding device 0000:00:08.0 to group 8
[ 0.705852] iommu: Adding device 0000:00:08.1 to group 9
[ 0.705961] iommu: Adding device 0000:00:14.0 to group 10
[ 0.705973] iommu: Adding device 0000:00:14.3 to group 10
[ 0.706091] iommu: Adding device 0000:00:18.0 to group 11
[ 0.706103] iommu: Adding device 0000:00:18.1 to group 11
[ 0.706114] iommu: Adding device 0000:00:18.2 to group 11
[ 0.706125] iommu: Adding device 0000:00:18.3 to group 11
[ 0.706136] iommu: Adding device 0000:00:18.4 to group 11
[ 0.706147] iommu: Adding device 0000:00:18.5 to group 11
[ 0.706157] iommu: Adding device 0000:00:18.6 to group 11
[ 0.706167] iommu: Adding device 0000:00:18.7 to group 11
[ 0.706272] iommu: Adding device 0000:01:00.0 to group 12
[ 0.706390] iommu: Adding device 0000:02:00.0 to group 13
[ 0.706409] iommu: Adding device 0000:02:00.1 to group 13
[ 0.706425] iommu: Adding device 0000:02:00.2 to group 13
[ 0.706437] iommu: Adding device 0000:03:00.0 to group 13
[ 0.706448] iommu: Adding device 0000:03:01.0 to group 13
[ 0.706458] iommu: Adding device 0000:03:04.0 to group 13
[ 0.706475] iommu: Adding device 0000:04:00.0 to group 13
[ 0.706485] iommu: Adding device 0000:05:00.0 to group 13
[ 0.706498] iommu: Adding device 0000:07:00.0 to group 13
[ 0.706509] iommu: Adding device 0000:07:00.1 to group 13
[ 0.706619] iommu: Adding device 0000:08:00.0 to group 14
[ 0.706762] iommu: Adding device 0000:08:00.2 to group 15
[ 0.706868] iommu: Adding device 0000:08:00.3 to group 16
[ 0.706977] iommu: Adding device 0000:09:00.0 to group 17
[ 0.707085] iommu: Adding device 0000:09:00.2 to group 18
[ 0.707195] iommu: Adding device 0000:09:00.3 to group 19
[ 0.707399] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[ 0.707400] AMD-Vi: Extended features (0xf77ef22294ada):
[ 0.707401] PPR NX GT IA GA PC GA_vAPIC
[ 0.707403] AMD-Vi: Interrupt remapping enabled
[ 0.707403] AMD-Vi: virtual APIC enabled
[ 0.707627] AMD-Vi: Lazy IO/TLB flushing enabled
[ 0.708510] perf: AMD NB counters detected
[ 0.708514] perf: AMD L2I counters detected
[ 0.708932] perf: amd_iommu: Detected. (0 banks, 0 counters/bank)
[ 0.709320] audit: initializing netlink subsys (disabled)
[ 0.709335] audit: type=2000 audit(1520153219.448:1): initialized
[ 0.709664] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[ 0.709744] zbud: loaded
[ 0.710452] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.710488] io scheduler noop registered
[ 0.710489] io scheduler deadline registered
[ 0.710501] io scheduler cfq registered (default)
[ 0.711624] aer 0000:00:01.1:pcie002: service driver aer loaded
[ 0.711645] aer 0000:00:01.3:pcie002: service driver aer loaded
[ 0.711659] aer 0000:00:07.1:pcie002: service driver aer loaded
[ 0.711674] aer 0000:00:08.1:pcie002: service driver aer loaded
[ 0.711683] pcieport 0000:00:01.1: Signaling PME through PCIe PME interrupt
[ 0.711683] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 0.711685] pcie_pme 0000:00:01.1:pcie001: service driver pcie_pme loaded
[ 0.711690] pcieport 0000:00:01.3: Signaling PME through PCIe PME interrupt
[ 0.711690] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 0.711691] pci 0000:02:00.1: Signaling PME through PCIe PME interrupt
[ 0.711692] pcieport 0000:02:00.2: Signaling PME through PCIe PME interrupt
[ 0.711692] pcieport 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 0.711693] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[ 0.711694] pcieport 0000:03:01.0: Signaling PME through PCIe PME interrupt
[ 0.711694] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[ 0.711695] pcieport 0000:03:04.0: Signaling PME through PCIe PME interrupt
[ 0.711695] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[ 0.711696] pci 0000:07:00.1: Signaling PME through PCIe PME interrupt
[ 0.711698] pcie_pme 0000:00:01.3:pcie001: service driver pcie_pme loaded
[ 0.711702] pcieport 0000:00:07.1: Signaling PME through PCIe PME interrupt
[ 0.711703] pci 0000:08:00.0: Signaling PME through PCIe PME interrupt
[ 0.711703] pci 0000:08:00.2: Signaling PME through PCIe PME interrupt
[ 0.711704] pci 0000:08:00.3: Signaling PME through PCIe PME interrupt
[ 0.711705] pcie_pme 0000:00:07.1:pcie001: service driver pcie_pme loaded
[ 0.711711] pcieport 0000:00:08.1: Signaling PME through PCIe PME interrupt
[ 0.711711] pci 0000:09:00.0: Signaling PME through PCIe PME interrupt
[ 0.711712] pci 0000:09:00.2: Signaling PME through PCIe PME interrupt
[ 0.711712] pci 0000:09:00.3: Signaling PME through PCIe PME interrupt
[ 0.711714] pcie_pme 0000:00:08.1:pcie001: service driver pcie_pme loaded
[ 0.711720] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.711724] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.711732] efifb: probing for efifb
[ 0.711741] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[ 0.711742] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 0.711742] efifb: scrolling: redraw
[ 0.711743] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.713931] Console: switching to colour frame buffer device 128x48
[ 0.716023] fb0: EFI VGA frame buffer device
[ 0.716635] GHES: HEST is not enabled!
[ 0.716682] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.737575] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.737853] Linux agpgart interface v0.103
[ 0.737900] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 0.738391] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.738855] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.738857] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.738958] mousedev: PS/2 mouse device common for all mice
[ 0.738998] rtc_cmos 00:02: RTC can wake from S4
[ 0.739191] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 0.739242] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.739343] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.739717] NET: Registered protocol family 10
[ 0.739928] mip6: Mobile IPv6
[ 0.739929] NET: Registered protocol family 17
[ 0.739931] mpls_gso: MPLS GSO support
[ 0.740975] microcode: CPU0: patch_level=0x08001129
[ 0.740980] microcode: CPU1: patch_level=0x08001129
[ 0.740986] microcode: CPU2: patch_level=0x08001129
[ 0.740991] microcode: CPU3: patch_level=0x08001129
[ 0.740994] microcode: CPU4: patch_level=0x08001129
[ 0.740998] microcode: CPU5: patch_level=0x08001129
[ 0.741035] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.741147] registered taskstats version 1
[ 0.741157] zswap: loaded using pool lzo/zbud
[ 0.741245] ima: No TPM chip found, activating TPM-bypass!
[ 0.741973] rtc_cmos 00:02: setting system clock to 2018-03-04 08:47:00 UTC (1520153220)
[ 0.742020] PM: Hibernation image not present or could not be loaded.
[ 0.743009] Freeing unused kernel memory: 1408K
[ 0.743010] Write protecting the kernel read-only data: 12288k
[ 0.743419] Freeing unused kernel memory: 1980K
[ 0.745496] Freeing unused kernel memory: 1248K
[ 0.749422] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.754219] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 0.754259] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 0.754265] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 0.754753] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.754771] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.755893] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.755932] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.756174] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.756203] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.756237] random: udevadm: uninitialized urandom read (16 bytes read)
[ 0.779603] nvme nvme0: pci function 0000:01:00.0
[ 0.780213] SCSI subsystem initialized
[ 0.780517] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 0.780566] ACPI: bus type USB registered
[ 0.780580] usbcore: registered new interface driver usbfs
[ 0.780586] usbcore: registered new interface driver hub
[ 0.780602] usbcore: registered new device driver usb
[ 0.781140] libata version 3.00 loaded.
[ 0.781522] QUIRK: Enable AMD PLL fix
[ 0.781530] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 0.781535] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[ 0.781744] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 0.781745] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 0.785752] AVX2 version of gcm_enc/dec engaged.
[ 0.785752] AES CTR mode by8 optimization enabled
[ 0.791574] r8169 0000:04:00.0 eth0: RTL8168g/8111g at 0xffffbc3d80cad000, 1c:1b:0d:e1:cd:f7, XID 0c000800 IRQ 39
[ 0.791576] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 0.836915] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x00000418
[ 0.836997] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.836998] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.836999] usb usb1: Product: xHCI Host Controller
[ 0.837000] usb usb1: Manufacturer: Linux 4.9.0-5-amd64 xhci-hcd
[ 0.837001] usb usb1: SerialNumber: 0000:02:00.0
[ 0.837218] hub 1-0:1.0: USB hub found
[ 0.837229] hub 1-0:1.0: 10 ports detected
[ 0.837432] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 0.837434] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[ 0.837436] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.837461] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 0.837474] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.837475] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.837476] usb usb2: Product: xHCI Host Controller
[ 0.837477] usb usb2: Manufacturer: Linux 4.9.0-5-amd64 xhci-hcd
[ 0.837478] usb usb2: SerialNumber: 0000:02:00.0
[ 0.837555] hub 2-0:1.0: USB hub found
[ 0.837560] hub 2-0:1.0: 4 ports detected
[ 0.837621] usb: port power management may be unreliable
[ 0.837676] ahci 0000:02:00.1: version 3.0
[ 0.837772] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 0.837774] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
[ 0.837828] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[ 0.837860] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[ 0.837862] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 0.837877] xhci_hcd 0000:08:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x00000418
[ 0.837939] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.837940] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.837941] usb usb3: Product: xHCI Host Controller
[ 0.837941] usb usb3: Manufacturer: Linux 4.9.0-5-amd64 xhci-hcd
[ 0.837942] usb usb3: SerialNumber: 0000:08:00.3
[ 0.838028] hub 3-0:1.0: USB hub found
[ 0.838033] hub 3-0:1.0: 4 ports detected
[ 0.838166] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 0.838167] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[ 0.838177] usb usb4: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 0.838188] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.838189] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.838190] usb usb4: Product: xHCI Host Controller
[ 0.838190] usb usb4: Manufacturer: Linux 4.9.0-5-amd64 xhci-hcd
[ 0.838191] usb usb4: SerialNumber: 0000:08:00.3
[ 0.838277] hub 4-0:1.0: USB hub found
[ 0.838282] hub 4-0:1.0: 4 ports detected
[ 0.838507] scsi host0: ahci
[ 0.838591] scsi host1: ahci
[ 0.838682] scsi host2: ahci
[ 0.838760] scsi host3: ahci
[ 0.838832] scsi host4: ahci
[ 0.838907] scsi host5: ahci
[ 0.839003] scsi host6: ahci
[ 0.839070] scsi host7: ahci
[ 0.839106] ata1: SATA max UDMA/133 abar m131072@0xf7380000 port 0xf7380100 irq 42
[ 0.839107] ata2: SATA max UDMA/133 abar m131072@0xf7380000 port 0xf7380180 irq 42
[ 0.839108] ata3: DUMMY
[ 0.839108] ata4: DUMMY
[ 0.839109] ata5: SATA max UDMA/133 abar m131072@0xf7380000 port 0xf7380300 irq 42
[ 0.839111] ata6: SATA max UDMA/133 abar m131072@0xf7380000 port 0xf7380380 irq 42
[ 0.839111] ata7: DUMMY
[ 0.839111] ata8: DUMMY
[ 0.839291] ahci 0000:09:00.2: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 0.839292] ahci 0000:09:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part sxs
[ 0.839293] ahci 0000:09:00.2: both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented
[ 0.839511] scsi host8: ahci
[ 0.839590] scsi host9: ahci
[ 0.839620] ata9: SATA max UDMA/133 abar m4096@0xf7808000 port 0xf7808100 irq 45
[ 0.839621] ata10: SATA max UDMA/133 abar m4096@0xf7808000 port 0xf7808180 irq 46
[ 0.998434] nvme0n1: p1 p2 p3
[ 1.151275] ata9: SATA link down (SStatus 0 SControl 300)
[ 1.151297] ata10: SATA link down (SStatus 0 SControl 300)
[ 1.223002] usb 1-6: new full-speed USB device number 2 using xhci_hcd
[ 1.311024] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.348377] ata1.00: ATA-10: ST2000LX001-1RG174, SDM1, max UDMA/133
[ 1.348378] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 1.407047] ata1.00: configured for UDMA/133
[ 1.407424] scsi 0:0:0:0: Direct-Access ATA ST2000LX001-1RG1 SDM1 PQ: 0 ANSI: 5
[ 1.620512] usb 1-6: New USB device found, idVendor=046d, idProduct=c52b
[ 1.620514] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.620515] usb 1-6: Product: USB Receiver
[ 1.620515] usb 1-6: Manufacturer: Logitech
[ 1.631332] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.682292] usbcore: registered new interface driver usbhid
[ 1.682293] usbhid: USB HID core driver
[ 1.694471] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-6/input2
[ 1.726713] tsc: Refined TSC clocksource calibration: 3194.000 MHz
[ 1.726717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a25d85ab, max_idle_ns: 440795234405 ns
[ 1.758358] ata2: SATA link down (SStatus 0 SControl 300)
[ 1.823332] input: Logitech K400 as /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1-6/1-6:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input3
[ 1.823476] logitech-hidpp-device 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:02:00.0-6:1
[ 2.072125] ata5: SATA link down (SStatus 0 SControl 300)
[ 2.543041] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.543663] ata6.00: ATA-9: WDC WD10JFCX-68N6GN0, 82.00A82, max UDMA/133
[ 2.543664] ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 2.544289] ata6.00: configured for UDMA/133
[ 2.544655] scsi 5:0:0:0: Direct-Access ATA WDC WD10JFCX-68N 0A82 PQ: 0 ANSI: 5
[ 2.577156] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 2.577157] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 2.577176] sd 5:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 2.577177] sd 5:0:0:0: [sdb] 4096-byte physical blocks
[ 2.577184] sd 0:0:0:0: [sda] Write Protect is off
[ 2.577185] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.577197] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 2.577204] sd 5:0:0:0: [sdb] Write Protect is off
[ 2.577206] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.577217] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 2.578760] sda: sda1
[ 2.579005] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.582320] sd 5:0:0:0: [sdb] Attached SCSI disk
[ 2.653015] random: fast init done
[ 2.750419] PM: Starting manual resume from disk
[ 2.750421] PM: Hibernation image partition 259:3 present
[ 2.750421] PM: Looking for hibernation image.
[ 2.750509] PM: Image not found (code -22)
[ 2.750509] PM: Hibernation image not present or could not be loaded.
[ 2.750780] clocksource: Switched to clocksource tsc
[ 2.815136] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.850783] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.879230] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 2.879350] systemd[1]: Detected architecture x86-64.
[ 2.879446] systemd[1]: Set hostname to .
[ 2.907241] systemd[1]: apt-daily-upgrade.timer: Cannot add dependency job, ignoring: Unit apt-daily-upgrade.timer is masked.
[ 2.907244] systemd[1]: apt-daily.timer: Cannot add dependency job, ignoring: Unit apt-daily.timer is masked.
[ 2.907587] systemd[1]: Listening on Syslog Socket.
[ 2.907680] systemd[1]: Created slice User and Session Slice.
[ 2.907727] systemd[1]: Created slice System Slice.
[ 2.907998] systemd[1]: Mounting POSIX Message Queue File System…
[ 2.908080] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 2.932364] nvidia: loading out-of-tree module taints kernel.
[ 2.932369] nvidia: module license ‘NVIDIA’ taints kernel.
[ 2.932369] Disabling lock debugging due to kernel taint
[ 2.939744] vgaarb: device changed decodes: PCI:0000:07:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 2.939812] nvidia-nvlink: Nvlink Core is being initialized, major device number 247
[ 2.939822] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 375.82 Wed Jul 19 21:16:49 PDT 2017 (using threaded interrupts)
[ 2.941618] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 375.82 Wed Jul 19 20:35:11 PDT 2017
[ 2.950801] [drm] Initialized
[ 2.952329] acpi_cpufreq: overriding BIOS provided _PSD data
[ 2.955519] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[ 2.955522] ACPI: Power Button [PWRB]
[ 2.955566] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 2.955567] ACPI: Power Button [PWRF]
[ 2.961177] parport_pc 00:04: reported by Plug and Play ACPI
[ 2.961225] parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE,EPP]
[ 2.962159] [drm] [nvidia-drm] [GPU ID 0x00000700] Loading driver
[ 2.965975] wmi: Mapper loaded
[ 2.968819] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 2.970885] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[ 2.970926] sp5100_tco: PCI Vendor ID: 0x1022, Device ID: 0x790b, Revision ID: 0x59
[ 2.970930] sp5100_tco: I/O address 0x0cd6 already in use
[ 2.971366] ccp 0000:08:00.2: enabling device (0000 → 0002)
[ 2.971435] ccp 0000:08:00.2: 3 command queues available
[ 2.971497] ccp 0000:08:00.2: Queue 2 can access 4 LSB regions
[ 2.971499] ccp 0000:08:00.2: Queue 3 can access 4 LSB regions
[ 2.971500] ccp 0000:08:00.2: Queue 4 can access 4 LSB regions
[ 2.971501] ccp 0000:08:00.2: Queue 0 gets LSB 4
[ 2.971501] ccp 0000:08:00.2: Queue 1 gets LSB 5
[ 2.971502] ccp 0000:08:00.2: Queue 2 gets LSB 6
[ 2.974149] ccp 0000:08:00.2: enabled
[ 2.975100] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.975125] sd 5:0:0:0: Attached scsi generic sg1 type 0
[ 2.982695] Adding 8337404k swap on /dev/nvme0n1p3. Priority:-1 extents:1 across:8337404k SSFS
[ 2.989738] systemd-journald[261]: Received request to flush runtime journal from PID 1
[ 3.003712] EFI Variables Facility v0.08 2004-May-17
[ 3.006933] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 3.008788] snd_hda_intel 0000:07:00.1: Disabling MSI
[ 3.008792] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client
[ 3.008808] snd_hda_intel 0000:09:00.3: enabling device (0000 → 0002)
[ 3.014756] ppdev: user-space parallel port driver
[ 3.022639] kvm: disabled by bios
[ 3.025592] pstore: using zlib compression
[ 3.025601] pstore: Registered efi as persistent store backend
[ 3.027541] r8169 0000:04:00.0: firmware: direct-loading firmware rtl_nic/rtl8168g-2.fw
[ 3.028623] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 3.028625] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 3.028626] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 3.028627] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 3.028627] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x11/0x0
[ 3.028628] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 3.028629] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
[ 3.028630] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
[ 3.028630] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
[ 3.043409] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input7
[ 3.043446] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input8
[ 3.043478] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input9
[ 3.043510] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input10
[ 3.043542] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input11
[ 3.073333] r8169 0000:04:00.0 eth0: link down
[ 3.073396] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3.073489] r8169 0000:04:00.0 eth0: link down
[ 3.075130] random: crng init done
[ 3.648039] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:04.0/0000:07:00.1/sound/card0/input12
[ 3.648152] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.3/0000:02:00.2/0000:03:04.0/0000:07:00.1/sound/card0/input13
[ 5.648273] r8169 0000:04:00.0 eth0: link up
[ 5.648287] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready