Gentoo Minimal Installation CD (amd64 aka x86_64) – booting (in UEFI mode)

Author:

SCREENSHOT 21) UEFI BIOS configuration to boot your Gentoo Linux from a separate drive.

Here the GRUB2 is installed on the same disk, which is Gentoo Linux installed and successfully created a boot entry in your UEFI BIOS.
Here is the command line to do to right:

(chroot) livecd /etc/init.d # grub-install --efi-directory=/boot/efi/ --target=x86_64-efi /dev/sda
Installing for x86_64-efi platform.
Could not prepare Boot variable: Read-only file system
Installation finished. No error reported.

livecd ~ # mount -o remount,rw /sys/firmware/efi/efivars
livecd ~ # grub-install --efi-directory=/boot/efi/ --target=x86_64-efi /dev/sda
Installing for x86_64-efi platform.
Installation finished. No error reported.

You should execute line 6 and 7 only if you saw: “Could not prepare Boot variable: Read-only file system”.

main menu
UEFI BIOS Gentoo Linux Boot entry

SCREENSHOT 22) GNU GRUB version 2.02

Boot the freshly installed Gentoo base system.

main menu
GNU GRUB version 2.02

SCREENSHOT 23) Loading the kernel 4.18.7-gentoo

main menu
Booting Gentoo GNU/Linux – 4.18.7

SCREENSHOT 24) Loading modules

main menu
Gentoo system loading modules

SCREENSHOT 25) Gentoo system starting up services (OpenRC)

main menu
Starting up services – OpenRC

SCREENSHOT 26) Gentoo base install – login screen, no GUI installed!

main menu
Gentoo base install – login console

Bonus – started processes

livecd ~ # rc-status 
Runlevel: default
 syslog-ng                        [  started  ]
 autoconfig                       [  started  ]
 fixinittab                       [  started  ]
 local                            [  started  ]
Dynamic Runlevel: hotplugged
Dynamic Runlevel: needed/wanted
 lvmetad                          [  started  ]
 hdparm                           [  started  ]
 alsasound                        [  started  ]
 unmute                           [  started  ]
 pwgen                            [  started  ]
 modules-load                     [  started  ]
 hwsetup                          [  started  ]
 gpm-pre                          [  started  ]
 gpm                              [  started  ]
 acpid                            [  started  ]
Dynamic Runlevel: manual
 sshd                             [  started  ]
livecd ~ # rc-update show
           autoconfig |      default                           
               binfmt | boot                                   
             bootmisc | boot                                   
                devfs |                                 sysinit
        device-mapper | boot                                   
              dmcrypt | boot                                   
                dmesg |                                 sysinit
           fixinittab |      default                           
                 fsck | boot                                   
             hostname | boot                                   
              hwclock | boot                                   
            killprocs |                        shutdown        
    kmod-static-nodes |                                 sysinit
                local |      default nonetwork                 
           localmount | boot                                   
             loopback | boot                                   
                  lvm | boot                                   
               mdraid | boot                                   
              modules | boot                                   
             mount-ro |                        shutdown        
                 mtab | boot                                   
               procfs | boot                                   
                 root | boot                                   
            savecache |                        shutdown        
                 swap | boot                                   
               sysctl | boot                                   
                sysfs |                                 sysinit
            syslog-ng |      default                           
         termencoding | boot                                   
                 udev |                                 sysinit
         udev-trigger |                                 sysinit
              urandom | boot                                   
