You are not logged in.
Pages: 1
I experienced this strange behavior on an old laptop. As soon as I update to latest kernel, it won't find disk UUIDs and boot will halt in roots.
I repeated a complete install and upgrade, with same result. Apparently, this does not happen on other PCs or in VirtualBox.
I tried various solutions, such as moving block before autodetect in mkinitcpio.conf's hooks, changing all UUIDs in /etc/fstab and grub.cfg with device names. Even /dev/sda1 is not found by intramfs.
It seems that something is missing to detect block devices correctly.
Boot seems to hang for some time loading initramfs.... then it is quick to drop into roots.
The old laptop uses bios boot. Disk is a single partition, sda1.
What should I try? I read of similar issues with Manjaro, but their solutions didn't work for me.
Last edited by aquilarubra (2021-11-17 07:17:39)
Offline
Do you mean 5.14.15 or 5.15.2? 5.15.14 does not exist yet.
Have you tried the fallback image?
If the fallback image has the same issue, do you have live media you can access the media and chroot in with? If so from the rescue media post the output of:
parted -l
lspci -nnk
lsmod
dmesgAs I assume broken system has no working storage. Can you post links of screenshots of dmesg and lsmod from the broken system?
Offline
Thank you, I corrected the kernel version.
parted -l
https://photos.app.goo.gl/7G1zuEgKDEE52kx46
lspci -nnk
https://photos.app.goo.gl/FZSDp9XBQkkYuPwt6
lsmod
https://photos.app.goo.gl/1mvvvwXCgEfJ3viL6
dmesg
https://photos.app.goo.gl/92HPiPMahKX7ecqv7
Those are all referred to the live media after chrooting to the disk.
Originally I didn't have a fallback image, but I created it editing the linux.preset. It hangs same.
I can chroot into the storage disk and the system is available. Just the regular boot fails.
If I do a blkid once chrooted, the ID corresponds to what I see in /etc/fstab, grub, and it is also the same that the boot process cannot find (before dropping into rootfs, I get a message that that ID cannot be found).
I also tried to put vmd in MODULES in /etc/mkinitcpio.conf and regenerated images, as I read from some posts, but nothing changed.
Last edited by aquilarubra (2021-11-17 07:30:43)
Offline
strange behavior on an old laptop
Intel atom with nvidia ION chipset ?
If yes:
[SOLVED] Boot not finding the root device https://bbs.archlinux.org/viewtopic.php?id=271274
Offline
I experianced the same issue when upgrading to 5.13.xx
When I boot from install ISO, chroot to my system and run mkinitcpio manually the problem was gone.
but the issue never happened since 5.14.11, and even 5.15.2.
Offline
It's a Compaq Presario CQ60.
Running mkinitcpio didn't solve the issue for me.
Offline
Apply the patches from https://lore.kernel.org/linux-pci/20211 … ernel.org/ or downgrade the kernel until the patches are accepted upstream.
Offline
It's actually an AMD Sempron, not a ION Atom. I'm not sure it will apply.
Offline
If you want to try it the kernel below has the patches applied
https://drive.google.com/file/d/1qzxxu0 … sp=sharing linux-5.15.2.arch1-1.2-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1uh1DJf … sp=sharing linux-headers-5.15.2.arch1-1.2-x86_64.pkg.tar.zst
Offline
Since you're uploading images of tesxt anyway (in general don't do that), upload a useful one - of the errors you receive when failing to boot.
Also the output of "lsblk -f" and complete "dmesg" when you're booting the live iso.
Those please as text, see the 1st link below on how to do that.
Offline
In the meantime, I'll report about the progress so far.
All 5.15.2 kernels don't work. Inside rootfs, there is only a /dev/sda. The partitions are not populated (/del/sda1, etc.). Therefore, I have no way to manually mount a device that does not exist inside rootfs.
If I downgrade the kernel, for example using linux-lts, all works again.
Last edited by aquilarubra (2021-11-18 08:18:13)
Offline
From livecd.
lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squashfs 4.0 0 100% /run/archiso/airootfs
sda
└─sda1 ext4 1.0 03aaec22-8d38-4b41-8199-74da90ebf703
sdb iso9660 Joliet Extension ARCH_202110 2021-10-01-17-00-36-00
├─sdb1 iso9660 Joliet Extension ARCH_202110 2021-10-01-17-00-36-00 0 100% /run/archiso/bootmnt
└─sdb2 vfat FAT16 ARCHISO_EFI EEA4-A93D
sdc
sr0 dmesg
[ 0.000000] Linux version 5.14.8-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Sun, 26 Sep 2021 19:36:15 +0000
[ 0.000000] Command line: BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux archisobasedir=arch archisolabel=ARCH_202110 initrd=/arch/boot/intel-ucode.img,/arch/boot/amd-ucode.img,/arch/boot/x86_64/initramfs-linux.img
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] signal: max sigframe size: 1440
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000d0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000afecffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000afed0000-0x00000000afee4fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000afee5000-0x00000000afee5fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000afee6000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fff80000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Hewlett-Packard Compaq Presario CQ60 Notebook PC/303C, BIOS F.54 08/18/2009
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2099.976 MHz processor
[ 0.001498] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001504] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001513] last_pfn = 0xafed0 max_arch_pfn = 0x400000000
[ 0.001688] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.006038] found SMP MP-table at [mem 0x000f7ff0-0x000f7fff]
[ 0.006467] RAMDISK: [mem 0x7b644000-0x7fffffff]
[ 0.006485] ACPI: Early table checksum verification disabled
[ 0.006494] ACPI: RSDP 0x00000000000F7F30 000024 (v03 HPQOEM)
[ 0.006502] ACPI: XSDT 0x00000000AFEDDE62 00005C (v01 HPQOEM SLIC-MPC 06040000 LTP 00000000)
[ 0.006513] ACPI: FACP 0x00000000AFEE4B29 0000F4 (v03 HPQOEM SLIC-MPC 06040000 PTL_ 000F4240)
[ 0.006524] ACPI: DSDT 0x00000000AFEDDEBE 006BF7 (v01 HPQOEM SLIC-MPC 06040000 MSFT 03000000)
[ 0.006531] ACPI: FACS 0x00000000AFEE5FC0 000040
[ 0.006535] ACPI: FACS 0x00000000AFEE5FC0 000040
[ 0.006540] ACPI: SLIC 0x00000000AFEE4C1D 000176 (v01 HPQOEM SLIC-MPC 06040000 HPQ 00000001)
[ 0.006546] ACPI: MCFG 0x00000000AFEE4D93 00003C (v01 HPQOEM SLIC-MPC 06040000 LTP 00000000)
[ 0.006552] ACPI: HPET 0x00000000AFEE4DCF 000038 (v01 HPQOEM SLIC-MPC 06040000 LTP 00000001)
[ 0.006558] ACPI: APIC 0x00000000AFEE4E07 000064 (v01 HPQOEM SLIC-MPC 06040000 LTP 00000000)
[ 0.006565] ACPI: BOOT 0x00000000AFEE4E6B 000028 (v01 HPQOEM SLIC-MPC 06040000 LTP 00000001)
[ 0.006570] ACPI: SSDT 0x00000000AFEE4E93 00016D (v01 HPQOEM SLIC-MP 06040000 00000150)
[ 0.006576] ACPI: Reserving FACP table memory at [mem 0xafee4b29-0xafee4c1c]
[ 0.006579] ACPI: Reserving DSDT table memory at [mem 0xafeddebe-0xafee4ab4]
[ 0.006581] ACPI: Reserving FACS table memory at [mem 0xafee5fc0-0xafee5fff]
[ 0.006583] ACPI: Reserving FACS table memory at [mem 0xafee5fc0-0xafee5fff]
[ 0.006586] ACPI: Reserving SLIC table memory at [mem 0xafee4c1d-0xafee4d92]
[ 0.006588] ACPI: Reserving MCFG table memory at [mem 0xafee4d93-0xafee4dce]
[ 0.006590] ACPI: Reserving HPET table memory at [mem 0xafee4dcf-0xafee4e06]
[ 0.006592] ACPI: Reserving APIC table memory at [mem 0xafee4e07-0xafee4e6a]
[ 0.006594] ACPI: Reserving BOOT table memory at [mem 0xafee4e6b-0xafee4e92]
[ 0.006597] ACPI: Reserving SSDT table memory at [mem 0xafee4e93-0xafee4fff]
[ 0.006749] Scanning NUMA topology in Northbridge 24
[ 0.006781] No NUMA configuration found
[ 0.006782] Faking a node at [mem 0x0000000000000000-0x00000000afecffff]
[ 0.006789] NODE_DATA(0) allocated [mem 0xafecc000-0xafecffff]
[ 0.006845] Zone ranges:
[ 0.006847] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.006851] DMA32 [mem 0x0000000001000000-0x00000000afecffff]
[ 0.006853] Normal empty
[ 0.006856] Device empty
[ 0.006858] Movable zone start for each node
[ 0.006859] Early memory node ranges
[ 0.006861] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.006863] node 0: [mem 0x0000000000100000-0x00000000afecffff]
[ 0.006867] Initmem setup node 0 [mem 0x0000000000001000-0x00000000afecffff]
[ 0.006878] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.006992] On node 0, zone DMA: 98 pages in unavailable ranges
[ 0.033038] On node 0, zone DMA32: 304 pages in unavailable ranges
[ 0.033253] ACPI: PM-Timer IO Port: 0x1008
[ 0.033264] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.033298] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.033303] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.033307] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.033310] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.033316] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.033318] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[ 0.033325] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.033348] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.033352] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.033354] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000cffff]
[ 0.033356] PM: hibernation: Registered nosave memory: [mem 0x000d0000-0x000fffff]
[ 0.033359] [mem 0xc0000000-0xdfffffff] available for PCI devices
[ 0.033362] Booting paravirtualized kernel on bare hardware
[ 0.033367] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.041958] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:1 nr_node_ids:1
[ 0.043544] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u2097152
[ 0.043556] pcpu-alloc: s196608 r8192 d28672 u2097152 alloc=1*2097152
[ 0.043561] pcpu-alloc: [0] 0
[ 0.043601] Built 1 zonelists, mobility grouping on. Total pages: 709076
[ 0.043605] Policy zone: DMA32
[ 0.043607] Kernel command line: BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux archisobasedir=arch archisolabel=ARCH_202110 initrd=/arch/boot/intel-ucode.img,/arch/boot/amd-ucode.img,/arch/boot/x86_64/initramfs-linux.img
[ 0.043727] Unknown command line parameters: BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux archisobasedir=arch archisolabel=ARCH_202110
[ 0.046393] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.047728] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.049134] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[ 0.076446] Memory: 2713056K/2881972K available (14344K kernel code, 2065K rwdata, 9356K rodata, 1804K init, 4076K bss, 168656K reserved, 0K cma-reserved)
[ 0.076457] random: get_random_u64 called from __kmem_cache_create+0x2a/0x5a0 with crng_init=0
[ 0.076790] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.076818] ftrace: allocating 42551 entries in 167 pages
[ 0.095285] ftrace: allocated 167 pages with 5 groups
[ 0.095600] rcu: Preemptible hierarchical RCU implementation.
[ 0.095603] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.095605] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=1.
[ 0.095607] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.095609] Trampoline variant of Tasks RCU enabled.
[ 0.095610] Rude variant of Tasks RCU enabled.
[ 0.095612] Tracing variant of Tasks RCU enabled.
[ 0.095614] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.095616] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.105351] NR_IRQS: 20736, nr_irqs: 256, preallocated irqs: 16
[ 0.105908] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.106007] spurious 8259A interrupt: IRQ7.
[ 0.110907] Console: colour VGA+ 80x25
[ 0.110926] printk: console [tty0] enabled
[ 0.110972] ACPI: Core revision 20210604
[ 0.111165] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[ 0.111199] APIC: Switch to symmetric I/O mode setup
[ 0.111828] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.127878] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e4519d8542, max_idle_ns: 440795271379 ns
[ 0.127892] Calibrating delay loop (skipped), value calculated using timer frequency.. 4201.95 BogoMIPS (lpj=6999920)
[ 0.127897] pid_max: default: 32768 minimum: 301
[ 0.127941] LSM: Security Framework initializing
[ 0.127959] landlock: Up and running.
[ 0.127962] Yama: becoming mindful.
[ 0.127983] LSM support for eBPF active
[ 0.128034] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.128070] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.128582] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[ 0.128589] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
[ 0.128598] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.128603] Spectre V2 : Mitigation: Full AMD retpoline
[ 0.128604] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.141449] Freeing SMP alternatives memory: 36K
[ 0.251853] smpboot: CPU0: AMD Sempron(tm) SI-42 (family: 0x11, model: 0x3, stepping: 0x1)
[ 0.252368] Performance Events: AMD PMU driver.
[ 0.252379] ... version: 0
[ 0.252380] ... bit width: 48
[ 0.252382] ... generic registers: 4
[ 0.252383] ... value mask: 0000ffffffffffff
[ 0.252385] ... max period: 00007fffffffffff
[ 0.252386] ... fixed-purpose events: 0
[ 0.252388] ... event mask: 000000000000000f
[ 0.252580] rcu: Hierarchical SRCU implementation.
[ 0.253492] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.253553] smp: Bringing up secondary CPUs ...
[ 0.253555] smp: Brought up 1 node, 1 CPU
[ 0.253558] smpboot: Max logical packages: 1
[ 0.253560] smpboot: Total of 1 processors activated (4201.95 BogoMIPS)
[ 0.254412] devtmpfs: initialized
[ 0.254499] x86/mm: Memory block size: 128MB
[ 0.254550] ACPI: PM: Registering ACPI NVS region [mem 0xafee5000-0xafee5fff] (4096 bytes)
[ 0.254600] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.254616] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.254718] pinctrl core: initialized pinctrl subsystem
[ 0.254961] PM: RTC time: 16:18:22, date: 2021-11-11
[ 0.255220] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.255631] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.255930] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.256207] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.256245] audit: initializing netlink subsys (disabled)
[ 0.256616] thermal_sys: Registered thermal governor 'fair_share'
[ 0.256618] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.256620] thermal_sys: Registered thermal governor 'step_wise'
[ 0.256621] thermal_sys: Registered thermal governor 'user_space'
[ 0.256623] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.256650] cpuidle: using governor ladder
[ 0.256658] cpuidle: using governor menu
[ 0.256672] TOM: 00000000c0000000 aka 3072M
[ 0.256676] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[ 0.256845] Simple Boot Flag at 0x38 set to 0x80
[ 0.256887] ACPI: bus type PCI registered
[ 0.256890] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.257039] PCI: MMCONFIG for domain 0000 [bus 00-07] at [mem 0xe0000000-0xe07fffff] (base 0xe0000000)
[ 0.257046] PCI: MMCONFIG at [mem 0xe0000000-0xe07fffff] reserved in E820
[ 0.257072] PCI: Using configuration type 1 for base access
[ 0.259220] Kprobes globally optimized
[ 0.259313] audit: type=2000 audit(1636647502.143:1): state=initialized audit_enabled=0 res=1
[ 0.259510] HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
[ 0.259515] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.260965] ACPI: Added _OSI(Module Device)
[ 0.260971] ACPI: Added _OSI(Processor Device)
[ 0.260973] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.260974] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.260977] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.260978] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.260980] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.271407] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.272186] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.273197] ACPI: EC: EC started
[ 0.273200] ACPI: EC: interrupt blocked
[ 0.297252] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.297257] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
[ 0.297260] ACPI: Interpreter enabled
[ 0.297290] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.297293] ACPI: Using IOAPIC for interrupt routing
[ 0.297337] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.297692] ACPI: Enabled 1 GPEs in block 00 to 1F
[ 0.328317] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.328335] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.328598] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
[ 0.328722] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[ 0.328726] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.328728] acpi PNP0A08:00: _OSC: platform willing to grant [AER]
[ 0.328731] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
[ 0.328746] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-07] only partially covers this bridge
[ 0.328899] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000ce1ff])
[ 0.329235] PCI host bridge to bus 0000:00
[ 0.329238] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.329242] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.329244] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.329247] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.329250] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.329252] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.329255] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.329258] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.329261] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.329263] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.329266] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.329268] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.329271] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.329273] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.329276] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 0.329279] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.329282] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.329334] pci 0000:00:00.0: [10de:0754] type 00 class 0x050000
[ 0.329707] pci 0000:00:01.0: [10de:075e] type 00 class 0x060100
[ 0.329721] pci 0000:00:01.0: reg 0x10: [io 0x1a00-0x1aff]
[ 0.329940] pci 0000:00:01.1: [10de:0752] type 00 class 0x0c0500
[ 0.329954] pci 0000:00:01.1: reg 0x10: [io 0x3080-0x30bf]
[ 0.329979] pci 0000:00:01.1: reg 0x20: [io 0x3040-0x307f]
[ 0.329987] pci 0000:00:01.1: reg 0x24: [io 0x3000-0x303f]
[ 0.330028] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.330208] pci 0000:00:01.3: [10de:0753] type 00 class 0x0b4000
[ 0.330237] pci 0000:00:01.3: reg 0x10: [mem 0xc0080000-0xc00fffff]
[ 0.330467] pci 0000:00:01.4: [10de:0568] type 00 class 0x050000
[ 0.330698] pci 0000:00:02.0: [10de:077b] type 00 class 0x0c0310
[ 0.330712] pci 0000:00:02.0: reg 0x10: [mem 0xc0006000-0xc0006fff]
[ 0.330773] pci 0000:00:02.0: supports D1 D2
[ 0.330775] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.330935] pci 0000:00:02.1: [10de:077c] type 00 class 0x0c0320
[ 0.330949] pci 0000:00:02.1: reg 0x10: [mem 0xc0007000-0xc00070ff]
[ 0.331016] pci 0000:00:02.1: supports D1 D2
[ 0.331018] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.331189] pci 0000:00:04.0: [10de:077d] type 00 class 0x0c0310
[ 0.331204] pci 0000:00:04.0: reg 0x10: [mem 0xc0008000-0xc0008fff]
[ 0.331274] pci 0000:00:04.0: supports D1 D2
[ 0.331276] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.331446] pci 0000:00:04.1: [10de:077e] type 00 class 0x0c0320
[ 0.331461] pci 0000:00:04.1: reg 0x10: [mem 0xc0007400-0xc00074ff]
[ 0.331527] pci 0000:00:04.1: supports D1 D2
[ 0.331530] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.331705] pci 0000:00:06.0: [10de:0759] type 00 class 0x01018a
[ 0.331741] pci 0000:00:06.0: reg 0x20: [io 0x30c0-0x30cf]
[ 0.331757] pci 0000:00:06.0: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.331760] pci 0000:00:06.0: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.331762] pci 0000:00:06.0: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.331764] pci 0000:00:06.0: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.331914] pci 0000:00:07.0: [10de:0774] type 00 class 0x040300
[ 0.331929] pci 0000:00:07.0: reg 0x10: [mem 0xc0000000-0xc0003fff]
[ 0.331997] pci 0000:00:07.0: PME# supported from D3hot D3cold
[ 0.332163] pci 0000:00:08.0: [10de:075a] type 01 class 0x060401
[ 0.332374] pci 0000:00:09.0: [10de:0ad0] type 00 class 0x010185
[ 0.332386] pci 0000:00:09.0: reg 0x10: [io 0x30f0-0x30f7]
[ 0.332393] pci 0000:00:09.0: reg 0x14: [io 0x30e4-0x30e7]
[ 0.332400] pci 0000:00:09.0: reg 0x18: [io 0x30e8-0x30ef]
[ 0.332407] pci 0000:00:09.0: reg 0x1c: [io 0x30e0-0x30e3]
[ 0.332414] pci 0000:00:09.0: reg 0x20: [io 0x30d0-0x30df]
[ 0.332421] pci 0000:00:09.0: reg 0x24: [mem 0xc0004000-0xc0005fff]
[ 0.332618] pci 0000:00:0a.0: [10de:0760] type 00 class 0x020000
[ 0.332630] pci 0000:00:0a.0: reg 0x10: [mem 0xc0009000-0xc0009fff]
[ 0.332638] pci 0000:00:0a.0: reg 0x14: [io 0x30f8-0x30ff]
[ 0.332645] pci 0000:00:0a.0: reg 0x18: [mem 0xc0007c00-0xc0007cff]
[ 0.332652] pci 0000:00:0a.0: reg 0x1c: [mem 0xc0007800-0xc000780f]
[ 0.332701] pci 0000:00:0a.0: supports D1 D2
[ 0.332703] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.332870] pci 0000:00:0b.0: [10de:0569] type 01 class 0x060400
[ 0.332922] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.333137] pci 0000:00:14.0: [10de:077a] type 01 class 0x060400
[ 0.333264] pci 0000:00:14.0: enabling Extended Tags
[ 0.333425] pci 0000:00:14.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.333665] pci 0000:00:18.0: [1022:1300] type 00 class 0x060000
[ 0.333802] pci 0000:00:18.1: [1022:1301] type 00 class 0x060000
[ 0.333949] pci 0000:00:18.2: [1022:1302] type 00 class 0x060000
[ 0.334083] pci 0000:00:18.3: [1022:1303] type 00 class 0x060000
[ 0.334211] pci 0000:00:18.4: [1022:1304] type 00 class 0x060000
[ 0.334365] pci_bus 0000:01: extended config space not accessible
[ 0.334425] pci 0000:00:08.0: PCI bridge to [bus 01] (subtractive decode)
[ 0.334434] pci 0000:00:08.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.334437] pci 0000:00:08.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.334440] pci 0000:00:08.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.334442] pci 0000:00:08.0: bridge window [mem 0x000c0000-0x000c3fff window] (subtractive decode)
[ 0.334445] pci 0000:00:08.0: bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
[ 0.334448] pci 0000:00:08.0: bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
[ 0.334451] pci 0000:00:08.0: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[ 0.334453] pci 0000:00:08.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[ 0.334456] pci 0000:00:08.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[ 0.334459] pci 0000:00:08.0: bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[ 0.334462] pci 0000:00:08.0: bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[ 0.334464] pci 0000:00:08.0: bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[ 0.334467] pci 0000:00:08.0: bridge window [mem 0x000e8000-0x000ebfff window] (subtractive decode)
[ 0.334470] pci 0000:00:08.0: bridge window [mem 0x000ec000-0x000effff window] (subtractive decode)
[ 0.334473] pci 0000:00:08.0: bridge window [mem 0x000f0000-0x000fffff window] (subtractive decode)
[ 0.334475] pci 0000:00:08.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
[ 0.334496] pci_bus 0000:02: extended config space not accessible
[ 0.334555] pci 0000:02:00.0: [10de:0845] type 00 class 0x030000
[ 0.334567] pci 0000:02:00.0: reg 0x10: [mem 0xc1000000-0xc1ffffff]
[ 0.334578] pci 0000:02:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.334588] pci 0000:02:00.0: reg 0x1c: [mem 0xc4000000-0xc5ffffff 64bit pref]
[ 0.334595] pci 0000:02:00.0: reg 0x24: [io 0x4000-0x407f]
[ 0.334602] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 0.334743] pci 0000:00:0b.0: PCI bridge to [bus 02]
[ 0.334749] pci 0000:00:0b.0: bridge window [io 0x4000-0x4fff]
[ 0.334753] pci 0000:00:0b.0: bridge window [mem 0xc1000000-0xc1ffffff]
[ 0.334758] pci 0000:00:0b.0: bridge window [mem 0xc4000000-0xdfffffff 64bit pref]
[ 0.334918] pci 0000:07:00.0: [168c:001c] type 00 class 0x020000
[ 0.334944] pci 0000:07:00.0: reg 0x10: [mem 0xc2000000-0xc200ffff 64bit]
[ 0.335215] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.335232] pci 0000:00:14.0: PCI bridge to [bus 07]
[ 0.335253] pci 0000:00:14.0: bridge window [mem 0xc2000000-0xc20fffff]
[ 0.340724] ACPI: PCI: Interrupt link LNK1 configured for IRQ 0
[ 0.340729] ACPI: PCI: Interrupt link LNK1 disabled
[ 0.340940] ACPI: PCI: Interrupt link LNK2 configured for IRQ 0
[ 0.340942] ACPI: PCI: Interrupt link LNK2 disabled
[ 0.341152] ACPI: PCI: Interrupt link LNK3 configured for IRQ 0
[ 0.341154] ACPI: PCI: Interrupt link LNK3 disabled
[ 0.341376] ACPI: PCI: Interrupt link LNK4 configured for IRQ 0
[ 0.341379] ACPI: PCI: Interrupt link LNK4 disabled
[ 0.341587] ACPI: PCI: Interrupt link Z012 configured for IRQ 10
[ 0.341796] ACPI: PCI: Interrupt link Z013 configured for IRQ 0
[ 0.341799] ACPI: PCI: Interrupt link Z013 disabled
[ 0.342007] ACPI: PCI: Interrupt link Z014 configured for IRQ 0
[ 0.342009] ACPI: PCI: Interrupt link Z014 disabled
[ 0.342218] ACPI: PCI: Interrupt link Z015 configured for IRQ 0
[ 0.342221] ACPI: PCI: Interrupt link Z015 disabled
[ 0.342428] ACPI: PCI: Interrupt link LSMB configured for IRQ 10
[ 0.342635] ACPI: PCI: Interrupt link LUS0 configured for IRQ 11
[ 0.342844] ACPI: PCI: Interrupt link LUS2 configured for IRQ 7
[ 0.343051] ACPI: PCI: Interrupt link LMAC configured for IRQ 11
[ 0.343260] ACPI: PCI: Interrupt link LAZA configured for IRQ 10
[ 0.343468] ACPI: PCI: Interrupt link LGPU configured for IRQ 10
[ 0.343677] ACPI: PCI: Interrupt link LPID configured for IRQ 0
[ 0.343680] ACPI: PCI: Interrupt link LPID disabled
[ 0.343886] ACPI: PCI: Interrupt link LSI0 configured for IRQ 11
[ 0.344095] ACPI: PCI: Interrupt link LSI1 configured for IRQ 0
[ 0.344097] ACPI: PCI: Interrupt link LSI1 disabled
[ 0.344304] ACPI: PCI: Interrupt link Z010 configured for IRQ 5
[ 0.344512] ACPI: PCI: Interrupt link Z011 configured for IRQ 10
[ 0.344729] ACPI: PCI: Interrupt link LPMU configured for IRQ 11
[ 0.345025] ACPI: EC: interrupt unblocked
[ 0.345027] ACPI: EC: event unblocked
[ 0.345073] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.345076] ACPI: EC: GPE=0x2a
[ 0.345079] ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
[ 0.345082] ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
[ 0.345221] iommu: Default domain type: Translated
[ 0.345293] pci 0000:02:00.0: vgaarb: setting as boot VGA device
[ 0.345297] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.345300] pci 0000:02:00.0: vgaarb: bridge control possible
[ 0.345303] vgaarb: loaded
[ 0.345754] SCSI subsystem initialized
[ 0.345867] libata version 3.00 loaded.
[ 0.345883] ACPI: bus type USB registered
[ 0.345909] usbcore: registered new interface driver usbfs
[ 0.345921] usbcore: registered new interface driver hub
[ 0.345931] usbcore: registered new device driver usb
[ 0.345976] pps_core: LinuxPPS API ver. 1 registered
[ 0.345978] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.345983] PTP clock support registered
[ 0.346006] EDAC MC: Ver: 3.0.0
[ 0.346484] NetLabel: Initializing
[ 0.346486] NetLabel: domain hash size = 128
[ 0.346488] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.346515] NetLabel: unlabeled traffic allowed by default
[ 0.346522] PCI: Using ACPI for IRQ routing
[ 0.346667] PCI: pci_cache_line_size set to 64 bytes
[ 0.346746] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.346750] e820: reserve RAM buffer [mem 0xafed0000-0xafffffff]
[ 0.346899] hpet: 3 channels of 0 reserved for per-cpu timers
[ 0.346904] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[ 0.346912] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[ 0.349009] clocksource: Switched to clocksource tsc-early
[ 0.373678] VFS: Disk quotas dquot_6.6.0
[ 0.373712] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.373845] pnp: PnP ACPI init
[ 0.374213] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.374310] system 00:01: [io 0x0360-0x0361] has been reserved
[ 0.374314] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.374319] system 00:01: [mem 0xff800000-0xff800fff] has been reserved
[ 0.379119] system 00:05: [io 0x1000-0x107f] has been reserved
[ 0.379126] system 00:05: [io 0x1080-0x10ff] has been reserved
[ 0.379129] system 00:05: [io 0x1200-0x127f] has been reserved
[ 0.379132] system 00:05: [io 0x1280-0x12ff] has been reserved
[ 0.379134] system 00:05: [io 0x1400-0x147f] has been reserved
[ 0.379137] system 00:05: [io 0x1480-0x14ff] has been reserved
[ 0.379887] system 00:06: [mem 0xffc00000-0xffffffff] could not be reserved
[ 0.379892] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.379895] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.379898] system 00:06: [mem 0xfed00000-0xfed00fff] could not be reserved
[ 0.379904] system 00:06: [mem 0xfef00000-0xfef00fff] has been reserved
[ 0.379921] pnp: PnP ACPI: found 7 devices
[ 0.386597] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.386727] NET: Registered PF_INET protocol family
[ 0.387015] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.390307] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.390467] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.390805] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.391000] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.391223] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[ 0.391297] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.391363] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.391466] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.391475] NET: Registered PF_XDP protocol family
[ 0.391505] pci 0000:00:08.0: PCI bridge to [bus 01]
[ 0.391530] pci 0000:02:00.0: BAR 6: assigned [mem 0xc6000000-0xc601ffff pref]
[ 0.391535] pci 0000:00:0b.0: PCI bridge to [bus 02]
[ 0.391539] pci 0000:00:0b.0: bridge window [io 0x4000-0x4fff]
[ 0.391544] pci 0000:00:0b.0: bridge window [mem 0xc1000000-0xc1ffffff]
[ 0.391548] pci 0000:00:0b.0: bridge window [mem 0xc4000000-0xdfffffff 64bit pref]
[ 0.391777] pci 0000:00:14.0: PCI bridge to [bus 07]
[ 0.391789] pci 0000:00:14.0: bridge window [mem 0xc2000000-0xc20fffff]
[ 0.391812] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.391815] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.391818] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.391820] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.391823] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.391826] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.391829] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff window]
[ 0.391831] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff window]
[ 0.391834] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff window]
[ 0.391837] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff window]
[ 0.391840] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff window]
[ 0.391842] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
[ 0.391845] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
[ 0.391848] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff window]
[ 0.391850] pci_bus 0000:00: resource 18 [mem 0x000f0000-0x000fffff window]
[ 0.391853] pci_bus 0000:00: resource 19 [mem 0xc0000000-0xfebfffff window]
[ 0.391856] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7 window]
[ 0.391859] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff window]
[ 0.391861] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.391864] pci_bus 0000:01: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.391867] pci_bus 0000:01: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.391869] pci_bus 0000:01: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.391872] pci_bus 0000:01: resource 10 [mem 0x000d0000-0x000d3fff window]
[ 0.391874] pci_bus 0000:01: resource 11 [mem 0x000d4000-0x000d7fff window]
[ 0.391877] pci_bus 0000:01: resource 12 [mem 0x000d8000-0x000dbfff window]
[ 0.391879] pci_bus 0000:01: resource 13 [mem 0x000dc000-0x000dffff window]
[ 0.391882] pci_bus 0000:01: resource 14 [mem 0x000e0000-0x000e3fff window]
[ 0.391885] pci_bus 0000:01: resource 15 [mem 0x000e4000-0x000e7fff window]
[ 0.391887] pci_bus 0000:01: resource 16 [mem 0x000e8000-0x000ebfff window]
[ 0.391890] pci_bus 0000:01: resource 17 [mem 0x000ec000-0x000effff window]
[ 0.391893] pci_bus 0000:01: resource 18 [mem 0x000f0000-0x000fffff window]
[ 0.391895] pci_bus 0000:01: resource 19 [mem 0xc0000000-0xfebfffff window]
[ 0.391898] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
[ 0.391901] pci_bus 0000:02: resource 1 [mem 0xc1000000-0xc1ffffff]
[ 0.391903] pci_bus 0000:02: resource 2 [mem 0xc4000000-0xdfffffff 64bit pref]
[ 0.391906] pci_bus 0000:07: resource 1 [mem 0xc2000000-0xc20fffff]
[ 0.392570] ACPI: \_SB_.PCI0.LUS0: Enabled at IRQ 17
[ 0.393052] ACPI: \_SB_.PCI0.LUS2: Enabled at IRQ 17
[ 0.393632] ACPI: \_SB_.PCI0.Z010: Enabled at IRQ 16
[ 0.394071] ACPI: \_SB_.PCI0.Z011: Enabled at IRQ 16
[ 0.394265] pci 0000:00:07.0: Enabling HT MSI Mapping
[ 0.394381] pci 0000:00:08.0: Enabling HT MSI Mapping
[ 0.394503] pci 0000:00:09.0: Enabling HT MSI Mapping
[ 0.394630] pci 0000:00:0a.0: Enabling HT MSI Mapping
[ 0.394759] pci 0000:00:0b.0: Enabling HT MSI Mapping
[ 0.394838] pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.394845] PCI: CLS 0 bytes, default 64
[ 0.394963] Trying to unpack rootfs image as initramfs...
[ 0.400846] Initialise system trusted keyrings
[ 0.400871] Key type blacklist registered
[ 0.401001] workingset: timestamp_bits=41 max_order=20 bucket_order=0
[ 0.410204] zbud: loaded
[ 0.436747] Key type asymmetric registered
[ 0.436756] Asymmetric key parser 'x509' registered
[ 0.436789] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.436886] io scheduler mq-deadline registered
[ 0.436889] io scheduler kyber registered
[ 0.436988] io scheduler bfq registered
[ 0.437775] ACPI: \_SB_.PCI0.Z012: Enabled at IRQ 23
[ 0.438022] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.440612] ACPI: AC: AC Adapter [ADP1] (on-line)
[ 0.440707] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.440773] ACPI: button: Lid Switch [LID0]
[ 0.440824] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.440868] ACPI: button: Sleep Button [SLPB]
[ 0.440938] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[ 0.440977] ACPI: button: Power Button [PWRB]
[ 0.441025] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.441067] ACPI: button: Power Button [PWRF]
[ 0.473810] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.473820] ACPI: thermal: Thermal Zone [TZS0] (72 C)
[ 0.487714] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.487724] ACPI: thermal: Thermal Zone [TZS1] (71 C)
[ 0.488149] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.491443] Non-volatile memory driver v1.3
[ 0.491450] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 0.491452] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[ 0.498509] ahci 0000:00:09.0: version 3.0
[ 0.499072] ACPI: \_SB_.PCI0.LSI0: Enabled at IRQ 22
[ 0.499144] ahci 0000:00:09.0: controller can't do PMP, turning off CAP_PMP
[ 0.499232] ahci 0000:00:09.0: AHCI 0001.0200 32 slots 2 ports 3 Gbps 0x3 impl IDE mode
[ 0.499238] ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pio slum part boh
[ 0.501684] scsi host0: ahci
[ 0.506837] scsi host1: ahci
[ 0.506950] ata1: SATA max UDMA/133 abar m8192@0xc0004000 port 0xc0004100 irq 24
[ 0.506955] ata2: SATA max UDMA/133 abar m8192@0xc0004000 port 0xc0004180 irq 24
[ 0.507054] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.507068] ehci-pci: EHCI PCI platform driver
[ 0.507249] ehci-pci 0000:00:02.1: EHCI Host Controller
[ 0.507260] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[ 0.507274] ehci-pci 0000:00:02.1: debug port 1
[ 0.507435] ehci-pci 0000:00:02.1: irq 17, io mem 0xc0007000
[ 0.520074] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[ 0.520216] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[ 0.520221] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.520224] usb usb1: Product: EHCI Host Controller
[ 0.520227] usb usb1: Manufacturer: Linux 5.14.8-arch1-1 ehci_hcd
[ 0.520229] usb usb1: SerialNumber: 0000:00:02.1
[ 0.520554] hub 1-0:1.0: USB hub found
[ 0.520570] hub 1-0:1.0: 3 ports detected
[ 0.521055] ehci-pci 0000:00:04.1: EHCI Host Controller
[ 0.521065] ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 2
[ 0.521078] ehci-pci 0000:00:04.1: debug port 1
[ 0.521153] ehci-pci 0000:00:04.1: irq 16, io mem 0xc0007400
[ 0.533418] ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.00
[ 0.533555] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
[ 0.533560] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.533637] usb usb2: Product: EHCI Host Controller
[ 0.533639] usb usb2: Manufacturer: Linux 5.14.8-arch1-1 ehci_hcd
[ 0.533641] usb usb2: SerialNumber: 0000:00:04.1
[ 0.533893] hub 2-0:1.0: USB hub found
[ 0.533908] hub 2-0:1.0: 4 ports detected
[ 0.534197] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.534205] ohci-pci: OHCI PCI platform driver
[ 0.534332] ohci-pci 0000:00:02.0: OHCI PCI host controller
[ 0.534342] ohci-pci 0000:00:02.0: new USB bus registered, assigned bus number 3
[ 0.534378] ohci-pci 0000:00:02.0: irq 17, io mem 0xc0006000
[ 0.553333] ACPI: battery: Slot [BAT0] (battery present)
[ 0.592171] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.14
[ 0.592182] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.592185] usb usb3: Product: OHCI PCI host controller
[ 0.592187] usb usb3: Manufacturer: Linux 5.14.8-arch1-1 ohci_hcd
[ 0.592189] usb usb3: SerialNumber: 0000:00:02.0
[ 0.592459] hub 3-0:1.0: USB hub found
[ 0.592473] hub 3-0:1.0: 3 ports detected
[ 0.592859] ohci-pci 0000:00:04.0: OHCI PCI host controller
[ 0.592872] ohci-pci 0000:00:04.0: new USB bus registered, assigned bus number 4
[ 0.592909] ohci-pci 0000:00:04.0: irq 16, io mem 0xc0008000
[ 0.648903] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.14
[ 0.648913] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.648916] usb usb4: Product: OHCI PCI host controller
[ 0.648919] usb usb4: Manufacturer: Linux 5.14.8-arch1-1 ohci_hcd
[ 0.648921] usb usb4: SerialNumber: 0000:00:04.0
[ 0.649134] hub 4-0:1.0: USB hub found
[ 0.649148] hub 4-0:1.0: 4 ports detected
[ 0.649388] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.649510] usbcore: registered new interface driver usbserial_generic
[ 0.649519] usbserial: USB Serial support registered for generic
[ 0.649719] rtc_cmos 00:02: RTC can wake from S4
[ 0.653724] rtc_cmos 00:02: registered as rtc0
[ 0.653820] rtc_cmos 00:02: setting system clock to 2021-11-11T16:18:23 UTC (1636647503)
[ 0.653854] rtc_cmos 00:02: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[ 0.653961] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.654123] hid: raw HID events driver (C) Jiri Kosina
[ 0.654247] drop_monitor: Initializing network drop monitor service
[ 0.654352] Initializing XFRM netlink socket
[ 0.654564] NET: Registered PF_INET6 protocol family
[ 0.770103] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 0.783445] usb 2-2: new high-speed USB device number 2 using ehci-pci
[ 0.823472] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 0.826799] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.832560] ata2.00: ATA-8: SAMSUNG HM321HI, 2AJ10003, max UDMA/133
[ 0.832567] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 32)
[ 0.838282] ata2.00: configured for UDMA/133
[ 0.842145] ata1.00: ATAPI: TSSTcorp CDDVDW TS-L633M, 0200, max UDMA/100
[ 0.860674] ata1.00: configured for UDMA/100
[ 0.863235] scsi 0:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L633M 0200 PQ: 0 ANSI: 5
[ 0.888816] scsi 1:0:0:0: Direct-Access ATA SAMSUNG HM321HI 0003 PQ: 0 ANSI: 5
[ 0.889130] sd 1:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 0.889149] sd 1:0:0:0: [sda] Write Protect is off
[ 0.889153] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.889197] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.915562] sda: sda1
[ 0.923567] sd 1:0:0:0: [sda] Attached SCSI disk
[ 0.927846] random: fast init done
[ 0.927884] usb 1-1: New USB device found, idVendor=0bda, idProduct=0158, bcdDevice=58.87
[ 0.927890] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 0.927893] usb 1-1: Product: USB2.0-CRW
[ 0.927896] usb 1-1: Manufacturer: Generic
[ 0.927898] usb 1-1: SerialNumber: 20071114173400000
[ 0.967954] usb 2-2: New USB device found, idVendor=04f2, idProduct=b091, bcdDevice=13.24
[ 0.967966] usb 2-2: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[ 0.967969] usb 2-2: Product: CNF7047
[ 0.967971] usb 2-2: Manufacturer: Chicony Electronics Co., Ltd.
[ 0.967973] usb 2-2: SerialNumber: SN0001
[ 1.093478] usb 2-3: new high-speed USB device number 3 using ehci-pci
[ 1.250694] usb 2-3: New USB device found, idVendor=0951, idProduct=1666, bcdDevice= 0.01
[ 1.250706] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.250709] usb 2-3: Product: DataTraveler 3.0
[ 1.250712] usb 2-3: Manufacturer: Kingston
[ 1.250714] usb 2-3: SerialNumber: E0D55EA574BCF3A0294A0FD6
[ 1.417929] tsc: Refined TSC clocksource calibration: 2099.999 MHz
[ 1.417946] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e452fc488e, max_idle_ns: 440795307124 ns
[ 1.417967] clocksource: Switched to clocksource tsc
[ 5.880802] Freeing initrd memory: 75504K
[ 5.892856] Segment Routing with IPv6
[ 5.892864] RPL Segment Routing with IPv6
[ 5.892910] NET: Registered PF_PACKET protocol family
[ 5.893218] microcode: CPU0: patch_level=0x02000057
[ 5.893225] microcode: Microcode Update Driver: v2.2.
[ 5.893232] IPI shorthand broadcast: enabled
[ 5.893253] sched_clock: Marking stable (5885819288, 5412282)->(6303025807, -411794237)
[ 5.893448] registered taskstats version 1
[ 5.893519] Loading compiled-in X.509 certificates
[ 5.900831] Loaded X.509 cert 'Build time autogenerated kernel key: e5056702f4373431f4393b868fe565bbbeeb0cdd'
[ 5.901192] zswap: loaded using pool lz4/z3fold
[ 5.901628] Key type ._fscrypt registered
[ 5.901633] Key type .fscrypt registered
[ 5.901634] Key type fscrypt-provisioning registered
[ 5.902174] PM: Magic number: 13:824:337
[ 5.902219] thermal thermal_zone0: hash matches
[ 5.902233] tty tty58: hash matches
[ 5.902515] RAS: Correctable Errors collector initialized.
[ 5.905196] Freeing unused decrypted memory: 2036K
[ 5.906505] Freeing unused kernel image (initmem) memory: 1804K
[ 5.908087] Write protecting the kernel read-only data: 26624k
[ 5.909720] Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 5.910305] Freeing unused kernel image (rodata/data gap) memory: 884K
[ 5.955310] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 5.955319] rodata_test: all tests were successful
[ 5.955404] Run /init as init process
[ 5.955407] with arguments:
[ 5.955409] /init
[ 5.955410] with environment:
[ 5.955412] HOME=/
[ 5.955413] TERM=linux
[ 5.955415] BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux
[ 5.955416] archisobasedir=arch
[ 5.955417] archisolabel=ARCH_202110
[ 6.404954] wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
[ 6.405132] pata_amd 0000:00:06.0: version 0.4.1
[ 6.405532] usb-storage 2-3:1.0: USB Mass Storage device detected
[ 6.405755] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 6.406291] ACPI: \_SB_.PCI0.LMAC: Enabled at IRQ 21
[ 6.407017] Linux agpgart interface v0.103
[ 6.414614] scsi host2: usb-storage 2-3:1.0
[ 6.414810] usbcore: registered new interface driver usb-storage
[ 6.414878] scsi host3: pata_amd
[ 6.427965] scsi host4: pata_amd
[ 6.428048] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x30c0 irq 14
[ 6.428053] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x30c8 irq 15
[ 6.435682] usbcore: registered new interface driver uas
[ 6.435711] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 6.453200] ums-realtek 1-1:1.0: USB Mass Storage device detected
[ 6.471515] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 6.478574] scsi host5: usb-storage 1-1:1.0
[ 6.478764] usbcore: registered new interface driver ums-realtek
[ 6.494162] acpi device:11: registered as cooling_device1
[ 6.494282] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0f/LNXVIDEO:00/input/input4
[ 6.513376] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 6.513388] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 6.540040] i8042: Detected active multiplexing controller, rev 1.1
[ 6.541887] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 6.569381] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 6.569495] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 6.569545] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 6.569584] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 6.569622] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 6.584714] ata4: port disabled--ignoring
[ 6.628463] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[ 6.847673] ACPI: \_SB_.PCI0.LGPU: Enabled at IRQ 20
[ 6.847806] nouveau 0000:02:00.0: vgaarb: deactivate vga console
[ 6.849548] Console: switching to colour dummy device 80x25
[ 6.849956] nouveau 0000:02:00.0: NVIDIA MCP77/MCP78 (0aa280a2)
[ 6.866533] nouveau 0000:02:00.0: bios: version 62.77.2f.00.07
[ 6.891085] nouveau 0000:02:00.0: fb: 256 MiB stolen system memory
[ 6.932549] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:1f:16:78:cf:b1
[ 6.932560] forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt lnktim msi desc-v3
[ 7.137810] nouveau 0000:02:00.0: DRM: VRAM: 256 MiB
[ 7.137819] nouveau 0000:02:00.0: DRM: GART: 1048576 MiB
[ 7.137825] nouveau 0000:02:00.0: DRM: TMDS table version 2.0
[ 7.137828] nouveau 0000:02:00.0: DRM: DCB version 4.0
[ 7.137831] nouveau 0000:02:00.0: DRM: DCB outp 00: 01000323 00010034
[ 7.137835] nouveau 0000:02:00.0: DRM: DCB outp 01: 02011300 0000001e
[ 7.137838] nouveau 0000:02:00.0: DRM: DCB outp 02: 02022332 00020010
[ 7.137842] nouveau 0000:02:00.0: DRM: DCB conn 00: 00000040
[ 7.137844] nouveau 0000:02:00.0: DRM: DCB conn 01: 00000100
[ 7.137846] nouveau 0000:02:00.0: DRM: DCB conn 02: 00001261
[ 7.195384] nouveau 0000:02:00.0: DRM: MM: using M2MF for buffer copies
[ 7.400668] nouveau 0000:02:00.0: DRM: allocated 1366x768 fb: 0x50000, bo (____ptrval____)
[ 7.401418] fbcon: nouveau (fb0) is primary device
[ 7.420478] scsi 2:0:0:0: Direct-Access Kingston DataTraveler 3.0 PQ: 0 ANSI: 6
[ 7.421490] sd 2:0:0:0: [sdb] 60437492 512-byte logical blocks: (30.9 GB/28.8 GiB)
[ 7.422351] sd 2:0:0:0: [sdb] Write Protect is off
[ 7.422357] sd 2:0:0:0: [sdb] Mode Sense: 4f 00 00 00
[ 7.423357] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 7.433338] sdb: sdb1 sdb2
[ 7.437333] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 7.500383] scsi 5:0:0:0: Direct-Access Generic- Multi-Card 1.00 PQ: 0 ANSI: 0 CCS
[ 7.506258] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[ 8.733201] Console: switching to colour frame buffer device 170x48
[ 8.734114] nouveau 0000:02:00.0: [drm] fb0: nouveau frame buffer device
[ 8.742756] [drm] Initialized nouveau 1.3.1 20120801 for 0000:02:00.0 on minor 0
[ 8.834595] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 8.835825] ISO 9660 Extensions: RRIP_1991A
[ 8.854985] loop: module loaded
[ 8.856604] loop0: detected capacity change from 0 to 1378520
[ 8.954968] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 8.980196] overlayfs: "xino" feature enabled using 2 upper inode bits.
[ 10.413033] nouveau 0000:02:00.0: therm: temperature (90 C) hit the 'fanboost' threshold
[ 10.671347] random: crng init done
[ 11.890299] systemd[1]: systemd 249.4-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 +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 11.890634] systemd[1]: Detected architecture x86-64.
[ 11.970134] systemd[1]: Hostname set to <archiso>.
[ 11.972083] systemd[1]: Initializing machine ID from random generator.
[ 16.105413] systemd[1]: Queued start job for default target Graphical Interface.
[ 16.107557] systemd[1]: Created slice Slice /system/getty.
[ 16.108693] systemd[1]: Created slice Slice /system/modprobe.
[ 16.109422] systemd[1]: Created slice User and Session Slice.
[ 16.109722] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 16.109886] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 16.110264] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 16.110414] systemd[1]: Reached target Local Encrypted Volumes.
[ 16.110568] systemd[1]: Reached target Path Units.
[ 16.110657] systemd[1]: Reached target Remote File Systems.
[ 16.110737] systemd[1]: Reached target Slice Units.
[ 16.110831] systemd[1]: Reached target Swaps.
[ 16.110927] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[ 16.111169] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 16.114238] systemd[1]: Listening on LVM2 poll daemon socket.
[ 16.118759] systemd[1]: Listening on Process Core Dump Socket.
[ 16.119298] systemd[1]: Listening on Journal Audit Socket.
[ 16.119594] systemd[1]: Listening on Journal Socket (/dev/log).
[ 16.119901] systemd[1]: Listening on Journal Socket.
[ 16.120312] systemd[1]: Listening on Network Service Netlink Socket.
[ 16.121903] systemd[1]: Listening on udev Control Socket.
[ 16.122270] systemd[1]: Listening on udev Kernel Socket.
[ 16.124254] systemd[1]: Mounting Huge Pages File System...
[ 16.126503] systemd[1]: Mounting POSIX Message Queue File System...
[ 16.131703] systemd[1]: Mounting Kernel Debug File System...
[ 16.137051] systemd[1]: Mounting Kernel Trace File System...
[ 16.194296] systemd[1]: Mounting Temporary Directory /tmp...
[ 16.200080] systemd[1]: Starting Create List of Static Device Nodes...
[ 16.224870] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 16.233534] systemd[1]: Starting Load Kernel Module configfs...
[ 16.245027] systemd[1]: Starting Load Kernel Module drm...
[ 16.265040] systemd[1]: Starting Load Kernel Module fuse...
[ 16.272483] systemd[1]: Condition check resulted in OpenVSwitch configuration for cleanup being skipped.
[ 16.341875] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 16.355088] fuse: init (API version 7.34)
[ 16.355749] systemd[1]: Starting Journal Service...
[ 16.421588] systemd[1]: Starting Load Kernel Modules...
[ 16.428390] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 16.476703] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 16.485001] systemd[1]: Starting Coldplug All udev Devices...
[ 16.543945] systemd[1]: Mounted Huge Pages File System.
[ 16.546880] systemd[1]: Mounted POSIX Message Queue File System.
[ 16.583438] systemd[1]: Mounted Kernel Debug File System.
[ 16.585480] systemd[1]: Mounted Kernel Trace File System.
[ 16.587156] systemd[1]: Mounted Temporary Directory /tmp.
[ 16.589067] systemd[1]: Finished Create List of Static Device Nodes.
[ 16.590368] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[ 16.591964] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 16.592371] systemd[1]: Finished Load Kernel Module configfs.
[ 16.593462] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 16.593824] systemd[1]: Finished Load Kernel Module drm.
[ 16.594995] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 16.595354] systemd[1]: Finished Load Kernel Module fuse.
[ 16.598127] systemd[1]: Mounting FUSE Control File System...
[ 16.603743] systemd[1]: Mounting Kernel Configuration File System...
[ 16.613919] systemd[1]: Mounted FUSE Control File System.
[ 16.642305] systemd[1]: Mounted Kernel Configuration File System.
[ 16.745521] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 16.746941] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 16.820037] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 16.823183] systemd[1]: Starting Load/Save Random Seed...
[ 16.870195] systemd[1]: Starting Create System Users...
[ 16.882706] Asymmetric key parser 'pkcs8' registered
[ 16.931440] systemd[1]: Finished Load Kernel Modules.
[ 16.934093] systemd[1]: Starting Apply Kernel Variables...
[ 17.013432] systemd[1]: Finished Load/Save Random Seed.
[ 17.013990] audit: type=1130 audit(1636647519.854:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.014390] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[ 17.225447] systemd[1]: Finished Apply Kernel Variables.
[ 17.226039] audit: type=1130 audit(1636647520.067:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.288376] systemd[1]: Started Journal Service.
[ 17.291294] audit: type=1130 audit(1636647520.130:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.399405] audit: type=1130 audit(1636647520.240:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.408845] systemd-journald[213]: Received client request to flush runtime journal.
[ 17.457069] audit: type=1130 audit(1636647520.297:6): 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'
[ 17.485862] audit: type=1130 audit(1636647520.327:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.617684] audit: type=1130 audit(1636647520.457:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.626365] audit: type=1334 audit(1636647520.467:9): prog-id=14 op=LOAD
[ 17.627401] audit: type=1334 audit(1636647520.467:10): prog-id=15 op=LOAD
[ 17.627610] audit: type=1334 audit(1636647520.467:11): prog-id=16 op=LOAD
[ 26.399993] kauditd_printk_skb: 8 callbacks suppressed
[ 26.400000] audit: type=1130 audit(1636647529.240:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 29.473122] acpi_cpufreq: overriding BIOS provided _PSD data
[ 34.256555] i2c i2c-7: nForce2 SMBus adapter at 0x3040
[ 34.256600] i2c i2c-8: nForce2 SMBus adapter at 0x3000
[ 34.342177] nv_tco: NV TCO WatchDog Timer Driver v0.01
[ 34.342347] nv_tco: Watchdog reboot not detected
[ 34.343879] nv_tco: initialized (0x1240). heartbeat=30 sec (nowayout=0)
[ 34.887839] ACPI: \_SB_.PCI0.LAZA: Enabled at IRQ 19
[ 34.894592] snd_hda_intel 0000:00:07.0: Disabling MSI
[ 35.025942] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 35.095320] snd_hda_codec_conexant hdaudioC0D0: CX20561 (Hermosa): BIOS auto-probing.
[ 35.102032] snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20561 (Hermosa): line_outs=1 (0x1a/0x0/0x0/0x0/0x0) type:speaker
[ 35.102045] snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 35.102049] snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[ 35.102052] snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
[ 35.102054] snd_hda_codec_conexant hdaudioC0D0: inputs:
[ 35.102057] snd_hda_codec_conexant hdaudioC0D0: Mic=0x18
[ 35.102059] snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x17
[ 35.112712] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 35.182994] input: HDA NVidia Mic as /devices/pci0000:00/0000:00:07.0/sound/card0/input10
[ 35.183087] input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:07.0/sound/card0/input11
[ 35.183159] input: HDA NVidia HDMI/DP,pcm=3 Phantom as /devices/pci0000:00/0000:00:07.0/sound/card0/input12
[ 35.296504] input: HP WMI hotkeys as /devices/virtual/input/input13
[ 35.787528] ath5k 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 35.787726] ath5k 0000:07:00.0: registered as 'phy0'
[ 36.738888] audit: type=1130 audit(1636647539.580:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 37.265654] ath: EEPROM regdomain: 0x67
[ 37.265665] ath: EEPROM indicates we should expect a direct regpair map
[ 37.265669] ath: Country alpha2 being used: 00
[ 37.265671] ath: Regpair used: 0x67
[ 37.265716] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 37.271337] ath5k: phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[ 37.510822] audit: type=1130 audit(1636647540.350:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:nv_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 37.770608] input: PC Speaker as /devices/platform/pcspkr/input/input16
[ 39.009432] psmouse serio2: synaptics: queried max coordinates: x [..5592], y [..4916]
[ 39.057522] psmouse serio2: synaptics: Touchpad model: 1, fw: 7.0, id: 0x1a0b1, caps: 0xd04711/0xa00000/0x20000/0x0, board id: 0, fw id: 502777
[ 39.173440] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input15
[ 39.548916] audit: type=1130 audit(1636647542.390:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 39.999727] mousedev: PS/2 mouse device common for all mice
[ 42.131136] forcedeth 0000:00:0a.0 enp0s10: renamed from eth0
[ 42.262858] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[ 42.266602] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s10: link becomes ready
[ 42.461312] mc: Linux media interface: v0.10
[ 42.591688] videodev: Linux video capture interface: v2.00
[ 43.024946] usb 2-2: Found UVC 1.00 device CNF7047 (04f2:b091)
[ 43.441149] input: CNF7047: HP Webcam-101 as /devices/pci0000:00/0000:00:04.1/usb2/2-2/2-2:1.0/input/input19
[ 43.441936] usbcore: registered new interface driver uvcvideo
[ 44.578765] audit: type=1131 audit(1636647547.420:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 45.093764] audit: type=1130 audit(1636647547.934:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 45.484676] audit: type=1130 audit(1636647548.327:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 47.761062] audit: type=1130 audit(1636647550.600:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 47.821281] audit: type=1130 audit(1636647550.660:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 47.858857] audit: type=1130 audit(1636647550.700:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 47.861425] audit: type=1334 audit(1636647550.700:30): prog-id=19 op=LOAD
[ 48.015306] audit: type=1334 audit(1636647550.857:31): prog-id=20 op=LOAD
[ 48.015903] audit: type=1334 audit(1636647550.857:32): prog-id=21 op=LOAD
[ 48.016117] audit: type=1334 audit(1636647550.857:33): prog-id=22 op=LOAD
[ 49.622155] kauditd_printk_skb: 1 callbacks suppressed
[ 49.622161] audit: type=1130 audit(1636647552.464:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 49.704376] NET: Registered PF_ALG protocol family
[ 49.755659] audit: type=1334 audit(1636647552.597:36): prog-id=23 op=LOAD
[ 49.758188] audit: type=1334 audit(1636647552.600:37): prog-id=24 op=LOAD
[ 49.758430] audit: type=1334 audit(1636647552.600:38): prog-id=25 op=LOAD
[ 50.470866] audit: type=1130 audit(1636647553.310:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 50.757902] cryptd: max_cpu_qlen set to 1000
[ 50.887964] audit: type=1130 audit(1636647553.727:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 50.897619] audit: type=1334 audit(1636647553.737:41): prog-id=26 op=LOAD
[ 51.177468] audit: type=1130 audit(1636647554.017:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 51.187717] audit: type=1130 audit(1636647554.027:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 57.323249] audit: type=1101 audit(1636647560.164:44): pid=390 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
[ 57.324336] audit: type=1103 audit(1636647560.164:45): pid=390 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
[ 57.324843] audit: type=1006 audit(1636647560.167:46): pid=390 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
[ 57.331314] audit: type=1300 audit(1636647560.167:46): arch=c000003e syscall=1 success=yes exit=1 a0=4 a1=7ffd8b7f9050 a2=1 a3=0 items=0 ppid=1 pid=390 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[ 57.331495] audit: type=1327 audit(1636647560.167:46): proctitle=2F62696E2F6C6F67696E002D66
[ 57.733633] audit: type=1130 audit(1636647560.574:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 57.775278] audit: type=1101 audit(1636647560.617:48): pid=420 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 57.776238] audit: type=1103 audit(1636647560.617:49): pid=420 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 57.776535] audit: type=1006 audit(1636647560.617:50): pid=420 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[ 57.778159] audit: type=1300 audit(1636647560.617:50): arch=c000003e syscall=1 success=yes exit=1 a0=9 a1=7ffc79ce1c50 a2=1 a3=0 items=0 ppid=1 pid=420 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
[ 67.915785] nouveau 0000:02:00.0: therm: temperature (96 C) hit the 'downclock' threshold
[ 68.994597] kauditd_printk_skb: 15 callbacks suppressed
[ 68.994608] audit: type=1130 audit(1636647571.834:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 70.159453] NET: Registered PF_QIPCRTR protocol family
[ 70.170939] audit: type=1130 audit(1636647573.010:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 85.425159] nouveau 0000:02:00.0: therm: temperature (92 C) went below the 'downclock' threshold
[ 88.183826] nouveau 0000:02:00.0: therm: temperature (96 C) hit the 'downclock' threshold
[ 93.651270] audit: type=1130 audit(1636647596.490:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 98.465815] nouveau 0000:02:00.0: therm: temperature (92 C) went below the 'downclock' threshold
[ 99.084403] audit: type=1131 audit(1636647601.924:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 99.101354] audit: type=1334 audit(1636647601.944:65): prog-id=25 op=UNLOAD
[ 99.101366] audit: type=1334 audit(1636647601.944:66): prog-id=24 op=UNLOAD
[ 99.101370] audit: type=1334 audit(1636647601.944:67): prog-id=23 op=UNLOAD
[ 126.330765] audit: type=1130 audit(1636647629.170:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 126.330951] audit: type=1131 audit(1636647629.170:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 126.338099] audit: type=1334 audit(1636647629.180:70): prog-id=26 op=UNLOADOffline
We still lack the actual error message(s)
Also try adding "rootdelay=10 rootwait" to the kernel parameters.
There's an optical drive on the first ata, no idea whether that might delay the bus by trying to read a disc.
Offline
Here is the error message. Sorry, I can only post the photo. You can see that there is no /dev/sda1 device in rootfs.
https://photos.app.goo.gl/tbcmJfZhyTeTRCRXA
I tried also without UUIDs, and then it was saying "can't find /dev/sda1"
It made no difference adding "rootdelay=10 rootwait" to kernel.
Last edited by aquilarubra (2021-11-18 10:27:09)
Offline
I see many changes in block devices in kernel. Maybe something is connected to my case.
Offline
It's actually an AMD Sempron, not a ION Atom. I'm not sure it will apply.
https://photos.app.goo.gl/FZSDp9XBQkkYuPwt6 shows Nvidia MCP78S AHCI controller. Although I think another ID would need to be added to https://lore.kernel.org/linux-pci/20211 … ernel.org/
Edit:
https://github.com/archlinux/linux/comm … 8836a2fb19
I think your system's ID is still missing but you would need to test 5.15.3-arch1 and if it is still broken add your system's ID and retest.
Last edited by loqs (2021-11-18 22:23:45)
Offline
I checked the kernel in testing and it works. I guess they fixed it.
Offline
I ran into the same issue today after upgrading to 5.15.3-arch1-1.
Obviously the kernel image /vmlinuz-linux had not been updated to the latest version so that the old kernel (5.15.2) was still booted. I couldn't even fix the /boot partition by hand because it was impossible to load the necessary modules (/lib/modules/5.15.2-arch1-1 had already been removed in favor of /lib/modules/5.15.2-arch1-1).
What eventually helped was downloading https://archive.archlinux.org/packages/ … kg.tar.zst, copying it to / with a Live Linux, rebooting to the emergency console and installing 5.15.2 again with pacman -U linux-5.15.2.arch1-1-x86_64.pkg.tar.zst.
Afterwards the normal upgrade process worked just fine again.
Offline
Pages: 1