Giter Club home page Giter Club logo

Comments (67)

xCuri0 avatar xCuri0 commented on May 27, 2024

The patches developed are all for AMI UEFI which laptops don't use usually. But there's no reason the module shouldn't work on a laptop if it has 4G decoding and large BAR support.

from rebaruefi.

SEt-t avatar SEt-t commented on May 27, 2024

@5l1v3r1 while the motherboard's BIOS can be patched, the BIOS on gtx850m/gtx1060 can not so far. So, you won't get the working ReBAR with just this project.

from rebaruefi.

5l1v3r1 avatar 5l1v3r1 commented on May 27, 2024

@5l1v3r1 while the motherboard's BIOS can be patched, the BIOS on gtx850m/gtx1060 can not so far. So, you won't get the working ReBAR with just this project.

The patches developed are all for AMI UEFI which laptops don't use usually. But there's no reason the module shouldn't work on a laptop if it has 4G decoding and large BAR support.

Oh i see then we need to patch the vbios'es as well ? But what kind of patching for the vbios? Because as far as i know the vbioses can be found at https://www.techpowerup.com/vgabios/ link.

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@5l1v3r1 you'd need some advanced knowledge to be able to patch VBIOS and also Pascal (GTX 1060) VBIOS is encrypted atleast on desktop so you can't edit that. Though some people say laptops have it unencrypted so might be able to be edited.

The oldest Nvidia GPUs that might be able to have it hacked in are probably GTX 16 series and RTX 20 series. They have the Resizable BAR capability but with maximum supported size of 256MB.

You can override the supported sizes list through editing DXE driver or Linux kernel source which will allow you to set a larger BAR size. I doubt it will work but no one has tested it yet.

Linux kernel has an override for the Sapphire RX 5600 XT Pulse which comes with a buggy VBIOS which incorrectly lists the maximum size as 2GB. A Linux Fix Is On The Way For Some GPUs Having AMD Smart Access Memory Issue

The same code is used in the DXE driver since it's basically code from Linux kernel adapted for UEFI. ReBar.c line 164

from rebaruefi.

5l1v3r1 avatar 5l1v3r1 commented on May 27, 2024

@5l1v3r1 you'd need some advanced knowledge to be able to patch VBIOS and also Pascal (GTX 1060) VBIOS is encrypted atleast on desktop so you can't edit that. Though some people say laptops have it unencrypted so might be able to be edited.

The oldest Nvidia GPUs that might be able to have it hacked in are probably GTX 16 series and RTX 20 series. They have the Resizable BAR capability but with maximum supported size of 256MB.

You can override the supported sizes list through editing DXE driver or Linux kernel source which will allow you to set a larger BAR size. I doubt it will work but no one has tested it yet.

Linux kernel has an override for the Sapphire RX 5600 XT Pulse which comes with a buggy VBIOS which incorrectly lists the maximum size as 2GB. A Linux Fix Is On The Way For Some GPUs Having AMD Smart Access Memory Issue

The same code is used in the DXE driver since it's basically code from Linux kernel adapted for UEFI. ReBar.c line 164

Alright then, thank you very much for the detailed explanation, i once patched the bios and vbios (which is a part of bios itself) of n550jk-gtx850m for hackintosh purposes and i think i will give it a try for this project as well. If i become successfull , i will post the results here.
Regards

from rebaruefi.

asc82 avatar asc82 commented on May 27, 2024

I also have a laptop that I'd like to use this patch with, but I have an eGPU setup, so an RTX 3060 that is connected via USB4 PCIe tunneling.

I think it looks rather promissing looking at GPU-Z, but sadly ReBAR is disabled (and unaccessible) in the BIOS:
image

from rebaruefi.

5l1v3r1 avatar 5l1v3r1 commented on May 27, 2024

Have you bypassed igpu? Because i realized that by the help of minidisplay port i could bypass the optimus and could only use nvidia gpu and applied the patches here accordingly and voila! it worked. Actually you can also activate nvidia at hackintosh on optimus laptops by this way with the help of opencore legacy patcher. I am on gtx850m monterrey now with asus n550jk.

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Are there any restrictions on BIOS version?
I have AMI Aptio V in laptop. Above 4G setting is visible when opened BIOS dump in AMIBCP, but i don't see it in actual BIOS

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55 No it should work on any UEFI BIOS you don't even need 4G decode if you are fine with being limited to smaller (often 1GB) BAR sizes. You still do get a performance gain though not as much

Have you tried the enabling hidden 4G decode guide in the wiki ? I've used the same method to enable hidden settings on laptops (not 4G decode but will be same)

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

No, I'll check that guide. Hidden settings were made visible by modder from win-raid few years ago, i can change them on machine. Just this PCI Subsystem page that contain 4G setting is not visible. It looks like it is broken or removed from BIOS and the page shown in AMIBCP being leftover as it has no settings to modify (nothing for failsafe or optimal config)
20230315_142700

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Went through wiki guide and 8 pages on oc forum.
Few more questions:

  1. No way to run this with legacy BIOS? I have WIN10 UEFI install but is on HDD, win7 legacy on SSD is what i use most of the time
  2. There are mentions of CPU in forums. Does the CPU need to support the feature as well? My system is FX9830P with RX460

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55

  1. legacy may work but on alot of systems you will just end up with black screen if you try to enable 4g decode without disabling csm

  2. there are no cpu requirements afaik

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Another shot at this:
Clean win10 uefi/ csm disabled/ amernime 22.10 driver - there isn't anything in adrenalin software SAM related, only some new feature smartshifx max disabled (not available)

Module was inserted in main bios and flashed, rebarstate shows value is preserved across restarts - tried 11,32 and 10

Not sure if PCI bus driver that is installed after AMD driver and restart has any effect on this. On amernime it doesn't update automatically and windows doesn't prompt for restart due to hardware change, i updated it manually, still no changes in GPU-Z

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Tried to enable 4G decoding, system crashed and restarted.
Then booted ubuntu (legacy install only) to see the messages.
Looks like quite a bit of stuff needs to be changed...
20230415_172120

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55 looks like a DSDT issue from that kernel log

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55

Module was inserted in main bios and flashed, rebarstate shows value is preserved across restarts - tried 11,32 and 10

Not sure if PCI bus driver that is installed after AMD driver and restart has any effect on this. On amernime it doesn't update automatically and windows doesn't prompt for restart due to hardware change, i updated it manually, still no changes in GPU-Z

Did you check the Resizable BAR section in Advanced tab ? If the module is working and GPU supports rebar it will increase

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Yes, that's the only thing i check in gpu-z. Nothing changes there.
Before going to BIOS mod i was trying to get feature at least shown in adrenalin (disabled, greyed out or whatever) but never got it. Not even now after BIOS mod.

PCI varstore appears to have 6 variables, var0 and var2 are not displayed in ifr output, var2 defaults to 1 after CMOS reset, others default 0. Tried also var6 here i got different values like a0, 3d - is it a parser bug, or something is here as well?

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55 have u verified that the GPU VBIOS actually supports large rebar sizes using HWInfo or lspci ?

If it does support then maybe try secure boot off ?

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

There is no resizable bar in PCI features. It should appear there first, regardless of system BIOS Rebar support?

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55
image

Even without BIOS support HWInfo64 will list supported BAR sizes and GPU-Z will show the default (usually 256mb)

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

There wasn't any listed

bar

rbar

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

I checked vBIOS with https://github.com/galkinvv/PolarisBiosEditor-xml

PCI config does not hold capabilities. Do i understand correctly it's either required to do sBIOS mod, or change pin straps on the board to advertise rebar capability in PCI space?

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55 sorry I don't have much knowledge about VBIOS so can't answer this.

But VBIOS is typically embedded in the BIOS on laptops ?

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Yes, it is embedded. I am just focused now on getting a capability advertised to PCI space. Seems like it is first step having that, before trying other modifications.

I think none of the straps in the document i sent you will change it, probably need to add dedicated ROM chip for configuration change

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55

I am just focused now on getting a capability advertised to PCI space

Isn't the F0_BAR_EN in the screenshot exactly that ?

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Yes, that's it. But this part isn't entirely clear to me " the ROM is read at the BIOS addresses and default BIOS settings in the following
table."

What is BIOS address in that case?

There could be this table is fused inside chip (not vBIOS) and is ORed with pin straps only when dedicated ROM chip is soldered and configured.

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

So, the strap table content is in vBIOS loc 0x70-0xF4.
33 dwords for GPIO 0-32
Zero out this table, the laptop boots and GPU works as usual.
Which means ROM straps have no effect if dedicated ROM is not present and configured.
So no rebar for most of the laptop users. Unless they could somehow patch system BIOS to set feature in pci space

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

Some 5600XT users would be interested in trying that also. AMD messed up the stock vbios and it only supports 1GB BAR instead of the 8GB it should

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Some or all 5600xt are affected? If all, i don't know, maybe try to copy straps from 5700 cards, one by one or few at a time. If it is as simple as that, one of them should fix bar size

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55 all 5600xt are

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

@psyborg55 looks like a DSDT issue from that kernel log

Do you know what changes are needed to fix it?

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55 it's some error in the code for CRS which describes the PCI resources

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Is it this https://www.techinferno.com/index.php?/topic/5874-guide-dsdt-override-to-fix-error-12/

They got same err code 12

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Maybe i was wrong about rebar support on laptops.
I tried to boot with another vBIOS and got DSDT errors again, but this time i did not change any system settings.
Could be, there is another method of enabling resizable bar independent of pin/rom straps
Screenshot-from-2023-04-30-13-40-54

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55 Your DSDT probably doesn't work well with larger BAR that's what it looks like

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

I don't have any experience patching DSDT. can you take a look at it, the dump is from live system with SWBRT33170.001 vBIOS. Also been busy with comparing various vbios, didn't manage to check if the tutorial i linked above would make any difference
DSDT.zip

DSDT from BIOS file:
Section_Raw_DsdtAsl_body.zip

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55 I don't really know how to do this type of DSDT patching, only know fixing PCI resources sorry.

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Ok, I will look elsewhere or ask on winraid. On techinferno they say linux boot with pci=noCRS should workaround the problem that happens with 4G decode. I did try that, the messages are still printed and the screen goes blank afterwards.
noCRS also didn't help with the bug that shows up with new vBIOS.

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

it seems new vbios doesn't properly set PCI up

when GPU works lspci reports

   Capabilities: [270 v1] Secondary PCI Express
       LnkCtl3: LnkEquIntrruptEn- PerformEqu-
       LaneErrStat: 0

with this one i only got

Capabilities: [270 v1] #19

which result in GPU crash at SetEngineClock

in similar reports they claim it is due to PCI atomics ROCm/ROCm#806

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

I tried to apply patch from techinferno, DSDT already have Qwordmemory entries, but they were all zero.
After modification, i can see large memory appear in device manager, but all the devices are still assigned with small memory.
Enabling 4G decode still crashed system.

There are CRS1 and CRS2, but i only modified first one. Not sure when is the second one used and if i should put same memory range values in there

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@psyborg55 you need to fix the DSDT so that 4G decoding on works. pci=nocrs kernel option can make it work before it's fixed

from rebaruefi.

psyborg55 avatar psyborg55 commented on May 27, 2024

Ok, pci=nocrs applied, but the problem is still somewhere else:

Internal graphics crash and no output on display

