distr1 / distri

a Linux distribution to research fast package management
https://distr1.org
Other
532 stars 28 forks source link

Distri doesn't boot with a virtual SCSI hdisk (VMware Fusion) #78

Open knweiss opened 4 years ago

knweiss commented 4 years ago

I've created a vmdk disk image of the supersilverhaze release using

qemu-img convert -O vmdk distri-disk.img distri-disk.vmdk

and used it to create a new "Other Linux 5.x or later kernel 64-bit" VM in VMware Fusion 11.5.5.

Distri does not boot when I use this image with a virtual hdisk of type SCSI. It hangs right after

Loading Linux 5.6.5-15 ...
Loading initial ramdisk ...

I've then added the kernel parameter loglevel=7 to get more verbose output and noticed several error messages about unknown symbols. For example:

mptscsih: Unknown symbol mpt_put_msg_frame_hi_pri (err -2)
crypto_simd: Unknown symbol cryptd_alloc_aead (err -2)

Switching the virtual hdisk type from SCSI to SATA works around the issue and distri will boot fine. However, even in this case I still see the "Unknown symbol" log messages in the dmesg output.

stapelberg commented 4 years ago

I don’t have access to VMware Fusion, so I can only ask a few questions and hope the problem becomes apparent.

Could you check which kernel driver other distributions use when booted with type SCSI? Providing the full dmesg and lshw output would be good.

Maybe we just don’t have the right kernel config options set? We once enabled most settings that Arch Linux has enabled.

Or maybe SCSI disks require some extra module loading/probing in the initrd? We switched to minitrd this release, see https://michael.stapelberg.ch/posts/2020-01-21-initramfs-from-scratch-golang/ for more details. Some kernel modules need to be explicitly loaded (e.g. algif_skcipher), so perhaps that’s required? Not sure. You could try generating a dracut initramfs to see if that works.

knweiss commented 4 years ago

Quick reply: Arch is using mptspi for the virtual SCSI disk. The CONFIG_FUSION* settings of Arch and Distri are identical though.

I've tried switching back to dracut like this:

echo "dracut" >/etc/distri/initramfs-generator
distri initrd

but distri still uses minitrd to create the /tmp/initrd file.

Unfortunately, I'm running out of time this evening. I'll continue tomorrow.

(The "Unknown symbol" errors also show up when I use the SATA hdisk type. Don't you see them as well? dmesg | grep Unknown)

stapelberg commented 4 years ago

but distri still uses minitrd to create the /tmp/initrd file.

The distri initrd command is minitrd-specific, yes.

If you want to use dracut, use dracut --force /boot/initramfs-5.6.5-15.img $(uname -r)

(The "Unknown symbol" errors also show up when I use the SATA hdisk type. Don't you see them as well? dmesg | grep Unknown)

I do see a bunch of these in qemu, too, yes:

distri0# dmesg | grep Unknown
[    1.091758] async_raid6_recov: Unknown symbol raid6_2data_recov (err -2)
[    1.091760] async_raid6_recov: Unknown symbol raid6_gfexi (err -2)
[    1.091761] async_raid6_recov: Unknown symbol raid6_gfmul (err -2)
[    1.091763] async_raid6_recov: Unknown symbol async_gen_syndrome (err -2)
[    1.091764] async_raid6_recov: Unknown symbol raid6_gfinv (err -2)
[    1.091765] async_raid6_recov: Unknown symbol raid6_gfexp (err -2)
[    1.091767] async_raid6_recov: Unknown symbol raid6_datap_recov (err -2)
[    1.091769] async_raid6_recov: Unknown symbol async_tx_quiesce (err -2)
[    1.091771] async_raid6_recov: Unknown symbol async_xor (err -2)
[    1.091772] async_raid6_recov: Unknown symbol __async_tx_find_channel (err -2)
[    1.091774] async_raid6_recov: Unknown symbol async_memcpy (err -2)
[    1.091776] async_raid6_recov: Unknown symbol async_tx_submit (err -2)
[    1.091779] async_raid6_recov: Unknown symbol raid6_empty_zero_page (err -2)
[    1.104356] async_memcpy: Unknown symbol async_tx_quiesce (err -2)
[    1.104358] async_memcpy: Unknown symbol __async_tx_find_channel (err -2)
[    1.104362] async_memcpy: Unknown symbol async_tx_submit (err -2)
[    1.116352] async_pq: Unknown symbol raid6_gfexp (err -2)
[    1.116356] async_pq: Unknown symbol async_tx_quiesce (err -2)
[    1.116357] async_pq: Unknown symbol async_xor (err -2)
[    1.116360] async_pq: Unknown symbol __async_tx_find_channel (err -2)
[    1.116363] async_pq: Unknown symbol async_tx_submit (err -2)
[    1.116365] async_pq: Unknown symbol raid6_call (err -2)
[    1.116367] async_pq: Unknown symbol raid6_empty_zero_page (err -2)
[    1.132358] async_xor: Unknown symbol async_tx_quiesce (err -2)
[    1.132360] async_xor: Unknown symbol __async_tx_find_channel (err -2)
[    1.132364] async_xor: Unknown symbol xor_blocks (err -2)
[    1.132365] async_xor: Unknown symbol async_tx_submit (err -2)
[    1.266852] raid456: Unknown symbol async_gen_syndrome (err -2)
[    1.266878] raid456: Unknown symbol async_xor (err -2)
[    1.266880] raid456: Unknown symbol async_xor_val (err -2)
[    1.266893] raid456: Unknown symbol async_memcpy (err -2)
[    1.266903] raid456: Unknown symbol async_raid6_2data_recov (err -2)
[    1.266928] raid456: Unknown symbol async_syndrome_val (err -2)
[    1.266943] raid456: Unknown symbol async_raid6_datap_recov (err -2)

Not sure what that’s about.

knweiss commented 4 years ago

dracut prints many errors but it creates an initramfs. However, booting with it doesn't work (neither SCSI nor SATA). It doesn't seem to find udevadm and systemctl and booting results in a dracut-initqueue timeout after 129s and I end up in the Dracut emergency shell. It also doesn't seem to find the UUID of the root fs. Unfortunately, the keyboard doesn't work i.e. I can't even scroll back. So it's a little difficult to debug...

distri0# dracut --force /boot/initramfs-5.6.5-15_dracut.img $(uname -r)
dracut: Executing: /ro/dracut-amd64-048-12/out/bin/dracut --force /boot/initramfs-5.6.5-15_dracut.img 5.6.5
dracut: dracut module 'bootchart' will not be installed, because command '/sbin/bootchartd' could not be found!
dracut: dracut module 'dash' will not be installed, because command '/bin/dash' could not be found!
dracut: dracut module 'modsign' will not be installed, because command 'keyctl' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'network' will not be installed, because command 'dhclient' could not be found!
dracut: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!
dracut: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
dracut: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found!
dracut: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found!
dracut: dracut module 'stratis' will not be installed, because command 'stratisd-init' could not be found!
dracut: dracut module 'stratis' will not be installed, because command 'thin_check' could not be found!
dracut: dracut module 'stratis' will not be installed, because command 'thin_repair' could not be found!
dracut: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'hostname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
dracut: 95nfs: Could not find any command of 'rpcbind portmap'!
dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut-install: ERROR: ln -s '' '/var/tmp/dracut.ncog17/initramfs/usr': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/bin' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/bin' '/var/tmp/dracut.ncog17/initramfs/usr/bin': No such file or directory
dracut-install: ERROR: ln -s '' '/var/tmp/dracut.ncog17/initramfs/usr': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/sbin' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/bin' '/var/tmp/dracut.ncog17/initramfs/usr/sbin': No such file or directory
dracut-install: ERROR: ln -s '' '/var/tmp/dracut.ncog17/initramfs/usr': No such file or directory
dracut-install: ERROR: ln -s '' '/var/tmp/dracut.ncog17/initramfs//usr': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs//usr/lib' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/lib' '/var/tmp/dracut.ncog17/initramfs//usr/lib': No such file or directory
dracut: *** Including module: bash ***
dracut: *** Including module: systemd ***
dracut-install: ERROR: ln -s '' '/var/tmp/dracut.ncog17/initramfs/usr': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/lib' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/lib' '/var/tmp/dracut.ncog17/initramfs/usr/lib': No such file or directory
dracut-install: ERROR: failed to create directory '/var/tmp/dracut.ncog17/initramfs/usr/lib/sysctl.d'
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/lib/sysctl.d/50-default.conf' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/systemd-amd64-245-11/out/lib/sysctl.d/50-default.conf' '/var/tmp/dracut.ncog17/initramfs/usr/lib/sysctl.d/50-default.conf': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/lib/sysctl.d/50-pid-max.conf' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/systemd-amd64-245-11/out/lib/sysctl.d/50-pid-max.conf' '/var/tmp/dracut.ncog17/initramfs/usr/lib/sysctl.d/50-pid-max.conf': No such file or directory
/ro/coreutils-amd64-8.32-4/out/bin/ln: failed to create symbolic link '/var/tmp/dracut.ncog17/initramfs//usr/bin/loginctl': No such file or directory
dracut: Skipping udev rule: 70-uaccess.rules
dracut: *** Including module: systemd-initrd ***
/usr/lib/dracut/modules.d/01systemd-initrd/module-setup.sh: line 25: /var/tmp/dracut.ncog17/initramfs/usr/lib/initrd-release: No such file or directory
/ro/coreutils-amd64-8.32-4/out/bin/ln: failed to create symbolic link '/var/tmp/dracut.ncog17/initramfs/usr/lib/os-release': No such file or directory
dracut: *** Including module: i18n ***
dracut-install: ERROR: ln -s '' '/var/tmp/dracut.ncog17/initramfs/usr': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/share' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/share' '/var/tmp/dracut.ncog17/initramfs/usr/share': No such file or directory
/ro/coreutils-amd64-8.32-4/out/bin/ln: failed to create symbolic link '/var/tmp/dracut.ncog17/initramfs/usr/share/consolefonts': No such file or directory
/ro/coreutils-amd64-8.32-4/out/bin/ln: failed to create symbolic link '/var/tmp/dracut.ncog17/initramfs/usr/share/consoletrans': No such file or directory
/ro/coreutils-amd64-8.32-4/out/bin/ln: failed to create symbolic link '/var/tmp/dracut.ncog17/initramfs/usr/share/keymaps': No such file or directory
/ro/coreutils-amd64-8.32-4/out/bin/ln: failed to create symbolic link '/var/tmp/dracut.ncog17/initramfs/usr/share/unimaps': No such file or directory
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: lvm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 56-lvm.rules
dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
dracut: *** Including module: qemu ***
dracut: *** Including module: qemu-net ***
dracut: *** Including module: lunmask ***
dracut-install: ERROR: ln -s '' '/var/tmp/dracut.ncog17/initramfs/usr': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/lib' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/lib' '/var/tmp/dracut.ncog17/initramfs/usr/lib': No such file or directory
dracut-install: ERROR: failed to create directory '/var/tmp/dracut.ncog17/initramfs/usr/lib/udev'
dracut-install: ERROR: installing '/usr/lib/dracut/modules.d/95lunmask/fc_transport_scan_lun.sh' to '/usr/lib/udev/fc_transport_scan_lun.sh'
dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.ncog17/initramfs /usr/lib/dracut/modules.d/95lunmask/fc_transport_scan_lun.sh /usr/lib/udev/fc_transport_scan_lun.sh
dracut-install: ERROR: ln -s '' '/var/tmp/dracut.ncog17/initramfs/usr': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/lib' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/lib' '/var/tmp/dracut.ncog17/initramfs/usr/lib': No such file or directory
dracut-install: ERROR: failed to create directory '/var/tmp/dracut.ncog17/initramfs/usr/lib/udev'
dracut-install: ERROR: installing '/usr/lib/dracut/modules.d/95lunmask/sas_transport_scan_lun.sh' to '/usr/lib/udev/sas_transport_scan_lun.sh'
dracut: FAILED: /usr/lib/dracut/dracut-install -D /var/tmp/dracut.ncog17/initramfs /usr/lib/dracut/modules.d/95lunmask/sas_transport_scan_lun.sh /usr/lib/udev/sas_transport_scan_lun.sh
dracut: *** Including module: resume ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut-install: ERROR: ln -s '' '/var/tmp/dracut.ncog17/initramfs/usr': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/lib' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/lib' '/var/tmp/dracut.ncog17/initramfs/usr/lib': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/lib/libnss_files-2.31.so' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/glibc-amd64-2.31-4/out/lib/libnss_files-2.31.so' '/var/tmp/dracut.ncog17/initramfs/usr/lib/libnss_files-2.31.so': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/lib/libnss_files.so' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/glibc-amd64-2.31-4/out/lib/libnss_files-2.31.so' '/var/tmp/dracut.ncog17/initramfs/usr/lib/libnss_files.so': No such file or directory
dracut-install: convert_abs_rel(): target '/var/tmp/dracut.ncog17/initramfs/usr/lib/libnss_files.so.2' directory has no realpath.
dracut-install: ERROR: ln -s '/var/tmp/dracut.ncog17/initramfs/ro/glibc-amd64-2.31-4/out/lib/libnss_files-2.31.so' '/var/tmp/dracut.ncog17/initramfs/usr/lib/libnss_files.so.2': No such file or directory
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ****
dracut: *** Store current command line parameters ***
dracut: *** Creating image file '/boot/initramfs-5.6.5-15_dracut.img' ***
dracut: *** Creating initramfs image file '/boot/initramfs-5.6.5-15_dracut.img' done ***
distri0# ls -l /boot/initramfs-5.6.5-15*
-rw------- 1 root root 25519988 May 13 07:48 /boot/initramfs-5.6.5-15.img
-rw------- 1 root root 35630337 Jun  1 13:23 /boot/initramfs-5.6.5-15_dracut.img
distri0# lsinitrd /boot/initramfs-5.6.5-15_dracut.img|grep -E 'systemctl|udevadm'
lrwxrwxrwx   1 root     root           37 Jun  1 13:23 ro/bin/systemctl -> ../systemd-amd64-245-11/bin/systemctl
lrwxrwxrwx   1 root     root           35 Jun  1 13:23 ro/bin/udevadm -> ../systemd-amd64-245-11/bin/udevadm
-rwxr-xr-x   1 root     root        38408 May 12 07:13 ro/systemd-amd64-245-11/bin/systemctl
-rwxr-xr-x   1 root     root        38408 May 12 07:13 ro/systemd-amd64-245-11/bin/udevadm
lrwxrwxrwx   1 root     root            9 Jun  1 13:23 ro/systemd-amd64-245-11/out/bin/halt -> systemctl
lrwxrwxrwx   1 root     root            9 Jun  1 13:23 ro/systemd-amd64-245-11/out/bin/poweroff -> systemctl
lrwxrwxrwx   1 root     root            9 Jun  1 13:23 ro/systemd-amd64-245-11/out/bin/reboot -> systemctl
-rwxr-xr-x   1 root     root       306144 May 12 07:13 ro/systemd-amd64-245-11/out/bin/systemctl
-rwxr-xr-x   1 root     root       601656 May 12 07:13 ro/systemd-amd64-245-11/out/bin/udevadm
-rw-r--r--   1 root     root          813 Mar  6 12:38 ro/systemd-amd64-245-11/out/lib/systemd/system/initrd-udevadm-cleanup-db.service
 

FWIW: When I boot distri from the virtual SATA hdisk it's possible to mount a SCSI hdisk (/dev/sdb). I.e. the functionality is there and works.

stapelberg commented 4 years ago

FWIW: When I boot distri from the virtual SATA hdisk it's possible to mount a SCSI hdisk (/dev/sdb). I.e. the functionality is there and works.

Hm, interesting. Can you distri install lshw and provide the full output of lshw in that situation? That should tell us which driver is being used.

knweiss commented 4 years ago

It's mpispi (same as Arch). See the end of the output:

$ lshw
distri0
    description: Computer
    product: VMware7,1
    vendor: VMware, Inc.
    version: None
    serial: VMware-XXXXXXXXXXXXXXXXXX
    width: 64 bits
    capabilities: smbios-2.7 dmi-2.7 smp vsyscall32
    configuration: administrator_password=enabled boot=normal frontpanel_password=unknown keyboard_password=unknown power-on_password=disabled uuid=XXXXXXXXXXXX
  *-core
       description: Motherboard
       product: 440BX Desktop Reference Platform
       vendor: Intel Corporation
       physical id: 0
       version: None
       serial: None
     *-firmware
          description: BIOS
          vendor: VMware, Inc.
          physical id: 0
          version: VMW71.00V.16221537.B64.2005150253
          date: 05/15/2020
          size: 1MiB
          capacity: 2MiB
          capabilities: isa pci pnp upgrade uefi
     *-cpu:0
          description: CPU
          product: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
          vendor: Intel Corp.
          physical id: 4
          bus info: cpu@0
          version: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
          slot: CPU 0
          size: 2197MHz
          capacity: 2197MHz
          width: 64 bits
          capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp x86-64 constant_tsc arch_perfmon nopl xtopology tsc_reliable nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid rdseed adx smap clflushopt xsaveopt xsavec xsaves arat md_clear flush_l1d arch_capabilities
          configuration: cores=1 enabledcores=1
     *-cpu:1
          description: CPU
          product: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
          vendor: Intel Corp.
          physical id: 5
          bus info: cpu@1
          version: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
          slot: CPU 1
          size: 2197MHz
          capacity: 2197MHz
          width: 64 bits
          capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp x86-64 constant_tsc arch_perfmon nopl xtopology tsc_reliable nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid rdseed adx smap clflushopt xsaveopt xsavec xsaves arat md_clear flush_l1d arch_capabilities
          configuration: cores=1 enabledcores=1
     *-cpu:2
          description: CPU
          product: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
          vendor: Intel Corp.
          physical id: 6
          bus info: cpu@2
          version: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
          slot: CPU 2
          size: 2197MHz
          capacity: 2197MHz
          width: 64 bits
          capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp x86-64 constant_tsc arch_perfmon nopl xtopology tsc_reliable nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid rdseed adx smap clflushopt xsaveopt xsavec xsaves arat md_clear flush_l1d arch_capabilities
          configuration: cores=1 enabledcores=1
     *-cpu:3
          description: CPU
          product: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
          vendor: Intel Corp.
          physical id: 7
          bus info: cpu@3
          version: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
          slot: CPU 3
          size: 2197MHz
          capacity: 2197MHz
          width: 64 bits
          capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp x86-64 constant_tsc arch_perfmon nopl xtopology tsc_reliable nonstop_tsc cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid rdseed adx smap clflushopt xsaveopt xsavec xsaves arat md_clear flush_l1d arch_capabilities
          configuration: cores=1 enabledcores=1
     *-cpu:4 DISABLED
          description: CPU [empty]
          physical id: 8
          version: Unknown Processor
          slot: CPU 4
     *-cpu:5 DISABLED
          description: CPU [empty]
          physical id: 9
          version: Unknown Processor
          slot: CPU 5
     *-cpu:6 DISABLED
          description: CPU [empty]
          physical id: a
          version: Unknown Processor
          slot: CPU 6
     *-cpu:7 DISABLED
          description: CPU [empty]
          physical id: b
          version: Unknown Processor
          slot: CPU 7
     *-cpu:8 DISABLED
          description: CPU [empty]
          physical id: c
          version: Unknown Processor
          slot: CPU 8
     *-cpu:9 DISABLED
          description: CPU [empty]
          physical id: d
          version: Unknown Processor
          slot: CPU 9
     *-cpu:10 DISABLED
          description: CPU [empty]
          physical id: e
          version: Unknown Processor
          slot: CPU 10
     *-cpu:11 DISABLED
          description: CPU [empty]
          physical id: f
          version: Unknown Processor
          slot: CPU 11
     *-cpu:12 DISABLED
          description: CPU [empty]
          physical id: 10
          version: Unknown Processor
          slot: CPU 12
     *-cpu:13 DISABLED
          description: CPU [empty]
          physical id: 11
          version: Unknown Processor
          slot: CPU 13
     *-cpu:14 DISABLED
          description: CPU [empty]
          physical id: 12
          version: Unknown Processor
          slot: CPU 14
     *-cpu:15 DISABLED
          description: CPU [empty]
          physical id: 13
          version: Unknown Processor
          slot: CPU 15
     *-cpu:16 DISABLED
          description: CPU [empty]
          physical id: 14
          version: Unknown Processor
          slot: CPU 16
     *-cpu:17 DISABLED
          description: CPU [empty]
          physical id: 15
          version: Unknown Processor
          slot: CPU 17
     *-cpu:18 DISABLED
          description: CPU [empty]
          physical id: 16
          version: Unknown Processor
          slot: CPU 18
     *-cpu:19 DISABLED
          description: CPU [empty]
          physical id: 17
          version: Unknown Processor
          slot: CPU 19
     *-cpu:20 DISABLED
          description: CPU [empty]
          physical id: 18
          version: Unknown Processor
          slot: CPU 20
     *-cpu:21 DISABLED
          description: CPU [empty]
          physical id: 19
          version: Unknown Processor
          slot: CPU 21
     *-cpu:22 DISABLED
          description: CPU [empty]
          physical id: 1a
          version: Unknown Processor
          slot: CPU 22
     *-cpu:23 DISABLED
          description: CPU [empty]
          physical id: 1b
          version: Unknown Processor
          slot: CPU 23
     *-cpu:24 DISABLED
          description: CPU [empty]
          physical id: 1c
          version: Unknown Processor
          slot: CPU 24
     *-cpu:25 DISABLED
          description: CPU [empty]
          physical id: 1d
          version: Unknown Processor
          slot: CPU 25
     *-cpu:26 DISABLED
          description: CPU [empty]
          physical id: 1e
          version: Unknown Processor
          slot: CPU 26
     *-cpu:27 DISABLED
          description: CPU [empty]
          physical id: 1f
          version: Unknown Processor
          slot: CPU 27
     *-cpu:28 DISABLED
          description: CPU [empty]
          physical id: 20
          version: Unknown Processor
          slot: CPU 28
     *-cpu:29 DISABLED
          description: CPU [empty]
          physical id: 21
          version: Unknown Processor
          slot: CPU 29
     *-cpu:30 DISABLED
          description: CPU [empty]
          physical id: 22
          version: Unknown Processor
          slot: CPU 30
     *-cpu:31 DISABLED
          description: CPU [empty]
          physical id: 23
          version: Unknown Processor
          slot: CPU 31
     *-cpu:32 DISABLED
          description: CPU [empty]
          physical id: 24
          version: Unknown Processor
          slot: CPU 32
     *-cpu:33 DISABLED
          description: CPU [empty]
          physical id: 25
          version: Unknown Processor
          slot: CPU 33
     *-cpu:34 DISABLED
          description: CPU [empty]
          physical id: 26
          version: Unknown Processor
          slot: CPU 34
     *-cpu:35 DISABLED
          description: CPU [empty]
          physical id: 27
          version: Unknown Processor
          slot: CPU 35
     *-cpu:36 DISABLED
          description: CPU [empty]
          physical id: 28
          version: Unknown Processor
          slot: CPU 36
     *-cpu:37 DISABLED
          description: CPU [empty]
          physical id: 29
          version: Unknown Processor
          slot: CPU 37
     *-cpu:38 DISABLED
          description: CPU [empty]
          physical id: 2a
          version: Unknown Processor
          slot: CPU 38
     *-cpu:39 DISABLED
          description: CPU [empty]
          physical id: 2b
          version: Unknown Processor
          slot: CPU 39
     *-cpu:40 DISABLED
          description: CPU [empty]
          physical id: 2c
          version: Unknown Processor
          slot: CPU 40
     *-cpu:41 DISABLED
          description: CPU [empty]
          physical id: 2d
          version: Unknown Processor
          slot: CPU 41
     *-cpu:42 DISABLED
          description: CPU [empty]
          physical id: 2e
          version: Unknown Processor
          slot: CPU 42
     *-cpu:43 DISABLED
          description: CPU [empty]
          physical id: 2f
          version: Unknown Processor
          slot: CPU 43
     *-cpu:44 DISABLED
          description: CPU [empty]
          physical id: 30
          version: Unknown Processor
          slot: CPU 44
     *-cpu:45 DISABLED
          description: CPU [empty]
          physical id: 31
          version: Unknown Processor
          slot: CPU 45
     *-cpu:46 DISABLED
          description: CPU [empty]
          physical id: 32
          version: Unknown Processor
          slot: CPU 46
     *-cpu:47 DISABLED
          description: CPU [empty]
          physical id: 33
          version: Unknown Processor
          slot: CPU 47
     *-cpu:48 DISABLED
          description: CPU [empty]
          physical id: 34
          version: Unknown Processor
          slot: CPU 48
     *-cpu:49 DISABLED
          description: CPU [empty]
          physical id: 35
          version: Unknown Processor
          slot: CPU 49
     *-cpu:50 DISABLED
          description: CPU [empty]
          physical id: 36
          version: Unknown Processor
          slot: CPU 50
     *-cpu:51 DISABLED
          description: CPU [empty]
          physical id: 37
          version: Unknown Processor
          slot: CPU 51
     *-cpu:52 DISABLED
          description: CPU [empty]
          physical id: 38
          version: Unknown Processor
          slot: CPU 52
     *-cpu:53 DISABLED
          description: CPU [empty]
          physical id: 39
          version: Unknown Processor
          slot: CPU 53
     *-cpu:54 DISABLED
          description: CPU [empty]
          physical id: 3a
          version: Unknown Processor
          slot: CPU 54
     *-cpu:55 DISABLED
          description: CPU [empty]
          physical id: 3b
          version: Unknown Processor
          slot: CPU 55
     *-cpu:56 DISABLED
          description: CPU [empty]
          physical id: 3c
          version: Unknown Processor
          slot: CPU 56
     *-cpu:57 DISABLED
          description: CPU [empty]
          physical id: 3d
          version: Unknown Processor
          slot: CPU 57
     *-cpu:58 DISABLED
          description: CPU [empty]
          physical id: 3e
          version: Unknown Processor
          slot: CPU 58
     *-cpu:59 DISABLED
          description: CPU [empty]
          physical id: 3f
          version: Unknown Processor
          slot: CPU 59
     *-cpu:60 DISABLED
          description: CPU [empty]
          physical id: 40
          version: Unknown Processor
          slot: CPU 60
     *-cpu:61 DISABLED
          description: CPU [empty]
          physical id: 41
          version: Unknown Processor
          slot: CPU 61
     *-cpu:62 DISABLED
          description: CPU [empty]
          physical id: 42
          version: Unknown Processor
          slot: CPU 62
     *-cpu:63 DISABLED
          description: CPU [empty]
          physical id: 43
          version: Unknown Processor
          slot: CPU 63
     *-cpu:64 DISABLED
          description: CPU [empty]
          physical id: 44
          version: Unknown Processor
          slot: CPU 64
     *-cpu:65 DISABLED
          description: CPU [empty]
          physical id: 45
          version: Unknown Processor
          slot: CPU 65
     *-cpu:66 DISABLED
          description: CPU [empty]
          physical id: 46
          version: Unknown Processor
          slot: CPU 66
     *-cpu:67 DISABLED
          description: CPU [empty]
          physical id: 47
          version: Unknown Processor
          slot: CPU 67
     *-cpu:68 DISABLED
          description: CPU [empty]
          physical id: 48
          version: Unknown Processor
          slot: CPU 68
     *-cpu:69 DISABLED
          description: CPU [empty]
          physical id: 49
          version: Unknown Processor
          slot: CPU 69
     *-cpu:70 DISABLED
          description: CPU [empty]
          physical id: 4a
          version: Unknown Processor
          slot: CPU 70
     *-cpu:71 DISABLED
          description: CPU [empty]
          physical id: 4b
          version: Unknown Processor
          slot: CPU 71
     *-cpu:72 DISABLED
          description: CPU [empty]
          physical id: 4c
          version: Unknown Processor
          slot: CPU 72
     *-cpu:73 DISABLED
          description: CPU [empty]
          physical id: 4d
          version: Unknown Processor
          slot: CPU 73
     *-cpu:74 DISABLED
          description: CPU [empty]
          physical id: 4e
          version: Unknown Processor
          slot: CPU 74
     *-cpu:75 DISABLED
          description: CPU [empty]
          physical id: 4f
          version: Unknown Processor
          slot: CPU 75
     *-cpu:76 DISABLED
          description: CPU [empty]
          physical id: 50
          version: Unknown Processor
          slot: CPU 76
     *-cpu:77 DISABLED
          description: CPU [empty]
          physical id: 51
          version: Unknown Processor
          slot: CPU 77
     *-cpu:78 DISABLED
          description: CPU [empty]
          physical id: 52
          version: Unknown Processor
          slot: CPU 78
     *-cpu:79 DISABLED
          description: CPU [empty]
          physical id: 53
          version: Unknown Processor
          slot: CPU 79
     *-cpu:80 DISABLED
          description: CPU [empty]
          physical id: 54
          version: Unknown Processor
          slot: CPU 80
     *-cpu:81 DISABLED
          description: CPU [empty]
          physical id: 55
          version: Unknown Processor
          slot: CPU 81
     *-cpu:82 DISABLED
          description: CPU [empty]
          physical id: 56
          version: Unknown Processor
          slot: CPU 82
     *-cpu:83 DISABLED
          description: CPU [empty]
          physical id: 57
          version: Unknown Processor
          slot: CPU 83
     *-cpu:84 DISABLED
          description: CPU [empty]
          physical id: 58
          version: Unknown Processor
          slot: CPU 84
     *-cpu:85 DISABLED
          description: CPU [empty]
          physical id: 59
          version: Unknown Processor
          slot: CPU 85
     *-cpu:86 DISABLED
          description: CPU [empty]
          physical id: 5a
          version: Unknown Processor
          slot: CPU 86
     *-cpu:87 DISABLED
          description: CPU [empty]
          physical id: 5b
          version: Unknown Processor
          slot: CPU 87
     *-cpu:88 DISABLED
          description: CPU [empty]
          physical id: 5c
          version: Unknown Processor
          slot: CPU 88
     *-cpu:89 DISABLED
          description: CPU [empty]
          physical id: 5d
          version: Unknown Processor
          slot: CPU 89
     *-cpu:90 DISABLED
          description: CPU [empty]
          physical id: 5e
          version: Unknown Processor
          slot: CPU 90
     *-cpu:91 DISABLED
          description: CPU [empty]
          physical id: 5f
          version: Unknown Processor
          slot: CPU 91
     *-cpu:92 DISABLED
          description: CPU [empty]
          physical id: 60
          version: Unknown Processor
          slot: CPU 92
     *-cpu:93 DISABLED
          description: CPU [empty]
          physical id: 61
          version: Unknown Processor
          slot: CPU 93
     *-cpu:94 DISABLED
          description: CPU [empty]
          physical id: 62
          version: Unknown Processor
          slot: CPU 94
     *-cpu:95 DISABLED
          description: CPU [empty]
          physical id: 63
          version: Unknown Processor
          slot: CPU 95
     *-cpu:96 DISABLED
          description: CPU [empty]
          physical id: 64
          version: Unknown Processor
          slot: CPU 96
     *-cpu:97 DISABLED
          description: CPU [empty]
          physical id: 65
          version: Unknown Processor
          slot: CPU 97
     *-cpu:98 DISABLED
          description: CPU [empty]
          physical id: 66
          version: Unknown Processor
          slot: CPU 98
     *-cpu:99 DISABLED
          description: CPU [empty]
          physical id: 67
          version: Unknown Processor
          slot: CPU 99
     *-cpu:100 DISABLED
          description: CPU [empty]
          physical id: 68
          version: Unknown Processor
          slot: CPU 100
     *-cpu:101 DISABLED
          description: CPU [empty]
          physical id: 69
          version: Unknown Processor
          slot: CPU 101
     *-cpu:102 DISABLED
          description: CPU [empty]
          physical id: 6a
          version: Unknown Processor
          slot: CPU 102
     *-cpu:103 DISABLED
          description: CPU [empty]
          physical id: 6b
          version: Unknown Processor
          slot: CPU 103
     *-cpu:104 DISABLED
          description: CPU [empty]
          physical id: 6c
          version: Unknown Processor
          slot: CPU 104
     *-cpu:105 DISABLED
          description: CPU [empty]
          physical id: 6d
          version: Unknown Processor
          slot: CPU 105
     *-cpu:106 DISABLED
          description: CPU [empty]
          physical id: 6e
          version: Unknown Processor
          slot: CPU 106
     *-cpu:107 DISABLED
          description: CPU [empty]
          physical id: 6f
          version: Unknown Processor
          slot: CPU 107
     *-cpu:108 DISABLED
          description: CPU [empty]
          physical id: 70
          version: Unknown Processor
          slot: CPU 108
     *-cpu:109 DISABLED
          description: CPU [empty]
          physical id: 71
          version: Unknown Processor
          slot: CPU 109
     *-cpu:110 DISABLED
          description: CPU [empty]
          physical id: 72
          version: Unknown Processor
          slot: CPU 110
     *-cpu:111 DISABLED
          description: CPU [empty]
          physical id: 73
          version: Unknown Processor
          slot: CPU 111
     *-cpu:112 DISABLED
          description: CPU [empty]
          physical id: 74
          version: Unknown Processor
          slot: CPU 112
     *-cpu:113 DISABLED
          description: CPU [empty]
          physical id: 75
          version: Unknown Processor
          slot: CPU 113
     *-cpu:114 DISABLED
          description: CPU [empty]
          physical id: 76
          version: Unknown Processor
          slot: CPU 114
     *-cpu:115 DISABLED
          description: CPU [empty]
          physical id: 77
          version: Unknown Processor
          slot: CPU 115
     *-cpu:116 DISABLED
          description: CPU [empty]
          physical id: 78
          version: Unknown Processor
          slot: CPU 116
     *-cpu:117 DISABLED
          description: CPU [empty]
          physical id: 79
          version: Unknown Processor
          slot: CPU 117
     *-cpu:118 DISABLED
          description: CPU [empty]
          physical id: 7a
          version: Unknown Processor
          slot: CPU 118
     *-cpu:119 DISABLED
          description: CPU [empty]
          physical id: 7b
          version: Unknown Processor
          slot: CPU 119
     *-cpu:120 DISABLED
          description: CPU [empty]
          physical id: 7c
          version: Unknown Processor
          slot: CPU 120
     *-cpu:121 DISABLED
          description: CPU [empty]
          physical id: 7d
          version: Unknown Processor
          slot: CPU 121
     *-cpu:122 DISABLED
          description: CPU [empty]
          physical id: 7e
          version: Unknown Processor
          slot: CPU 122
     *-cpu:123 DISABLED
          description: CPU [empty]
          physical id: 7f
          version: Unknown Processor
          slot: CPU 123
     *-cpu:124 DISABLED
          description: CPU [empty]
          physical id: 80
          version: Unknown Processor
          slot: CPU 124
     *-cpu:125 DISABLED
          description: CPU [empty]
          physical id: 81
          version: Unknown Processor
          slot: CPU 125
     *-cpu:126 DISABLED
          description: CPU [empty]
          physical id: 82
          version: Unknown Processor
          slot: CPU 126
     *-cpu:127 DISABLED
          description: CPU [empty]
          physical id: 83
          version: Unknown Processor
          slot: CPU 127
     *-memory
          description: System Memory
          physical id: 90
          slot: System board or motherboard
          size: 8GiB
        *-bank:0
             description: DIMM DRAM Synchronous
             product: VMW-8192MB
             vendor: VMware Virtual RAM
             physical id: 0
             serial: 00000001
             slot: RAM slot #0
             size: 8GiB
             width: 64 bits
        *-bank:1
             description: DIMM [empty]
             physical id: 1
             slot: RAM slot #1
        *-bank:2
             description: DIMM [empty]
             physical id: 2
             slot: RAM slot #2
        *-bank:3
             description: DIMM [empty]
             physical id: 3
             slot: RAM slot #3
        *-bank:4
             description: DIMM [empty]
             physical id: 4
             slot: RAM slot #4
        *-bank:5
             description: DIMM [empty]
             physical id: 5
             slot: RAM slot #5
        *-bank:6
             description: DIMM [empty]
             physical id: 6
             slot: RAM slot #6
        *-bank:7
             description: DIMM [empty]
             physical id: 7
             slot: RAM slot #7
        *-bank:8
             description: DIMM [empty]
             physical id: 8
             slot: RAM slot #8
        *-bank:9
             description: DIMM [empty]
             physical id: 9
             slot: RAM slot #9
        *-bank:10
             description: DIMM [empty]
             physical id: a
             slot: RAM slot #10
        *-bank:11
             description: DIMM [empty]
             physical id: b
             slot: RAM slot #11
        *-bank:12
             description: DIMM [empty]
             physical id: c
             slot: RAM slot #12
        *-bank:13
             description: DIMM [empty]
             physical id: d
             slot: RAM slot #13
        *-bank:14
             description: DIMM [empty]
             physical id: e
             slot: RAM slot #14
        *-bank:15
             description: DIMM [empty]
             physical id: f
             slot: RAM slot #15
        *-bank:16
             description: DIMM [empty]
             physical id: 10
             slot: RAM slot #16
        *-bank:17
             description: DIMM [empty]
             physical id: 11
             slot: RAM slot #17
        *-bank:18
             description: DIMM [empty]
             physical id: 12
             slot: RAM slot #18
        *-bank:19
             description: DIMM [empty]
             physical id: 13
             slot: RAM slot #19
        *-bank:20
             description: DIMM [empty]
             physical id: 14
             slot: RAM slot #20
        *-bank:21
             description: DIMM [empty]
             physical id: 15
             slot: RAM slot #21
        *-bank:22
             description: DIMM [empty]
             physical id: 16
             slot: RAM slot #22
        *-bank:23
             description: DIMM [empty]
             physical id: 17
             slot: RAM slot #23
        *-bank:24
             description: DIMM [empty]
             physical id: 18
             slot: RAM slot #24
        *-bank:25
             description: DIMM [empty]
             physical id: 19
             slot: RAM slot #25
        *-bank:26
             description: DIMM [empty]
             physical id: 1a
             slot: RAM slot #26
        *-bank:27
             description: DIMM [empty]
             physical id: 1b
             slot: RAM slot #27
        *-bank:28
             description: DIMM [empty]
             physical id: 1c
             slot: RAM slot #28
        *-bank:29
             description: DIMM [empty]
             physical id: 1d
             slot: RAM slot #29
        *-bank:30
             description: DIMM [empty]
             physical id: 1e
             slot: RAM slot #30
        *-bank:31
             description: DIMM [empty]
             physical id: 1f
             slot: RAM slot #31
        *-bank:32
             description: DIMM [empty]
             physical id: 20
             slot: RAM slot #32
        *-bank:33
             description: DIMM [empty]
             physical id: 21
             slot: RAM slot #33
        *-bank:34
             description: DIMM [empty]
             physical id: 22
             slot: RAM slot #34
        *-bank:35
             description: DIMM [empty]
             physical id: 23
             slot: RAM slot #35
        *-bank:36
             description: DIMM [empty]
             physical id: 24
             slot: RAM slot #36
        *-bank:37
             description: DIMM [empty]
             physical id: 25
             slot: RAM slot #37
        *-bank:38
             description: DIMM [empty]
             physical id: 26
             slot: RAM slot #38
        *-bank:39
             description: DIMM [empty]
             physical id: 27
             slot: RAM slot #39
        *-bank:40
             description: DIMM [empty]
             physical id: 28
             slot: RAM slot #40
        *-bank:41
             description: DIMM [empty]
             physical id: 29
             slot: RAM slot #41
        *-bank:42
             description: DIMM [empty]
             physical id: 2a
             slot: RAM slot #42
        *-bank:43
             description: DIMM [empty]
             physical id: 2b
             slot: RAM slot #43
        *-bank:44
             description: DIMM [empty]
             physical id: 2c
             slot: RAM slot #44
        *-bank:45
             description: DIMM [empty]
             physical id: 2d
             slot: RAM slot #45
        *-bank:46
             description: DIMM [empty]
             physical id: 2e
             slot: RAM slot #46
        *-bank:47
             description: DIMM [empty]
             physical id: 2f
             slot: RAM slot #47
        *-bank:48
             description: DIMM [empty]
             physical id: 30
             slot: RAM slot #48
        *-bank:49
             description: DIMM [empty]
             physical id: 31
             slot: RAM slot #49
        *-bank:50
             description: DIMM [empty]
             physical id: 32
             slot: RAM slot #50
        *-bank:51
             description: DIMM [empty]
             physical id: 33
             slot: RAM slot #51
        *-bank:52
             description: DIMM [empty]
             physical id: 34
             slot: RAM slot #52
        *-bank:53
             description: DIMM [empty]
             physical id: 35
             slot: RAM slot #53
        *-bank:54
             description: DIMM [empty]
             physical id: 36
             slot: RAM slot #54
        *-bank:55
             description: DIMM [empty]
             physical id: 37
             slot: RAM slot #55
        *-bank:56
             description: DIMM [empty]
             physical id: 38
             slot: RAM slot #56
        *-bank:57
             description: DIMM [empty]
             physical id: 39
             slot: RAM slot #57
        *-bank:58
             description: DIMM [empty]
             physical id: 3a
             slot: RAM slot #58
        *-bank:59
             description: DIMM [empty]
             physical id: 3b
             slot: RAM slot #59
        *-bank:60
             description: DIMM [empty]
             physical id: 3c
             slot: RAM slot #60
        *-bank:61
             description: DIMM [empty]
             physical id: 3d
             slot: RAM slot #61
        *-bank:62
             description: DIMM [empty]
             physical id: 3e
             slot: RAM slot #62
        *-bank:63
             description: DIMM [empty]
             physical id: 3f
             slot: RAM slot #63
        *-bank:64
             description: DIMM [empty]
             physical id: 40
             slot: NVD slot #0
        *-bank:65
             description: DIMM [empty]
             physical id: 41
             slot: NVD slot #1
        *-bank:66
             description: DIMM [empty]
             physical id: 42
             slot: NVD slot #2
        *-bank:67
             description: DIMM [empty]
             physical id: 43
             slot: NVD slot #3
        *-bank:68
             description: DIMM [empty]
             physical id: 44
             slot: NVD slot #4
        *-bank:69
             description: DIMM [empty]
             physical id: 45
             slot: NVD slot #5
        *-bank:70
             description: DIMM [empty]
             physical id: 46
             slot: NVD slot #6
        *-bank:71
             description: DIMM [empty]
             physical id: 47
             slot: NVD slot #7
        *-bank:72
             description: DIMM [empty]
             physical id: 48
             slot: NVD slot #8
        *-bank:73
             description: DIMM [empty]
             physical id: 49
             slot: NVD slot #9
        *-bank:74
             description: DIMM [empty]
             physical id: 4a
             slot: NVD slot #10
        *-bank:75
             description: DIMM [empty]
             physical id: 4b
             slot: NVD slot #11
        *-bank:76
             description: DIMM [empty]
             physical id: 4c
             slot: NVD slot #12
        *-bank:77
             description: DIMM [empty]
             physical id: 4d
             slot: NVD slot #13
        *-bank:78
             description: DIMM [empty]
             physical id: 4e
             slot: NVD slot #14
        *-bank:79
             description: DIMM [empty]
             physical id: 4f
             slot: NVD slot #15
        *-bank:80
             description: DIMM [empty]
             physical id: 50
             slot: NVD slot #16
        *-bank:81
             description: DIMM [empty]
             physical id: 51
             slot: NVD slot #17
        *-bank:82
             description: DIMM [empty]
             physical id: 52
             slot: NVD slot #18
        *-bank:83
             description: DIMM [empty]
             physical id: 53
             slot: NVD slot #19
        *-bank:84
             description: DIMM [empty]
             physical id: 54
             slot: NVD slot #20
        *-bank:85
             description: DIMM [empty]
             physical id: 55
             slot: NVD slot #21
        *-bank:86
             description: DIMM [empty]
             physical id: 56
             slot: NVD slot #22
        *-bank:87
             description: DIMM [empty]
             physical id: 57
             slot: NVD slot #23
        *-bank:88
             description: DIMM [empty]
             physical id: 58
             slot: NVD slot #24
        *-bank:89
             description: DIMM [empty]
             physical id: 59
             slot: NVD slot #25
        *-bank:90
             description: DIMM [empty]
             physical id: 5a
             slot: NVD slot #26
        *-bank:91
             description: DIMM [empty]
             physical id: 5b
             slot: NVD slot #27
        *-bank:92
             description: DIMM [empty]
             physical id: 5c
             slot: NVD slot #28
        *-bank:93
             description: DIMM [empty]
             physical id: 5d
             slot: NVD slot #29
        *-bank:94
             description: DIMM [empty]
             physical id: 5e
             slot: NVD slot #30
        *-bank:95
             description: DIMM [empty]
             physical id: 5f
             slot: NVD slot #31
        *-bank:96
             description: DIMM [empty]
             physical id: 60
             slot: NVD slot #32
        *-bank:97
             description: DIMM [empty]
             physical id: 61
             slot: NVD slot #33
        *-bank:98
             description: DIMM [empty]
             physical id: 62
             slot: NVD slot #34
        *-bank:99
             description: DIMM [empty]
             physical id: 63
             slot: NVD slot #35
        *-bank:100
             description: DIMM [empty]
             physical id: 64
             slot: NVD slot #36
        *-bank:101
             description: DIMM [empty]
             physical id: 65
             slot: NVD slot #37
        *-bank:102
             description: DIMM [empty]
             physical id: 66
             slot: NVD slot #38
        *-bank:103
             description: DIMM [empty]
             physical id: 67
             slot: NVD slot #39
        *-bank:104
             description: DIMM [empty]
             physical id: 68
             slot: NVD slot #40
        *-bank:105
             description: DIMM [empty]
             physical id: 69
             slot: NVD slot #41
        *-bank:106
             description: DIMM [empty]
             physical id: 6a
             slot: NVD slot #42
        *-bank:107
             description: DIMM [empty]
             physical id: 6b
             slot: NVD slot #43
        *-bank:108
             description: DIMM [empty]
             physical id: 6c
             slot: NVD slot #44
        *-bank:109
             description: DIMM [empty]
             physical id: 6d
             slot: NVD slot #45
        *-bank:110
             description: DIMM [empty]
             physical id: 6e
             slot: NVD slot #46
        *-bank:111
             description: DIMM [empty]
             physical id: 6f
             slot: NVD slot #47
        *-bank:112
             description: DIMM [empty]
             physical id: 70
             slot: NVD slot #48
        *-bank:113
             description: DIMM [empty]
             physical id: 71
             slot: NVD slot #49
        *-bank:114
             description: DIMM [empty]
             physical id: 72
             slot: NVD slot #50
        *-bank:115
             description: DIMM [empty]
             physical id: 73
             slot: NVD slot #51
        *-bank:116
             description: DIMM [empty]
             physical id: 74
             slot: NVD slot #52
        *-bank:117
             description: DIMM [empty]
             physical id: 75
             slot: NVD slot #53
        *-bank:118
             description: DIMM [empty]
             physical id: 76
             slot: NVD slot #54
        *-bank:119
             description: DIMM [empty]
             physical id: 77
             slot: NVD slot #55
        *-bank:120
             description: DIMM [empty]
             physical id: 78
             slot: NVD slot #56
        *-bank:121
             description: DIMM [empty]
             physical id: 79
             slot: NVD slot #57
        *-bank:122
             description: DIMM [empty]
             physical id: 7a
             slot: NVD slot #58
        *-bank:123
             description: DIMM [empty]
             physical id: 7b
             slot: NVD slot #59
        *-bank:124
             description: DIMM [empty]
             physical id: 7c
             slot: NVD slot #60
        *-bank:125
             description: DIMM [empty]
             physical id: 7d
             slot: NVD slot #61
        *-bank:126
             description: DIMM [empty]
             physical id: 7e
             slot: NVD slot #62
        *-bank:127
             description: DIMM [empty]
             physical id: 7f
             slot: NVD slot #63
     *-pci
          description: Host bridge
          product: 440BX/ZX/DX - 82443BX/ZX/DX Host bridge
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 01
          width: 32 bits
          clock: 33MHz
          configuration: driver=agpgart-intel
          resources: irq:0
        *-pci:0
             description: PCI bridge
             product: 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge
             vendor: Intel Corporation
             physical id: 1
             bus info: pci@0000:00:01.0
             version: 01
             width: 32 bits
             clock: 66MHz
             capabilities: pci normal_decode bus_master
        *-isa
             description: ISA bridge
             product: 82371AB/EB/MB PIIX4 ISA
             vendor: Intel Corporation
             physical id: 7
             bus info: pci@0000:00:07.0
             version: 08
             width: 32 bits
             clock: 33MHz
             capabilities: isa bus_master
             configuration: latency=0
        *-ide
             description: IDE interface
             product: 82371AB/EB/MB PIIX4 IDE
             vendor: Intel Corporation
             physical id: 7.1
             bus info: pci@0000:00:07.1
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: ide isa_compat_mode pci_native_mode bus_master
             configuration: driver=ata_piix latency=64
             resources: irq:0 ioport:1f0(size=8) ioport:3f6 ioport:170(size=8) ioport:376 ioport:2150(size=16)
        *-bridge UNCLAIMED
             description: Bridge
             product: 82371AB/EB/MB PIIX4 ACPI
             vendor: Intel Corporation
             physical id: 7.3
             bus info: pci@0000:00:07.3
             version: 08
             width: 32 bits
             clock: 33MHz
             capabilities: bridge
             configuration: latency=0
        *-generic
             description: System peripheral
             product: Virtual Machine Communication Interface
             vendor: VMware
             physical id: 7.7
             bus info: pci@0000:00:07.7
             version: 10
             width: 64 bits
             clock: 33MHz
             capabilities: msi msix bus_master cap_list
             configuration: driver=vmw_vmci latency=64 maxlatency=255 mingnt=6
             resources: irq:16 ioport:2100(size=64) memory:ffbe0000-ffbe1fff
        *-display
             description: VGA compatible controller
             product: SVGA II Adapter
             vendor: VMware
             physical id: f
             bus info: pci@0000:00:0f.0
             version: 00
             width: 32 bits
             clock: 33MHz
             capabilities: vga_controller bus_master cap_list rom
             configuration: driver=vmwgfx latency=64
             resources: irq:16 ioport:2140(size=16) memory:f0000000-f7ffffff memory:fb800000-fbffffff memory:c0000-dffff
        *-scsi
             description: SCSI storage controller
             product: 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI
             vendor: Broadcom / LSI
             physical id: 10
             bus info: pci@0000:00:10.0
             version: 01
             width: 64 bits
             clock: 33MHz
             capabilities: scsi bus_master cap_list rom
             configuration: driver=mptspi latency=64 maxlatency=255 mingnt=6
             resources: irq:17 ioport:2000(size=256) memory:ffbc0000-ffbdffff memory:ffba0000-ffbbffff memory:fef08000-fef0bfff
        *-pci:1
             description: PCI bridge
             product: PCI bridge
             vendor: VMware
             physical id: 11
             bus info: pci@0000:00:11.0
             version: 02
             width: 32 bits
             clock: 33MHz
             capabilities: pci subtractive_decode bus_master cap_list
             resources: ioport:1000(size=4096) memory:fc000000-fc9fffff ioport:f8000000(size=5242880)
           *-usb:0
                description: USB controller
                product: USB1.1 UHCI Controller
                vendor: VMware
                physical id: 0
                bus info: pci@0000:02:00.0
                version: 00
                width: 32 bits
                clock: 33MHz
                capabilities: uhci bus_master cap_list
                configuration: driver=uhci_hcd latency=64
                resources: irq:18 ioport:1080(size=32)
              *-usbhost
                   product: UHCI Host Controller
                   vendor: Linux 5.6.5 uhci_hcd
                   physical id: 1
                   bus info: usb@2
                   logical name: usb2
                   version: 5.06
                   capabilities: usb-1.10
                   configuration: driver=hub slots=2 speed=12Mbit/s
                 *-usb:0
                      description: Mouse
                      product: VMware Virtual USB Mouse
                      vendor: VMware
                      physical id: 1
                      bus info: usb@2:1
                      version: 1.03
                      capabilities: usb-1.10
                      configuration: driver=usbhid speed=12Mbit/s
                 *-usb:1
                      description: USB hub
                      product: VMware Virtual USB Hub
                      vendor: VMware, Inc.
                      physical id: 2
                      bus info: usb@2:2
                      version: 1.00
                      capabilities: usb-1.10
                      configuration: driver=hub slots=7 speed=12Mbit/s
           *-network
                description: Ethernet interface
                product: 82545EM Gigabit Ethernet Controller (Copper)
                vendor: Intel Corporation
                physical id: 1
                bus info: pci@0000:02:01.0
                logical name: ens33
                version: 01
                serial: XXXXXXXXXXXX
                size: 1Gbit/s
                capacity: 1Gbit/s
                width: 64 bits
                clock: 66MHz
                capabilities: pm pcix bus_master cap_list rom ethernet physical logical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
                configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=192.168.118.128 latency=0 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
                resources: irq:19 memory:fc000000-fc01ffff memory:fc020000-fc02ffff ioport:1040(size=64) memory:fc030000-fc03ffff
           *-multimedia
                description: Multimedia audio controller
                product: ES1371/ES1373 / Creative Labs CT2518
                vendor: Ensoniq
                physical id: 2
                bus info: pci@0000:02:02.0
                version: 02
                width: 32 bits
                clock: 33MHz
                capabilities: bus_master cap_list
                configuration: driver=snd_ens1371 latency=64 maxlatency=255 mingnt=6
                resources: irq:16 ioport:1000(size=64)
           *-usb:1
                description: USB controller
                product: USB2 EHCI Controller
                vendor: VMware
                physical id: 3
                bus info: pci@0000:02:03.0
                version: 00
                width: 32 bits
                clock: 33MHz
                capabilities: ehci bus_master cap_list
                configuration: driver=ehci-pci latency=64 maxlatency=255 mingnt=6
                resources: irq:17 memory:fc051000-fc051fff
              *-usbhost
                   product: EHCI Host Controller
                   vendor: Linux 5.6.5 ehci_hcd
                   physical id: 1
                   bus info: usb@1
                   logical name: usb1
                   version: 5.06
                   capabilities: usb-2.00
                   configuration: driver=hub slots=6 speed=480Mbit/s
                 *-usb
                      description: Video
                      product: VMware Virtual USB Video Device
                      vendor: VMware, Inc.
                      physical id: 1
                      bus info: usb@1:1
                      version: 1.00
                      capabilities: usb-2.00
                      configuration: driver=uvcvideo speed=480Mbit/s
           *-sata
                description: SATA controller
                product: SATA AHCI controller
                vendor: VMware
                physical id: 5
                bus info: pci@0000:02:05.0
                version: 00
                width: 32 bits
                clock: 66MHz
                capabilities: sata pm msi ahci_1.0 bus_master cap_list rom
                configuration: driver=ahci latency=64
                resources: irq:56 memory:fc050000-fc050fff memory:fc040000-fc04ffff
        *-pci:2
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 15
             bus info: pci@0000:00:15.0
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:24 memory:fea00000-feafffff ioport:fa400000(size=1048576)
        *-pci:3
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 15.1
             bus info: pci@0000:00:15.1
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:25 memory:fe900000-fe9fffff ioport:fa300000(size=1048576)
        *-pci:4
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 15.2
             bus info: pci@0000:00:15.2
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:26 memory:fe800000-fe8fffff ioport:fa200000(size=1048576)
        *-pci:5
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 15.3
             bus info: pci@0000:00:15.3
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:27 memory:fe700000-fe7fffff ioport:fa100000(size=1048576)
        *-pci:6
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 15.4
             bus info: pci@0000:00:15.4
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:28 memory:fe600000-fe6fffff ioport:fa000000(size=1048576)
        *-pci:7
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 15.5
             bus info: pci@0000:00:15.5
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:29 memory:fe500000-fe5fffff ioport:f9f00000(size=1048576)
        *-pci:8
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 15.6
             bus info: pci@0000:00:15.6
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:30 memory:fe400000-fe4fffff ioport:f9e00000(size=1048576)
        *-pci:9
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 15.7
             bus info: pci@0000:00:15.7
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:31 memory:fe300000-fe3fffff ioport:f9d00000(size=1048576)
        *-pci:10
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 16
             bus info: pci@0000:00:16.0
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:32 memory:fe200000-fe2fffff ioport:f9c00000(size=1048576)
        *-pci:11
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 16.1
             bus info: pci@0000:00:16.1
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:33 memory:fe100000-fe1fffff ioport:f9b00000(size=1048576)
        *-pci:12
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 16.2
             bus info: pci@0000:00:16.2
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:34 memory:fe000000-fe0fffff ioport:f9a00000(size=1048576)
        *-pci:13
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 16.3
             bus info: pci@0000:00:16.3
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:35 memory:fdf00000-fdffffff ioport:f9900000(size=1048576)
        *-pci:14
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 16.4
             bus info: pci@0000:00:16.4
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:36 memory:fde00000-fdefffff ioport:f9800000(size=1048576)
        *-pci:15
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 16.5
             bus info: pci@0000:00:16.5
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:37 memory:fdd00000-fddfffff ioport:f9700000(size=1048576)
        *-pci:16
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 16.6
             bus info: pci@0000:00:16.6
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:38 memory:fdc00000-fdcfffff ioport:f9600000(size=1048576)
        *-pci:17
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 16.7
             bus info: pci@0000:00:16.7
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:39 memory:fdb00000-fdbfffff ioport:f9500000(size=1048576)
        *-pci:18
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 17
             bus info: pci@0000:00:17.0
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:40 memory:fda00000-fdafffff ioport:f9400000(size=1048576)
        *-pci:19
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 17.1
             bus info: pci@0000:00:17.1
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:41 memory:fd900000-fd9fffff ioport:f9300000(size=1048576)
        *-pci:20
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 17.2
             bus info: pci@0000:00:17.2
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:42 memory:fd800000-fd8fffff ioport:f9200000(size=1048576)
        *-pci:21
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 17.3
             bus info: pci@0000:00:17.3
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:43 memory:fd700000-fd7fffff ioport:f9100000(size=1048576)
        *-pci:22
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 17.4
             bus info: pci@0000:00:17.4
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:44 ioport:f000(size=4096) memory:fd600000-fd6fffff ioport:f9000000(size=1048576)
        *-pci:23
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 17.5
             bus info: pci@0000:00:17.5
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:45 ioport:e000(size=4096) memory:fd500000-fd5fffff ioport:f8f00000(size=1048576)
        *-pci:24
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 17.6
             bus info: pci@0000:00:17.6
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:46 ioport:d000(size=4096) memory:fd400000-fd4fffff ioport:f8e00000(size=1048576)
        *-pci:25
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 17.7
             bus info: pci@0000:00:17.7
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:47 ioport:c000(size=4096) memory:fd300000-fd3fffff ioport:f8d00000(size=1048576)
        *-pci:26
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 18
             bus info: pci@0000:00:18.0
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:48 ioport:b000(size=4096) memory:fd200000-fd2fffff ioport:f8c00000(size=1048576)
        *-pci:27
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 18.1
             bus info: pci@0000:00:18.1
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:49 ioport:a000(size=4096) memory:fd100000-fd1fffff ioport:f8b00000(size=1048576)
        *-pci:28
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 18.2
             bus info: pci@0000:00:18.2
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:50 ioport:9000(size=4096) memory:fd000000-fd0fffff ioport:f8a00000(size=1048576)
        *-pci:29
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 18.3
             bus info: pci@0000:00:18.3
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:51 ioport:8000(size=4096) memory:fcf00000-fcffffff ioport:f8900000(size=1048576)
        *-pci:30
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 18.4
             bus info: pci@0000:00:18.4
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:52 ioport:7000(size=4096) memory:fce00000-fcefffff ioport:f8800000(size=1048576)
        *-pci:31
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 18.5
             bus info: pci@0000:00:18.5
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:53 ioport:6000(size=4096) memory:fcd00000-fcdfffff ioport:f8700000(size=1048576)
        *-pci:32
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 18.6
             bus info: pci@0000:00:18.6
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:54 ioport:4000(size=4096) memory:fcc00000-fccfffff ioport:f8600000(size=1048576)
        *-pci:33
             description: PCI bridge
             product: PCI Express Root Port
             vendor: VMware
             physical id: 18.7
             bus info: pci@0000:00:18.7
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm pciexpress msi normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:55 ioport:3000(size=4096) memory:fcb00000-fcbfffff ioport:f8500000(size=1048576)
     *-pnp00:00
          product: Motherboard registers
          physical id: 1
          capabilities: pnp
          configuration: driver=system
     *-pnp00:01
          product: AT Real-Time Clock
          physical id: 2
          capabilities: pnp
          configuration: driver=rtc_cmos
     *-pnp00:02
          product: IBM Enhanced keyboard controller (101/2-key)
          physical id: 3
          capabilities: pnp
          configuration: driver=i8042 kbd
     *-pnp00:03
          product: PnP device VMW0003
          physical id: 84
          capabilities: pnp
          configuration: driver=i8042 aux
     *-pnp00:04
          product: PnP device PNP0103
          physical id: 85
          capabilities: pnp
          configuration: driver=system
     *-pnp00:05
          product: 16550A-compatible COM port
          physical id: 86
          capabilities: pnp
          configuration: driver=serial
     *-pnp00:06
          product: Motherboard registers
          physical id: 87
          capabilities: pnp
          configuration: driver=system
  *-remoteaccess UNCLAIMED
       vendor: Intel
       physical id: 1
       capabilities: inbound
  *-scsi
       physical id: 2
       bus info: scsi@32
       logical name: scsi32
       capabilities: scsi-host
       configuration: driver=mptspi

sdb is the additional SCSI hdisk:

NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda      8:0    0    8G  0 disk 
|-sda1   8:1    0  550M  0 part /boot/efi
|-sda2   8:2    0    1M  0 part 
|-sda3   8:3    0  250M  0 part /boot
`-sda4   8:4    0  7.2G  0 part /
sdb      8:16   0    1G  0 disk 
`-sdb1   8:17   0 1023M  0 part /tst
knweiss commented 4 years ago

@stapelberg By adding a 2nd virtual serial port I was finally able to capture the full output of the (unsuccessful) virtual SCSI hdisk boot into a file (with loglevel=7!):

[    0.000000] Linux version 5.6.5 (root@distri0) (gcc version 9.3.0 (GCC)) #1 SMP PREEMPT Mon May 11 07:59:17 UTC 2020
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-5.6.5-15 root=UUID=0f1e4c3f-1205-4ee7-95c3-9cf853882d5b ro console=ttyS1,115200 console=tty1 init=/init systemd.setenv=PATH=/bin rw loglevel=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] Disabled fast string operations
[    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-0x0000000000000fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000c0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000ea2efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000ea2f000-0x000000000ea4bfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000000ea4c000-0x000000000ef24fff] usable
[    0.000000] BIOS-e820: [mem 0x000000000ef25000-0x000000000ef2dfff] type 20
[    0.000000] BIOS-e820: [mem 0x000000000ef2e000-0x000000000ef3cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000ef3d000-0x000000000ef42fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000000ef43000-0x000000000ef47fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000ef48000-0x000000000ef60fff] usable
[    0.000000] BIOS-e820: [mem 0x000000000ef61000-0x000000000ef65fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000000ef66000-0x000000000fee6fff] usable
[    0.000000] BIOS-e820: [mem 0x000000000fee7000-0x000000000ff06fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000000ff07000-0x000000000ff56fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000ff57000-0x000000000ff75fff] usable
[    0.000000] BIOS-e820: [mem 0x000000000ff76000-0x000000000ff76fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000ff77000-0x00000000bfffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffc29fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by VMware, Inc.
[    0.000000] efi:  SMBIOS=0xef43000  ACPI 2.0=0xea2f000  MEMATTR=0xf412698 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: VMware, Inc. VMware7,1/440BX Desktop Reference Platform, BIOS VMW71.00V.16221537.B64.2005150253 05/15/2020
[    0.000000] vmware: hypercall mode: 0x00
[    0.000000] Hypervisor detected: VMware
[    0.000000] vmware: TSC freq read from hypervisor : 2303.792 MHz
[    0.000000] vmware: Host bus clock speed read from hypervisor : 66000000 Hz
[    0.000000] vmware: using sched offset of 39873013224 ns
[    0.000001] tsc: Detected 2303.792 MHz processor
[    0.004945] last_pfn = 0x240000 max_arch_pfn = 0x400000000
[    0.004987] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.004996] total RAM covered: 261120M
[    0.005346] Found optimal setting for mtrr clean up
[    0.005347]  gran_size: 64K  chunk_size: 64K     num_reg: 8      lose cover RAM: 0G
[    0.005385] last_pfn = 0xc0000 max_arch_pfn = 0x400000000
[    0.016948] check: Scanning 1 areas for low memory corruption
[    0.016977] Using GB pages for direct mapping
[    0.017413] Secure boot could not be determined
[    0.017414] RAMDISK: [mem 0x34f41000-0x36797fff]
[    0.017435] ACPI: Early table checksum verification disabled
[    0.017438] ACPI: RSDP 0x000000000EA2F000 000024 (v02 VMWARE)
[    0.017440] ACPI: XSDT 0x000000000EA2F064 00005C (v01 INTEL  440BX    06040000 VMW  01324272)
[    0.017445] ACPI: SRAT 0x000000000EA2F0C0 0008D0 (v03 VMWARE EFISRAT  06040001 VMW  000007CE)
[    0.017448] ACPI: FACP 0x000000000EA4ABF8 0000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
[    0.017452] ACPI: DSDT 0x000000000EA2F990 01B268 (v01 PTLTD  Custom   00000000 INTL 20130823)
[    0.017454] ACPI: FACS 0x000000000FF76000 000040
[    0.017456] ACPI: FACS 0x000000000FF76000 000040
[    0.017459] ACPI: APIC 0x000000000EA4B000 000742 (v03 VMWARE EFIAPIC  06040001 VMW  000007CE)
[    0.017461] ACPI: MCFG 0x000000000EA4B742 00003C (v01 VMWARE EFIMCFG  06040001 VMW  000007CE)
[    0.017463] ACPI: HPET 0x000000000EA4B77E 000038 (v01 VMWARE VMW HPET 00000000 VMW  00000000)
[    0.017466] ACPI: WAET 0x000000000EA4B7B6 000028 (v01 VMWARE VMW WAET 06040001 VMW  00000001)
[    0.017468] ACPI: WSMT 0x000000000EA4B7DE 000028 (v01 VMWARE VMW WSMT 06040001 VMW  00000001)
[    0.017481] Setting APIC routing to physical flat.
[    0.017535] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.017535] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.017536] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.017536] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[    0.017537] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[    0.017537] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[    0.017538] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[    0.017538] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[    0.017539] SRAT: PXM 0 -> APIC 0x10 -> Node 0
[    0.017540] SRAT: PXM 0 -> APIC 0x12 -> Node 0
[    0.017540] SRAT: PXM 0 -> APIC 0x14 -> Node 0
[    0.017541] SRAT: PXM 0 -> APIC 0x16 -> Node 0
[    0.017541] SRAT: PXM 0 -> APIC 0x18 -> Node 0
[    0.017542] SRAT: PXM 0 -> APIC 0x1a -> Node 0
[    0.017542] SRAT: PXM 0 -> APIC 0x1c -> Node 0
[    0.017543] SRAT: PXM 0 -> APIC 0x1e -> Node 0
[    0.017543] SRAT: PXM 0 -> APIC 0x20 -> Node 0
[    0.017544] SRAT: PXM 0 -> APIC 0x22 -> Node 0
[    0.017544] SRAT: PXM 0 -> APIC 0x24 -> Node 0
[    0.017545] SRAT: PXM 0 -> APIC 0x26 -> Node 0
[    0.017545] SRAT: PXM 0 -> APIC 0x28 -> Node 0
[    0.017546] SRAT: PXM 0 -> APIC 0x2a -> Node 0
[    0.017546] SRAT: PXM 0 -> APIC 0x2c -> Node 0
[    0.017547] SRAT: PXM 0 -> APIC 0x2e -> Node 0
[    0.017547] SRAT: PXM 0 -> APIC 0x30 -> Node 0
[    0.017548] SRAT: PXM 0 -> APIC 0x32 -> Node 0
[    0.017548] SRAT: PXM 0 -> APIC 0x34 -> Node 0
[    0.017549] SRAT: PXM 0 -> APIC 0x36 -> Node 0
[    0.017549] SRAT: PXM 0 -> APIC 0x38 -> Node 0
[    0.017550] SRAT: PXM 0 -> APIC 0x3a -> Node 0
[    0.017550] SRAT: PXM 0 -> APIC 0x3c -> Node 0
[    0.017551] SRAT: PXM 0 -> APIC 0x3e -> Node 0
[    0.017551] SRAT: PXM 0 -> APIC 0x40 -> Node 0
[    0.017552] SRAT: PXM 0 -> APIC 0x42 -> Node 0
[    0.017552] SRAT: PXM 0 -> APIC 0x44 -> Node 0
[    0.017553] SRAT: PXM 0 -> APIC 0x46 -> Node 0
[    0.017553] SRAT: PXM 0 -> APIC 0x48 -> Node 0
[    0.017554] SRAT: PXM 0 -> APIC 0x4a -> Node 0
[    0.017554] SRAT: PXM 0 -> APIC 0x4c -> Node 0
[    0.017555] SRAT: PXM 0 -> APIC 0x4e -> Node 0
[    0.017555] SRAT: PXM 0 -> APIC 0x50 -> Node 0
[    0.017556] SRAT: PXM 0 -> APIC 0x52 -> Node 0
[    0.017556] SRAT: PXM 0 -> APIC 0x54 -> Node 0
[    0.017557] SRAT: PXM 0 -> APIC 0x56 -> Node 0
[    0.017557] SRAT: PXM 0 -> APIC 0x58 -> Node 0
[    0.017558] SRAT: PXM 0 -> APIC 0x5a -> Node 0
[    0.017558] SRAT: PXM 0 -> APIC 0x5c -> Node 0
[    0.017559] SRAT: PXM 0 -> APIC 0x5e -> Node 0
[    0.017559] SRAT: PXM 0 -> APIC 0x60 -> Node 0
[    0.017560] SRAT: PXM 0 -> APIC 0x62 -> Node 0
[    0.017560] SRAT: PXM 0 -> APIC 0x64 -> Node 0
[    0.017560] SRAT: PXM 0 -> APIC 0x66 -> Node 0
[    0.017561] SRAT: PXM 0 -> APIC 0x68 -> Node 0
[    0.017561] SRAT: PXM 0 -> APIC 0x6a -> Node 0
[    0.017562] SRAT: PXM 0 -> APIC 0x6c -> Node 0
[    0.017562] SRAT: PXM 0 -> APIC 0x6e -> Node 0
[    0.017563] SRAT: PXM 0 -> APIC 0x70 -> Node 0
[    0.017564] SRAT: PXM 0 -> APIC 0x72 -> Node 0
[    0.017564] SRAT: PXM 0 -> APIC 0x74 -> Node 0
[    0.017565] SRAT: PXM 0 -> APIC 0x76 -> Node 0
[    0.017565] SRAT: PXM 0 -> APIC 0x78 -> Node 0
[    0.017566] SRAT: PXM 0 -> APIC 0x7a -> Node 0
[    0.017566] SRAT: PXM 0 -> APIC 0x7c -> Node 0
[    0.017567] SRAT: PXM 0 -> APIC 0x7e -> Node 0
[    0.017567] SRAT: PXM 0 -> APIC 0x80 -> Node 0
[    0.017568] SRAT: PXM 0 -> APIC 0x82 -> Node 0
[    0.017568] SRAT: PXM 0 -> APIC 0x84 -> Node 0
[    0.017569] SRAT: PXM 0 -> APIC 0x86 -> Node 0
[    0.017569] SRAT: PXM 0 -> APIC 0x88 -> Node 0
[    0.017570] SRAT: PXM 0 -> APIC 0x8a -> Node 0
[    0.017570] SRAT: PXM 0 -> APIC 0x8c -> Node 0
[    0.017571] SRAT: PXM 0 -> APIC 0x8e -> Node 0
[    0.017571] SRAT: PXM 0 -> APIC 0x90 -> Node 0
[    0.017572] SRAT: PXM 0 -> APIC 0x92 -> Node 0
[    0.017572] SRAT: PXM 0 -> APIC 0x94 -> Node 0
[    0.017573] SRAT: PXM 0 -> APIC 0x96 -> Node 0
[    0.017573] SRAT: PXM 0 -> APIC 0x98 -> Node 0
[    0.017574] SRAT: PXM 0 -> APIC 0x9a -> Node 0
[    0.017574] SRAT: PXM 0 -> APIC 0x9c -> Node 0
[    0.017575] SRAT: PXM 0 -> APIC 0x9e -> Node 0
[    0.017575] SRAT: PXM 0 -> APIC 0xa0 -> Node 0
[    0.017576] SRAT: PXM 0 -> APIC 0xa2 -> Node 0
[    0.017576] SRAT: PXM 0 -> APIC 0xa4 -> Node 0
[    0.017577] SRAT: PXM 0 -> APIC 0xa6 -> Node 0
[    0.017577] SRAT: PXM 0 -> APIC 0xa8 -> Node 0
[    0.017578] SRAT: PXM 0 -> APIC 0xaa -> Node 0
[    0.017578] SRAT: PXM 0 -> APIC 0xac -> Node 0
[    0.017579] SRAT: PXM 0 -> APIC 0xae -> Node 0
[    0.017579] SRAT: PXM 0 -> APIC 0xb0 -> Node 0
[    0.017580] SRAT: PXM 0 -> APIC 0xb2 -> Node 0
[    0.017580] SRAT: PXM 0 -> APIC 0xb4 -> Node 0
[    0.017581] SRAT: PXM 0 -> APIC 0xb6 -> Node 0
[    0.017581] SRAT: PXM 0 -> APIC 0xb8 -> Node 0
[    0.017582] SRAT: PXM 0 -> APIC 0xba -> Node 0
[    0.017582] SRAT: PXM 0 -> APIC 0xbc -> Node 0
[    0.017583] SRAT: PXM 0 -> APIC 0xbe -> Node 0
[    0.017583] SRAT: PXM 0 -> APIC 0xc0 -> Node 0
[    0.017584] SRAT: PXM 0 -> APIC 0xc2 -> Node 0
[    0.017584] SRAT: PXM 0 -> APIC 0xc4 -> Node 0
[    0.017585] SRAT: PXM 0 -> APIC 0xc6 -> Node 0
[    0.017585] SRAT: PXM 0 -> APIC 0xc8 -> Node 0
[    0.017586] SRAT: PXM 0 -> APIC 0xca -> Node 0
[    0.017586] SRAT: PXM 0 -> APIC 0xcc -> Node 0
[    0.017586] SRAT: PXM 0 -> APIC 0xce -> Node 0
[    0.017587] SRAT: PXM 0 -> APIC 0xd0 -> Node 0
[    0.017588] SRAT: PXM 0 -> APIC 0xd2 -> Node 0
[    0.017588] SRAT: PXM 0 -> APIC 0xd4 -> Node 0
[    0.017588] SRAT: PXM 0 -> APIC 0xd6 -> Node 0
[    0.017589] SRAT: PXM 0 -> APIC 0xd8 -> Node 0
[    0.017589] SRAT: PXM 0 -> APIC 0xda -> Node 0
[    0.017590] SRAT: PXM 0 -> APIC 0xdc -> Node 0
[    0.017590] SRAT: PXM 0 -> APIC 0xde -> Node 0
[    0.017591] SRAT: PXM 0 -> APIC 0xe0 -> Node 0
[    0.017591] SRAT: PXM 0 -> APIC 0xe2 -> Node 0
[    0.017592] SRAT: PXM 0 -> APIC 0xe4 -> Node 0
[    0.017592] SRAT: PXM 0 -> APIC 0xe6 -> Node 0
[    0.017593] SRAT: PXM 0 -> APIC 0xe8 -> Node 0
[    0.017593] SRAT: PXM 0 -> APIC 0xea -> Node 0
[    0.017594] SRAT: PXM 0 -> APIC 0xec -> Node 0
[    0.017594] SRAT: PXM 0 -> APIC 0xee -> Node 0
[    0.017595] SRAT: PXM 0 -> APIC 0xf0 -> Node 0
[    0.017595] SRAT: PXM 0 -> APIC 0xf2 -> Node 0
[    0.017596] SRAT: PXM 0 -> APIC 0xf4 -> Node 0
[    0.017596] SRAT: PXM 0 -> APIC 0xf6 -> Node 0
[    0.017597] SRAT: PXM 0 -> APIC 0xf8 -> Node 0
[    0.017597] SRAT: PXM 0 -> APIC 0xfa -> Node 0
[    0.017598] SRAT: PXM 0 -> APIC 0xfc -> Node 0
[    0.017598] SRAT: PXM 0 -> APIC 0xfe -> Node 0
[    0.017601] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.017602] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xbfffffff]
[    0.017603] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x23fffffff]
[    0.017603] ACPI: SRAT: Node 0 PXM 0 [mem 0x240000000-0x203fffffff] hotplug
[    0.017606] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
[    0.017607] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x23fffffff] -> [mem 0x00000000-0x23fffffff]
[    0.017609] NODE_DATA(0) allocated [mem 0x23fffc000-0x23fffffff]
[    0.017890] Zone ranges:
[    0.017891]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.017892]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.017893]   Normal   [mem 0x0000000100000000-0x000000023fffffff]
[    0.017894]   Device   empty
[    0.017894] Movable zone start for each node
[    0.017895] Early memory node ranges
[    0.017896]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.017897]   node   0: [mem 0x0000000000100000-0x000000000ea2efff]
[    0.017897]   node   0: [mem 0x000000000ea4c000-0x000000000ef24fff]
[    0.017898]   node   0: [mem 0x000000000ef2e000-0x000000000ef3cfff]
[    0.017898]   node   0: [mem 0x000000000ef48000-0x000000000ef60fff]
[    0.017899]   node   0: [mem 0x000000000ef66000-0x000000000fee6fff]
[    0.017899]   node   0: [mem 0x000000000ff57000-0x000000000ff75fff]
[    0.017900]   node   0: [mem 0x000000000ff77000-0x00000000bfffffff]
[    0.017901]   node   0: [mem 0x0000000100000000-0x000000023fffffff]
[    0.018132] Zeroed struct page in unavailable ranges: 264 pages
[    0.018133] Initmem setup node 0 [mem 0x0000000000001000-0x000000023fffffff]
[    0.749242] ACPI: PM-Timer IO Port: 0x448
[    0.749258] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.749259] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.749259] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.749260] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.749260] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.749261] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.749261] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.749262] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.749262] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.749263] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.749263] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.749264] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.749264] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.749265] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.749265] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.749266] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.749266] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.749267] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.749267] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.749268] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.749268] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.749269] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.749269] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.749269] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.749270] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[    0.749270] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[    0.749271] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[    0.749271] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[    0.749272] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[    0.749272] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[    0.749273] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[    0.749273] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[    0.749274] ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
[    0.749274] ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
[    0.749275] ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
[    0.749275] ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
[    0.749276] ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
[    0.749276] ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
[    0.749277] ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
[    0.749277] ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
[    0.749278] ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
[    0.749278] ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
[    0.749279] ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
[    0.749279] ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
[    0.749280] ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
[    0.749280] ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
[    0.749281] ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
[    0.749281] ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
[    0.749282] ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
[    0.749282] ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
[    0.749282] ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
[    0.749283] ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
[    0.749283] ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
[    0.749284] ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
[    0.749284] ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
[    0.749285] ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
[    0.749285] ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
[    0.749286] ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
[    0.749286] ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
[    0.749287] ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
[    0.749287] ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
[    0.749288] ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
[    0.749288] ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
[    0.749289] ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
[    0.749289] ACPI: LAPIC_NMI (acpi_id[0x40] high edge lint[0x1])
[    0.749290] ACPI: LAPIC_NMI (acpi_id[0x41] high edge lint[0x1])
[    0.749290] ACPI: LAPIC_NMI (acpi_id[0x42] high edge lint[0x1])
[    0.749291] ACPI: LAPIC_NMI (acpi_id[0x43] high edge lint[0x1])
[    0.749291] ACPI: LAPIC_NMI (acpi_id[0x44] high edge lint[0x1])
[    0.749292] ACPI: LAPIC_NMI (acpi_id[0x45] high edge lint[0x1])
[    0.749292] ACPI: LAPIC_NMI (acpi_id[0x46] high edge lint[0x1])
[    0.749293] ACPI: LAPIC_NMI (acpi_id[0x47] high edge lint[0x1])
[    0.749293] ACPI: LAPIC_NMI (acpi_id[0x48] high edge lint[0x1])
[    0.749294] ACPI: LAPIC_NMI (acpi_id[0x49] high edge lint[0x1])
[    0.749294] ACPI: LAPIC_NMI (acpi_id[0x4a] high edge lint[0x1])
[    0.749294] ACPI: LAPIC_NMI (acpi_id[0x4b] high edge lint[0x1])
[    0.749295] ACPI: LAPIC_NMI (acpi_id[0x4c] high edge lint[0x1])
[    0.749295] ACPI: LAPIC_NMI (acpi_id[0x4d] high edge lint[0x1])
[    0.749296] ACPI: LAPIC_NMI (acpi_id[0x4e] high edge lint[0x1])
[    0.749296] ACPI: LAPIC_NMI (acpi_id[0x4f] high edge lint[0x1])
[    0.749297] ACPI: LAPIC_NMI (acpi_id[0x50] high edge lint[0x1])
[    0.749297] ACPI: LAPIC_NMI (acpi_id[0x51] high edge lint[0x1])
[    0.749298] ACPI: LAPIC_NMI (acpi_id[0x52] high edge lint[0x1])
[    0.749298] ACPI: LAPIC_NMI (acpi_id[0x53] high edge lint[0x1])
[    0.749299] ACPI: LAPIC_NMI (acpi_id[0x54] high edge lint[0x1])
[    0.749299] ACPI: LAPIC_NMI (acpi_id[0x55] high edge lint[0x1])
[    0.749300] ACPI: LAPIC_NMI (acpi_id[0x56] high edge lint[0x1])
[    0.749300] ACPI: LAPIC_NMI (acpi_id[0x57] high edge lint[0x1])
[    0.749301] ACPI: LAPIC_NMI (acpi_id[0x58] high edge lint[0x1])
[    0.749301] ACPI: LAPIC_NMI (acpi_id[0x59] high edge lint[0x1])
[    0.749302] ACPI: LAPIC_NMI (acpi_id[0x5a] high edge lint[0x1])
[    0.749302] ACPI: LAPIC_NMI (acpi_id[0x5b] high edge lint[0x1])
[    0.749303] ACPI: LAPIC_NMI (acpi_id[0x5c] high edge lint[0x1])
[    0.749303] ACPI: LAPIC_NMI (acpi_id[0x5d] high edge lint[0x1])
[    0.749304] ACPI: LAPIC_NMI (acpi_id[0x5e] high edge lint[0x1])
[    0.749304] ACPI: LAPIC_NMI (acpi_id[0x5f] high edge lint[0x1])
[    0.749305] ACPI: LAPIC_NMI (acpi_id[0x60] high edge lint[0x1])
[    0.749305] ACPI: LAPIC_NMI (acpi_id[0x61] high edge lint[0x1])
[    0.749306] ACPI: LAPIC_NMI (acpi_id[0x62] high edge lint[0x1])
[    0.749306] ACPI: LAPIC_NMI (acpi_id[0x63] high edge lint[0x1])
[    0.749307] ACPI: LAPIC_NMI (acpi_id[0x64] high edge lint[0x1])
[    0.749307] ACPI: LAPIC_NMI (acpi_id[0x65] high edge lint[0x1])
[    0.749307] ACPI: LAPIC_NMI (acpi_id[0x66] high edge lint[0x1])
[    0.749308] ACPI: LAPIC_NMI (acpi_id[0x67] high edge lint[0x1])
[    0.749308] ACPI: LAPIC_NMI (acpi_id[0x68] high edge lint[0x1])
[    0.749309] ACPI: LAPIC_NMI (acpi_id[0x69] high edge lint[0x1])
[    0.749309] ACPI: LAPIC_NMI (acpi_id[0x6a] high edge lint[0x1])
[    0.749310] ACPI: LAPIC_NMI (acpi_id[0x6b] high edge lint[0x1])
[    0.749310] ACPI: LAPIC_NMI (acpi_id[0x6c] high edge lint[0x1])
[    0.749311] ACPI: LAPIC_NMI (acpi_id[0x6d] high edge lint[0x1])
[    0.749311] ACPI: LAPIC_NMI (acpi_id[0x6e] high edge lint[0x1])
[    0.749312] ACPI: LAPIC_NMI (acpi_id[0x6f] high edge lint[0x1])
[    0.749312] ACPI: LAPIC_NMI (acpi_id[0x70] high edge lint[0x1])
[    0.749313] ACPI: LAPIC_NMI (acpi_id[0x71] high edge lint[0x1])
[    0.749313] ACPI: LAPIC_NMI (acpi_id[0x72] high edge lint[0x1])
[    0.749314] ACPI: LAPIC_NMI (acpi_id[0x73] high edge lint[0x1])
[    0.749314] ACPI: LAPIC_NMI (acpi_id[0x74] high edge lint[0x1])
[    0.749315] ACPI: LAPIC_NMI (acpi_id[0x75] high edge lint[0x1])
[    0.749315] ACPI: LAPIC_NMI (acpi_id[0x76] high edge lint[0x1])
[    0.749316] ACPI: LAPIC_NMI (acpi_id[0x77] high edge lint[0x1])
[    0.749316] ACPI: LAPIC_NMI (acpi_id[0x78] high edge lint[0x1])
[    0.749317] ACPI: LAPIC_NMI (acpi_id[0x79] high edge lint[0x1])
[    0.749317] ACPI: LAPIC_NMI (acpi_id[0x7a] high edge lint[0x1])
[    0.749318] ACPI: LAPIC_NMI (acpi_id[0x7b] high edge lint[0x1])
[    0.749318] ACPI: LAPIC_NMI (acpi_id[0x7c] high edge lint[0x1])
[    0.749319] ACPI: LAPIC_NMI (acpi_id[0x7d] high edge lint[0x1])
[    0.749319] ACPI: LAPIC_NMI (acpi_id[0x7e] high edge lint[0x1])
[    0.749320] ACPI: LAPIC_NMI (acpi_id[0x7f] high edge lint[0x1])
[    0.749344] IOAPIC[0]: apic_id 128, version 32, address 0xfec00000, GSI 0-23
[    0.749347] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.749352] Using ACPI (MADT) for SMP configuration information
[    0.749353] ACPI: HPET id: 0x8086af01 base: 0xfed00000
[    0.749361] smpboot: Allowing 128 CPUs, 124 hotplug CPUs
[    0.749405] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.749406] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000bffff]
[    0.749407] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.749408] PM: hibernation: Registered nosave memory: [mem 0x0ea2f000-0x0ea4bfff]
[    0.749408] PM: hibernation: Registered nosave memory: [mem 0x0ef25000-0x0ef2dfff]
[    0.749409] PM: hibernation: Registered nosave memory: [mem 0x0ef3d000-0x0ef42fff]
[    0.749410] PM: hibernation: Registered nosave memory: [mem 0x0ef43000-0x0ef47fff]
[    0.749411] PM: hibernation: Registered nosave memory: [mem 0x0ef61000-0x0ef65fff]
[    0.749412] PM: hibernation: Registered nosave memory: [mem 0x0fee7000-0x0ff06fff]
[    0.749412] PM: hibernation: Registered nosave memory: [mem 0x0ff07000-0x0ff56fff]
[    0.749413] PM: hibernation: Registered nosave memory: [mem 0x0ff76000-0x0ff76fff]
[    0.749414] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xffbfffff]
[    0.749415] PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffc29fff]
[    0.749415] PM: hibernation: Registered nosave memory: [mem 0xffc2a000-0xffffffff]
[    0.749417] [mem 0xc0000000-0xffbfffff] available for PCI devices
[    0.749418] Booting paravirtualized kernel on VMware hypervisor
[    0.749420] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.752484] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:128 nr_node_ids:1
[    0.916618] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.916723] Built 1 zonelists, mobility grouping on.  Total pages: 2064099
[    0.916724] Policy zone: Normal
[    0.916726] Kernel command line: BOOT_IMAGE=/vmlinuz-5.6.5-15 root=UUID=0f1e4c3f-1205-4ee7-95c3-9cf853882d5b ro console=ttyS1,115200 console=tty1 init=/init systemd.setenv=PATH=/bin rw loglevel=7
[    0.916784] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.916785] printk: log_buf_len total cpu_extra contributions: 520192 bytes
[    0.916785] printk: log_buf_len min size: 131072 bytes
[    0.921803] printk: log_buf_len: 1048576 bytes
[    0.921804] printk: early log buf free: 103280(78%)
[    0.962653] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.982923] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.984850] mem auto-init: stack:off, heap alloc:off, heap free:off
[    1.195603] Memory: 8075724K/8387552K available (14339K kernel code, 1617K rwdata, 4656K rodata, 1624K init, 4812K bss, 311828K reserved, 0K cma-reserved)
[    1.195610] random: get_random_u64 called from __kmem_cache_create+0x3e/0x4c0 with crng_init=0
[    1.196831] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
[    1.196920] ftrace: allocating 42482 entries in 166 pages
[    1.210714] ftrace: allocated 166 pages with 4 groups
[    1.212111] rcu: Preemptible hierarchical RCU implementation.
[    1.212112] rcu:     CONFIG_RCU_FANOUT set to non-default value of 32.
[    1.212112] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    1.212113] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=128.
[    1.212113] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    1.212114]  Tasks RCU enabled.
[    1.212115] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    1.212115] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
[    1.214769] NR_IRQS: 20736, nr_irqs: 1448, preallocated irqs: 16
[    1.214970] rcu:     Offload RCU callbacks from CPUs: (none).
[    1.215165] Console: colour dummy device 80x25
[    1.215540] printk: console [tty1] enabled
[    1.904929] printk: console [ttyS1] enabled
[    1.906217] ACPI: Core revision 20200110
[    1.908094] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    1.910839] APIC: Switch to symmetric I/O mode setup
[    1.912705] x2apic enabled
[    1.913725] Switched APIC routing to physical x2apic.
[    1.915856] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.917623] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x213533807e1, max_idle_ns: 440795306285 ns
[    1.918861] Calibrating delay loop (skipped) preset value.. 4607.58 BogoMIPS (lpj=2303792)
[    1.920094] pid_max: default: 131072 minimum: 1024
[    1.926190] LSM: Security Framework initializing
[    1.926861] Yama: becoming mindful.
[    1.929476] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.931027] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.931976] *** VALIDATE tmpfs ***
[    1.935883] *** VALIDATE proc ***
[    1.936870] *** VALIDATE cgroup ***
[    1.937861] *** VALIDATE cgroup2 ***
[    1.940192] Disabled fast string operations
[    1.940920] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    1.941861] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    1.943094] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.944891] Spectre V2 : Mitigation: Enhanced IBRS
[    1.946233] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.947094] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.948094] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    1.949094] Freeing SMP alternatives memory: 36K
[    1.953980] smpboot: CPU0: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (family: 0x6, model: 0x9e, stepping: 0xd)
[    1.960906] Performance Events: Skylake events, core PMU driver.
[    1.961870] core: CPUID marked event: 'cpu cycles' unavailable
[    1.962869] core: CPUID marked event: 'instructions' unavailable
[    1.963868] core: CPUID marked event: 'bus cycles' unavailable
[    1.964875] core: CPUID marked event: 'cache references' unavailable
[    1.965868] core: CPUID marked event: 'cache misses' unavailable
[    1.966868] core: CPUID marked event: 'branch instructions' unavailable
[    1.967868] core: CPUID marked event: 'branch misses' unavailable
[    1.968869] ... version:                1
[    1.969868] ... bit width:              48
[    1.970868] ... generic registers:      4
[    1.971868] ... value mask:             0000ffffffffffff
[    1.972868] ... max period:             000000007fffffff
[    1.973868] ... fixed-purpose events:   0
[    1.974868] ... event mask:             000000000000000f
[    1.977880] rcu: Hierarchical SRCU implementation.
[    1.984894] NMI watchdog: Perf NMI watchdog permanently disabled
[    2.012873] smp: Bringing up secondary CPUs ...
[    2.026430] x86: Booting SMP configuration:
[    2.026869] .... node  #0, CPUs:          #1
[    0.699783] Disabled fast string operations
[    0.699783] smpboot: CPU 1 Converting physical 2 to logical package 1
[    0.699783] smpboot: CPU 1 Converting physical 0 to logical die 1
[    2.049244]    #2
[    0.699783] Disabled fast string operations
[    0.699783] smpboot: CPU 2 Converting physical 4 to logical package 2
[    0.699783] smpboot: CPU 2 Converting physical 0 to logical die 2
[    2.069228]    #3
[    0.699783] Disabled fast string operations
[    0.699783] smpboot: CPU 3 Converting physical 6 to logical package 3
[    0.699783] smpboot: CPU 3 Converting physical 0 to logical die 3
[    2.077243] smp: Brought up 1 node, 4 CPUs
[    2.077873] smpboot: Max logical packages: 128
[    2.078867] smpboot: Total of 4 processors activated (18430.33 BogoMIPS)
[    2.081864] devtmpfs: initialized
[    2.082953] x86/mm: Memory block size: 128MB
[    2.086981] PM: Registering ACPI NVS region [mem 0x00000000-0x00000fff] (4096 bytes)
[    2.087865] PM: Registering ACPI NVS region [mem 0x0ef43000-0x0ef47fff] (20480 bytes)
[    2.088865] PM: Registering ACPI NVS region [mem 0x0ff76000-0x0ff76fff] (4096 bytes)
[    2.090307] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    2.090870] futex hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    2.103774] pinctrl core: initialized pinctrl subsystem
[    2.104007] PM: RTC time: 12:55:17, date: 2020-06-02
[    2.104936] thermal_sys: Registered thermal governor 'fair_share'
[    2.104937] thermal_sys: Registered thermal governor 'bang_bang'
[    2.105865] thermal_sys: Registered thermal governor 'step_wise'
[    2.106865] thermal_sys: Registered thermal governor 'user_space'
[    2.107865] thermal_sys: Registered thermal governor 'power_allocator'
[    2.110005] NET: Registered protocol family 16
[    2.112014] audit: initializing netlink subsys (disabled)
[    2.113010] audit: type=2000 audit(1591102516.199:1): state=initialized audit_enabled=0 res=1
[    2.115868] cpuidle: using governor ladder
[    2.116872] cpuidle: using governor menu
[    2.117902] ACPI: bus type PCI registered
[    2.118865] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.120446] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xe0000000-0xe7ffffff] (base 0xe0000000)
[    2.120866] PCI: not using MMCONFIG
[    2.121865] PCI: Using configuration type 1 for base access
[    2.126295] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    2.126869] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    2.156254] fbcon: Taking over console
[    2.157993] ACPI: Added _OSI(Module Device)
[    2.158865] ACPI: Added _OSI(Processor Device)
[    2.160867] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.161865] ACPI: Added _OSI(Processor Aggregator Device)
[    2.163865] ACPI: Added _OSI(Linux-Dell-Video)
[    2.164868] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    2.166865] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    2.178861] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    2.181384] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.182874] ACPI: BIOS _OSI(Darwin) query ignored
[    2.205383] ACPI: Interpreter enabled
[    2.206874] ACPI: (supports S0 S1 S4 S5)
[    2.207865] ACPI: Using IOAPIC for interrupt routing
[    2.208887] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xe0000000-0xe7ffffff] (base 0xe0000000)
[    2.213255] PCI: MMCONFIG at [mem 0xe0000000-0xe7ffffff] reserved in ACPI motherboard resources
[    2.215873] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.219057] ACPI: Enabled 4 GPEs in block 00 to 0F
[    2.399123] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[    2.399869] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.401034] acpi PNP0A03:00: _OSC: platform does not support [AER LTR]
[    2.402034] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability]
[    2.403949] PCI host bridge to bus 0000:00
[    2.404865] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.405865] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    2.406866] pci_bus 0000:00: root bus resource [mem 0xfef00000-0xffdfffff window]
[    2.407865] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xfedfffff window]
[    2.408865] pci_bus 0000:00: root bus resource [mem 0xfec10000-0xfed3ffff window]
[    2.409865] pci_bus 0000:00: root bus resource [mem 0xfa500000-0xfebfffff window]
[    2.410865] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfa4fffff pref window]
[    2.411865] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xefffffff window]
[    2.412865] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.413865] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    2.414865] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    2.415865] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    2.416865] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    2.417865] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    2.418865] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    2.419865] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    2.420865] pci_bus 0000:00: root bus resource [bus 00-7f]
[    2.421935] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[    2.424040] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[    2.426923] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[    2.428865] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[    2.432680] pci 0000:00:07.1: reg 0x20: [io  0x2150-0x215f]
[    2.433828] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    2.433865] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    2.434865] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    2.435865] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    2.437356] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[    2.438495] pci 0000:00:07.3: quirk: [io  0x0440-0x047f] claimed by PIIX4 ACPI
[    2.439240] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[    2.440064] pci 0000:00:07.7: reg 0x10: [io  0x2100-0x213f]
[    2.440987] pci 0000:00:07.7: reg 0x14: [mem 0xffbe0000-0xffbe1fff 64bit]
[    2.444639] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[    2.446866] pci 0000:00:0f.0: reg 0x10: [io  0x2140-0x214f]
[    2.448866] pci 0000:00:0f.0: reg 0x14: [mem 0xf0000000-0xf7ffffff pref]
[    2.451699] pci 0000:00:0f.0: reg 0x18: [mem 0xfb800000-0xfbffffff]
[    2.455866] pci 0000:00:0f.0: reg 0x30: [mem 0xffff8000-0xffffffff pref]
[    2.456922] pci 0000:00:0f.0: BAR 1: assigned to efifb
[    2.458856] pci 0000:00:10.0: [1000:0030] type 00 class 0x010000
[    2.459869] pci 0000:00:10.0: reg 0x10: [io  0x2000-0x20ff]
[    2.462491] pci 0000:00:10.0: reg 0x14: [mem 0xffbc0000-0xffbdffff 64bit]
[    2.463866] pci 0000:00:10.0: reg 0x1c: [mem 0xffba0000-0xffbbffff 64bit]
[    2.467538] pci 0000:00:10.0: reg 0x30: [mem 0xffffc000-0xffffffff pref]
[    2.468642] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[    2.471069] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[    2.473084] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[    2.474421] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[    2.476199] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[    2.477461] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[    2.479241] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[    2.480596] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[    2.482085] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[    2.483419] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[    2.485090] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[    2.486440] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[    2.488083] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[    2.489414] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[    2.491082] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[    2.492414] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[    2.494083] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[    2.495620] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[    2.497068] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    2.498497] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[    2.500089] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    2.501463] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[    2.503121] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[    2.504635] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[    2.506101] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[    2.507472] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[    2.509105] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[    2.510430] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[    2.512113] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[    2.513428] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[    2.515106] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[    2.516419] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[    2.518099] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[    2.519642] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[    2.521108] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[    2.522423] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[    2.524156] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[    2.525659] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[    2.527113] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[    2.528612] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[    2.530269] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[    2.531431] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[    2.533114] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[    2.534426] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[    2.536098] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[    2.537428] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[    2.539115] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[    2.540425] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[    2.542103] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[    2.543642] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[    2.545099] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[    2.546427] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[    2.548102] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[    2.549476] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[    2.551099] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[    2.552637] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[    2.554052] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[    2.555404] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[    2.557053] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[    2.558404] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[    2.560052] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[    2.561402] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[    2.563053] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[    2.564575] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[    2.566086] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[    2.569148] pci_bus 0000:01: extended config space not accessible
[    2.576745] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.577157] pci_bus 0000:02: extended config space not accessible
[    2.578111] acpiphp: Slot [32] registered
[    2.578891] acpiphp: Slot [33] registered
[    2.579888] acpiphp: Slot [34] registered
[    2.580920] acpiphp: Slot [35] registered
[    2.581919] acpiphp: Slot [36] registered
[    2.582890] acpiphp: Slot [37] registered
[    2.583891] acpiphp: Slot [38] registered
[    2.584946] acpiphp: Slot [39] registered
[    2.585888] acpiphp: Slot [40] registered
[    2.586890] acpiphp: Slot [41] registered
[    2.587905] acpiphp: Slot [42] registered
[    2.588888] acpiphp: Slot [43] registered
[    2.589890] acpiphp: Slot [44] registered
[    2.590908] acpiphp: Slot [45] registered
[    2.591891] acpiphp: Slot [46] registered
[    2.592888] acpiphp: Slot [47] registered
[    2.593890] acpiphp: Slot [48] registered
[    2.594890] acpiphp: Slot [49] registered
[    2.595888] acpiphp: Slot [50] registered
[    2.596890] acpiphp: Slot [51] registered
[    2.597941] acpiphp: Slot [52] registered
[    2.598890] acpiphp: Slot [53] registered
[    2.599914] acpiphp: Slot [54] registered
[    2.600888] acpiphp: Slot [55] registered
[    2.601891] acpiphp: Slot [56] registered
[    2.602891] acpiphp: Slot [57] registered
[    2.603888] acpiphp: Slot [58] registered
[    2.604913] acpiphp: Slot [59] registered
[    2.605891] acpiphp: Slot [60] registered
[    2.606888] acpiphp: Slot [61] registered
[    2.607888] acpiphp: Slot [62] registered
[    2.608888] acpiphp: Slot [63] registered
[    2.610010] pci 0000:02:00.0: [15ad:0774] type 00 class 0x0c0300
[    2.613504] pci 0000:02:00.0: reg 0x20: [io  0x1080-0x109f]
[    2.615998] pci 0000:02:01.0: [8086:100f] type 00 class 0x020000
[    2.618683] pci 0000:02:01.0: reg 0x10: [mem 0xfc000000-0xfc01ffff 64bit]
[    2.619880] pci 0000:02:01.0: reg 0x18: [mem 0xfc020000-0xfc02ffff 64bit]
[    2.621865] pci 0000:02:01.0: reg 0x20: [io  0x1040-0x107f]
[    2.624344] pci 0000:02:01.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    2.625282] pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
[    2.626504] pci 0000:02:02.0: [1274:1371] type 00 class 0x040100
[    2.627014] pci 0000:02:02.0: reg 0x10: [io  0x1000-0x103f]
[    2.629301] pci 0000:02:03.0: [15ad:0770] type 00 class 0x0c0320
[    2.630866] pci 0000:02:03.0: reg 0x10: [mem 0xfc051000-0xfc051fff]
[    2.637104] pci 0000:02:05.0: [15ad:07e0] type 00 class 0x010601
[    2.640671] pci 0000:02:05.0: reg 0x24: [mem 0xfc050000-0xfc050fff]
[    2.641263] pci 0000:02:05.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    2.642410] pci 0000:02:05.0: PME# supported from D3hot
[    2.649323] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[    2.649892] pci 0000:00:11.0:   bridge window [io  0x1000-0x1fff]
[    2.650896] pci 0000:00:11.0:   bridge window [mem 0xfc000000-0xfc9fffff]
[    2.651916] pci 0000:00:11.0:   bridge window [mem 0xf8000000-0xf84fffff 64bit pref]
[    2.652866] pci 0000:00:11.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    2.653865] pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    2.654866] pci 0000:00:11.0:   bridge window [mem 0xfef00000-0xffdfffff window] (subtractive decode)
[    2.655865] pci 0000:00:11.0:   bridge window [mem 0xfed45000-0xfedfffff window] (subtractive decode)
[    2.656865] pci 0000:00:11.0:   bridge window [mem 0xfec10000-0xfed3ffff window] (subtractive decode)
[    2.657865] pci 0000:00:11.0:   bridge window [mem 0xfa500000-0xfebfffff window] (subtractive decode)
[    2.658865] pci 0000:00:11.0:   bridge window [mem 0xf0000000-0xfa4fffff pref window] (subtractive decode)
[    2.659865] pci 0000:00:11.0:   bridge window [mem 0xc0000000-0xefffffff window] (subtractive decode)
[    2.660865] pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    2.661865] pci 0000:00:11.0:   bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
[    2.662865] pci 0000:00:11.0:   bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
[    2.663865] pci 0000:00:11.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    2.664865] pci 0000:00:11.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    2.665865] pci 0000:00:11.0:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    2.666865] pci 0000:00:11.0:   bridge window [mem 0x000e8000-0x000ebfff window] (subtractive decode)
[    2.667865] pci 0000:00:11.0:   bridge window [mem 0x000ec000-0x000effff window] (subtractive decode)
[    2.675937] pci 0000:00:15.0: PCI bridge to [bus 03]
[    2.676919] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    2.677981] pci 0000:00:15.0:   bridge window [mem 0xfa400000-0xfa4fffff 64bit pref]
[    2.686045] pci 0000:00:15.1: PCI bridge to [bus 04]
[    2.686919] pci 0000:00:15.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    2.687923] pci 0000:00:15.1:   bridge window [mem 0xfa300000-0xfa3fffff 64bit pref]
[    2.696212] pci 0000:00:15.2: PCI bridge to [bus 05]
[    2.696920] pci 0000:00:15.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    2.697922] pci 0000:00:15.2:   bridge window [mem 0xfa200000-0xfa2fffff 64bit pref]
[    2.706003] pci 0000:00:15.3: PCI bridge to [bus 06]
[    2.706918] pci 0000:00:15.3:   bridge window [mem 0xfe700000-0xfe7fffff]
[    2.707922] pci 0000:00:15.3:   bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
[    2.716520] pci 0000:00:15.4: PCI bridge to [bus 07]
[    2.716916] pci 0000:00:15.4:   bridge window [mem 0xfe600000-0xfe6fffff]
[    2.717922] pci 0000:00:15.4:   bridge window [mem 0xfa000000-0xfa0fffff 64bit pref]
[    2.726238] pci 0000:00:15.5: PCI bridge to [bus 08]
[    2.726918] pci 0000:00:15.5:   bridge window [mem 0xfe500000-0xfe5fffff]
[    2.727922] pci 0000:00:15.5:   bridge window [mem 0xf9f00000-0xf9ffffff 64bit pref]
[    2.736147] pci 0000:00:15.6: PCI bridge to [bus 09]
[    2.736919] pci 0000:00:15.6:   bridge window [mem 0xfe400000-0xfe4fffff]
[    2.737918] pci 0000:00:15.6:   bridge window [mem 0xf9e00000-0xf9efffff 64bit pref]
[    2.746024] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    2.746916] pci 0000:00:15.7:   bridge window [mem 0xfe300000-0xfe3fffff]
[    2.748016] pci 0000:00:15.7:   bridge window [mem 0xf9d00000-0xf9dfffff 64bit pref]
[    2.756022] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    2.756916] pci 0000:00:16.0:   bridge window [mem 0xfe200000-0xfe2fffff]
[    2.757923] pci 0000:00:16.0:   bridge window [mem 0xf9c00000-0xf9cfffff 64bit pref]
[    2.765942] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    2.766922] pci 0000:00:16.1:   bridge window [mem 0xfe100000-0xfe1fffff]
[    2.767918] pci 0000:00:16.1:   bridge window [mem 0xf9b00000-0xf9bfffff 64bit pref]
[    2.775952] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    2.776918] pci 0000:00:16.2:   bridge window [mem 0xfe000000-0xfe0fffff]
[    2.777922] pci 0000:00:16.2:   bridge window [mem 0xf9a00000-0xf9afffff 64bit pref]
[    2.786063] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    2.786919] pci 0000:00:16.3:   bridge window [mem 0xfdf00000-0xfdffffff]
[    2.787921] pci 0000:00:16.3:   bridge window [mem 0xf9900000-0xf99fffff 64bit pref]
[    2.796233] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    2.796922] pci 0000:00:16.4:   bridge window [mem 0xfde00000-0xfdefffff]
[    2.797919] pci 0000:00:16.4:   bridge window [mem 0xf9800000-0xf98fffff 64bit pref]
[    2.806086] pci 0000:00:16.5: PCI bridge to [bus 10]
[    2.806916] pci 0000:00:16.5:   bridge window [mem 0xfdd00000-0xfddfffff]
[    2.807923] pci 0000:00:16.5:   bridge window [mem 0xf9700000-0xf97fffff 64bit pref]
[    2.816111] pci 0000:00:16.6: PCI bridge to [bus 11]
[    2.816922] pci 0000:00:16.6:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    2.817920] pci 0000:00:16.6:   bridge window [mem 0xf9600000-0xf96fffff 64bit pref]
[    2.825954] pci 0000:00:16.7: PCI bridge to [bus 12]
[    2.826922] pci 0000:00:16.7:   bridge window [mem 0xfdb00000-0xfdbfffff]
[    2.827919] pci 0000:00:16.7:   bridge window [mem 0xf9500000-0xf95fffff 64bit pref]
[    2.836176] pci 0000:00:17.0: PCI bridge to [bus 13]
[    2.836919] pci 0000:00:17.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    2.837922] pci 0000:00:17.0:   bridge window [mem 0xf9400000-0xf94fffff 64bit pref]
[    2.845968] pci 0000:00:17.1: PCI bridge to [bus 14]
[    2.846919] pci 0000:00:17.1:   bridge window [mem 0xfd900000-0xfd9fffff]
[    2.847922] pci 0000:00:17.1:   bridge window [mem 0xf9300000-0xf93fffff 64bit pref]
[    2.856057] pci 0000:00:17.2: PCI bridge to [bus 15]
[    2.856920] pci 0000:00:17.2:   bridge window [mem 0xfd800000-0xfd8fffff]
[    2.857923] pci 0000:00:17.2:   bridge window [mem 0xf9200000-0xf92fffff 64bit pref]
[    2.866160] pci 0000:00:17.3: PCI bridge to [bus 16]
[    2.866920] pci 0000:00:17.3:   bridge window [mem 0xfd700000-0xfd7fffff]
[    2.867919] pci 0000:00:17.3:   bridge window [mem 0xf9100000-0xf91fffff 64bit pref]
[    2.876090] pci 0000:00:17.4: PCI bridge to [bus 17]
[    2.876918] pci 0000:00:17.4:   bridge window [mem 0xfd600000-0xfd6fffff]
[    2.877922] pci 0000:00:17.4:   bridge window [mem 0xf9000000-0xf90fffff 64bit pref]
[    2.886335] pci 0000:00:17.5: PCI bridge to [bus 18]
[    2.886918] pci 0000:00:17.5:   bridge window [mem 0xfd500000-0xfd5fffff]
[    2.887922] pci 0000:00:17.5:   bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    2.896412] pci 0000:00:17.6: PCI bridge to [bus 19]
[    2.896920] pci 0000:00:17.6:   bridge window [mem 0xfd400000-0xfd4fffff]
[    2.897918] pci 0000:00:17.6:   bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[    2.906462] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    2.906919] pci 0000:00:17.7:   bridge window [mem 0xfd300000-0xfd3fffff]
[    2.907922] pci 0000:00:17.7:   bridge window [mem 0xf8d00000-0xf8dfffff 64bit pref]
[    2.916263] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    2.916992] pci 0000:00:18.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    2.917922] pci 0000:00:18.0:   bridge window [mem 0xf8c00000-0xf8cfffff 64bit pref]
[    2.926218] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    2.926922] pci 0000:00:18.1:   bridge window [mem 0xfd100000-0xfd1fffff]
[    2.927933] pci 0000:00:18.1:   bridge window [mem 0xf8b00000-0xf8bfffff 64bit pref]
[    2.936071] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    2.936920] pci 0000:00:18.2:   bridge window [mem 0xfd000000-0xfd0fffff]
[    2.937922] pci 0000:00:18.2:   bridge window [mem 0xf8a00000-0xf8afffff 64bit pref]
[    2.946324] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    2.946948] pci 0000:00:18.3:   bridge window [mem 0xfcf00000-0xfcffffff]
[    2.947919] pci 0000:00:18.3:   bridge window [mem 0xf8900000-0xf89fffff 64bit pref]
[    2.956102] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    2.956919] pci 0000:00:18.4:   bridge window [mem 0xfce00000-0xfcefffff]
[    2.957921] pci 0000:00:18.4:   bridge window [mem 0xf8800000-0xf88fffff 64bit pref]
[    2.966151] pci 0000:00:18.5: PCI bridge to [bus 20]
[    2.966922] pci 0000:00:18.5:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    2.967915] pci 0000:00:18.5:   bridge window [mem 0xf8700000-0xf87fffff 64bit pref]
[    2.976157] pci 0000:00:18.6: PCI bridge to [bus 21]
[    2.976983] pci 0000:00:18.6:   bridge window [mem 0xfcc00000-0xfccfffff]
[    2.977917] pci 0000:00:18.6:   bridge window [mem 0xf8600000-0xf86fffff 64bit pref]
[    2.986133] pci 0000:00:18.7: PCI bridge to [bus 22]
[    2.986956] pci 0000:00:18.7:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    2.987922] pci 0000:00:18.7:   bridge window [mem 0xf8500000-0xf85fffff 64bit pref]
[    2.991339] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    2.991966] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    2.992963] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    2.993968] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    3.034316] iommu: Default domain type: Translated 
[    3.035053] pci 0000:00:0f.0: vgaarb: setting as boot VGA device
[    3.035861] pci 0000:00:0f.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    3.035872] pci 0000:00:0f.0: vgaarb: bridge control possible
[    3.036865] vgaarb: loaded
[    3.038317] SCSI subsystem initialized
[    3.038868] ACPI: bus type USB registered
[    3.039888] usbcore: registered new interface driver usbfs
[    3.040870] usbcore: registered new interface driver hub
[    3.041928] usbcore: registered new device driver usb
[    3.042931] pps_core: LinuxPPS API ver. 1 registered
[    3.043865] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti 
[    3.044867] PTP clock support registered
[    3.045872] EDAC MC: Ver: 3.0.0
[    3.048692] Registered efivars operations
[    3.049051] PCI: Using ACPI for IRQ routing
[    3.082292] NetLabel: Initializing
[    3.082865] NetLabel:  domain hash size = 128
[    3.083864] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    3.084871] NetLabel:  unlabeled traffic allowed by default
[    3.085990] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[    3.086866] hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[    3.089971] clocksource: Switched to clocksource tsc-early
[    3.152404] *** VALIDATE bpf ***
[    3.154576] VFS: Disk quotas dquot_6.6.0
[    3.155945] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.158465] *** VALIDATE ramfs ***
[    3.159614] *** VALIDATE hugetlbfs ***
[    3.161091] pnp: PnP ACPI init
[    3.162281] system 00:00: [io  0x0440-0x047f] has been reserved
[    3.164231] system 00:00: [io  0x5658-0x5659] has been reserved
[    3.166178] system 00:00: [io  0x5670] has been reserved
[    3.167930] system 00:00: [io  0x0cf0-0x0cf1] has been reserved
[    3.170191] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    3.174680] system 00:07: [io  0x0400-0x041f] has been reserved
[    3.176822] system 00:07: [mem 0xe0000000-0xe7ffffff] has been reserved
[    3.178991] system 00:07: [mem 0xffc00000-0xffdfffff] could not be reserved
[    3.209588] pnp: PnP ACPI: found 8 devices
[    3.218844] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.221777] pci 0000:00:0f.0: can't claim BAR 6 [mem 0xffff8000-0xffffffff pref]: no compatible bridge window
[    3.224991] pci 0000:00:10.0: can't claim BAR 6 [mem 0xffffc000-0xffffffff pref]: no compatible bridge window
[    3.228216] pci 0000:02:01.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    3.231430] pci 0000:02:05.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    3.234666] pci 0000:00:15.0: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    3.237329] pci 0000:00:15.1: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    3.240011] pci 0000:00:15.2: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
[    3.242718] pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    3.245424] pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    3.248105] pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    3.250778] pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    3.253450] pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
[    3.256120] pci 0000:00:16.0: bridge window [io  0x1000-0x0fff] to [bus 0b] add_size 1000
[    3.258782] pci 0000:00:16.1: bridge window [io  0x1000-0x0fff] to [bus 0c] add_size 1000
[    3.261470] pci 0000:00:16.2: bridge window [io  0x1000-0x0fff] to [bus 0d] add_size 1000
[    3.264139] pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
[    3.266853] pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000
[    3.270188] pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
[    3.272828] pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
[    3.275502] pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
[    3.278180] pci 0000:00:17.0: bridge window [io  0x1000-0x0fff] to [bus 13] add_size 1000
[    3.280849] pci 0000:00:17.1: bridge window [io  0x1000-0x0fff] to [bus 14] add_size 1000
[    3.283541] pci 0000:00:17.2: bridge window [io  0x1000-0x0fff] to [bus 15] add_size 1000
[    3.286225] pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000
[    3.288913] pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000
[    3.291632] pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
[    3.294320] pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
[    3.297001] pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000
[    3.299684] pci 0000:00:18.0: bridge window [io  0x1000-0x0fff] to [bus 1b] add_size 1000
[    3.302658] pci 0000:00:18.1: bridge window [io  0x1000-0x0fff] to [bus 1c] add_size 1000
[    3.305350] pci 0000:00:18.2: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
[    3.308024] pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000
[    3.310711] pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000
[    3.313392] pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000
[    3.316085] pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000
[    3.318833] pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000
[    3.321572] pci 0000:00:0f.0: BAR 6: assigned [mem 0xfef00000-0xfef07fff pref]
[    3.323946] pci 0000:00:10.0: BAR 6: assigned [mem 0xfef08000-0xfef0bfff pref]
[    3.326315] pci 0000:00:15.0: BAR 13: assigned [io  0x3000-0x3fff]
[    3.328347] pci 0000:00:15.1: BAR 13: assigned [io  0x4000-0x4fff]
[    3.330392] pci 0000:00:15.2: BAR 13: assigned [io  0x6000-0x6fff]
[    3.332434] pci 0000:00:15.3: BAR 13: assigned [io  0x7000-0x7fff]
[    3.334539] pci 0000:00:15.4: BAR 13: assigned [io  0x8000-0x8fff]
[    3.336569] pci 0000:00:15.5: BAR 13: assigned [io  0x9000-0x9fff]
[    3.338604] pci 0000:00:15.6: BAR 13: assigned [io  0xa000-0xafff]
[    3.340643] pci 0000:00:15.7: BAR 13: assigned [io  0xb000-0xbfff]
[    3.342673] pci 0000:00:16.0: BAR 13: assigned [io  0xc000-0xcfff]
[    3.344709] pci 0000:00:16.1: BAR 13: assigned [io  0xd000-0xdfff]
[    3.346747] pci 0000:00:16.2: BAR 13: assigned [io  0xe000-0xefff]
[    3.348847] pci 0000:00:16.3: BAR 13: assigned [io  0xf000-0xffff]
[    3.350886] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    3.352985] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    3.355184] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    3.357393] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    3.359592] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    3.361690] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    3.363893] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    3.366291] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    3.368505] pci 0000:00:17.0: BAR 13: no space for [io  size 0x1000]
[    3.370594] pci 0000:00:17.0: BAR 13: failed to assign [io  size 0x1000]
[    3.372805] pci 0000:00:17.1: BAR 13: no space for [io  size 0x1000]
[    3.374895] pci 0000:00:17.1: BAR 13: failed to assign [io  size 0x1000]
[    3.377097] pci 0000:00:17.2: BAR 13: no space for [io  size 0x1000]
[    3.379264] pci 0000:00:17.2: BAR 13: failed to assign [io  size 0x1000]
[    3.381474] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    3.383569] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    3.385779] pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    3.387868] pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    3.390071] pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    3.392166] pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    3.394363] pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
[    3.396452] pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
[    3.398657] pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
[    3.400739] pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
[    3.402939] pci 0000:00:18.0: BAR 13: no space for [io  size 0x1000]
[    3.405027] pci 0000:00:18.0: BAR 13: failed to assign [io  size 0x1000]
[    3.407228] pci 0000:00:18.1: BAR 13: no space for [io  size 0x1000]
[    3.409319] pci 0000:00:18.1: BAR 13: failed to assign [io  size 0x1000]
[    3.411522] pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
[    3.413608] pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
[    3.415808] pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
[    3.417904] pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
[    3.420366] pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
[    3.422454] pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
[    3.424657] pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
[    3.426757] pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
[    3.428958] pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
[    3.431044] pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
[    3.433251] pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
[    3.435352] pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
[    3.437553] pci 0000:00:18.7: BAR 13: assigned [io  0x3000-0x3fff]
[    3.439581] pci 0000:00:18.6: BAR 13: assigned [io  0x4000-0x4fff]
[    3.441812] pci 0000:00:18.5: BAR 13: assigned [io  0x6000-0x6fff]
[    3.443852] pci 0000:00:18.4: BAR 13: assigned [io  0x7000-0x7fff]
[    3.445881] pci 0000:00:18.3: BAR 13: assigned [io  0x8000-0x8fff]
[    3.447910] pci 0000:00:18.2: BAR 13: assigned [io  0x9000-0x9fff]
[    3.449938] pci 0000:00:18.1: BAR 13: assigned [io  0xa000-0xafff]
[    3.452048] pci 0000:00:18.0: BAR 13: assigned [io  0xb000-0xbfff]
[    3.454082] pci 0000:00:17.7: BAR 13: assigned [io  0xc000-0xcfff]
[    3.456118] pci 0000:00:17.6: BAR 13: assigned [io  0xd000-0xdfff]
[    3.458143] pci 0000:00:17.5: BAR 13: assigned [io  0xe000-0xefff]
[    3.460183] pci 0000:00:17.4: BAR 13: assigned [io  0xf000-0xffff]
[    3.462222] pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    3.464455] pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    3.466689] pci 0000:00:17.2: BAR 13: no space for [io  size 0x1000]
[    3.468800] pci 0000:00:17.2: BAR 13: failed to assign [io  size 0x1000]
[    3.471123] pci 0000:00:17.1: BAR 13: no space for [io  size 0x1000]
[    3.473497] pci 0000:00:17.1: BAR 13: failed to assign [io  size 0x1000]
[    3.475700] pci 0000:00:17.0: BAR 13: no space for [io  size 0x1000]
[    3.477793] pci 0000:00:17.0: BAR 13: failed to assign [io  size 0x1000]
[    3.479982] pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    3.482071] pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    3.484303] pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    3.486404] pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    3.488630] pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    3.490715] pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    3.492916] pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    3.495015] pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    3.497210] pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
[    3.499306] pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
[    3.501519] pci 0000:00:16.2: BAR 13: no space for [io  size 0x1000]
[    3.503847] pci 0000:00:16.2: BAR 13: failed to assign [io  size 0x1000]
[    3.506042] pci 0000:00:16.1: BAR 13: no space for [io  size 0x1000]
[    3.508129] pci 0000:00:16.1: BAR 13: failed to assign [io  size 0x1000]
[    3.510329] pci 0000:00:16.0: BAR 13: no space for [io  size 0x1000]
[    3.512427] pci 0000:00:16.0: BAR 13: failed to assign [io  size 0x1000]
[    3.514625] pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
[    3.516708] pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
[    3.519134] pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
[    3.521569] pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
[    3.523773] pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
[    3.525855] pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
[    3.528056] pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
[    3.530153] pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
[    3.532350] pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
[    3.534437] pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
[    3.536778] pci 0000:00:15.2: BAR 13: no space for [io  size 0x1000]
[    3.538872] pci 0000:00:15.2: BAR 13: failed to assign [io  size 0x1000]
[    3.541071] pci 0000:00:15.1: BAR 13: no space for [io  size 0x1000]
[    3.543171] pci 0000:00:15.1: BAR 13: failed to assign [io  size 0x1000]
[    3.545373] pci 0000:00:15.0: BAR 13: no space for [io  size 0x1000]
[    3.547828] pci 0000:00:15.0: BAR 13: failed to assign [io  size 0x1000]
[    3.550026] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.551801] pci 0000:02:01.0: BAR 6: assigned [mem 0xfc030000-0xfc03ffff pref]
[    3.554178] pci 0000:02:05.0: BAR 6: assigned [mem 0xfc040000-0xfc04ffff pref]
[    3.556556] pci 0000:00:11.0: PCI bridge to [bus 02]
[    3.558216] pci 0000:00:11.0:   bridge window [io  0x1000-0x1fff]
[    3.560263] pci 0000:00:11.0:   bridge window [mem 0xfc000000-0xfc9fffff]
[    3.562525] pci 0000:00:11.0:   bridge window [mem 0xf8000000-0xf84fffff 64bit pref]
[    3.565112] pci 0000:00:15.0: PCI bridge to [bus 03]
[    3.566801] pci 0000:00:15.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    3.569054] pci 0000:00:15.0:   bridge window [mem 0xfa400000-0xfa4fffff 64bit pref]
[    3.571636] pci 0000:00:15.1: PCI bridge to [bus 04]
[    3.573340] pci 0000:00:15.1:   bridge window [mem 0xfe900000-0xfe9fffff]
[    3.575594] pci 0000:00:15.1:   bridge window [mem 0xfa300000-0xfa3fffff 64bit pref]
[    3.578174] pci 0000:00:15.2: PCI bridge to [bus 05]
[    3.579853] pci 0000:00:15.2:   bridge window [mem 0xfe800000-0xfe8fffff]
[    3.582116] pci 0000:00:15.2:   bridge window [mem 0xfa200000-0xfa2fffff 64bit pref]
[    3.585137] pci 0000:00:15.3: PCI bridge to [bus 06]
[    3.586904] pci 0000:00:15.3:   bridge window [mem 0xfe700000-0xfe7fffff]
[    3.589166] pci 0000:00:15.3:   bridge window [mem 0xfa100000-0xfa1fffff 64bit pref]
[    3.591773] pci 0000:00:15.4: PCI bridge to [bus 07]
[    3.593459] pci 0000:00:15.4:   bridge window [mem 0xfe600000-0xfe6fffff]
[    3.595784] pci 0000:00:15.4:   bridge window [mem 0xfa000000-0xfa0fffff 64bit pref]
[    3.598368] pci 0000:00:15.5: PCI bridge to [bus 08]
[    3.600061] pci 0000:00:15.5:   bridge window [mem 0xfe500000-0xfe5fffff]
[    3.602326] pci 0000:00:15.5:   bridge window [mem 0xf9f00000-0xf9ffffff 64bit pref]
[    3.604919] pci 0000:00:15.6: PCI bridge to [bus 09]
[    3.606605] pci 0000:00:15.6:   bridge window [mem 0xfe400000-0xfe4fffff]
[    3.608874] pci 0000:00:15.6:   bridge window [mem 0xf9e00000-0xf9efffff 64bit pref]
[    3.611454] pci 0000:00:15.7: PCI bridge to [bus 0a]
[    3.613134] pci 0000:00:15.7:   bridge window [mem 0xfe300000-0xfe3fffff]
[    3.615388] pci 0000:00:15.7:   bridge window [mem 0xf9d00000-0xf9dfffff 64bit pref]
[    3.617987] pci 0000:00:16.0: PCI bridge to [bus 0b]
[    3.620639] pci 0000:00:16.0:   bridge window [mem 0xfe200000-0xfe2fffff]
[    3.622859] pci 0000:00:16.0:   bridge window [mem 0xf9c00000-0xf9cfffff 64bit pref]
[    3.625456] pci 0000:00:16.1: PCI bridge to [bus 0c]
[    3.627150] pci 0000:00:16.1:   bridge window [mem 0xfe100000-0xfe1fffff]
[    3.629400] pci 0000:00:16.1:   bridge window [mem 0xf9b00000-0xf9bfffff 64bit pref]
[    3.632175] pci 0000:00:16.2: PCI bridge to [bus 0d]
[    3.633851] pci 0000:00:16.2:   bridge window [mem 0xfe000000-0xfe0fffff]
[    3.636110] pci 0000:00:16.2:   bridge window [mem 0xf9a00000-0xf9afffff 64bit pref]
[    3.638724] pci 0000:00:16.3: PCI bridge to [bus 0e]
[    3.640403] pci 0000:00:16.3:   bridge window [mem 0xfdf00000-0xfdffffff]
[    3.642657] pci 0000:00:16.3:   bridge window [mem 0xf9900000-0xf99fffff 64bit pref]
[    3.645251] pci 0000:00:16.4: PCI bridge to [bus 0f]
[    3.646934] pci 0000:00:16.4:   bridge window [mem 0xfde00000-0xfdefffff]
[    3.649405] pci 0000:00:16.4:   bridge window [mem 0xf9800000-0xf98fffff 64bit pref]
[    3.651986] pci 0000:00:16.5: PCI bridge to [bus 10]
[    3.653673] pci 0000:00:16.5:   bridge window [mem 0xfdd00000-0xfddfffff]
[    3.655957] pci 0000:00:16.5:   bridge window [mem 0xf9700000-0xf97fffff 64bit pref]
[    3.658533] pci 0000:00:16.6: PCI bridge to [bus 11]
[    3.660205] pci 0000:00:16.6:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    3.662466] pci 0000:00:16.6:   bridge window [mem 0xf9600000-0xf96fffff 64bit pref]
[    3.665042] pci 0000:00:16.7: PCI bridge to [bus 12]
[    3.666727] pci 0000:00:16.7:   bridge window [mem 0xfdb00000-0xfdbfffff]
[    3.668974] pci 0000:00:16.7:   bridge window [mem 0xf9500000-0xf95fffff 64bit pref]
[    3.671585] pci 0000:00:17.0: PCI bridge to [bus 13]
[    3.673330] pci 0000:00:17.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    3.676044] pci 0000:00:17.0:   bridge window [mem 0xf9400000-0xf94fffff 64bit pref]
[    3.678621] pci 0000:00:17.1: PCI bridge to [bus 14]
[    3.680314] pci 0000:00:17.1:   bridge window [mem 0xfd900000-0xfd9fffff]
[    3.682570] pci 0000:00:17.1:   bridge window [mem 0xf9300000-0xf93fffff 64bit pref]
[    3.685155] pci 0000:00:17.2: PCI bridge to [bus 15]
[    3.686837] pci 0000:00:17.2:   bridge window [mem 0xfd800000-0xfd8fffff]
[    3.689102] pci 0000:00:17.2:   bridge window [mem 0xf9200000-0xf92fffff 64bit pref]
[    3.691724] pci 0000:00:17.3: PCI bridge to [bus 16]
[    3.693505] pci 0000:00:17.3:   bridge window [mem 0xfd700000-0xfd7fffff]
[    3.695993] pci 0000:00:17.3:   bridge window [mem 0xf9100000-0xf91fffff 64bit pref]
[    3.698974] pci 0000:00:17.4: PCI bridge to [bus 17]
[    3.700632] pci 0000:00:17.4:   bridge window [io  0xf000-0xffff]
[    3.702974] pci 0000:00:17.4:   bridge window [mem 0xfd600000-0xfd6fffff]
[    3.705306] pci 0000:00:17.4:   bridge window [mem 0xf9000000-0xf90fffff 64bit pref]
[    3.707910] pci 0000:00:17.5: PCI bridge to [bus 18]
[    3.709568] pci 0000:00:17.5:   bridge window [io  0xe000-0xefff]
[    3.711609] pci 0000:00:17.5:   bridge window [mem 0xfd500000-0xfd5fffff]
[    3.714081] pci 0000:00:17.5:   bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    3.716851] pci 0000:00:17.6: PCI bridge to [bus 19]
[    3.718505] pci 0000:00:17.6:   bridge window [io  0xd000-0xdfff]
[    3.720576] pci 0000:00:17.6:   bridge window [mem 0xfd400000-0xfd4fffff]
[    3.722837] pci 0000:00:17.6:   bridge window [mem 0xf8e00000-0xf8efffff 64bit pref]
[    3.725431] pci 0000:00:17.7: PCI bridge to [bus 1a]
[    3.727100] pci 0000:00:17.7:   bridge window [io  0xc000-0xcfff]
[    3.729146] pci 0000:00:17.7:   bridge window [mem 0xfd300000-0xfd3fffff]
[    3.731413] pci 0000:00:17.7:   bridge window [mem 0xf8d00000-0xf8dfffff 64bit pref]
[    3.734012] pci 0000:00:18.0: PCI bridge to [bus 1b]
[    3.735679] pci 0000:00:18.0:   bridge window [io  0xb000-0xbfff]
[    3.737722] pci 0000:00:18.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    3.739984] pci 0000:00:18.0:   bridge window [mem 0xf8c00000-0xf8cfffff 64bit pref]
[    3.742584] pci 0000:00:18.1: PCI bridge to [bus 1c]
[    3.744250] pci 0000:00:18.1:   bridge window [io  0xa000-0xafff]
[    3.746300] pci 0000:00:18.1:   bridge window [mem 0xfd100000-0xfd1fffff]
[    3.748557] pci 0000:00:18.1:   bridge window [mem 0xf8b00000-0xf8bfffff 64bit pref]
[    3.751492] pci 0000:00:18.2: PCI bridge to [bus 1d]
[    3.753156] pci 0000:00:18.2:   bridge window [io  0x9000-0x9fff]
[    3.755201] pci 0000:00:18.2:   bridge window [mem 0xfd000000-0xfd0fffff]
[    3.757457] pci 0000:00:18.2:   bridge window [mem 0xf8a00000-0xf8afffff 64bit pref]
[    3.760050] pci 0000:00:18.3: PCI bridge to [bus 1e]
[    3.761710] pci 0000:00:18.3:   bridge window [io  0x8000-0x8fff]
[    3.763750] pci 0000:00:18.3:   bridge window [mem 0xfcf00000-0xfcffffff]
[    3.766003] pci 0000:00:18.3:   bridge window [mem 0xf8900000-0xf89fffff 64bit pref]
[    3.768662] pci 0000:00:18.4: PCI bridge to [bus 1f]
[    3.770829] pci 0000:00:18.4:   bridge window [io  0x7000-0x7fff]
[    3.772896] pci 0000:00:18.4:   bridge window [mem 0xfce00000-0xfcefffff]
[    3.775154] pci 0000:00:18.4:   bridge window [mem 0xf8800000-0xf88fffff 64bit pref]
[    3.777754] pci 0000:00:18.5: PCI bridge to [bus 20]
[    3.779412] pci 0000:00:18.5:   bridge window [io  0x6000-0x6fff]
[    3.781462] pci 0000:00:18.5:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    3.783873] pci 0000:00:18.5:   bridge window [mem 0xf8700000-0xf87fffff 64bit pref]
[    3.786474] pci 0000:00:18.6: PCI bridge to [bus 21]
[    3.788126] pci 0000:00:18.6:   bridge window [io  0x4000-0x4fff]
[    3.790167] pci 0000:00:18.6:   bridge window [mem 0xfcc00000-0xfccfffff]
[    3.792420] pci 0000:00:18.6:   bridge window [mem 0xf8600000-0xf86fffff 64bit pref]
[    3.795006] pci 0000:00:18.7: PCI bridge to [bus 22]
[    3.796666] pci 0000:00:18.7:   bridge window [io  0x3000-0x3fff]
[    3.798705] pci 0000:00:18.7:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    3.800952] pci 0000:00:18.7:   bridge window [mem 0xf8500000-0xf85fffff 64bit pref]
[    3.803547] pci_bus 0000:00: resource 4 [io  0x0d00-0xffff window]
[    3.805908] pci_bus 0000:00: resource 5 [io  0x0000-0x0cf7 window]
[    3.807945] pci_bus 0000:00: resource 6 [mem 0xfef00000-0xffdfffff window]
[    3.810196] pci_bus 0000:00: resource 7 [mem 0xfed45000-0xfedfffff window]
[    3.812457] pci_bus 0000:00: resource 8 [mem 0xfec10000-0xfed3ffff window]
[    3.814705] pci_bus 0000:00: resource 9 [mem 0xfa500000-0xfebfffff window]
[    3.816947] pci_bus 0000:00: resource 10 [mem 0xf0000000-0xfa4fffff pref window]
[    3.819360] pci_bus 0000:00: resource 11 [mem 0xc0000000-0xefffffff window]
[    3.821646] pci_bus 0000:00: resource 12 [mem 0x000a0000-0x000bffff window]
[    3.823922] pci_bus 0000:00: resource 13 [mem 0x000c4000-0x000c7fff window]
[    3.826195] pci_bus 0000:00: resource 14 [mem 0x000c8000-0x000cbfff window]
[    3.828468] pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d7fff window]
[    3.830754] pci_bus 0000:00: resource 16 [mem 0x000d8000-0x000dbfff window]
[    3.833033] pci_bus 0000:00: resource 17 [mem 0x000e4000-0x000e7fff window]
[    3.835306] pci_bus 0000:00: resource 18 [mem 0x000e8000-0x000ebfff window]
[    3.837913] pci_bus 0000:00: resource 19 [mem 0x000ec000-0x000effff window]
[    3.840198] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    3.842031] pci_bus 0000:02: resource 1 [mem 0xfc000000-0xfc9fffff]
[    3.844082] pci_bus 0000:02: resource 2 [mem 0xf8000000-0xf84fffff 64bit pref]
[    3.846443] pci_bus 0000:02: resource 4 [io  0x0d00-0xffff window]
[    3.848466] pci_bus 0000:02: resource 5 [io  0x0000-0x0cf7 window]
[    3.850486] pci_bus 0000:02: resource 6 [mem 0xfef00000-0xffdfffff window]
[    3.852735] pci_bus 0000:02: resource 7 [mem 0xfed45000-0xfedfffff window]
[    3.854989] pci_bus 0000:02: resource 8 [mem 0xfec10000-0xfed3ffff window]
[    3.857419] pci_bus 0000:02: resource 9 [mem 0xfa500000-0xfebfffff window]
[    3.859664] pci_bus 0000:02: resource 10 [mem 0xf0000000-0xfa4fffff pref window]
[    3.862079] pci_bus 0000:02: resource 11 [mem 0xc0000000-0xefffffff window]
[    3.864367] pci_bus 0000:02: resource 12 [mem 0x000a0000-0x000bffff window]
[    3.866642] pci_bus 0000:02: resource 13 [mem 0x000c4000-0x000c7fff window]
[    3.868912] pci_bus 0000:02: resource 14 [mem 0x000c8000-0x000cbfff window]
[    3.871187] pci_bus 0000:02: resource 15 [mem 0x000d4000-0x000d7fff window]
[    3.873477] pci_bus 0000:02: resource 16 [mem 0x000d8000-0x000dbfff window]
[    3.875986] pci_bus 0000:02: resource 17 [mem 0x000e4000-0x000e7fff window]
[    3.878267] pci_bus 0000:02: resource 18 [mem 0x000e8000-0x000ebfff window]
[    3.880540] pci_bus 0000:02: resource 19 [mem 0x000ec000-0x000effff window]
[    3.882824] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[    3.884877] pci_bus 0000:03: resource 2 [mem 0xfa400000-0xfa4fffff 64bit pref]
[    3.887231] pci_bus 0000:04: resource 1 [mem 0xfe900000-0xfe9fffff]
[    3.889287] pci_bus 0000:04: resource 2 [mem 0xfa300000-0xfa3fffff 64bit pref]
[    3.891654] pci_bus 0000:05: resource 1 [mem 0xfe800000-0xfe8fffff]
[    3.893709] pci_bus 0000:05: resource 2 [mem 0xfa200000-0xfa2fffff 64bit pref]
[    3.896245] pci_bus 0000:06: resource 1 [mem 0xfe700000-0xfe7fffff]
[    3.898513] pci_bus 0000:06: resource 2 [mem 0xfa100000-0xfa1fffff 64bit pref]
[    3.900888] pci_bus 0000:07: resource 1 [mem 0xfe600000-0xfe6fffff]
[    3.902966] pci_bus 0000:07: resource 2 [mem 0xfa000000-0xfa0fffff 64bit pref]
[    3.905563] pci_bus 0000:08: resource 1 [mem 0xfe500000-0xfe5fffff]
[    3.907616] pci_bus 0000:08: resource 2 [mem 0xf9f00000-0xf9ffffff 64bit pref]
[    3.909980] pci_bus 0000:09: resource 1 [mem 0xfe400000-0xfe4fffff]
[    3.912042] pci_bus 0000:09: resource 2 [mem 0xf9e00000-0xf9efffff 64bit pref]
[    3.914398] pci_bus 0000:0a: resource 1 [mem 0xfe300000-0xfe3fffff]
[    3.916452] pci_bus 0000:0a: resource 2 [mem 0xf9d00000-0xf9dfffff 64bit pref]
[    3.918823] pci_bus 0000:0b: resource 1 [mem 0xfe200000-0xfe2fffff]
[    3.920871] pci_bus 0000:0b: resource 2 [mem 0xf9c00000-0xf9cfffff 64bit pref]
[    3.923240] pci_bus 0000:0c: resource 1 [mem 0xfe100000-0xfe1fffff]
[    3.925582] pci_bus 0000:0c: resource 2 [mem 0xf9b00000-0xf9bfffff 64bit pref]
[    3.927958] pci_bus 0000:0d: resource 1 [mem 0xfe000000-0xfe0fffff]
[    3.930027] pci_bus 0000:0d: resource 2 [mem 0xf9a00000-0xf9afffff 64bit pref]
[    3.932395] pci_bus 0000:0e: resource 1 [mem 0xfdf00000-0xfdffffff]
[    3.934462] pci_bus 0000:0e: resource 2 [mem 0xf9900000-0xf99fffff 64bit pref]
[    3.936845] pci_bus 0000:0f: resource 1 [mem 0xfde00000-0xfdefffff]
[    3.938913] pci_bus 0000:0f: resource 2 [mem 0xf9800000-0xf98fffff 64bit pref]
[    3.941284] pci_bus 0000:10: resource 1 [mem 0xfdd00000-0xfddfffff]
[    3.943344] pci_bus 0000:10: resource 2 [mem 0xf9700000-0xf97fffff 64bit pref]
[    3.945724] pci_bus 0000:11: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    3.947792] pci_bus 0000:11: resource 2 [mem 0xf9600000-0xf96fffff 64bit pref]
[    3.950158] pci_bus 0000:12: resource 1 [mem 0xfdb00000-0xfdbfffff]
[    3.952223] pci_bus 0000:12: resource 2 [mem 0xf9500000-0xf95fffff 64bit pref]
[    3.954608] pci_bus 0000:13: resource 1 [mem 0xfda00000-0xfdafffff]
[    3.956712] pci_bus 0000:13: resource 2 [mem 0xf9400000-0xf94fffff 64bit pref]
[    3.959079] pci_bus 0000:14: resource 1 [mem 0xfd900000-0xfd9fffff]
[    3.961145] pci_bus 0000:14: resource 2 [mem 0xf9300000-0xf93fffff 64bit pref]
[    3.963534] pci_bus 0000:15: resource 1 [mem 0xfd800000-0xfd8fffff]
[    3.965602] pci_bus 0000:15: resource 2 [mem 0xf9200000-0xf92fffff 64bit pref]
[    3.967972] pci_bus 0000:16: resource 1 [mem 0xfd700000-0xfd7fffff]
[    3.970039] pci_bus 0000:16: resource 2 [mem 0xf9100000-0xf91fffff 64bit pref]
[    3.972427] pci_bus 0000:17: resource 0 [io  0xf000-0xffff]
[    3.974275] pci_bus 0000:17: resource 1 [mem 0xfd600000-0xfd6fffff]
[    3.976346] pci_bus 0000:17: resource 2 [mem 0xf9000000-0xf90fffff 64bit pref]
[    3.978950] pci_bus 0000:18: resource 0 [io  0xe000-0xefff]
[    3.980803] pci_bus 0000:18: resource 1 [mem 0xfd500000-0xfd5fffff]
[    3.982875] pci_bus 0000:18: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
[    3.985248] pci_bus 0000:19: resource 0 [io  0xd000-0xdfff]
[    3.987085] pci_bus 0000:19: resource 1 [mem 0xfd400000-0xfd4fffff]
[    3.989161] pci_bus 0000:19: resource 2 [mem 0xf8e00000-0xf8efffff 64bit pref]
[    3.991797] pci_bus 0000:1a: resource 0 [io  0xc000-0xcfff]
[    3.993670] pci_bus 0000:1a: resource 1 [mem 0xfd300000-0xfd3fffff]
[    3.995735] pci_bus 0000:1a: resource 2 [mem 0xf8d00000-0xf8dfffff 64bit pref]
[    3.998117] pci_bus 0000:1b: resource 0 [io  0xb000-0xbfff]
[    3.999963] pci_bus 0000:1b: resource 1 [mem 0xfd200000-0xfd2fffff]
[    4.002029] pci_bus 0000:1b: resource 2 [mem 0xf8c00000-0xf8cfffff 64bit pref]
[    4.004400] pci_bus 0000:1c: resource 0 [io  0xa000-0xafff]
[    4.006250] pci_bus 0000:1c: resource 1 [mem 0xfd100000-0xfd1fffff]
[    4.008320] pci_bus 0000:1c: resource 2 [mem 0xf8b00000-0xf8bfffff 64bit pref]
[    4.010682] pci_bus 0000:1d: resource 0 [io  0x9000-0x9fff]
[    4.012559] pci_bus 0000:1d: resource 1 [mem 0xfd000000-0xfd0fffff]
[    4.014630] pci_bus 0000:1d: resource 2 [mem 0xf8a00000-0xf8afffff 64bit pref]
[    4.016999] pci_bus 0000:1e: resource 0 [io  0x8000-0x8fff]
[    4.019067] pci_bus 0000:1e: resource 1 [mem 0xfcf00000-0xfcffffff]
[    4.021473] pci_bus 0000:1e: resource 2 [mem 0xf8900000-0xf89fffff 64bit pref]
[    4.023854] pci_bus 0000:1f: resource 0 [io  0x7000-0x7fff]
[    4.025697] pci_bus 0000:1f: resource 1 [mem 0xfce00000-0xfcefffff]
[    4.027760] pci_bus 0000:1f: resource 2 [mem 0xf8800000-0xf88fffff 64bit pref]
[    4.030131] pci_bus 0000:20: resource 0 [io  0x6000-0x6fff]
[    4.031986] pci_bus 0000:20: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    4.034058] pci_bus 0000:20: resource 2 [mem 0xf8700000-0xf87fffff 64bit pref]
[    4.036424] pci_bus 0000:21: resource 0 [io  0x4000-0x4fff]
[    4.038267] pci_bus 0000:21: resource 1 [mem 0xfcc00000-0xfccfffff]
[    4.040338] pci_bus 0000:21: resource 2 [mem 0xf8600000-0xf86fffff 64bit pref]
[    4.042703] pci_bus 0000:22: resource 0 [io  0x3000-0x3fff]
[    4.044541] pci_bus 0000:22: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    4.046605] pci_bus 0000:22: resource 2 [mem 0xf8500000-0xf85fffff 64bit pref]
[    4.049100] NET: Registered protocol family 2
[    4.051254] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    4.054538] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    4.060024] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    4.068220] TCP: Hash tables configured (established 65536 bind 65536)
[    4.072345] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    4.075323] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    4.080869] NET: Registered protocol family 1
[    4.082345] NET: Registered protocol family 44
[    4.084184] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    4.086256] pci 0000:00:0f.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    4.091031] pci 0000:02:01.0: CLS mismatch (32 != 64), using 64 bytes
[    4.094009] Trying to unpack rootfs image as initramfs...
[    4.869103] Freeing initrd memory: 24924K
[    4.870527] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    4.872652] software IO TLB: mapped [mem 0xbc000000-0xc0000000] (64MB)
[    4.874950] check: Scanning for low memory corruption every 60 seconds
[    4.879942] Initialise system trusted keyrings
[    4.881713] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    4.887437] zbud: loaded
[    4.889054] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    4.890994] fuse: init (API version 7.31)
[    4.892344] *** VALIDATE fuseblk ***
[    4.893543] *** VALIDATE fuse ***
[    4.897215] Key type asymmetric registered
[    4.898589] Asymmetric key parser 'x509' registered
[    4.900282] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    4.903168] io scheduler mq-deadline registered
[    4.904667] io scheduler kyber registered
[    4.905997] io scheduler bfq registered
[    4.908922] pcieport 0000:00:15.0: PME: Signaling with IRQ 24
[    4.910976] pcieport 0000:00:15.0: pciehp: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    4.916633] pcieport 0000:00:15.1: PME: Signaling with IRQ 25
[    4.918616] pcieport 0000:00:15.1: pciehp: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    4.924054] pcieport 0000:00:15.2: PME: Signaling with IRQ 26
[    4.926358] pcieport 0000:00:15.2: pciehp: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    4.931776] pcieport 0000:00:15.3: PME: Signaling with IRQ 27
[    4.933720] pcieport 0000:00:15.3: pciehp: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    4.939145] pcieport 0000:00:15.4: PME: Signaling with IRQ 28
[    4.941097] pcieport 0000:00:15.4: pciehp: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    4.946698] pcieport 0000:00:15.5: PME: Signaling with IRQ 29
[    4.948641] pcieport 0000:00:15.5: pciehp: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    4.954297] pcieport 0000:00:15.6: PME: Signaling with IRQ 30
[    4.956235] pcieport 0000:00:15.6: pciehp: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    4.962960] pcieport 0000:00:15.7: PME: Signaling with IRQ 31
[    4.964906] pcieport 0000:00:15.7: pciehp: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    4.970699] pcieport 0000:00:16.0: PME: Signaling with IRQ 32
[    4.972644] pcieport 0000:00:16.0: pciehp: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    4.978314] pcieport 0000:00:16.1: PME: Signaling with IRQ 33
[    4.980284] pcieport 0000:00:16.1: pciehp: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    4.985697] pcieport 0000:00:16.2: PME: Signaling with IRQ 34
[    4.987734] pcieport 0000:00:16.2: pciehp: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    4.993742] pcieport 0000:00:16.3: PME: Signaling with IRQ 35
[    4.996393] pcieport 0000:00:16.3: pciehp: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.001808] pcieport 0000:00:16.4: PME: Signaling with IRQ 36
[    5.003752] pcieport 0000:00:16.4: pciehp: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.009280] pcieport 0000:00:16.5: PME: Signaling with IRQ 37
[    5.011301] pcieport 0000:00:16.5: pciehp: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.017032] pcieport 0000:00:16.6: PME: Signaling with IRQ 38
[    5.019277] pcieport 0000:00:16.6: pciehp: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.025043] pcieport 0000:00:16.7: PME: Signaling with IRQ 39
[    5.027024] pcieport 0000:00:16.7: pciehp: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.032396] pcieport 0000:00:17.0: PME: Signaling with IRQ 40
[    5.034346] pcieport 0000:00:17.0: pciehp: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.039746] pcieport 0000:00:17.1: PME: Signaling with IRQ 41
[    5.041872] pcieport 0000:00:17.1: pciehp: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.047166] pcieport 0000:00:17.2: PME: Signaling with IRQ 42
[    5.049165] pcieport 0000:00:17.2: pciehp: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.054597] pcieport 0000:00:17.3: PME: Signaling with IRQ 43
[    5.056551] pcieport 0000:00:17.3: pciehp: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.061944] pcieport 0000:00:17.4: PME: Signaling with IRQ 44
[    5.063917] pcieport 0000:00:17.4: pciehp: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.069335] pcieport 0000:00:17.5: PME: Signaling with IRQ 45
[    5.071566] pcieport 0000:00:17.5: pciehp: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.076931] pcieport 0000:00:17.6: PME: Signaling with IRQ 46
[    5.078893] pcieport 0000:00:17.6: pciehp: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.084474] pcieport 0000:00:17.7: PME: Signaling with IRQ 47
[    5.087180] pcieport 0000:00:17.7: pciehp: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.094049] pcieport 0000:00:18.0: PME: Signaling with IRQ 48
[    5.096310] pcieport 0000:00:18.0: pciehp: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.101882] pcieport 0000:00:18.1: PME: Signaling with IRQ 49
[    5.104002] pcieport 0000:00:18.1: pciehp: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.109718] pcieport 0000:00:18.2: PME: Signaling with IRQ 50
[    5.111669] pcieport 0000:00:18.2: pciehp: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.117127] pcieport 0000:00:18.3: PME: Signaling with IRQ 51
[    5.119127] pcieport 0000:00:18.3: pciehp: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.127616] pcieport 0000:00:18.4: PME: Signaling with IRQ 52
[    5.130158] pcieport 0000:00:18.4: pciehp: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.136894] pcieport 0000:00:18.5: PME: Signaling with IRQ 53
[    5.139928] pcieport 0000:00:18.5: pciehp: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.146927] pcieport 0000:00:18.6: PME: Signaling with IRQ 54
[    5.150526] pcieport 0000:00:18.6: pciehp: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.157966] pcieport 0000:00:18.7: PME: Signaling with IRQ 55
[    5.160601] pcieport 0000:00:18.7: pciehp: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    5.167674] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.170447] efifb: probing for efifb
[    5.171879] efifb: No BGRT, not showing boot graphics
[    5.173753] efifb: framebuffer at 0xf0000000, using 3072k, total 3072k
[    5.175900] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    5.177877] efifb: scrolling: redraw
[    5.179067] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    5.181442] Console: switching to colour frame buffer device 128x48
[    5.184883] fb0: EFI VGA frame buffer device
[    5.186698] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    5.199880] ACPI: Power Button [PWRF]
[    5.204814] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.207917] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    5.244459] 00:06: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    5.338458] loop: module loaded
[    5.340920] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    5.343027] e100: Copyright(c) 1999-2006 Intel Corporation
[    5.345131] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    5.347563] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    5.749795] e1000 0000:02:01.0 eth0: (PCI:66MHz:32-bit) 00:0c:29:XX:XX:XX
[    5.752341] e1000 0000:02:01.0 eth0: Intel(R) PRO/1000 Network Connection
[    5.754728] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    5.756676] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.758730] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.761006] ehci-pci: EHCI PCI platform driver
[    5.763049] ehci-pci 0000:02:03.0: EHCI Host Controller
[    5.764810] ehci-pci 0000:02:03.0: new USB bus registered, assigned bus number 1
[    5.767453] ehci-pci 0000:02:03.0: cache line size of 64 is not supported
[    5.769927] ehci-pci 0000:02:03.0: irq 17, io mem 0xfc051000
[    5.779856] ehci-pci 0000:02:03.0: USB 2.0 started, EHCI 1.00
[    5.784262] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    5.790178] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.794608] usb usb1: Product: EHCI Host Controller
[    5.796962] usb usb1: Manufacturer: Linux 5.6.5 ehci_hcd
[    5.799423] usb usb1: SerialNumber: 0000:02:03.0
[    5.802053] hub 1-0:1.0: USB hub found
[    5.804755] hub 1-0:1.0: 6 ports detected
[    5.806848] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.809834] ohci-pci: OHCI PCI platform driver
[    5.812719] uhci_hcd: USB Universal Host Controller Interface driver
[    5.817025] uhci_hcd 0000:02:00.0: UHCI Host Controller
[    5.819725] uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    5.823607] uhci_hcd 0000:02:00.0: detected 2 ports
[    5.826959] uhci_hcd 0000:02:00.0: irq 18, io base 0x00001080
[    5.829576] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.06
[    5.833461] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.837649] usb usb2: Product: UHCI Host Controller
[    5.840151] usb usb2: Manufacturer: Linux 5.6.5 uhci_hcd
[    5.842592] usb usb2: SerialNumber: 0000:02:00.0
[    5.845196] hub 2-0:1.0: USB hub found
[    5.847651] hub 2-0:1.0: 2 ports detected
[    5.850658] usbcore: registered new interface driver usb-storage
[    5.853458] usbcore: registered new interface driver usbserial_generic
[    5.856461] usbserial: USB Serial support registered for generic
[    5.881417] rtc_cmos 00:01: registered as rtc0
[    5.884013] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    5.887002] device-mapper: uevent: version 1.0.3
[    5.889156] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    5.893141] intel_pstate: CPU model not supported
[    5.896367] ledtrig-cpu: registered to indicate activity on CPUs
[    5.899785] intel_pmc_core intel_pmc_core.0:  initialized
[    5.902891] drop_monitor: Initializing network drop monitor service
[    5.906668] NET: Registered protocol family 10
[    5.912910] tsc: Refined TSC clocksource calibration: 2303.793 MHz
[    5.916230] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135344f428, max_idle_ns: 440795265847 ns
[    5.921108] clocksource: Switched to clocksource tsc
[    5.930386] Segment Routing with IPv6
[    5.933930] NET: Registered protocol family 17
[    5.937586] RAS: Correctable Errors collector initialized.
[    5.939933] IPI shorthand broadcast: enabled
[    5.941785] sched_clock: Marking stable (5242992686, 698783468)->(6452976653, -511200499)
[    5.946717] registered taskstats version 1
[    5.948892] Loading compiled-in X.509 certificates
[    5.951200] zswap: loaded using pool lzo/zbud
[    5.955104] Key type ._fscrypt registered
[    5.957724] Key type .fscrypt registered
[    5.959675] Key type fscrypt-provisioning registered
[    5.966588] Key type big_key registered
[    5.970397] PM:   Magic number: 8:312:935
[    5.972227] clockevents clockevent24: hash matches
[    5.974541] printk: console [netcon0] enabled
[    5.976847] netconsole: network logging started
[    5.979898] rtc_cmos 00:01: setting system clock to 2020-06-02T12:55:22 UTC (1591102522)
[    5.986211] Freeing unused decrypted memory: 2040K
[    5.988831] Freeing unused kernel image (initmem) memory: 1624K
[    5.997178] Write protecting the kernel read-only data: 22528k
[    6.000701] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    6.005276] Freeing unused kernel image (rodata/data gap) memory: 1488K
[    6.016576] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    6.020192] Run /init as init process
[    6.068988] NET: Registered protocol family 38
[    6.082620] async_raid6_recov: Unknown symbol raid6_2data_recov (err -2)
[    6.086035] async_raid6_recov: Unknown symbol raid6_gfexi (err -2)
[    6.088628] async_raid6_recov: Unknown symbol raid6_gfmul (err -2)
[    6.091168] async_raid6_recov: Unknown symbol async_gen_syndrome (err -2)
[    6.094518] async_raid6_recov: Unknown symbol raid6_gfinv (err -2)
[    6.097814] async_raid6_recov: Unknown symbol raid6_gfexp (err -2)
[    6.100581] async_raid6_recov: Unknown symbol raid6_datap_recov (err -2)
[    6.103640] async_raid6_recov: Unknown symbol async_tx_quiesce (err -2)
[    6.106934] async_raid6_recov: Unknown symbol async_xor (err -2)
[    6.110760] async_raid6_recov: Unknown symbol __async_tx_find_channel (err -2)
[    6.113705] async_raid6_recov: Unknown symbol async_memcpy (err -2)
[    6.116343] async_raid6_recov: Unknown symbol async_tx_submit (err -2)
[    6.120489] async_raid6_recov: Unknown symbol raid6_empty_zero_page (err -2)
[    6.137607] async_memcpy: Unknown symbol async_tx_quiesce (err -2)
[    6.142757] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    6.149076] async_memcpy: Unknown symbol __async_tx_find_channel (err -2)
[    6.153544] async_memcpy: Unknown symbol async_tx_submit (err -2)
[    6.168531] async_pq: Unknown symbol raid6_gfexp (err -2)
[    6.172073] usb 2-1: new full-speed USB device number 2 using uhci_hcd
[    6.172761] async_pq: Unknown symbol async_tx_quiesce (err -2)
[    6.179838] async_pq: Unknown symbol async_xor (err -2)
[    6.183251] async_pq: Unknown symbol __async_tx_find_channel (err -2)
[    6.186208] async_pq: Unknown symbol async_tx_submit (err -2)
[    6.188720] async_pq: Unknown symbol raid6_call (err -2)
[    6.190939] async_pq: Unknown symbol raid6_empty_zero_page (err -2)
[    6.191000] usb 1-1: New USB device found, idVendor=0e0f, idProduct=000b, bcdDevice= 1.00
[    6.197910] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.201461] usb 1-1: Product: VMware Virtual USB Video Device
[    6.204578] usb 1-1: Manufacturer: VMware, Inc.
[    6.208592] async_xor: Unknown symbol async_tx_quiesce (err -2)
[    6.211444] async_xor: Unknown symbol __async_tx_find_channel (err -2)
[    6.215428] async_xor: Unknown symbol xor_blocks (err -2)
[    6.217968] async_xor: Unknown symbol async_tx_submit (err -2)
[    6.229969] async_tx: api initialized (async)
[    6.239124] xor: automatically using best checksumming function   avx       
[    6.259880] raid6: avx2x4   gen() 42707 MB/s
[    6.278878] raid6: avx2x4   xor() 18070 MB/s
[    6.297875] raid6: avx2x2   gen() 43606 MB/s
[    6.316289] usb 2-1: New USB device found, idVendor=0e0f, idProduct=0003, bcdDevice= 1.03
[    6.316867] raid6: avx2x2   xor() 26506 MB/s
[    6.322264] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.328512] usb 2-1: Product: VMware Virtual USB Mouse
[    6.332028] usb 2-1: Manufacturer: VMware
[    6.340887] raid6: avx2x1   gen() 32559 MB/s
[    6.359881] raid6: avx2x1   xor() 20783 MB/s
[    6.378953] raid6: sse2x4   gen() 16187 MB/s
[    6.397877] raid6: sse2x4   xor() 11841 MB/s
[    6.416870] raid6: sse2x2   gen() 21713 MB/s
[    6.435909] raid6: sse2x2   xor() 14569 MB/s
[    6.454868] raid6: sse2x1   gen() 19400 MB/s
[    6.455907] usb 2-2: new full-speed USB device number 3 using uhci_hcd
[    6.473871] raid6: sse2x1   xor() 10152 MB/s
[    6.476690] raid6: using algorithm avx2x2 gen() 43606 MB/s
[    6.479087] raid6: .... xor() 26506 MB/s, rmw enabled
[    6.481282] raid6: using avx2x2 recovery algorithm
[    6.484577] raid456: Unknown symbol async_gen_syndrome (err -2)
[    6.487738] raid456: Unknown symbol async_xor (err -2)
[    6.490316] raid456: Unknown symbol async_xor_val (err -2)
[    6.492824] raid456: Unknown symbol async_memcpy (err -2)
[    6.495267] raid456: Unknown symbol async_raid6_2data_recov (err -2)
[    6.498908] raid456: Unknown symbol async_syndrome_val (err -2)
[    6.501653] raid456: Unknown symbol async_raid6_datap_recov (err -2)
[    6.587901] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[    6.598383] serio: i8042 KBD port at 0x60,0x64 irq 1
[    6.604428] usb 2-2: New USB device found, idVendor=0e0f, idProduct=0002, bcdDevice= 1.00
[    6.607870] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.608873] serio: i8042 AUX port at 0x60,0x64 irq 12
[    6.610938] usb 2-2: Product: VMware Virtual USB Hub
[    6.616436] usb 2-2: Manufacturer: VMware, Inc.
[    6.622662] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    6.625284] hub 2-2:1.0: USB hub found
[    6.633066] hub 2-2:1.0: 7 ports detected
[    6.775627] mptscsih: Unknown symbol mpt_put_msg_frame_hi_pri (err -2)
[    6.780368] mptscsih: Unknown symbol mpt_clear_taskmgmt_in_progress_flag (err -2)
[    6.783713] mptscsih: Unknown symbol mpt_detach (err -2)
[    6.783822] hid: raw HID events driver (C) Jiri Kosina
[    6.791557] mptscsih: Unknown symbol mpt_suspend (err -2)
[    6.793506] usbcore: registered new interface driver usbhid
[    6.796793] input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1/2-1:1.0/0003:0E0F:0003.0001/input/input3
[    6.796797] usbhid: USB HID core driver
[    6.799102] mptscsih: Unknown symbol mpt_free_msg_frame (err -2)
[    6.799105] mptscsih: Unknown symbol mpt_print_ioc_summary (err -2)
[    6.799107] mptscsih: Unknown symbol mpt_raid_phys_disk_pg1 (err -2)
[    6.799110] mptscsih: Unknown symbol mpt_GetIocState (err -2)
[    6.799111] mptscsih: Unknown symbol mpt_Soft_Hard_ResetHandler (err -2)
[    6.799113] mptscsih: Unknown symbol mpt_resume (err -2)
[    6.799114] mptscsih: Unknown symbol mpt_put_msg_frame (err -2)
[    6.799116] mptscsih: Unknown symbol mpt_fwfault_debug (err -2)
[    6.799117] mptscsih: Unknown symbol mpt_send_handshake_request (err -2)
[    6.799119] mptscsih: Unknown symbol mpt_raid_phys_disk_get_num_paths (err -2)
[    6.799121] mptscsih: Unknown symbol mpt_halt_firmware (err -2)
[    6.799123] mptscsih: Unknown symbol mpt_get_msg_frame (err -2)
[    6.799124] mptscsih: Unknown symbol mpt_HardResetHandler (err -2)
[    6.799125] mptscsih: Unknown symbol mpt_set_taskmgmt_in_progress_flag (err -2)
[    6.804054] hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input0
[    6.814310] scsi host0: ata_piix
[    6.841426] Fusion MPT base driver 3.04.20
[    6.851909] scsi host1: ata_piix
[    6.853543] Copyright (c) 1999-2008 LSI Corporation
[    6.866599] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x2150 irq 14
[    6.881378] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x2158 irq 15
[    6.886949] mptspi: Unknown symbol mptscsih_host_attrs (err -2)
[    6.890567] mptspi: Unknown symbol mptscsih_qcmd (err -2)
[    6.894656] mptspi: Unknown symbol mptscsih_bios_param (err -2)
[    6.898555] mptspi: Unknown symbol mptscsih_io_done (err -2)
[    6.901691] mptspi: Unknown symbol mptscsih_slave_configure (err -2)
[    6.905024] mptspi: Unknown symbol mptscsih_taskmgmt_complete (err -2)
[    6.907150] ahci 0000:02:05.0: AHCI 0001.0300 32 slots 30 ports 6 Gbps 0x3fffffff impl SATA mode
[    6.909852] mptspi: Unknown symbol mptscsih_ioc_reset (err -2)
[    6.914686] ahci 0000:02:05.0: flags: 64bit ncq clo only 
[    6.923244] mptspi: Unknown symbol mptscsih_remove (err -2)
[    6.926122] mptspi: Unknown symbol mptscsih_bus_reset (err -2)
[    6.928843] mptspi: Unknown symbol mptscsih_is_phys_disk (err -2)
[    6.932799] mptspi: Unknown symbol mptscsih_host_reset (err -2)
[    6.936623] crypto_simd: Unknown symbol cryptd_alloc_aead (err -2)
[    6.939624] crypto_simd: Unknown symbol cryptd_aead_child (err -2)
[    6.940132] mptspi: Unknown symbol mptscsih_scandv_complete (err -2)
[    6.945304] crypto_simd: Unknown symbol cryptd_skcipher_child (err -2)
[    6.948621] mptspi: Unknown symbol mptscsih_resume (err -2)
[    6.951906] crypto_simd: Unknown symbol cryptd_alloc_skcipher (err -2)
[    6.956637] mptspi: Unknown symbol mptscsih_raid_id_to_num (err -2)
[    6.959739] crypto_simd: Unknown symbol cryptd_aead_queued (err -2)
[    6.964886] mptspi: Unknown symbol mptscsih_event_process (err -2)
[    6.967357] crypto_simd: Unknown symbol cryptd_skcipher_queued (err -2)
[    6.968615] scsi host2: ahci
[    6.970363] mptspi: Unknown symbol mptscsih_suspend (err -2)
[    6.973182] crypto_simd: Unknown symbol cryptd_free_aead (err -2)
[    6.976628] mptspi: Unknown symbol mptscsih_slave_destroy (err -2)
[    6.979015] scsi host3: ahci
[    6.979309] crypto_simd: Unknown symbol cryptd_free_skcipher (err -2)
[    6.982293] mptspi: Unknown symbol mptscsih_change_queue_depth (err -2)
[    6.985311] scsi host4: ahci
[    6.986509] scsi host5: ahci
[    7.000557] scsi host6: ahci
[    7.003525] scsi host7: ahci
[    7.006022] scsi host8: ahci
[    7.008323] mptspi: Unknown symbol mptscsih_shutdown (err -2)
[    7.014578] cryptd: max_cpu_qlen set to 1000
[    7.014941] scsi host9: ahci
[    7.014987] mptspi: Unknown symbol mptscsih_dev_reset (err -2)
[    7.014991] mptspi: Unknown symbol mptscsih_info (err -2)
[    7.014992] mptspi: Unknown symbol mptscsih_abort (err -2)
[    7.014999] mptspi: Unknown symbol mptscsih_show_info (err -2)
[    7.015002] mptspi: Unknown symbol mptscsih_IssueTaskMgmt (err -2)
[    7.035302] scsi host10: ahci
[    7.037840] scsi host11: ahci
[    7.064768] scsi host12: ahci
[    7.074676] scsi host13: ahci
[    7.078323] scsi host14: ahci
[    7.082255] scsi host15: ahci
[    7.085054] scsi host16: ahci
[    7.088180] scsi host17: ahci
[    7.090793] scsi host18: ahci
[    7.093378] scsi host19: ahci
[    7.095807] scsi host20: ahci
[    7.099211] scsi host21: ahci
[    7.101608] scsi host22: ahci
[    7.104012] scsi host23: ahci
[    7.106223] scsi host24: ahci
[    7.109475] scsi host25: ahci
[    7.111699] scsi host26: ahci
[    7.114116] scsi host27: ahci
[    7.116438] scsi host28: ahci
[    7.119155] scsi host29: ahci
[    7.122222] scsi host30: ahci
[    7.124313] scsi host31: ahci
[    7.126308] ata3: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050100 irq 56
[    7.129212] ata4: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050180 irq 56
[    7.132607] ata5: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050200 irq 56
[    7.136291] ata6: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050280 irq 56
[    7.139059] ata7: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050300 irq 56
[    7.141796] ata8: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050380 irq 56
[    7.144908] ata9: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050400 irq 56
[    7.148717] ata10: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050480 irq 56
[    7.151623] ata11: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050500 irq 56
[    7.154476] ata12: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050580 irq 56
[    7.159773] ata13: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050600 irq 56
[    7.163876] ata14: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050680 irq 56
[    7.167942] ata15: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050700 irq 56
[    7.171340] ata16: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050780 irq 56
[    7.176706] ata17: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050800 irq 56
[    7.180727] ata18: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050880 irq 56
[    7.184275] ata19: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050900 irq 56
[    7.188096] ata20: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050980 irq 56
[    7.191207] ata21: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050a00 irq 56
[    7.194362] ata22: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050a80 irq 56
[    7.197801] ata23: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050b00 irq 56
[    7.201675] ata24: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050b80 irq 56
[    7.204587] ata25: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050c00 irq 56
[    7.207481] ata26: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050c80 irq 56
[    7.211116] ata27: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050d00 irq 56
[    7.214914] ata28: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050d80 irq 56
[    7.218464] ata29: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050e00 irq 56
[    7.221787] ata30: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050e80 irq 56
[    7.225345] ata31: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050f00 irq 56
[    7.228570] ata32: SATA max UDMA/133 abar m4096@0xfc050000 port 0xfc050f80 irq 56
[    7.543747] ata4: SATA link down (SStatus 0 SControl 300)
[    7.547795] ata5: SATA link down (SStatus 0 SControl 300)
[    7.550509] ata12: SATA link down (SStatus 0 SControl 300)
[    7.553168] ata14: SATA link down (SStatus 0 SControl 300)
[    7.555661] ata7: SATA link down (SStatus 0 SControl 300)
[    7.558991] ata19: SATA link down (SStatus 0 SControl 300)
[    7.561510] ata13: SATA link down (SStatus 0 SControl 300)
[    7.564670] ata21: SATA link down (SStatus 0 SControl 300)
[    7.567519] ata23: SATA link down (SStatus 0 SControl 300)
[    7.571078] ata28: SATA link down (SStatus 0 SControl 300)
[    7.573657] ata20: SATA link down (SStatus 0 SControl 300)
[    7.576316] ata25: SATA link down (SStatus 0 SControl 300)
[    7.578995] ata11: SATA link down (SStatus 0 SControl 300)
[    7.582042] ata15: SATA link down (SStatus 0 SControl 300)
[    7.584930] ata16: SATA link down (SStatus 0 SControl 300)
[    7.587443] ata3: SATA link down (SStatus 0 SControl 300)
[    7.590390] ata22: SATA link down (SStatus 0 SControl 300)
[    7.593959] ata10: SATA link down (SStatus 0 SControl 300)
[    7.596778] ata9: SATA link down (SStatus 0 SControl 300)
[    7.599761] ata17: SATA link down (SStatus 0 SControl 300)
[    7.602638] ata30: SATA link down (SStatus 0 SControl 300)
[    7.606105] ata31: SATA link down (SStatus 0 SControl 300)
[    7.608574] ata27: SATA link down (SStatus 0 SControl 300)
[    7.611287] ata24: SATA link down (SStatus 0 SControl 300)
[    7.613841] ata32: SATA link down (SStatus 0 SControl 300)
[    7.617334] ata6: SATA link down (SStatus 0 SControl 300)
[    7.619772] ata18: SATA link down (SStatus 0 SControl 300)
[    7.623401] ata29: SATA link down (SStatus 0 SControl 300)
[    7.626228] ata26: SATA link down (SStatus 0 SControl 300)
[    7.629491] ata8: SATA link down (SStatus 0 SControl 300)
[  663.651739] random: crng init done
knweiss commented 4 years ago

FWIW: The older Distri version "jackherer" boots from a virtual SCSI hdisk in VMware Fusion.