You are not logged in.

#1 2024-09-24 19:43:24

ad4ms3
Member
From: Bradford, UK
Registered: 2018-01-19
Posts: 95

[SOLVED] GRUB missing Windows entry and displays single line only

Hello

After the very painful update, I have managed finally access the system.
GRUB would not load, only a single horizontal line was displayed. Changing the bootloader - refind - it went into rootfs.
Searching for the solution led me to compare blkid and fstab, which resulted in boot partition having two different entries.
This was solved, grub reinstalled, I have managed to access the system fully, however the issue with grub remained.

Whilst fixing the issue, I also fully updated system in arch-chroot.
grub-install ..... completed successfully

Basically, when grub loads, it displays the single horizontal line only, without any options Once left for 3-5s it loads automatically to the system.
OS PROBER activated and run via grub-mkconfig.....
fstab and blkid for sda3 (Windows10) are identical
I have no idea what else can I do to allow grub behaving and displaying correct data.

Prior to the update in June, everything was fine., I had no time to fix the issue back then.
Both systems installed in UEFI.

efibootmgr

BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0001,0000,2001,2002,2003
Boot0000* Windows Boot Manager  HD(4,GPT,e3ada18e-1b1e-4766-a892-81ebaf0362fa,0x800,0x100000)/\EFI\Microsoft\Boot\bootmgfw.efiRC
Boot0001* GRUB  HD(4,GPT,e3ada18e-1b1e-4766-a892-81ebaf0362fa,0x800,0x100000)/\EFI\GRUB\grubx64.efi
Boot2001* EFI USB Device        RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network   RC
dmesg
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x25f600 max_arch_pfn = 0x400000000
[    0.000000] MTRR map: 10 entries (5 fixed + 5 variable; max 25), built from 10 variable MTRRs
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] last_pfn = 0x9b000 max_arch_pfn = 0x400000000
[    0.000000] Using GB pages for direct mapping
[    0.000000] Secure boot disabled
[    0.000000] RAMDISK: [mem 0x8ec1f000-0x90399fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000009AFFE014 000024 (v02 ACRSYS)
[    0.000000] ACPI: XSDT 0x000000009AFFE210 0000AC (v01 ACRSYS ACRPRDCT 00000001      01000013)
[    0.000000] ACPI: FACP 0x000000009AFF8000 00010C (v05 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: DSDT 0x000000009AFE4000 010676 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.000000] ACPI: FACS 0x000000009AFB6000 000040
[    0.000000] ACPI: UEFI 0x000000009AFFD000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: FPDT 0x000000009AFFB000 000044 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: MSDM 0x000000009AFFA000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: ASF! 0x000000009AFF9000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: HPET 0x000000009AFF7000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: APIC 0x000000009AFF6000 00008C (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: MCFG 0x000000009AFF5000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: SLIC 0x000000009AFE3000 000176 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000009AFE0000 002028 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.000000] ACPI: BOOT 0x000000009AFDE000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: ASPT 0x000000009AFDC000 000034 (v07 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: DBGP 0x000000009AFDB000 000034 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000009AFDA000 000539 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000009AFD9000 000AD8 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: SSDT 0x000000009AFD5000 003B45 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: BGRT 0x000000009AFD4000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: Reserving FACP table memory at [mem 0x9aff8000-0x9aff810b]
[    0.000000] ACPI: Reserving DSDT table memory at [mem 0x9afe4000-0x9aff4675]
[    0.000000] ACPI: Reserving FACS table memory at [mem 0x9afb6000-0x9afb603f]
[    0.000000] ACPI: Reserving UEFI table memory at [mem 0x9affd000-0x9affd235]
[    0.000000] ACPI: Reserving FPDT table memory at [mem 0x9affb000-0x9affb043]
[    0.000000] ACPI: Reserving MSDM table memory at [mem 0x9affa000-0x9affa054]
[    0.000000] ACPI: Reserving ASF! table memory at [mem 0x9aff9000-0x9aff90a4]
[    0.000000] ACPI: Reserving HPET table memory at [mem 0x9aff7000-0x9aff7037]
[    0.000000] ACPI: Reserving APIC table memory at [mem 0x9aff6000-0x9aff608b]
[    0.000000] ACPI: Reserving MCFG table memory at [mem 0x9aff5000-0x9aff503b]
[    0.000000] ACPI: Reserving SLIC table memory at [mem 0x9afe3000-0x9afe3175]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x9afe0000-0x9afe2027]
[    0.000000] ACPI: Reserving BOOT table memory at [mem 0x9afde000-0x9afde027]
[    0.000000] ACPI: Reserving ASPT table memory at [mem 0x9afdc000-0x9afdc033]
[    0.000000] ACPI: Reserving DBGP table memory at [mem 0x9afdb000-0x9afdb033]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x9afda000-0x9afda538]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x9afd9000-0x9afd9ad7]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x9afd5000-0x9afd8b44]
[    0.000000] ACPI: Reserving BGRT table memory at [mem 0x9afd4000-0x9afd4037]
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x25f5fb000-0x25f5fffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000025f5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000006efff]
[    0.000000]   node   0: [mem 0x0000000000070000-0x0000000000087fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000094caffff]
[    0.000000]   node   0: [mem 0x00000000960b0000-0x000000009a6befff]
[    0.000000]   node   0: [mem 0x000000009afff000-0x000000009affffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000025f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000025f5fffff]
[    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.000000] On node 0, zone DMA: 120 pages in unavailable ranges
[    0.000000] On node 0, zone DMA32: 5120 pages in unavailable ranges
[    0.000000] On node 0, zone DMA32: 2368 pages in unavailable ranges
[    0.000000] On node 0, zone Normal: 20480 pages in unavailable ranges
[    0.000000] On node 0, zone Normal: 2560 pages in unavailable ranges
[    0.000000] Reserving Intel graphics memory at [mem 0x9ba00000-0x9f9fffff]
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] e820: update [mem 0x975ea000-0x97664fff] usable ==> reserved
[    0.000000] TSC deadline timer available
[    0.000000] CPU topo: Max. logical packages:   1
[    0.000000] CPU topo: Max. logical dies:       1
[    0.000000] CPU topo: Max. dies per package:   1
[    0.000000] CPU topo: Max. threads per core:   2
[    0.000000] CPU topo: Num. cores per package:     2
[    0.000000] CPU topo: Num. threads per package:   4
[    0.000000] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[    0.000000] CPU topo: Rejected CPUs 4
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x00088000-0x000bffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x9314e000-0x9314efff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x9315e000-0x9315efff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x94cb0000-0x960affff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x975ea000-0x97664fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x9a6bf000-0x9aebefff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x9fa00000-0xfe100fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfe113000-0xfeafffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xffffffff]
[    0.000000] [mem 0x9fa00000-0xfe100fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
[    0.000000] pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c04c4512-f430-4597-85a1-290ac480d78b rw loglevel=3 quiet
[    0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Fallback order for Node 0: 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2066502
[    0.000000] Policy zone: Normal
[    0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.000000] software IO TLB: area num 4.
[    0.000000] Memory: 7915052K/8266008K available (18432K kernel code, 2177K rwdata, 13440K rodata, 3436K init, 3484K bss, 350696K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 50284 entries in 197 pages
[    0.000000] ftrace: allocated 197 pages with 4 groups
[    0.000000] Dynamic Preempt: full
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.000000] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.000000] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[    0.000000] NR_IRQS: 20736, nr_irqs: 728, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.000000] Console: colour dummy device 80x25
[    0.000000] printk: legacy console [tty0] enabled
[    0.000000] ACPI: Core revision 20240322
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.019999] tsc: PIT calibration matches HPET. 1 loops
[    0.019999] tsc: Detected 2294.580 MHz processor
[    0.000002] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2113352c5e9, max_idle_ns: 440795314412 ns
[    0.000006] Calibrating delay loop (skipped), value calculated using timer frequency.. 4590.37 BogoMIPS (lpj=7648600)
[    0.000034] CPU0: Thermal monitoring enabled (TM1)
[    0.000070] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.000072] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.000075] process: using mwait in idle threads
[    0.000078] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.000080] Spectre V2 : Mitigation: Retpolines
[    0.000081] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.000082] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.000083] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.000085] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.000087] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.000088] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.000090] MDS: Mitigation: Clear CPU buffers
[    0.000091] MMIO Stale Data: Unknown: No mitigations
[    0.000093] SRBDS: Mitigation: Microcode
[    0.000098] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000100] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000101] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000103] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000105] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.025265] Freeing SMP alternatives memory: 40K
[    0.025270] pid_max: default: 32768 minimum: 301
[    0.030049] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[    0.030082] landlock: Up and running.
[    0.030084] Yama: becoming mindful.
[    0.030091] LSM support for eBPF active
[    0.030124] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.030136] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.033400] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.033629] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.033674] ... version:                3
[    0.033675] ... bit width:              48
[    0.033676] ... generic registers:      4
[    0.033677] ... value mask:             0000ffffffffffff
[    0.033679] ... max period:             00007fffffffffff
[    0.033680] ... fixed-purpose events:   3
[    0.033680] ... event mask:             000000070000000f
[    0.033837] signal: max sigframe size: 1776
[    0.033854] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.035249] rcu: Hierarchical SRCU implementation.
[    0.035251] rcu:     Max phase no-delay instances is 1000.
[    0.035886] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.035937] smp: Bringing up secondary CPUs ...
[    0.036068] smpboot: x86: Booting SMP configuration:
[    0.036070] .... node  #0, CPUs:      #2 #1 #3
[    0.040620] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.040620] smp: Brought up 1 node, 4 CPUs
[    0.040620] smpboot: Total of 4 processors activated (18363.50 BogoMIPS)
[    0.043350] devtmpfs: initialized
[    0.043377] x86/mm: Memory block size: 128MB
[    0.044225] ACPI: PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
[    0.044225] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.044225] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.044225] pinctrl core: initialized pinctrl subsystem
[    0.044225] PM: RTC time: 19:19:41, date: 2024-09-24
[    0.044245] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.044441] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.044521] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.044600] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.044613] audit: initializing netlink subsys (disabled)
[    0.044628] audit: type=2000 audit(1727205580.063:1): state=initialized audit_enabled=0 res=1
[    0.044628] thermal_sys: Registered thermal governor 'fair_share'
[    0.044628] thermal_sys: Registered thermal governor 'bang_bang'
[    0.044628] thermal_sys: Registered thermal governor 'step_wise'
[    0.044628] thermal_sys: Registered thermal governor 'user_space'
[    0.044628] thermal_sys: Registered thermal governor 'power_allocator'
[    0.044628] cpuidle: using governor ladder
[    0.044628] cpuidle: using governor menu
[    0.044628] Simple Boot Flag at 0x44 set to 0x1
[    0.044628] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.044628] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.044628] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.044628] PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
[    0.044628] PCI: Using configuration type 1 for base access
[    0.044628] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.044628] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.046799] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.046799] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.046799] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.046799] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.046950] Demotion targets for Node 0: null
[    0.046950] ACPI: Added _OSI(Module Device)
[    0.046950] ACPI: Added _OSI(Processor Device)
[    0.046950] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.046950] ACPI: Added _OSI(Processor Aggregator Device)
[    0.064470] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.065416] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.070462] ACPI: Dynamic OEM Table Load:
[    0.070471] ACPI: SSDT 0xFFFF902900336400 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.071463] ACPI: Dynamic OEM Table Load:
[    0.071471] ACPI: SSDT 0xFFFF9029008AF000 0005AA (v01 PmRef  ApIst    00003000 INTL 20120913)
[    0.072532] ACPI: Dynamic OEM Table Load:
[    0.072538] ACPI: SSDT 0xFFFF90290029E200 000119 (v01 PmRef  ApCst    00003000 INTL 20120913)
[    0.074012] ACPI: _OSC evaluated successfully for all CPUs
[    0.074077] ACPI: EC: EC started
[    0.074078] ACPI: EC: interrupt blocked
[    0.113375] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.113380] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.113382] ACPI: Interpreter enabled
[    0.113421] ACPI: PM: (supports S0 S3 S4 S5)
[    0.113422] ACPI: Using IOAPIC for interrupt routing
[    0.114241] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[    0.114849] PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[    0.114863] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.114865] PCI: Using E820 reservations for host bridge windows
[    0.115263] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.153470] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.153478] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.153855] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.153858] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.154702] PCI host bridge to bus 0000:00
[    0.154705] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.154708] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.154711] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
[    0.154713] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff window]
[    0.154715] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.154734] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000 conventional PCI endpoint
[    0.154816] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000 conventional PCI endpoint
[    0.154826] pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb03fffff 64bit]
[    0.154833] pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
[    0.154838] pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
[    0.154853] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.154959] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    0.154969] pci 0000:00:03.0: BAR 0 [mem 0xb0610000-0xb0613fff 64bit]
[    0.155131] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330 conventional PCI endpoint
[    0.155174] pci 0000:00:14.0: BAR 0 [mem 0xb0600000-0xb060ffff 64bit]
[    0.155329] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.155476] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000 conventional PCI endpoint
[    0.155521] pci 0000:00:16.0: BAR 0 [mem 0xb0618000-0xb061801f 64bit]
[    0.155686] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.155808] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[    0.155851] pci 0000:00:1b.0: BAR 0 [mem 0xb0614000-0xb0617fff 64bit]
[    0.156049] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.156221] pci 0000:00:1c.0: [8086:9c14] type 01 class 0x060400 PCIe Root Port
[    0.156294] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.156332] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb04fffff 64bit pref]
[    0.156493] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.156970] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400 PCIe Root Port
[    0.157044] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.157058] pci 0000:00:1c.3:   bridge window [mem 0xb0500000-0xb05fffff]
[    0.157243] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.157469] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320 conventional PCI endpoint
[    0.159213] pci 0000:00:1d.0: BAR 0 [mem 0xb061c000-0xb061c3ff]
[    0.162546] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.162681] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100 conventional PCI endpoint
[    0.163047] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601 conventional PCI endpoint
[    0.163080] pci 0000:00:1f.2: BAR 0 [io  0x3088-0x308f]
[    0.163098] pci 0000:00:1f.2: BAR 1 [io  0x3094-0x3097]
[    0.163115] pci 0000:00:1f.2: BAR 2 [io  0x3080-0x3087]
[    0.163133] pci 0000:00:1f.2: BAR 3 [io  0x3090-0x3093]
[    0.163150] pci 0000:00:1f.2: BAR 4 [io  0x3060-0x307f]
[    0.163168] pci 0000:00:1f.2: BAR 5 [mem 0xb061b000-0xb061b7ff]
[    0.163264] pci 0000:00:1f.2: PME# supported from D3hot
[    0.163362] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500 conventional PCI endpoint
[    0.163405] pci 0000:00:1f.3: BAR 0 [mem 0xb0619000-0xb06190ff 64bit]
[    0.163457] pci 0000:00:1f.3: BAR 4 [io  0x3040-0x305f]
[    0.163725] pci 0000:01:00.0: [14e4:16b3] type 00 class 0x020000 PCIe Endpoint
[    0.163753] pci 0000:01:00.0: BAR 0 [mem 0xb0410000-0xb041ffff 64bit pref]
[    0.163772] pci 0000:01:00.0: BAR 2 [mem 0xb0420000-0xb042ffff 64bit pref]
[    0.163806] pci 0000:01:00.0: ROM [mem 0xfffff800-0xffffffff pref]
[    0.163927] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.164198] pci 0000:01:00.1: [14e4:16bc] type 00 class 0x080501 PCIe Endpoint
[    0.164226] pci 0000:01:00.1: BAR 0 [mem 0xb0400000-0xb040ffff 64bit pref]
[    0.164369] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[    0.164602] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.164751] pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000 PCIe Endpoint
[    0.164801] pci 0000:02:00.0: BAR 0 [mem 0xb0500000-0xb0501fff 64bit]
[    0.165032] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.165301] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.170994] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.170997] ACPI: PCI: Interrupt link LNKA disabled
[    0.171060] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.171061] ACPI: PCI: Interrupt link LNKB disabled
[    0.171121] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.171122] ACPI: PCI: Interrupt link LNKC disabled
[    0.171182] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.171183] ACPI: PCI: Interrupt link LNKD disabled
[    0.171241] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.171242] ACPI: PCI: Interrupt link LNKE disabled
[    0.171302] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.171303] ACPI: PCI: Interrupt link LNKF disabled
[    0.171362] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.171363] ACPI: PCI: Interrupt link LNKG disabled
[    0.171422] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.171423] ACPI: PCI: Interrupt link LNKH disabled
[    0.171722] ACPI: EC: interrupt unblocked
[    0.171724] ACPI: EC: event unblocked
[    0.171736] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.171737] ACPI: EC: GPE=0x22
[    0.171739] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.171741] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.171828] iommu: Default domain type: Translated
[    0.171828] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.171828] SCSI subsystem initialized
[    0.171828] libata version 3.00 loaded.
[    0.171828] ACPI: bus type USB registered
[    0.171828] usbcore: registered new interface driver usbfs
[    0.171828] usbcore: registered new interface driver hub
[    0.171828] usbcore: registered new device driver usb
[    0.171828] EDAC MC: Ver: 3.0.0
[    0.171828] efivars: Registered efivars operations
[    0.171828] NetLabel: Initializing
[    0.171828] NetLabel:  domain hash size = 128
[    0.171828] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.171828] NetLabel:  unlabeled traffic allowed by default
[    0.171828] mctp: management component transport protocol core
[    0.171828] NET: Registered PF_MCTP protocol family
[    0.171828] PCI: Using ACPI for IRQ routing
[    0.191911] PCI: pci_cache_line_size set to 64 bytes
[    0.192055] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
[    0.192058] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
[    0.192059] e820: reserve RAM buffer [mem 0x9314e018-0x93ffffff]
[    0.192061] e820: reserve RAM buffer [mem 0x94cb0000-0x97ffffff]
[    0.192062] e820: reserve RAM buffer [mem 0x975ea000-0x97ffffff]
[    0.192064] e820: reserve RAM buffer [mem 0x9a6bf000-0x9bffffff]
[    0.192065] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
[    0.192066] e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
[    0.192113] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.192113] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.192113] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.192113] vgaarb: loaded
[    0.192113] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.192113] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.193395] clocksource: Switched to clocksource tsc-early
[    0.193980] VFS: Disk quotas dquot_6.6.0
[    0.193991] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.194070] pnp: PnP ACPI init
[    0.194221] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.194225] system 00:00: [io  0xfd60-0xfd63] has been reserved
[    0.194227] system 00:00: [io  0xffff] has been reserved
[    0.194229] system 00:00: [io  0xffff] has been reserved
[    0.194231] system 00:00: [io  0xffff] has been reserved
[    0.194233] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.194234] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.194343] system 00:02: [io  0x1854-0x1857] has been reserved
[    0.200183] pnp 00:05: disabling [mem 0xffffffff-0x10000fffe] because it overlaps 0000:01:00.0 BAR 6 [mem 0xfffff800-0xffffffff pref]
[    0.200211] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.200214] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.200217] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.200219] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.200221] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.200223] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.200225] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.200227] system 00:05: [mem 0xff000000-0xff000fff] has been reserved
[    0.200229] system 00:05: [mem 0xff010000-0xffffffff] has been reserved
[    0.200231] system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.200233] system 00:05: [mem 0x9fa20000-0x9fa20fff] has been reserved
[    0.201164] pnp: PnP ACPI: found 7 devices
[    0.207009] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.207075] NET: Registered PF_INET protocol family
[    0.207175] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.224150] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.224182] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.224222] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.224447] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.224788] TCP: Hash tables configured (established 65536 bind 65536)
[    0.224866] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.224921] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.224947] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.225003] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.225011] NET: Registered PF_XDP protocol family
[    0.225015] pci 0000:01:00.0: ROM [mem 0xfffff800-0xffffffff pref]: can't claim; no compatible bridge window
[    0.225028] pci 0000:00:1c.0: bridge window [mem 0x9fb00000-0x9fbfffff]: assigned
[    0.225033] pci 0000:01:00.0: ROM [mem 0x9fb00000-0x9fb007ff pref]: assigned
[    0.225035] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.225051] pci 0000:00:1c.0:   bridge window [mem 0x9fb00000-0x9fbfffff]
[    0.225058] pci 0000:00:1c.0:   bridge window [mem 0xb0400000-0xb04fffff 64bit pref]
[    0.225070] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.225079] pci 0000:00:1c.3:   bridge window [mem 0xb0500000-0xb05fffff]
[    0.225097] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.225100] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.225101] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
[    0.225103] pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff window]
[    0.225105] pci_bus 0000:01: resource 1 [mem 0x9fb00000-0x9fbfffff]
[    0.225107] pci_bus 0000:01: resource 2 [mem 0xb0400000-0xb04fffff 64bit pref]
[    0.225109] pci_bus 0000:02: resource 1 [mem 0xb0500000-0xb05fffff]
[    0.243456] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x740 took 14476 usecs
[    0.243534] PCI: CLS 64 bytes, default 64
[    0.243554] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.243555] software IO TLB: mapped [mem 0x000000008ac1f000-0x000000008ec1f000] (64MB)
[    0.243624] Trying to unpack rootfs image as initramfs...
[    0.250429] Initialise system trusted keyrings
[    0.250440] Key type blacklist registered
[    0.250502] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.250516] zbud: loaded
[    0.250654] fuse: init (API version 7.40)
[    0.250747] integrity: Platform Keyring initialized
[    0.250750] integrity: Machine keyring initialized
[    0.267337] Key type asymmetric registered
[    0.267341] Asymmetric key parser 'x509' registered
[    0.267373] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.267478] io scheduler mq-deadline registered
[    0.267480] io scheduler kyber registered
[    0.267498] io scheduler bfq registered
[    0.267927] pcieport 0000:00:1c.0: PME: Signaling with IRQ 40
[    0.268295] pcieport 0000:00:1c.3: PME: Signaling with IRQ 41
[    0.268460] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.268986] ACPI: AC: AC Adapter [ACAD] (on-line)
[    0.269043] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0D:00/input/input0
[    0.269064] ACPI: button: Lid Switch [LID0]
[    0.269094] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input1
[    0.269114] ACPI: button: Power Button [PWRB]
[    0.269141] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input2
[    0.269159] ACPI: button: Sleep Button [SLPB]
[    0.269202] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.269249] ACPI: button: Power Button [PWRF]
[    0.273813] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.276208] Non-volatile memory driver v1.3
[    0.276212] Linux agpgart interface v0.103
[    0.276291] ACPI: bus type drm_connector registered
[    0.276808] ahci 0000:00:1f.2: version 3.0
[    0.277015] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    0.277076] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
[    0.277079] ahci 0000:00:1f.2: 2/4 ports implemented (port mask 0x3)
[    0.277081] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst 
[    0.277518] scsi host0: ahci
[    0.277799] scsi host1: ahci
[    0.277931] scsi host2: ahci
[    0.278056] scsi host3: ahci
[    0.278114] ata1: SATA max UDMA/133 abar m2048@0xb061b000 port 0xb061b100 irq 42 lpm-pol 3
[    0.278120] ata2: SATA max UDMA/133 abar m2048@0xb061b000 port 0xb061b180 irq 42 lpm-pol 3
[    0.278123] ata3: DUMMY
[    0.278125] ata4: DUMMY
[    0.278254] usbcore: registered new interface driver usbserial_generic
[    0.278263] usbserial: USB Serial support registered for generic
[    0.278423] rtc_cmos 00:01: RTC can wake from S4
[    0.278448] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.278463] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    0.278480] ehci-pci 0000:00:1d.0: debug port 2
[    0.278788] rtc_cmos 00:01: registered as rtc0
[    0.278836] rtc_cmos 00:01: setting system clock to 2024-09-24T19:19:41 UTC (1727205581)
[    0.278882] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[    0.282406] ehci-pci 0000:00:1d.0: irq 23, io mem 0xb061c000
[    0.282494] intel_pstate: Intel P-state driver initializing
[    0.286704] ledtrig-cpu: registered to indicate activity on CPUs
[    0.287154] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[    0.287745] fbcon: Deferring console take-over
[    0.287749] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.287832] hid: raw HID events driver (C) Jiri Kosina
[    0.287907] drop_monitor: Initializing network drop monitor service
[    0.288039] NET: Registered PF_INET6 protocol family
[    0.293390] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.293482] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
[    0.293488] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.293491] usb usb1: Product: EHCI Host Controller
[    0.293494] usb usb1: Manufacturer: Linux 6.10.10-arch1-1 ehci_hcd
[    0.293496] usb usb1: SerialNumber: 0000:00:1d.0
[    0.293723] hub 1-0:1.0: USB hub found
[    0.293733] hub 1-0:1.0: 2 ports detected
[    0.301618] Freeing initrd memory: 24044K
[    0.308365] Segment Routing with IPv6
[    0.308369] RPL Segment Routing with IPv6
[    0.308388] In-situ OAM (IOAM) with IPv6
[    0.308427] NET: Registered PF_PACKET protocol family
[    0.308689] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.308741] microcode: Current revision: 0x00000026
[    0.308743] microcode: Updated early from: 0x00000017
[    0.308815] IPI shorthand broadcast: enabled
[    0.310855] sched_clock: Marking stable (330004158, -19995142)->(327803346, -17794330)
[    0.311031] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[    0.311110] registered taskstats version 1
[    0.311321] Loading compiled-in X.509 certificates
[    0.315365] Loaded X.509 cert 'Build time autogenerated kernel key: 0053407a583e4abf791c272ae6ca151222bca233'
[    0.319054] zswap: loaded using pool zstd/zsmalloc
[    0.319112] Demotion targets for Node 0: null
[    0.319367] Key type .fscrypt registered
[    0.319369] Key type fscrypt-provisioning registered
[    0.321446] integrity: Loading X.509 certificate: UEFI:db
[    0.321490] integrity: Loaded X.509 cert 'Acer: c4f0474ae6b5e67a509d99132f49a4ec13f7ac68'
[    0.321491] integrity: Loading X.509 certificate: UEFI:db
[    0.321512] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.321513] integrity: Loading X.509 certificate: UEFI:db
[    0.321530] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.321531] integrity: Loading X.509 certificate: UEFI:db
[    0.321533] integrity: Problem loading X.509 certificate -65
[    0.321534] integrity: Error adding keys to platform keyring UEFI:db
[    0.321535] integrity: Loading X.509 certificate: UEFI:db
[    0.321537] integrity: Problem loading X.509 certificate -65
[    0.321537] integrity: Error adding keys to platform keyring UEFI:db
[    0.322669] PM:   Magic number: 8:111:345
[    0.322716] tty tty62: hash matches
[    0.325551] RAS: Correctable Errors collector initialized.
[    0.338976] clk: Disabling unused clocks
[    0.338980] PM: genpd: Disabling unused power domains
[    0.343461] ACPI: battery: [Firmware Bug]: (dis)charge rate invalid.
[    0.343530] ACPI: battery: Slot [BAT1] (battery present)
[    0.543407] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.590641] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.591697] ata1.00: supports DRM functions and may not be fully accessible
[    0.591709] ata1.00: ATA-10: CT250MX500SSD1, M3CR020, max UDMA/133
[    0.591780] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    0.593053] ata1.00: Features: Trust Dev-Sleep
[    0.593567] ata1.00: supports DRM functions and may not be fully accessible
[    0.594876] ata1.00: configured for UDMA/133
[    0.605036] ahci 0000:00:1f.2: port does not support device sleep
[    0.605387] scsi 0:0:0:0: Direct-Access     ATA      CT250MX500SSD1   020  PQ: 0 ANSI: 5
[    0.606165] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[    0.606176] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.606245] sd 0:0:0:0: [sda] Write Protect is off
[    0.606255] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.606333] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.606542] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    0.609756]  sda: sda1 sda2 sda3 sda4
[    0.610028] sd 0:0:0:0: [sda] supports TCG Opal
[    0.610032] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.690823] usb 1-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    0.690830] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.691287] hub 1-1:1.0: USB hub found
[    0.691411] hub 1-1:1.0: 8 ports detected
[    0.921052] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.924072] ata2.00: ATAPI: HL-DT-ST DVDRAM GUA0N, 1.00, max UDMA/133
[    0.929463] ata2.00: configured for UDMA/133
[    0.938066] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GUA0N     1.00 PQ: 0 ANSI: 5
[    0.964407] Freeing unused decrypted memory: 2028K
[    0.964855] Freeing unused kernel image (initmem) memory: 3436K
[    0.964918] Write protecting the kernel read-only data: 32768k
[    0.965294] Freeing unused kernel image (rodata/data gap) memory: 896K
[    1.027840] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.027845] rodata_test: all tests were successful
[    1.027846] x86/mm: Checking user space page tables
[    1.076122] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.076126] Run /init as init process
[    1.076128]   with arguments:
[    1.076129]     /init
[    1.076130]   with environment:
[    1.076131]     HOME=/
[    1.076132]     TERM=linux
[    1.076133]     BOOT_IMAGE=/vmlinuz-linux
[    1.256700] tsc: Refined TSC clocksource calibration: 2294.682 MHz
[    1.256711] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2113955381f, max_idle_ns: 440795222875 ns
[    1.256729] clocksource: Switched to clocksource tsc
[    1.840363] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.842503] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.242019] [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
[    2.247178] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.247632] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    2.362377] fbcon: i915drmfb (fb0) is primary device
[    2.362382] fbcon: Deferring console take-over
[    2.362386] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    2.462378] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.466171] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.466427] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    2.466534] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    2.466541] cfg80211: failed to load regulatory.db
[    2.674621] i2c_dev: i2c /dev entries driver
[    2.826014] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    2.842698] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.842710] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.875651] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.875664] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.876808] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x000000000004b810
[    2.877171] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.877177] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.877183] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    2.877276] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
[    2.877281] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.877284] usb usb2: Product: xHCI Host Controller
[    2.877287] usb usb2: Manufacturer: Linux 6.10.10-arch1-1 xhci-hcd
[    2.877289] usb usb2: SerialNumber: 0000:00:14.0
[    2.878126] hub 2-0:1.0: USB hub found
[    2.878156] hub 2-0:1.0: 9 ports detected
[    2.886920] sdhci: Secure Digital Host Controller Interface driver
[    2.886925] sdhci: Copyright(c) Pierre Ossman
[    2.892164] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
[    2.892173] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.892176] usb usb3: Product: xHCI Host Controller
[    2.892179] usb usb3: Manufacturer: Linux 6.10.10-arch1-1 xhci-hcd
[    2.892182] usb usb3: SerialNumber: 0000:00:14.0
[    2.892347] hub 3-0:1.0: USB hub found
[    2.892367] hub 3-0:1.0: 4 ports detected
[    2.907259] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    2.910630] sdhci-pci 0000:01:00.1: SDHCI controller found [14e4:16bc] (rev 1)
[    2.911722] mmc0: SDHCI controller on PCI [0000:01:00.1] using ADMA 64-bit
[    2.944590] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.944598] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.982447] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.140109] usb 2-3: new full-speed USB device number 2 using xhci_hcd
[    3.296373] usb 2-3: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[    3.296382] usb 2-3: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    3.296386] usb 2-3: Product: CSR8510 A10
[    3.321642] fbcon: Taking over console
[    3.337138] Console: switching to colour frame buffer device 170x48
[    3.420051] usb 2-5: new full-speed USB device number 3 using xhci_hcd
[    3.500543] EXT4-fs (sda1): mounted filesystem c04c4512-f430-4597-85a1-290ac480d78b r/w with ordered data mode. Quota mode: none.
[    3.561307] usb 2-5: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01
[    3.561313] usb 2-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.655503] systemd[1]: /etc/systemd/system.conf.d/limits.conf:1: Assignment outside of section. Ignoring.
[    3.656242] systemd[1]: systemd 256.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    3.656249] systemd[1]: Detected architecture x86-64.
[    3.686754] usb 2-8: new high-speed USB device number 4 using xhci_hcd
[    3.823734] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    3.909509] usb 2-8: New USB device found, idVendor=04f2, idProduct=b3f6, bcdDevice=29.53
[    3.909515] usb 2-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    3.909517] usb 2-8: Product: HD WebCam
[    3.909519] usb 2-8: Manufacturer: Chicony Electronics Co.,Ltd.
[    3.909520] usb 2-8: SerialNumber: 0001
[    4.220815] systemd[1]: /etc/systemd/system/teamviewerd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/teamviewerd.pid → /run/teamviewerd.pid; please update the unit file accordingly.
[    4.227346] systemd[1]: Queued start job for default target Graphical Interface.
[    4.258192] systemd[1]: Created slice Slice /system/dirmngr.
[    4.258600] systemd[1]: Created slice Slice /system/getty.
[    4.258955] systemd[1]: Created slice Slice /system/gpg-agent.
[    4.259311] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    4.259664] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    4.260058] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    4.260429] systemd[1]: Created slice Slice /system/keyboxd.
[    4.260783] systemd[1]: Created slice Slice /system/modprobe.
[    4.261026] systemd[1]: Created slice User and Session Slice.
[    4.261098] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.261150] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.261338] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.261362] systemd[1]: Expecting device /dev/sda2...
[    4.261369] systemd[1]: Expecting device /dev/sda3...
[    4.261376] systemd[1]: Expecting device /dev/sda4...
[    4.261389] systemd[1]: Reached target Local Encrypted Volumes.
[    4.261408] systemd[1]: Reached target Login Prompts.
[    4.261422] systemd[1]: Reached target Local Integrity Protected Volumes.
[    4.261463] systemd[1]: Reached target Slice Units.
[    4.261483] systemd[1]: Reached target Swaps.
[    4.261502] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.261599] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.261699] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.265611] systemd[1]: Listening on RPCbind Server Activation Socket.
[    4.265666] systemd[1]: Reached target RPC Port Mapper.
[    4.269331] systemd[1]: Listening on Process Core Dump Socket.
[    4.270287] systemd[1]: Listening on Credential Encryption/Decryption.
[    4.270407] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.270514] systemd[1]: Listening on Journal Sockets.
[    4.270554] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.270572] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.270667] systemd[1]: Listening on udev Control Socket.
[    4.270736] systemd[1]: Listening on udev Kernel Socket.
[    4.272033] systemd[1]: Mounting Huge Pages File System...
[    4.272961] systemd[1]: Mounting POSIX Message Queue File System...
[    4.274092] systemd[1]: Mounting NFSD configuration filesystem...
[    4.277207] systemd[1]: Mounting Kernel Debug File System...
[    4.279812] systemd[1]: Mounting Kernel Trace File System...
[    4.283846] systemd[1]: Mounting Temporary Directory /tmp...
[    4.283979] systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[    4.287645] systemd[1]: Starting Create List of Static Device Nodes...
[    4.289262] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    4.291430] systemd[1]: Starting Load Kernel Module configfs...
[    4.296868] systemd[1]: Starting Load Kernel Module dm_mod...
[    4.302689] systemd[1]: Starting Load Kernel Module drm...
[    4.305455] systemd[1]: Starting Load Kernel Module fuse...
[    4.309171] systemd[1]: Starting Load Kernel Module loop...
[    4.309422] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    4.309492] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[    4.316401] systemd[1]: Starting Journal Service...
[    4.318754] systemd[1]: Starting Load Kernel Modules...
[    4.318786] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.322022] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.322128] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.330344] systemd[1]: Starting Load udev Rules from Credentials...
[    4.335689] device-mapper: uevent: version 1.0.3
[    4.338168] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[    4.340581] systemd[1]: Starting Coldplug All udev Devices...
[    4.344673] systemd[1]: Mounted Huge Pages File System.
[    4.344849] systemd[1]: Mounted POSIX Message Queue File System.
[    4.345002] systemd[1]: Mounted Kernel Debug File System.
[    4.345154] systemd[1]: Mounted Kernel Trace File System.
[    4.345310] systemd[1]: Mounted Temporary Directory /tmp.
[    4.345767] systemd[1]: Finished Create List of Static Device Nodes.
[    4.346272] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.346551] systemd[1]: Finished Load Kernel Module configfs.
[    4.346993] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    4.347265] systemd[1]: Finished Load Kernel Module dm_mod.
[    4.347757] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.348071] systemd[1]: Finished Load Kernel Module drm.
[    4.348551] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.348895] systemd[1]: Finished Load Kernel Module fuse.
[    4.356789] systemd[1]: Mounting FUSE Control File System...
[    4.363466] systemd[1]: Mounting Kernel Configuration File System...
[    4.370349] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    4.372436] systemd[1]: Finished Load udev Rules from Credentials.
[    4.372688] systemd[1]: Mounted FUSE Control File System.
[    4.372839] systemd[1]: Mounted Kernel Configuration File System.
[    4.373652] EXT4-fs (sda1): re-mounted c04c4512-f430-4597-85a1-290ac480d78b r/w. Quota mode: none.
[    4.378803] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.380615] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    4.386251] systemd[1]: Starting Load/Save OS Random Seed...
[    4.386297] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.401581] loop: module loaded
[    4.402679] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[    4.403109] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    4.403393] systemd[1]: Finished Load Kernel Module loop.
[    4.403665] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[    4.411144] RPC: Registered named UNIX socket transport module.
[    4.411149] RPC: Registered udp transport module.
[    4.411151] RPC: Registered tcp transport module.
[    4.411152] RPC: Registered tcp-with-tls transport module.
[    4.411154] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.411265] systemd[1]: Finished Load/Save OS Random Seed.
[    4.414143] vhba: loading out-of-tree module taints kernel.
[    4.414149] vhba: module verification failed: signature and/or required key missing - tainting kernel
[    4.415801] scsi host4: vhba
[    4.423002] systemd-journald[266]: Collecting audit messages is disabled.
[    4.432571] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.432619] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    4.437707] systemd[1]: Finished Load Kernel Modules.
[    4.446895] systemd[1]: Starting Apply Kernel Variables...
[    4.488680] systemd[1]: Started Journal Service.
[    4.530472] systemd-journald[266]: Received client request to flush runtime journal.
[    4.535730] systemd-journald[266]: File /var/log/journal/97dd9ad9d09e4672884f4b9889e2d5ca/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    5.073310] pps_core: LinuxPPS API ver. 1 registered
[    5.073316] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    5.168118] Intel(R) Wireless WiFi driver for Linux
[    5.174284] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    5.174974] PTP clock support registered
[    5.177034] iwlwifi 0000:02:00.0: Detected crf-id 0x0, cnv-id 0x0 wfpm id 0x0
[    5.177059] iwlwifi 0000:02:00.0: PCI dev 08b1/4060, rev=0x144, rfid=0xd55555d5
[    5.184102] mc: Linux media interface: v0.10
[    5.206227] iwlwifi 0000:02:00.0: loaded firmware version 17.3216344376.0 7260-17.ucode op_mode iwlmvm
[    5.262416] Bluetooth: Core ver 2.22
[    5.262444] NET: Registered PF_BLUETOOTH protocol family
[    5.262446] Bluetooth: HCI device and connection manager initialized
[    5.262452] Bluetooth: HCI socket layer initialized
[    5.262455] Bluetooth: L2CAP socket layer initialized
[    5.262460] Bluetooth: SCO socket layer initialized
[    5.284730] iTCO_vendor_support: vendor-support=0
[    5.291419] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless N 7260, REV=0x144
[    5.309145] iwlwifi 0000:02:00.0: base HW address: f8:16:54:16:6f:c0, OTP minor version: 0x0
[    5.343285] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    5.343325] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    5.346017] acer_wmi: Acer Laptop ACPI-WMI Extras
[    5.346053] acer_wmi: Function bitmap for Communication Button: 0x801
[    5.349227] i2c i2c-8: Successfully instantiated SPD at 0x50
[    5.363938] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    5.363945] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.363947] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.363949] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    5.363951] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    5.365615] iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[    5.368428] input: Acer WMI hotkeys as /devices/virtual/input/input9
[    5.369149] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[    5.380871] FAT-fs (sda4): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    5.390047] EXT4-fs (sda2): warning: mounting fs with errors, running e2fsck is recommended
[    5.390087] cryptd: max_cpu_qlen set to 1000
[    5.394911] EXT4-fs (sda2): mounted filesystem 5282cfa6-5f3f-4669-a707-19a41600afa8 r/w with ordered data mode. Quota mode: none.
[    5.408120] at24 8-0050: supply vcc not found, using dummy regulator
[    5.418702] at24 8-0050: 256 byte spd EEPROM, read-only
[    5.444601] AVX2 version of gcm_enc/dec engaged.
[    5.444652] AES CTR mode by8 optimization enabled
[    5.444970] videodev: Linux video capture interface: v2.00
[    5.463222] Bluetooth: hci0: CSR: Setting up dongle with HCI ver=6 rev=22bb
[    5.463231] Bluetooth: hci0: LMP ver=6 subver=22bb; manufacturer=10
[    5.466604] usbcore: registered new interface driver btusb
[    5.475755] Creating 1 MTD partitions on "intel-spi":
[    5.475763] 0x000000000000-0x000000800000 : "BIOS"
[    5.481192] Bluetooth: hci1: Legacy ROM 2.5 revision 8.0 build 2 week 3 2013
[    5.483836] Bluetooth: hci1: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[    5.512480] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.516060] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    5.535779] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[    5.538546] usb 2-8: Found UVC 1.00 device HD WebCam (04f2:b3f6)
[    5.545952] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
[    5.546032] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[    5.546110] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
[    5.571213] usbcore: registered new interface driver uvcvideo
[    5.585218] tg3 0000:01:00.0 eth0: Tigon3 [partno(BCM57786) rev 57766001] (PCI Express) MAC address f8:a9:63:dc:cd:64
[    5.585229] tg3 0000:01:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    5.585235] tg3 0000:01:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    5.585239] tg3 0000:01:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    5.598599] tg3 0000:01:00.0 enp1s0f0: renamed from eth0
[    5.608410] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC282: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    5.608422] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.608427] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    5.608431] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    5.608435] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    5.608438] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x1b
[    5.608441] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    5.629325] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[    5.629420] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[    5.691210] Bluetooth: hci1: Intel BT fw patch 0x57 completed & activated
[    5.823987] intel_rapl_common: Found RAPL domain package
[    5.823993] intel_rapl_common: Found RAPL domain core
[    5.823996] intel_rapl_common: Found RAPL domain uncore
[    5.823998] intel_rapl_common: Found RAPL domain dram
[    5.824006] intel_rapl_common: package-0:package:long_term locked by BIOS
[    5.824010] intel_rapl_common: package-0:package:short_term locked by BIOS
[    5.993334] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x454f00)
[    6.024075] psmouse serio1: elantech: Synaptics capabilities query result 0x79, 0x16, 0x0c.
[    6.055016] psmouse serio1: elantech: Elan sample query result 03, 64, 75
[    6.187861] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
[    6.207472] mousedev: PS/2 mouse device common for all mice
[    6.760346] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[    6.760357] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[    6.760360] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[    6.760364] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[    6.760367] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[    6.760370] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[    6.760374] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[    6.760817] iwlwifi 0000:02:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
[   10.121739] tg3 0000:01:00.0 enp1s0f0: Link is up at 1000 Mbps, full duplex
[   10.121749] tg3 0000:01:00.0 enp1s0f0: Flow control is off for TX and off for RX
[   10.121753] tg3 0000:01:00.0 enp1s0f0: EEE is disabled
[   10.346199] wlp2s0: authenticate with 50:70:43:4a:71:dd (local address=f8:16:54:16:6f:c0)
[   10.346873] wlp2s0: send auth to 50:70:43:4a:71:dd (try 1/3)
[   10.347794] wlp2s0: authenticated
[   10.350021] wlp2s0: associate with 50:70:43:4a:71:dd (try 1/3)
[   10.351240] wlp2s0: RX AssocResp from 50:70:43:4a:71:dd (capab=0x1011 status=0 aid=5)
[   10.357174] wlp2s0: associated
[   10.412037] wlp2s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 50:70:43:4a:71:dd
[   10.941147] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=44991 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   11.291174] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=45090 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   11.683994] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=45155 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   11.950871] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=fe80:0000:0000:0000:79b7:e4f3:6100:374c DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=1015431 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   12.123440] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=372655 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   12.123498] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=fe80:0000:0000:0000:79b7:e4f3:6100:374c DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=1015431 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   12.412706] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=fe80:0000:0000:0000:79b7:e4f3:6100:374c DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=1015431 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   12.412887] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=372655 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   12.632310] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=372655 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   13.639310] systemd-journald[266]: File /var/log/journal/97dd9ad9d09e4672884f4b9889e2d5ca/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   18.433509] warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[   18.769980] [UFW BLOCK] IN=enp1s0f0 OUT= MAC=f8:a9:63:dc:cd:64:f8:16:54:16:6f:c0:86:dd SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=fe80:0000:0000:0000:79b7:e4f3:6100:374c LEN=315 TC=0 HOPLIMIT=64 FLOWLBL=473794 PROTO=UDP SPT=5353 DPT=33958 LEN=275 
[   18.770034] [UFW BLOCK] IN=enp1s0f0 OUT= MAC=f8:a9:63:dc:cd:64:f8:16:54:16:6f:c0:86:dd SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=fe80:0000:0000:0000:79b7:e4f3:6100:374c LEN=315 TC=0 HOPLIMIT=64 FLOWLBL=252636 PROTO=UDP SPT=5353 DPT=52432 LEN=275 
[   18.770043] [UFW BLOCK] IN=enp1s0f0 OUT= MAC=f8:a9:63:dc:cd:64:f8:16:54:16:6f:c0:86:dd SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=fe80:0000:0000:0000:79b7:e4f3:6100:374c LEN=315 TC=0 HOPLIMIT=64 FLOWLBL=36834 PROTO=UDP SPT=5353 DPT=34854 LEN=275 
[   18.770053] [UFW BLOCK] IN=enp1s0f0 OUT= MAC=f8:a9:63:dc:cd:64:f8:16:54:16:6f:c0:86:dd SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=fe80:0000:0000:0000:79b7:e4f3:6100:374c LEN=315 TC=0 HOPLIMIT=64 FLOWLBL=296409 PROTO=UDP SPT=5353 DPT=50342 LEN=275 
[   19.789745] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.252 LEN=53 TOS=0x00 PREC=0x00 TTL=255 ID=46136 PROTO=UDP SPT=5355 DPT=5355 LEN=33 
[   19.789851] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=192.168.0.15 DST=224.0.0.252 LEN=53 TOS=0x00 PREC=0x00 TTL=255 ID=23688 PROTO=UDP SPT=5355 DPT=5355 LEN=33 
[   19.893399] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=192.168.0.15 DST=224.0.0.252 LEN=53 TOS=0x00 PREC=0x00 TTL=255 ID=23711 PROTO=UDP SPT=5355 DPT=5355 LEN=33 
[   20.077939] RPC: Registered rdma transport module.
[   20.077943] RPC: Registered rdma backchannel transport module.
[   20.194350] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=192.168.0.15 DST=224.0.0.252 LEN=53 TOS=0x00 PREC=0x00 TTL=255 ID=23784 PROTO=UDP SPT=5355 DPT=5355 LEN=33 
[   20.199618] NFSD: Using nfsdcld client tracking operations.
[   20.199622] NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000000)
[   20.694182] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.252 LEN=53 TOS=0x00 PREC=0x00 TTL=255 ID=46245 PROTO=UDP SPT=5355 DPT=5355 LEN=33 
[   21.342287] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=46393 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   21.342354] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=192.168.0.15 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=24102 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   31.478148] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=47985 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[   32.791788] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=fe80:0000:0000:0000:79b7:e4f3:6100:374c DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=1015431 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  122.326344] [UFW BLOCK] IN=enp1s0f0 OUT= MAC=01:00:5e:00:00:01:50:70:43:4a:71:d9:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=7370 DF PROTO=2 
[  122.391907] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:50:70:43:4a:71:d9:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=7370 DF PROTO=2 
[  123.007094] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:e2:c6:ff:12:51:37:08:00 SRC=192.168.0.26 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=18932 PROTO=2 
[  123.007106] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:d6:d1:9a:6b:7a:d1:08:00 SRC=192.168.0.5 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=17180 PROTO=2 
[  247.329011] [UFW BLOCK] IN=enp1s0f0 OUT= MAC=01:00:5e:00:00:01:50:70:43:4a:71:d9:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=58153 DF PROTO=2 
[  247.424617] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:50:70:43:4a:71:d9:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=58153 DF PROTO=2 
[  247.526770] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:e2:c6:ff:12:51:37:08:00 SRC=192.168.0.26 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=56549 PROTO=2 
[  313.629479] EXT4-fs (sda2): error count since last fsck: 12
[  313.629498] EXT4-fs (sda2): initial error at time 1672080798: ext4_update_backup_sb:165
[  313.629512] EXT4-fs (sda2): last error at time 1672080798: ext4_update_backup_sb:165
[  372.332573] [UFW BLOCK] IN=enp1s0f0 OUT= MAC=01:00:5e:00:00:01:50:70:43:4a:71:d9:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=22758 DF PROTO=2 
[  372.354746] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:50:70:43:4a:71:d9:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=22758 DF PROTO=2 
[  373.378842] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:e2:c6:ff:12:51:37:08:00 SRC=192.168.0.26 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=27964 PROTO=2 
[  381.059483] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:f2:f9:2e:73:f3:3d:08:00 SRC=192.168.0.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=24743 PROTO=2 
[  496.875756] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:f2:f9:2e:73:f3:3d:08:00 SRC=192.168.0.18 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=10698 PROTO=2 
[  497.336402] [UFW BLOCK] IN=enp1s0f0 OUT= MAC=01:00:5e:00:00:01:50:70:43:4a:71:d9:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=45897 DF PROTO=2 
[  497.387725] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:01:50:70:43:4a:71:d9:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=45897 DF PROTO=2 
[  497.490425] [UFW BLOCK] IN=wlp2s0 OUT= MAC=01:00:5e:00:00:fb:1e:72:12:fa:9c:96:08:00 SRC=192.168.0.4 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=51522 PROTO=2 
[  499.623790] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=fe80:0000:0000:0000:79b7:e4f3:6100:374c DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=1015431 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  499.623855] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=192.168.0.15 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=6996 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  499.623899] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=372655 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  499.623951] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=43142 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  499.625201] [UFW BLOCK] IN=enp1s0f0 OUT= MAC=33:33:00:01:00:03:f8:16:54:16:6f:c0:86:dd SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=372655 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  499.641400] [UFW BLOCK] IN=wlp2s0 OUT= MAC=33:33:00:01:00:03:f8:a9:63:dc:cd:64:86:dd SRC=fe80:0000:0000:0000:79b7:e4f3:6100:374c DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=1015431 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  500.734309] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=43310 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  500.734486] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=fe80:0000:0000:0000:79b7:e4f3:6100:374c DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=1015431 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  500.734564] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=192.168.0.15 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=7146 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  500.734643] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=372655 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  500.736657] [UFW BLOCK] IN=enp1s0f0 OUT= MAC=33:33:00:01:00:03:f8:16:54:16:6f:c0:86:dd SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=372655 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  500.768624] [UFW BLOCK] IN=wlp2s0 OUT= MAC=33:33:00:01:00:03:f8:a9:63:dc:cd:64:86:dd SRC=fe80:0000:0000:0000:79b7:e4f3:6100:374c DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=1015431 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  501.873890] [UFW BLOCK] IN=wlp2s0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=43646 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  501.874078] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=fe80:0000:0000:0000:79b7:e4f3:6100:374c DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=1015431 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  501.874162] [UFW BLOCK] IN=enp1s0f0 OUT= MAC= SRC=192.168.0.15 DST=224.0.0.252 LEN=55 TOS=0x00 PREC=0x00 TTL=255 ID=7476 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
[  501.874247] [UFW BLOC[K] IN=wlp2s0 OUT= MAC= SRC=fe80:0000:0000:0000:4c23:ed25:2466:28a1 DST=ff02:0000:0000:0000:0000:0000:0001:0003 LEN=75 TC=0 HOPLIMIT=255 FLOWLBL=372655 PROTO=UDP SPT=5355 DPT=5355 LEN=35 
cat /etc/fstab
## Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# UUID=c04c4512-f430-4597-85a1-290ac480d78b
/dev/sda1               /               ext4            rw,relatime,data=ordered        0 1

# UUID=5282cfa6-5f3f-4669-a707-19a41600afa8
/dev/sda2              /home            ext4            rw,defaults                     0 0

# UUID=BCFE9748FE96FA3A
/dev/sda3               /Windows10      ntfs            rw,defaults,blksize=4096        0 0

# UUID=1A10-9271   BLOCK_SIZE="512" TYPE="vfat" PARTUUID="e3ada18e-1b1e-4766-a892-81ebaf0362fa"
/dev/sda4               /EFI     vfat          rw,defaults     0 0
# blkid
/dev/sda4: UUID="1A10-9271" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="e3ada18e-1b1e-4766-a892-81ebaf0362fa"
/dev/sda2: UUID="5282cfa6-5f3f-4669-a707-19a41600afa8" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="home" PARTUUID="64b68532-6c9a-49b2-9453-03418084d0e5"
/dev/sda3: BLOCK_SIZE="512" UUID="BCFE9748FE96FA3A" TYPE="ntfs" PARTLABEL="Microsoft basic data" PARTUUID="7ed1226c-d556-4a04-bae1-153b342d2ba5"
/dev/sda1: UUID="c04c4512-f430-4597-85a1-290ac480d78b" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="root" PARTUUID="68bf5095-5613-46e5-ade7-ab842a906440"

grub.cfg

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  c04c4512-f430-4597-85a1-290ac480d78b
else
  search --no-floppy --fs-uuid --set=root c04c4512-f430-4597-85a1-290ac480d78b
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_GB
  insmod gettext
fi
terminal_input console
terminal_output gfxterm
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c04c4512-f430-4597-85a1-290ac480d78b' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  c04c4512-f430-4597-85a1-290ac480d78b
	else
	  search --no-floppy --fs-uuid --set=root c04c4512-f430-4597-85a1-290ac480d78b
	fi
	echo	'Loading Linux linux ...'
	linux	/boot/vmlinuz-linux root=UUID=c04c4512-f430-4597-85a1-290ac480d78b rw  loglevel=3 quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/intel-ucode.img /boot/initramfs-linux.img
}
submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-c04c4512-f430-4597-85a1-290ac480d78b' {
	menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-c04c4512-f430-4597-85a1-290ac480d78b' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  c04c4512-f430-4597-85a1-290ac480d78b
		else
		  search --no-floppy --fs-uuid --set=root c04c4512-f430-4597-85a1-290ac480d78b
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=c04c4512-f430-4597-85a1-290ac480d78b rw  loglevel=3 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/intel-ucode.img /boot/initramfs-linux.img
	}
	menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-c04c4512-f430-4597-85a1-290ac480d78b' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1  c04c4512-f430-4597-85a1-290ac480d78b
		else
		  search --no-floppy --fs-uuid --set=root c04c4512-f430-4597-85a1-290ac480d78b
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=c04c4512-f430-4597-85a1-290ac480d78b rw  loglevel=3 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/intel-ucode.img /boot/initramfs-linux-fallback.img
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/15_ostree ###
### END /etc/grub.d/15_ostree ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/25_bli ###
if [ "$grub_platform" = "efi" ]; then
  insmod bli