[    0.000000] kernel: Linux version 5.19.0-32-generic (buildd@lcy02-amd64-026) (x86_64-linux-gnu-gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 30 17:03:34 UTC 2 (Ubuntu 5.19.0-32.33~22.04.1-generic 5.19.17)
[    0.000000] kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.19.0-32-generic root=UUID=5ae9d492-9826-4e10-8da4-9d8f2f5c144d ro quiet splash pci=nocrs vt.handoff=7
[    0.000000] kernel: KERNEL supported cpus:
[    0.000000] kernel:   Intel GenuineIntel
[    0.000000] kernel:   AMD AuthenticAMD
[    0.000000] kernel:   Hygon HygonGenuine
[    0.000000] kernel:   Centaur CentaurHauls
[    0.000000] kernel:   zhaoxin   Shanghai  
[    0.000000] kernel: [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
[    0.000000] kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] kernel: signal: max sigframe size: 1776
[    0.000000] kernel: BIOS-provided physical RAM map:
[    0.000000] kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000f497afff] usable
[    0.000000] kernel: BIOS-e820: [mem 0x00000000f497b000-0x00000000f542cfff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000f542d000-0x00000000f545efff] ACPI data
[    0.000000] kernel: BIOS-e820: [mem 0x00000000f545f000-0x00000000f58eefff] ACPI NVS
[    0.000000] kernel: BIOS-e820: [mem 0x00000000f58ef000-0x00000000f5beffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000f5bf0000-0x00000000f6ffffff] usable
[    0.000000] kernel: BIOS-e820: [mem 0x00000000f7000000-0x00000000fbffffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000fe200000-0x00000000fe200fff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000fe600000-0x00000000fe6fffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedc8fff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000286ffffff] usable
[    0.000000] kernel: BIOS-e820: [mem 0x0000000287000000-0x0000000306ffffff] reserved
[    0.000000] kernel: NX (Execute Disable) protection: active
[    0.000000] kernel: e820: update [mem 0xea5b3018-0xea5c2e57] usable ==> usable
[    0.000000] kernel: e820: update [mem 0xea5b3018-0xea5c2e57] usable ==> usable
[    0.000000] kernel: e820: update [mem 0xea5a4018-0xea5b2057] usable ==> usable
[    0.000000] kernel: e820: update [mem 0xea5a4018-0xea5b2057] usable ==> usable
[    0.000000] kernel: e820: update [mem 0xea595018-0xea5a3c57] usable ==> usable
[    0.000000] kernel: e820: update [mem 0xea595018-0xea5a3c57] usable ==> usable
[    0.000000] kernel: extended physical RAM map:
[    0.000000] kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000ea595017] usable
[    0.000000] kernel: reserve setup_data: [mem 0x00000000ea595018-0x00000000ea5a3c57] usable
[    0.000000] kernel: reserve setup_data: [mem 0x00000000ea5a3c58-0x00000000ea5a4017] usable
[    0.000000] kernel: reserve setup_data: [mem 0x00000000ea5a4018-0x00000000ea5b2057] usable
[    0.000000] kernel: reserve setup_data: [mem 0x00000000ea5b2058-0x00000000ea5b3017] usable
[    0.000000] kernel: reserve setup_data: [mem 0x00000000ea5b3018-0x00000000ea5c2e57] usable
[    0.000000] kernel: reserve setup_data: [mem 0x00000000ea5c2e58-0x00000000f497afff] usable
[    0.000000] kernel: reserve setup_data: [mem 0x00000000f497b000-0x00000000f542cfff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000f542d000-0x00000000f545efff] ACPI data
[    0.000000] kernel: reserve setup_data: [mem 0x00000000f545f000-0x00000000f58eefff] ACPI NVS
[    0.000000] kernel: reserve setup_data: [mem 0x00000000f58ef000-0x00000000f5beffff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000f5bf0000-0x00000000f6ffffff] usable
[    0.000000] kernel: reserve setup_data: [mem 0x00000000f7000000-0x00000000fbffffff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000fe200000-0x00000000fe200fff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000fe600000-0x00000000fe6fffff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000fedc0000-0x00000000fedc0fff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedc8fff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] kernel: reserve setup_data: [mem 0x0000000100000000-0x0000000286ffffff] usable
[    0.000000] kernel: reserve setup_data: [mem 0x0000000287000000-0x0000000306ffffff] reserved
[    0.000000] kernel: efi: EFI v2.50 by American Megatrends
[    0.000000] kernel: efi: ESRT=0xf5ae1a58 ACPI=0xf5438000 ACPI 2.0=0xf5438000 PROP=0xf5d34628 SMBIOS=0xf5acd000 SMBIOS 3.0=0xf5acc000 MOKvar=0xf5977000 
[    0.000000] kernel: secureboot: Secure boot disabled
[    0.000000] kernel: SMBIOS 3.0.0 present.
[    0.000000] kernel: DMI: Dell Inc. Inspiron 5576/0JW8XC, BIOS 1.0.7 01/29/2018
[    0.000000] kernel: tsc: Fast TSC calibration using PIT
[    0.000000] kernel: tsc: Detected 2994.551 MHz processor
[    0.000157] kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000161] kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000174] kernel: last_pfn = 0x287000 max_arch_pfn = 0x400000000
[    0.000357] kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000636] kernel: total RAM covered: 3952M
[    0.000826] kernel: Found optimal setting for mtrr clean up
[    0.000827] kernel:  gran_size: 64K         chunk_size: 256M         num_reg: 3          lose cover RAM: 0G
[    0.001037] kernel: e820: update [mem 0xf7000000-0xffffffff] usable ==> reserved
[    0.001048] kernel: last_pfn = 0xf7000 max_arch_pfn = 0x400000000
[    0.005697] kernel: esrt: Reserving ESRT space from 0x00000000f5ae1a58 to 0x00000000f5ae1a90.
[    0.005708] kernel: Using GB pages for direct mapping
[    0.006302] kernel: secureboot: Secure boot disabled
[    0.006303] kernel: RAMDISK: [mem 0xea5c3000-0xee979fff]
[    0.006311] kernel: ACPI: Early table checksum verification disabled
[    0.006315] kernel: ACPI: RSDP 0x00000000F5438000 000024 (v02 DELL  )
[    0.006319] kernel: ACPI: XSDT 0x00000000F5438098 0000B4 (v01 DELL   QA09     01072009 AMI  00010013)
[    0.006326] kernel: ACPI: FACP 0x00000000F5441EE8 00010C (v05 DELL   QA09     01072009 AMI  00010013)
[    0.006332] kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20220331/tbfadt-615)
[    0.006337] kernel: ACPI: DSDT 0x00000000F54381E0 009D08 (v02 DELL   QA09     01072009 INTL 20120913)
[    0.006341] kernel: ACPI: FACS 0x00000000F58EDCC0 000040
[    0.006344] kernel: ACPI: APIC 0x00000000F5441FF8 00007E (v03 DELL   QA09     01072009 AMI  00010013)
[    0.006348] kernel: ACPI: FPDT 0x00000000F5442078 000044 (v01 DELL   QA09     01072009 AMI  00010013)
[    0.006351] kernel: ACPI: FIDT 0x00000000F54420C0 00009C (v01 DELL   QA09     01072009 AMI  00010013)
[    0.006354] kernel: ACPI: MCFG 0x00000000F5442160 00003C (v01 DELL   QA09     01072009 MSFT 00010013)
[    0.006357] kernel: ACPI: BOOT 0x00000000F54421A0 000028 (v01 DELL   QA09     01072009 AMI  00010013)
[    0.006360] kernel: ACPI: SLIC 0x00000000F54421C8 000176 (v01 DELL   QA09     01072009 AMI  00010013)
[    0.006363] kernel: ACPI: HPET 0x00000000F5442340 000038 (v01 DELL   QA09     01072009 AMI  00000005)
[    0.006366] kernel: ACPI: UEFI 0x00000000F5442378 000042 (v01                 00000000      00000000)
[    0.006370] kernel: ACPI: MSDM 0x00000000F54423C0 000055 (v03 DELL   QA09     01072009 AMI  00010013)
[    0.006373] kernel: ACPI: VFCT 0x00000000F5442418 00FE84 (v01 DELL   QA09     00000001 AMD  31504F47)
[    0.006376] kernel: ACPI: SSDT 0x00000000F54522A0 00888F (v02 AMD    AGESA    00000002 MSFT 04000000)
[    0.006379] kernel: ACPI: CRAT 0x00000000F545AB30 000528 (v01 AMD    AGESA    00000001 AMD  00000001)
[    0.006383] kernel: ACPI: BGRT 0x00000000F545B058 000038 (v01 DELL   QA09     01072009 AMI  00010013)
[    0.006386] kernel: ACPI: SSDT 0x00000000F545B090 001587 (v01 AMD    CPMDFIGP 00000001 INTL 20120913)
[    0.006389] kernel: ACPI: SSDT 0x00000000F545C618 000A71 (v01 AMD    CPMDFDGP 00000001 INTL 20120913)
[    0.006392] kernel: ACPI: SSDT 0x00000000F545D090 00007A (v01 AMD    CPMDFDCE 00000001 INTL 20120913)
[    0.006395] kernel: ACPI: SSDT 0x00000000F545D110 00165E (v01 AMD    CPMCMN   00000001 INTL 20120913)
[    0.006398] kernel: ACPI: Reserving FACP table memory at [mem 0xf5441ee8-0xf5441ff3]
[    0.006399] kernel: ACPI: Reserving DSDT table memory at [mem 0xf54381e0-0xf5441ee7]
[    0.006401] kernel: ACPI: Reserving FACS table memory at [mem 0xf58edcc0-0xf58edcff]
[    0.006402] kernel: ACPI: Reserving APIC table memory at [mem 0xf5441ff8-0xf5442075]
[    0.006403] kernel: ACPI: Reserving FPDT table memory at [mem 0xf5442078-0xf54420bb]
[    0.006404] kernel: ACPI: Reserving FIDT table memory at [mem 0xf54420c0-0xf544215b]
[    0.006405] kernel: ACPI: Reserving MCFG table memory at [mem 0xf5442160-0xf544219b]
[    0.006406] kernel: ACPI: Reserving BOOT table memory at [mem 0xf54421a0-0xf54421c7]
[    0.006407] kernel: ACPI: Reserving SLIC table memory at [mem 0xf54421c8-0xf544233d]
[    0.006408] kernel: ACPI: Reserving HPET table memory at [mem 0xf5442340-0xf5442377]
[    0.006409] kernel: ACPI: Reserving UEFI table memory at [mem 0xf5442378-0xf54423b9]
[    0.006410] kernel: ACPI: Reserving MSDM table memory at [mem 0xf54423c0-0xf5442414]
[    0.006411] kernel: ACPI: Reserving VFCT table memory at [mem 0xf5442418-0xf545229b]
[    0.006412] kernel: ACPI: Reserving SSDT table memory at [mem 0xf54522a0-0xf545ab2e]
[    0.006413] kernel: ACPI: Reserving CRAT table memory at [mem 0xf545ab30-0xf545b057]
[    0.006415] kernel: ACPI: Reserving BGRT table memory at [mem 0xf545b058-0xf545b08f]
[    0.006416] kernel: ACPI: Reserving SSDT table memory at [mem 0xf545b090-0xf545c616]
[    0.006417] kernel: ACPI: Reserving SSDT table memory at [mem 0xf545c618-0xf545d088]
[    0.006418] kernel: ACPI: Reserving SSDT table memory at [mem 0xf545d090-0xf545d109]
[    0.006419] kernel: ACPI: Reserving SSDT table memory at [mem 0xf545d110-0xf545e76d]
[    0.006605] kernel: No NUMA configuration found
[    0.006606] kernel: Faking a node at [mem 0x0000000000000000-0x0000000286ffffff]
[    0.006614] kernel: NODE_DATA(0) allocated [mem 0x286fd5000-0x286ffffff]
[    0.006993] kernel: Zone ranges:
[    0.006994] kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006996] kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006997] kernel:   Normal   [mem 0x0000000100000000-0x0000000286ffffff]
[    0.006999] kernel:   Device   empty
[    0.007000] kernel: Movable zone start for each node
[    0.007002] kernel: Early memory node ranges
[    0.007003] kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.007004] kernel:   node   0: [mem 0x0000000000100000-0x00000000f497afff]
[    0.007006] kernel:   node   0: [mem 0x00000000f5bf0000-0x00000000f6ffffff]
[    0.007007] kernel:   node   0: [mem 0x0000000100000000-0x0000000286ffffff]
[    0.007009] kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000286ffffff]
[    0.007014] kernel: On node 0, zone DMA: 1 pages in unavailable ranges
[    0.007045] kernel: On node 0, zone DMA: 96 pages in unavailable ranges
[    0.018310] kernel: On node 0, zone DMA32: 4725 pages in unavailable ranges
[    0.036306] kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.036363] kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.036471] kernel: ACPI: PM-Timer IO Port: 0x808
[    0.036479] kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.036489] kernel: IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
[    0.036493] kernel: IOAPIC[1]: apic_id 1, version 33, address 0xfec01000, GSI 24-55
[    0.036495] kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.036497] kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.036502] kernel: ACPI: Using ACPI (MADT) for SMP configuration information
[    0.036503] kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.036513] kernel: e820: update [mem 0xf1bfb000-0xf1c52fff] usable ==> reserved
[    0.036531] kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.036557] kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.036560] kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.036562] kernel: PM: hibernation: Registered nosave memory: [mem 0xea595000-0xea595fff]
[    0.036564] kernel: PM: hibernation: Registered nosave memory: [mem 0xea5a3000-0xea5a3fff]
[    0.036564] kernel: PM: hibernation: Registered nosave memory: [mem 0xea5a4000-0xea5a4fff]
[    0.036566] kernel: PM: hibernation: Registered nosave memory: [mem 0xea5b2000-0xea5b2fff]
[    0.036567] kernel: PM: hibernation: Registered nosave memory: [mem 0xea5b3000-0xea5b3fff]
[    0.036569] kernel: PM: hibernation: Registered nosave memory: [mem 0xea5c2000-0xea5c2fff]
[    0.036571] kernel: PM: hibernation: Registered nosave memory: [mem 0xf1bfb000-0xf1c52fff]
[    0.036573] kernel: PM: hibernation: Registered nosave memory: [mem 0xf497b000-0xf542cfff]
[    0.036573] kernel: PM: hibernation: Registered nosave memory: [mem 0xf542d000-0xf545efff]
[    0.036574] kernel: PM: hibernation: Registered nosave memory: [mem 0xf545f000-0xf58eefff]
[    0.036575] kernel: PM: hibernation: Registered nosave memory: [mem 0xf58ef000-0xf5beffff]
[    0.036577] kernel: PM: hibernation: Registered nosave memory: [mem 0xf7000000-0xfbffffff]
[    0.036577] kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfe1fffff]
[    0.036578] kernel: PM: hibernation: Registered nosave memory: [mem 0xfe200000-0xfe200fff]
[    0.036579] kernel: PM: hibernation: Registered nosave memory: [mem 0xfe201000-0xfe5fffff]
[    0.036580] kernel: PM: hibernation: Registered nosave memory: [mem 0xfe600000-0xfe6fffff]
[    0.036580] kernel: PM: hibernation: Registered nosave memory: [mem 0xfe700000-0xfeb7ffff]
[    0.036581] kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.036582] kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.036582] kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.036583] kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.036584] kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.036585] kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.036585] kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.036586] kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.036587] kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.036587] kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedbffff]
[    0.036588] kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc0000-0xfedc0fff]
[    0.036589] kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc1000-0xfedc1fff]
[    0.036590] kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedc8fff]
[    0.036590] kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc9000-0xfedfffff]
[    0.036591] kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.036592] kernel: PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.036592] kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.036595] kernel: [mem 0xfc000000-0xfe1fffff] available for PCI devices
[    0.036596] kernel: Booting paravirtualized kernel on bare hardware
[    0.036599] kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.036609] kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.037164] kernel: percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288
[    0.037173] kernel: pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152
[    0.037176] kernel: pcpu-alloc: [0] 0 1 2 3 
[    0.037212] kernel: Fallback order for Node 0: 0 
[    0.037215] kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2566859
[    0.037216] kernel: Policy zone: Normal
[    0.037218] kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.19.0-32-generic root=UUID=5ae9d492-9826-4e10-8da4-9d8f2f5c144d ro quiet splash pci=nocrs vt.handoff=7
[    0.037326] kernel: Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-5.19.0-32-generic", will be passed to user space.
[    0.040153] kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.041583] kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.041615] kernel: mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.101036] kernel: Memory: 9951004K/10433704K available (18440K kernel code, 4050K rwdata, 11288K rodata, 3168K init, 4908K bss, 482440K reserved, 0K cma-reserved)
[    0.101824] kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.101857] kernel: ftrace: allocating 52169 entries in 204 pages
[    0.113082] kernel: ftrace: allocated 204 pages with 4 groups
[    0.114103] kernel: Dynamic Preempt: voluntary
[    0.114178] kernel: rcu: Preemptible hierarchical RCU implementation.
[    0.114179] kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.114181] kernel:         Trampoline variant of Tasks RCU enabled.
[    0.114182] kernel:         Rude variant of Tasks RCU enabled.
[    0.114182] kernel:         Tracing variant of Tasks RCU enabled.
[    0.114183] kernel: rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.114184] kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.119742] kernel: NR_IRQS: 524544, nr_irqs: 1000, preallocated irqs: 16
[    0.119940] kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.119997] kernel: random: crng init done
[    0.120037] kernel: Console: colour dummy device 80x25
[    0.120059] kernel: printk: console [tty0] enabled
[    0.120086] kernel: ACPI: Core revision 20220331
[    0.120262] kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.120280] kernel: APIC: Switch to symmetric I/O mode setup
[    0.120665] kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.140278] kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b2a2a61846, max_idle_ns: 440795347072 ns
[    0.140283] kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5989.10 BogoMIPS (lpj=11978204)
[    0.140286] kernel: pid_max: default: 32768 minimum: 301
[    0.144357] kernel: LSM: Security Framework initializing
[    0.144374] kernel: landlock: Up and running.
[    0.144375] kernel: Yama: becoming mindful.
[    0.144419] kernel: AppArmor: AppArmor initialized
[    0.144500] kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.144548] kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.144818] kernel: BIOS may not properly restore RDRAND after suspend, hiding RDRAND via CPUID. Use rdrand=force to reenable.
[    0.144840] kernel: LVT offset 1 assigned for vector 0xf9
[    0.144849] kernel: Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.144850] kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.144857] kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.144860] kernel: Spectre V2 : Mitigation: Retpolines
[    0.144860] kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.144861] kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.144862] kernel: RETBleed: Mitigation: untrained return thunk
[    0.144864] kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.154926] kernel: Freeing SMP alternatives memory: 44K
[    0.266364] kernel: smpboot: CPU0: AMD FX-9830P RADEON R7, 12 COMPUTE CORES 4C+8G (family: 0x15, model: 0x65, stepping: 0x1)
[    0.266515] kernel: cblist_init_generic: Setting adjustable number of callback queues.
[    0.266517] kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.266538] kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.266553] kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
[    0.266568] kernel: Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.266573] kernel: ... version:                0
[    0.266574] kernel: ... bit width:              48
[    0.266575] kernel: ... generic registers:      6
[    0.266576] kernel: ... value mask:             0000ffffffffffff
[    0.266577] kernel: ... max period:             00007fffffffffff
[    0.266578] kernel: ... fixed-purpose events:   0
[    0.266578] kernel: ... event mask:             000000000000003f
[    0.266672] kernel: rcu: Hierarchical SRCU implementation.
[    0.266673] kernel: rcu:         Max phase no-delay instances is 1000.
[    0.267174] kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.267251] kernel: smp: Bringing up secondary CPUs ...
[    0.267371] kernel: x86: Booting SMP configuration:
[    0.267372] kernel: .... node  #0, CPUs:      #1 #2 #3
[    0.272495] kernel: smp: Brought up 1 node, 4 CPUs
[    0.272505] kernel: smpboot: Max logical packages: 1
[    0.272507] kernel: smpboot: Total of 4 processors activated (23956.40 BogoMIPS)
[    0.273300] kernel: devtmpfs: initialized
[    0.273300] kernel: x86/mm: Memory block size: 128MB
[    0.276623] kernel: ACPI: PM: Registering ACPI NVS region [mem 0xf545f000-0xf58eefff] (4784128 bytes)
[    0.276644] kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.276655] kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.276725] kernel: pinctrl core: initialized pinctrl subsystem
[    0.276835] kernel: PM: RTC time: 07:39:06, date: 2023-05-01
[    0.277576] kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.278108] kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.278526] kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.278948] kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.278972] kernel: audit: initializing netlink subsys (disabled)
[    0.278998] kernel: audit: type=2000 audit(1682926746.156:1): state=initialized audit_enabled=0 res=1
[    0.280330] kernel: thermal_sys: Registered thermal governor 'fair_share'
[    0.280334] kernel: thermal_sys: Registered thermal governor 'bang_bang'
[    0.280336] kernel: thermal_sys: Registered thermal governor 'step_wise'
[    0.280337] kernel: thermal_sys: Registered thermal governor 'user_space'
[    0.280338] kernel: thermal_sys: Registered thermal governor 'power_allocator'
[    0.280344] kernel: EISA bus registered
[    0.280357] kernel: cpuidle: using governor ladder
[    0.280362] kernel: cpuidle: using governor menu
[    0.280424] kernel: Simple Boot Flag at 0x47 set to 0x1
[    0.280453] kernel: HugeTLB: can optimize 4095 vmemmap pages for hugepages-1048576kB
[    0.280458] kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.280460] kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.280552] kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.280558] kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.280569] kernel: pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.280651] kernel: PCI: Using configuration type 1 for base access
[    0.282423] kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.284307] kernel: HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB
[    0.284315] kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.284317] kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.284439] kernel: ACPI: Added _OSI(Module Device)
[    0.284443] kernel: ACPI: Added _OSI(Processor Device)
[    0.284444] kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.284445] kernel: ACPI: Added _OSI(Processor Aggregator Device)
[    0.284447] kernel: ACPI: Added _OSI(Linux-Dell-Video)
[    0.284448] kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.284449] kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.300627] kernel: ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.308912] kernel: ACPI: EC: EC started
[    0.308917] kernel: ACPI: EC: interrupt blocked
[    0.310239] kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.310242] kernel: ACPI: \_SB_.PCI0.SBRG.EC__: Boot DSDT EC used to handle transactions
[    0.310244] kernel: ACPI: Interpreter enabled
[    0.310269] kernel: ACPI: PM: (supports S0 S3 S4 S5)
[    0.310270] kernel: ACPI: Using IOAPIC for interrupt routing
[    0.310306] kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.310308] kernel: PCI: Using E820 reservations for host bridge windows
[    0.312587] kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
[    0.313218] kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [MN8H] at bit offset/length 13216/32 exceeds size of target Buffer (1920 bits) (20220331/dsopcode-198)
[    0.313225] kernel: fbcon: Taking over console
[    0.313242] kernel: 
[    0.313244] kernel: 
                       Initialized Local Variables for Method [_CRS]:
