Flash eMMC stoped at Writing partition APP with system.img

Hi
I am using ./flash -R in Linux_for_Tegra to flash the image to eMMC on Jetson nano product module. It stopped at Writing partition APP with system.img at 33%, 75%, 95%, etc… most of time. It has only a few time flash the image successfully.
This is the command used to flash eMMC:
sudo ./flash.sh -R /home/dev/project/ion/build_rootfs/Linux_for_Tegra/rootfs jetson-nano-emmc mmcblk0p1

What’s wrong with it?
Thanks

CX

This is the screen captued


to show where is stopped this time.

Was there a reason you used “-R” to name an alternate rootfs? I see it isn’t at the standard location, and this isn’t necessarily a problem, but it makes me wonder what might be customized. Also, is the host PC a VM? Can I also verify this is an eMMC model? If eMMC, what carrier board, and did you use the third party software for this (third party carrier boards tend to require a third party board support package for an alternate device tree)?

What I see is that it did manage to create an image, and flash other partitions to the Jetson, and it even started and succeeded with most of the rootfs (APP) partition, so things started off working ok.

Btw, a typical way to run flash.sh and log what it does is this:
sudo ./flash.sh jetson-nano-emmc mmcblk0p1 2>&1 | tee log_flash.txt

Where did you get this idea to use -R to point a location here?

Hi
Thank you for your kind reply.
I am trying to build a headless Jetson nano image for our product based on Create your own image for jetson nano board. That is why the location changed.
The host PC is not a VM. It is a computer installed Ubuntu 18.04 OS on it.
I don’t know what is the eMMC model. The eMMC is on the Jetson Nano (4GB) product module. the carrier board is the develop kit carrier board Rev B01. The power supplied to carrier board via MicroUSB.
Can I supply the power to carrier board from Power Jet J25 when flashing the eMMC?
Thanks,

CX

Did the module come with the carrier board, and have an SD card slot on the module? If so, then it is a dev kit and not an eMMC model. The eMMC model is a module purchased by itself and it does not have the SD card required on the module itself since it has its own eMMC memory. Knowing which module it is will be important (dev kit with SD card versus eMMC).

by command ./flash -h from terminal.

Honestly, what you are doing is not a very frequently use command. Is that “build_rootfs” created by you? Or from our official BSP?

No. The module came without carrier board. It has no SD card slot. I am test it on develop kit carrier board.
The develop kit has a SD card slot, does it have an eMMC on it?

The build_rootfs is created by me. I am going create another topic on building a headless customized image for Jetson nano.
I just based on Create your own image for jetson nano board to create a headless image and flash it to eMMC as a start learning point.

The developer kit does not have eMMC, but instead has QSPI NOR memory. The eMMC model contains everything in memory, while the QSPI is only boot content (and rootfs is on SD card). The software used for the two can be quite different, especially the device tree. Changes must be made from the default dev kit flash to use the eMMC model or to use a non-dev-kit carrier board. The board support package (BSP) is normally made available for third party carrier boards via the manufacturer of that board.

Could you check if the board can flash it without problem if you point -R to the default BSP rootfs?

I tried to the default BSP rootfs twice. The first time success. The second time stopped at 35%

We are design our carrier board based on develop kit carrier board and removed some hardware and interface components we are not used as the space limited for our product only. Would you please let me know how can update the BSP file for our carrier board?
Thanks

You would mostly just update the device tree. There are documents on “bring-up” and “PINMUX” which apply to this:
https://developer.nvidia.com/embedded/downloads#?search=bring-up
https://developer.nvidia.com/embedded/downloads#?search=PINMUX

Part of the changes are for using an eMMC model instead of SD card model. The rest of the changes would depend on your carrier board differences compared to the dev kit.

If you have not burned security fuses, then you can simply add a second boot entry in “/boot/extlinux/extlinux.conf” for an alternate device tree (the “FDT /boot/some_device_tree.dtb” would be the entry) and pick that entry during boot via serial console. If no extlinux.conf entry is present, then the tree has to be installed via a flash command into a partition (which is signed first).

The issue of flash eMMC stooped at writing partition APP with system.img looks like the connected USB port issue.
When connected to host PC (Ubuntu 18.04) at USB port 2.0, it has the issue most of time even supplied power from power jack J25. When plugging the USB cable to USB port 3 on host PC, power supplied from the USB cable, flashing image successfully every time.
Any comment on this?

If on the host PC you monitor “dmesg --follow” during the flash, do you see any new log lines at the point of failure?

It stopped at 41%. This is the dmesg --follow output:

nvidia@ion-dev:~$ dmesg --follow
[    0.000000] microcode: microcode updated early to revision 0xf0, date = 2021-11-12
[    0.000000] Linux version 5.4.0-122-generic (buildd@lcy02-amd64-035) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #138~18.04.1-Ubuntu SMP Fri Jun 24 14:14:03 UTC 2022 (Ubuntu 5.4.0-122.138~18.04.1-generic 5.4.192)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-122-generic root=UUID=bc03ee44-72cf-4c80-a570-ec6a6fdf30b0 ro quiet splash vt.handoff=1
[    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] 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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d3923fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d3924000-0x00000000d3924fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d3925000-0x00000000d3925fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d3926000-0x00000000dac79fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dac7a000-0x00000000daeaefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000daeaf000-0x00000000daef2fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000daef3000-0x00000000db813fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000db814000-0x00000000dbdfefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dbdff000-0x00000000dbdfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dbe00000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xd1a20018-0xd1a3dc57] usable ==> usable
[    0.000000] e820: update [mem 0xd1a20018-0xd1a3dc57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000d1a20017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d1a20018-0x00000000d1a3dc57] usable
[    0.000000] reserve setup_data: [mem 0x00000000d1a3dc58-0x00000000d3923fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000d3924000-0x00000000d3924fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000d3925000-0x00000000d3925fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d3926000-0x00000000dac79fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dac7a000-0x00000000daeaefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000daeaf000-0x00000000daef2fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000daef3000-0x00000000db813fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000db814000-0x00000000dbdfefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dbdff000-0x00000000dbdfffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dbe00000-0x00000000dfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021dffffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI=0xdaebc000  ACPI 2.0=0xdaebc000  SMBIOS=0xf0000  SMBIOS 3.0=0xf0020  TPMFinalLog=0xdb7b7000  ESRT=0xdbb69018  MEMATTR=0xd88fb018  TPMEventLog=0xd1a3e018 
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Dell Inc. OptiPlex 3050/08NPPY, BIOS 1.12.1 05/09/2019
[    0.000000] tsc: Detected 3400.000 MHz processor
[    0.001265] tsc: Detected 3399.906 MHz TSC
[    0.001266] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001267] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001271] last_pfn = 0x21e000 max_arch_pfn = 0x400000000
[    0.001274] MTRR default type: write-back
[    0.001275] MTRR fixed ranges enabled:
[    0.001275]   00000-9FFFF write-back
[    0.001276]   A0000-BFFFF uncachable
[    0.001277]   C0000-FFFFF write-protect
[    0.001277] MTRR variable ranges enabled:
[    0.001278]   0 base 00E0000000 mask 7FE0000000 uncachable
[    0.001279]   1 base 00DE000000 mask 7FFE000000 uncachable
[    0.001279]   2 base 00DD800000 mask 7FFF800000 uncachable
[    0.001280]   3 disabled
[    0.001280]   4 disabled
[    0.001280]   5 disabled
[    0.001281]   6 disabled
[    0.001281]   7 disabled
[    0.001281]   8 disabled
[    0.001282]   9 disabled
[    0.001551] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001668] last_pfn = 0xdbe00 max_arch_pfn = 0x400000000
[    0.007888] esrt: Reserving ESRT space from 0x00000000dbb69018 to 0x00000000dbb69050.
[    0.007893] check: Scanning 1 areas for low memory corruption
[    0.007897] Using GB pages for direct mapping
[    0.008423] secureboot: Secure boot enabled
[    0.008424] RAMDISK: [mem 0x3d65c000-0x3fffdfff]
[    0.008429] ACPI: Early table checksum verification disabled
[    0.008431] ACPI: RSDP 0x00000000DAEBC000 000024 (v02 DELL  )
[    0.008433] ACPI: XSDT 0x00000000DAEBC0C8 00010C (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.008437] ACPI: FACP 0x00000000DAEE3A28 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.008441] ACPI: DSDT 0x00000000DAEBC260 0277C2 (v02 DELL   CBX3     01072009 INTL 20160422)
[    0.008443] ACPI: FACS 0x00000000DB80EF00 000040
[    0.008445] ACPI: APIC 0x00000000DAEE3B38 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.008447] ACPI: FPDT 0x00000000DAEE3BC0 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.008448] ACPI: FIDT 0x00000000DAEE3C08 0000AC (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.008450] ACPI: MCFG 0x00000000DAEE3CB8 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.008452] ACPI: HPET 0x00000000DAEE3CF8 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[    0.008454] ACPI: BOOT 0x00000000DAEE3D30 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.008455] ACPI: SSDT 0x00000000DAEE3D58 003176 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.008457] ACPI: SSDT 0x00000000DAEE6ED0 0025A5 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.008459] ACPI: HPET 0x00000000DAEE9478 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
[    0.008461] ACPI: SSDT 0x00000000DAEE94B0 000DE5 (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
[    0.008463] ACPI: SSDT 0x00000000DAEEA298 0008F4 (v02 INTEL  DELL_SFF 00000000 INTL 20160422)
[    0.008465] ACPI: UEFI 0x00000000DAEEAB90 000042 (v01                 00000000      00000000)
[    0.008466] ACPI: SSDT 0x00000000DAEEABD8 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.008468] ACPI: LPIT 0x00000000DAEEBAB8 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.008470] ACPI: SSDT 0x00000000DAEEBB50 000141 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
[    0.008472] ACPI: SSDT 0x00000000DAEEBC98 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.008474] ACPI: SSDT 0x00000000DAEEBF38 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.008476] ACPI: SSDT 0x00000000DAEEEF40 00050D (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
[    0.008477] ACPI: DBGP 0x00000000DAEEF450 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.008479] ACPI: DBG2 0x00000000DAEEF488 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.008481] ACPI: MSDM 0x00000000DAEEF4E0 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.008483] ACPI: SLIC 0x00000000DAEEF538 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.008484] ACPI: BGRT 0x00000000DAEEF6B0 000038 (v00 ?\xd6i\xdd            01072009 AMI  00010013)
[    0.008486] ACPI: UEFI 0x00000000DAEEF6E8 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.008488] ACPI: UEFI 0x00000000DAEEFD28 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.008490] ACPI: TPM2 0x00000000DAEEFD88 000034 (v03 DELL   CBX3     00000001 AMI  00000000)
[    0.008492] ACPI: ASF! 0x00000000DAEEFDC0 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.008493] ACPI: DMAR 0x00000000DAEEFE60 0000A8 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.008495] ACPI: Reserving FACP table memory at [mem 0xdaee3a28-0xdaee3b33]
[    0.008496] ACPI: Reserving DSDT table memory at [mem 0xdaebc260-0xdaee3a21]
[    0.008496] ACPI: Reserving FACS table memory at [mem 0xdb80ef00-0xdb80ef3f]
[    0.008497] ACPI: Reserving APIC table memory at [mem 0xdaee3b38-0xdaee3bbb]
[    0.008497] ACPI: Reserving FPDT table memory at [mem 0xdaee3bc0-0xdaee3c03]
[    0.008498] ACPI: Reserving FIDT table memory at [mem 0xdaee3c08-0xdaee3cb3]
[    0.008498] ACPI: Reserving MCFG table memory at [mem 0xdaee3cb8-0xdaee3cf3]
[    0.008499] ACPI: Reserving HPET table memory at [mem 0xdaee3cf8-0xdaee3d2f]
[    0.008499] ACPI: Reserving BOOT table memory at [mem 0xdaee3d30-0xdaee3d57]
[    0.008500] ACPI: Reserving SSDT table memory at [mem 0xdaee3d58-0xdaee6ecd]
[    0.008501] ACPI: Reserving SSDT table memory at [mem 0xdaee6ed0-0xdaee9474]
[    0.008501] ACPI: Reserving HPET table memory at [mem 0xdaee9478-0xdaee94af]
[    0.008502] ACPI: Reserving SSDT table memory at [mem 0xdaee94b0-0xdaeea294]
[    0.008502] ACPI: Reserving SSDT table memory at [mem 0xdaeea298-0xdaeeab8b]
[    0.008503] ACPI: Reserving UEFI table memory at [mem 0xdaeeab90-0xdaeeabd1]
[    0.008503] ACPI: Reserving SSDT table memory at [mem 0xdaeeabd8-0xdaeebab5]
[    0.008504] ACPI: Reserving LPIT table memory at [mem 0xdaeebab8-0xdaeebb4b]
[    0.008504] ACPI: Reserving SSDT table memory at [mem 0xdaeebb50-0xdaeebc90]
[    0.008505] ACPI: Reserving SSDT table memory at [mem 0xdaeebc98-0xdaeebf36]
[    0.008505] ACPI: Reserving SSDT table memory at [mem 0xdaeebf38-0xdaeeef39]
[    0.008506] ACPI: Reserving SSDT table memory at [mem 0xdaeeef40-0xdaeef44c]
[    0.008506] ACPI: Reserving DBGP table memory at [mem 0xdaeef450-0xdaeef483]
[    0.008507] ACPI: Reserving DBG2 table memory at [mem 0xdaeef488-0xdaeef4db]
[    0.008508] ACPI: Reserving MSDM table memory at [mem 0xdaeef4e0-0xdaeef534]
[    0.008508] ACPI: Reserving SLIC table memory at [mem 0xdaeef538-0xdaeef6ad]
[    0.008509] ACPI: Reserving BGRT table memory at [mem 0xdaeef6b0-0xdaeef6e7]
[    0.008509] ACPI: Reserving UEFI table memory at [mem 0xdaeef6e8-0xdaeefd21]
[    0.008510] ACPI: Reserving UEFI table memory at [mem 0xdaeefd28-0xdaeefd83]
[    0.008510] ACPI: Reserving TPM2 table memory at [mem 0xdaeefd88-0xdaeefdbb]
[    0.008511] ACPI: Reserving ASF! table memory at [mem 0xdaeefdc0-0xdaeefe5f]
[    0.008511] ACPI: Reserving DMAR table memory at [mem 0xdaeefe60-0xdaeeff07]
[    0.008519] ACPI: Local APIC address 0xfee00000
[    0.008670] No NUMA configuration found
[    0.008671] Faking a node at [mem 0x0000000000000000-0x000000021dffffff]
[    0.008679] NODE_DATA(0) allocated [mem 0x21dfd5000-0x21dffffff]
[    0.008827] Zone ranges:
[    0.008828]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008829]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008830]   Normal   [mem 0x0000000100000000-0x000000021dffffff]
[    0.008830]   Device   empty
[    0.008831] Movable zone start for each node
[    0.008833] Early memory node ranges
[    0.008834]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.008835]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.008835]   node   0: [mem 0x0000000000100000-0x00000000d3923fff]
[    0.008836]   node   0: [mem 0x00000000d3926000-0x00000000dac79fff]
[    0.008836]   node   0: [mem 0x00000000dbdff000-0x00000000dbdfffff]
[    0.008837]   node   0: [mem 0x0000000100000000-0x000000021dffffff]
[    0.008989] Zeroed struct page in unavailable ranges: 29675 pages
[    0.008990] Initmem setup node 0 [mem 0x0000000000001000-0x000000021dffffff]
[    0.008991] On node 0 totalpages: 2067477
[    0.008992]   DMA zone: 64 pages used for memmap
[    0.008992]   DMA zone: 21 pages reserved
[    0.008993]   DMA zone: 3996 pages, LIFO batch:0
[    0.009027]   DMA32 zone: 13938 pages used for memmap
[    0.009027]   DMA32 zone: 892025 pages, LIFO batch:63
[    0.017726]   Normal zone: 18304 pages used for memmap
[    0.017726]   Normal zone: 1171456 pages, LIFO batch:63
[    0.028302] Reserving Intel graphics memory at [mem 0xde000000-0xdfffffff]
[    0.028480] ACPI: PM-Timer IO Port: 0x1808
[    0.028481] ACPI: Local APIC address 0xfee00000
[    0.028486] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.028486] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.028486] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.028487] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.028513] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.028514] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.028515] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.028516] ACPI: IRQ0 used by override.
[    0.028517] ACPI: IRQ9 used by override.
[    0.028518] Using ACPI (MADT) for SMP configuration information
[    0.028519] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.028524] e820: update [mem 0xd7d45000-0xd7dcefff] usable ==> reserved
[    0.028530] TSC deadline timer available
[    0.028531] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.028545] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.028547] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.028548] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.028549] PM: Registered nosave memory: [mem 0xd1a20000-0xd1a20fff]
[    0.028550] PM: Registered nosave memory: [mem 0xd1a3d000-0xd1a3dfff]
[    0.028551] PM: Registered nosave memory: [mem 0xd3924000-0xd3924fff]
[    0.028551] PM: Registered nosave memory: [mem 0xd3925000-0xd3925fff]
[    0.028552] PM: Registered nosave memory: [mem 0xd7d45000-0xd7dcefff]
[    0.028554] PM: Registered nosave memory: [mem 0xdac7a000-0xdaeaefff]
[    0.028554] PM: Registered nosave memory: [mem 0xdaeaf000-0xdaef2fff]
[    0.028554] PM: Registered nosave memory: [mem 0xdaef3000-0xdb813fff]
[    0.028555] PM: Registered nosave memory: [mem 0xdb814000-0xdbdfefff]
[    0.028556] PM: Registered nosave memory: [mem 0xdbe00000-0xdfffffff]
[    0.028556] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.028557] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.028557] PM: Registered nosave memory: [mem 0xfc000000-0xfdffffff]
[    0.028557] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.028558] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.028558] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.028558] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.028559] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.028559] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.028559] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.028560] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.028561] Booting paravirtualized kernel on bare hardware
[    0.028564] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.028568] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.028750] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u524288
[    0.028755] pcpu-alloc: s208896 r8192 d28672 u524288 alloc=1*2097152
[    0.028755] pcpu-alloc: [0] 0 1 2 3 
[    0.028775] Built 1 zonelists, mobility grouping on.  Total pages: 2035150
[    0.028776] Policy zone: Normal
[    0.028777] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-122-generic root=UUID=bc03ee44-72cf-4c80-a570-ec6a6fdf30b0 ro quiet splash vt.handoff=1
[    0.029285] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.029524] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.029564] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.033569] Calgary: detecting Calgary via BIOS EBDA area
[    0.033570] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.055017] Memory: 7940696K/8269908K available (14339K kernel code, 2382K rwdata, 9456K rodata, 2740K init, 4980K bss, 329212K reserved, 0K cma-reserved)
[    0.055023] random: get_random_u64 called from __kmem_cache_create+0x41/0x560 with crng_init=0
[    0.055132] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.055145] Kernel/User page tables isolation: enabled
[    0.055155] ftrace: allocating 44367 entries in 174 pages
[    0.068545] rcu: Hierarchical RCU implementation.
[    0.068546] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.068546] 	Tasks RCU enabled.
[    0.068547] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.068548] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.070587] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.071106] random: crng done (trusting CPU's manufacturer)
[    0.071121] vt handoff: transparent VT on vt#1
[    0.071128] Console: colour dummy device 80x25
[    0.071131] printk: console [tty0] enabled
[    0.071148] ACPI: Core revision 20190816
[    0.071411] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.071480] APIC: Switch to symmetric I/O mode setup
[    0.071482] DMAR: Host address width 39
[    0.071483] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.071490] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.071491] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.071494] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.071494] DMAR: RMRR base: 0x000000dad03000 end: 0x000000dad22fff
[    0.071495] DMAR: RMRR base: 0x000000dd800000 end: 0x000000dfffffff
[    0.071497] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.071497] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.071498] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.073130] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.073130] x2apic enabled
[    0.073145] Switched APIC routing to cluster x2apic.
[    0.077109] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.095508] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3101f59f5e6, max_idle_ns: 440795259996 ns
[    0.095510] Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.81 BogoMIPS (lpj=13599624)
[    0.095512] pid_max: default: 32768 minimum: 301
[    0.097136] LSM: Security Framework initializing
[    0.097143] Yama: becoming mindful.
[    0.097166] AppArmor: AppArmor initialized
[    0.097205] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.097221] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.097234] *** VALIDATE tmpfs ***
[    0.097353] *** VALIDATE proc ***
[    0.097391] *** VALIDATE cgroup1 ***
[    0.097392] *** VALIDATE cgroup2 ***
[    0.097450] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.097466] process: using mwait in idle threads
[    0.097468] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.097468] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.097471] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.097472] Spectre V2 : Mitigation: Retpolines
[    0.097473] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.097473] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.097474] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.097475] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.097482] MDS: Mitigation: Clear CPU buffers
[    0.097483] TAA: Mitigation: Clear CPU buffers
[    0.097483] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.097488] SRBDS: Mitigation: Microcode
[    0.097679] Freeing SMP alternatives memory: 40K
[    0.099533] smpboot: CPU0: Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.099653] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.099657] ... version:                4
[    0.099657] ... bit width:              48
[    0.099658] ... generic registers:      8
[    0.099658] ... value mask:             0000ffffffffffff
[    0.099659] ... max period:             00007fffffffffff
[    0.099659] ... fixed-purpose events:   3
[    0.099659] ... event mask:             00000007000000ff
[    0.099689] rcu: Hierarchical SRCU implementation.
[    0.100400] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.100438] smp: Bringing up secondary CPUs ...
[    0.100502] x86: Booting SMP configuration:
[    0.100503] .... node  #0, CPUs:      #1 #2 #3
[    0.105227] smp: Brought up 1 node, 4 CPUs
[    0.105227] smpboot: Max logical packages: 1
[    0.105227] smpboot: Total of 4 processors activated (27199.24 BogoMIPS)
[    0.105227] devtmpfs: initialized
[    0.105227] x86/mm: Memory block size: 128MB
[    0.107931] PM: Registering ACPI NVS region [mem 0xd3924000-0xd3924fff] (4096 bytes)
[    0.107931] PM: Registering ACPI NVS region [mem 0xdaef3000-0xdb813fff] (9572352 bytes)
[    0.107931] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.107931] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.107931] pinctrl core: initialized pinctrl subsystem
[    0.107931] PM: RTC time: 06:15:45, date: 2022-07-19
[    0.107931] NET: Registered protocol family 16
[    0.107931] audit: initializing netlink subsys (disabled)
[    0.107931] audit: type=2000 audit(1658211345.036:1): state=initialized audit_enabled=0 res=1
[    0.107931] EISA bus registered
[    0.107931] cpuidle: using governor ladder
[    0.107931] cpuidle: using governor menu
[    0.107931] Simple Boot Flag at 0x47 set to 0x80
[    0.107931] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.107931] ACPI: bus type PCI registered
[    0.107931] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.107931] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.107931] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.107931] PCI: Using configuration type 1 for base access
[    0.107931] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.108567] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.108567] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.108567] ACPI: Added _OSI(Module Device)
[    0.108567] ACPI: Added _OSI(Processor Device)
[    0.108567] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.108567] ACPI: Added _OSI(Processor Aggregator Device)
[    0.108567] ACPI: Added _OSI(Linux-Dell-Video)
[    0.108567] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.108567] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.147173] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.153462] ACPI: Dynamic OEM Table Load:
[    0.153467] ACPI: SSDT 0xFFFF9010D3E20000 000717 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.154832] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.156174] ACPI: Dynamic OEM Table Load:
[    0.156178] ACPI: SSDT 0xFFFF9010D3F26800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.157452] ACPI: Dynamic OEM Table Load:
[    0.157455] ACPI: SSDT 0xFFFF9010D3DF5000 000115 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.158609] ACPI: Dynamic OEM Table Load:
[    0.158612] ACPI: SSDT 0xFFFF9010D3DF4C00 0001A4 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.160087] ACPI: Dynamic OEM Table Load:
[    0.160092] ACPI: SSDT 0xFFFF9010D3E27000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.161629] ACPI: Dynamic OEM Table Load:
[    0.161633] ACPI: SSDT 0xFFFF9010D3F22A00 000197 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.162881] ACPI: Dynamic OEM Table Load:
[    0.162884] ACPI: SSDT 0xFFFF9010D3F23E00 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.166492] ACPI: Interpreter enabled
[    0.166526] ACPI: (supports S0 S3 S4 S5)
[    0.166526] ACPI: Using IOAPIC for interrupt routing
[    0.166558] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.167542] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.169806] ACPI: Power Resource [PG00] (on)
[    0.170140] ACPI: Power Resource [PG01] (on)
[    0.170467] ACPI: Power Resource [PG02] (on)
[    0.171090] ACPI: Power Resource [WRST] (on)
[    0.171420] ACPI: Power Resource [WRST] (on)
[    0.171753] ACPI: Power Resource [WRST] (on)
[    0.172083] ACPI: Power Resource [WRST] (on)
[    0.172411] ACPI: Power Resource [WRST] (on)
[    0.172742] ACPI: Power Resource [WRST] (on)
[    0.173075] ACPI: Power Resource [WRST] (on)
[    0.173410] ACPI: Power Resource [WRST] (on)
[    0.173741] ACPI: Power Resource [WRST] (on)
[    0.174073] ACPI: Power Resource [WRST] (on)
[    0.174422] ACPI: Power Resource [WRST] (on)
[    0.174753] ACPI: Power Resource [WRST] (on)
[    0.175082] ACPI: Power Resource [WRST] (on)
[    0.175409] ACPI: Power Resource [WRST] (on)
[    0.175742] ACPI: Power Resource [WRST] (on)
[    0.176071] ACPI: Power Resource [WRST] (on)
[    0.176402] ACPI: Power Resource [WRST] (on)
[    0.177664] ACPI: Power Resource [WRST] (on)
[    0.177998] ACPI: Power Resource [WRST] (on)
[    0.178331] ACPI: Power Resource [WRST] (on)
[    0.194028] ACPI: Power Resource [FN00] (off)
[    0.194112] ACPI: Power Resource [FN01] (off)
[    0.194197] ACPI: Power Resource [FN02] (off)
[    0.194280] ACPI: Power Resource [FN03] (off)
[    0.194364] ACPI: Power Resource [FN04] (off)
[    0.195416] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.195421] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.195617] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.195801] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    0.195801] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.196454] PCI host bridge to bus 0000:00
[    0.196455] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.196456] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.196457] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.196458] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.196458] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.196459] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.196459] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.196460] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.196461] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.196461] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.196462] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.196463] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.196463] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.196464] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.196464] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
[    0.196465] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.196466] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.196474] pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
[    0.196824] pci 0000:00:02.0: [8086:5912] type 00 class 0x030000
[    0.196842] pci 0000:00:02.0: reg 0x10: [mem 0xf6000000-0xf6ffffff 64bit]
[    0.196854] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.196862] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.196886] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.197076] pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330
[    0.197117] pci 0000:00:14.0: reg 0x10: [mem 0xf7190000-0xf719ffff 64bit]
[    0.197240] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.197462] pci 0000:00:14.2: [8086:a2b1] type 00 class 0x118000
[    0.197498] pci 0000:00:14.2: reg 0x10: [mem 0xf71b3000-0xf71b3fff 64bit]
[    0.197726] pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000
[    0.197758] pci 0000:00:16.0: reg 0x10: [mem 0xf71b2000-0xf71b2fff 64bit]
[    0.197839] pci 0000:00:16.0: PME# supported from D3hot
[    0.198039] pci 0000:00:17.0: [8086:2822] type 00 class 0x010400
[    0.198069] pci 0000:00:17.0: reg 0x10: [mem 0xf71a0000-0xf71a7fff]
[    0.198083] pci 0000:00:17.0: reg 0x14: [mem 0xf71b1000-0xf71b10ff]
[    0.198098] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.198112] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.198127] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.198139] pci 0000:00:17.0: reg 0x24: [mem 0xf7100000-0xf717ffff]
[    0.198194] pci 0000:00:17.0: PME# supported from D3hot
[    0.198358] pci 0000:00:1c.0: [8086:a294] type 01 class 0x060400
[    0.198487] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.198712] pci 0000:00:1f.0: [8086:a2c8] type 00 class 0x060100
[    0.198998] pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000
[    0.199021] pci 0000:00:1f.2: reg 0x10: [mem 0xf71ac000-0xf71affff]
[    0.199234] pci 0000:00:1f.3: [8086:a2f0] type 00 class 0x040300
[    0.199273] pci 0000:00:1f.3: reg 0x10: [mem 0xf71a8000-0xf71abfff 64bit]
[    0.199311] pci 0000:00:1f.3: reg 0x20: [mem 0xf7180000-0xf718ffff 64bit]
[    0.199373] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.199622] pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500
[    0.199686] pci 0000:00:1f.4: reg 0x10: [mem 0xf71b0000-0xf71b00ff 64bit]
[    0.199763] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.200067] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.200108] pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.200146] pci 0000:01:00.0: reg 0x18: [mem 0xf7004000-0xf7004fff 64bit]
[    0.200168] pci 0000:01:00.0: reg 0x20: [mem 0xf7000000-0xf7003fff 64bit]
[    0.200286] pci 0000:01:00.0: supports D1 D2
[    0.200286] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.200452] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.200455] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.200459] pci 0000:00:1c.0:   bridge window [mem 0xf7000000-0xf70fffff]
[    0.202481] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.202536] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.202589] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.202640] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.202693] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.202745] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *6 10 11 12 14 15)
[    0.202797] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 *14 15)
[    0.202851] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 *6 10 11 12 14 15)
[    0.203484] iommu: Default domain type: Translated 
[    0.203611] SCSI subsystem initialized
[    0.203615] libata version 3.00 loaded.
[    0.203615] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.203615] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.203615] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.203615] vgaarb: loaded
[    0.203615] ACPI: bus type USB registered
[    0.203615] usbcore: registered new interface driver usbfs
[    0.203615] usbcore: registered new interface driver hub
[    0.203615] usbcore: registered new device driver usb
[    0.203615] pps_core: LinuxPPS API ver. 1 registered
[    0.203615] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.203615] PTP clock support registered
[    0.203615] EDAC MC: Ver: 3.0.0
[    0.203615] Registered efivars operations
[    0.203615] PCI: Using ACPI for IRQ routing
[    0.209778] PCI: pci_cache_line_size set to 64 bytes
[    0.209818] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.209819] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.209819] e820: reserve RAM buffer [mem 0xd1a20018-0xd3ffffff]
[    0.209820] e820: reserve RAM buffer [mem 0xd3924000-0xd3ffffff]
[    0.209821] e820: reserve RAM buffer [mem 0xd7d45000-0xd7ffffff]
[    0.209821] e820: reserve RAM buffer [mem 0xdac7a000-0xdbffffff]
[    0.209822] e820: reserve RAM buffer [mem 0xdbe00000-0xdbffffff]
[    0.209822] e820: reserve RAM buffer [mem 0x21e000000-0x21fffffff]
[    0.209894] NetLabel: Initializing
[    0.209895] NetLabel:  domain hash size = 128
[    0.209895] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.209904] NetLabel:  unlabeled traffic allowed by default
[    0.209913] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.209913] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.212544] clocksource: Switched to clocksource tsc-early
[    0.220032] *** VALIDATE bpf ***
[    0.220088] VFS: Disk quotas dquot_6.6.0
[    0.220098] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.220117] *** VALIDATE ramfs ***
[    0.220119] *** VALIDATE hugetlbfs ***
[    0.220176] AppArmor: AppArmor Filesystem Enabled
[    0.220198] pnp: PnP ACPI init
[    0.220539] system 00:00: [io  0x0a00-0x0a3f] has been reserved
[    0.220540] system 00:00: [io  0x0a40-0x0a7f] has been reserved
[    0.220544] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.221202] pnp 00:01: [dma 0 disabled]
[    0.221231] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.221391] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.221393] system 00:02: [io  0xffff] has been reserved
[    0.221393] system 00:02: [io  0xffff] has been reserved
[    0.221394] system 00:02: [io  0xffff] has been reserved
[    0.221395] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.221396] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.221398] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.221478] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.221480] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.221493] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.221521] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.221523] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.221686] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.221686] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.221687] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.221688] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.221689] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.221690] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.221691] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.221691] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.221692] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.221693] system 00:06: [mem 0xf7fe0000-0xf7ffffff] has been reserved
[    0.221695] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.221727] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.221728] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.221729] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.221729] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.221730] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.221731] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.221732] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.221734] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.222009] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.222011] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.223155] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.223155] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.223156] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.223158] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.224025] pnp: PnP ACPI: found 10 devices
[    0.224890] thermal_sys: Registered thermal governor 'fair_share'
[    0.224891] thermal_sys: Registered thermal governor 'bang_bang'
[    0.224891] thermal_sys: Registered thermal governor 'step_wise'
[    0.224892] thermal_sys: Registered thermal governor 'user_space'
[    0.224892] thermal_sys: Registered thermal governor 'power_allocator'
[    0.229394] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.229417] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.229420] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.229429] pci 0000:00:1c.0:   bridge window [mem 0xf7000000-0xf70fffff]
[    0.229446] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.229447] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.229448] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.229448] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.229449] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.229450] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.229451] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.229451] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.229452] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.229453] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.229453] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.229454] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
[    0.229455] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
[    0.229455] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff window]
[    0.229456] pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff window]
[    0.229457] pci_bus 0000:00: resource 19 [mem 0xfd000000-0xfe7fffff window]
[    0.229457] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.229458] pci_bus 0000:01: resource 1 [mem 0xf7000000-0xf70fffff]
[    0.229601] NET: Registered protocol family 2
[    0.229677] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.230349] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.230383] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.230499] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.230551] TCP: Hash tables configured (established 65536 bind 65536)
[    0.230577] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.230594] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.230623] NET: Registered protocol family 1
[    0.230626] NET: Registered protocol family 44
[    0.230634] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.230862] PCI: CLS 0 bytes, default 64
[    0.230887] Trying to unpack rootfs image as initramfs...
[    0.669126] Freeing initrd memory: 42632K
[    0.683529] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.683533] software IO TLB: mapped [mem 0xd3d45000-0xd7d45000] (64MB)
[    0.683735] check: Scanning for low memory corruption every 60 seconds
[    0.684045] Initialise system trusted keyrings
[    0.684055] Key type blacklist registered
[    0.684080] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.684967] zbud: loaded
[    0.685219] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.685316] fuse: init (API version 7.31)
[    0.685325] *** VALIDATE fuse ***
[    0.685326] *** VALIDATE fuse ***
[    0.685393] Platform Keyring initialized
[    0.687849] Key type asymmetric registered
[    0.687850] Asymmetric key parser 'x509' registered
[    0.687855] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.687871] io scheduler mq-deadline registered
[    0.688184] pcieport 0000:00:1c.0: AER: enabled with IRQ 122
[    0.688265] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.688319] efifb: probing for efifb
[    0.688331] efifb: showing boot graphics
[    0.689142] efifb: framebuffer at 0xe0000000, using 8100k, total 8100k
[    0.689143] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.689144] efifb: scrolling: redraw
[    0.689145] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.689183] fbcon: Deferring console take-over
[    0.689184] fb0: EFI VGA frame buffer device
[    0.689190] intel_idle: MWAIT substates: 0x142120
[    0.689190] intel_idle: v0.4.1 model 0x9E
[    0.689309] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.689444] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.689458] ACPI: Sleep Button [SLPB]
[    0.689478] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.689487] ACPI: Power Button [PWRB]
[    0.689506] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.689525] ACPI: Power Button [PWRF]
[    0.690639] thermal LNXTHERM:00: registered as thermal_zone0
[    0.690639] ACPI: Thermal Zone [TZ00] (28 C)
[    0.690775] thermal LNXTHERM:01: registered as thermal_zone1
[    0.690776] ACPI: Thermal Zone [TZ01] (30 C)
[    0.690939] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.712097] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.713553] Linux agpgart interface v0.103
[    0.725478] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
[    0.895775] loop: module loaded
[    0.896015] tun: Universal TUN/TAP device driver, 1.6
[    0.896097] PPP generic driver version 2.4.2
[    0.896268] VFIO - User Level meta-driver version: 0.3
[    0.896411] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.896413] ehci-pci: EHCI PCI platform driver
[    0.896421] ehci-platform: EHCI generic platform driver
[    0.896429] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.896430] ohci-pci: OHCI PCI platform driver
[    0.896435] ohci-platform: OHCI generic platform driver
[    0.896439] uhci_hcd: USB Universal Host Controller Interface driver
[    0.896618] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.896622] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.897747] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    0.897753] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.898036] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.898038] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.898040] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.898064] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.898065] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.898065] usb usb1: Product: xHCI Host Controller
[    0.898066] usb usb1: Manufacturer: Linux 5.4.0-122-generic xhci-hcd
[    0.898067] usb usb1: SerialNumber: 0000:00:14.0
[    0.898193] hub 1-0:1.0: USB hub found
[    0.898219] hub 1-0:1.0: 12 ports detected
[    0.899195] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    0.899196] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.899197] usb usb2: Product: xHCI Host Controller
[    0.899197] usb usb2: Manufacturer: Linux 5.4.0-122-generic xhci-hcd
[    0.899198] usb usb2: SerialNumber: 0000:00:14.0
[    0.899286] hub 2-0:1.0: USB hub found
[    0.899301] hub 2-0:1.0: 6 ports detected
[    0.899736] usb: port power management may be unreliable
[    0.899829] i8042: PNP: No PS/2 controller found.
[    0.899930] mousedev: PS/2 mouse device common for all mice
[    0.900154] rtc_cmos 00:04: RTC can wake from S4
[    0.900647] rtc_cmos 00:04: registered as rtc0
[    0.900655] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.900659] i2c /dev entries driver
[    0.900690] device-mapper: uevent: version 1.0.3
[    0.900756] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[    0.900768] platform eisa.0: Probing EISA bus 0
[    0.900769] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.900770] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.900770] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.900771] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.900771] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.900772] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.900773] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.900773] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.900774] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.900774] platform eisa.0: EISA: Detected 0 cards
[    0.900777] intel_pstate: Intel P-state driver initializing
[    0.900818] intel_pstate: Disabling energy efficiency optimization
[    0.901087] intel_pstate: HWP enabled
[    0.901183] ledtrig-cpu: registered to indicate activity on CPUs
[    0.901185] EFI Variables Facility v0.08 2004-May-17
[    0.908967] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
[    0.908970] caller pmc_core_probe+0x81/0x330 mapping multiple BARs
[    0.908977] intel_pmc_core INT33A1:00:  initialized
[    0.909035] drop_monitor: Initializing network drop monitor service
[    0.909146] NET: Registered protocol family 10
[    0.912774] Segment Routing with IPv6
[    0.912787] NET: Registered protocol family 17
[    0.912853] Key type dns_resolver registered
[    0.913175] RAS: Correctable Errors collector initialized.
[    0.913193] microcode: sig=0x906e9, pf=0x2, revision=0xf0
[    0.913313] microcode: Microcode Update Driver: v2.2.
[    0.913316] IPI shorthand broadcast: enabled
[    0.913321] sched_clock: Marking stable (912672577, 638933)->(915552344, -2240834)
[    0.913496] registered taskstats version 1
[    0.913502] Loading compiled-in X.509 certificates
[    0.914050] Loaded X.509 cert 'Build time autogenerated kernel key: 44a3f1ee1e56ae66686b6e99408d2987a98cafb4'
[    0.914480] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.914913] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.914913] blacklist: Loading compiled-in revocation X.509 certificates
[    0.914929] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.914944] zswap: loaded using pool lzo/zbud
[    0.915030] Key type ._fscrypt registered
[    0.915031] Key type .fscrypt registered
[    0.918146] Key type big_key registered
[    0.918149] Key type trusted registered
[    0.919359] Key type encrypted registered
[    0.919361] AppArmor: AppArmor sha1 policy hashing enabled
[    0.919823] integrity: Loading X.509 certificate: UEFI:db
[    0.919867] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
[    0.919868] integrity: Loading X.509 certificate: UEFI:db
[    0.919901] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.919902] integrity: Loading X.509 certificate: UEFI:db
[    0.919930] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.920114] Revoking X.509 certificate: UEFI:dbx
[    0.920128] blacklist: Revoked X.509 cert 'Microsoft Windows PCA 2010: d14fa98a0708cef4241898e500fff3d6791d37bc'
[    0.920724] ima: Allocated hash algorithm: sha1
[    0.950071] ima: No architecture policies found
[    0.950081] evm: Initialising EVM extended attributes:
[    0.950082] evm: security.selinux
[    0.950082] evm: security.SMACK64
[    0.950083] evm: security.SMACK64EXEC
[    0.950083] evm: security.SMACK64TRANSMUTE
[    0.950083] evm: security.SMACK64MMAP
[    0.950083] evm: security.apparmor
[    0.950084] evm: security.ima
[    0.950084] evm: security.capability
[    0.950084] evm: HMAC attrs: 0x1
[    0.950807] PM:   Magic number: 14:786:266
[    0.950997] rtc_cmos 00:04: setting system clock to 2022-07-19T06:15:45 UTC (1658211345)
[    0.951181] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    0.951952] Freeing unused decrypted memory: 2040K
[    0.952277] Freeing unused kernel image memory: 2740K
[    0.975790] Write protecting the kernel read-only data: 26624k
[    0.976309] Freeing unused kernel image memory: 2008K
[    0.976521] Freeing unused kernel image memory: 784K
[    0.982566] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.982566] x86/mm: Checking user space page tables
[    0.988477] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.988479] Run /init as init process
[    1.056423] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    1.080059] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.080154] ahci 0000:00:17.0: version 3.0
[    1.080344] ahci 0000:00:17.0: controller can't do SNTF, turning off CAP_SNTF
[    1.090469] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3 impl RAID mode
[    1.090470] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    1.091045] scsi host0: ahci
[    1.091150] scsi host1: ahci
[    1.091218] scsi host2: ahci
[    1.091291] scsi host3: ahci
[    1.091338] scsi host4: ahci
[    1.091388] scsi host5: ahci
[    1.091415] ata1: SATA max UDMA/133 abar m524288@0xf7100000 port 0xf7100100 irq 124
[    1.091417] ata2: SATA max UDMA/133 abar m524288@0xf7100000 port 0xf7100180 irq 124
[    1.091417] ata3: DUMMY
[    1.091418] ata4: DUMMY
[    1.091418] ata5: DUMMY
[    1.091419] ata6: DUMMY
[    1.092753] r8169 0000:01:00.0 eth0: RTL8168h/8111h, d8:9e:f3:16:73:d4, XID 541, IRQ 125
[    1.092754] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.151762] usb 1-9: new low-speed USB device number 2 using xhci_hcd
[    1.310137] usb 1-9: New USB device found, idVendor=413c, idProduct=2003, bcdDevice= 3.06
[    1.310150] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.310151] usb 1-9: Product: Dell USB Keyboard
[    1.310152] usb 1-9: Manufacturer: Dell
[    1.408583] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.408598] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.412322] ata1.00: ATA-8: LITEON CV3-CE128-11 SATA 128GB, TC7110D, max UDMA/133
[    1.412336] ata1.00: 250069680 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    1.412412] ata2.00: ATAPI: PLDS DVD+/-RW DU-8A5LH, 6D1M, max UDMA/133
[    1.413101] ata1.00: configured for UDMA/133
[    1.413218] ata2.00: configured for UDMA/133
[    1.413227] scsi 0:0:0:0: Direct-Access     ATA      LITEON CV3-CE128 10D  PQ: 0 ANSI: 5
[    1.413440] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.413461] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    1.413465] sd 0:0:0:0: [sda] Write Protect is off
[    1.413466] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.413486] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.425487] scsi 1:0:0:0: CD-ROM            PLDS     DVD+-RW DU-8A5LH 6D1M PQ: 0 ANSI: 5
[    1.429057]  sda: sda1 sda2 sda3 sda4 sda5
[    1.431579] usb 2-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.443845] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.452679] usb 2-3: New USB device found, idVendor=0480, idProduct=a20b, bcdDevice= 1.00
[    1.452680] usb 2-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    1.452681] usb 2-3: Product: External USB 3.0
[    1.452682] usb 2-3: Manufacturer: TOSHIBA
[    1.452682] usb 2-3: SerialNumber: 23636C150A23
[    1.456658] usb-storage 2-3:1.0: USB Mass Storage device detected
[    1.456746] scsi host6: usb-storage 2-3:1.0
[    1.456800] usbcore: registered new interface driver usb-storage
[    1.494626] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.494628] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.531805] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.531944] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.533489] usbcore: registered new interface driver uas
[    1.534371] r8169 0000:01:00.0 enp1s0: renamed from eth0
[    1.583631] usb 1-10: new full-speed USB device number 3 using xhci_hcd
[    1.699575] tsc: Refined TSC clocksource calibration: 3408.054 MHz
[    1.699578] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3120070f444, max_idle_ns: 440795300015 ns
[    1.699620] clocksource: Switched to clocksource tsc
[    1.734756] usb 1-10: New USB device found, idVendor=062a, idProduct=4101, bcdDevice= 2.03
[    1.734758] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.734758] usb 1-10: Product: 2.4G Keyboard Mouse
[    1.734759] usb 1-10: Manufacturer: MOSART Semi.
[    1.739808] hidraw: raw HID events driver (C) Jiri Kosina
[    1.746531] usbcore: registered new interface driver usbhid
[    1.746531] usbhid: USB HID core driver
[    1.748128] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:413C:2003.0001/input/input3
[    1.807859] hid-generic 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:14.0-9/input0
[    1.807987] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:062A:4101.0002/input/input4
[    1.868008] hid-generic 0003:062A:4101.0002: input,hidraw1: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:14.0-10/input0
[    1.868203] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:062A:4101.0003/input/input5
[    1.868451] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:062A:4101.0003/input/input6
[    1.927934] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:062A:4101.0003/input/input7
[    1.928040] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:062A:4101.0003/input/input8
[    1.928253] hid-generic 0003:062A:4101.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:14.0-10/input1
[    2.468631] scsi 6:0:0:0: Direct-Access     TOSHIBA  External USB 3.0 0    PQ: 0 ANSI: 6
[    2.468934] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    2.469171] sd 6:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    2.469387] sd 6:0:0:0: [sdb] Write Protect is off
[    2.469389] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
[    2.469625] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.529665]  sdb: sdb1 sdb2 < sdb5 >
[    2.554774] sd 6:0:0:0: [sdb] Attached SCSI disk
[    3.000010] fbcon: Taking over console
[    3.000066] Console: switching to colour frame buffer device 240x67
[    3.045868] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
[    4.752957] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    4.771971] systemd[1]: Detected architecture x86-64.
[    4.801216] systemd[1]: Set hostname to <nvidia-OptiPlex-3050>.
[    4.821238] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[    7.852776] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    7.852808] systemd[1]: Reached target Remote File Systems.
[    7.852816] systemd[1]: Reached target User and Group Name Lookups.
[    7.852846] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    7.852958] systemd[1]: Created slice System Slice.
[    7.853011] systemd[1]: Listening on Journal Socket (/dev/log).
[    7.853047] systemd[1]: Listening on Syslog Socket.
[    8.119005] EXT4-fs (sdb5): re-mounted. Opts: errors=remount-ro
[    8.650355] lp: driver loaded but no devices found
[    8.677596] ppdev: user-space parallel port driver
[    8.722092] systemd-journald[296]: Received request to flush runtime journal from PID 1
[    8.915520] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k FS
[   23.553431] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   23.777278] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
[   24.201018] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input9
[   24.928813] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   24.928814] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   24.928814] RAPL PMU: hw unit of domain package 2^-14 Joules
[   24.928815] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   24.928815] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   25.597946] checking generic (e0000000 7e9000) vs hw (e0000000 10000000)
[   25.597947] fb0: switching to inteldrmfb from EFI VGA
[   25.598025] Console: switching to colour dummy device 80x25
[   25.598051] i915 0000:00:02.0: vgaarb: deactivate vga console
[   25.598708] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   25.598709] [drm] Driver supports precise vblank timestamp query.
[   25.599072] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   25.612546] i915 0000:00:02.0: Failed to program MOCS registers; expect performance issues.
[   25.613506] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
[   25.615425] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   25.615729] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[   25.646538] fbcon: i915drmfb (fb0) is primary device
[   25.646571] Console: switching to colour frame buffer device 240x67
[   25.646604] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[   25.802139] cryptd: max_cpu_qlen set to 1000
[   26.666732] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   26.680699] AVX2 version of gcm_enc/dec engaged.
[   26.680700] AES CTR mode by8 optimization enabled
[   27.213319] snd_hda_intel 0000:00:1f.3: enabling device (0100 -> 0102)
[   27.213474] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   28.692373] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3234: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
[   28.692374] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[   28.692375] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   28.692376] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   28.692376] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   28.692377] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[   28.692378] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[   28.854087] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[   28.854115] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[   28.854139] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[   28.854163] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[   28.854187] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   28.854211] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   28.854232] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   32.763922] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   32.947903] intel_rapl_common: Found RAPL domain package
[   32.947916] intel_rapl_common: Found RAPL domain core
[   32.947916] intel_rapl_common: Found RAPL domain uncore
[   32.947917] intel_rapl_common: Found RAPL domain dram
[   48.817930] audit: type=1400 audit(1658211393.360:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=827 comm="apparmor_parser"
[   48.817932] audit: type=1400 audit(1658211393.360:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=827 comm="apparmor_parser"
[   48.817933] audit: type=1400 audit(1658211393.360:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=827 comm="apparmor_parser"
[   48.818499] audit: type=1400 audit(1658211393.360:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=824 comm="apparmor_parser"
[   48.818500] audit: type=1400 audit(1658211393.360:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=824 comm="apparmor_parser"
[   48.818502] audit: type=1400 audit(1658211393.360:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=824 comm="apparmor_parser"
[   48.818503] audit: type=1400 audit(1658211393.360:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=824 comm="apparmor_parser"
[   48.819165] audit: type=1400 audit(1658211393.360:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=829 comm="apparmor_parser"
[   48.819884] audit: type=1400 audit(1658211393.364:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=831 comm="apparmor_parser"
[   48.904369] audit: type=1400 audit(1658211393.448:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=828 comm="apparmor_parser"
[   64.263927] Lockdown: udisksd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[   68.830605] Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-0-100:00, irq=IGNORE)
[   68.940885] r8169 0000:01:00.0 enp1s0: Link is Down
[   72.696958] r8169 0000:01:00.0 enp1s0: Link is Up - 1Gbps/Full - flow control rx/tx
[   72.696976] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[  127.346049] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[  130.090352] rfkill: input handler disabled
[  193.160164] Lockdown: fwupd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[ 2676.244309] usb 1-10: USB disconnect, device number 3
[ 2697.480340] usb 1-10: new high-speed USB device number 4 using xhci_hcd
[ 2697.629255] usb 1-10: New USB device found, idVendor=0955, idProduct=7f21, bcdDevice= 1.02
[ 2697.629259] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2697.629261] usb 1-10: Product: APX
[ 2697.629263] usb 1-10: Manufacturer: NVIDIA Corp.
[ 2706.224178] usb 1-2: new full-speed USB device number 5 using xhci_hcd
[ 2706.374802] usb 1-2: New USB device found, idVendor=062a, idProduct=4101, bcdDevice= 2.03
[ 2706.374806] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2706.374808] usb 1-2: Product: 2.4G Keyboard Mouse
[ 2706.374810] usb 1-2: Manufacturer: MOSART Semi.
[ 2706.378231] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:062A:4101.0004/input/input18
[ 2706.436847] hid-generic 0003:062A:4101.0004: input,hidraw1: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:14.0-2/input0
[ 2706.439283] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:4101.0005/input/input19
[ 2706.500408] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:4101.0005/input/input20
[ 2706.500711] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:4101.0005/input/input21
[ 2706.500906] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:4101.0005/input/input22
[ 2706.501545] hid-generic 0003:062A:4101.0005: input,hiddev0,hidraw2: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:14.0-2/input1
[ 4923.827557] EXT4-fs (loop25): mounted filesystem with ordered data mode. Opts: (null)
[ 5154.012334]  loop25: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[ 5681.729103] usb 1-10: USB disconnect, device number 4
[ 5687.045103] usb 1-10: new high-speed USB device number 6 using xhci_hcd
[ 5687.193575] usb 1-10: New USB device found, idVendor=0955, idProduct=7f21, bcdDevice= 1.02
[ 5687.193580] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5687.193583] usb 1-10: Product: APX
[ 5687.193585] usb 1-10: Manufacturer: NVIDIA Corp.
[ 5722.749761] usb 1-10: USB disconnect, device number 6
[ 5723.064203] usb 1-10: new high-speed USB device number 7 using xhci_hcd
[ 5723.212894] usb 1-10: New USB device found, idVendor=0955, idProduct=7f21, bcdDevice= 1.02
[ 5723.212899] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5723.212902] usb 1-10: Product: APX
[ 5723.212904] usb 1-10: Manufacturer: NVIDIA Corp.
[ 5727.824066] EXT4-fs (loop25): mounted filesystem with ordered data mode. Opts: (null)
[ 6106.594978] usb 1-10: USB disconnect, device number 7
[ 6120.221906] usb 1-10: new high-speed USB device number 8 using xhci_hcd
[ 6120.370737] usb 1-10: New USB device found, idVendor=0955, idProduct=7f21, bcdDevice= 1.02
[ 6120.370742] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6120.370745] usb 1-10: Product: APX
[ 6120.370748] usb 1-10: Manufacturer: NVIDIA Corp.
[ 6128.363630] usb 1-10: USB disconnect, device number 8
[ 6128.705795] usb 1-10: new high-speed USB device number 9 using xhci_hcd
[ 6128.854520] usb 1-10: New USB device found, idVendor=0955, idProduct=7f21, bcdDevice= 1.02
[ 6128.854525] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6128.854542] usb 1-10: Product: APX
[ 6128.854544] usb 1-10: Manufacturer: NVIDIA Corp.
[ 6133.393780] EXT4-fs (loop25): mounted filesystem with ordered data mode. Opts: (null)
[ 6522.871147] usb 1-10: USB disconnect, device number 9
[ 7067.539734] usb 1-10: new high-speed USB device number 10 using xhci_hcd
[ 7067.688457] usb 1-10: New USB device found, idVendor=0955, idProduct=7f21, bcdDevice= 1.02
[ 7067.688462] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7067.688465] usb 1-10: Product: APX
[ 7067.688467] usb 1-10: Manufacturer: NVIDIA Corp.
[ 7074.578219] usb 1-10: USB disconnect, device number 10
[ 7074.923576] usb 1-10: new high-speed USB device number 11 using xhci_hcd
[ 7075.072059] usb 1-10: New USB device found, idVendor=0955, idProduct=7f21, bcdDevice= 1.02
[ 7075.072063] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7075.072066] usb 1-10: Product: APX
[ 7075.072068] usb 1-10: Manufacturer: NVIDIA Corp.
[ 7079.657667] EXT4-fs (loop25): mounted filesystem with ordered data mode. Opts: (null)
[ 7613.295510] INFO: task tegradevflash:4437 blocked for more than 120 seconds.
[ 7613.295517]       Not tainted 5.4.0-122-generic #138~18.04.1-Ubuntu
[ 7613.295519] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 7613.295522] tegradevflash   D    0  4437   4372 0x20020000
[ 7613.295526] Call Trace:
[ 7613.295537]  __schedule+0x292/0x720
[ 7613.295541]  schedule+0x33/0xa0
[ 7613.295544]  schedule_timeout+0x1d3/0x320
[ 7613.295549]  wait_for_completion_timeout+0xb3/0x140
[ 7613.295553]  ? wake_up_q+0x80/0x80
[ 7613.295560]  usb_start_wait_urb+0x8c/0x180
[ 7613.295565]  usb_bulk_msg+0xb8/0x160
[ 7613.295570]  proc_bulk+0x257/0x3a0
[ 7613.295576]  usbdev_do_ioctl+0x93d/0x1490
[ 7613.295582]  usbdev_compat_ioctl+0x10/0x20
[ 7613.295586]  __ia32_compat_sys_ioctl+0x105/0x230
[ 7613.295592]  do_int80_syscall_32+0x5b/0x130
[ 7613.295596]  entry_INT80_compat+0x85/0x90
[ 7613.295599] RIP: 0023:0x8075b54
[ 7613.295608] Code: Bad RIP value.
[ 7613.295611] RSP: 002b:00000000ffcd6e68 EFLAGS: 00000206 ORIG_RAX: 0000000000000036
[ 7613.295614] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00000000c0105502
[ 7613.295616] RDX: 00000000ffcd6e90 RSI: 0000000000010000 RDI: 0000000008c6b598
[ 7613.295617] RBP: 00000000f7fb9008 R08: 0000000000000000 R09: 0000000000000000
[ 7613.295619] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 7613.295620] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 7734.124704] INFO: task tegradevflash:4437 blocked for more than 241 seconds.
[ 7734.124710]       Not tainted 5.4.0-122-generic #138~18.04.1-Ubuntu
[ 7734.124713] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 7734.124715] tegradevflash   D    0  4437   4372 0x20020000
[ 7734.124720] Call Trace:
[ 7734.124730]  __schedule+0x292/0x720
[ 7734.124734]  schedule+0x33/0xa0
[ 7734.124738]  schedule_timeout+0x1d3/0x320
[ 7734.124742]  wait_for_completion_timeout+0xb3/0x140
[ 7734.124747]  ? wake_up_q+0x80/0x80
[ 7734.124753]  usb_start_wait_urb+0x8c/0x180
[ 7734.124758]  usb_bulk_msg+0xb8/0x160
[ 7734.124763]  proc_bulk+0x257/0x3a0
[ 7734.124769]  usbdev_do_ioctl+0x93d/0x1490
[ 7734.124775]  usbdev_compat_ioctl+0x10/0x20
[ 7734.124779]  __ia32_compat_sys_ioctl+0x105/0x230
[ 7734.124785]  do_int80_syscall_32+0x5b/0x130
[ 7734.124789]  entry_INT80_compat+0x85/0x90
[ 7734.124793] RIP: 0023:0x8075b54
[ 7734.124802] Code: Bad RIP value.
[ 7734.124804] RSP: 002b:00000000ffcd6e68 EFLAGS: 00000206 ORIG_RAX: 0000000000000036
[ 7734.124807] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00000000c0105502
[ 7734.124809] RDX: 00000000ffcd6e90 RSI: 0000000000010000 RDI: 0000000008c6b598
[ 7734.124810] RBP: 00000000f7fb9008 R08: 0000000000000000 R09: 0000000000000000
[ 7734.124812] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 7734.124813] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 7854.953863] INFO: task tegradevflash:4437 blocked for more than 362 seconds.
[ 7854.953870]       Not tainted 5.4.0-122-generic #138~18.04.1-Ubuntu
[ 7854.953872] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 7854.953875] tegradevflash   D    0  4437   4372 0x20020000
[ 7854.953880] Call Trace:
[ 7854.953890]  __schedule+0x292/0x720
[ 7854.953894]  schedule+0x33/0xa0
[ 7854.953898]  schedule_timeout+0x1d3/0x320
[ 7854.953902]  wait_for_completion_timeout+0xb3/0x140
[ 7854.953907]  ? wake_up_q+0x80/0x80
[ 7854.953913]  usb_start_wait_urb+0x8c/0x180
[ 7854.953918]  usb_bulk_msg+0xb8/0x160
[ 7854.953924]  proc_bulk+0x257/0x3a0
[ 7854.953929]  usbdev_do_ioctl+0x93d/0x1490
[ 7854.953935]  usbdev_compat_ioctl+0x10/0x20
[ 7854.953940]  __ia32_compat_sys_ioctl+0x105/0x230
[ 7854.953946]  do_int80_syscall_32+0x5b/0x130
[ 7854.953949]  entry_INT80_compat+0x85/0x90
[ 7854.953952] RIP: 0023:0x8075b54
[ 7854.953961] Code: Bad RIP value.
[ 7854.953963] RSP: 002b:00000000ffcd6e68 EFLAGS: 00000206 ORIG_RAX: 0000000000000036
[ 7854.953967] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00000000c0105502
[ 7854.953968] RDX: 00000000ffcd6e90 RSI: 0000000000010000 RDI: 0000000008c6b598
[ 7854.953970] RBP: 00000000f7fb9008 R08: 0000000000000000 R09: 0000000000000000
[ 7854.953971] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 7854.953973] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 7975.783056] INFO: task tegradevflash:4437 blocked for more than 483 seconds.
[ 7975.783063]       Not tainted 5.4.0-122-generic #138~18.04.1-Ubuntu
[ 7975.783066] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 7975.783069] tegradevflash   D    0  4437   4372 0x20020000
[ 7975.783074] Call Trace:
[ 7975.783085]  __schedule+0x292/0x720
[ 7975.783089]  schedule+0x33/0xa0
[ 7975.783093]  schedule_timeout+0x1d3/0x320
[ 7975.783099]  wait_for_completion_timeout+0xb3/0x140
[ 7975.783103]  ? wake_up_q+0x80/0x80
[ 7975.783110]  usb_start_wait_urb+0x8c/0x180
[ 7975.783116]  usb_bulk_msg+0xb8/0x160
[ 7975.783122]  proc_bulk+0x257/0x3a0
[ 7975.783128]  usbdev_do_ioctl+0x93d/0x1490
[ 7975.783134]  usbdev_compat_ioctl+0x10/0x20
[ 7975.783139]  __ia32_compat_sys_ioctl+0x105/0x230
[ 7975.783145]  do_int80_syscall_32+0x5b/0x130
[ 7975.783149]  entry_INT80_compat+0x85/0x90
[ 7975.783153] RIP: 0023:0x8075b54
[ 7975.783162] Code: Bad RIP value.
[ 7975.783164] RSP: 002b:00000000ffcd6e68 EFLAGS: 00000206 ORIG_RAX: 0000000000000036
[ 7975.783168] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00000000c0105502
[ 7975.783170] RDX: 00000000ffcd6e90 RSI: 0000000000010000 RDI: 0000000008c6b598
[ 7975.783172] RBP: 00000000f7fb9008 R08: 0000000000000000 R09: 0000000000000000
[ 7975.783173] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 7975.783174] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 8096.612174] INFO: task tegradevflash:4437 blocked for more than 604 seconds.
[ 8096.612180]       Not tainted 5.4.0-122-generic #138~18.04.1-Ubuntu
[ 8096.612182] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 8096.612185] tegradevflash   D    0  4437   4372 0x20020000
[ 8096.612189] Call Trace:
[ 8096.612199]  __schedule+0x292/0x720
[ 8096.612203]  schedule+0x33/0xa0
[ 8096.612206]  schedule_timeout+0x1d3/0x320
[ 8096.612210]  wait_for_completion_timeout+0xb3/0x140
[ 8096.612215]  ? wake_up_q+0x80/0x80
[ 8096.612221]  usb_start_wait_urb+0x8c/0x180
[ 8096.612225]  usb_bulk_msg+0xb8/0x160
[ 8096.612230]  proc_bulk+0x257/0x3a0
[ 8096.612235]  usbdev_do_ioctl+0x93d/0x1490
[ 8096.612241]  usbdev_compat_ioctl+0x10/0x20
[ 8096.612245]  __ia32_compat_sys_ioctl+0x105/0x230
[ 8096.612250]  do_int80_syscall_32+0x5b/0x130
[ 8096.612253]  entry_INT80_compat+0x85/0x90
[ 8096.612256] RIP: 0023:0x8075b54
[ 8096.612265] Code: Bad RIP value.
[ 8096.612267] RSP: 002b:00000000ffcd6e68 EFLAGS: 00000206 ORIG_RAX: 0000000000000036
[ 8096.612270] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00000000c0105502
[ 8096.612271] RDX: 00000000ffcd6e90 RSI: 0000000000010000 RDI: 0000000008c6b598
[ 8096.612273] RBP: 00000000f7fb9008 R08: 0000000000000000 R09: 0000000000000000
[ 8096.612274] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 8096.612275] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 8217.441291] INFO: task tegradevflash:4437 blocked for more than 724 seconds.
[ 8217.441297]       Not tainted 5.4.0-122-generic #138~18.04.1-Ubuntu
[ 8217.441300] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 8217.441303] tegradevflash   D    0  4437   4372 0x20020000
[ 8217.441307] Call Trace:
[ 8217.441317]  __schedule+0x292/0x720
[ 8217.441322]  schedule+0x33/0xa0
[ 8217.441325]  schedule_timeout+0x1d3/0x320
[ 8217.441330]  wait_for_completion_timeout+0xb3/0x140
[ 8217.441334]  ? wake_up_q+0x80/0x80
[ 8217.441341]  usb_start_wait_urb+0x8c/0x180
[ 8217.441346]  usb_bulk_msg+0xb8/0x160
[ 8217.441351]  proc_bulk+0x257/0x3a0
[ 8217.441356]  usbdev_do_ioctl+0x93d/0x1490
[ 8217.441362]  usbdev_compat_ioctl+0x10/0x20
[ 8217.441367]  __ia32_compat_sys_ioctl+0x105/0x230
[ 8217.441373]  do_int80_syscall_32+0x5b/0x130
[ 8217.441376]  entry_INT80_compat+0x85/0x90
[ 8217.441379] RIP: 0023:0x8075b54
[ 8217.441388] Code: Bad RIP value.
[ 8217.441390] RSP: 002b:00000000ffcd6e68 EFLAGS: 00000206 ORIG_RAX: 0000000000000036
[ 8217.441394] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00000000c0105502
[ 8217.441396] RDX: 00000000ffcd6e90 RSI: 0000000000010000 RDI: 0000000008c6b598
[ 8217.441397] RBP: 00000000f7fb9008 R08: 0000000000000000 R09: 0000000000000000
[ 8217.441398] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 8217.441400] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 8338.270241] INFO: task tegradevflash:4437 blocked for more than 845 seconds.
[ 8338.270248]       Not tainted 5.4.0-122-generic #138~18.04.1-Ubuntu
[ 8338.270251] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 8338.270254] tegradevflash   D    0  4437   4372 0x20020000
[ 8338.270258] Call Trace:
[ 8338.270268]  __schedule+0x292/0x720
[ 8338.270272]  schedule+0x33/0xa0
[ 8338.270276]  schedule_timeout+0x1d3/0x320
[ 8338.270281]  wait_for_completion_timeout+0xb3/0x140
[ 8338.270285]  ? wake_up_q+0x80/0x80
[ 8338.270291]  usb_start_wait_urb+0x8c/0x180
[ 8338.270296]  usb_bulk_msg+0xb8/0x160
[ 8338.270302]  proc_bulk+0x257/0x3a0
[ 8338.270307]  usbdev_do_ioctl+0x93d/0x1490
[ 8338.270313]  usbdev_compat_ioctl+0x10/0x20
[ 8338.270318]  __ia32_compat_sys_ioctl+0x105/0x230
[ 8338.270324]  do_int80_syscall_32+0x5b/0x130
[ 8338.270327]  entry_INT80_compat+0x85/0x90
[ 8338.270330] RIP: 0023:0x8075b54
[ 8338.270339] Code: Bad RIP value.
[ 8338.270341] RSP: 002b:00000000ffcd6e68 EFLAGS: 00000206 ORIG_RAX: 0000000000000036
[ 8338.270344] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00000000c0105502
[ 8338.270346] RDX: 00000000ffcd6e90 RSI: 0000000000010000 RDI: 0000000008c6b598
[ 8338.270348] RBP: 00000000f7fb9008 R08: 0000000000000000 R09: 0000000000000000
[ 8338.270349] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 8338.270350] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 8459.099114] INFO: task tegradevflash:4437 blocked for more than 966 seconds.
[ 8459.099121]       Not tainted 5.4.0-122-generic #138~18.04.1-Ubuntu
[ 8459.099124] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 8459.099127] tegradevflash   D    0  4437   4372 0x20020000
[ 8459.099132] Call Trace:
[ 8459.099143]  __schedule+0x292/0x720
[ 8459.099147]  schedule+0x33/0xa0
[ 8459.099152]  schedule_timeout+0x1d3/0x320
[ 8459.099157]  wait_for_completion_timeout+0xb3/0x140
[ 8459.099162]  ? wake_up_q+0x80/0x80
[ 8459.099169]  usb_start_wait_urb+0x8c/0x180
[ 8459.099174]  usb_bulk_msg+0xb8/0x160
[ 8459.099180]  proc_bulk+0x257/0x3a0
[ 8459.099186]  usbdev_do_ioctl+0x93d/0x1490
[ 8459.099192]  usbdev_compat_ioctl+0x10/0x20
[ 8459.099197]  __ia32_compat_sys_ioctl+0x105/0x230
[ 8459.099204]  do_int80_syscall_32+0x5b/0x130
[ 8459.099207]  entry_INT80_compat+0x85/0x90
[ 8459.099211] RIP: 0023:0x8075b54
[ 8459.099220] Code: Bad RIP value.
[ 8459.099222] RSP: 002b:00000000ffcd6e68 EFLAGS: 00000206 ORIG_RAX: 0000000000000036
[ 8459.099226] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00000000c0105502
[ 8459.099228] RDX: 00000000ffcd6e90 RSI: 0000000000010000 RDI: 0000000008c6b598
[ 8459.099230] RBP: 00000000f7fb9008 R08: 0000000000000000 R09: 0000000000000000
[ 8459.099231] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 8459.099233] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 8579.927826] INFO: task tegradevflash:4437 blocked for more than 1087 seconds.
[ 8579.927830]       Not tainted 5.4.0-122-generic #138~18.04.1-Ubuntu
[ 8579.927831] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 8579.927833] tegradevflash   D    0  4437   4372 0x20020000
[ 8579.927836] Call Trace:
[ 8579.927843]  __schedule+0x292/0x720
[ 8579.927845]  schedule+0x33/0xa0
[ 8579.927848]  schedule_timeout+0x1d3/0x320
[ 8579.927851]  wait_for_completion_timeout+0xb3/0x140
[ 8579.927854]  ? wake_up_q+0x80/0x80
[ 8579.927858]  usb_start_wait_urb+0x8c/0x180
[ 8579.927861]  usb_bulk_msg+0xb8/0x160
[ 8579.927864]  proc_bulk+0x257/0x3a0
[ 8579.927868]  usbdev_do_ioctl+0x93d/0x1490
[ 8579.927871]  usbdev_compat_ioctl+0x10/0x20
[ 8579.927875]  __ia32_compat_sys_ioctl+0x105/0x230
[ 8579.927878]  do_int80_syscall_32+0x5b/0x130
[ 8579.927880]  entry_INT80_compat+0x85/0x90
[ 8579.927883] RIP: 0023:0x8075b54
[ 8579.927888] Code: Bad RIP value.
[ 8579.927889] RSP: 002b:00000000ffcd6e68 EFLAGS: 00000206 ORIG_RAX: 0000000000000036
[ 8579.927892] RAX: ffffffffffffffda RBX: 0000000000000005 RCX: 00000000c0105502
[ 8579.927893] RDX: 00000000ffcd6e90 RSI: 0000000000010000 RDI: 0000000008c6b598
[ 8579.927894] RBP: 00000000f7fb9008 R08: 0000000000000000 R09: 0000000000000000
[ 8579.927895] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 8579.927895] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000


Can you verify where the new dmesg log lines started as a result of trying to flash? Unlike most cases, this particular debug log is best if it only shows what resulted from the flash and not the whole log. I am guessing it started somewhere in USB, but it is hard to tell exactly where.

Overall this looks like the host PC USB is failing. There are a number of reasons why this might happen, but overall I don’t think a paused USB should result in a kernel dump of USB.

If on the host PC you have connected the powered up recovery mode Jetson, what do you see from “lsusb | grep '0955:7'”? You will see an identifier if the Jetson is visible, probably something like “0955:7019” (which is what a Nano should show). You can then also show the output of the tree form “lsusb -t”. Remember to do those commands while the Jetson is in recovery mode, but prior to flashing.

Is the flash going through a HUB? If so, can you put just the Jetson on the port without anything else (no HUB and no other item)?

Below was captured when the flash stopped at 46% and then openned another terminal to run dmesg – follow

nvidia@nvidia-OptiPlex-3050:~$ dmesg --follow
[    0.000000] microcode: microcode updated early to revision 0xf0, date = 2021-11-12
[    0.000000] Linux version 5.4.0-122-generic (buildd@lcy02-amd64-035) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #138~18.04.1-Ubuntu SMP Fri Jun 24 14:14:03 UTC 2022 (Ubuntu 5.4.0-122.138~18.04.1-generic 5.4.192)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-122-generic root=UUID=bc03ee44-72cf-4c80-a570-ec6a6fdf30b0 ro quiet splash vt.handoff=1
[    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] 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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d3923fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d3924000-0x00000000d3924fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000d3925000-0x00000000d3925fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d3926000-0x00000000dac79fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dac7a000-0x00000000daeaefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000daeaf000-0x00000000daef2fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000daef3000-0x00000000db813fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000db814000-0x00000000dbdfefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dbdff000-0x00000000dbdfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dbe00000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xd1a20018-0xd1a3dc57] usable ==> usable
[    0.000000] e820: update [mem 0xd1a20018-0xd1a3dc57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000d1a20017] usable
[    0.000000] reserve setup_data: [mem 0x00000000d1a20018-0x00000000d1a3dc57] usable
[    0.000000] reserve setup_data: [mem 0x00000000d1a3dc58-0x00000000d3923fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000d3924000-0x00000000d3924fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000d3925000-0x00000000d3925fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d3926000-0x00000000dac79fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dac7a000-0x00000000daeaefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000daeaf000-0x00000000daef2fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000daef3000-0x00000000db813fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000db814000-0x00000000dbdfefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000dbdff000-0x00000000dbdfffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000dbe00000-0x00000000dfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021dffffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI=0xdaebc000  ACPI 2.0=0xdaebc000  SMBIOS=0xf0000  SMBIOS 3.0=0xf0020  TPMFinalLog=0xdb7b7000  ESRT=0xdbb69018  MEMATTR=0xd88fb018  TPMEventLog=0xd1a3e018 
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI Secure Boot mode; see man kernel_lockdown.7
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Dell Inc. OptiPlex 3050/08NPPY, BIOS 1.12.1 05/09/2019
[    0.000000] tsc: Detected 3400.000 MHz processor
[    0.000984] tsc: Detected 3399.906 MHz TSC
[    0.000984] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000985] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000990] last_pfn = 0x21e000 max_arch_pfn = 0x400000000
[    0.000993] MTRR default type: write-back
[    0.000993] MTRR fixed ranges enabled:
[    0.000994]   00000-9FFFF write-back
[    0.000995]   A0000-BFFFF uncachable
[    0.000995]   C0000-FFFFF write-protect
[    0.000996] MTRR variable ranges enabled:
[    0.000997]   0 base 00E0000000 mask 7FE0000000 uncachable
[    0.000997]   1 base 00DE000000 mask 7FFE000000 uncachable
[    0.000998]   2 base 00DD800000 mask 7FFF800000 uncachable
[    0.000998]   3 disabled
[    0.000999]   4 disabled
[    0.000999]   5 disabled
[    0.000999]   6 disabled
[    0.000999]   7 disabled
[    0.001000]   8 disabled
[    0.001000]   9 disabled
[    0.001259] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001376] last_pfn = 0xdbe00 max_arch_pfn = 0x400000000
[    0.007591] esrt: Reserving ESRT space from 0x00000000dbb69018 to 0x00000000dbb69050.
[    0.007596] check: Scanning 1 areas for low memory corruption
[    0.007600] Using GB pages for direct mapping
[    0.007883] secureboot: Secure boot enabled
[    0.007884] RAMDISK: [mem 0x3d65c000-0x3fffdfff]
[    0.007888] ACPI: Early table checksum verification disabled
[    0.007890] ACPI: RSDP 0x00000000DAEBC000 000024 (v02 DELL  )
[    0.007892] ACPI: XSDT 0x00000000DAEBC0C8 00010C (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007896] ACPI: FACP 0x00000000DAEE3A28 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
[    0.007900] ACPI: DSDT 0x00000000DAEBC260 0277C2 (v02 DELL   CBX3     01072009 INTL 20160422)
[    0.007902] ACPI: FACS 0x00000000DB80EF00 000040
[    0.007904] ACPI: APIC 0x00000000DAEE3B38 000084 (v03 DELL   CBX3     01072009 AMI  00010013)
[    0.007906] ACPI: FPDT 0x00000000DAEE3BC0 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007907] ACPI: FIDT 0x00000000DAEE3C08 0000AC (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007909] ACPI: MCFG 0x00000000DAEE3CB8 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
[    0.007911] ACPI: HPET 0x00000000DAEE3CF8 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
[    0.007913] ACPI: BOOT 0x00000000DAEE3D30 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
[    0.007914] ACPI: SSDT 0x00000000DAEE3D58 003176 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.007916] ACPI: SSDT 0x00000000DAEE6ED0 0025A5 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.007918] ACPI: HPET 0x00000000DAEE9478 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
[    0.007920] ACPI: SSDT 0x00000000DAEE94B0 000DE5 (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
[    0.007922] ACPI: SSDT 0x00000000DAEEA298 0008F4 (v02 INTEL  DELL_SFF 00000000 INTL 20160422)
[    0.007924] ACPI: UEFI 0x00000000DAEEAB90 000042 (v01                 00000000      00000000)
[    0.007925] ACPI: SSDT 0x00000000DAEEABD8 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.007927] ACPI: LPIT 0x00000000DAEEBAB8 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.007929] ACPI: SSDT 0x00000000DAEEBB50 000141 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
[    0.007931] ACPI: SSDT 0x00000000DAEEBC98 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.007933] ACPI: SSDT 0x00000000DAEEBF38 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.007935] ACPI: SSDT 0x00000000DAEEEF40 00050D (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
[    0.007936] ACPI: DBGP 0x00000000DAEEF450 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.007938] ACPI: DBG2 0x00000000DAEEF488 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.007940] ACPI: MSDM 0x00000000DAEEF4E0 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
[    0.007942] ACPI: SLIC 0x00000000DAEEF538 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
[    0.007943] ACPI: BGRT 0x00000000DAEEF6B0 000038 (v00 ?\xd6i\xdd            01072009 AMI  00010013)
[    0.007945] ACPI: UEFI 0x00000000DAEEF6E8 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.007947] ACPI: UEFI 0x00000000DAEEFD28 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.007949] ACPI: TPM2 0x00000000DAEEFD88 000034 (v03 DELL   CBX3     00000001 AMI  00000000)
[    0.007951] ACPI: ASF! 0x00000000DAEEFDC0 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.007952] ACPI: DMAR 0x00000000DAEEFE60 0000A8 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.007954] ACPI: Reserving FACP table memory at [mem 0xdaee3a28-0xdaee3b33]
[    0.007955] ACPI: Reserving DSDT table memory at [mem 0xdaebc260-0xdaee3a21]
[    0.007955] ACPI: Reserving FACS table memory at [mem 0xdb80ef00-0xdb80ef3f]
[    0.007956] ACPI: Reserving APIC table memory at [mem 0xdaee3b38-0xdaee3bbb]
[    0.007957] ACPI: Reserving FPDT table memory at [mem 0xdaee3bc0-0xdaee3c03]
[    0.007957] ACPI: Reserving FIDT table memory at [mem 0xdaee3c08-0xdaee3cb3]
[    0.007958] ACPI: Reserving MCFG table memory at [mem 0xdaee3cb8-0xdaee3cf3]
[    0.007958] ACPI: Reserving HPET table memory at [mem 0xdaee3cf8-0xdaee3d2f]
[    0.007959] ACPI: Reserving BOOT table memory at [mem 0xdaee3d30-0xdaee3d57]
[    0.007959] ACPI: Reserving SSDT table memory at [mem 0xdaee3d58-0xdaee6ecd]
[    0.007960] ACPI: Reserving SSDT table memory at [mem 0xdaee6ed0-0xdaee9474]
[    0.007960] ACPI: Reserving HPET table memory at [mem 0xdaee9478-0xdaee94af]
[    0.007961] ACPI: Reserving SSDT table memory at [mem 0xdaee94b0-0xdaeea294]
[    0.007961] ACPI: Reserving SSDT table memory at [mem 0xdaeea298-0xdaeeab8b]
[    0.007962] ACPI: Reserving UEFI table memory at [mem 0xdaeeab90-0xdaeeabd1]
[    0.007962] ACPI: Reserving SSDT table memory at [mem 0xdaeeabd8-0xdaeebab5]
[    0.007963] ACPI: Reserving LPIT table memory at [mem 0xdaeebab8-0xdaeebb4b]
[    0.007963] ACPI: Reserving SSDT table memory at [mem 0xdaeebb50-0xdaeebc90]
[    0.007964] ACPI: Reserving SSDT table memory at [mem 0xdaeebc98-0xdaeebf36]
[    0.007965] ACPI: Reserving SSDT table memory at [mem 0xdaeebf38-0xdaeeef39]
[    0.007965] ACPI: Reserving SSDT table memory at [mem 0xdaeeef40-0xdaeef44c]
[    0.007966] ACPI: Reserving DBGP table memory at [mem 0xdaeef450-0xdaeef483]
[    0.007966] ACPI: Reserving DBG2 table memory at [mem 0xdaeef488-0xdaeef4db]
[    0.007967] ACPI: Reserving MSDM table memory at [mem 0xdaeef4e0-0xdaeef534]
[    0.007967] ACPI: Reserving SLIC table memory at [mem 0xdaeef538-0xdaeef6ad]
[    0.007968] ACPI: Reserving BGRT table memory at [mem 0xdaeef6b0-0xdaeef6e7]
[    0.007968] ACPI: Reserving UEFI table memory at [mem 0xdaeef6e8-0xdaeefd21]
[    0.007969] ACPI: Reserving UEFI table memory at [mem 0xdaeefd28-0xdaeefd83]
[    0.007970] ACPI: Reserving TPM2 table memory at [mem 0xdaeefd88-0xdaeefdbb]
[    0.007970] ACPI: Reserving ASF! table memory at [mem 0xdaeefdc0-0xdaeefe5f]
[    0.007971] ACPI: Reserving DMAR table memory at [mem 0xdaeefe60-0xdaeeff07]
[    0.007979] ACPI: Local APIC address 0xfee00000
[    0.008130] No NUMA configuration found
[    0.008131] Faking a node at [mem 0x0000000000000000-0x000000021dffffff]
[    0.008139] NODE_DATA(0) allocated [mem 0x21dfd5000-0x21dffffff]
[    0.008308] Zone ranges:
[    0.008308]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008309]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008310]   Normal   [mem 0x0000000100000000-0x000000021dffffff]
[    0.008310]   Device   empty
[    0.008311] Movable zone start for each node
[    0.008313] Early memory node ranges
[    0.008314]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.008315]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.008315]   node   0: [mem 0x0000000000100000-0x00000000d3923fff]
[    0.008316]   node   0: [mem 0x00000000d3926000-0x00000000dac79fff]
[    0.008316]   node   0: [mem 0x00000000dbdff000-0x00000000dbdfffff]
[    0.008317]   node   0: [mem 0x0000000100000000-0x000000021dffffff]
[    0.008470] Zeroed struct page in unavailable ranges: 29675 pages
[    0.008470] Initmem setup node 0 [mem 0x0000000000001000-0x000000021dffffff]
[    0.008472] On node 0 totalpages: 2067477
[    0.008472]   DMA zone: 64 pages used for memmap
[    0.008473]   DMA zone: 21 pages reserved
[    0.008473]   DMA zone: 3996 pages, LIFO batch:0
[    0.008507]   DMA32 zone: 13938 pages used for memmap
[    0.008507]   DMA32 zone: 892025 pages, LIFO batch:63
[    0.017286]   Normal zone: 18304 pages used for memmap
[    0.017287]   Normal zone: 1171456 pages, LIFO batch:63
[    0.028051] Reserving Intel graphics memory at [mem 0xde000000-0xdfffffff]
[    0.028228] ACPI: PM-Timer IO Port: 0x1808
[    0.028229] ACPI: Local APIC address 0xfee00000
[    0.028234] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.028234] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.028235] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.028235] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.028262] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.028263] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.028264] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.028265] ACPI: IRQ0 used by override.
[    0.028265] ACPI: IRQ9 used by override.
[    0.028267] Using ACPI (MADT) for SMP configuration information
[    0.028268] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.028272] e820: update [mem 0xd7d45000-0xd7dcefff] usable ==> reserved
[    0.028278] TSC deadline timer available
[    0.028279] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.028294] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.028296] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.028297] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.028298] PM: Registered nosave memory: [mem 0xd1a20000-0xd1a20fff]
[    0.028299] PM: Registered nosave memory: [mem 0xd1a3d000-0xd1a3dfff]
[    0.028300] PM: Registered nosave memory: [mem 0xd3924000-0xd3924fff]
[    0.028300] PM: Registered nosave memory: [mem 0xd3925000-0xd3925fff]
[    0.028302] PM: Registered nosave memory: [mem 0xd7d45000-0xd7dcefff]
[    0.028303] PM: Registered nosave memory: [mem 0xdac7a000-0xdaeaefff]
[    0.028303] PM: Registered nosave memory: [mem 0xdaeaf000-0xdaef2fff]
[    0.028303] PM: Registered nosave memory: [mem 0xdaef3000-0xdb813fff]
[    0.028304] PM: Registered nosave memory: [mem 0xdb814000-0xdbdfefff]
[    0.028305] PM: Registered nosave memory: [mem 0xdbe00000-0xdfffffff]
[    0.028305] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.028306] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.028306] PM: Registered nosave memory: [mem 0xfc000000-0xfdffffff]
[    0.028306] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.028307] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.028307] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.028307] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.028308] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.028308] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.028309] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.028310] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.028310] Booting paravirtualized kernel on bare hardware
[    0.028312] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.028317] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.028486] percpu: Embedded 60 pages/cpu s208896 r8192 d28672 u524288
[    0.028491] pcpu-alloc: s208896 r8192 d28672 u524288 alloc=1*2097152
[    0.028491] pcpu-alloc: [0] 0 1 2 3 
[    0.028511] Built 1 zonelists, mobility grouping on.  Total pages: 2035150
[    0.028511] Policy zone: Normal
[    0.028512] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.0-122-generic root=UUID=bc03ee44-72cf-4c80-a570-ec6a6fdf30b0 ro quiet splash vt.handoff=1
[    0.029024] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.029275] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.029314] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.033334] Calgary: detecting Calgary via BIOS EBDA area
[    0.033335] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.054765] Memory: 7940696K/8269908K available (14339K kernel code, 2382K rwdata, 9456K rodata, 2740K init, 4980K bss, 329212K reserved, 0K cma-reserved)
[    0.054770] random: get_random_u64 called from __kmem_cache_create+0x41/0x560 with crng_init=0
[    0.054886] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.054898] Kernel/User page tables isolation: enabled
[    0.054909] ftrace: allocating 44367 entries in 174 pages
[    0.068292] rcu: Hierarchical RCU implementation.
[    0.068293] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.068294] 	Tasks RCU enabled.
[    0.068295] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.068295] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.070333] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.070848] random: crng done (trusting CPU's manufacturer)
[    0.070864] vt handoff: transparent VT on vt#1
[    0.070871] Console: colour dummy device 80x25
[    0.070875] printk: console [tty0] enabled
[    0.070891] ACPI: Core revision 20190816
[    0.071156] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.071225] APIC: Switch to symmetric I/O mode setup
[    0.071227] DMAR: Host address width 39
[    0.071228] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.071231] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.071232] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.071234] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.071235] DMAR: RMRR base: 0x000000dad03000 end: 0x000000dad22fff
[    0.071235] DMAR: RMRR base: 0x000000dd800000 end: 0x000000dfffffff
[    0.071237] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.071237] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.071238] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.072882] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.072883] x2apic enabled
[    0.072897] Switched APIC routing to cluster x2apic.
[    0.076858] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.095253] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3101f59f5e6, max_idle_ns: 440795259996 ns
[    0.095256] Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.81 BogoMIPS (lpj=13599624)
[    0.095257] pid_max: default: 32768 minimum: 301
[    0.096877] LSM: Security Framework initializing
[    0.096885] Yama: becoming mindful.
[    0.096908] AppArmor: AppArmor initialized
[    0.096947] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.096963] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.096976] *** VALIDATE tmpfs ***
[    0.097083] *** VALIDATE proc ***
[    0.097121] *** VALIDATE cgroup1 ***
[    0.097122] *** VALIDATE cgroup2 ***
[    0.097188] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.097204] process: using mwait in idle threads
[    0.097206] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.097206] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.097209] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.097210] Spectre V2 : Mitigation: Retpolines
[    0.097211] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.097211] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.097212] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.097213] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.097220] MDS: Mitigation: Clear CPU buffers
[    0.097220] TAA: Mitigation: Clear CPU buffers
[    0.097221] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.097225] SRBDS: Mitigation: Microcode
[    0.097417] Freeing SMP alternatives memory: 40K
[    0.099254] smpboot: CPU0: Intel(R) Core(TM) i5-7500 CPU @ 3.40GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.099254] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.099254] ... version:                4
[    0.099254] ... bit width:              48
[    0.099254] ... generic registers:      8
[    0.099254] ... value mask:             0000ffffffffffff
[    0.099254] ... max period:             00007fffffffffff
[    0.099254] ... fixed-purpose events:   3
[    0.099254] ... event mask:             00000007000000ff
[    0.099254] rcu: Hierarchical SRCU implementation.
[    0.099254] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.099254] smp: Bringing up secondary CPUs ...
[    0.099254] x86: Booting SMP configuration:
[    0.099254] .... node  #0, CPUs:      #1 #2 #3
[    0.100973] smp: Brought up 1 node, 4 CPUs
[    0.100973] smpboot: Max logical packages: 1
[    0.100973] smpboot: Total of 4 processors activated (27199.24 BogoMIPS)
[    0.100973] devtmpfs: initialized
[    0.100973] x86/mm: Memory block size: 128MB
[    0.103699] PM: Registering ACPI NVS region [mem 0xd3924000-0xd3924fff] (4096 bytes)
[    0.103699] PM: Registering ACPI NVS region [mem 0xdaef3000-0xdb813fff] (9572352 bytes)
[    0.103699] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.103699] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.103699] pinctrl core: initialized pinctrl subsystem
[    0.103699] PM: RTC time: 06:15:50, date: 2022-07-20
[    0.103699] NET: Registered protocol family 16
[    0.103699] audit: initializing netlink subsys (disabled)
[    0.103699] audit: type=2000 audit(1658297750.032:1): state=initialized audit_enabled=0 res=1
[    0.103699] EISA bus registered
[    0.103699] cpuidle: using governor ladder
[    0.103699] cpuidle: using governor menu
[    0.103699] Simple Boot Flag at 0x47 set to 0x80
[    0.103699] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.103699] ACPI: bus type PCI registered
[    0.103699] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.103699] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.103699] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.103699] PCI: Using configuration type 1 for base access
[    0.103699] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.104304] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.104304] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.104304] ACPI: Added _OSI(Module Device)
[    0.104304] ACPI: Added _OSI(Processor Device)
[    0.104304] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.104304] ACPI: Added _OSI(Processor Aggregator Device)
[    0.104304] ACPI: Added _OSI(Linux-Dell-Video)
[    0.104304] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.104304] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.142937] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.149213] ACPI: Dynamic OEM Table Load:
[    0.149218] ACPI: SSDT 0xFFFF9B6593E27800 000717 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.150582] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.151918] ACPI: Dynamic OEM Table Load:
[    0.151922] ACPI: SSDT 0xFFFF9B6593F26C00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.153197] ACPI: Dynamic OEM Table Load:
[    0.153200] ACPI: SSDT 0xFFFF9B6593DF4000 000115 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.154344] ACPI: Dynamic OEM Table Load:
[    0.154347] ACPI: SSDT 0xFFFF9B6593DF5000 0001A4 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.155821] ACPI: Dynamic OEM Table Load:
[    0.155826] ACPI: SSDT 0xFFFF9B6593E22800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.157369] ACPI: Dynamic OEM Table Load:
[    0.157372] ACPI: SSDT 0xFFFF9B6593F23E00 000197 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.158623] ACPI: Dynamic OEM Table Load:
[    0.158626] ACPI: SSDT 0xFFFF9B6593F23400 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.162230] ACPI: Interpreter enabled
[    0.162263] ACPI: (supports S0 S3 S4 S5)
[    0.162264] ACPI: Using IOAPIC for interrupt routing
[    0.162295] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.163254] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.165513] ACPI: Power Resource [PG00] (on)
[    0.165847] ACPI: Power Resource [PG01] (on)
[    0.166173] ACPI: Power Resource [PG02] (on)
[    0.166794] ACPI: Power Resource [WRST] (on)
[    0.167124] ACPI: Power Resource [WRST] (on)
[    0.167456] ACPI: Power Resource [WRST] (on)
[    0.167785] ACPI: Power Resource [WRST] (on)
[    0.168113] ACPI: Power Resource [WRST] (on)
[    0.168442] ACPI: Power Resource [WRST] (on)
[    0.168775] ACPI: Power Resource [WRST] (on)
[    0.169110] ACPI: Power Resource [WRST] (on)
[    0.169440] ACPI: Power Resource [WRST] (on)
[    0.169773] ACPI: Power Resource [WRST] (on)
[    0.170122] ACPI: Power Resource [WRST] (on)
[    0.170453] ACPI: Power Resource [WRST] (on)
[    0.170781] ACPI: Power Resource [WRST] (on)
[    0.171108] ACPI: Power Resource [WRST] (on)
[    0.171440] ACPI: Power Resource [WRST] (on)
[    0.171768] ACPI: Power Resource [WRST] (on)
[    0.172099] ACPI: Power Resource [WRST] (on)
[    0.173359] ACPI: Power Resource [WRST] (on)
[    0.173694] ACPI: Power Resource [WRST] (on)
[    0.174025] ACPI: Power Resource [WRST] (on)
[    0.189719] ACPI: Power Resource [FN00] (off)
[    0.189804] ACPI: Power Resource [FN01] (off)
[    0.189889] ACPI: Power Resource [FN02] (off)
[    0.189971] ACPI: Power Resource [FN03] (off)
[    0.190055] ACPI: Power Resource [FN04] (off)
[    0.191108] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.191114] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.191309] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.191492] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    0.191493] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.192146] PCI host bridge to bus 0000:00
[    0.192147] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.192148] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.192149] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.192149] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.192150] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.192151] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.192151] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.192152] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.192152] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.192153] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.192154] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.192154] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.192155] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.192156] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.192156] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
[    0.192157] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.192158] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.192166] pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
[    0.192516] pci 0000:00:02.0: [8086:5912] type 00 class 0x030000
[    0.192534] pci 0000:00:02.0: reg 0x10: [mem 0xf6000000-0xf6ffffff 64bit]
[    0.192546] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.192554] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.192578] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.192768] pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330
[    0.192810] pci 0000:00:14.0: reg 0x10: [mem 0xf7190000-0xf719ffff 64bit]
[    0.192932] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.193154] pci 0000:00:14.2: [8086:a2b1] type 00 class 0x118000
[    0.193193] pci 0000:00:14.2: reg 0x10: [mem 0xf71b3000-0xf71b3fff 64bit]
[    0.193418] pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000
[    0.193450] pci 0000:00:16.0: reg 0x10: [mem 0xf71b2000-0xf71b2fff 64bit]
[    0.193529] pci 0000:00:16.0: PME# supported from D3hot
[    0.193729] pci 0000:00:17.0: [8086:2822] type 00 class 0x010400
[    0.193761] pci 0000:00:17.0: reg 0x10: [mem 0xf71a0000-0xf71a7fff]
[    0.193776] pci 0000:00:17.0: reg 0x14: [mem 0xf71b1000-0xf71b10ff]
[    0.193790] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.193803] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.193818] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.193831] pci 0000:00:17.0: reg 0x24: [mem 0xf7100000-0xf717ffff]
[    0.193888] pci 0000:00:17.0: PME# supported from D3hot
[    0.194050] pci 0000:00:1c.0: [8086:a294] type 01 class 0x060400
[    0.194177] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.194401] pci 0000:00:1f.0: [8086:a2c8] type 00 class 0x060100
[    0.194686] pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000
[    0.194705] pci 0000:00:1f.2: reg 0x10: [mem 0xf71ac000-0xf71affff]
[    0.194918] pci 0000:00:1f.3: [8086:a2f0] type 00 class 0x040300
[    0.194957] pci 0000:00:1f.3: reg 0x10: [mem 0xf71a8000-0xf71abfff 64bit]
[    0.194995] pci 0000:00:1f.3: reg 0x20: [mem 0xf7180000-0xf718ffff 64bit]
[    0.195058] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.195306] pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500
[    0.195370] pci 0000:00:1f.4: reg 0x10: [mem 0xf71b0000-0xf71b00ff 64bit]
[    0.195445] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.195747] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.195784] pci 0000:01:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.195823] pci 0000:01:00.0: reg 0x18: [mem 0xf7004000-0xf7004fff 64bit]
[    0.195846] pci 0000:01:00.0: reg 0x20: [mem 0xf7000000-0xf7003fff 64bit]
[    0.195959] pci 0000:01:00.0: supports D1 D2
[    0.195960] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.196115] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.196119] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.196123] pci 0000:00:1c.0:   bridge window [mem 0xf7000000-0xf70fffff]
[    0.198154] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.198207] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.198261] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.198313] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.198365] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.198417] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 *6 10 11 12 14 15)
[    0.198469] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 *14 15)
[    0.198522] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 *6 10 11 12 14 15)
[    0.199156] iommu: Default domain type: Translated 
[    0.199295] SCSI subsystem initialized
[    0.199299] libata version 3.00 loaded.
[    0.199299] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.199299] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.199299] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.199299] vgaarb: loaded
[    0.199299] ACPI: bus type USB registered
[    0.199299] usbcore: registered new interface driver usbfs
[    0.199299] usbcore: registered new interface driver hub
[    0.199299] usbcore: registered new device driver usb
[    0.199304] pps_core: LinuxPPS API ver. 1 registered
[    0.199304] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.199306] PTP clock support registered
[    0.199312] EDAC MC: Ver: 3.0.0
[    0.199312] Registered efivars operations
[    0.199312] PCI: Using ACPI for IRQ routing
[    0.205451] PCI: pci_cache_line_size set to 64 bytes
[    0.205491] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.205492] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.205493] e820: reserve RAM buffer [mem 0xd1a20018-0xd3ffffff]
[    0.205493] e820: reserve RAM buffer [mem 0xd3924000-0xd3ffffff]
[    0.205494] e820: reserve RAM buffer [mem 0xd7d45000-0xd7ffffff]
[    0.205494] e820: reserve RAM buffer [mem 0xdac7a000-0xdbffffff]
[    0.205495] e820: reserve RAM buffer [mem 0xdbe00000-0xdbffffff]
[    0.205495] e820: reserve RAM buffer [mem 0x21e000000-0x21fffffff]
[    0.205566] NetLabel: Initializing
[    0.205566] NetLabel:  domain hash size = 128
[    0.205567] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.205576] NetLabel:  unlabeled traffic allowed by default
[    0.205585] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.205585] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.208278] clocksource: Switched to clocksource tsc-early
[    0.215793] *** VALIDATE bpf ***
[    0.215837] VFS: Disk quotas dquot_6.6.0
[    0.215847] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.215867] *** VALIDATE ramfs ***
[    0.215869] *** VALIDATE hugetlbfs ***
[    0.215926] AppArmor: AppArmor Filesystem Enabled
[    0.215948] pnp: PnP ACPI init
[    0.216283] system 00:00: [io  0x0a00-0x0a3f] has been reserved
[    0.216284] system 00:00: [io  0x0a40-0x0a7f] has been reserved
[    0.216287] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.216945] pnp 00:01: [dma 0 disabled]
[    0.216974] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.217141] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.217142] system 00:02: [io  0xffff] has been reserved
[    0.217142] system 00:02: [io  0xffff] has been reserved
[    0.217143] system 00:02: [io  0xffff] has been reserved
[    0.217144] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.217145] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.217147] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.217226] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.217228] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.217241] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.217269] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.217271] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.217433] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.217434] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.217435] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.217436] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.217436] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.217437] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.217438] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.217439] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.217440] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.217441] system 00:06: [mem 0xf7fe0000-0xf7ffffff] has been reserved
[    0.217443] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.217474] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.217475] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.217476] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.217477] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.217478] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.217478] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.217479] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.217481] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.217757] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.217759] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.218901] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.218902] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.218903] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.218905] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.219776] pnp: PnP ACPI: found 10 devices
[    0.220646] thermal_sys: Registered thermal governor 'fair_share'
[    0.220647] thermal_sys: Registered thermal governor 'bang_bang'
[    0.220648] thermal_sys: Registered thermal governor 'step_wise'
[    0.220648] thermal_sys: Registered thermal governor 'user_space'
[    0.220649] thermal_sys: Registered thermal governor 'power_allocator'
[    0.225150] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.225173] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.225175] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.225184] pci 0000:00:1c.0:   bridge window [mem 0xf7000000-0xf70fffff]
[    0.225201] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.225202] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.225203] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.225204] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.225204] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.225205] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.225206] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.225207] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.225207] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.225208] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.225209] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.225209] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
[    0.225210] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
[    0.225211] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff window]
[    0.225211] pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff window]
[    0.225212] pci_bus 0000:00: resource 19 [mem 0xfd000000-0xfe7fffff window]
[    0.225213] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.225214] pci_bus 0000:01: resource 1 [mem 0xf7000000-0xf70fffff]
[    0.225353] NET: Registered protocol family 2
[    0.225428] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.226103] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.226137] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.226237] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.226289] TCP: Hash tables configured (established 65536 bind 65536)
[    0.226315] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.226332] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.226360] NET: Registered protocol family 1
[    0.226363] NET: Registered protocol family 44
[    0.226371] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.226602] PCI: CLS 0 bytes, default 64
[    0.226627] Trying to unpack rootfs image as initramfs...
[    0.664698] Freeing initrd memory: 42632K
[    0.679275] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.679278] software IO TLB: mapped [mem 0xd3d45000-0xd7d45000] (64MB)
[    0.679485] check: Scanning for low memory corruption every 60 seconds
[    0.679796] Initialise system trusted keyrings
[    0.679810] Key type blacklist registered
[    0.679828] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.680711] zbud: loaded
[    0.680971] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.681067] fuse: init (API version 7.31)
[    0.681077] *** VALIDATE fuse ***
[    0.681078] *** VALIDATE fuse ***
[    0.681137] Platform Keyring initialized
[    0.683547] Key type asymmetric registered
[    0.683547] Asymmetric key parser 'x509' registered
[    0.683553] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    0.683568] io scheduler mq-deadline registered
[    0.683887] pcieport 0000:00:1c.0: AER: enabled with IRQ 122
[    0.683968] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.684012] efifb: probing for efifb
[    0.684024] efifb: showing boot graphics
[    0.684846] efifb: framebuffer at 0xe0000000, using 8100k, total 8100k
[    0.684847] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.684848] efifb: scrolling: redraw
[    0.684849] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.684882] fbcon: Deferring console take-over
[    0.684883] fb0: EFI VGA frame buffer device
[    0.684887] intel_idle: MWAIT substates: 0x142120
[    0.684888] intel_idle: v0.4.1 model 0x9E
[    0.685005] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.685140] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.685153] ACPI: Sleep Button [SLPB]
[    0.685173] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.685182] ACPI: Power Button [PWRB]
[    0.685201] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.685220] ACPI: Power Button [PWRF]
[    0.686333] thermal LNXTHERM:00: registered as thermal_zone0
[    0.686333] ACPI: Thermal Zone [TZ00] (28 C)
[    0.686470] thermal LNXTHERM:01: registered as thermal_zone1
[    0.686470] ACPI: Thermal Zone [TZ01] (30 C)
[    0.686629] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.707789] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.709272] Linux agpgart interface v0.103
[    0.720662] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
[    0.891520] loop: module loaded
[    0.891761] tun: Universal TUN/TAP device driver, 1.6
[    0.891846] PPP generic driver version 2.4.2
[    0.892021] VFIO - User Level meta-driver version: 0.3
[    0.892163] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.892165] ehci-pci: EHCI PCI platform driver
[    0.892174] ehci-platform: EHCI generic platform driver
[    0.892182] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.892183] ohci-pci: OHCI PCI platform driver
[    0.892187] ohci-platform: OHCI generic platform driver
[    0.892192] uhci_hcd: USB Universal Host Controller Interface driver
[    0.892363] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.892366] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.893494] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    0.893500] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.893785] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.893786] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.893788] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.893812] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    0.893812] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.893813] usb usb1: Product: xHCI Host Controller
[    0.893814] usb usb1: Manufacturer: Linux 5.4.0-122-generic xhci-hcd
[    0.893815] usb usb1: SerialNumber: 0000:00:14.0
[    0.893951] hub 1-0:1.0: USB hub found
[    0.893975] hub 1-0:1.0: 12 ports detected
[    0.894944] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    0.894945] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.894946] usb usb2: Product: xHCI Host Controller
[    0.894946] usb usb2: Manufacturer: Linux 5.4.0-122-generic xhci-hcd
[    0.894947] usb usb2: SerialNumber: 0000:00:14.0
[    0.895032] hub 2-0:1.0: USB hub found
[    0.895047] hub 2-0:1.0: 6 ports detected
[    0.895483] usb: port power management may be unreliable
[    0.895575] i8042: PNP: No PS/2 controller found.
[    0.895676] mousedev: PS/2 mouse device common for all mice
[    0.895903] rtc_cmos 00:04: RTC can wake from S4
[    0.896395] rtc_cmos 00:04: registered as rtc0
[    0.896403] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.896407] i2c /dev entries driver
[    0.896439] device-mapper: uevent: version 1.0.3
[    0.896502] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[    0.896514] platform eisa.0: Probing EISA bus 0
[    0.896515] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    0.896515] platform eisa.0: Cannot allocate resource for EISA slot 1
[    0.896516] platform eisa.0: Cannot allocate resource for EISA slot 2
[    0.896517] platform eisa.0: Cannot allocate resource for EISA slot 3
[    0.896517] platform eisa.0: Cannot allocate resource for EISA slot 4
[    0.896518] platform eisa.0: Cannot allocate resource for EISA slot 5
[    0.896518] platform eisa.0: Cannot allocate resource for EISA slot 6
[    0.896519] platform eisa.0: Cannot allocate resource for EISA slot 7
[    0.896519] platform eisa.0: Cannot allocate resource for EISA slot 8
[    0.896520] platform eisa.0: EISA: Detected 0 cards
[    0.896523] intel_pstate: Intel P-state driver initializing
[    0.896563] intel_pstate: Disabling energy efficiency optimization
[    0.896811] intel_pstate: HWP enabled
[    0.896895] ledtrig-cpu: registered to indicate activity on CPUs
[    0.896896] EFI Variables Facility v0.08 2004-May-17
[    0.904706] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
[    0.904709] caller pmc_core_probe+0x81/0x330 mapping multiple BARs
[    0.904716] intel_pmc_core INT33A1:00:  initialized
[    0.904774] drop_monitor: Initializing network drop monitor service
[    0.904880] NET: Registered protocol family 10
[    0.908470] Segment Routing with IPv6
[    0.908483] NET: Registered protocol family 17
[    0.908546] Key type dns_resolver registered
[    0.908856] RAS: Correctable Errors collector initialized.
[    0.908872] microcode: sig=0x906e9, pf=0x2, revision=0xf0
[    0.908993] microcode: Microcode Update Driver: v2.2.
[    0.908996] IPI shorthand broadcast: enabled
[    0.909001] sched_clock: Marking stable (908349673, 641510)->(915140528, -6149345)
[    0.909174] registered taskstats version 1
[    0.909179] Loading compiled-in X.509 certificates
[    0.909730] Loaded X.509 cert 'Build time autogenerated kernel key: 44a3f1ee1e56ae66686b6e99408d2987a98cafb4'
[    0.910159] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    0.910586] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    0.910587] blacklist: Loading compiled-in revocation X.509 certificates
[    0.910602] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    0.910617] zswap: loaded using pool lzo/zbud
[    0.910698] Key type ._fscrypt registered
[    0.910699] Key type .fscrypt registered
[    0.913741] Key type big_key registered
[    0.913744] Key type trusted registered
[    0.915010] Key type encrypted registered
[    0.915012] AppArmor: AppArmor sha1 policy hashing enabled
[    0.915328] integrity: Loading X.509 certificate: UEFI:db
[    0.915361] integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
[    0.915361] integrity: Loading X.509 certificate: UEFI:db
[    0.915399] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.915400] integrity: Loading X.509 certificate: UEFI:db
[    0.915426] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.915725] Revoking X.509 certificate: UEFI:dbx
[    0.915745] blacklist: Revoked X.509 cert 'Microsoft Windows PCA 2010: d14fa98a0708cef4241898e500fff3d6791d37bc'
[    0.916359] ima: Allocated hash algorithm: sha1
[    0.947584] ima: No architecture policies found
[    0.947594] evm: Initialising EVM extended attributes:
[    0.947594] evm: security.selinux
[    0.947595] evm: security.SMACK64
[    0.947595] evm: security.SMACK64EXEC
[    0.947595] evm: security.SMACK64TRANSMUTE
[    0.947596] evm: security.SMACK64MMAP
[    0.947596] evm: security.apparmor
[    0.947596] evm: security.ima
[    0.947596] evm: security.capability
[    0.947597] evm: HMAC attrs: 0x1
[    0.948326] PM:   Magic number: 14:861:266
[    0.948518] rtc_cmos 00:04: setting system clock to 2022-07-20T06:15:51 UTC (1658297751)
[    0.948744] Lockdown: swapper/0: hibernation is restricted; see man kernel_lockdown.7
[    0.949483] Freeing unused decrypted memory: 2040K
[    0.949823] Freeing unused kernel image memory: 2740K
[    0.955515] Write protecting the kernel read-only data: 26624k
[    0.956021] Freeing unused kernel image memory: 2008K
[    0.956231] Freeing unused kernel image memory: 784K
[    0.962273] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.962274] x86/mm: Checking user space page tables
[    0.968156] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.968157] Run /init as init process
[    1.025239] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    1.073002] ahci 0000:00:17.0: version 3.0
[    1.073164] ahci 0000:00:17.0: controller can't do SNTF, turning off CAP_SNTF
[    1.073400] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.083629] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3 impl RAID mode
[    1.083630] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    1.084348] scsi host0: ahci
[    1.084490] scsi host1: ahci
[    1.084565] scsi host2: ahci
[    1.084749] scsi host3: ahci
[    1.084963] scsi host4: ahci
[    1.085184] r8169 0000:01:00.0 eth0: RTL8168h/8111h, d8:9e:f3:16:73:d4, XID 541, IRQ 125
[    1.085185] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.085401] scsi host5: ahci
[    1.085465] ata1: SATA max UDMA/133 abar m524288@0xf7100000 port 0xf7100100 irq 124
[    1.085467] ata2: SATA max UDMA/133 abar m524288@0xf7100000 port 0xf7100180 irq 124
[    1.085467] ata3: DUMMY
[    1.085468] ata4: DUMMY
[    1.085468] ata5: DUMMY
[    1.085468] ata6: DUMMY
[    1.085946] r8169 0000:01:00.0 enp1s0: renamed from eth0
[    1.147504] usb 1-9: new low-speed USB device number 2 using xhci_hcd
[    1.302115] usb 1-9: New USB device found, idVendor=413c, idProduct=2003, bcdDevice= 3.06
[    1.302117] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.302118] usb 1-9: Product: Dell USB Keyboard
[    1.302118] usb 1-9: Manufacturer: Dell
[    1.395518] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.395533] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.399279] ata2.00: ATAPI: PLDS DVD+/-RW DU-8A5LH, 6D1M, max UDMA/133
[    1.399290] ata1.00: ATA-8: LITEON CV3-CE128-11 SATA 128GB, TC7110D, max UDMA/133
[    1.399291] ata1.00: 250069680 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    1.399889] ata1.00: configured for UDMA/133
[    1.400050] scsi 0:0:0:0: Direct-Access     ATA      LITEON CV3-CE128 10D  PQ: 0 ANSI: 5
[    1.400091] ata2.00: configured for UDMA/133
[    1.400328] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.400340] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    1.400359] sd 0:0:0:0: [sda] Write Protect is off
[    1.400360] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.400367] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.407292] scsi 1:0:0:0: CD-ROM            PLDS     DVD+-RW DU-8A5LH 6D1M PQ: 0 ANSI: 5
[    1.420748]  sda: sda1 sda2 sda3 sda4 sda5
[    1.423369] usb 2-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.435351] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.444402] usb 2-3: New USB device found, idVendor=0480, idProduct=a20b, bcdDevice= 1.00
[    1.444403] usb 2-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    1.444404] usb 2-3: Product: External USB 3.0
[    1.444404] usb 2-3: Manufacturer: TOSHIBA
[    1.444405] usb 2-3: SerialNumber: 23636C150A23
[    1.448451] usb-storage 2-3:1.0: USB Mass Storage device detected
[    1.448668] scsi host6: usb-storage 2-3:1.0
[    1.448712] usbcore: registered new interface driver usb-storage
[    1.486748] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.486749] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.519548] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.519689] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.521644] usbcore: registered new interface driver uas
[    1.571520] usb 1-10: new full-speed USB device number 3 using xhci_hcd
[    1.699400] tsc: Refined TSC clocksource calibration: 3407.999 MHz
[    1.699404] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fd336761, max_idle_ns: 440795243819 ns
[    1.699450] clocksource: Switched to clocksource tsc
[    1.722062] usb 1-10: New USB device found, idVendor=062a, idProduct=4101, bcdDevice= 2.03
[    1.722064] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.722065] usb 1-10: Product: 2.4G Keyboard Mouse
[    1.722065] usb 1-10: Manufacturer: MOSART Semi.
[    1.727077] hidraw: raw HID events driver (C) Jiri Kosina
[    1.733366] usbcore: registered new interface driver usbhid
[    1.733367] usbhid: USB HID core driver
[    1.734903] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:413C:2003.0001/input/input3
[    1.791549] hid-generic 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:14.0-9/input0
[    1.791687] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:062A:4101.0002/input/input4
[    1.851769] hid-generic 0003:062A:4101.0002: input,hidraw1: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:14.0-10/input0
[    1.851955] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:062A:4101.0003/input/input5
[    1.852199] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:062A:4101.0003/input/input6
[    1.911694] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:062A:4101.0003/input/input7
[    1.911799] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:062A:4101.0003/input/input8
[    1.911984] hid-generic 0003:062A:4101.0003: input,hiddev0,hidraw2: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:14.0-10/input1
[    2.468376] scsi 6:0:0:0: Direct-Access     TOSHIBA  External USB 3.0 0    PQ: 0 ANSI: 6
[    2.468624] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    2.468833] sd 6:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    2.469029] sd 6:0:0:0: [sdb] Write Protect is off
[    2.469030] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
[    2.469261] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.533915]  sdb: sdb1 sdb2 < sdb5 >
[    2.553092] sd 6:0:0:0: [sdb] Attached SCSI disk
[    3.012638] fbcon: Taking over console
[    3.012690] Console: switching to colour frame buffer device 240x67
[    3.058909] EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
[    4.765611] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    4.783753] systemd[1]: Detected architecture x86-64.
[    4.813876] systemd[1]: Set hostname to <nvidia-OptiPlex-3050>.
[    4.833882] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[    7.911444] systemd[1]: Reached target User and Group Name Lookups.
[    7.911656] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    7.911779] systemd[1]: Created slice System Slice.
[    7.911823] systemd[1]: Listening on udev Kernel Socket.
[    7.911889] systemd[1]: Listening on Journal Audit Socket.
[    7.911931] systemd[1]: Listening on udev Control Socket.
[    7.911991] systemd[1]: Listening on Journal Socket.
[    8.271642] EXT4-fs (sdb5): re-mounted. Opts: errors=remount-ro
[    8.725750] systemd-journald[288]: Received request to flush runtime journal from PID 1
[    8.902073] lp: driver loaded but no devices found
[    8.951354] Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k FS
[    8.960191] ppdev: user-space parallel port driver
[   23.938359] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
[   23.953333] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   24.235959] input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input9
[   25.565742] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   25.565743] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   25.565743] RAPL PMU: hw unit of domain package 2^-14 Joules
[   25.565744] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   25.565744] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   25.829096] checking generic (e0000000 7e9000) vs hw (e0000000 10000000)
[   25.829098] fb0: switching to inteldrmfb from EFI VGA
[   25.829175] Console: switching to colour dummy device 80x25
[   25.829197] i915 0000:00:02.0: vgaarb: deactivate vga console
[   25.830211] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   25.830211] [drm] Driver supports precise vblank timestamp query.
[   25.830589] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   25.832785] i915 0000:00:02.0: Failed to program MOCS registers; expect performance issues.
[   25.833303] [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
[   25.835085] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   25.835390] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10
[   25.866268] fbcon: i915drmfb (fb0) is primary device
[   25.866297] Console: switching to colour frame buffer device 240x67
[   25.866330] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[   26.425264] cryptd: max_cpu_qlen set to 1000
[   26.731692] snd_hda_intel 0000:00:1f.3: enabling device (0100 -> 0102)
[   26.731846] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   27.501221] AVX2 version of gcm_enc/dec engaged.
[   27.501222] AES CTR mode by8 optimization enabled
[   27.643950] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[   28.187609] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3234: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
[   28.187610] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[   28.187611] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   28.187611] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   28.187612] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   28.187613] snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
[   28.187613] snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
[   28.438135] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[   28.438163] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[   28.438188] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[   28.438211] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[   28.438235] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   28.438258] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   28.438282] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   32.199935] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[   34.470536] intel_rapl_common: Found RAPL domain package
[   34.470537] intel_rapl_common: Found RAPL domain core
[   34.470538] intel_rapl_common: Found RAPL domain uncore
[   34.470539] intel_rapl_common: Found RAPL domain dram
[   48.013544] audit: type=1400 audit(1658297798.558:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=828 comm="apparmor_parser"
[   48.013546] audit: type=1400 audit(1658297798.558:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=828 comm="apparmor_parser"
[   48.013548] audit: type=1400 audit(1658297798.558:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=828 comm="apparmor_parser"
[   48.013549] audit: type=1400 audit(1658297798.558:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=828 comm="apparmor_parser"
[   48.014499] audit: type=1400 audit(1658297798.558:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=831 comm="apparmor_parser"
[   48.014500] audit: type=1400 audit(1658297798.558:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=831 comm="apparmor_parser"
[   48.014502] audit: type=1400 audit(1658297798.558:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=831 comm="apparmor_parser"
[   48.014539] audit: type=1400 audit(1658297798.558:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=833 comm="apparmor_parser"
[   48.015213] audit: type=1400 audit(1658297798.558:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=835 comm="apparmor_parser"
[   48.110019] audit: type=1400 audit(1658297798.654:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=832 comm="apparmor_parser"
[   59.711688] Lockdown: udisksd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[   67.450830] Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-0-100:00, irq=IGNORE)
[   67.560532] r8169 0000:01:00.0 enp1s0: Link is Down
[   71.200379] r8169 0000:01:00.0 enp1s0: Link is Up - 1Gbps/Full - flow control rx/tx
[   71.200394] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[  127.121185] Lockdown: systemd-logind: hibernation is restricted; see man kernel_lockdown.7
[  129.913936] rfkill: input handler disabled
[  192.884188] Lockdown: fwupd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[ 5113.324416] usb 1-1: new high-speed USB device number 4 using xhci_hcd
[ 5113.473094] usb 1-1: New USB device found, idVendor=0955, idProduct=7f21, bcdDevice= 1.02
[ 5113.473099] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5113.473101] usb 1-1: Product: APX
[ 5113.473103] usb 1-1: Manufacturer: NVIDIA Corp.
[ 5147.819795] usb 1-10: USB disconnect, device number 3
[ 5149.280721] usb 1-1: USB disconnect, device number 4
[ 5152.432337] usb 1-10: new high-speed USB device number 5 using xhci_hcd
[ 5152.581036] usb 1-10: New USB device found, idVendor=0955, idProduct=7f21, bcdDevice= 1.02
[ 5152.581041] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5152.581043] usb 1-10: Product: APX
[ 5152.581045] usb 1-10: Manufacturer: NVIDIA Corp.
[ 5158.080319] usb 1-2: new full-speed USB device number 6 using xhci_hcd
[ 5158.230993] usb 1-2: New USB device found, idVendor=062a, idProduct=4101, bcdDevice= 2.03
[ 5158.230997] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5158.231000] usb 1-2: Product: 2.4G Keyboard Mouse
[ 5158.231002] usb 1-2: Manufacturer: MOSART Semi.
[ 5158.234354] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:062A:4101.0004/input/input18
[ 5158.292907] hid-generic 0003:062A:4101.0004: input,hidraw1: USB HID v1.10 Keyboard [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:14.0-2/input0
[ 5158.295637] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:4101.0005/input/input19
[ 5158.295975] input: MOSART Semi. 2.4G Keyboard Mouse Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:4101.0005/input/input20
[ 5158.352667] input: MOSART Semi. 2.4G Keyboard Mouse System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:4101.0005/input/input21
[ 5158.352865] input: MOSART Semi. 2.4G Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:062A:4101.0005/input/input22
[ 5158.353367] hid-generic 0003:062A:4101.0005: input,hiddev0,hidraw2: USB HID v1.10 Mouse [MOSART Semi. 2.4G Keyboard Mouse] on usb-0000:00:14.0-2/input1
[ 5161.983346] usb 1-10: USB disconnect, device number 5
[ 5162.328325] usb 1-10: new high-speed USB device number 7 using xhci_hcd
[ 5162.481037] usb 1-10: New USB device found, idVendor=0955, idProduct=7f21, bcdDevice= 1.02
[ 5162.481042] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5162.481045] usb 1-10: Product: APX
[ 5162.481047] usb 1-10: Manufacturer: NVIDIA Corp.
[ 5167.162592] EXT4-fs (loop25): mounted filesystem with ordered data mode. Opts: (null)