fi
### END /etc/grub.d/25_bli ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/sda4)' --class windows --class os $menuentry_id_option 'osprober-efi-1A10-9271' {
	insmod part_gpt
	insmod fat
	set root='hd0,gpt4'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  1A10-9271
	else
	  search --no-floppy --fs-uuid --set=root 1A10-9271
	fi
	chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
if [ "$grub_platform" = "efi" ]; then
	fwsetup --is-supported
	if [ "$?" = 0 ]; then
		menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
			fwsetup
		}
	fi
fi
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/40_custom.pacsave ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

### END /etc/grub.d/40_custom.pacsave ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg
fi
### END /etc/grub.d/41_custom ###

### BEGIN /etc/grub.d/45_uefi-firmware ###
if [ "$grub_platform" = "efi" ]; then
	fwsetup --is-supported
	if [ "$?" = 0 ]; then
		menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
			fwsetup
		}
	fi
fi
### END /etc/grub.d/45_uefi-firmware ###

### BEGIN /etc/grub.d/46_fwupd ###
### END /etc/grub.d/46_fwupd ###

### BEGIN /etc/grub.d/48_linux_xen ###
### END /etc/grub.d/48_linux_xen ###

### BEGIN /etc/grub.d/49_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg
fi
### END /etc/grub.d/49_custom ###
sda      8:0    0 232.9G  0 disk 
├─sda1   8:1    0  39.5G  0 part /
├─sda2   8:2    0    60G  0 part /home
├─sda3   8:3    0 132.9G  0 part /Windows10
└─sda4   8:4    0   512M  0 part /EFI