livecd ~ # pstree
init-+-acpid
     |-gpm
     |-6*[login---bash]
     |-lvmetad
     |-sshd---sshd---bash---pstree
     |-syslog-ng---syslog-ng
     `-udevd

Bonus – cpuinfo of AMD Ryzen Threadripper 1950X 16-Core Processor

processor       : 31
vendor_id       : AuthenticAMD
cpu family      : 23
model           : 1
model name      : AMD Ryzen Threadripper 1950X 16-Core Processor
stepping        : 1
microcode       : 0x8001136
cpu MHz         : 3161.516
cache size      : 512 KB
physical id     : 0
siblings        : 32
core id         : 15
cpu cores       : 16
apicid          : 31
initial apicid  : 31
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid amd_dcm aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca
bugs            : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass
bogomips        : 6786.59
TLB size        : 2560 4K pages
clflush size    : 64
cache_alignment : 64
address sizes   : 43 bits physical, 48 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

Only the last logical unit is included here.

Bonus – dmesg

[    0.000000] Linux version 4.18.7-gentoo (root@livecd) (gcc version 7.3.0 (Gentoo 7.3.0-r3 p1.4)) #1 SMP Tue Sep 11 16:19:47 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/boot/kernel-genkernel-x86_64-4.18.7-gentoo root=UUID=40a3fec6-9ecd-4ccd-8194-efac10ca11a3 ro
[    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-0x0000000009deffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009df0000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x00000000b6cebfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b6cec000-0x00000000b8232fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b8233000-0x00000000b8258fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b8259000-0x00000000b871efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b871f000-0x00000000b99effff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b99f0000-0x00000000b9abafff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000b9abb000-0x00000000bbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cdf00000-0x00000000cdf7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cdff0000-0x00000000cdff0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000eff00000-0x00000000eff7ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000efff0000-0x00000000efff0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fec00fff] 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 0x00000000fedc0000-0x00000000fedc0fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083f2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000083f300000-0x000000083fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0xb823a000  ACPI=0xb823a000  SMBIOS=0xb995d000  SMBIOS 3.0=0xb995c000  MPS=0xfca70  ESRT=0xb38a2f18  MEMATTR=0xb38a6018 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: System manufacturer System Product Name/ROG ZENITH EXTREME, BIOS 1003 04/16/2018
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x83f300 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 0000BC000000 mask FFFFFC000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000840000000 aka 33792M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: update [mem 0xbc000000-0xffffffff] usable ==> reserved
[    0.000000] last_pfn = 0xbc000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcf90-0x000fcf9f] mapped at [(____ptrval____)]
[    0.000000] esrt: Reserving ESRT space from 0x00000000b38a2f18 to 0x00000000b38a2f50.
[    0.000000] Base memory trampoline at [(____ptrval____)] 95000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x3b3382000, 0x3b3382fff] PGTABLE
[    0.000000] BRK [0x3b3383000, 0x3b3383fff] PGTABLE
[    0.000000] BRK [0x3b3384000, 0x3b3384fff] PGTABLE
[    0.000000] BRK [0x3b3385000, 0x3b3385fff] PGTABLE
[    0.000000] BRK [0x3b3386000, 0x3b3386fff] PGTABLE
[    0.000000] BRK [0x3b3387000, 0x3b3387fff] PGTABLE
[    0.000000] BRK [0x3b3388000, 0x3b3388fff] PGTABLE
[    0.000000] BRK [0x3b3389000, 0x3b3389fff] PGTABLE
[    0.000000] BRK [0x3b338a000, 0x3b338afff] PGTABLE
[    0.000000] BRK [0x3b338b000, 0x3b338bfff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x370f5000-0x37871fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000B823A000 000024 (v02 AMD   )
[    0.000000] ACPI: XSDT 0x00000000B823A0A0 0000B4 (v01 AMD    A M I    03242016 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000B8244B48 000114 (v06 AMD    A M I    03242016 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000B823A1E8 00A95B (v02 AMD    A M I    03242016 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000B8706D80 000040
[    0.000000] ACPI: APIC 0x00000000B8244C60 00046A (v03 AMD    A M I    03242016 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000B82450D0 000044 (v01 AMD    A M I    03242016 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000B8245118 00009C (v01 AMD    A M I    03242016 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000B82451B8 0001CC (v02 AMD    CPUSSDT  03242016 AMI  03242016)
[    0.000000] ACPI: SSDT 0x00000000B8257238 0018CC (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000B82453E0 008C4C (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.000000] ACPI: SSDT 0x00000000B824E030 002AEB (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.000000] ACPI: MCFG 0x00000000B8250B20 00003C (v01 AMD    A M I    03242016 MSFT 00010013)
[    0.000000] ACPI: SSDT 0x00000000B8250B60 004604 (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x00000000B8255168 001DF8 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x00000000B8256F60 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: HPET 0x00000000B8256F90 000038 (v01 AMD    A M I    03242016 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000B8256FC8 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000B8256FF0 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: BGRT 0x00000000B8257038 000038 (v01 AMD    A M I    03242016 AMI  00010013)
[    0.000000] ACPI: IVRS 0x00000000B8257070 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x00000000B8257140 0000F8 (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Using PIT calibration value
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000083f2fffff]
[    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-0x0000000009deffff]
[    0.000000]   node   0: [mem 0x000000000a000000-0x00000000b6cebfff]
[    0.000000]   node   0: [mem 0x00000000b9abb000-0x00000000bbffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000083f2fffff]
[    0.000000] Reserved but unavailable: 32064 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000083f2fffff]
[    0.000000] On node 0 totalpages: 8356544
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 29 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11777 pages used for memmap
[    0.000000]   DMA32 zone: 753697 pages, LIFO batch:31
[    0.000000]   Normal zone: 118732 pages used for memmap
[    0.000000]   Normal zone: 7598848 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 128, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 129, version 33, address 0xefff0000, GSI 24-55
[    0.000000] IOAPIC[2]: apic_id 130, version 33, address 0xcdff0000, GSI 56-87
[    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 128 CPUs, 96 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 0x09df0000-0x09ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb6cec000-0xb8232fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8233000-0xb8258fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8259000-0xb871efff]
[    0.000000] PM: Registered nosave memory: [mem 0xb871f000-0xb99effff]
[    0.000000] PM: Registered nosave memory: [mem 0xb99f0000-0xb9abafff]
[    0.000000] PM: Registered nosave memory: [mem 0xbc000000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xcdefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcdf00000-0xcdf7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcdf80000-0xcdfeffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcdff0000-0xcdff0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcdff1000-0xefefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xeff00000-0xeff7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xeff80000-0xeffeffff]
[    0.000000] PM: Registered nosave memory: [mem 0xefff0000-0xefff0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xefff1000-0xfe9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfea00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-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-0xfedbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfedd6000-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] [mem 0xcdff1000-0xefefffff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] random: get_random_bytes called from start_kernel+0x95/0x4cd with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:1
[    0.000000] percpu: Embedded 44 pages/cpu @(____ptrval____) s140184 r8192 d31848 u262144
[    0.000000] pcpu-alloc: s140184 r8192 d31848 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007 
[    0.000000] pcpu-alloc: [0] 008 009 010 011 012 013 014 015 
[    0.000000] pcpu-alloc: [0] 016 017 018 019 020 021 022 023 
[    0.000000] pcpu-alloc: [0] 024 025 026 027 028 029 030 031 
[    0.000000] pcpu-alloc: [0] 032 033 034 035 036 037 038 039 
[    0.000000] pcpu-alloc: [0] 040 041 042 043 044 045 046 047 
[    0.000000] pcpu-alloc: [0] 048 049 050 051 052 053 054 055 
[    0.000000] pcpu-alloc: [0] 056 057 058 059 060 061 062 063 
[    0.000000] pcpu-alloc: [0] 064 065 066 067 068 069 070 071 
[    0.000000] pcpu-alloc: [0] 072 073 074 075 076 077 078 079 
[    0.000000] pcpu-alloc: [0] 080 081 082 083 084 085 086 087 
[    0.000000] pcpu-alloc: [0] 088 089 090 091 092 093 094 095 
[    0.000000] pcpu-alloc: [0] 096 097 098 099 100 101 102 103 
[    0.000000] pcpu-alloc: [0] 104 105 106 107 108 109 110 111 
[    0.000000] pcpu-alloc: [0] 112 113 114 115 116 117 118 119 
[    0.000000] pcpu-alloc: [0] 120 121 122 123 124 125 126 127 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 8225942
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/kernel-genkernel-x86_64-4.18.7-gentoo root=UUID=40a3fec6-9ecd-4ccd-8194-efac10ca11a3 ro
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 520192 bytes
[    0.000000] log_buf_len min size: 524288 bytes
[    0.000000] log_buf_len: 1048576 bytes
[    0.000000] early log buf free: 509364(97%)
[    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] Memory: 32527796K/33426176K available (10252K kernel code, 2061K rwdata, 3136K rodata, 1256K init, 1488K bss, 898380K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=128.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    0.000000] NR_IRQS: 524544, nr_irqs: 2536, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20180531
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] Switched APIC routing to physical flat.
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.005000] tsc: Fast TSC calibration failed
[    0.007000] tsc: PIT calibration matches HPET. 1 loops
[    0.007000] tsc: Detected 3393.172 MHz processor
[    0.007000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30e91c760ac, max_idle_ns: 440795301392 ns
[    0.007000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6786.34 BogoMIPS (lpj=3393172)
[    0.007000] pid_max: default: 131072 minimum: 1024
[    0.008233] Security Framework initialized
[    0.008236] SELinux:  Initializing.
[    0.008314] SELinux:  Starting in permissive mode
[    0.008458] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.008512] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.009284] mce: CPU supports 23 MCE banks
[    0.009304] LVT offset 1 assigned for vector 0xf9
[    0.009374] LVT offset 2 assigned for vector 0xf4
[    0.009386] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.009387] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.009390] Spectre V2 : Mitigation: Full AMD retpoline
[    0.009391] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.009393] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.009395] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.015095] Freeing SMP alternatives memory: 28K
[    0.020000] smpboot: CPU0: AMD Ryzen Threadripper 1950X 16-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
[    0.020000] Performance Events: Fam17h core perfctr, AMD PMU driver.
[    0.020000] ... version:                0
[    0.020000] ... bit width:              48
[    0.020000] ... generic registers:      6
[    0.020000] ... value mask:             0000ffffffffffff
[    0.020000] ... max period:             00007fffffffffff
[    0.020000] ... fixed-purpose events:   0
[    0.020000] ... event mask:             000000000000003f
[    0.020000] Hierarchical SRCU implementation.
[    0.020581] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.020596] smp: Bringing up secondary CPUs ...
[    0.020710] x86: Booting SMP configuration:
[    0.020712] .... node  #0, CPUs:          #1   #2   #3   #4   #5   #6   #7   #8   #9  #10  #11  #12  #13  #14  #15  #16  #17  #18  #19  #20  #21  #22  #23  #24  #25  #26  #27  #28  #29  #30  #31
[    0.060051] smp: Brought up 1 node, 32 CPUs
[    0.060051] smpboot: Max logical packages: 4
[    0.060051] smpboot: Total of 32 processors activated (217163.00 BogoMIPS)
[    0.063003] devtmpfs: initialized
[    0.063050] x86/mm: Memory block size: 128MB
[    0.064554] PM: Registering ACPI NVS region [mem 0xb8259000-0xb871efff] (5005312 bytes)
[    0.064554] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.064554] futex hash table entries: 32768 (order: 9, 2097152 bytes)
[    0.065594] NET: Registered protocol family 16
[    0.065653] audit: initializing netlink subsys (disabled)
[    0.065659] audit: type=2000 audit(1536685340.065:1): state=initialized audit_enabled=0 res=1
[    0.065659] cpuidle: using governor menu
[    0.066030] ACPI: bus type PCI registered
[    0.066137] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.066142] PCI: not using MMCONFIG
[    0.066144] PCI: Using configuration type 1 for base access
[    0.066145] PCI: Using configuration type 1 for extended access
[    0.068030] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.068030] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.068283] ACPI: Added _OSI(Module Device)
[    0.068283] ACPI: Added _OSI(Processor Device)
[    0.068283] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.068283] ACPI: Added _OSI(Processor Aggregator Device)
[    0.068283] ACPI: Added _OSI(Linux-Dell-Video)
[    0.070281] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.079582] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.085173] ACPI: EC: EC started
[    0.085176] ACPI: EC: interrupt blocked
[    0.085191] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as first EC
[    0.085194] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.085197] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions
[    0.085199] ACPI: Interpreter enabled
[    0.085215] ACPI: (supports S0 S3 S4 S5)
[    0.085218] ACPI: Using IOAPIC for interrupt routing
[    0.085387] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.085422] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in ACPI motherboard resources
[    0.085453] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.085867] ACPI: Enabled 4 GPEs in block 00 to 1F
[    0.096213] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.096219] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.096351] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[    0.096474] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
[    0.096587] acpi PNP0A08:00: host bridge window expanded to [io  0x0000-0x2fff]; [io  0x0000-0x2fff window] ignored
[    0.096648] PCI host bridge to bus 0000:00
[    0.096650] pci_bus 0000:00: root bus resource [io  0x0000-0x2fff]
[    0.096653] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.096655] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.096657] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.096659] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.096662] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.096664] pci_bus 0000:00: root bus resource [mem 0xce000000-0xefffffff window]
[    0.096667] pci_bus 0000:00: root bus resource [mem 0x4420000000-0x7fffffffff window]
[    0.096669] pci_bus 0000:00: root bus resource [bus 00-3f]
[    0.096678] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.096759] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.096855] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.096922] pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
[    0.097081] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.097167] pci 0000:00:01.2: [1022:1453] type 01 class 0x060400
[    0.097274] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.097365] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.097444] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.097509] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.098094] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.098198] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.098280] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.098344] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.098373] pci 0000:00:07.1: enabling Extended Tags
[    0.098447] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.099078] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.099142] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.099172] pci 0000:00:08.1: enabling Extended Tags
[    0.099248] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.099370] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.099579] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.099791] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.100037] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.100091] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.100146] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.100201] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.100255] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.100310] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.100365] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.100420] pci 0000:00:19.0: [1022:1460] type 00 class 0x060000
[    0.100472] pci 0000:00:19.1: [1022:1461] type 00 class 0x060000
[    0.100522] pci 0000:00:19.2: [1022:1462] type 00 class 0x060000
[    0.100573] pci 0000:00:19.3: [1022:1463] type 00 class 0x060000
[    0.100623] pci 0000:00:19.4: [1022:1464] type 00 class 0x060000
[    0.100674] pci 0000:00:19.5: [1022:1465] type 00 class 0x060000
[    0.100725] pci 0000:00:19.6: [1022:1466] type 00 class 0x060000
[    0.100775] pci 0000:00:19.7: [1022:1467] type 00 class 0x060000
[    0.101050] pci 0000:01:00.0: [1022:43ba] type 00 class 0x0c0330
[    0.101073] pci 0000:01:00.0: reg 0x10: [mem 0xef8a0000-0xef8a7fff 64bit]
[    0.101147] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.101213] pci 0000:01:00.1: [1022:43b6] type 00 class 0x010601
[    0.101258] pci 0000:01:00.1: reg 0x24: [mem 0xef880000-0xef89ffff]
[    0.101265] pci 0000:01:00.1: reg 0x30: [mem 0xef800000-0xef87ffff pref]
[    0.101303] pci 0000:01:00.1: PME# supported from D3hot D3cold
[    0.101353] pci 0000:01:00.2: [1022:43b1] type 01 class 0x060400
[    0.101425] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.101506] pci 0000:00:01.1: PCI bridge to [bus 01-08]
[    0.101511] pci 0000:00:01.1:   bridge window [io  0x2000-0x2fff]
[    0.101513] pci 0000:00:01.1:   bridge window [mem 0xef200000-0xef8fffff]
[    0.101569] pci 0000:02:00.0: [1022:43b4] type 01 class 0x060400
[    0.101654] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.101722] pci 0000:02:01.0: [1022:43b4] type 01 class 0x060400
[    0.102003] pci 0000:02:01.0: PME# supported from D3hot D3cold
[    0.102070] pci 0000:02:02.0: [1022:43b4] type 01 class 0x060400
[    0.102154] pci 0000:02:02.0: PME# supported from D3hot D3cold
[    0.102220] pci 0000:02:03.0: [1022:43b4] type 01 class 0x060400
[    0.102304] pci 0000:02:03.0: PME# supported from D3hot D3cold
[    0.102372] pci 0000:02:04.0: [1022:43b4] type 01 class 0x060400
[    0.102456] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.102528] pci 0000:02:09.0: [1022:43b4] type 01 class 0x060400
[    0.102611] pci 0000:02:09.0: PME# supported from D3hot D3cold
[    0.102690] pci 0000:01:00.2: PCI bridge to [bus 02-08]
[    0.102696] pci 0000:01:00.2:   bridge window [io  0x2000-0x2fff]
[    0.102699] pci 0000:01:00.2:   bridge window [mem 0xef200000-0xef7fffff]
[    0.102754] pci 0000:03:00.0: [168c:003e] type 00 class 0x028000
[    0.102800] pci 0000:03:00.0: reg 0x10: [mem 0xef400000-0xef5fffff 64bit]
[    0.102952] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.103102] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.103110] pci 0000:02:00.0:   bridge window [mem 0xef400000-0xef5fffff]
[    0.103162] pci 0000:04:00.0: [1ae9:0310] type 00 class 0x028000
[    0.103196] pci 0000:04:00.0: reg 0x10: [mem 0xef200000-0xef3fffff 64bit]
[    0.106028] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.106038] pci 0000:02:01.0:   bridge window [mem 0xef200000-0xef3fffff]
[    0.106108] pci 0000:05:00.0: [8086:1539] type 00 class 0x020000
[    0.106153] pci 0000:05:00.0: reg 0x10: [mem 0xef700000-0xef71ffff]
[    0.106185] pci 0000:05:00.0: reg 0x18: [io  0x2000-0x201f]
[    0.106202] pci 0000:05:00.0: reg 0x1c: [mem 0xef720000-0xef723fff]
[    0.106367] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.106494] pci 0000:02:02.0: PCI bridge to [bus 05]
[    0.106501] pci 0000:02:02.0:   bridge window [io  0x2000-0x2fff]
[    0.106503] pci 0000:02:02.0:   bridge window [mem 0xef700000-0xef7fffff]
[    0.106541] pci 0000:02:03.0: PCI bridge to [bus 06]
[    0.106584] pci 0000:02:04.0: PCI bridge to [bus 07]
[    0.106645] pci 0000:08:00.0: [1b21:2142] type 00 class 0x0c0330
[    0.106683] pci 0000:08:00.0: reg 0x10: [mem 0xef600000-0xef607fff 64bit]
[    0.106824] pci 0000:08:00.0: PME# supported from D0
[    0.106932] pci 0000:02:09.0: PCI bridge to [bus 08]
[    0.106939] pci 0000:02:09.0:   bridge window [mem 0xef600000-0xef6fffff]
[    0.107044] pci 0000:09:00.0: [144d:a804] type 00 class 0x010802
[    0.107066] pci 0000:09:00.0: reg 0x10: [mem 0xefe00000-0xefe03fff 64bit]
[    0.107214] pci 0000:00:01.2: PCI bridge to [bus 09]
[    0.107219] pci 0000:00:01.2:   bridge window [mem 0xefe00000-0xefefffff]
[    0.107287] pci 0000:0a:00.0: [10de:1b06] type 00 class 0x030000
[    0.107315] pci 0000:0a:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
[    0.107328] pci 0000:0a:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.107342] pci 0000:0a:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
[    0.107351] pci 0000:0a:00.0: reg 0x24: [io  0x1000-0x107f]
[    0.107360] pci 0000:0a:00.0: reg 0x30: [mem 0xef000000-0xef07ffff pref]
[    0.107372] pci 0000:0a:00.0: BAR 3: assigned to efifb
[    0.107503] pci 0000:0a:00.1: [10de:10ef] type 00 class 0x040300
[    0.107523] pci 0000:0a:00.1: reg 0x10: [mem 0xef080000-0xef083fff]
[    0.107708] pci 0000:00:03.1: PCI bridge to [bus 0a]
[    0.107713] pci 0000:00:03.1:   bridge window [io  0x1000-0x1fff]
[    0.107715] pci 0000:00:03.1:   bridge window [mem 0xee000000-0xef0fffff]
[    0.107718] pci 0000:00:03.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.108044] pci 0000:0b:00.0: [1022:145a] type 00 class 0x130000
[    0.108071] pci 0000:0b:00.0: enabling Extended Tags
[    0.108130] pci 0000:0b:00.2: [1022:1456] type 00 class 0x108000
[    0.108145] pci 0000:0b:00.2: reg 0x18: [mem 0xefb00000-0xefbfffff]
[    0.108153] pci 0000:0b:00.2: reg 0x24: [mem 0xefc00000-0xefc01fff]
[    0.108159] pci 0000:0b:00.2: enabling Extended Tags
[    0.108226] pci 0000:0b:00.3: [1022:145c] type 00 class 0x0c0330
[    0.108238] pci 0000:0b:00.3: reg 0x10: [mem 0xefa00000-0xefafffff 64bit]
[    0.108259] pci 0000:0b:00.3: enabling Extended Tags
[    0.108285] pci 0000:0b:00.3: PME# supported from D0 D3hot D3cold
[    0.108337] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.108342] pci 0000:00:07.1:   bridge window [mem 0xefa00000-0xefcfffff]
[    0.108408] pci 0000:0c:00.0: [1022:1455] type 00 class 0x130000
[    0.108436] pci 0000:0c:00.0: enabling Extended Tags
[    0.108500] pci 0000:0c:00.2: [1022:7901] type 00 class 0x010601
[    0.108529] pci 0000:0c:00.2: reg 0x24: [mem 0xefd08000-0xefd08fff]
[    0.108536] pci 0000:0c:00.2: enabling Extended Tags
[    0.108566] pci 0000:0c:00.2: PME# supported from D3hot D3cold
[    0.108613] pci 0000:0c:00.3: [1022:1457] type 00 class 0x040300
[    0.108623] pci 0000:0c:00.3: reg 0x10: [mem 0xefd00000-0xefd07fff]
[    0.108643] pci 0000:0c:00.3: enabling Extended Tags
[    0.108671] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.108727] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.108732] pci 0000:00:08.1:   bridge window [mem 0xefd00000-0xefdfffff]
[    0.108755] pci_bus 0000:00: on NUMA node 0
[    0.109276] ACPI: PCI Root Bridge [S0D1] (domain 0000 [bus 40-ff])
[    0.109281] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.109410] acpi PNP0A08:01: _OSC: platform does not support [LTR]
[    0.109533] acpi PNP0A08:01: _OSC: OS now controls [PME AER PCIeCapability]
[    0.109536] acpi PNP0A08:01: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.109676] PCI host bridge to bus 0000:40
[    0.109679] pci_bus 0000:40: root bus resource [io  0x3000-0xffff window]
[    0.109681] pci_bus 0000:40: root bus resource [mem 0xcb400000-0xcdffffff window]
[    0.109684] pci_bus 0000:40: root bus resource [mem 0x840000000-0x441fffffff window]
[    0.109686] pci_bus 0000:40: root bus resource [bus 40-ff]
[    0.109692] pci 0000:40:00.0: [1022:1450] type 00 class 0x060000
[    0.109755] pci 0000:40:00.2: [1022:1451] type 00 class 0x080600
[    0.109841] pci 0000:40:01.0: [1022:1452] type 00 class 0x060000
[    0.109901] pci 0000:40:01.3: [1022:1453] type 01 class 0x060400
[    0.110010] pci 0000:40:01.3: PME# supported from D0 D3hot D3cold
[    0.110090] pci 0000:40:02.0: [1022:1452] type 00 class 0x060000
[    0.110163] pci 0000:40:03.0: [1022:1452] type 00 class 0x060000
[    0.110231] pci 0000:40:04.0: [1022:1452] type 00 class 0x060000
[    0.110305] pci 0000:40:07.0: [1022:1452] type 00 class 0x060000
[    0.110360] pci 0000:40:07.1: [1022:1454] type 01 class 0x060400
[    0.110386] pci 0000:40:07.1: enabling Extended Tags
[    0.110457] pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
[    0.111012] pci 0000:40:08.0: [1022:1452] type 00 class 0x060000
[    0.111068] pci 0000:40:08.1: [1022:1454] type 01 class 0x060400
[    0.111096] pci 0000:40:08.1: enabling Extended Tags
[    0.111177] pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
[    0.111363] pci 0000:41:00.0: [1d6a:d107] type 00 class 0x020000
[    0.111381] pci 0000:41:00.0: reg 0x10: [mem 0xcd840000-0xcd84ffff 64bit]
[    0.111389] pci 0000:41:00.0: reg 0x18: [mem 0xcd850000-0xcd850fff 64bit]
[    0.111397] pci 0000:41:00.0: reg 0x20: [mem 0xcd400000-0xcd7fffff 64bit]
[    0.111403] pci 0000:41:00.0: reg 0x30: [mem 0xcd800000-0xcd83ffff pref]
[    0.111442] pci 0000:41:00.0: supports D1 D2
[    0.111443] pci 0000:41:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.111497] pci 0000:40:01.3: PCI bridge to [bus 41]
[    0.111502] pci 0000:40:01.3:   bridge window [mem 0xcd400000-0xcd8fffff]
[    0.111994] pci 0000:42:00.0: [1022:145a] type 00 class 0x130000
[    0.112019] pci 0000:42:00.0: enabling Extended Tags
[    0.112072] pci 0000:42:00.2: [1022:1456] type 00 class 0x108000
[    0.112085] pci 0000:42:00.2: reg 0x18: [mem 0xcdb00000-0xcdbfffff]
[    0.112092] pci 0000:42:00.2: reg 0x24: [mem 0xcdc00000-0xcdc01fff]
[    0.112097] pci 0000:42:00.2: enabling Extended Tags
[    0.112158] pci 0000:42:00.3: [1022:145c] type 00 class 0x0c0330
[    0.112169] pci 0000:42:00.3: reg 0x10: [mem 0xcda00000-0xcdafffff 64bit]
[    0.112187] pci 0000:42:00.3: enabling Extended Tags
[    0.112210] pci 0000:42:00.3: PME# supported from D0 D3hot D3cold
[    0.112258] pci 0000:40:07.1: PCI bridge to [bus 42]
[    0.112262] pci 0000:40:07.1:   bridge window [mem 0xcda00000-0xcdcfffff]
[    0.112325] pci 0000:43:00.0: [1022:1455] type 00 class 0x130000
[    0.112350] pci 0000:43:00.0: enabling Extended Tags
[    0.112410] pci 0000:43:00.2: [1022:7901] type 00 class 0x010601
[    0.112435] pci 0000:43:00.2: reg 0x24: [mem 0xcdd00000-0xcdd00fff]
[    0.112441] pci 0000:43:00.2: enabling Extended Tags
[    0.112467] pci 0000:43:00.2: PME# supported from D3hot D3cold
[    0.112519] pci 0000:40:08.1: PCI bridge to [bus 43]
[    0.112523] pci 0000:40:08.1:   bridge window [mem 0xcdd00000-0xcddfffff]
[    0.112536] pci_bus 0000:40: on NUMA node 0
[    0.112621] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.112673] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.112717] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.112771] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.112822] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.112863] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.112904] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.112945] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.113407] ACPI: EC: interrupt unblocked
[    0.113423] ACPI: EC: event unblocked
[    0.113432] ACPI: \_SB_.PCI0.SBRG.EC0_: GPE=0x2, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.113434] ACPI: \_SB_.PCI0.SBRG.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.113468] pci 0000:0a:00.0: vgaarb: setting as boot VGA device
[    0.113468] pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.113468] pci 0000:0a:00.0: vgaarb: bridge control possible
[    0.113468] vgaarb: loaded
[    0.113468] SCSI subsystem initialized
[    0.114020] libata version 3.00 loaded.
[    0.114022] ACPI: bus type USB registered
[    0.114037] usbcore: registered new interface driver usbfs
[    0.114044] usbcore: registered new interface driver hub
[    0.114160] usbcore: registered new device driver usb
[    0.114173] pps_core: LinuxPPS API ver. 1 registered
[    0.114175] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.114179] PTP clock support registered
[    0.114250] EDAC MC: Ver: 3.0.0
[    0.114250] Registered efivars operations
[    0.142704] PCI: Using ACPI for IRQ routing
[    0.151494] PCI: pci_cache_line_size set to 64 bytes
[    0.151591] e820: reserve RAM buffer [mem 0x09df0000-0x0bffffff]
[    0.151592] e820: reserve RAM buffer [mem 0xb6cec000-0xb7ffffff]
[    0.151593] e820: reserve RAM buffer [mem 0x83f300000-0x83fffffff]
[    0.152000] NetLabel: Initializing
[    0.152000] NetLabel:  domain hash size = 128
[    0.152000] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.152000] NetLabel:  unlabeled traffic allowed by default
[    0.152123] clocksource: Switched to clocksource tsc-early
[    0.161419] VFS: Disk quotas dquot_6.6.0
[    0.161460] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.163011] pnp: PnP ACPI init
[    0.163145] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.163153] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.163283] system 00:01: [mem 0xeff00000-0xeff7ffff] has been reserved
[    0.163288] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.163343] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.163468] system 00:03: [io  0x02a0-0x02af] has been reserved
[    0.163471] system 00:03: [io  0x0230-0x023f] has been reserved
[    0.163473] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.163477] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.163689] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.163692] system 00:04: [io  0x040b] has been reserved
[    0.163694] system 00:04: [io  0x04d6] has been reserved
[    0.163696] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.163699] system 00:04: [io  0x0c14] has been reserved
[    0.163701] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.163703] system 00:04: [io  0x0c52] has been reserved
[    0.163705] system 00:04: [io  0x0c6c] has been reserved
[    0.163707] system 00:04: [io  0x0c6f] has been reserved
[    0.163709] system 00:04: [io  0x0cd0-0x0cd1] has been reserved
[    0.163711] system 00:04: [io  0x0cd2-0x0cd3] has been reserved
[    0.163713] system 00:04: [io  0x0cd4-0x0cd5] has been reserved
[    0.163715] system 00:04: [io  0x0cd6-0x0cd7] has been reserved
[    0.163718] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.163720] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.163722] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.163724] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.163726] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.163728] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.163731] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.163733] system 00:04: [mem 0xfec01000-0xfec01fff] has been reserved
[    0.163735] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.163737] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.163740] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.163742] system 00:04: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.163744] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.163747] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.163750] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.163842] system 00:05: [mem 0xcdf00000-0xcdf7ffff] has been reserved
[    0.163846] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.164231] pnp: PnP ACPI: found 6 devices
[    0.168791] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.168861] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.168868] pci 0000:02:00.0:   bridge window [mem 0xef400000-0xef5fffff]
[    0.168876] pci 0000:02:01.0: PCI bridge to [bus 04]
[    0.168880] pci 0000:02:01.0:   bridge window [mem 0xef200000-0xef3fffff]
[    0.168888] pci 0000:02:02.0: PCI bridge to [bus 05]
[    0.168891] pci 0000:02:02.0:   bridge window [io  0x2000-0x2fff]
[    0.168896] pci 0000:02:02.0:   bridge window [mem 0xef700000-0xef7fffff]
[    0.168904] pci 0000:02:03.0: PCI bridge to [bus 06]
[    0.168914] pci 0000:02:04.0: PCI bridge to [bus 07]
[    0.168924] pci 0000:02:09.0: PCI bridge to [bus 08]
[    0.168929] pci 0000:02:09.0:   bridge window [mem 0xef600000-0xef6fffff]
[    0.168936] pci 0000:01:00.2: PCI bridge to [bus 02-08]
[    0.168939] pci 0000:01:00.2:   bridge window [io  0x2000-0x2fff]
[    0.168943] pci 0000:01:00.2:   bridge window [mem 0xef200000-0xef7fffff]
[    0.168951] pci 0000:00:01.1: PCI bridge to [bus 01-08]
[    0.168953] pci 0000:00:01.1:   bridge window [io  0x2000-0x2fff]
[    0.168957] pci 0000:00:01.1:   bridge window [mem 0xef200000-0xef8fffff]
[    0.168962] pci 0000:00:01.2: PCI bridge to [bus 09]
[    0.168965] pci 0000:00:01.2:   bridge window [mem 0xefe00000-0xefefffff]
[    0.168970] pci 0000:00:03.1: PCI bridge to [bus 0a]
[    0.168973] pci 0000:00:03.1:   bridge window [io  0x1000-0x1fff]
[    0.168977] pci 0000:00:03.1:   bridge window [mem 0xee000000-0xef0fffff]
[    0.168980] pci 0000:00:03.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.168986] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.168989] pci 0000:00:07.1:   bridge window [mem 0xefa00000-0xefcfffff]
[    0.168994] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.168997] pci 0000:00:08.1:   bridge window [mem 0xefd00000-0xefdfffff]
[    0.169003] pci_bus 0000:00: resource 4 [io  0x0000-0x2fff]
[    0.169004] pci_bus 0000:00: resource 5 [io  0x0000-0x03af window]
[    0.169005] pci_bus 0000:00: resource 6 [io  0x03e0-0x0cf7 window]
[    0.169006] pci_bus 0000:00: resource 7 [io  0x03b0-0x03df window]
[    0.169007] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.169008] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.169009] pci_bus 0000:00: resource 10 [mem 0xce000000-0xefffffff window]
[    0.169010] pci_bus 0000:00: resource 11 [mem 0x4420000000-0x7fffffffff window]
[    0.169011] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.169012] pci_bus 0000:01: resource 1 [mem 0xef200000-0xef8fffff]
[    0.169013] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.169014] pci_bus 0000:02: resource 1 [mem 0xef200000-0xef7fffff]
[    0.169015] pci_bus 0000:03: resource 1 [mem 0xef400000-0xef5fffff]
[    0.169016] pci_bus 0000:04: resource 1 [mem 0xef200000-0xef3fffff]
[    0.169017] pci_bus 0000:05: resource 0 [io  0x2000-0x2fff]
[    0.169018] pci_bus 0000:05: resource 1 [mem 0xef700000-0xef7fffff]
[    0.169019] pci_bus 0000:08: resource 1 [mem 0xef600000-0xef6fffff]
[    0.169020] pci_bus 0000:09: resource 1 [mem 0xefe00000-0xefefffff]
[    0.169021] pci_bus 0000:0a: resource 0 [io  0x1000-0x1fff]
[    0.169022] pci_bus 0000:0a: resource 1 [mem 0xee000000-0xef0fffff]
[    0.169023] pci_bus 0000:0a: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.169024] pci_bus 0000:0b: resource 1 [mem 0xefa00000-0xefcfffff]
[    0.169025] pci_bus 0000:0c: resource 1 [mem 0xefd00000-0xefdfffff]
[    0.169072] pci 0000:40:01.3: PCI bridge to [bus 41]
[    0.169075] pci 0000:40:01.3:   bridge window [mem 0xcd400000-0xcd8fffff]
[    0.169081] pci 0000:40:07.1: PCI bridge to [bus 42]
[    0.169084] pci 0000:40:07.1:   bridge window [mem 0xcda00000-0xcdcfffff]
[    0.169088] pci 0000:40:08.1: PCI bridge to [bus 43]
[    0.169092] pci 0000:40:08.1:   bridge window [mem 0xcdd00000-0xcddfffff]
[    0.169097] pci_bus 0000:40: resource 4 [io  0x3000-0xffff window]
[    0.169098] pci_bus 0000:40: resource 5 [mem 0xcb400000-0xcdffffff window]
[    0.169098] pci_bus 0000:40: resource 6 [mem 0x840000000-0x441fffffff window]
[    0.169100] pci_bus 0000:41: resource 1 [mem 0xcd400000-0xcd8fffff]
[    0.169101] pci_bus 0000:42: resource 1 [mem 0xcda00000-0xcdcfffff]
[    0.169102] pci_bus 0000:43: resource 1 [mem 0xcdd00000-0xcddfffff]
[    0.169192] NET: Registered protocol family 2
[    0.169548] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes)
[    0.169587] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.169867] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.169997] TCP: Hash tables configured (established 262144 bind 65536)
[    0.170167] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.170236] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.170497] NET: Registered protocol family 1
[    0.170782] pci 0000:0a:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.170791] pci 0000:0a:00.1: Linked as a consumer to 0000:0a:00.0
[    0.171017] PCI: CLS 64 bytes, default 64
[    0.171055] Trying to unpack rootfs image as initramfs...
[    0.804695] Freeing initrd memory: 7668K
[    0.876482] AMD-Vi: IOMMU performance counters supported
[    0.876562] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.876564] pci 0000:00:00.2: PCI INT A: not connected
[    0.877975] iommu: Adding device 0000:00:01.0 to group 0
[    0.878653] iommu: Adding device 0000:00:01.1 to group 1
[    0.879395] iommu: Adding device 0000:00:01.2 to group 2
[    0.880121] iommu: Adding device 0000:00:02.0 to group 3
[    0.880815] iommu: Adding device 0000:00:03.0 to group 4
[    0.881554] iommu: Adding device 0000:00:03.1 to group 5
[    0.882235] iommu: Adding device 0000:00:04.0 to group 6
[    0.882975] iommu: Adding device 0000:00:07.0 to group 7
[    0.882995] iommu: Adding device 0000:00:07.1 to group 7
[    0.883687] iommu: Adding device 0000:00:08.0 to group 8
[    0.883707] iommu: Adding device 0000:00:08.1 to group 8
[    0.884455] iommu: Adding device 0000:00:14.0 to group 9
[    0.884473] iommu: Adding device 0000:00:14.3 to group 9
[    0.885187] iommu: Adding device 0000:00:18.0 to group 10
[    0.885206] iommu: Adding device 0000:00:18.1 to group 10
[    0.885224] iommu: Adding device 0000:00:18.2 to group 10
[    0.885240] iommu: Adding device 0000:00:18.3 to group 10
[    0.885257] iommu: Adding device 0000:00:18.4 to group 10
[    0.885274] iommu: Adding device 0000:00:18.5 to group 10
[    0.885291] iommu: Adding device 0000:00:18.6 to group 10
[    0.885310] iommu: Adding device 0000:00:18.7 to group 10
[    0.886082] iommu: Adding device 0000:00:19.0 to group 11
[    0.886101] iommu: Adding device 0000:00:19.1 to group 11
[    0.886119] iommu: Adding device 0000:00:19.2 to group 11
[    0.886135] iommu: Adding device 0000:00:19.3 to group 11
[    0.886152] iommu: Adding device 0000:00:19.4 to group 11
[    0.886169] iommu: Adding device 0000:00:19.5 to group 11
[    0.886187] iommu: Adding device 0000:00:19.6 to group 11
[    0.886203] iommu: Adding device 0000:00:19.7 to group 11
[    0.886915] iommu: Adding device 0000:01:00.0 to group 12
[    0.886941] iommu: Adding device 0000:01:00.1 to group 12
[    0.886966] iommu: Adding device 0000:01:00.2 to group 12
[    0.886980] iommu: Adding device 0000:02:00.0 to group 12
[    0.886995] iommu: Adding device 0000:02:01.0 to group 12
[    0.887009] iommu: Adding device 0000:02:02.0 to group 12
[    0.887022] iommu: Adding device 0000:02:03.0 to group 12
[    0.887036] iommu: Adding device 0000:02:04.0 to group 12
[    0.887049] iommu: Adding device 0000:02:09.0 to group 12
[    0.887071] iommu: Adding device 0000:03:00.0 to group 12
[    0.887088] iommu: Adding device 0000:04:00.0 to group 12
[    0.887107] iommu: Adding device 0000:05:00.0 to group 12
[    0.887125] iommu: Adding device 0000:08:00.0 to group 12
[    0.887855] iommu: Adding device 0000:09:00.0 to group 13
[    0.888614] iommu: Adding device 0000:0a:00.0 to group 14
[    0.888650] iommu: Adding device 0000:0a:00.1 to group 14
[    0.888665] iommu: Adding device 0000:0b:00.0 to group 7
[    0.888678] iommu: Adding device 0000:0b:00.2 to group 7
[    0.888692] iommu: Adding device 0000:0b:00.3 to group 7
[    0.888706] iommu: Adding device 0000:0c:00.0 to group 8
[    0.888719] iommu: Adding device 0000:0c:00.2 to group 8
[    0.888731] iommu: Adding device 0000:0c:00.3 to group 8
[    0.888993] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.888995] AMD-Vi: Extended features (0xf77ef22294ada):
[    0.888997]  PPR NX GT IA GA PC GA_vAPIC
[    0.889103] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.889837] amd_uncore: AMD NB counters detected
[    0.889854] amd_uncore: AMD LLC counters detected
[    0.890434] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.891526] Initialise system trusted keyrings
[    0.891584] workingset: timestamp_bits=46 max_order=23 bucket_order=0
[    0.892053] pstore: using deflate compression
[    0.892094] SELinux:  Registering netfilter hooks
[    0.893139] NET: Registered protocol family 38
[    0.893142] Key type asymmetric registered
[    0.893144] Asymmetric key parser 'x509' registered
[    0.893185] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.893287] io scheduler noop registered
[    0.893289] io scheduler deadline registered
[    0.893321] io scheduler cfq registered (default)
[    0.893323] io scheduler mq-deadline registered
[    0.893324] io scheduler kyber registered
[    0.896624] pcieport 0000:00:01.1: AER enabled with IRQ 29
[    0.896660] pcieport 0000:00:01.2: AER enabled with IRQ 30
[    0.896699] pcieport 0000:00:03.1: AER enabled with IRQ 31
[    0.896734] pcieport 0000:00:07.1: AER enabled with IRQ 32
[    0.896769] pcieport 0000:00:08.1: AER enabled with IRQ 34
[    0.896802] pcieport 0000:40:01.3: AER enabled with IRQ 44
[    0.896835] pcieport 0000:40:07.1: AER enabled with IRQ 45
[    0.897348] pcieport 0000:40:08.1: AER enabled with IRQ 47
[    0.897358] pcieport 0000:00:01.1: Signaling PME with IRQ 29
[    0.897372] pcieport 0000:00:01.2: Signaling PME with IRQ 30
[    0.897385] pcieport 0000:00:03.1: Signaling PME with IRQ 31
[    0.897400] pcieport 0000:00:07.1: Signaling PME with IRQ 32
[    0.897414] pcieport 0000:00:08.1: Signaling PME with IRQ 34
[    0.897425] pcieport 0000:40:01.3: Signaling PME with IRQ 44
[    0.897433] pcieport 0000:40:07.1: Signaling PME with IRQ 45
[    0.897447] pcieport 0000:40:08.1: Signaling PME with IRQ 47
[    0.897501] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.175198] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.175546] Linux agpgart interface v0.103
[    1.175998] efifb: probing for efifb
[    1.176200] efifb: framebuffer at 0xe1000000, using 3072k, total 3072k
[    1.176202] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.176204] efifb: scrolling: redraw
[    1.176206] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.177362] Console: switching to colour frame buffer device 128x48
[    1.178472] fb0: EFI VGA frame buffer device
[    1.178489] ipmi message handler version 39.2
[    1.178500] IPMI System Interface driver.
[    1.178527] ipmi_si: Unable to find any System Interface(s)
[    1.179166] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.179191] ACPI: Power Button [PWRB]
[    1.179223] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.179275] ACPI: Power Button [PWRF]
[    1.179336] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.179619] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.179693] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.179817] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.179933] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.180087] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.180198] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.180474] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.180617] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.180753] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.181079] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.181475] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.181850] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.182241] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.182600] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.182972] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.183307] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.183682] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.184052] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.184417] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.184784] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.185132] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.185505] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.186021] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.186394] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.186733] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.187074] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.187435] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.187746] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.188054] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.188381] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.188680] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[    1.192826] brd: module loaded
[    1.199122] loop: module loaded
[    1.200042] nvme nvme0: pci function 0000:09:00.0
[    1.200319] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.200507] ehci-pci: EHCI PCI platform driver
[    1.200700] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.200889] ohci-pci: OHCI PCI platform driver
[    1.201082] uhci_hcd: USB Universal Host Controller Interface driver
[    1.201287] i8042: PNP: No PS/2 controller found.
[    1.201509] mousedev: PS/2 mouse device common for all mice
[    1.201766] rtc_cmos 00:02: RTC can wake from S4
[    1.202177] rtc_cmos 00:02: registered as rtc0
[    1.202352] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.202551] hidraw: raw HID events driver (C) Jiri Kosina
[    1.202753] usbcore: registered new interface driver usbhid
[    1.202946] usbhid: USB HID core driver
[    1.203331] drop_monitor: Initializing network drop monitor service
[    1.203701] Initializing XFRM netlink socket
[    1.203927] NET: Registered protocol family 17
[    1.208126] microcode: CPU0: patch_level=0x08001136
[    1.208381] microcode: CPU1: patch_level=0x08001136
[    1.208635] microcode: CPU2: patch_level=0x08001136
[    1.208890] microcode: CPU3: patch_level=0x08001136
[    1.209136] microcode: CPU4: patch_level=0x08001136
[    1.209391] microcode: CPU5: patch_level=0x08001136
[    1.209647] microcode: CPU6: patch_level=0x08001136
[    1.209902] microcode: CPU7: patch_level=0x08001136
[    1.210161] microcode: CPU8: patch_level=0x08001136
[    1.210546] microcode: CPU9: patch_level=0x08001136
[    1.210804] microcode: CPU10: patch_level=0x08001136
[    1.211052] microcode: CPU11: patch_level=0x08001136
[    1.211311] microcode: CPU12: patch_level=0x08001136
[    1.211575] microcode: CPU13: patch_level=0x08001136
[    1.211837] microcode: CPU14: patch_level=0x08001136
[    1.212098] microcode: CPU15: patch_level=0x08001136
[    1.212362] microcode: CPU16: patch_level=0x08001136
[    1.212620] microcode: CPU17: patch_level=0x08001136
[    1.213053] microcode: CPU18: patch_level=0x08001136
[    1.213319] microcode: CPU19: patch_level=0x08001136
[    1.213586] microcode: CPU20: patch_level=0x08001136
[    1.213854] microcode: CPU21: patch_level=0x08001136
[    1.214116] microcode: CPU22: patch_level=0x08001136
[    1.214382] microcode: CPU23: patch_level=0x08001136
[    1.214637] microcode: CPU24: patch_level=0x08001136
[    1.215174] microcode: CPU25: patch_level=0x08001136
[    1.215421] microcode: CPU26: patch_level=0x08001136
[    1.215646] microcode: CPU27: patch_level=0x08001136
[    1.215883] microcode: CPU28: patch_level=0x08001136
[    1.216106] microcode: CPU29: patch_level=0x08001136
[    1.216318] microcode: CPU30: patch_level=0x08001136
[    1.216525] microcode: CPU31: patch_level=0x08001136
[    1.216755] microcode: Microcode Update Driver: v2.2.
[    1.216766] sched_clock: Marking stable (1216750227, 0)->(1384293537, -167543310)
[    1.218642] registered taskstats version 1
[    1.218826] Loading compiled-in X.509 certificates
[    1.226763] Loaded X.509 cert 'Build time autogenerated kernel key: 4b8660de13a2c4c26e841ac34db3e523ea41ecc9'
[    1.226976] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    1.227178] ima: Allocated hash algorithm: sha1
[    1.228194] rtc_cmos 00:02: setting system clock to 2018-09-11 17:02:22 UTC (1536685342)
[    1.423700]  nvme0n1: p1 p2 p3 p4
[    1.653234] Freeing unused kernel image memory: 1256K
[    1.659021] Write protecting the kernel read-only data: 16384k
[    1.660956] Freeing unused kernel image memory: 2012K
[    1.661390] Freeing unused kernel image memory: 960K
[    1.952013] tsc: Refined TSC clocksource calibration: 3393.623 MHz
[    1.952046] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30eac649395, max_idle_ns: 440795252668 ns
[    1.952120] clocksource: Switched to clocksource tsc
[    1.953207] ahci 0000:01:00.1: version 3.0
[    1.953353] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[    1.953409] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    1.953411] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    1.954092] scsi host0: ahci
[    1.954252] scsi host1: ahci
[    1.954344] scsi host2: ahci
[    1.954459] scsi host3: ahci
[    1.954560] scsi host4: ahci
[    1.954649] scsi host5: ahci
[    1.954726] scsi host6: ahci
[    1.954826] scsi host7: ahci
[    1.954850] ata1: SATA max UDMA/133 abar m131072@0xef880000 port 0xef880100 irq 57
[    1.954852] ata2: SATA max UDMA/133 abar m131072@0xef880000 port 0xef880180 irq 57
[    1.954853] ata3: SATA max UDMA/133 abar m131072@0xef880000 port 0xef880200 irq 57
[    1.954854] ata4: SATA max UDMA/133 abar m131072@0xef880000 port 0xef880280 irq 57
[    1.954856] ata5: SATA max UDMA/133 abar m131072@0xef880000 port 0xef880300 irq 57
[    1.954857] ata6: SATA max UDMA/133 abar m131072@0xef880000 port 0xef880380 irq 57
[    1.954859] ata7: SATA max UDMA/133 abar m131072@0xef880000 port 0xef880400 irq 57
[    1.954860] ata8: SATA max UDMA/133 abar m131072@0xef880000 port 0xef880480 irq 57
[    1.955042] ahci 0000:0c:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.955044] ahci 0000:0c:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.955222] scsi host8: ahci
[    1.955249] ata9: SATA max UDMA/133 abar m4096@0xefd08000 port 0xefd08100 irq 59
[    1.955377] ahci 0000:43:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    1.955379] ahci 0000:43:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    1.955549] scsi host9: ahci
[    1.955576] ata10: SATA max UDMA/133 abar m4096@0xcdd00000 port 0xcdd00100 irq 61
[    2.260440] ata1: SATA link down (SStatus 0 SControl 300)
[    2.260443] ata9: SATA link down (SStatus 0 SControl 300)
[    2.260444] ata10: SATA link down (SStatus 0 SControl 300)
[    2.564399] ata2: SATA link down (SStatus 0 SControl 300)
[    2.868400] ata3: SATA link down (SStatus 0 SControl 300)
[    3.172412] ata4: SATA link down (SStatus 0 SControl 300)
[    3.631031] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.631515] ata5.00: ATA-8: KINGSTON SNV425S2128GB, D100309a, max UDMA/100
[    3.631517] ata5.00: 250069680 sectors, multi 16: LBA48 
[    3.632005] ata5.00: configured for UDMA/100
[    3.632361] scsi 4:0:0:0: Direct-Access     ATA      KINGSTON SNV425S 309a PQ: 0 ANSI: 5
[    3.940418] ata6: SATA link down (SStatus 0 SControl 300)
[    4.244428] ata7: SATA link down (SStatus 0 SControl 330)
[    5.279024] ata8: failed to resume link (SControl 0)
[    5.279034] ata8: SATA link down (SStatus 0 SControl 0)
[    5.297114] sd 4:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    5.297121] sd 4:0:0:0: [sda] Write Protect is off
[    5.297122] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    5.297131] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.300112]  sda: sda1 sda2 sda3
[    5.300358] sd 4:0:0:0: [sda] Attached SCSI disk
[    5.302630] sd 4:0:0:0: Attached scsi generic sg0 type 0
[    5.431821] imm: Version 2.05 (for Linux 2.4.0)
[    5.506780] Fusion MPT base driver 3.04.20
[    5.506781] Copyright (c) 1999-2008 LSI Corporation
[    5.511537] Fusion MPT SPI Host driver 3.04.20
[    5.515385] Fusion MPT FC Host driver 3.04.20
[    5.519470] Fusion MPT SAS Host driver 3.04.20
[    5.521712] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[    5.524203] 3ware Storage Controller device driver for Linux v1.26.02.003.
[    5.526485] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[    5.547913] Adaptec aacraid driver 1.2.1[50877]-custom
[    5.554273] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    5.555493] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    5.559899] megasas: 07.705.02.00-rc1
[    5.570645] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 10.00.00.07-k.
[    5.581984] Emulex LightPulse Fibre Channel SCSI driver 12.0.0.4
[    5.581985] Copyright (C) 2017-2018 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Limited and/or its subsidiaries.
[    5.587927] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[    5.596655] mpt3sas version 25.100.00.00 loaded
[    5.625119] usbcore: registered new interface driver usb-storage
[    5.645300] QUIRK: Enable AMD PLL fix
[    5.645318] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.645364] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    5.700718] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000008000418
[    5.700906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    5.700908] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.700909] usb usb1: Product: xHCI Host Controller
[    5.700910] usb usb1: Manufacturer: Linux 4.18.7-gentoo xhci-hcd
[    5.700911] usb usb1: SerialNumber: 0000:01:00.0
[    5.700998] hub 1-0:1.0: USB hub found
[    5.701033] hub 1-0:1.0: 14 ports detected
[    5.701343] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    5.701373] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    5.701376] xhci_hcd 0000:01:00.0: Host supports USB 3.10 Enhanced SuperSpeed
[    5.701402] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.701417] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    5.701418] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.701419] usb usb2: Product: xHCI Host Controller
[    5.701420] usb usb2: Manufacturer: Linux 4.18.7-gentoo xhci-hcd
[    5.701421] usb usb2: SerialNumber: 0000:01:00.0
[    5.701493] hub 2-0:1.0: USB hub found
[    5.701503] hub 2-0:1.0: 8 ports detected
[    5.701774] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    5.701807] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 3
[    5.756648] xhci_hcd 0000:08:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[    5.756920] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    5.756921] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.756922] usb usb3: Product: xHCI Host Controller
[    5.756923] usb usb3: Manufacturer: Linux 4.18.7-gentoo xhci-hcd
[    5.756924] usb usb3: SerialNumber: 0000:08:00.0
[    5.756994] hub 3-0:1.0: USB hub found
[    5.757007] hub 3-0:1.0: 2 ports detected
[    5.757115] xhci_hcd 0000:08:00.0: xHCI Host Controller
[    5.757145] xhci_hcd 0000:08:00.0: new USB bus registered, assigned bus number 4
[    5.757147] xhci_hcd 0000:08:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    5.757186] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.757201] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    5.757202] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.757203] usb usb4: Product: xHCI Host Controller
[    5.757204] usb usb4: Manufacturer: Linux 4.18.7-gentoo xhci-hcd
[    5.757205] usb usb4: SerialNumber: 0000:08:00.0
[    5.757276] hub 4-0:1.0: USB hub found
[    5.757284] hub 4-0:1.0: 2 ports detected
[    5.757434] xhci_hcd 0000:0b:00.3: xHCI Host Controller
[    5.757467] xhci_hcd 0000:0b:00.3: new USB bus registered, assigned bus number 5
[    5.757565] xhci_hcd 0000:0b:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000418
[    5.757672] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    5.757673] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.757673] usb usb5: Product: xHCI Host Controller
[    5.757674] usb usb5: Manufacturer: Linux 4.18.7-gentoo xhci-hcd
[    5.757675] usb usb5: SerialNumber: 0000:0b:00.3
[    5.757739] hub 5-0:1.0: USB hub found
[    5.757746] hub 5-0:1.0: 4 ports detected
[    5.757896] xhci_hcd 0000:0b:00.3: xHCI Host Controller
[    5.757926] xhci_hcd 0000:0b:00.3: new USB bus registered, assigned bus number 6
[    5.757928] xhci_hcd 0000:0b:00.3: Host supports USB 3.0  SuperSpeed
[    5.757938] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.757956] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    5.757957] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.757957] usb usb6: Product: xHCI Host Controller
[    5.757958] usb usb6: Manufacturer: Linux 4.18.7-gentoo xhci-hcd
[    5.757959] usb usb6: SerialNumber: 0000:0b:00.3
[    5.758032] hub 6-0:1.0: USB hub found
[    5.758040] hub 6-0:1.0: 4 ports detected
[    5.758219] xhci_hcd 0000:42:00.3: xHCI Host Controller
[    5.758251] xhci_hcd 0000:42:00.3: new USB bus registered, assigned bus number 7
[    5.758347] xhci_hcd 0000:42:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000418
[    5.758462] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    5.758463] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.758464] usb usb7: Product: xHCI Host Controller
[    5.758465] usb usb7: Manufacturer: Linux 4.18.7-gentoo xhci-hcd
[    5.758466] usb usb7: SerialNumber: 0000:42:00.3
[    5.758533] hub 7-0:1.0: USB hub found
[    5.758539] hub 7-0:1.0: 4 ports detected
[    5.758721] xhci_hcd 0000:42:00.3: xHCI Host Controller
[    5.758762] xhci_hcd 0000:42:00.3: new USB bus registered, assigned bus number 8
[    5.758764] xhci_hcd 0000:42:00.3: Host supports USB 3.0  SuperSpeed
[    5.758775] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.758790] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    5.758791] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.758792] usb usb8: Product: xHCI Host Controller
[    5.758793] usb usb8: Manufacturer: Linux 4.18.7-gentoo xhci-hcd
[    5.758793] usb usb8: SerialNumber: 0000:42:00.3
[    5.758852] hub 8-0:1.0: USB hub found
[    5.758858] hub 8-0:1.0: 4 ports detected
[    5.878415] device-mapper: uevent: version 1.0.3
[    5.878477] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    5.906186] xor: automatically using best checksumming function   avx       
[    5.907393] async_tx: api initialized (async)
[    5.915603] device-mapper: dm-log-userspace: version 1.3.0 loaded
[    5.942022] raid6: sse2x1   gen()  8238 MB/s
[    5.959014] raid6: sse2x1   xor()  7832 MB/s
[    5.976012] raid6: sse2x2   gen() 16500 MB/s
[    5.993306] raid6: sse2x2   xor() 10666 MB/s
[    6.010014] raid6: sse2x4   gen() 16371 MB/s
[    6.027012] raid6: sse2x4   xor()  8966 MB/s
[    6.044014] raid6: avx2x1   gen() 19867 MB/s
[    6.061013] raid6: avx2x1   xor() 14037 MB/s
[    6.078011] raid6: avx2x2   gen() 24816 MB/s
[    6.087024] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    6.095014] raid6: avx2x2   xor() 15066 MB/s
[    6.112013] raid6: avx2x4   gen() 25246 MB/s
[    6.129027] raid6: avx2x4   xor() 12636 MB/s
[    6.129027] raid6: using algorithm avx2x4 gen() 25246 MB/s
[    6.129028] raid6: .... xor() 12636 MB/s, rmw enabled
[    6.129028] raid6: using avx2x2 recovery algorithm
[    6.136615] device-mapper: raid: Loading target version 1.13.2
[    6.143010] usb 3-2: new low-speed USB device number 2 using xhci_hcd
[    6.289315] Btrfs loaded, crc32c=crc32c-generic
[    6.298727] JFS: nTxBlock = 8192, nTxLock = 65536
[    6.304975] FS-Cache: Loaded
[    6.313848] RPC: Registered named UNIX socket transport module.
[    6.313849] RPC: Registered udp transport module.
[    6.313849] RPC: Registered tcp transport module.
[    6.313850] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.324175] FS-Cache: Netfs 'nfs' registered for caching
[    6.347678] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    6.361340] fuse init (API version 7.27)
[    6.368813] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    6.370723] usb 1-2: New USB device found, idVendor=0b05, idProduct=1868, bcdDevice= 0.01
[    6.370725] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.409048] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    6.409049] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    6.415511] dca service started, version 1.12.1
[    6.419646] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    6.419647] igb: Copyright (c) 2007-2014 Intel Corporation.
[    6.452825] usb 3-2: New USB device found, idVendor=04ca, idProduct=004b, bcdDevice= 1.09
[    6.452827] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.452828] usb 3-2: Product: USB Keyboard
[    6.452829] usb 3-2: Manufacturer: Lite-On Technology Corp.
[    6.473727] input: Lite-On Technology Corp. USB Keyboard as /devices/pci0000:00/0000:00:01.1/0000:01:00.2/0000:02:09.0/0000:08:00.0/usb3/3-2/3-2:1.0/0003:04CA:004B.0001/input/input2
[    6.525300] hid-generic 0003:04CA:004B.0001: input,hidraw0: USB HID v1.10 Keyboard [Lite-On Technology Corp. USB Keyboard] on usb-0000:08:00.0-2/input0
[    6.535745] input: Lite-On Technology Corp. USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.1/0000:01:00.2/0000:02:09.0/0000:08:00.0/usb3/3-2/3-2:1.1/0003:04CA:004B.0002/input/input3
[    6.556026] usb 1-5: new high-speed USB device number 3 using xhci_hcd
[    6.587086] input: Lite-On Technology Corp. USB Keyboard System Control as /devices/pci0000:00/0000:00:01.1/0000:01:00.2/0000:02:09.0/0000:08:00.0/usb3/3-2/3-2:1.1/0003:04CA:004B.0002/input/input4
[    6.587340] hid-generic 0003:04CA:004B.0002: input,hidraw1: USB HID v1.10 Device [Lite-On Technology Corp. USB Keyboard] on usb-0000:08:00.0-2/input1
[    6.653768] pps pps0: new PPS source ptp0
[    6.653772] igb 0000:05:00.0: added PHC on eth0
[    6.653773] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
[    6.653774] igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 10:7b:44:93:2d:e2
[    6.653776] igb 0000:05:00.0: eth0: PBA No: FFFFFF-0FF
[    6.653777] igb 0000:05:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[    6.657571] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    6.663165] sky2: driver version 1.30
[    6.673905] VMware vmxnet3 virtual NIC driver - version 1.4.16.0-k-NAPI
[    6.684509] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    6.688382] vxge: Copyright(c) 2002-2010 Exar Corp.
[    6.688383] vxge: Driver version: 2.5.3.22640-k
[    6.706807] tulip: Linux Tulip driver version 1.1.15 (Feb 27, 2007)
[    6.717941] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k
[    6.717942] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[    6.720763] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
[    6.720764] ixgb: Copyright (c) 1999-2008 Intel Corporation.
[    6.781036] usb 1-5: New USB device found, idVendor=0e8d, idProduct=1887, bcdDevice= 0.00
[    6.781038] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.781041] usb 1-5: Product: Portable Super Multi Drive
[    6.781042] usb 1-5: Manufacturer: Hitachi-LG Data Storage Inc
[    6.781043] usb 1-5: SerialNumber: KZ5D9SG0336         
[    6.798144] usb-storage 1-5:1.0: USB Mass Storage device detected
[    6.798537] scsi host10: usb-storage 1-5:1.0
[    6.828189] EXT2-fs (sda3): error: couldn't mount because of unsupported optional features (2c0)
[    6.829899] random: fast init done
[    6.834519] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    6.974198] usb 1-10: new full-speed USB device number 4 using xhci_hcd
[    7.354858] usb 1-10: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[    7.354859] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.354861] usb 1-10: Product: USB Receiver
[    7.354862] usb 1-10: Manufacturer: Logitech
[    7.362199] random: ssh-keygen: uninitialized urandom read (32 bytes read)
[    7.375911] random: sshd: uninitialized urandom read (32 bytes read)
[    7.378777] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-10/1-10:1.0/0003:046D:C534.0003/input/input5
[    7.406795] NET: Registered protocol family 10
[    7.407295] Segment Routing with IPv6
[    7.431190] hid-generic 0003:046D:C534.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:01:00.0-10/input0
[    7.458207] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-10/1-10:1.1/0003:046D:C534.0004/input/input6
[    7.458621] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-10/1-10:1.1/0003:046D:C534.0004/input/input7
[    7.510361] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.1/0000:01:00.0/usb1/1-10/1-10:1.1/0003:046D:C534.0004/input/input8
[    7.510702] hid-generic 0003:046D:C534.0004: input,hiddev96,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:01:00.0-10/input1
[    7.604001] udevd[3132]: starting version 3.2.5
[    7.605526] random: udevd: uninitialized urandom read (16 bytes read)
[    7.619965] udevd[3133]: starting eudev-3.2.5
[    7.688031] usb 1-11: new full-speed USB device number 5 using xhci_hcd
[    7.716273] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    7.716754] input: PC Speaker as /devices/platform/pcspkr/input/input13
[    7.745441] cryptd: max_cpu_qlen set to 1000
[    7.770447] igb 0000:05:00.0 enp5s0: renamed from eth0
[    7.806116] Error: Driver 'pcspkr' is already registered, aborting...
[    7.844683] scsi 10:0:0:0: CD-ROM            HL-DT-ST DVDRAM GP50NB40  1.00 PQ: 0 ANSI: 0
[    7.849624] sr 10:0:0:0: Power-on or device reset occurred
[    7.856616] sr 10:0:0:0: [sr0] scsi3-mmc drive: 62x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[    7.856618] cdrom: Uniform CD-ROM driver Revision: 3.20
[    7.856730] sr 10:0:0:0: Attached scsi CD-ROM sr0
[    7.856786] sr 10:0:0:0: Attached scsi generic sg1 type 5
[    7.858482] Error: Driver 'pcspkr' is already registered, aborting...
[    7.860789] kvm: disabled by bios
[    7.861407] snd_hda_intel 0000:0a:00.1: Disabling MSI
[    7.861419] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
[    7.861525] snd_hda_intel 0000:0c:00.3: enabling device (0000 -> 0002)
[    7.912953] MCE: In-kernel MCE decoding enabled.
[    7.919992] EDAC amd64: Node 0: DRAM ECC disabled.
[    7.919994] 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.)
[    7.919998] EDAC amd64: Node 1: DRAM ECC disabled.
[    7.919999] 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.)
[    7.921090] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    7.921092] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.921093] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    7.921094] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    7.921095] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[    7.921096] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    7.921097] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    7.921098] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    7.921099] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    7.934634] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input14
[    7.934686] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input15
[    7.934723] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input16
[    7.934769] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input17
[    7.934803] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input18
[    7.934840] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input19
[    7.934876] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input20
[    7.971964] MXM: GUID detected in BIOS
[    7.972194] checking generic (e1000000 300000) vs hw (d0000000 10000000)
[    7.972195] checking generic (e1000000 300000) vs hw (e0000000 2000000)
[    7.972196] fb: switching to nouveaufb from EFI VGA
[    7.972220] Console: switching to colour dummy device 80x25
[    7.972342] nouveau 0000:0a:00.0: NVIDIA GP102 (132000a1)
[    8.058924] usb 1-11: New USB device found, idVendor=0b05, idProduct=1867, bcdDevice= 2.00
[    8.058926] usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    8.058930] usb 1-11: Product: AURA Custom Human interface
[    8.058932] usb 1-11: Manufacturer: AsusTek Computer Inc.
[    8.058933] usb 1-11: SerialNumber: 00000000001A
[    8.073027] hid-generic 0003:0B05:1867.0005: hiddev97,hidraw4: USB HID v1.11 Device [AsusTek Computer Inc. AURA Custom Human interface] on usb-0000:01:00.0-11/input0
[    8.102785] Bluetooth: Core ver 2.22
[    8.102796] NET: Registered protocol family 31
[    8.102797] Bluetooth: HCI device and connection manager initialized
[    8.102800] Bluetooth: HCI socket layer initialized
[    8.102802] Bluetooth: L2CAP socket layer initialized
[    8.102807] Bluetooth: SCO socket layer initialized
[    8.104463] nouveau 0000:0a:00.0: bios: version 86.02.39.00.d2
[    8.117415] nouveau 0000:0a:00.0: bios: M0203E type 08
[    8.117472] nouveau 0000:0a:00.0: fb: 11264 MiB of unknown memory type
[    8.117982] usbcore: registered new interface driver btusb
[    8.148618] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input21
[    8.148655] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input22
[    8.148700] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input23
[    8.148742] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:0a:00.1/sound/card0/input24
[    8.177425] [TTM] Zone  kernel: Available graphics memory: 16404544 kiB
[    8.177426] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    8.177427] [TTM] Initializing pool allocator
[    8.177430] [TTM] Initializing DMA pool allocator
[    8.177442] nouveau 0000:0a:00.0: DRM: VRAM: 11264 MiB
[    8.177443] nouveau 0000:0a:00.0: DRM: GART: 536870912 MiB
[    8.177445] nouveau 0000:0a:00.0: DRM: BIT table 'A' not found
[    8.177447] nouveau 0000:0a:00.0: DRM: BIT table 'L' not found
[    8.177448] nouveau 0000:0a:00.0: DRM: TMDS table version 2.0
[    8.177449] nouveau 0000:0a:00.0: DRM: DCB version 4.1
[    8.177450] nouveau 0000:0a:00.0: DRM: DCB outp 00: 01000f42 00020030
[    8.177452] nouveau 0000:0a:00.0: DRM: DCB outp 01: 04811f96 04600020
[    8.177453] nouveau 0000:0a:00.0: DRM: DCB outp 02: 04011f92 00020020
[    8.177454] nouveau 0000:0a:00.0: DRM: DCB outp 03: 04822f86 04600010
[    8.177455] nouveau 0000:0a:00.0: DRM: DCB outp 04: 04022f82 00020010
[    8.177456] nouveau 0000:0a:00.0: DRM: DCB outp 05: 02033f72 00020010
[    8.177457] nouveau 0000:0a:00.0: DRM: DCB outp 06: 02044f62 00020020
[    8.177458] nouveau 0000:0a:00.0: DRM: DCB conn 00: 00001031
[    8.177458] nouveau 0000:0a:00.0: DRM: DCB conn 01: 02000146
[    8.177459] nouveau 0000:0a:00.0: DRM: DCB conn 02: 01000246
[    8.177460] nouveau 0000:0a:00.0: DRM: DCB conn 03: 00010361
[    8.177461] nouveau 0000:0a:00.0: DRM: DCB conn 04: 00020461
[    8.217717] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    8.217718] [drm] Driver supports precise vblank timestamp query.
[    8.468551] nouveau 0000:0a:00.0: DRM: MM: using COPY for buffer copies
[    9.141038] nouveau 0000:0a:00.0: DRM: allocated 1280x720 fb: 0x200000, bo (____ptrval____)
[    9.141109] fbcon: nouveaufb (fb0) is primary device
[    9.322783] Console: switching to colour frame buffer device 160x45
[    9.464803] nouveau 0000:0a:00.0: fb0: nouveaufb frame buffer device
[    9.470074] [drm] Initialized nouveau 1.3.1 20120801 for 0000:0a:00.0 on minor 0
[   10.946225] random: crng init done
[   10.946227] random: 7 urandom warning(s) missed due to ratelimiting
[   12.128793] EXT4-fs (sda3): re-mounted. Opts: discard
[   12.191432] Adding 7809020k swap on /dev/sda2.  Priority:-2 extents:1 across:7809020k SSDsc
[   12.745702] IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
[   12.809345] 8021q: 802.1Q VLAN Support v1.8
[   12.809355] 8021q: adding VLAN 0 to HW filter on device enp5s0
[   12.831060] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   12.832147] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   12.832178] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   12.832178] cfg80211: failed to load regulatory.db
[   15.650576] igb 0000:05:00.0 enp5s0: igb: enp5s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   15.759266] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready

One thought on “Gentoo Minimal Installation CD (amd64 aka x86_64) – booting (in UEFI mode)”

Leave a Reply

Your email address will not be published. Required fields are marked *