Cannot boot into Manjaro without live cd; Multiple conflicting grub installs

After a surprise windows update, my grub no longer works. I then installed grub onto /dev/sda1/ via live cd. Booting to that grub presents a “minimal BASH” screen.

Solutions on other sites suggest reinstalling grub which I’ve done but to no avail. However, I noticed that when booting into the live cd and selecting ‘Detect EFI bootloader’ the top-most selection boots into Manjaro.

So somewhere on my computer there are two grub-installs, but I can only boot into one of them. /boot/efi/ is empty when I check it, and KDE partition manager confirms that sda1 is only EFI partition but I can’t mount it to check.

sudo mount /dev/sda1/                                                                                                               
mount: /mnt/sda1: special device /dev/sda1/ does not exist (a path prefix is not a directory).
       dmesg(1) may have more information after failed mount system call.

I also checked the output of dmesg but I’m can’t tell what’s supposed to stand out.

[    0.005159] No NUMA configuration found
[    0.005160] Faking a node at [mem 0x0000000000000000-0x000000087fffffff]
[    0.005162] NODE_DATA(0) allocated [mem 0x87fffb000-0x87fffffff]
[    0.005186] Zone ranges:
[    0.005187]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005188]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005188]   Normal   [mem 0x0000000100000000-0x000000087fffffff]
[    0.005189]   Device   empty
[    0.005189] Movable zone start for each node
[    0.005190] Early memory node ranges
[    0.005190]   node   0: [mem 0x0000000000001000-0x000000000005dfff]
[    0.005191]   node   0: [mem 0x000000000005f000-0x000000000009ffff]
[    0.005191]   node   0: [mem 0x0000000000100000-0x0000000067e55fff]
[    0.005192]   node   0: [mem 0x0000000067e57000-0x0000000067e9bfff]
[    0.005192]   node   0: [mem 0x0000000067e9d000-0x0000000074240fff]
[    0.005192]   node   0: [mem 0x0000000079fff000-0x0000000079ffffff]
[    0.005193]   node   0: [mem 0x0000000100000000-0x000000087fffffff]
[    0.005194] Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
[    0.005196] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.005197] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.005210] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.007298] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.007625] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.007788] On node 0, zone DMA32: 23998 pages in unavailable ranges
[    0.049276] On node 0, zone Normal: 24576 pages in unavailable ranges
[    0.049529] ACPI: PM-Timer IO Port: 0x1808
[    0.049534] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.049535] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.049535] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.049535] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.049536] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.049536] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.049536] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.049537] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.049537] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.049537] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.049538] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.049538] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.049538] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.049538] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.049539] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.049539] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.049539] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.049540] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.049540] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.049540] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.049541] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.049541] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.049541] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.049541] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.049565] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.049567] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.049568] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.049571] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.049571] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.049573] TSC deadline timer available
[    0.049574] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.049587] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.049588] PM: hibernation: Registered nosave memory: [mem 0x0005e000-0x0005efff]
[    0.049589] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.049589] PM: hibernation: Registered nosave memory: [mem 0x67e56000-0x67e56fff]
[    0.049590] PM: hibernation: Registered nosave memory: [mem 0x67e9c000-0x67e9cfff]
[    0.049591] PM: hibernation: Registered nosave memory: [mem 0x71a04000-0x71a04fff]
[    0.049592] PM: hibernation: Registered nosave memory: [mem 0x74241000-0x77f40fff]
[    0.049592] PM: hibernation: Registered nosave memory: [mem 0x77f41000-0x78190fff]
[    0.049593] PM: hibernation: Registered nosave memory: [mem 0x78191000-0x7871efff]
[    0.049593] PM: hibernation: Registered nosave memory: [mem 0x7871f000-0x79f1efff]
[    0.049593] PM: hibernation: Registered nosave memory: [mem 0x79f1f000-0x79ffefff]
[    0.049594] PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7dffffff]
[    0.049594] PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7edfffff]
[    0.049595] PM: hibernation: Registered nosave memory: [mem 0x7ee00000-0x7fffffff]
[    0.049595] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xbfffffff]
[    0.049595] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.049595] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
[    0.049596] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.049596] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.049596] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.049596] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.049597] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.049597] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.049597] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.049598] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.049598] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.049598] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.049598] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.049599] [mem 0x80000000-0xbfffffff] available for PCI devices
[    0.049600] Booting paravirtualized kernel on bare hardware
[    0.049602] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.052558] setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.053015] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.053020] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.053021] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.053035] Fallback order for Node 0: 0 
[    0.053037] Built 1 zonelists, mobility grouping on.  Total pages: 8209463
[    0.053038] Policy zone: Normal
[    0.053039] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64 root=UUID=1d2ad88c-a08f-4dfb-a5a1-bedcb338b1fb rw quiet udev.log_priority=3 ibt=off
[    0.053072] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64", will be passed to user space.
[    0.053085] random: crng init done
[    0.055778] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.057152] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.057385] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.057393] software IO TLB: area num 16.
[    0.116904] Memory: 32571808K/33359736K available (16391K kernel code, 2158K rwdata, 11140K rodata, 2152K init, 5312K bss, 787668K reserved, 0K cma-reserved)
[    0.116988] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.116996] ftrace: allocating 46612 entries in 183 pages
[    0.121254] ftrace: allocated 183 pages with 6 groups
[    0.121305] Dynamic Preempt: full
[    0.121326] rcu: Preemptible hierarchical RCU implementation.
[    0.121326] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.121327] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.121327]  Trampoline variant of Tasks RCU enabled.
[    0.121327]  Rude variant of Tasks RCU enabled.
[    0.121328]  Tracing variant of Tasks RCU enabled.
[    0.121328] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.121328] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.123446] NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
[    0.123632] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.123784] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.123804] Console: colour dummy device 80x25
[    0.123815] printk: console [tty0] enabled
[    0.123828] ACPI: Core revision 20220331
[    0.124024] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.124025] APIC: Switch to symmetric I/O mode setup
[    0.124027] DMAR: Host address width 39
[    0.124028] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.124032] DMAR: dmar0: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.124034] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
[    0.124035] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.124036] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.124824] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.124826] x2apic enabled
[    0.124833] Switched APIC routing to cluster x2apic.
[    0.127117] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a464ae9873, max_idle_ns: 881590529744 ns
[    0.127121] Calibrating delay loop (skipped), value calculated using timer frequency.. 7375.00 BogoMIPS (lpj=12288000)
[    0.127124] pid_max: default: 32768 minimum: 301
[    0.129034] LSM: Security Framework initializing
[    0.129039] landlock: Up and running.
[    0.129040] Yama: becoming mindful.
[    0.129045] LSM support for eBPF active
[    0.129097] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.129135] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.129309] CPU0: Thermal monitoring enabled (TM1)
[    0.129310] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.129403] process: using mwait in idle threads
[    0.129405] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.129405] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.129407] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.129409] Spectre V2 : Mitigation: Enhanced IBRS
[    0.129410] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.129410] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.129411] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.129412] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.130453] Freeing SMP alternatives memory: 40K
[    0.130453] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i5-12600KF (family: 0x6, model: 0x97, stepping: 0x2)
[    0.130453] cblist_init_generic: Setting adjustable number of callback queues.
[    0.130453] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.130453] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.130453] cblist_init_generic: Setting shift to 4 and lim to 1.
[    0.130453] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.130453] core: cpu_core PMU driver: 
[    0.130453] ... version:                5
[    0.130453] ... bit width:              48
[    0.130453] ... generic registers:      8
[    0.130453] ... value mask:             0000ffffffffffff
[    0.130453] ... max period:             00007fffffffffff
[    0.130453] ... fixed-purpose events:   4
[    0.130453] ... event mask:             0001000f000000ff
[    0.130453] Estimated ratio of average max frequency by base frequency (times 1024): 1300
[    0.130453] rcu: Hierarchical SRCU implementation.
[    0.130453] rcu:     Max phase no-delay instances is 1000.
[    0.130453] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.130453] smp: Bringing up secondary CPUs ...
[    0.130453] x86: Booting SMP configuration:
[    0.130453] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12
[    0.006728] core: cpu_atom PMU driver: PEBS-via-PT 
[    0.006728] ... version:                5
[    0.006728] ... bit width:              48
[    0.006728] ... generic registers:      6
[    0.006728] ... value mask:             0000ffffffffffff
[    0.006728] ... max period:             00007fffffffffff
[    0.006728] ... fixed-purpose events:   3
[    0.006728] ... event mask:             000000070000003f
[    0.168638]  #13 #14 #15
[    0.175006] smp: Brought up 1 node, 16 CPUs
[    0.175006] smpboot: Max logical packages: 1
[    0.175006] smpboot: Total of 16 processors activated (118012.00 BogoMIPS)
[    0.177753] devtmpfs: initialized
[    0.177753] x86/mm: Memory block size: 128MB
[    0.177920] ACPI: PM: Registering ACPI NVS region [mem 0x78191000-0x7871efff] (5824512 bytes)
[    0.177920] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.177920] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.177920] pinctrl core: initialized pinctrl subsystem
[    0.177920] PM: RTC time: 10:31:26, date: 2023-03-20
[    0.177920] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.177949] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.178223] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.178506] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.178513] audit: initializing netlink subsys (disabled)
[    0.178516] audit: type=2000 audit(1679308286.049:1): state=initialized audit_enabled=0 res=1
[    0.178516] thermal_sys: Registered thermal governor 'fair_share'
[    0.178516] thermal_sys: Registered thermal governor 'bang_bang'
[    0.178516] thermal_sys: Registered thermal governor 'step_wise'
[    0.178516] thermal_sys: Registered thermal governor 'user_space'
[    0.178516] thermal_sys: Registered thermal governor 'power_allocator'
[    0.178516] cpuidle: using governor ladder
[    0.178516] cpuidle: using governor menu
[    0.178516] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.178516] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.178516] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.178516] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.178516] PCI: Using configuration type 1 for base access
[    0.178516] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.181099] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.187135] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.187135] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.187135] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.187135] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.187192] ACPI: Added _OSI(Module Device)
[    0.187192] ACPI: Added _OSI(Processor Device)
[    0.187192] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.187192] ACPI: Added _OSI(Processor Aggregator Device)
[    0.243596] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.250805] ACPI: Dynamic OEM Table Load:
[    0.250811] ACPI: SSDT 0xFFFF8FB6822D8600 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.251392] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.252466] ACPI: Dynamic OEM Table Load:
[    0.252470] ACPI: SSDT 0xFFFF8FB6812E9800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.253169] ACPI: Dynamic OEM Table Load:
[    0.253172] ACPI: SSDT 0xFFFF8FB68230D800 0006EC (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.253942] ACPI: Dynamic OEM Table Load:
[    0.253945] ACPI: SSDT 0xFFFF8FB682308000 0004BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.254853] ACPI: Dynamic OEM Table Load:
[    0.254858] ACPI: SSDT 0xFFFF8FB6812E2000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.255983] ACPI: Dynamic OEM Table Load:
[    0.255986] ACPI: SSDT 0xFFFF8FB6812E0000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.256960] ACPI: Dynamic OEM Table Load:
[    0.256964] ACPI: SSDT 0xFFFF8FB682310000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.257961] ACPI: Dynamic OEM Table Load:
[    0.257964] ACPI: SSDT 0xFFFF8FB6812F1000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.263406] ACPI: Interpreter enabled
[    0.263442] ACPI: PM: (supports S0 S3 S4 S5)
[    0.263443] ACPI: Using IOAPIC for interrupt routing
[    0.263473] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.263474] PCI: Using E820 reservations for host bridge windows
[    0.264296] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.266251] ACPI: PM: Power Resource [DRP1]
[    0.276860] ACPI: PM: Power Resource [PRBT]
[    0.281186] ACPI: PM: Power Resource [WRST]
[    0.286599] ACPI: PM: Power Resource [FN00]
[    0.286628] ACPI: PM: Power Resource [FN01]
[    0.286655] ACPI: PM: Power Resource [FN02]
[    0.286681] ACPI: PM: Power Resource [FN03]
[    0.286708] ACPI: PM: Power Resource [FN04]
[    0.287064] ACPI: PM: Power Resource [PIN]
[    0.287344] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
[    0.287348] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.288473] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.288474] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.289385] PCI host bridge to bus 0000:00
[    0.289386] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.289388] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.289388] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.289389] pci_bus 0000:00: root bus resource [mem 0x80000000-0xbfffffff window]
[    0.289390] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.289391] pci_bus 0000:00: root bus resource [bus 00-e0]
[    0.289411] pci 0000:00:00.0: [8086:4648] type 00 class 0x060000
[    0.289490] pci 0000:00:01.0: [8086:460d] type 01 class 0x060400
[    0.289533] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.289547] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.289936] pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000
[    0.289942] pci 0000:00:0a.0: reg 0x10: [mem 0x4002210000-0x4002217fff 64bit]
[    0.289958] pci 0000:00:0a.0: enabling Extended Tags
[    0.290031] pci 0000:00:0e.0: [8086:467f] type 00 class 0x010400
[    0.290044] pci 0000:00:0e.0: reg 0x10: [mem 0x4000000000-0x4001ffffff 64bit]
[    0.290049] pci 0000:00:0e.0: reg 0x18: [mem 0x92000000-0x93ffffff]
[    0.290063] pci 0000:00:0e.0: reg 0x20: [mem 0x4002100000-0x40021fffff 64bit]
[    0.290228] pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330
[    0.290245] pci 0000:00:14.0: reg 0x10: [mem 0x4002200000-0x400220ffff 64bit]
[    0.290315] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.290484] pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000
[    0.290503] pci 0000:00:14.2: reg 0x10: [mem 0x400221c000-0x400221ffff 64bit]
[    0.290515] pci 0000:00:14.2: reg 0x18: [mem 0x4002225000-0x4002225fff 64bit]
[    0.290693] pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000
[    0.290716] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.291046] pci 0000:00:15.1: [8086:7acd] type 00 class 0x0c8000
[    0.291070] pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.291443] pci 0000:00:15.2: [8086:7ace] type 00 class 0x0c8000
[    0.291467] pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.291705] pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000
[    0.291725] pci 0000:00:16.0: reg 0x10: [mem 0x4002221000-0x4002221fff 64bit]
[    0.291800] pci 0000:00:16.0: PME# supported from D3hot
[    0.292136] pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601
[    0.292149] pci 0000:00:17.0: reg 0x10: [mem 0x95e00000-0x95e01fff]
[    0.292156] pci 0000:00:17.0: reg 0x14: [mem 0x95e03000-0x95e030ff]
[    0.292163] pci 0000:00:17.0: reg 0x18: [io  0x6050-0x6057]
[    0.292170] pci 0000:00:17.0: reg 0x1c: [io  0x6040-0x6043]
[    0.292177] pci 0000:00:17.0: reg 0x20: [io  0x6020-0x603f]
[    0.292184] pci 0000:00:17.0: reg 0x24: [mem 0x95e02000-0x95e027ff]
[    0.292222] pci 0000:00:17.0: PME# supported from D3hot
[    0.292417] pci 0000:00:1a.0: [8086:7ac8] type 01 class 0x060400
[    0.292520] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.292558] pci 0000:00:1a.0: PTM enabled (root), 4ns granularity
[    0.292973] pci 0000:00:1c.0: [8086:7ab8] type 01 class 0x060400
[    0.293052] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.293427] pci 0000:00:1c.2: [8086:7aba] type 01 class 0x060400
[    0.293521] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.293553] pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
[    0.293954] pci 0000:00:1d.0: [8086:7ab6] type 01 class 0x060400
[    0.294056] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.294094] pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
[    0.294504] pci 0000:00:1f.0: [8086:7a86] type 00 class 0x060100
[    0.294755] pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300
[    0.294796] pci 0000:00:1f.3: reg 0x10: [mem 0x4002218000-0x400221bfff 64bit]
[    0.294848] pci 0000:00:1f.3: reg 0x20: [mem 0x4002000000-0x40020fffff 64bit]
[    0.294948] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.295308] pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500
[    0.295332] pci 0000:00:1f.4: reg 0x10: [mem 0x4002220000-0x40022200ff 64bit]
[    0.295360] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.295524] pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000
[    0.295542] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.295654] pci 0000:01:00.0: [10de:1c03] type 00 class 0x030000
[    0.295664] pci 0000:01:00.0: reg 0x10: [mem 0x94000000-0x94ffffff]
[    0.295673] pci 0000:01:00.0: reg 0x14: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.295681] pci 0000:01:00.0: reg 0x1c: [mem 0x90000000-0x91ffffff 64bit pref]
[    0.295687] pci 0000:01:00.0: reg 0x24: [io  0x5000-0x507f]
[    0.295693] pci 0000:01:00.0: reg 0x30: [mem 0x95000000-0x9507ffff pref]
[    0.295708] pci 0000:01:00.0: BAR 3: assigned to efifb
[    0.295712] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.295790] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.295934] pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300
[    0.295944] pci 0000:01:00.1: reg 0x10: [mem 0x95080000-0x95083fff]
[    0.296050] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.296051] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.296053] pci 0000:00:01.0:   bridge window [mem 0x94000000-0x950fffff]
[    0.296055] pci 0000:00:01.0:   bridge window [mem 0x80000000-0x91ffffff 64bit pref]
[    0.296110] pci 0000:02:00.0: [15b7:5009] type 00 class 0x010802
[    0.296133] pci 0000:02:00.0: reg 0x10: [mem 0x95d00000-0x95d03fff 64bit]
[    0.296166] pci 0000:02:00.0: reg 0x20: [mem 0x95d04000-0x95d040ff 64bit]
[    0.296394] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    0.296398] pci 0000:00:1a.0:   bridge window [mem 0x95d00000-0x95dfffff]
[    0.296433] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.296435] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.296437] pci 0000:00:1c.0:   bridge window [mem 0x95100000-0x95afffff]
[    0.296493] pci 0000:04:00.0: [10ec:8125] type 00 class 0x020000
[    0.296514] pci 0000:04:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.296544] pci 0000:04:00.0: reg 0x18: [mem 0x95c00000-0x95c0ffff 64bit]
[    0.296563] pci 0000:04:00.0: reg 0x20: [mem 0x95c10000-0x95c13fff 64bit]
[    0.296691] pci 0000:04:00.0: supports D1 D2
[    0.296692] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.296908] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.296910] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.296913] pci 0000:00:1c.2:   bridge window [mem 0x95c00000-0x95cfffff]
[    0.296966] pci 0000:05:00.0: [126f:2263] type 00 class 0x010802
[    0.296993] pci 0000:05:00.0: reg 0x10: [mem 0x95b00000-0x95b03fff 64bit]
[    0.297216] pci 0000:05:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1d.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.297286] pci 0000:00:1d.0: PCI bridge to [bus 05]
[    0.297290] pci 0000:00:1d.0:   bridge window [mem 0x95b00000-0x95bfffff]
[    0.298307] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.298375] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.298441] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.298508] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.298574] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.298640] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.298706] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.298772] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.307137] iommu: Default domain type: Translated 
[    0.307137] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.307191] SCSI subsystem initialized
[    0.307193] libata version 3.00 loaded.
[    0.307193] ACPI: bus type USB registered
[    0.307193] usbcore: registered new interface driver usbfs
[    0.307193] usbcore: registered new interface driver hub
[    0.307193] usbcore: registered new device driver usb
[    0.307193] pps_core: LinuxPPS API ver. 1 registered
[    0.307193] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.307193] PTP clock support registered
[    0.307193] EDAC MC: Ver: 3.0.0
[    0.307286] Registered efivars operations
[    0.307286] NetLabel: Initializing
[    0.307286] NetLabel:  domain hash size = 128
[    0.307286] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.307286] NetLabel:  unlabeled traffic allowed by default
[    0.307286] mctp: management component transport protocol core
[    0.307286] NET: Registered PF_MCTP protocol family
[    0.307286] PCI: Using ACPI for IRQ routing
[    0.314308] PCI: pci_cache_line_size set to 64 bytes
[    0.314394] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.314469] e820: reserve RAM buffer [mem 0x0005e000-0x0005ffff]
[    0.314471] e820: reserve RAM buffer [mem 0x67e56000-0x67ffffff]
[    0.314471] e820: reserve RAM buffer [mem 0x67e9c000-0x67ffffff]
[    0.314472] e820: reserve RAM buffer [mem 0x71a04000-0x73ffffff]
[    0.314473] e820: reserve RAM buffer [mem 0x74241000-0x77ffffff]
[    0.314473] e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
[    0.317130] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.317130] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.317130] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.317130] vgaarb: loaded
[    0.317700] clocksource: Switched to clocksource tsc-early
[    0.317763] VFS: Disk quotas dquot_6.6.0
[    0.317769] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.317801] pnp: PnP ACPI init
[    0.317916] system 00:00: [io  0x0290-0x029f] has been reserved
[    0.318146] pnp 00:01: [dma 0 disabled]
[    0.318250] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.318251] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.318320] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.318890] system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.318891] system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.318892] system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.318892] system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
[    0.318893] system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.318894] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.318894] system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.318895] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.319425] system 00:05: [io  0x2000-0x20fe] has been reserved
[    0.319736] pnp: PnP ACPI: found 7 devices
[    0.324329] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.324364] NET: Registered PF_INET protocol family
[    0.324554] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.326002] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.326030] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.326196] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.326476] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.326562] TCP: Hash tables configured (established 262144 bind 65536)
[    0.326676] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.326746] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.326807] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.326844] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.326851] NET: Registered PF_XDP protocol family
[    0.326854] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    0.326861] pci 0000:00:1c.0: BAR 15: assigned [mem 0x4002300000-0x40024fffff 64bit pref]
[    0.326862] pci 0000:00:15.0: BAR 0: assigned [mem 0x4002222000-0x4002222fff 64bit]
[    0.326917] pci 0000:00:15.1: BAR 0: assigned [mem 0x4002223000-0x4002223fff 64bit]
[    0.326931] pci 0000:00:15.2: BAR 0: assigned [mem 0x4002224000-0x4002224fff 64bit]
[    0.326986] clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x000a0000-0x000fffff]
[    0.326988] pci 0000:00:1f.5: BAR 0: assigned [mem 0x95e04000-0x95e04fff]
[    0.326998] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.326999] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.327001] pci 0000:00:01.0:   bridge window [mem 0x94000000-0x950fffff]
[    0.327002] pci 0000:00:01.0:   bridge window [mem 0x80000000-0x91ffffff 64bit pref]
[    0.327005] pci 0000:00:1a.0: PCI bridge to [bus 02]
[    0.327008] pci 0000:00:1a.0:   bridge window [mem 0x95d00000-0x95dfffff]
[    0.327014] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.327015] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.327018] pci 0000:00:1c.0:   bridge window [mem 0x95100000-0x95afffff]
[    0.327021] pci 0000:00:1c.0:   bridge window [mem 0x4002300000-0x40024fffff 64bit pref]
[    0.327025] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.327026] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.327030] pci 0000:00:1c.2:   bridge window [mem 0x95c00000-0x95cfffff]
[    0.327036] pci 0000:00:1d.0: PCI bridge to [bus 05]
[    0.327039] pci 0000:00:1d.0:   bridge window [mem 0x95b00000-0x95bfffff]
[    0.327045] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.327046] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.327047] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.327047] pci_bus 0000:00: resource 7 [mem 0x80000000-0xbfffffff window]
[    0.327048] pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
[    0.327048] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    0.327049] pci_bus 0000:01: resource 1 [mem 0x94000000-0x950fffff]
[    0.327050] pci_bus 0000:01: resource 2 [mem 0x80000000-0x91ffffff 64bit pref]
[    0.327050] pci_bus 0000:02: resource 1 [mem 0x95d00000-0x95dfffff]
[    0.327051] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.327051] pci_bus 0000:03: resource 1 [mem 0x95100000-0x95afffff]
[    0.327052] pci_bus 0000:03: resource 2 [mem 0x4002300000-0x40024fffff 64bit pref]
[    0.327052] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    0.327053] pci_bus 0000:04: resource 1 [mem 0x95c00000-0x95cfffff]
[    0.327053] pci_bus 0000:05: resource 1 [mem 0x95b00000-0x95bfffff]
[    0.327382] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.327424] PCI: CLS 64 bytes, default 64
[    0.327432] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.327432] software IO TLB: mapped [mem 0x00000000694c5000-0x000000006d4c5000] (64MB)
[    0.327447] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a464ae9873, max_idle_ns: 881590529744 ns
[    0.327449] Trying to unpack rootfs image as initramfs...
[    0.327461] clocksource: Switched to clocksource tsc
[    0.327469] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.334560] Initialise system trusted keyrings
[    0.334565] Key type blacklist registered
[    0.334581] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.335025] zbud: loaded
[    0.335119] integrity: Platform Keyring initialized
[    0.335120] integrity: Machine keyring initialized
[    0.339903] Key type asymmetric registered
[    0.339904] Asymmetric key parser 'x509' registered
[    0.411087] Freeing initrd memory: 14684K
[    0.412400] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.412409] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.412430] io scheduler mq-deadline registered
[    0.412431] io scheduler kyber registered
[    0.412451] io scheduler bfq registered
[    0.413732] pcieport 0000:00:01.0: PME: Signaling with IRQ 121
[    0.413760] pcieport 0000:00:01.0: AER: enabled with IRQ 121
[    0.413896] pcieport 0000:00:1a.0: PME: Signaling with IRQ 122
[    0.413930] pcieport 0000:00:1a.0: AER: enabled with IRQ 122
[    0.414028] pcieport 0000:00:1c.0: PME: Signaling with IRQ 123
[    0.414039] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.414196] pcieport 0000:00:1c.2: PME: Signaling with IRQ 124
[    0.414226] pcieport 0000:00:1c.2: AER: enabled with IRQ 124
[    0.414371] pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
[    0.414405] pcieport 0000:00:1d.0: AER: enabled with IRQ 125
[    0.414476] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.414869] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.414880] ACPI: button: Sleep Button [SLPB]
[    0.414893] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.414900] ACPI: button: Power Button [PWRB]
[    0.414912] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.414930] ACPI: button: Power Button [PWRF]
[    0.417344] thermal LNXTHERM:00: registered as thermal_zone0
[    0.417345] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    0.417485] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.417671] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.419204] hpet_acpi_add: no address or irqs in _CRS
[    0.419227] Non-volatile memory driver v1.3
[    0.419227] Linux agpgart interface v0.103
[    0.428392] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.428614] ACPI: bus type drm_connector registered
[    0.430193] ahci 0000:00:17.0: version 3.0
[    0.440431] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf0 impl SATA mode
[    0.440441] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds 
[    0.471125] scsi host0: ahci
[    0.471487] scsi host1: ahci
[    0.471849] scsi host2: ahci
[    0.472120] scsi host3: ahci
[    0.472298] scsi host4: ahci
[    0.472484] scsi host5: ahci
[    0.472655] scsi host6: ahci
[    0.472827] scsi host7: ahci
[    0.472838] ata1: DUMMY
[    0.472839] ata2: DUMMY
[    0.472839] ata3: DUMMY
[    0.472839] ata4: DUMMY
[    0.472845] ata5: SATA max UDMA/133 abar m2048@0x95e02000 port 0x95e02300 irq 126
[    0.472847] ata6: SATA max UDMA/133 abar m2048@0x95e02000 port 0x95e02380 irq 126
[    0.472848] ata7: SATA max UDMA/133 abar m2048@0x95e02000 port 0x95e02400 irq 126
[    0.472849] ata8: SATA max UDMA/133 abar m2048@0x95e02000 port 0x95e02480 irq 126
[    0.472928] usbcore: registered new interface driver usbserial_generic
[    0.472931] usbserial: USB Serial support registered for generic
[    0.473250] rtc_cmos rtc_cmos: RTC can wake from S4
[    0.473691] rtc_cmos rtc_cmos: registered as rtc0
[    0.473779] rtc_cmos rtc_cmos: setting system clock to 2023-03-20T10:31:26 UTC (1679308286)
[    0.473814] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    0.474348] intel_pstate: Intel P-state driver initializing
[    0.475973] intel_pstate: HWP enabled
[    0.476069] ledtrig-cpu: registered to indicate activity on CPUs
[    0.476293] efifb: probing for efifb
[    0.476299] efifb: No BGRT, not showing boot graphics
[    0.476300] efifb: framebuffer at 0x91000000, using 3072k, total 3072k
[    0.476301] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.476302] efifb: scrolling: redraw
[    0.476302] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.476332] fbcon: Deferring console take-over
[    0.476332] fb0: EFI VGA frame buffer device
[    0.476354] hid: raw HID events driver (C) Jiri Kosina
[    0.476418] intel_pmc_core INT33A1:00:  initialized
[    0.476542] drop_monitor: Initializing network drop monitor service
[    0.506431] Initializing XFRM netlink socket
[    0.506586] NET: Registered PF_INET6 protocol family
[    0.512597] Segment Routing with IPv6
[    0.512602] RPL Segment Routing with IPv6
[    0.512621] In-situ OAM (IOAM) with IPv6
[    0.512680] NET: Registered PF_PACKET protocol family
[    0.516050] microcode: sig=0x90672, pf=0x2, revision=0x26
[    0.516607] microcode: Microcode Update Driver: v2.2.
[    0.516621] IPI shorthand broadcast: enabled
[    0.516675] sched_clock: Marking stable (512466402, 3395130)->(534609206, -18747674)
[    0.517510] registered taskstats version 1
[    0.518938] Loading compiled-in X.509 certificates
[    0.524856] Loaded X.509 cert 'Build time autogenerated kernel key: 31444bb7e6e17bb69ca9ad3ba00426f4041a030d'
[    0.528455] zswap: loaded using pool zstd/z3fold
[    0.528740] Key type .fscrypt registered
[    0.528741] Key type fscrypt-provisioning registered
[    0.528889] integrity: Loading X.509 certificate: UEFI:db
[    0.529192] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.529194] integrity: Loading X.509 certificate: UEFI:db
[    0.529326] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.529327] integrity: Loading X.509 certificate: UEFI:db
[    0.529341] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.529342] integrity: Loading X.509 certificate: UEFI:db
[    0.529353] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.529354] integrity: Loading X.509 certificate: UEFI:db
[    0.529482] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.531419] PM:   Magic number: 15:22:528
[    0.531641] RAS: Correctable Errors collector initialized.
[    0.784615] ata8: SATA link down (SStatus 4 SControl 300)
[    0.784673] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.784725] ata7: SATA link down (SStatus 4 SControl 300)
[    0.784764] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.785524] ata6.00: ATA-8: ST1500DM003-9YN16G, CC4B, max UDMA/133
[    0.788379] ata5.00: ATA-9: KingDian S280 480GB, S1216A0, max UDMA/133
[    0.790372] ata5.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    0.798660] ata5.00: configured for UDMA/133
[    0.798983] scsi 4:0:0:0: Direct-Access     ATA      KingDian S280 48 6A0  PQ: 0 ANSI: 5
[    0.801058] sd 4:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[    0.801098] sd 4:0:0:0: [sda] Write Protect is off
[    0.801108] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.801239] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.801311] sd 4:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    0.830765]  sda: sda1 sda2 sda3 sda4 sda5
[    0.831404] sd 4:0:0:0: [sda] Attached SCSI disk
[    1.333356] ata6.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.334119] ata6.00: configured for UDMA/133
[    1.334388] scsi 5:0:0:0: Direct-Access     ATA      ST1500DM003-9YN1 CC4B PQ: 0 ANSI: 5
[    1.335116] sd 5:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[    1.335125] sd 5:0:0:0: [sdb] 4096-byte physical blocks
[    1.335232] sd 5:0:0:0: [sdb] Write Protect is off
[    1.335242] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.335450] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.335760] sd 5:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    1.372041]  sdb: sdb1
[    1.372369] sd 5:0:0:0: [sdb] Attached SCSI disk
[    1.379309] Freeing unused decrypted memory: 2036K
[    1.379681] Freeing unused kernel image (initmem) memory: 2152K
[    1.379682] Write protecting the kernel read-only data: 30720k
[    1.380359] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.380551] Freeing unused kernel image (rodata/data gap) memory: 1148K
[    1.385159] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.385162] rodata_test: all tests were successful
[    1.385165] Run /init as init process
[    1.385166]   with arguments:
[    1.385167]     /init
[    1.385167]   with environment:
[    1.385168]     HOME=/
[    1.385168]     TERM=linux
[    1.385169]     BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64
[    1.465994] vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
[    1.465997] pci_bus 10000:e0: root bus resource [bus e0-ff]
[    1.465999] pci_bus 10000:e0: root bus resource [mem 0x92000000-0x93ffffff]
[    1.466000] pci_bus 10000:e0: root bus resource [mem 0x4002102000-0x40021fffff 64bit]
[    1.467531] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.467537] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.467887] vmd 0000:00:0e.0: Bound to PCI domain 10000
[    1.468628] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    1.468864] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.468866] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.468867] xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
[    1.468898] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    1.468900] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.468901] usb usb1: Product: xHCI Host Controller
[    1.468902] usb usb1: Manufacturer: Linux 6.1.19-1-MANJARO xhci-hcd
[    1.468903] usb usb1: SerialNumber: 0000:00:14.0
[    1.469024] hub 1-0:1.0: USB hub found
[    1.469041] hub 1-0:1.0: 16 ports detected
[    1.471212] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    1.471214] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.471214] usb usb2: Product: xHCI Host Controller
[    1.471215] usb usb2: Manufacturer: Linux 6.1.19-1-MANJARO xhci-hcd
[    1.471216] usb usb2: SerialNumber: 0000:00:14.0
[    1.471272] hub 2-0:1.0: USB hub found
[    1.471286] hub 2-0:1.0: 9 ports detected
[    1.472081] usb: port power management may be unreliable
[    1.474343] nvme 0000:02:00.0: platform quirk: setting simple suspend
[    1.474368] nvme nvme0: pci function 0000:02:00.0
[    1.474382] nvme 0000:05:00.0: platform quirk: setting simple suspend
[    1.474394] nvme nvme1: pci function 0000:05:00.0
[    1.486664] nvme nvme0: allocated 32 MiB host memory buffer.
[    1.488138] nvme nvme0: 16/0/0 default/read/poll queues
[    1.492589]  nvme0n1: p1
[    1.494531] nvme nvme1: allocated 64 MiB host memory buffer.
[    1.525048] nvme nvme1: 15/0/0 default/read/poll queues
[    1.530902] nvme nvme1: Ignoring bogus Namespace Identifiers
[    1.533566]  nvme1n1: p1
[    1.691507] fbcon: Taking over console
[    1.691786] Console: switching to colour frame buffer device 128x48
[    1.720476] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[    1.741325] EXT4-fs (sda5): mounted filesystem with ordered data mode. Quota mode: none.
[    1.862646] usb 1-2: config 1 has an invalid interface number: 2 but max is 1
[    1.862655] usb 1-2: config 1 has no interface number 1
[    1.863669] usb 1-2: New USB device found, idVendor=0b05, idProduct=19af, bcdDevice= 1.00
[    1.863675] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.863679] usb 1-2: Product: AURA LED Controller
[    1.863682] usb 1-2: Manufacturer: AsusTek Computer Inc.
[    1.863685] usb 1-2: SerialNumber: 9876543210
[    1.898669] systemd[1]: systemd 252.5-1-manjaro 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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.898678] systemd[1]: Detected architecture x86-64.
[    1.900861] systemd[1]: Hostname set to <girlboss-desktop>.
[    1.987576] usb 2-9: new SuperSpeed USB device number 2 using xhci_hcd
[    2.043351] usb 2-9: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
[    2.043364] usb 2-9: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    2.043369] usb 2-9: Product: ASM107x
[    2.043372] usb 2-9: Manufacturer: ASUS TEK.
[    2.055545] hub 2-9:1.0: USB hub found
[    2.059206] hub 2-9:1.0: 4 ports detected
[    2.147293] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    2.292517] usb 1-3: New USB device found, idVendor=046d, idProduct=0a03, bcdDevice= 1.02
[    2.292529] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.292534] usb 1-3: Product: Logitech USB Microphone
[    2.292537] usb 1-3: Manufacturer: Logitech
[    2.317989] systemd[1]: bpf-lsm: LSM BPF program attached
[    2.387279] usb 2-9.1: new SuperSpeed USB device number 3 using xhci_hcd
[    2.404959] usb 2-9.1: New USB device found, idVendor=1f75, idProduct=0917, bcdDevice= 0.01
[    2.404970] usb 2-9.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.404975] usb 2-9.1: Product: PenDrive
[    2.404978] usb 2-9.1: Manufacturer: Innostor
[    2.404981] usb 2-9.1: SerialNumber: 169405128398547
[    2.527214] usb 1-7: new low-speed USB device number 4 using xhci_hcd
[    2.598828] systemd[1]: Queued start job for default target Graphical Interface.
[    2.628569] systemd[1]: Created slice Slice /system/getty.
[    2.629104] systemd[1]: Created slice Slice /system/modprobe.
[    2.629625] systemd[1]: Created slice Slice /system/systemd-fsck.
[    2.629952] systemd[1]: Created slice User and Session Slice.
[    2.630062] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.630141] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.630421] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.630569] systemd[1]: Reached target Local Encrypted Volumes.
[    2.630600] systemd[1]: Reached target Login Prompts.
[    2.630624] systemd[1]: Reached target Local Integrity Protected Volumes.
[    2.630661] systemd[1]: Reached target Remote File Systems.
[    2.630690] systemd[1]: Reached target Slice Units.
[    2.630725] systemd[1]: Reached target Swaps.
[    2.630762] systemd[1]: Reached target Local Verity Protected Volumes.
[    2.630874] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.631255] systemd[1]: Listening on LVM2 poll daemon socket.
[    2.633316] systemd[1]: Listening on Process Core Dump Socket.
[    2.633552] systemd[1]: Listening on Journal Audit Socket.
[    2.633703] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.633862] systemd[1]: Listening on Journal Socket.
[    2.634225] systemd[1]: Listening on udev Control Socket.
[    2.634332] systemd[1]: Listening on udev Kernel Socket.
[    2.635728] systemd[1]: Mounting Huge Pages File System...
[    2.636991] systemd[1]: Mounting POSIX Message Queue File System...
[    2.638171] systemd[1]: Mounting Kernel Debug File System...
[    2.639145] systemd[1]: Mounting Kernel Trace File System...
[    2.640217] systemd[1]: Starting Create List of Static Device Nodes...
[    2.641044] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    2.641818] systemd[1]: Starting Load Kernel Module configfs...
[    2.642526] systemd[1]: Starting Load Kernel Module drm...
[    2.643139] systemd[1]: Starting Load Kernel Module fuse...
[    2.643196] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    2.644964] systemd[1]: Starting Load Kernel Modules...
[    2.645613] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.645663] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    2.646201] systemd[1]: Starting Coldplug All udev Devices...
[    2.647031] systemd[1]: Mounted Huge Pages File System.
[    2.647072] systemd[1]: Mounted POSIX Message Queue File System.
[    2.647100] systemd[1]: Mounted Kernel Debug File System.
[    2.647131] systemd[1]: Mounted Kernel Trace File System.
[    2.649740] EXT4-fs (sda5): re-mounted. Quota mode: none.
[    2.652531] fuse: init (API version 7.37)
[    2.673517] usb 1-7: New USB device found, idVendor=1bcf, idProduct=08a0, bcdDevice= 1.04
[    2.673527] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.673946] systemd[1]: Finished Create List of Static Device Nodes.
[    2.674381] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    2.704098] systemd[1]: Finished Load Kernel Module configfs.
[    2.704236] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    2.740651] systemd[1]: Finished Load Kernel Module drm.
[    2.770677] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[    2.770787] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    2.797207] usb 1-8: new high-speed USB device number 5 using xhci_hcd
[    2.804011] systemd[1]: Finished Load Kernel Module fuse.
[    2.827276] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.850604] systemd[1]: Finished Coldplug All udev Devices.
[    2.880660] systemd[1]: Mounting FUSE Control File System...
[    2.881076] systemd[1]: Mounting Kernel Configuration File System...
[    2.881094] systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    2.881709] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    2.882081] systemd[1]: Starting Load/Save Random Seed...
[    2.882102] systemd[1]: Create System Users was skipped because no trigger condition checks were met.
[    2.882458] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.882739] systemd[1]: Mounted FUSE Control File System.
[    2.882959] systemd[1]: Mounted Kernel Configuration File System.
[    2.923993] systemd[1]: Finished Load/Save Random Seed.
[    2.924111] systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[    2.938472] usb 1-8: New USB device found, idVendor=1b1c, idProduct=1b73, bcdDevice= 1.08
[    2.938477] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.938478] usb 1-8: Product: CORSAIR K70 RGB TKL CHAMPION SERIES Mechanical Gaming Keyboard
[    2.938480] usb 1-8: Manufacturer: Corsair
[    2.938481] usb 1-8: SerialNumber: F5001901607EE0B1AA3585260A023032
[    2.957203] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.957239] systemd[1]: Reached target Preparation for Local File Systems.
[    2.977293] systemd[1]: Mounting /tmp...
[    2.977337] systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
[    2.977351] systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionKernelVersion=<5.6).
[    2.978597] systemd[1]: Starting Journal Service...
[    2.979003] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    2.979304] systemd[1]: Mounted /tmp.
[    2.999367] systemd[1]: Started Journal Service.
[    2.999405] audit: type=1130 audit(1679308289.023:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.002722] systemd-journald[383]: Received client request to flush runtime journal.
[    3.063880] usb 1-9: new full-speed USB device number 6 using xhci_hcd
[    3.097059] audit: type=1130 audit(1679308289.119:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.187196] usb 1-9: device descriptor read/64, error -71
[    3.214157] audit: type=1130 audit(1679308289.239:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.272935] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    3.272996] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    3.275223] i2c i2c-0: 2/4 memory slots populated (from DMI)
[    3.275880] i2c i2c-0: Successfully instantiated SPD at 0x51
[    3.276541] i2c i2c-0: Successfully instantiated SPD at 0x53
[    3.276980] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    3.287138] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    3.287804] spi-nor spi0.0: mx25l12805d (16384 Kbytes)
[    3.290819] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    3.293078] Creating 1 MTD partitions on "0000:00:1f.5":
[    3.293081] 0x000000000000-0x000001000000 : "BIOS"
[    3.293497] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[    3.293661] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    3.317142] intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
[    3.319700] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    3.322131] r8169 0000:04:00.0 eth0: RTL8125B, 50:eb:f6:ce:19:bf, XID 641, IRQ 181
[    3.322134] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    3.333987] audit: type=1130 audit(1679308289.359:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-sda1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.337150] intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
[    3.337586] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    3.404358] ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[    3.404445] ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    3.404565] iTCO_vendor_support: vendor-support=0
[    3.410750] r8169 0000:04:00.0 enp4s0: renamed from eth0
[    3.417288] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
[    3.418229] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.420481] usb 1-9: device descriptor read/64, error -71
[    3.422278] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
[    3.422279] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    3.422280] RAPL PMU: hw unit of domain package 2^-14 Joules
[    3.424924] asus_wmi: ASUS WMI generic driver loaded
[    3.425502] cryptd: max_cpu_qlen set to 1000
[    3.432256] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    3.432744] asus_wmi: Initialization: 0x0
[    3.432832] asus_wmi: BIOS WMI version: 0.0
[    3.432918] asus_wmi: SFUN value: 0x0
[    3.432919] eeepc-wmi eeepc-wmi: Detected AsusMbSwInterface, not ASUSWMI, use DSTS
[    3.434651] AVX2 version of gcm_enc/dec engaged.
[    3.434677] AES CTR mode by8 optimization enabled
[    3.435152] snd_hda_intel 0000:01:00.1: Disabling MSI
[    3.435163] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    3.435525] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input4
[    3.458384] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    3.458389] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.458391] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.458393] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.458393] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x0
[    3.458394] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.458395] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    3.458396] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    3.458397] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    3.497718] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input5
[    3.497740] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
[    3.497760] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
[    3.497773] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[    3.499545] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    3.499583] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    3.499616] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    3.499646] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    3.499670] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    3.547162] intel_tcc_cooling: Programmable TCC Offset detected
[    3.557752] intel_rapl_msr: PL4 support detected.
[    3.557768] intel_rapl_common: Found RAPL domain package
[    3.557770] intel_rapl_common: Found RAPL domain core
[    3.653794] usb 1-9: new full-speed USB device number 7 using xhci_hcd
[    3.688973] nvidia: loading out-of-tree module taints kernel.
[    3.688980] nvidia: module license 'NVIDIA' taints kernel.
[    3.688981] Disabling lock debugging due to kernel taint
[    3.697817] EXT4-fs (nvme1n1p1): mounted filesystem with ordered data mode. Quota mode: none.
[    3.709940] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    3.777172] usb 1-9: device descriptor read/64, error -71
[    3.813300] nvidia-nvlink: Nvlink Core is being initialized, major device number 234