This arch installation is from 2018 and I do not remember how sda4 happened to be boot partition smile

thank you

Last edited by ad4ms3 (2024-09-28 06:01:53)

Offline

#2 2024-09-24 21:14:04

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: [SOLVED] GRUB missing Windows entry and displays single line only

ad4ms3 wrote:

grub-install ..... completed successfully

Please share the full grub-install invocation. Perhaps you did it wrong.

ad4ms3 wrote:

when grub loads, it displays the single horizontal line only, without any options Once left for 3-5s it loads automatically to the system

So the system does boot then? The only problem is not being able to see the menu?

ad4ms3 wrote:

I do not remember how sda4 happened to be boot partition

/dev/sda4 appears to be mounted under /EFI/ in your system (/efi/ is the conventional location, not sure why you've capitalised that) and your system does not have a separate /boot/ partition — /boot/ is on the main ("root") partition.

EDIT: the posted grub.cfg does have a Windows menuentry btw.

Last edited by Head_on_a_Stick (2024-09-24 21:15:50)


Jin, Jîyan, Azadî

Offline

#3 2024-09-24 21:53:32

kermit63
Member
Registered: 2018-07-04
Posts: 370

Re: [SOLVED] GRUB missing Windows entry and displays single line only

You have already identified the problem from your previous thread.

Basically, you deleted your efi partition, thus removing the windows EFI file os-prober needs to create the entry to boot Windows. You cannot recreate this efi file from arch. You need to boot a Windows USB installer to do this.


Never argue with an idiot, they will drag you down to their level and then beat you with experience.
It is better to light a candle than curse the darkness.
A journey of a thousand miles begins with a single step.

Offline

#4 2024-09-25 08:38:59

ad4ms3
Member
From: Bradford, UK
Registered: 2018-01-19
Posts: 95

Re: [SOLVED] GRUB missing Windows entry and displays single line only

@ kermit63 that issue was solved.. i think i know now what is going on..

@Head_on_a_Stick ?? lovely.. i was living in fairytale believing /boot is in sda4? so.. i fix it when i get a chance and hopefully this will solve the issue. Thanks

Offline

#5 2024-09-28 06:04:33

ad4ms3
Member
From: Bradford, UK
Registered: 2018-01-19
Posts: 95

Re: [SOLVED] GRUB missing Windows entry and displays single line only

I have no idea what exactly has happened but...

Deleting boot folder, mounting/dev/sda4 /EFI , running pacman -S linux, grub-install...., and generating new grub.cfg solved the issue

Arch Linux and windows 11 are showing correctly now.

Last edited by ad4ms3 (2024-09-28 06:05:50)

Offline

Board footer

Powered by FluxBB