[    0.313245] kernel:   Local0: 00000000b7d2daba <Obj>           Integer 0000000000000674
[    0.313256] kernel: 
[    0.313257] kernel: No Arguments are initialized for method [_CRS]
[    0.313258] kernel: 
[    0.313260] kernel: ACPI Error: Aborting method \_SB.PCI0._CRS due to previous error (AE_AML_BUFFER_LIMIT) (20220331/psparse-529)
[    0.313315] kernel: ACPI Error: Method execution failed \_SB.PCI0._CRS due to previous error (AE_AML_BUFFER_LIMIT) (20220331/uteval-68)
[    0.316210] kernel: ACPI: PM: Power Resource [P0ST]
[    0.316247] kernel: ACPI: PM: Power Resource [P3ST]
[    0.316881] kernel: ACPI: PM: Power Resource [P0U2]
[    0.316951] kernel: ACPI: PM: Power Resource [P3U2]
[    0.317386] kernel: ACPI: PM: Power Resource [P0U3]
[    0.317421] kernel: ACPI: PM: Power Resource [P3U3]
[    0.318588] kernel: ACPI: PM: Power Resource [P0SD]
[    0.318619] kernel: ACPI: PM: Power Resource [P3SD]
[    0.358748] kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [MN8H] at bit offset/length 13216/32 exceeds size of target Buffer (1920 bits) (20220331/dsopcode-198)
[    0.358765] kernel: 
[    0.358766] kernel: 
                       Initialized Local Variables for Method [_CRS]:
[    0.358767] kernel:   Local0: 00000000a88fbe1f <Obj>           Integer 0000000000000674
[    0.358773] kernel: 
[    0.358774] kernel: No Arguments are initialized for method [_CRS]
[    0.358775] kernel: 
[    0.358777] kernel: ACPI Error: Aborting method \_SB.PCI0._CRS due to previous error (AE_AML_BUFFER_LIMIT) (20220331/psparse-529)
[    0.358789] kernel: ACPI Error: Method execution failed \_SB.PCI0._CRS due to previous error (AE_AML_BUFFER_LIMIT) (20220331/uteval-68)
[    0.358798] kernel: acpi PNP0A08:00: [Firmware Bug]: no secondary bus range in _CRS
[    0.358811] kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.358817] kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.358925] kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.359118] kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.359119] kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.359133] kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.359346] kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [MN8H] at bit offset/length 13216/32 exceeds size of target Buffer (1920 bits) (20220331/dsopcode-198)
[    0.359354] kernel: 
[    0.359355] kernel: 
                       Initialized Local Variables for Method [_CRS]:
[    0.359356] kernel:   Local0: 00000000b829545c <Obj>           Integer 0000000000000674
[    0.359360] kernel: 
[    0.359361] kernel: No Arguments are initialized for method [_CRS]
[    0.359362] kernel: 
[    0.359363] kernel: ACPI Error: Aborting method \_SB.PCI0._CRS due to previous error (AE_AML_BUFFER_LIMIT) (20220331/psparse-529)
[    0.359374] kernel: ACPI Error: Method execution failed \_SB.PCI0._CRS due to previous error (AE_AML_BUFFER_LIMIT) (20220331/uteval-68)
[    0.359381] kernel: acpi PNP0A08:00: failed to parse _CRS method, error code -5
[    0.359383] kernel: PCI: root bus 00: using default resources
[    0.359607] kernel: PCI host bridge to bus 0000:00
[    0.359608] kernel: pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.359611] kernel: pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffffff]
[    0.359613] kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.359698] kernel: pci 0000:00:00.0: [1022:1576] type 00 class 0x060000
[    0.359811] kernel: pci 0000:00:01.0: [1002:9874] type 00 class 0x030000
[    0.359824] kernel: pci 0000:00:01.0: reg 0x10: [mem 0xfd0000000-0xfdfffffff 64bit pref]
[    0.359834] kernel: pci 0000:00:01.0: reg 0x18: [mem 0xff0800000-0xff0ffffff 64bit pref]
[    0.359840] kernel: pci 0000:00:01.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.359846] kernel: pci 0000:00:01.0: reg 0x24: [mem 0xfea00000-0xfea3ffff]
[    0.359852] kernel: pci 0000:00:01.0: reg 0x30: [mem 0xfea40000-0xfea5ffff pref]
[    0.359858] kernel: pci 0000:00:01.0: enabling Extended Tags
[    0.359868] kernel: pci 0000:00:01.0: BAR 0: assigned to efifb
[    0.359872] kernel: pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.359905] kernel: pci 0000:00:01.0: supports D1 D2
[    0.359906] kernel: pci 0000:00:01.0: PME# supported from D1 D2 D3hot
[    0.359994] kernel: pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
[    0.360006] kernel: pci 0000:00:01.1: reg 0x10: [mem 0xffff00000-0xffff03fff 64bit]
[    0.360028] kernel: pci 0000:00:01.1: enabling Extended Tags
[    0.360060] kernel: pci 0000:00:01.1: supports D1 D2
[    0.360110] kernel: pci 0000:00:02.0: [1022:157b] type 00 class 0x060000
[    0.360297] kernel: pci 0000:00:02.2: [1022:157c] type 01 class 0x060400
[    0.360332] kernel: pci 0000:00:02.2: enabling Extended Tags
[    0.360374] kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.360464] kernel: pci 0000:00:02.3: [1022:157c] type 01 class 0x060400
[    0.360498] kernel: pci 0000:00:02.3: enabling Extended Tags
[    0.360539] kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    0.360622] kernel: pci 0000:00:03.0: [1022:157b] type 00 class 0x060000
[    0.360680] kernel: pci 0000:00:03.1: [1022:157c] type 01 class 0x060400
[    0.360752] kernel: pci 0000:00:03.1: enabling Extended Tags
[    0.360797] kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.360894] kernel: pci 0000:00:08.0: [1022:1578] type 00 class 0x108000
[    0.360906] kernel: pci 0000:00:08.0: reg 0x10: [mem 0xff1000000-0xff101ffff 64bit pref]
[    0.360912] kernel: pci 0000:00:08.0: reg 0x18: [mem 0xfe700000-0xfe7fffff]
[    0.360917] kernel: pci 0000:00:08.0: reg 0x1c: [mem 0xfea69000-0xfea69fff]
[    0.360925] kernel: pci 0000:00:08.0: reg 0x24: [mem 0xfea64000-0xfea65fff]
[    0.361015] kernel: pci 0000:00:09.0: [1022:157d] type 00 class 0x060000
[    0.361076] kernel: pci 0000:00:09.2: [1022:157a] type 00 class 0x040300
[    0.361085] kernel: pci 0000:00:09.2: reg 0x10: [mem 0xfea60000-0xfea63fff]
[    0.361118] kernel: pci 0000:00:09.2: PME# supported from D0 D3hot D3cold
[    0.361206] kernel: pci 0000:00:10.0: [1022:7914] type 00 class 0x0c0330
[    0.361230] kernel: pci 0000:00:10.0: reg 0x10: [mem 0xffff04000-0xffff05fff 64bit]
[    0.361375] kernel: pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    0.361468] kernel: pci 0000:00:11.0: [1022:7901] type 00 class 0x010601
[    0.361483] kernel: pci 0000:00:11.0: reg 0x10: [io  0xf140-0xf147]
[    0.361491] kernel: pci 0000:00:11.0: reg 0x14: [io  0xf130-0xf133]
[    0.361499] kernel: pci 0000:00:11.0: reg 0x18: [io  0xf120-0xf127]
[    0.361508] kernel: pci 0000:00:11.0: reg 0x1c: [io  0xf110-0xf113]
[    0.361516] kernel: pci 0000:00:11.0: reg 0x20: [io  0xf100-0xf10f]
[    0.361524] kernel: pci 0000:00:11.0: reg 0x24: [mem 0xfea67000-0xfea673ff]
[    0.361561] kernel: pci 0000:00:11.0: PME# supported from D3hot
[    0.361640] kernel: pci 0000:00:12.0: [1022:7908] type 00 class 0x0c0320
[    0.361655] kernel: pci 0000:00:12.0: reg 0x10: [mem 0xfea66000-0xfea660ff]
[    0.361726] kernel: pci 0000:00:12.0: supports D1 D2
[    0.361727] kernel: pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.361797] kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.361913] kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.362088] kernel: pci 0000:00:18.0: [1022:1570] type 00 class 0x060000
[    0.362137] kernel: pci 0000:00:18.1: [1022:1571] type 00 class 0x060000
[    0.362185] kernel: pci 0000:00:18.2: [1022:1572] type 00 class 0x060000
[    0.362239] kernel: pci 0000:00:18.3: [1022:1573] type 00 class 0x060000
[    0.362288] kernel: pci 0000:00:18.4: [1022:1574] type 00 class 0x060000
[    0.362337] kernel: pci 0000:00:18.5: [1022:1575] type 00 class 0x060000
[    0.362698] kernel: pci 0000:01:00.0: [168c:0042] type 00 class 0x028000
[    0.362821] kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfe400000-0xfe5fffff 64bit]
[    0.363443] kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.363987] kernel: pci 0000:00:02.2: PCI bridge to [bus 01]
[    0.363994] kernel: pci 0000:00:02.2:   bridge window [mem 0xfe400000-0xfe5fffff]
[    0.364067] kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.364085] kernel: pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.364110] kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfe904000-0xfe904fff 64bit]
[    0.364126] kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfe900000-0xfe903fff 64bit]
[    0.364219] kernel: pci 0000:02:00.0: supports D1 D2
[    0.364221] kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.364365] kernel: pci 0000:00:02.3: PCI bridge to [bus 02]
[    0.364370] kernel: pci 0000:00:02.3:   bridge window [io  0xe000-0xefff]
[    0.364373] kernel: pci 0000:00:02.3:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.364487] kernel: pci 0000:03:00.0: [1002:67ef] type 00 class 0x038000
[    0.364508] kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfe0000000-0xfefffffff 64bit pref]
[    0.364522] kernel: pci 0000:03:00.0: reg 0x18: [mem 0xff0000000-0xff01fffff 64bit pref]
[    0.364530] kernel: pci 0000:03:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.364537] kernel: pci 0000:03:00.0: reg 0x24: [mem 0xfe800000-0xfe83ffff]
[    0.364545] kernel: pci 0000:03:00.0: reg 0x30: [mem 0xfe840000-0xfe85ffff pref]
[    0.364554] kernel: pci 0000:03:00.0: enabling Extended Tags
[    0.364621] kernel: pci 0000:03:00.0: supports D1 D2
[    0.364766] kernel: pci 0000:00:03.1: PCI bridge to [bus 03]
[    0.364772] kernel: pci 0000:00:03.1:   bridge window [io  0xd000-0xdfff]
[    0.364782] kernel: pci 0000:00:03.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.364787] kernel: pci 0000:00:03.1:   bridge window [mem 0xfe0000000-0xff01fffff 64bit pref]
[    0.365683] kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.365750] kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.365809] kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.365879] kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.365943] kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.366035] kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.366107] kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.366168] kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.367157] kernel: ACPI: EC: interrupt unblocked
[    0.367158] kernel: ACPI: EC: event unblocked
[    0.367168] kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.367170] kernel: ACPI: EC: GPE=0x3
[    0.367172] kernel: ACPI: \_SB_.PCI0.SBRG.EC__: Boot DSDT EC initialization complete
[    0.367175] kernel: ACPI: \_SB_.PCI0.SBRG.EC__: EC: Used to handle transactions and events
[    0.367309] kernel: iommu: Default domain type: Translated 
[    0.367309] kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.367309] kernel: SCSI subsystem initialized
[    0.367309] kernel: libata version 3.00 loaded.
[    0.367309] kernel: ACPI: bus type USB registered
[    0.367309] kernel: usbcore: registered new interface driver usbfs
[    0.367309] kernel: usbcore: registered new interface driver hub
[    0.367309] kernel: usbcore: registered new device driver usb
[    0.367309] kernel: ACPI BIOS Error (bug): AE_AML_BUFFER_LIMIT, Field [MN8H] at bit offset/length 13216/32 exceeds size of target Buffer (1920 bits) (20220331/dsopcode-198)
[    0.367309] kernel: 
[    0.367309] kernel: 
                       Initialized Local Variables for Method [_CRS]:
[    0.367309] kernel:   Local0: 00000000ded28d5a <Obj>           Integer 0000000000000674
[    0.367309] kernel: 
[    0.367309] kernel: No Arguments are initialized for method [_CRS]
[    0.367309] kernel: 
[    0.367309] kernel: ACPI Error: Aborting method \_SB.PCI0._CRS due to previous error (AE_AML_BUFFER_LIMIT) (20220331/psparse-529)
[    0.367309] kernel: ACPI Error: Method execution failed \_SB.PCI0._CRS due to previous error (AE_AML_BUFFER_LIMIT) (20220331/uteval-68)
[    0.369179] kernel: pps_core: LinuxPPS API ver. 1 registered
[    0.369181] kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.369186] kernel: PTP clock support registered
[    0.369243] kernel: EDAC MC: Ver: 3.0.0
[    0.369243] kernel: Registered efivars operations
[    0.369243] kernel: NetLabel: Initializing
[    0.369243] kernel: NetLabel:  domain hash size = 128
[    0.369243] kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.369243] kernel: NetLabel:  unlabeled traffic allowed by default
[    0.369243] kernel: mctp: management component transport protocol core
[    0.369243] kernel: NET: Registered PF_MCTP protocol family
[    0.369243] kernel: PCI: Using ACPI for IRQ routing
[    0.372284] kernel: PCI: pci_cache_line_size set to 64 bytes
[    0.372284] kernel: e820: reserve RAM buffer [mem 0xea595018-0xebffffff]
[    0.372284] kernel: e820: reserve RAM buffer [mem 0xea5a4018-0xebffffff]
[    0.372284] kernel: e820: reserve RAM buffer [mem 0xea5b3018-0xebffffff]
[    0.372284] kernel: e820: reserve RAM buffer [mem 0xf1bfb000-0xf3ffffff]
[    0.372284] kernel: e820: reserve RAM buffer [mem 0xf497b000-0xf7ffffff]
[    0.372284] kernel: e820: reserve RAM buffer [mem 0xf7000000-0xf7ffffff]
[    0.372284] kernel: e820: reserve RAM buffer [mem 0x287000000-0x287ffffff]
[    0.372321] kernel: pci 0000:00:01.0: vgaarb: setting as boot VGA device
[    0.372321] kernel: pci 0000:00:01.0: vgaarb: bridge control possible
[    0.372321] kernel: pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.372321] kernel: vgaarb: loaded
[    0.372355] kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.372361] kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.376346] kernel: clocksource: Switched to clocksource tsc-early
[    0.391990] kernel: VFS: Disk quotas dquot_6.6.0
[    0.392011] kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.392182] kernel: AppArmor: AppArmor Filesystem Enabled
[    0.392239] kernel: pnp: PnP ACPI init
[    0.392438] kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.392563] kernel: system 00:01: [mem 0x78000000-0xf7ffffff] could not be reserved
[    0.393235] kernel: system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.393238] kernel: system 00:06: [io  0x040b] has been reserved
[    0.393240] kernel: system 00:06: [io  0x04d6] has been reserved
[    0.393242] kernel: system 00:06: [io  0x0c00-0x0c01] has been reserved
[    0.393244] kernel: system 00:06: [io  0x0c14] has been reserved
[    0.393245] kernel: system 00:06: [io  0x0c50-0x0c51] has been reserved
[    0.393248] kernel: system 00:06: [io  0x0c52] has been reserved
[    0.393249] kernel: system 00:06: [io  0x0c6c] has been reserved
[    0.393251] kernel: system 00:06: [io  0x0c6f] has been reserved
[    0.393253] kernel: system 00:06: [io  0x0cd0-0x0cd1] has been reserved
[    0.393254] kernel: system 00:06: [io  0x0cd2-0x0cd3] has been reserved
[    0.393256] kernel: system 00:06: [io  0x0cd4-0x0cd5] has been reserved
[    0.393257] kernel: system 00:06: [io  0x0cd6-0x0cd7] has been reserved
[    0.393259] kernel: system 00:06: [io  0x0cd8-0x0cdf] has been reserved
[    0.393261] kernel: system 00:06: [io  0x0800-0x089f] has been reserved
[    0.393262] kernel: system 00:06: [io  0x0b00-0x0b0f] has been reserved
[    0.393264] kernel: system 00:06: [io  0x0b20-0x0b3f] has been reserved
[    0.393265] kernel: system 00:06: [io  0x0900-0x090f] has been reserved
[    0.393267] kernel: system 00:06: [io  0x0910-0x091f] has been reserved
[    0.393268] kernel: system 00:06: [io  0x0380-0x0381] has been reserved
[    0.393270] kernel: system 00:06: [io  0xfe00-0xfefe] has been reserved
[    0.393272] kernel: system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.393275] kernel: system 00:06: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.393276] kernel: system 00:06: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.393278] kernel: system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.393280] kernel: system 00:06: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.393282] kernel: system 00:06: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.393284] kernel: system 00:06: [mem 0xfe200000-0xfe200fff] has been reserved
[    0.393286] kernel: system 00:06: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.393287] kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.394107] kernel: pnp: PnP ACPI: found 7 devices
[    0.400587] kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.400657] kernel: NET: Registered PF_INET protocol family
[    0.401055] kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.404302] kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.404414] kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.404610] kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.404954] kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.405072] kernel: TCP: Hash tables configured (established 131072 bind 65536)
[    0.405335] kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.405428] kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.405500] kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.405581] kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.405590] kernel: NET: Registered PF_XDP protocol family
[    0.405612] kernel: pci 0000:00:02.2: PCI bridge to [bus 01]
[    0.405620] kernel: pci 0000:00:02.2:   bridge window [mem 0xfe400000-0xfe5fffff]
[    0.405638] kernel: pci 0000:00:02.3: PCI bridge to [bus 02]
[    0.405641] kernel: pci 0000:00:02.3:   bridge window [io  0xe000-0xefff]
[    0.405645] kernel: pci 0000:00:02.3:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.405652] kernel: pci 0000:00:03.1: PCI bridge to [bus 03]
[    0.405654] kernel: pci 0000:00:03.1:   bridge window [io  0xd000-0xdfff]
[    0.405658] kernel: pci 0000:00:03.1:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.405698] kernel: pci 0000:00:03.1:   bridge window [mem 0xfe0000000-0xff01fffff 64bit pref]
[    0.405705] kernel: pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.405707] kernel: pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffffffff]
[    0.405709] kernel: pci_bus 0000:01: resource 1 [mem 0xfe400000-0xfe5fffff]
[    0.405711] kernel: pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.405712] kernel: pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.405714] kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.405715] kernel: pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.405717] kernel: pci_bus 0000:03: resource 2 [mem 0xfe0000000-0xff01fffff 64bit pref]
[    0.405870] kernel: pci 0000:00:01.1: D0 power state depends on 0000:00:01.0
[    0.406149] kernel: pci 0000:00:10.0: PME# does not work under D0, disabling it
[    0.406343] kernel: PCI: CLS 0 bytes, default 64
[    0.406353] kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.406355] kernel: software IO TLB: mapped [mem 0x00000000e6595000-0x00000000ea595000] (64MB)
[    0.406414] kernel: LVT offset 0 assigned for vector 0x400
[    0.406436] kernel: Trying to unpack rootfs image as initramfs...
[    0.406644] kernel: perf: AMD IBS detected (0x000007ff)
[    0.407361] kernel: Initialise system trusted keyrings
[    0.407381] kernel: Key type blacklist registered
[    0.407682] kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.409890] kernel: zbud: loaded
[    0.410293] kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.410714] kernel: fuse: init (API version 7.36)
[    0.410927] kernel: integrity: Platform Keyring initialized
[    0.410943] kernel: integrity: Machine keyring initialized
[    0.421195] kernel: Key type asymmetric registered
[    0.421202] kernel: Asymmetric key parser 'x509' registered
[    0.923571] kernel: Freeing initrd memory: 69340K
[    0.927723] kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.927766] kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.927814] kernel: io scheduler mq-deadline registered
[    0.929486] kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 25
[    0.929648] kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 26
[    0.929803] kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 28
[    0.929833] kernel: pcieport 0000:00:03.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.930187] kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.931047] kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
[    0.931103] kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.931123] kernel: ACPI: button: Power Button [PWRB]
[    0.931153] kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    0.931200] kernel: ACPI: button: Lid Switch [LID0]
[    0.931231] kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.931249] kernel: ACPI: button: Sleep Button [SLPB]
[    0.931275] kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.931304] kernel: ACPI: button: Power Button [PWRF]
[    0.932177] kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.932564] kernel: ACPI: battery: Slot [BAT0] (battery absent)
[    0.934944] kernel: Linux agpgart interface v0.103
[    0.940067] kernel: loop: module loaded
[    0.940709] kernel: tun: Universal TUN/TAP device driver, 1.6
[    0.941069] kernel: PPP generic driver version 2.4.2
[    0.941421] kernel: VFIO - User Level meta-driver version: 0.3
[    0.941581] kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.941590] kernel: ehci-pci: EHCI PCI platform driver
[    0.941825] kernel: ehci-pci 0000:00:12.0: EHCI Host Controller
[    0.941832] kernel: ehci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
[    0.941844] kernel: ehci-pci 0000:00:12.0: debug port 2
[    0.941893] kernel: ehci-pci 0000:00:12.0: irq 18, io mem 0xfea66000
[    0.958751] kernel: ehci-pci 0000:00:12.0: USB 2.0 started, EHCI 1.00
[    0.958893] kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
[    0.958896] kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.958898] kernel: usb usb1: Product: EHCI Host Controller
[    0.958900] kernel: usb usb1: Manufacturer: Linux 5.19.0-32-generic ehci_hcd
[    0.958901] kernel: usb usb1: SerialNumber: 0000:00:12.0
[    0.959079] kernel: hub 1-0:1.0: USB hub found
[    0.959086] kernel: hub 1-0:1.0: 2 ports detected
[    0.959355] kernel: ehci-platform: EHCI generic platform driver
[    0.959376] kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.959379] kernel: ohci-pci: OHCI PCI platform driver
[    0.959391] kernel: ohci-platform: OHCI generic platform driver
[    0.959399] kernel: uhci_hcd: USB Universal Host Controller Interface driver
[    0.959455] kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.962396] kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.962403] kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.962712] kernel: mousedev: PS/2 mouse device common for all mice
[    0.962891] kernel: rtc_cmos 00:03: RTC can wake from S4
[    0.963093] kernel: rtc_cmos 00:03: registered as rtc0
[    0.963117] kernel: rtc_cmos 00:03: setting system clock to 2023-05-01T07:39:07 UTC (1682926747)
[    0.963137] kernel: rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.963145] kernel: i2c_dev: i2c /dev entries driver
[    0.963197] kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    0.963228] kernel: device-mapper: uevent: version 1.0.3
[    0.963278] kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: [email protected]
[    0.963300] kernel: platform eisa.0: Probing EISA bus 0
[    0.963325] kernel: platform eisa.0: EISA: Detected 0 cards
[    0.963374] kernel: ledtrig-cpu: registered to indicate activity on CPUs
[    0.963396] kernel: efifb: probing for efifb
[    0.963422] kernel: efifb: showing boot graphics
[    1.212639] kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.369938] kernel: usb 1-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
[    1.369945] kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.371383] kernel: hub 1-1:1.0: USB hub found
[    1.372515] kernel: hub 1-1:1.0: 4 ports detected
[    1.432474] kernel: tsc: Refined TSC clocksource calibration: 2994.344 MHz
[    1.432737] kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b29665741f, max_idle_ns: 440795296096 ns
[    2.177100] kernel: clocksource: Switched to clocksource tsc
[    2.177124] kernel: efifb: framebuffer at 0xfd0000000, using 8100k, total 8100k
[    2.177133] kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    2.177135] kernel: efifb: scrolling: redraw
[    2.177136] kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.177293] kernel: Console: switching to colour frame buffer device 240x67
[    2.182367] kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.364581] kernel: usb 1-1.2: new full-speed USB device number 3 using ehci-pci
[    2.487862] kernel: usb 1-1.2: New USB device found, idVendor=0cf3, idProduct=e009, bcdDevice= 0.01
[    2.487868] kernel: usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.568583] kernel: usb 1-1.3: new high-speed USB device number 4 using ehci-pci
[    2.738799] kernel: usb 1-1.3: New USB device found, idVendor=1bcf, idProduct=2b8a, bcdDevice=47.11
[    2.738805] kernel: usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.738807] kernel: usb 1-1.3: Product: Integrated_Webcam_HD
[    2.738809] kernel: usb 1-1.3: Manufacturer: CNFDH73N114020000502
[    2.892584] kernel: usb 1-1.4: new high-speed USB device number 5 using ehci-pci
[    3.008644] kernel: usb 1-1.4: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
[    3.008650] kernel: usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.008653] kernel: usb 1-1.4: Product: USB2.0-CRW
[    3.008654] kernel: usb 1-1.4: Manufacturer: Generic
[    3.008655] kernel: usb 1-1.4: SerialNumber: 20100201396000000
[    3.372273] kernel: fb0: EFI VGA frame buffer device
[    3.372326] kernel: EFI Variables Facility v0.08 2004-May-17
[    3.430589] kernel: drop_monitor: Initializing network drop monitor service
[    3.447590] kernel: NET: Registered PF_INET6 protocol family
[    3.451924] kernel: Segment Routing with IPv6
[    3.451945] kernel: In-situ OAM (IOAM) with IPv6
[    3.451979] kernel: NET: Registered PF_PACKET protocol family
[    3.452037] kernel: Key type dns_resolver registered
[    3.452039] kernel: x86/pm: family 0x15 cpu detected, MSR saving is needed during suspending.
[    3.452420] kernel: microcode: CPU0: patch_level=0x06006118
[    3.452432] kernel: microcode: CPU1: patch_level=0x06006118
[    3.452436] kernel: microcode: CPU2: patch_level=0x06006118
[    3.452444] kernel: microcode: CPU3: patch_level=0x06006118
[    3.452447] kernel: microcode: Microcode Update Driver: v2.2.
[    3.452453] kernel: IPI shorthand broadcast: enabled
[    3.452476] kernel: sched_clock: Marking stable (3451996645, 321791)->(3455307729, -2989293)
[    3.452692] kernel: registered taskstats version 1
[    3.452750] kernel: Loading compiled-in X.509 certificates
[    3.453616] kernel: Loaded X.509 cert 'Build time autogenerated kernel key: df64dc4cc2938f618a3838239701e819302d2eb5'
[    3.454214] kernel: Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[    3.454814] kernel: Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[    3.454815] kernel: blacklist: Loading compiled-in revocation X.509 certificates
[    3.454834] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
[    3.454851] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
[    3.454869] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
[    3.454885] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
[    3.454901] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
[    3.454916] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
[    3.454931] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
[    3.454946] kernel: Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
[    3.455405] kernel: zswap: loaded using pool lzo/zbud
[    3.455770] kernel: Key type .fscrypt registered
[    3.455772] kernel: Key type fscrypt-provisioning registered
[    3.459868] kernel: Key type encrypted registered
[    3.459877] kernel: AppArmor: AppArmor sha1 policy hashing enabled
[    3.461755] kernel: integrity: Loading X.509 certificate: UEFI:db
[    3.461798] kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    3.461800] kernel: integrity: Loading X.509 certificate: UEFI:db
[    3.461825] kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    3.463300] kernel: ima: No TPM chip found, activating TPM-bypass!
[    3.463303] kernel: Loading compiled-in module X.509 certificates
[    3.463912] kernel: Loaded X.509 cert 'Build time autogenerated kernel key: df64dc4cc2938f618a3838239701e819302d2eb5'
[    3.463915] kernel: ima: Allocated hash algorithm: sha1
[    3.463922] kernel: ima: No architecture policies found
[    3.463937] kernel: evm: Initialising EVM extended attributes:
[    3.463938] kernel: evm: security.selinux
[    3.463939] kernel: evm: security.SMACK64
[    3.463939] kernel: evm: security.SMACK64EXEC
[    3.463940] kernel: evm: security.SMACK64TRANSMUTE
[    3.463941] kernel: evm: security.SMACK64MMAP
[    3.463941] kernel: evm: security.apparmor
[    3.463942] kernel: evm: security.ima
[    3.463943] kernel: evm: security.capability
[    3.463943] kernel: evm: HMAC attrs: 0x1
[    3.465931] kernel: PM:   Magic number: 7:939:671
[    3.466290] kernel: RAS: Correctable Errors collector initialized.
[    3.468526] kernel: Freeing unused decrypted memory: 2036K
[    3.469440] kernel: Freeing unused kernel image (initmem) memory: 3168K
[    3.500401] kernel: Write protecting the kernel read-only data: 32768k
[    3.501189] kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
[    3.501603] kernel: Freeing unused kernel image (rodata/data gap) memory: 1000K
[    3.569233] kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.569244] kernel: Run /init as init process
[    3.569245] kernel:   with arguments:
[    3.569247] kernel:     /init
[    3.569248] kernel:     splash
[    3.569249] kernel:   with environment:
[    3.569250] kernel:     HOME=/
[    3.569250] kernel:     TERM=linux
[    3.569251] kernel:     BOOT_IMAGE=/boot/vmlinuz-5.19.0-32-generic
[    3.659420] kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    3.660355] kernel: hid: raw HID events driver (C) Jiri Kosina
[    3.672555] kernel: acpi device:02: registered as cooling_device4
[    3.678152] kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[    3.684017] kernel: ACPI: video: Video Device [VGA2] (multi-head: yes  rom: no  post: no)
[    3.685256] kernel: acpi device:0f: registered as cooling_device5
[    3.685349] kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:02/input/input7
[    3.689778] kernel: wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[    3.696565] kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    3.696574] kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    3.696858] kernel: xhci_hcd 0000:00:10.0: xHCI Host Controller
[    3.697255] kernel: xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    3.698646] kernel: r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.698780] kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    3.700952] kernel: ahci 0000:00:11.0: version 3.0
[    3.703861] kernel: ahci 0000:00:11.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
[    3.703869] kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part 
[    3.721129] kernel: scsi host0: ahci
[    3.721421] kernel: scsi host1: ahci
[    3.721499] kernel: ata1: DUMMY
[    3.721511] kernel: ata2: SATA max UDMA/133 abar m1024@0xfea67000 port 0xfea67180 irq 19
[    3.721606] kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, f4:8e:38:f1:b0:dc, XID 541, IRQ 31
[    3.721615] kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    3.807495] kernel: xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000410
[    3.808008] kernel: xhci_hcd 0000:00:10.0: xHCI Host Controller
[    3.808014] kernel: xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
[    3.808019] kernel: xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
[    3.814542] kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
[    3.814546] kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.814548] kernel: usb usb2: Product: xHCI Host Controller
[    3.814550] kernel: usb usb2: Manufacturer: Linux 5.19.0-32-generic xhci-hcd
[    3.814551] kernel: usb usb2: SerialNumber: 0000:00:10.0
[    3.814705] kernel: hub 2-0:1.0: USB hub found
[    3.814717] kernel: hub 2-0:1.0: 4 ports detected
[    3.814935] kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.814958] kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.19
[    3.814961] kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.814962] kernel: usb usb3: Product: xHCI Host Controller
[    3.814964] kernel: usb usb3: Manufacturer: Linux 5.19.0-32-generic xhci-hcd
[    3.814965] kernel: usb usb3: SerialNumber: 0000:00:10.0
[    3.815068] kernel: hub 3-0:1.0: USB hub found
[    3.815079] kernel: hub 3-0:1.0: 4 ports detected
[    3.824769] kernel: usbcore: registered new interface driver rtsx_usb
[    4.148867] kernel: usb 3-1: new SuperSpeed USB device number 2 using xhci_hcd
[    4.174489] kernel: usb 3-1: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
[    4.174497] kernel: usb 3-1: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[    4.174499] kernel: usb 3-1: Product: USB3.0 Card Reader
[    4.174501] kernel: usb 3-1: Manufacturer: Generic
[    4.174502] kernel: usb 3-1: SerialNumber: 000000001532
[    4.196451] kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.196819] kernel: ata2.00: ATA-8: FUJITSU MHZ2250BH G2, 8909, max UDMA/100
[    4.196916] kernel: ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    4.197450] kernel: ata2.00: configured for UDMA/100
[    4.208078] kernel: scsi 1:0:0:0: Direct-Access     ATA      FUJITSU MHZ2250B 8909 PQ: 0 ANSI: 5
[    4.208552] kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
[    4.208619] kernel: sd 1:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    4.208637] kernel: sd 1:0:0:0: [sda] Write Protect is off
[    4.208640] kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.208657] kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.208684] kernel: sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    4.335464] kernel:  sda: sda1 sda2
[    4.335808] kernel: sd 1:0:0:0: [sda] Attached SCSI disk
[    4.345766] kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
[    4.354670] kernel: usb-storage 3-1:1.0: USB Mass Storage device detected
[    4.354883] kernel: scsi host2: usb-storage 3-1:1.0
[    4.354967] kernel: usbcore: registered new interface driver usb-storage
[    4.356656] kernel: usbcore: registered new interface driver uas
[    4.956190] kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
[    5.371753] kernel: scsi 2:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
[    5.372011] kernel: scsi 2:0:0:0: Attached scsi generic sg1 type 0
[    5.685902] kernel: sd 2:0:0:0: [sdb] 31116288 512-byte logical blocks: (15.9 GB/14.8 GiB)
[    5.687743] kernel: sd 2:0:0:0: [sdb] Write Protect is off
[    5.687750] kernel: sd 2:0:0:0: [sdb] Mode Sense: 21 00 00 00
[    5.689496] kernel: sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    5.699639] kernel:  sdb:
[    5.699832] kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    6.676861] systemd[1]: Inserted module 'autofs4'
[    7.079858] systemd[1]: systemd 249.11-0ubuntu3.6 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    7.079995] systemd[1]: Detected architecture x86-64.
[    7.099530] systemd[1]: Hostname set to <tom-Inspiron-5576>.
[    9.897344] systemd[1]: Queued start job for default target Graphical Interface.
[    9.899048] systemd[1]: Created slice Slice /system/modprobe.
[    9.899516] systemd[1]: Created slice Slice /system/systemd-fsck.
[    9.899710] systemd[1]: Created slice User and Session Slice.
[    9.899798] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    9.900016] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    9.900089] systemd[1]: Reached target User and Group Name Lookups.
[    9.900109] systemd[1]: Reached target Remote File Systems.
[    9.900122] systemd[1]: Reached target Slice Units.
[    9.900140] systemd[1]: Reached target Mounting snaps.
[    9.900172] systemd[1]: Reached target Local Verity Protected Volumes.
[    9.900440] systemd[1]: Listening on Syslog Socket.
[    9.900539] systemd[1]: Listening on fsck to fsckd communication Socket.
[    9.900609] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    9.900800] systemd[1]: Listening on Journal Audit Socket.
[    9.900884] systemd[1]: Listening on Journal Socket (/dev/log).
[    9.901001] systemd[1]: Listening on Journal Socket.
[    9.901138] systemd[1]: Listening on udev Control Socket.
[    9.901225] systemd[1]: Listening on udev Kernel Socket.
[    9.902246] systemd[1]: Mounting Huge Pages File System...
[    9.903525] systemd[1]: Mounting POSIX Message Queue File System...
[    9.905013] systemd[1]: Mounting Kernel Debug File System...
[    9.906304] systemd[1]: Mounting Kernel Trace File System...
[    9.909009] systemd[1]: Starting Journal Service...
[    9.910503] systemd[1]: Starting Set the console keyboard layout...
[    9.911984] systemd[1]: Starting Create List of Static Device Nodes...
[    9.913596] systemd[1]: Starting Load Kernel Module chromeos_pstore...
[    9.915170] systemd[1]: Starting Load Kernel Module configfs...
[    9.916772] systemd[1]: Starting Load Kernel Module drm...
[    9.918415] systemd[1]: Starting Load Kernel Module efi_pstore...
[    9.919922] systemd[1]: Starting Load Kernel Module fuse...
[    9.921669] systemd[1]: Starting Load Kernel Module pstore_blk...
[    9.923307] systemd[1]: Starting Load Kernel Module pstore_zone...
[    9.925243] systemd[1]: Starting Load Kernel Module ramoops...
[    9.925475] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   10.093987] kernel: pstore: Using crash dump compression: deflate
[   10.094003] kernel: pstore: Registered efi as persistent store backend
[   10.105083] systemd[1]: Starting Load Kernel Modules...
[   10.106409] systemd[1]: Starting Remount Root and Kernel File Systems...
[   10.107792] systemd[1]: Starting Coldplug All udev Devices...
[   10.109844] systemd[1]: Mounted Huge Pages File System.
[   10.109964] systemd[1]: Mounted POSIX Message Queue File System.
[   10.110040] systemd[1]: Mounted Kernel Debug File System.
[   10.110113] systemd[1]: Mounted Kernel Trace File System.
[   10.110433] systemd[1]: Finished Create List of Static Device Nodes.
[   10.110843] systemd[1]: [email protected]: Deactivated successfully.
[   10.111091] systemd[1]: Finished Load Kernel Module configfs.
[   10.111368] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[   10.111599] systemd[1]: Finished Load Kernel Module efi_pstore.
[   10.111864] systemd[1]: [email protected]: Deactivated successfully.
[   10.112082] systemd[1]: Finished Load Kernel Module fuse.
[   10.113401] systemd[1]: Mounting FUSE Control File System...
[   10.114640] systemd[1]: Mounting Kernel Configuration File System...
[   10.117412] systemd[1]: Mounted FUSE Control File System.
[   10.117567] systemd[1]: Mounted Kernel Configuration File System.
[   10.129150] systemd[1]: modprobe@chromeos_pstore.service: Deactivated successfully.
[   10.129427] systemd[1]: Finished Load Kernel Module chromeos_pstore.
[   10.318330] systemd[1]: modprobe@pstore_zone.service: Deactivated successfully.
[   10.318813] systemd[1]: Finished Load Kernel Module pstore_zone.
[   10.329922] systemd[1]: [email protected]: Deactivated successfully.
[   10.330238] systemd[1]: Finished Load Kernel Module ramoops.
[   10.353938] kernel: ACPI: bus type drm_connector registered
[   10.354882] systemd[1]: [email protected]: Deactivated successfully.
[   10.355165] systemd[1]: Finished Load Kernel Module drm.
[   10.360527] systemd[1]: Started Journal Service.
[   10.452536] kernel: EXT4-fs (sda2): re-mounted. Quota mode: none.
[   10.884746] kernel: Adding 2097148k swap on /swapfile.  Priority:-2 extents:6 across:2260988k FS
[   10.974536] kernel: lp: driver loaded but no devices found
[   11.036500] kernel: ppdev: user-space parallel port driver
[   12.164941] kernel: loop0: detected capacity change from 0 to 8
[   12.164985] kernel: loop1: detected capacity change from 0 to 129600
[   12.168812] kernel: loop2: detected capacity change from 0 to 492776
[   12.283398] kernel: loop3: detected capacity change from 0 to 709280
[   12.351159] kernel: loop4: detected capacity change from 0 to 187776
[   12.431589] kernel: loop5: detected capacity change from 0 to 94064
[   12.532660] kernel: loop6: detected capacity change from 0 to 102072
[   12.606524] kernel: loop7: detected capacity change from 0 to 608
[   13.812773] kernel: input: DELL Wireless hotkeys as /devices/virtual/input/input9
[   14.377418] kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[   14.713641] kernel: dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
[   15.785275] kernel: cryptd: max_cpu_qlen set to 1000
[   15.846527] kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input10
[   16.201281] kernel: Bluetooth: Core ver 2.22
[   16.201339] kernel: NET: Registered PF_BLUETOOTH protocol family
[   16.201340] kernel: Bluetooth: HCI device and connection manager initialized
[   16.201347] kernel: Bluetooth: HCI socket layer initialized
[   16.201350] kernel: Bluetooth: L2CAP socket layer initialized
[   16.201355] kernel: Bluetooth: SCO socket layer initialized
[   16.307116] kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   16.307526] kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   16.610692] kernel: AVX2 version of gcm_enc/dec engaged.
[   16.610750] kernel: AES CTR mode by8 optimization enabled
[   17.391994] kernel: mc: Linux media interface: v0.10
[   18.188805] kernel: videodev: Linux video capture interface: v2.00
[   18.492533] kernel: usbcore: registered new interface driver btusb
[   18.494349] kernel: Bluetooth: hci0: HCI Read Default Erroneous Data Reporting command is advertised, but not supported.
[   18.494355] kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[   18.579627] kernel: ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[   18.594889] kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[   18.602230] kernel: ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[   18.912259] kernel: usb 1-1.3: Found UVC 1.00 device Integrated_Webcam_HD (1bcf:2b8a)
[   18.945407] kernel: input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input11
[   18.945504] kernel: usbcore: registered new interface driver uvcvideo
[   19.336483] kernel: ath10k_pci 0000:01:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1028:1810
[   19.336490] kernel: ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[   19.336993] kernel: ath10k_pci 0000:01:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
[   19.432290] kernel: snd_hda_intel 0000:00:01.1: enabling device (0000 -> 0002)
[   19.432660] kernel: snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[   19.433843] kernel: snd_hda_intel 0000:00:01.1: number of I/O streams is 30, forcing separate stream tags
[   19.436640] kernel: snd_hda_intel 0000:00:09.2: enabling device (0004 -> 0006)
[   19.520358] kernel: ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[   19.607181] kernel: snd_hda_intel 0000:00:01.1: CORB reset timeout#2, CORBRP = 65535
[   19.613187] kernel: hdaudio hdaudioC0D0: no AFG or MFG node found
[   19.613515] kernel: hdaudio hdaudioC0D1: no AFG or MFG node found
[   19.613837] kernel: hdaudio hdaudioC0D2: no AFG or MFG node found
[   19.614213] kernel: hdaudio hdaudioC0D3: no AFG or MFG node found
[   19.614215] kernel: snd_hda_intel 0000:00:01.1: no codecs initialized
[   19.630933] kernel: ath10k_pci 0000:01:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[   19.875174] kernel: SVM: TSC scaling supported
[   19.875179] kernel: kvm: Nested Virtualization enabled
[   19.875180] kernel: SVM: kvm: Nested Paging enabled
[   19.875188] kernel: SVM: Virtual VMLOAD VMSAVE supported
[   19.875189] kernel: SVM: Virtual GIF supported
[   19.875189] kernel: SVM: LBR virtualization supported
[   19.934168] kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   19.934212] kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   19.934219] kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   19.934222] kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   19.934223] kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   19.934225] kernel: snd_hda_codec_realtek hdaudioC1D0:      Headset Mic=0x19
[   19.934226] kernel: snd_hda_codec_realtek hdaudioC1D0:      Headphone Mic=0x1a
[   19.934228] kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[   19.939441] kernel: ath: EEPROM regdomain: 0x6c
[   19.939448] kernel: ath: EEPROM indicates we should expect a direct regpair map
[   19.939451] kernel: ath: Country alpha2 being used: 00
[   19.939452] kernel: ath: Regpair used: 0x6c
[   20.006763] kernel: ath10k_pci 0000:01:00.0 wlp1s0: renamed from wlan0
[   23.104107] kernel: [drm] amdgpu kernel modesetting enabled.
[   23.104138] kernel: amdgpu: vga_switcheroo: detected switching method \_SB_.PCI0.VGA_.ATPX handle
[   23.105121] kernel: ATPX version 1, functions 0x00000003
[   23.111169] kernel: amdgpu: Topology: Add APU node [0x0:0x0]
[   23.111939] kernel: [drm] initializing kernel modesetting (CARRIZO 0x1002:0x9874 0x1028:0x07E2 0xCC).
[   23.122078] kernel: [drm] register mmio base: 0xFEA00000
[   23.122085] kernel: [drm] register mmio size: 262144
[   23.122363] kernel: [drm] add ip block number 0 <vi_common>
[   23.122365] kernel: [drm] add ip block number 1 <gmc_v8_0>
[   23.122366] kernel: [drm] add ip block number 2 <cz_ih>
[   23.122368] kernel: [drm] add ip block number 3 <gfx_v8_0>
[   23.122369] kernel: [drm] add ip block number 4 <sdma_v3_0>
[   23.122370] kernel: [drm] add ip block number 5 <powerplay>
[   23.122372] kernel: [drm] add ip block number 6 <dm>
[   23.122373] kernel: [drm] add ip block number 7 <uvd_v6_0>
[   23.122374] kernel: [drm] add ip block number 8 <vce_v3_0>
[   23.122375] kernel: [drm] add ip block number 9 <acp_ip>
[   23.122476] kernel: amdgpu 0000:00:01.0: amdgpu: Fetched VBIOS from VFCT
[   23.122480] kernel: amdgpu: ATOM BIOS: 113-C75100-031
[   23.122786] kernel: [drm] UVD is enabled in physical mode
[   23.122865] kernel: [drm] VCE enabled in physical mode
[   23.122867] kernel: checking generic (fd0000000 7e9000) vs hw (fd0000000 10000000)
[   23.122869] kernel: fb0: switching to (null) from EFI VGA
[   23.123738] kernel: Console: switching to colour dummy device 80x25
[   23.123781] kernel: amdgpu 0000:00:01.0: vgaarb: deactivate vga console
[   23.123786] kernel: amdgpu 0000:00:01.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[   23.124706] kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[   23.124952] kernel: amdgpu 0000:00:01.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[   23.124957] kernel: amdgpu 0000:00:01.0: amdgpu: GART: 1024M 0x000000FF00000000 - 0x000000FF3FFFFFFF
[   23.125092] kernel: [drm] Detected VRAM RAM=2048M, BAR=2048M
[   23.125094] kernel: [drm] RAM width 128bits UNKNOWN
[   23.125198] kernel: [drm] amdgpu: 2048M of VRAM memory ready
[   23.125200] kernel: [drm] amdgpu: 4951M of GTT memory ready.
[   23.125218] kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
[   23.126302] kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F4007E9000).
[   23.167749] kernel: MCE: In-kernel MCE decoding enabled.
[   23.226077] kernel: input: HD-Audio Generic Headphone Mic as /devices/pci0000:00/0000:00:09.2/sound/card1/input12
[   23.381141] kernel: amdgpu: hwmgr_sw_init smu backed is smu8_smu
[   23.404129] kernel: [drm] Found UVD firmware Version: 1.91 Family ID: 11
[   23.404195] kernel: [drm] UVD ENC is disabled
[   23.441032] kernel: [drm] Found VCE firmware Version: 52.4 Binary ID: 3
[   23.442935] kernel: amdgpu: smu version 27.17.00
[   26.012107] kernel: audit: type=1400 audit(1682926772.541:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=556 comm="apparmor_parser"
[   26.012118] kernel: audit: type=1400 audit(1682926772.541:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=556 comm="apparmor_parser"
[   26.034644] kernel: audit: type=1400 audit(1682926772.565:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=555 comm="apparmor_parser"
[   26.064623] kernel: amdgpu 0000:00:01.0: [drm:amdgpu_ring_test_helper [amdgpu]] *ERROR* ring gfx test failed (-110)
[   26.065172] kernel: [drm:amdgpu_device_ip_init [amdgpu]] *ERROR* hw_init of IP block <gfx_v8_0> failed -110
[   26.065701] kernel: amdgpu 0000:00:01.0: amdgpu: amdgpu_device_ip_init failed
[   26.065705] kernel: amdgpu 0000:00:01.0: amdgpu: Fatal error during GPU init
[   26.065744] kernel: amdgpu 0000:00:01.0: amdgpu: amdgpu: finishing device.
[   26.067020] kernel: amdgpu: probe of 0000:00:01.0 failed with error -110
[   26.067043] kernel: BUG: kernel NULL pointer dereference, address: 0000000000000090
[   26.067046] kernel: #PF: supervisor write access in kernel mode
[   26.067048] kernel: #PF: error_code(0x0002) - not-present page
[   26.067051] kernel: PGD 0 P4D 0 
[   26.067055] kernel: Oops: 0002 [#1] PREEMPT SMP NOPTI
[   26.067058] kernel: CPU: 0 PID: 330 Comm: systemd-udevd Not tainted 5.19.0-32-generic #33~22.04.1-Ubuntu
[   26.067061] kernel: Hardware name: Dell Inc. Inspiron 5576/0JW8XC, BIOS 1.0.7 01/29/2018
[   26.067064] kernel: RIP: 0010:drm_sched_fini+0xa6/0xd0 [gpu_sched]
[   26.067072] kernel: Code: 00 00 00 5b 41 5c 41 5d 41 5e 5d 31 c0 89 c2 89 c1 89 c6 89 c7 e9 1a e4 30 cf 4c 89 f7 e8 d2 02 03 cf 48 8b 03 48 39 d8 74 0f <c6> 80 90 00 00 00 01 48 8b 00 48 39 d8 75 f1 4c 89 f7 e8 c3 03 03
[   26.067074] kernel: RSP: 0018:ffffb188c1537998 EFLAGS: 00010213
[   26.067077] kernel: RAX: 0000000000000000 RBX: ffff963ccf4e9708 RCX: 0000000000000000
[   26.067079] kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[   26.067080] kernel: RBP: ffffb188c15379b8 R08: 0000000000000000 R09: 0000000000000000
[   26.067082] kernel: R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000003
[   26.067084] kernel: R13: ffff963ccf4e9660 R14: ffff963ccf4e96f8 R15: 0000000000000000
[   26.067086] kernel: FS:  00007f7732d738c0(0000) GS:ffff963e3cc00000(0000) knlGS:0000000000000000
[   26.067088] kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   26.067089] kernel: CR2: 0000000000000090 CR3: 0000000100d70000 CR4: 00000000001506f0
[   26.067092] kernel: Call Trace:
[   26.067094] kernel:  <TASK>
[   26.067097] kernel:  amdgpu_fence_driver_sw_fini+0x115/0x130 [amdgpu]
[   26.067672] kernel:  amdgpu_device_fini_sw+0x25/0x1d0 [amdgpu]
[   26.068188] kernel:  amdgpu_driver_release_kms+0x16/0x40 [amdgpu]
[   26.068768] kernel:  devm_drm_dev_init_release+0x59/0x90 [drm]
[   26.068816] kernel:  devm_action_release+0x15/0x30
[   26.068822] kernel:  release_nodes+0x40/0xd0
[   26.068825] kernel:  devres_release_all+0x9b/0xe0
[   26.068828] kernel:  device_unbind_cleanup+0x12/0x80
[   26.068833] kernel:  really_probe+0x175/0x3c0
[   26.068836] kernel:  __driver_probe_device+0x12a/0x1b0
[   26.068839] kernel:  driver_probe_device+0x23/0xd0
[   26.068842] kernel:  __driver_attach+0xc3/0x260
[   26.068845] kernel:  ? __device_attach_driver+0x160/0x160
[   26.068848] kernel:  bus_for_each_dev+0x83/0xe0
[   26.068851] kernel:  driver_attach+0x1e/0x30
[   26.068854] kernel:  bus_add_driver+0x187/0x230
[   26.068857] kernel:  driver_register+0x95/0x110
[   26.068859] kernel:  __pci_register_driver+0x68/0x80
[   26.068863] kernel:  amdgpu_init+0x6e/0x1000 [amdgpu]
[   26.069429] kernel:  ? 0xffffffffc1c20000
[   26.069432] kernel:  do_one_initcall+0x49/0x220
[   26.069437] kernel:  ? kmem_cache_alloc_trace+0x1a6/0x330
[   26.069441] kernel:  do_init_module+0x52/0x220
[   26.069446] kernel:  load_module+0xb56/0xd40
[   26.069448] kernel:  ? kernel_read_file+0x245/0x2a0
[   26.069452] kernel:  __do_sys_finit_module+0xcc/0x150
[   26.069455] kernel:  ? __do_sys_finit_module+0xcc/0x150
[   26.069458] kernel:  __x64_sys_finit_module+0x18/0x30
[   26.069460] kernel:  do_syscall_64+0x5c/0x90
[   26.069465] kernel:  ? syscall_exit_to_user_mode+0x2a/0x50
[   26.069468] kernel:  ? do_syscall_64+0x69/0x90
[   26.069470] kernel:  ? do_syscall_64+0x69/0x90
[   26.069473] kernel:  ? do_syscall_64+0x69/0x90
[   26.069476] kernel:  entry_SYSCALL_64_after_hwframe+0x63/0xcd
[   26.069480] kernel: RIP: 0033:0x7f7732b1ea3d
[   26.069483] kernel: Code: 5b 41 5c c3 66 0f 1f 84 00 00 00 00 00 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c3 a3 0f 00 f7 d8 64 89 01 48
[   26.069486] kernel: RSP: 002b:00007ffd0a552128 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[   26.069490] kernel: RAX: ffffffffffffffda RBX: 000055ad2c80c0e0 RCX: 00007f7732b1ea3d
[   26.069492] kernel: RDX: 0000000000000000 RSI: 00007f7732d8b441 RDI: 000000000000001b
[   26.069493] kernel: RBP: 0000000000020000 R08: 0000000000000000 R09: 0000000000000002
[   26.069495] kernel: R10: 000000000000001b R11: 0000000000000246 R12: 00007f7732d8b441
[   26.069497] kernel: R13: 000055ad2c7fec40 R14: 000055ad2c80b1d0 R15: 000055ad2c7ff140
[   26.069500] kernel:  </TASK>
[   26.069501] kernel: Modules linked in: nls_iso8859_1 edac_mce_amd snd_ctl_led snd_hda_codec_realtek amdgpu(+) snd_hda_codec_generic snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi uvcvideo snd_hda_codec snd_hda_core videobuf2_vmalloc videobuf2_memops snd_hwdep iommu_v2 ath10k_pci gpu_sched btusb snd_pcm drm_ttm_helper kvm_amd videobuf2_v4l2 ath10k_core videobuf2_common ttm btrtl ccp videodev ath snd_seq_midi btbcm drm_display_helper kvm snd_seq_midi_event snd_rawmidi dell_laptop cec btintel snd_seq mac80211 mc rc_core rtsx_usb_ms crct10dif_pclmul memstick drm_kms_helper ghash_clmulni_intel snd_seq_device i2c_algo_bit snd_timer aesni_intel fb_sys_fops btmtk dell_smm_hwmon cfg80211 syscopyarea crypto_simd snd bluetooth input_leds sysfillrect libarc4 dell_wmi cryptd sysimgblt ledtrig_audio serio_raw soundcore ecdh_generic ecc sparse_keymap fam15h_power dell_smbios dcdbas dell_wmi_descriptor wmi_bmof k10temp dell_rbtn mac_hid sch_fq_codel msr parport_pc ppdev lp parport pstore_blk drm ramoops
[   26.069569] kernel:  pstore_zone reed_solomon efi_pstore ip_tables x_tables autofs4 uas usb_storage rtsx_usb_sdmmc rtsx_usb crc32_pclmul psmouse ahci r8169 i2c_piix4 xhci_pci libahci xhci_pci_renesas realtek wmi i2c_hid_acpi i2c_hid video hid
[   26.069591] kernel: CR2: 0000000000000090
[   26.069595] kernel: ---[ end trace 0000000000000000 ]---
[   26.412011] kernel: audit: type=1400 audit(1682926772.945:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=565 comm="apparmor_parser"
[   26.412022] kernel: audit: type=1400 audit(1682926772.945:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=565 comm="apparmor_parser"
[   26.412026] kernel: audit: type=1400 audit(1682926772.945:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=565 comm="apparmor_parser"
[   26.505920] kernel: audit: type=1400 audit(1682926773.041:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=566 comm="apparmor_parser"
[   26.711633] kernel: RIP: 0010:drm_sched_fini+0xa6/0xd0 [gpu_sched]
[   26.711655] kernel: Code: 00 00 00 5b 41 5c 41 5d 41 5e 5d 31 c0 89 c2 89 c1 89 c6 89 c7 e9 1a e4 30 cf 4c 89 f7 e8 d2 02 03 cf 48 8b 03 48 39 d8 74 0f <c6> 80 90 00 00 00 01 48 8b 00 48 39 d8 75 f1 4c 89 f7 e8 c3 03 03
[   26.711658] kernel: RSP: 0018:ffffb188c1537998 EFLAGS: 00010213
[   26.711663] kernel: RAX: 0000000000000000 RBX: ffff963ccf4e9708 RCX: 0000000000000000
[   26.711665] kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
[   26.711668] kernel: RBP: ffffb188c15379b8 R08: 0000000000000000 R09: 0000000000000000
[   26.711670] kernel: R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000003
[   26.711672] kernel: R13: ffff963ccf4e9660 R14: ffff963ccf4e96f8 R15: 0000000000000000
[   26.711674] kernel: FS:  00007f7732d738c0(0000) GS:ffff963e3cc00000(0000) knlGS:0000000000000000
[   26.711677] kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   26.711679] kernel: CR2: 0000000000000090 CR3: 0000000100d70000 CR4: 00000000001506f0
[   26.711681] kernel: note: systemd-udevd[330] exited with preempt_count 1
[   26.719954] kernel: audit: type=1400 audit(1682926773.249:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=557 comm="apparmor_parser"
[   26.720159] kernel: audit: type=1400 audit(1682926773.249:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=557 comm="apparmor_parser"
[   26.720164] kernel: audit: type=1400 audit(1682926773.249:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=557 comm="apparmor_parser"

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

I was able to add the ReBarDxe driver to my bios, as well as use ReBarState and have the value be persistent across reboots, but I have a feeling I need the DSDT patch, which I'm a bit lost on because my laptop has an InsydeH20 BIOS and not an AMI one and hence has no AmiBoardInfo module.

I know I need the DSDT patch because of the following output

[sidpr@strogg build]$ sudo dmesg | grep "root bus resource"
[    1.137242] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.137246] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.137248] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.138280] pci_bus 0000:00: root bus resource [mem 0x3f800000-0xdfffffff window]
[    1.138283] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    1.138285] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    1.138287] pci_bus 0000:00: root bus resource [bus 00-fe]

In addition, I'm not entirely sure if this is any helpful to my device without a patch for the GPU as well, since lspci lists the nvidia GPUs BAR size as follows

Capabilities: [bb0 v1] Physical Resizable BAR
	BAR 0: current size: 16MB, supported: 16MB
	BAR 1: current size: 256MB, supported: 64MB 128MB 256MB
	BAR 3: current size: 32MB, supported: 32MB

Device details:
Acer Nitro 7 AN715-51
Core i5-9300H @ 2.4GHz (has an integrated graphics unit, UHD 630)
NVIDIA 1660Ti 6GB
Using unlocked InsydeH2O BIOS from the win-raid forums, v1.29

Any help is appreciated <3

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

I tried forcing ReBAR through the dxe driver for my 1660Ti as in the commit here, and also tried adding the same code to the linux kernel's PCI driver, but no change in supported BAR size, meaning it's definitely a VBIOS issue, which I don't know how to patch, or even if it can be done... I do have the vbios extracted from my laptop, but not much else.

Also realized I'd need the Skylake/UEFIToolsNE version of the DSDT patch, but was confused on what to do when my DSDT.dsl had a matching QWordMemory block, except it was NonCacheable instead of Cacheable and had a different identifier (Y0E instead of YAF), and so still haven't done the DSDT patch.

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@Sid127 did you check if the override is getting executed in the linux kernel ? you will need to enable rebar in nvidia driver also for the kernel method to work NVreg_EnableResizableBar. could also add a print for pci_rebar_set_size to see if the nvidia driver calls it properly

also your laptop appears to have proper dsdt already. maybe 4g decode needs to be enabled but that's not an issue unless you use windows

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

I already have 4g decode enabled, as confirmed with

[sidpr@strogg ~]$ sudo lspci -v | grep "Memory.*64-bit"
	Memory at 4080000000 (64-bit, non-prefetchable) [size=16M]
	Memory at 4000000000 (64-bit, prefetchable) [size=2G]
	Memory at 4081200000 (64-bit, non-prefetchable) [size=32K]
	Memory at 4081215000 (64-bit, non-prefetchable) [size=4K]
	Memory at 4081214000 (64-bit, non-prefetchable) [size=4K]
	Memory at 54400000 (64-bit, non-prefetchable) [size=64K]
	Memory at 408120c000 (64-bit, non-prefetchable) [size=8K]
	Memory at 4081213000 (64-bit, non-prefetchable) [size=4K]
	Memory at 408120f000 (64-bit, non-prefetchable) [size=4K]
	Memory at 4081211000 (64-bit, non-prefetchable) [size=4K]
	Memory at 4081210000 (64-bit, non-prefetchable) [size=4K]
	Memory at 4081212000 (64-bit, non-prefetchable) [size=4K]
	Memory at 4081208000 (64-bit, non-prefetchable) [size=16K]
	Memory at 4081100000 (64-bit, non-prefetchable) [size=1M]
	Memory at 408120e000 (64-bit, non-prefetchable) [size=256]
	Memory at 40000000 (64-bit, prefetchable) [size=256M]
	Memory at 50000000 (64-bit, prefetchable) [size=32M]
	Memory at 4081000000 (64-bit, prefetchable) [size=256K]
	Memory at 4081040000 (64-bit, prefetchable) [size=64K]
	Memory at 54300000 (64-bit, non-prefetchable) [size=16K]
	Memory at 54200000 (64-bit, non-prefetchable) [size=256K]
	Memory at 54100000 (64-bit, non-prefetchable) [size=16K]

I do have the nvidia module option enabled, and while the override is being executed, pci_rebar_set_size is failing with the following error

[    2.295967] pciRebarSetSize called
[    2.295974] NVRM: BAR resizing failed with error `-2`.

After poking around I found that this is because pci_rebar_find_pos is failing (function here)

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

doesn't really make sense pci_rebar_find_pos is failing, sure it's that ?

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

not entirely sure, but a well educated guess

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

okay, I was wrong, it seems to be failing in nvidia kernel module here

which looks to be using pci_resize_resource from here

I find this rather strange, because this means the pci_resize_resource symbol is returning a -2

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@Sid127 you need to figure out which part of pci_resize_resource is causing the failure.

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

Further poking around revealed this string of functions: pci_resize_resource calls pci_reassign_bridge_resources, which is where the error arises from.

Exact error arises here

I am unsure how to continue ahead though, but it does look like it's got something to do with add_to_list

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@Sid127 can you send a DSDT dump ? i think sometimes the DSDT prevents BAR from moving but it can be fixed (_DSM DSM_PCI_PRESERVE_BOOT_CONFIG)

https://github.com/torvalds/linux/blob/f400bea2d44beec76f7e7f45e5372ef790336a4d/drivers/acpi/pci_root.c#L919-L927

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

of course, here you go. Uploaded DSDT to Nextcloud because GitHub wouldn't let me attach it here.

Also, if Boot Config had to be preserved, wouldn't that error out right here though?

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@Sid127 does it error at kzalloc ? https://github.com/torvalds/linux/blob/f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6/drivers/pci/setup-bus.c#L66

also does resizing gpu to be smaller work if you have tried that ?

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

It does not seem to error out at that kzalloc, the if block checking if tmp is empty is not executed. Using ReBarState to set reBAR to 128MB also does not change the BAR size of my GPU.

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

Using ReBarState to set reBAR to 128MB also does not change the BAR size of my GPU.

Linux may be changing it back to 256mb

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

I'm not entirely sure how to work around that...

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

Also if you're using that override 128mb won't work because it's not in that supported caps value afaik

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

Removed the override, and reducing the BAR from 256 to 128 does work, but bumping it from 256 to 512 does not

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

it's the VBIOS then, NVIDIA doesn't lock down laptop VBIOS so modification is technically possible but requires some very advanced reverse engineering knowledge

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

Thought as much, thanks for the help regardless <3

Would UEFITools be able to parse a vBIOS? Or is there any other tool I shoukd be using to poke around the vBIOS, just to see if I can manage to enable it myself?

from rebaruefi.

PeLLmEn avatar PeLLmEn commented on May 27, 2024

Actually you can also activate nvidia at hackintosh on optimus laptops by this way with the help of opencore legacy patcher. I am on gtx850m monterrey now with asus n550jk.

@5l1v3r1 Please, can you share your efi folder and modded bios for n550jk with working gtx850m in hackintosh?

from rebaruefi.

lpbellier avatar lpbellier commented on May 27, 2024

Hey is this issue still open?

from rebaruefi.

Sid127 avatar Sid127 commented on May 27, 2024

a while after my initial attempt, I decided to take another look at things on the same laptop, and my dmesg now has:

[    0.497373] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.636093] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
[    0.636114] pci 0000:00:15.0: BAR 0: assigned [mem 0x674000000-0x674000fff 64bit]
[    0.636388] pci 0000:00:15.1: BAR 0: assigned [mem 0x674001000-0x674001fff 64bit]
[    0.636658] pci 0000:00:1e.0: BAR 0: assigned [mem 0x674002000-0x674002fff 64bit]
[    0.636927] pci 0000:01:00.0: BAR 6: assigned [mem 0xb2000000-0xb207ffff pref]

which is definitely different compared to the last time I tried. pci 0000:01:00.0 corresponds to my GPU

I recalling not patching my DSDT despite having this

[sidpr@strogg ~]$ sudo dmesg | grep -iE "root bus resource"
[    0.499242] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.499246] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.499249] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.499251] pci_bus 0000:00: root bus resource [mem 0x8d800000-0xdfffffff window]
[    0.499253] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
[    0.499255] pci_bus 0000:00: root bus resource [bus 00-fe]

and being told my DSDT was already fine and I know for a fact I've got 4G decoding enabled as well

Any help would be appreciated :)

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@Sid127 If you want rebar on Turing 20 / 16 series there's a new method called NvStrapsRebar look at the repo or thread in discussions

from rebaruefi.

HolimaX avatar HolimaX commented on May 27, 2024

Any chance to get this for Lenovo T430?

See n4ru/1vyrain#134

from rebaruefi.

xCuri0 avatar xCuri0 commented on May 27, 2024

@HolimaX try it and see ?

from rebaruefi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.