[    3.814192] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    3.830654] audit: type=1130 audit(1679308289.856:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.860631] audit: type=1130 audit(1679308289.886:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.861031] audit: type=1334 audit(1679308289.886:8): prog-id=29 op=LOAD
[    3.891763] audit: type=1127 audit(1679308289.916:9): pid=550 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    3.910645] audit: type=1130 audit(1679308289.936:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.930795] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  525.89.02  Wed Feb  1 23:23:25 UTC 2023
[    3.971279] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  525.89.02  Wed Feb  1 23:09:40 UTC 2023
[    4.007239] usb 1-9: device descriptor read/64, error -71
[    4.009270] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    4.009272] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    4.015209] device-mapper: uevent: version 1.0.3
[    4.015237] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    4.113935] usb usb1-port9: attempt power cycle
[    4.391119] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[    4.436600] nvidia-uvm: Loaded the UVM driver, major device number 510.
[    4.517286] usb 1-9: new full-speed USB device number 8 using xhci_hcd
[    4.517593] usb 1-9: Device not responding to setup address.
[    4.724034] usb 1-9: Device not responding to setup address.
[    4.779014] NET: Registered PF_QIPCRTR protocol family
[    4.913826] RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
[    4.930494] usb 1-9: device not accepting address 8, error -71
[    5.053876] usb 1-9: new full-speed USB device number 9 using xhci_hcd
[    5.054119] usb 1-9: Device not responding to setup address.
[    5.089737] ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
[    5.104097] r8169 0000:04:00.0 enp4s0: Link is Down
[    5.260790] usb 1-9: Device not responding to setup address.
[    5.296777] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.296780] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.296782] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.296891] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.296892] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.296894] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.297002] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.297004] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.297005] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.297113] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.297114] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.297115] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.297231] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.297232] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.297234] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.297346] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.297347] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.297348] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.297458] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.297459] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.297460] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.297570] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.297571] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.297572] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.297682] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.297683] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.297684] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.297791] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.297792] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.297794] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.297901] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.297902] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.297904] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.298011] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.298012] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.298013] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.298121] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.298122] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.298123] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.298230] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.298231] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.298232] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.298340] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.298341] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.298342] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.467213] usb 1-9: device not accepting address 9, error -71
[    5.467386] usb usb1-port9: unable to enumerate USB device
[    5.590619] usb 1-10: new high-speed USB device number 10 using xhci_hcd
[    5.724035] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.724039] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.724042] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.724164] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20220331/dsfield-184)
[    5.724165] ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20220331/dswload2-477)
[    5.724166] ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20220331/psparse-529)
[    5.733017] usb 1-10: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
[    5.733019] usb 1-10: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    5.733020] usb 1-10: Product: ASM107x
[    5.733021] usb 1-10: Manufacturer: ASUS TEK.
[    5.734039] hub 1-10:1.0: USB hub found
[    5.734200] hub 1-10:1.0: 4 ports detected
[    5.750652] hid-generic 0003:0B05:19AF.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:00:14.0-2/input2
[    5.755497] input: HID 1bcf:08a0 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:1BCF:08A0.0002/input/input14
[    5.755532] input: HID 1bcf:08a0 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:1BCF:08A0.0002/input/input15
[    5.810883] hid-generic 0003:1BCF:08A0.0002: input,hiddev97,hidraw1: USB HID v1.10 Mouse [HID 1bcf:08a0] on usb-0000:00:14.0-7/input0
[    5.811528] input: Corsair CORSAIR K70 RGB TKL CHAMPION SERIES Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:1B1C:1B73.0003/input/input16
[    5.867362] input: Corsair CORSAIR K70 RGB TKL CHAMPION SERIES Mechanical Gaming Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:1B1C:1B73.0003/input/input17
[    5.867584] hid-generic 0003:1B1C:1B73.0003: input,hidraw2: USB HID v1.00 Keyboard [Corsair CORSAIR K70 RGB TKL CHAMPION SERIES Mechanical Gaming Keyboard] on usb-0000:00:14.0-8/input0
[    5.868854] hid-generic 0003:1B1C:1B73.0004: hiddev98,hidraw3: USB HID v1.00 Device [Corsair CORSAIR K70 RGB TKL CHAMPION SERIES Mechanical Gaming Keyboard] on usb-0000:00:14.0-8/input1
[    5.869422] hid-generic 0003:1B1C:1B73.0005: hiddev99,hidraw4: USB HID v1.00 Device [Corsair CORSAIR K70 RGB TKL CHAMPION SERIES Mechanical Gaming Keyboard] on usb-0000:00:14.0-8/input2
[    5.869432] usbcore: registered new interface driver usbhid
[    5.869432] usbhid: USB HID core driver
[    5.880040] mousedev: PS/2 mouse device common for all mice
[    5.883209] usb-storage 2-9.1:1.0: USB Mass Storage device detected
[    5.883332] scsi host8: usb-storage 2-9.1:1.0
[    5.883755] usbcore: registered new interface driver usb-storage
[    5.884666] mc: Linux media interface: v0.10
[    5.885879] usbcore: registered new interface driver uas
[    5.945323] usbcore: registered new interface driver snd-usb-audio
[    6.700725] kauditd_printk_skb: 22 callbacks suppressed
[    6.700734] audit: type=1100 audit(1679308292.726:33): pid=682 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_shells,pam_permit acct="girlboss" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.704064] audit: type=1101 audit(1679308292.729:34): pid=682 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="girlboss" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.704735] audit: type=1103 audit(1679308292.729:35): pid=682 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_shells,pam_permit acct="girlboss" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
[    6.704784] audit: type=1006 audit(1679308292.729:36): pid=682 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
[    6.704794] audit: type=1300 audit(1679308292.729:36): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffdf2c2b770 a2=4 a3=0 items=0 ppid=640 pid=682 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
[    6.704802] audit: type=1327 audit(1679308292.729:36): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746865326265636230632D383438662D346434382D616665382D646461396337373031396439002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
[    6.798087] audit: type=1130 audit(1679308292.823:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.812517] audit: type=1101 audit(1679308292.836:38): pid=684 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="girlboss" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.812535] audit: type=1103 audit(1679308292.836:39): pid=684 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="girlboss" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    6.812646] audit: type=1006 audit(1679308292.836:40): pid=684 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[    6.898164] scsi 8:0:0:0: Direct-Access     Innostor Innostor         1.00 PQ: 0 ANSI: 6
[    6.898924] sd 8:0:0:0: [sdc] 31129600 512-byte logical blocks: (15.9 GB/14.8 GiB)
[    6.899065] sd 8:0:0:0: [sdc] Write Protect is off
[    6.899070] sd 8:0:0:0: [sdc] Mode Sense: 23 00 00 00
[    6.899207] sd 8:0:0:0: [sdc] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
[    6.901362]  sdc: sdc1 sdc2
[    6.901903] sd 8:0:0:0: [sdc] Attached SCSI removable disk
[    7.325868] r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control rx/tx
[    7.325887] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[   13.162355] x86/split lock detection: #AC: CJobMgr::m_Work/1448 took a split_lock trap at address: 0xf30ccfdf
[   13.421638] x86/split lock detection: #AC: CSystemManager:/1489 took a split_lock trap at address: 0xf30ccfdf
[   13.492221] x86/split lock detection: #AC: CJobMgr::m_Work/1490 took a split_lock trap at address: 0xf30ccfdf
[   14.003706] x86/split lock detection: #AC: CJobMgr::m_Work/1550 took a split_lock trap at address: 0xf30ccfdf
[   14.970616] kauditd_printk_skb: 17 callbacks suppressed
[   14.970618] audit: type=1131 audit(1679308300.996:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   15.434589] x86/split lock detection: #AC: CJobMgr::m_Work/1722 took a split_lock trap at address: 0xf30ccfdf
[   16.080605] x86/split lock detection: #AC: CJobMgr::m_Work/1772 took a split_lock trap at address: 0xf30ccfdf
[   23.924631] x86/split lock detection: #AC: CJobMgr::m_Work/2649 took a split_lock trap at address: 0xf30ccfdf
[   34.860577] audit: type=1131 audit(1679308320.886:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.943863] audit: type=1334 audit(1679308320.969:58): prog-id=35 op=UNLOAD
[   34.943870] audit: type=1334 audit(1679308320.969:59): prog-id=34 op=UNLOAD
[   34.943872] audit: type=1334 audit(1679308320.969:60): prog-id=33 op=UNLOAD
[   40.336715] audit: type=1131 audit(1679308326.517:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   40.582060] audit: type=1131 audit(1679308326.768:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   40.653665] audit: type=1334 audit(1679308326.840:63): prog-id=40 op=UNLOAD
[   40.653679] audit: type=1334 audit(1679308326.840:64): prog-id=39 op=UNLOAD
[   40.653685] audit: type=1334 audit(1679308326.840:65): prog-id=38 op=UNLOAD
[  479.591128] audit: type=1100 audit(1679308765.931:66): pid=3055 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="girlboss" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  479.591270] audit: type=1101 audit(1679308765.931:67): pid=3055 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="girlboss" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
[  626.987825] audit: type=1100 audit(1679308913.326:68): pid=3536 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="girlboss" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  626.987996] audit: type=1101 audit(1679308913.326:69): pid=3536 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="girlboss" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  646.375731] audit: type=1101 audit(1679308932.716:70): pid=3550 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="girlboss" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  646.376843] audit: type=1110 audit(1679308932.716:71): pid=3550 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  646.381952] audit: type=1105 audit(1679308932.723:72): pid=3550 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  646.385936] audit: type=1106 audit(1679308932.726:73): pid=3550 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  646.386022] audit: type=1104 audit(1679308932.726:74): pid=3550 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[  919.699177] audit: type=1130 audit(1679309206.044:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  919.699190] audit: type=1131 audit(1679309206.044:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1220.058023] audit: type=1100 audit(1679309506.398:77): pid=3720 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="girlboss" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=failed'
[ 1225.230196] audit: type=1100 audit(1679309511.571:78): pid=3720 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="girlboss" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1225.230208] audit: type=1101 audit(1679309511.571:79): pid=3720 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="girlboss" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1225.230621] audit: type=1110 audit(1679309511.571:80): pid=3720 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1225.231611] audit: type=1105 audit(1679309511.571:81): pid=3720 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1225.246884] audit: type=1106 audit(1679309511.588:82): pid=3720 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1225.246896] audit: type=1104 audit(1679309511.588:83): pid=3720 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1264.904797] audit: type=1100 audit(1679309551.244:84): pid=3822 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="girlboss" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1264.904808] audit: type=1101 audit(1679309551.244:85): pid=3822 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="girlboss" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1264.905130] audit: type=1110 audit(1679309551.244:86): pid=3822 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1264.908468] audit: type=1105 audit(1679309551.247:87): pid=3822 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1264.917887] audit: type=1106 audit(1679309551.257:88): pid=3822 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1264.917907] audit: type=1104 audit(1679309551.257:89): pid=3822 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1348.303869] audit: type=1100 audit(1679309634.643:90): pid=3909 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="girlboss" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1348.303956] audit: type=1101 audit(1679309634.643:91): pid=3909 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="girlboss" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1348.304488] audit: type=1110 audit(1679309634.643:92): pid=3909 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[ 1348.308159] audit: type=1105 audit(1679309634.647:93): pid=3909 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

I’m not sure what to do from here. I could just keep booting from the live cd but that seems like a temporary fix. I could also just re-install but I would like to keep that as a last resort. Any help is greatly appreciated.


Moderator edit: Useless, misleading screenshot not from your own system removed

Is it real, or just a picture from the web? Because it is ubuntu’s grub and later it shows that the efi file is there. So guess the boot priority (UEFI Settings) must be adjusted.

Yes it is from the web, sorry about that. I was lazy and didn’t realize there was a difference. To clarify I just have windows and manjaro.

Next time just check your bootloader using efibootmgr, it most like is still there but just the boot order was changed…

Providing false information is not the way to ask for help anywhere…
If you cant take the time to provide your own personal circumstance’s info, how do you expect others to spend their time to help you? :thinking:
:vulcan_salute:

1 Like

It’s now removed as not to mislead others trying to help you for free in their spare time.

:roll_eyes:

1 Like

My apologies everyone, I wasn’t aware of how misleading it was. I’ll try to be more careful in any future threads.

Anyways, the output of efibootmgr is the following:

BootCurrent: 0008
Timeout: 1 seconds
BootOrder: 0001,0007,0000,0009,0008
Boot0000* Windows Boot Manager  HD(1,GPT,813a978f-66cd-4e72-8bd3-415089d102d4,0x800,0x32000)/File(\EFI\MICROSOFT\BOOT\BOOTMGFW.EFI)57494e444f5753000100000088000000780000004200430044004f0042004a004500430054003d007b00390064006500610038003600320063002d0035006300640064002d0034006500370030002d0061006300630031002d006600330032006200330034003400640034003700390035007d00000061000100000010000000040000007fff0400
Boot0001* manjaro       HD(1,GPT,813a978f-66cd-4e72-8bd3-415089d102d4,0x800,0x32000)/File(\EFI\MANJARO\GRUBX64.EFI)
Boot0007* Hard Drive    BBS(HD,,0x0)0000474f00004e4fb9000000010000007700540069006d0065007400650063002000330035005400540046005000360050004300490045002d0031005400420000000501090002000000007fff040002010c00d041030a0000000001010600001d010106000000031710000100000000000000000000007fff040001043a00ef47642dc93ba041ac194d51d01b4ce650004c00320032003000370031003800590053004200310054004200300032003900310000007fff04000000424f00004e4fbb000000010000006b00570044004300200050004300200053004e00350033003000200053004400420050004e0050005a002d0032003500360047002d00310030003000320000000501090002000000007fff040002010c00d041030a0000000001010600001a0101060000000317100001000000001b444a4946ee937fff040001042e00ef47642dc93ba041ac194d51d01b4ce632003100320031003700520034003400330034003100300000007fff04000000424f00004e4fa7000000010000006f0053005400310035003000300044004d003000300033002d00390059004e0031003600470000000501090002000000007fff040002010c00d041030a0000000001010600001703120a000500ffff00007fff040001043e00ef47642dc93ba041ac194d51d01b4ce62000200020002000200020002000200020002000200020003100570030004500420041004a00340000007fff04000000424f00004e4fa9000000010000006f004b0069006e0067004400690061006e002000530032003800300020003400380030004700420000000501090002000000007fff040002010c00d041030a0000000001010600001703120a000400ffff00007fff040001043e00ef47642dc93ba041ac194d51d01b4ce63000320039003100320031003900310030003000310038002000350020002000200020002000200000007fff04000000424f
Boot0008* UEFI: InnostorInnostor 1.00   PciRoot(0x0)/Pci(0x14,0x0)/USB(24,0)/USB(0,0)/CDROM(1,0x695f0c,0x8000)0000424f
Boot0009* USB   BBS(HD,,0x0)0000474f00004e4fa500000001000000670049006e006e006f00730074006f00720049006e006e006f00730074006f007200200031002e003000300000000501090002000000007fff040002010c00d041030a000000000101060000140305060018000305060000007fff040001043400ef47642dc93ba041ac194d51d01b4ce631003600390034003000350031003200380033003900380035003400370000007fff04000000424f

After going through each option 0000 is windows, 0001 is the non-functioning grub I created, 0007 is a storage drive (not supposed to be bootable), and 0008/0009 is the live cd.
Do I just add the missing entry and if so, how?

Don’t be more careful, just post YOUR info, no copy of anything on the web…

This is the only one to be concerned about for your Manjaro…
If it won’t work as for help, but im out…
:vulcan_salute: