You are not logged in.

#1 2020-05-01 20:14:20

patate
Member
Registered: 2020-05-01
Posts: 15

Boot stuck on loading initial ramdisk for a (very) long time?

Hi there!

First I have to say it's my 1st experience with Archlinux
I'm currently an ubuntu user, but it's quite often that I end up on archlinux wiki or pages while searching to solve some issues, and it made me curious :-)
So I tried to setup Arch on an old laptop I have, to test it a bit more.
It's a laptop with vintage mbr stuff, no uefi (hp dm1-1005sf with a 32G SSD if it make a difference).

I followed a few howto without success.

After posting my issues here : https://bbs.archlinux.org/viewtopic.php … 1#p1902061   (the topic may be deleted if you try to look), I was invited by @V1del to follow https://wiki.archlinux.org/index.php/Installation_guide, so I did.

The only small difference compared to the https://wiki.archlinux.org/index.php/Installation_guide is that I added a separated partition for /home, so :
/dev/sda1 to /
/dev/sda2 to /home
and no swap yet (as I planned to use swap file during next step of setup).
also, I added to the pacstrap a few package: nano, dhcpcd, dhclient

I had no error message during :
grub-install --target=i386-pc /dev/sda
grub-mkconfig -o /boot/grub/grub.cfg


After some time (~8-10min), the login prompt comes and I can login, but no network.

here is the content of journalctl -b:


-- Logs begin at Fri 2020-05-01 21:26:15 CEST, end at Fri 2020-05-01 21:41:25 CEST. --
mai 01 21:35:42 minus kernel: microcode: microcode updated early to revision 0xa0b, date = 2010-09-28
mai 01 21:35:42 minus kernel: Linux version 5.6.8-arch1-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Wed, 29 Apr 2020 16:22:56 +0000
mai 01 21:35:42 minus kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0754316e-37e0-4e15-9c6f-3181eb8057df rw loglevel=3 quiet
mai 01 21:35:42 minus kernel: KERNEL supported cpus:
mai 01 21:35:42 minus kernel:   Intel GenuineIntel
mai 01 21:35:42 minus kernel:   AMD AuthenticAMD
mai 01 21:35:42 minus kernel:   Hygon HygonGenuine
mai 01 21:35:42 minus kernel:   Centaur CentaurHauls
mai 01 21:35:42 minus kernel:   zhaoxin   Shanghai  
mai 01 21:35:42 minus kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
mai 01 21:35:42 minus kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
mai 01 21:35:42 minus kernel: x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
mai 01 21:35:42 minus kernel: BIOS-provided physical RAM map:
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007ba60fff] usable
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x000000007ba61000-0x000000007babefff] reserved
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x000000007babf000-0x000000007bb7ffff] usable
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x000000007bb80000-0x000000007bbbefff] ACPI NVS
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x000000007bbbf000-0x000000007bbe1fff] usable
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x000000007bbe2000-0x000000007bbf6fff] ACPI data
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x000000007bbf7000-0x000000007bbfffff] usable
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x000000007bc00000-0x000000007fffffff] reserved
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
mai 01 21:35:42 minus kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
mai 01 21:35:42 minus kernel: NX (Execute Disable) protection: active
mai 01 21:35:42 minus kernel: SMBIOS 2.6 present.
mai 01 21:35:42 minus kernel: DMI: Hewlett-Packard HP Pavilion dm1 Notebook PC/3663, BIOS F.02 09/03/2009
mai 01 21:35:42 minus kernel: tsc: Fast TSC calibration using PIT
mai 01 21:35:42 minus kernel: tsc: Detected 1200.003 MHz processor
mai 01 21:35:42 minus kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
mai 01 21:35:42 minus kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
mai 01 21:35:42 minus kernel: last_pfn = 0x7bc00 max_arch_pfn = 0x400000000
mai 01 21:35:42 minus kernel: MTRR default type: uncachable
mai 01 21:35:42 minus kernel: MTRR fixed ranges enabled:
mai 01 21:35:42 minus kernel:   00000-9FFFF write-back
mai 01 21:35:42 minus kernel:   A0000-BFFFF uncachable
mai 01 21:35:42 minus kernel:   C0000-FFFFF write-through
mai 01 21:35:42 minus kernel: MTRR variable ranges enabled:
mai 01 21:35:42 minus kernel:   0 base 000000000 mask FC0000000 write-back
mai 01 21:35:42 minus kernel:   1 base 0FFF00000 mask FFFE00000 write-protect
mai 01 21:35:42 minus kernel:   2 base 040000000 mask FC0000000 write-back
mai 01 21:35:42 minus kernel:   3 base 07C000000 mask FFC000000 uncachable
mai 01 21:35:42 minus kernel:   4 base 07BC00000 mask FFFC00000 uncachable
mai 01 21:35:42 minus kernel:   5 disabled
mai 01 21:35:42 minus kernel:   6 disabled
mai 01 21:35:42 minus kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
mai 01 21:35:42 minus kernel: check: Scanning 1 areas for low memory corruption
mai 01 21:35:42 minus kernel: BRK [0x67001000, 0x67001fff] PGTABLE
mai 01 21:35:42 minus kernel: BRK [0x67002000, 0x67002fff] PGTABLE
mai 01 21:35:42 minus kernel: BRK [0x67003000, 0x67003fff] PGTABLE
mai 01 21:35:42 minus kernel: BRK [0x67004000, 0x67004fff] PGTABLE
mai 01 21:35:42 minus kernel: BRK [0x67005000, 0x67005fff] PGTABLE
mai 01 21:35:42 minus kernel: BRK [0x67006000, 0x67006fff] PGTABLE
mai 01 21:35:42 minus kernel: RAMDISK: [mem 0x3680d000-0x373fdfff]
mai 01 21:35:42 minus kernel: ACPI: Early table checksum verification disabled
mai 01 21:35:42 minus kernel: ACPI: RSDP 0x00000000000FE020 000024 (v02 HPQOEM)
mai 01 21:35:42 minus kernel: ACPI: XSDT 0x000000007BBF6120 000064 (v01 HPQOEM SLIC-MPC 00000001      01000013)
mai 01 21:35:42 minus kernel: ACPI: FACP 0x000000007BBF5000 0000F4 (v04 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 01 21:35:42 minus kernel: ACPI: DSDT 0x000000007BBE5000 00B566 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 01 21:35:42 minus kernel: ACPI: FACS 0x000000007BB8D000 000040
mai 01 21:35:42 minus kernel: ACPI: FACS 0x000000007BB8D000 000040
mai 01 21:35:42 minus kernel: ACPI: HPET 0x000000007BBF4000 000038 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 01 21:35:42 minus kernel: ACPI: APIC 0x000000007BBF3000 000078 (v02 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 01 21:35:42 minus kernel: ACPI: MCFG 0x000000007BBF2000 00003C (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 01 21:35:42 minus kernel: ACPI: ASF! 0x000000007BBF1000 0000A5 (v32 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 01 21:35:42 minus kernel: ACPI: SLIC 0x000000007BBE4000 000176 (v01 HPQOEM SLIC-MPC 06040000  LTP 00000001)
mai 01 21:35:42 minus kernel: ACPI: BOOT 0x000000007BBE3000 000028 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 01 21:35:42 minus kernel: ACPI: SSDT 0x000000007BBE2000 000655 (v01 PmRef  CpuPm    00003000 INTL 20051117)
mai 01 21:35:42 minus kernel: ACPI: Local APIC address 0xfee00000
mai 01 21:35:42 minus kernel: No NUMA configuration found
mai 01 21:35:42 minus kernel: Faking a node at [mem 0x0000000000000000-0x000000007bbfffff]
mai 01 21:35:42 minus kernel: NODE_DATA(0) allocated [mem 0x7bbfc000-0x7bbfffff]
mai 01 21:35:42 minus kernel: Zone ranges:
mai 01 21:35:42 minus kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
mai 01 21:35:42 minus kernel:   DMA32    [mem 0x0000000001000000-0x000000007bbfffff]
mai 01 21:35:42 minus kernel:   Normal   empty
mai 01 21:35:42 minus kernel:   Device   empty
mai 01 21:35:42 minus kernel: Movable zone start for each node
mai 01 21:35:42 minus kernel: Early memory node ranges
mai 01 21:35:42 minus kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
mai 01 21:35:42 minus kernel:   node   0: [mem 0x0000000000100000-0x000000007ba60fff]
mai 01 21:35:42 minus kernel:   node   0: [mem 0x000000007babf000-0x000000007bb7ffff]
mai 01 21:35:42 minus kernel:   node   0: [mem 0x000000007bbbf000-0x000000007bbe1fff]
mai 01 21:35:42 minus kernel:   node   0: [mem 0x000000007bbf7000-0x000000007bbfffff]
mai 01 21:35:42 minus kernel: Zeroed struct page in unavailable ranges: 17685 pages
mai 01 21:35:42 minus kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000007bbfffff]
mai 01 21:35:42 minus kernel: On node 0 totalpages: 506603
mai 01 21:35:42 minus kernel:   DMA zone: 64 pages used for memmap
mai 01 21:35:42 minus kernel:   DMA zone: 21 pages reserved
mai 01 21:35:42 minus kernel:   DMA zone: 3997 pages, LIFO batch:0
mai 01 21:35:42 minus kernel:   DMA32 zone: 7856 pages used for memmap
mai 01 21:35:42 minus kernel:   DMA32 zone: 502606 pages, LIFO batch:63
mai 01 21:35:42 minus kernel: Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
mai 01 21:35:42 minus kernel: ACPI: PM-Timer IO Port: 0x408
mai 01 21:35:42 minus kernel: ACPI: Local APIC address 0xfee00000
mai 01 21:35:42 minus kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
mai 01 21:35:42 minus kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
mai 01 21:35:42 minus kernel: IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
mai 01 21:35:42 minus kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
mai 01 21:35:42 minus kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
mai 01 21:35:42 minus kernel: ACPI: IRQ0 used by override.
mai 01 21:35:42 minus kernel: ACPI: IRQ9 used by override.
mai 01 21:35:42 minus kernel: Using ACPI (MADT) for SMP configuration information
mai 01 21:35:42 minus kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
mai 01 21:35:42 minus kernel: smpboot: Allowing 4 CPUs, 2 hotplug CPUs
mai 01 21:35:42 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
mai 01 21:35:42 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
mai 01 21:35:42 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
mai 01 21:35:42 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
mai 01 21:35:42 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x7ba61000-0x7babefff]
mai 01 21:35:42 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x7bb80000-0x7bbbefff]
mai 01 21:35:42 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x7bbe2000-0x7bbf6fff]
mai 01 21:35:42 minus kernel: [mem 0x80000000-0xf7ffffff] available for PCI devices
mai 01 21:35:42 minus kernel: Booting paravirtualized kernel on bare hardware
mai 01 21:35:42 minus kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
mai 01 21:35:42 minus kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
mai 01 21:35:42 minus kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u524288
mai 01 21:35:42 minus kernel: pcpu-alloc: s196608 r8192 d28672 u524288 alloc=1*2097152
mai 01 21:35:42 minus kernel: pcpu-alloc: [0] 0 1 2 3 
mai 01 21:35:42 minus kernel: Built 1 zonelists, mobility grouping on.  Total pages: 498662
mai 01 21:35:42 minus kernel: Policy zone: DMA32
mai 01 21:35:42 minus kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0754316e-37e0-4e15-9c6f-3181eb8057df rw loglevel=3 quiet
mai 01 21:35:42 minus kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
mai 01 21:35:42 minus kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
mai 01 21:35:42 minus kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
mai 01 21:35:42 minus kernel: Memory: 1946508K/2026412K available (12291K kernel code, 1463K rwdata, 4504K rodata, 1620K init, 3220K bss, 79904K reserved, 0K cma-reserved)
mai 01 21:35:42 minus kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
mai 01 21:35:42 minus kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
mai 01 21:35:42 minus kernel: Kernel/User page tables isolation: enabled
mai 01 21:35:42 minus kernel: ftrace: allocating 40157 entries in 157 pages
mai 01 21:35:42 minus kernel: ftrace: allocated 157 pages with 5 groups
mai 01 21:35:42 minus kernel: rcu: Preemptible hierarchical RCU implementation.
mai 01 21:35:42 minus kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
mai 01 21:35:42 minus kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
mai 01 21:35:42 minus kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
mai 01 21:35:42 minus kernel:         Tasks RCU enabled.
mai 01 21:35:42 minus kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
mai 01 21:35:42 minus kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
mai 01 21:35:42 minus kernel: NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
mai 01 21:35:42 minus kernel: Console: colour dummy device 80x25
mai 01 21:35:42 minus kernel: printk: console [tty0] enabled
mai 01 21:35:42 minus kernel: ACPI: Core revision 20200110
mai 01 21:35:42 minus kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
mai 01 21:35:42 minus kernel: APIC: Switch to symmetric I/O mode setup
mai 01 21:35:42 minus kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
mai 01 21:35:42 minus kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x114c1e9539e, max_idle_ns: 440795239146 ns
mai 01 21:35:42 minus kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2400.00 BogoMIPS (lpj=4000010)
mai 01 21:35:42 minus kernel: pid_max: default: 32768 minimum: 301
mai 01 21:35:42 minus kernel: LSM: Security Framework initializing
mai 01 21:35:42 minus kernel: Yama: becoming mindful.
mai 01 21:35:42 minus kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
mai 01 21:35:42 minus kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
mai 01 21:35:42 minus kernel: *** VALIDATE tmpfs ***
mai 01 21:35:42 minus kernel: *** VALIDATE proc ***
mai 01 21:35:42 minus kernel: *** VALIDATE cgroup ***
mai 01 21:35:42 minus kernel: *** VALIDATE cgroup2 ***
mai 01 21:35:42 minus kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
mai 01 21:35:42 minus kernel: mce: CPU0: Thermal monitoring enabled (TM2)
mai 01 21:35:42 minus kernel: process: using mwait in idle threads
mai 01 21:35:42 minus kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
mai 01 21:35:42 minus kernel: Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
mai 01 21:35:42 minus kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
mai 01 21:35:42 minus kernel: Spectre V2 : Mitigation: Full generic retpoline
mai 01 21:35:42 minus kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
mai 01 21:35:42 minus kernel: Speculative Store Bypass: Vulnerable
mai 01 21:35:42 minus kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
mai 01 21:35:42 minus kernel: Freeing SMP alternatives memory: 32K
mai 01 21:35:42 minus kernel: smpboot: CPU0: Genuine Intel(R) CPU           U2300  @ 1.20GHz (family: 0x6, model: 0x17, stepping: 0xa)
mai 01 21:35:42 minus kernel: Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
mai 01 21:35:42 minus kernel: ... version:                2
mai 01 21:35:42 minus kernel: ... bit width:              40
mai 01 21:35:42 minus kernel: ... generic registers:      2
mai 01 21:35:42 minus kernel: ... value mask:             000000ffffffffff
mai 01 21:35:42 minus kernel: ... max period:             000000007fffffff
mai 01 21:35:42 minus kernel: ... fixed-purpose events:   3
mai 01 21:35:42 minus kernel: ... event mask:             0000000700000003
mai 01 21:35:42 minus kernel: rcu: Hierarchical SRCU implementation.
mai 01 21:35:42 minus kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
mai 01 21:35:42 minus kernel: smp: Bringing up secondary CPUs ...
mai 01 21:35:42 minus kernel: x86: Booting SMP configuration:
mai 01 21:35:42 minus kernel: .... node  #0, CPUs:      #1
mai 01 21:35:42 minus kernel: smp: Brought up 1 node, 2 CPUs
mai 01 21:35:42 minus kernel: smpboot: Max logical packages: 2
mai 01 21:35:42 minus kernel: smpboot: Total of 2 processors activated (4801.01 BogoMIPS)
mai 01 21:35:42 minus kernel: devtmpfs: initialized
mai 01 21:35:42 minus kernel: x86/mm: Memory block size: 128MB
mai 01 21:35:42 minus kernel: PM: Registering ACPI NVS region [mem 0x7bb80000-0x7bbbefff] (258048 bytes)
mai 01 21:35:42 minus kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
mai 01 21:35:42 minus kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
mai 01 21:35:42 minus kernel: pinctrl core: initialized pinctrl subsystem
mai 01 21:35:42 minus kernel: PM: RTC time: 19:35:39, date: 2020-05-01
mai 01 21:35:42 minus kernel: thermal_sys: Registered thermal governor 'fair_share'
mai 01 21:35:42 minus kernel: thermal_sys: Registered thermal governor 'bang_bang'
mai 01 21:35:42 minus kernel: thermal_sys: Registered thermal governor 'step_wise'
mai 01 21:35:42 minus kernel: thermal_sys: Registered thermal governor 'user_space'
mai 01 21:35:42 minus kernel: thermal_sys: Registered thermal governor 'power_allocator'
mai 01 21:35:42 minus kernel: NET: Registered protocol family 16
mai 01 21:35:42 minus kernel: audit: initializing netlink subsys (disabled)
mai 01 21:35:42 minus kernel: audit: type=2000 audit(1588361738.233:1): state=initialized audit_enabled=0 res=1
mai 01 21:35:42 minus kernel: cpuidle: using governor ladder
mai 01 21:35:42 minus kernel: cpuidle: using governor menu
mai 01 21:35:42 minus kernel: Simple Boot Flag value 0x5 read from CMOS RAM was invalid
mai 01 21:35:42 minus kernel: Simple Boot Flag at 0x44 set to 0x1
mai 01 21:35:42 minus kernel: ACPI: bus type PCI registered
mai 01 21:35:42 minus kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
mai 01 21:35:42 minus kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
mai 01 21:35:42 minus kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
mai 01 21:35:42 minus kernel: PCI: Using configuration type 1 for base access
mai 01 21:35:42 minus kernel: mtrr: your CPUs had inconsistent variable MTRR settings
mai 01 21:35:42 minus kernel: mtrr: probably your BIOS does not setup all CPUs.
mai 01 21:35:42 minus kernel: mtrr: corrected configuration.
mai 01 21:35:42 minus kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
mai 01 21:35:42 minus kernel: ACPI: Added _OSI(Module Device)
mai 01 21:35:42 minus kernel: ACPI: Added _OSI(Processor Device)
mai 01 21:35:42 minus kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
mai 01 21:35:42 minus kernel: ACPI: Added _OSI(Processor Aggregator Device)
mai 01 21:35:42 minus kernel: ACPI: Added _OSI(Linux-Dell-Video)
mai 01 21:35:42 minus kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
mai 01 21:35:42 minus kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
mai 01 21:35:42 minus kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
mai 01 21:35:42 minus kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
mai 01 21:35:42 minus kernel: ACPI: Dynamic OEM Table Load:
mai 01 21:35:42 minus kernel: ACPI: SSDT 0xFFFF894B39374400 00019F (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
mai 01 21:35:42 minus kernel: ACPI: Dynamic OEM Table Load:
mai 01 21:35:42 minus kernel: ACPI: SSDT 0xFFFF894B392CC800 000537 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
mai 01 21:35:42 minus kernel: ACPI: Dynamic OEM Table Load:
mai 01 21:35:42 minus kernel: ACPI: SSDT 0xFFFF894B39375C00 0001CF (v01 PmRef  ApIst    00003000 INTL 20051117)
mai 01 21:35:42 minus kernel: ACPI: Dynamic OEM Table Load:
mai 01 21:35:42 minus kernel: ACPI: SSDT 0xFFFF894B3930BCC0 00008D (v01 PmRef  ApCst    00003000 INTL 20051117)
mai 01 21:35:42 minus kernel: ACPI: EC: EC started
mai 01 21:35:42 minus kernel: ACPI: EC: interrupt blocked
mai 01 21:35:42 minus kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
mai 01 21:35:42 minus kernel: ACPI: \_SB_.PCI0.LPC_.EC0_: Boot DSDT EC used to handle transactions
mai 01 21:35:42 minus kernel: ACPI: Interpreter enabled
mai 01 21:35:42 minus kernel: ACPI: (supports S0 S3 S4 S5)
mai 01 21:35:42 minus kernel: ACPI: Using IOAPIC for interrupt routing
mai 01 21:35:42 minus kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
mai 01 21:35:42 minus kernel: ACPI: Enabled 12 GPEs in block 00 to 3F
mai 01 21:35:42 minus kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
mai 01 21:35:42 minus kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
mai 01 21:35:42 minus kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug LTR]
mai 01 21:35:42 minus kernel: acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
mai 01 21:35:42 minus kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
mai 01 21:35:42 minus kernel: PCI host bridge to bus 0000:00
mai 01 21:35:42 minus kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
mai 01 21:35:42 minus kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
mai 01 21:35:42 minus kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
mai 01 21:35:42 minus kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window]
mai 01 21:35:42 minus kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
mai 01 21:35:42 minus kernel: pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
mai 01 21:35:42 minus kernel: pci 0000:00:00.0: DMAR: Disabling IOMMU for graphics on this chipset
mai 01 21:35:42 minus kernel: pci 0000:00:00.0: DMAR: Forcing write-buffer flush capability
mai 01 21:35:42 minus kernel: pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
mai 01 21:35:42 minus kernel: pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff 64bit]
mai 01 21:35:42 minus kernel: pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
mai 01 21:35:42 minus kernel: pci 0000:00:02.0: reg 0x20: [io  0x40f0-0x40f7]
mai 01 21:35:42 minus kernel: pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
mai 01 21:35:42 minus kernel: pci 0000:00:02.1: reg 0x10: [mem 0x92400000-0x924fffff 64bit]
mai 01 21:35:42 minus kernel: pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
mai 01 21:35:42 minus kernel: pci 0000:00:1a.0: reg 0x20: [io  0x40c0-0x40df]
mai 01 21:35:42 minus kernel: pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
mai 01 21:35:42 minus kernel: pci 0000:00:1a.7: reg 0x10: [mem 0x94505c00-0x94505fff]
mai 01 21:35:42 minus kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
mai 01 21:35:42 minus kernel: pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
mai 01 21:35:42 minus kernel: pci 0000:00:1b.0: reg 0x10: [mem 0x94500000-0x94503fff 64bit]
mai 01 21:35:42 minus kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
mai 01 21:35:42 minus kernel: pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
mai 01 21:35:42 minus kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
mai 01 21:35:42 minus kernel: pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
mai 01 21:35:42 minus kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
mai 01 21:35:42 minus kernel: pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
mai 01 21:35:42 minus kernel: pci 0000:00:1d.0: reg 0x20: [io  0x40a0-0x40bf]
mai 01 21:35:42 minus kernel: pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
mai 01 21:35:42 minus kernel: pci 0000:00:1d.1: reg 0x20: [io  0x4080-0x409f]
mai 01 21:35:42 minus kernel: pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
mai 01 21:35:42 minus kernel: pci 0000:00:1d.2: reg 0x20: [io  0x4060-0x407f]
mai 01 21:35:42 minus kernel: pci 0000:00:1d.3: [8086:2939] type 00 class 0x0c0300
mai 01 21:35:42 minus kernel: pci 0000:00:1d.3: reg 0x20: [io  0x4040-0x405f]
mai 01 21:35:42 minus kernel: pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
mai 01 21:35:42 minus kernel: pci 0000:00:1d.7: reg 0x10: [mem 0x94505800-0x94505bff]
mai 01 21:35:42 minus kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
mai 01 21:35:42 minus kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
mai 01 21:35:42 minus kernel: pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
mai 01 21:35:42 minus kernel: pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
mai 01 21:35:42 minus kernel: pci 0000:00:1f.2: reg 0x10: [io  0x40e8-0x40ef]
mai 01 21:35:42 minus kernel: pci 0000:00:1f.2: reg 0x14: [io  0x40fc-0x40ff]
mai 01 21:35:42 minus kernel: pci 0000:00:1f.2: reg 0x18: [io  0x40e0-0x40e7]
mai 01 21:35:42 minus kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x40f8-0x40fb]
mai 01 21:35:42 minus kernel: pci 0000:00:1f.2: reg 0x20: [io  0x4020-0x403f]
mai 01 21:35:42 minus kernel: pci 0000:00:1f.2: reg 0x24: [mem 0x94505000-0x945057ff]
mai 01 21:35:42 minus kernel: pci 0000:00:1f.2: PME# supported from D3hot
mai 01 21:35:42 minus kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
mai 01 21:35:42 minus kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x94506000-0x945060ff 64bit]
mai 01 21:35:42 minus kernel: pci 0000:00:1f.3: reg 0x20: [io  0x4000-0x401f]
mai 01 21:35:42 minus kernel: pci 0000:00:1f.6: [8086:2932] type 00 class 0x118000
mai 01 21:35:42 minus kernel: pci 0000:00:1f.6: reg 0x10: [mem 0x94504000-0x94504fff 64bit]
mai 01 21:35:42 minus kernel: pci 0000:02:00.0: [14e4:4315] type 00 class 0x028000
mai 01 21:35:42 minus kernel: pci 0000:02:00.0: reg 0x10: [mem 0x93500000-0x93503fff 64bit]
mai 01 21:35:42 minus kernel: pci 0000:02:00.0: enabling Extended Tags
mai 01 21:35:42 minus kernel: pci 0000:02:00.0: supports D1 D2
mai 01 21:35:42 minus kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
mai 01 21:35:42 minus kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
mai 01 21:35:42 minus kernel: pci 0000:00:1c.0:   bridge window [mem 0x93500000-0x944fffff]
mai 01 21:35:42 minus kernel: pci 0000:00:1c.0:   bridge window [mem 0x90400000-0x913fffff 64bit pref]
mai 01 21:35:42 minus kernel: pci 0000:03:00.0: [10ec:8136] type 00 class 0x020000
mai 01 21:35:42 minus kernel: pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
mai 01 21:35:42 minus kernel: pci 0000:03:00.0: reg 0x18: [mem 0x91410000-0x91410fff 64bit pref]
mai 01 21:35:42 minus kernel: pci 0000:03:00.0: reg 0x20: [mem 0x91400000-0x9140ffff 64bit pref]
mai 01 21:35:42 minus kernel: pci 0000:03:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
mai 01 21:35:42 minus kernel: pci 0000:03:00.0: supports D1 D2
mai 01 21:35:42 minus kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
mai 01 21:35:42 minus kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
mai 01 21:35:42 minus kernel: pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
mai 01 21:35:42 minus kernel: pci 0000:00:1c.1:   bridge window [mem 0x92500000-0x934fffff]
mai 01 21:35:42 minus kernel: pci 0000:00:1c.1:   bridge window [mem 0x91400000-0x923fffff 64bit pref]
mai 01 21:35:42 minus kernel: pci_bus 0000:04: extended config space not accessible
mai 01 21:35:42 minus kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
mai 01 21:35:42 minus kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
mai 01 21:35:42 minus kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
mai 01 21:35:42 minus kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
mai 01 21:35:42 minus kernel: pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xfebfffff window] (subtractive decode)
mai 01 21:35:42 minus kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
mai 01 21:35:42 minus kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
mai 01 21:35:42 minus kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
mai 01 21:35:42 minus kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 *10 11 12)
mai 01 21:35:42 minus kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11 12)
mai 01 21:35:42 minus kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
mai 01 21:35:42 minus kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12)
mai 01 21:35:42 minus kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
mai 01 21:35:42 minus kernel: ACPI: EC: interrupt unblocked
mai 01 21:35:42 minus kernel: ACPI: EC: event unblocked
mai 01 21:35:42 minus kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
mai 01 21:35:42 minus kernel: ACPI: EC: GPE=0x17
mai 01 21:35:42 minus kernel: ACPI: \_SB_.PCI0.LPC_.EC0_: Boot DSDT EC used to handle transactions and events
mai 01 21:35:42 minus kernel: iommu: Default domain type: Translated 
mai 01 21:35:42 minus kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
mai 01 21:35:42 minus kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
mai 01 21:35:42 minus kernel: pci 0000:00:02.0: vgaarb: bridge control possible
mai 01 21:35:42 minus kernel: vgaarb: loaded
mai 01 21:35:42 minus kernel: SCSI subsystem initialized
mai 01 21:35:42 minus kernel: libata version 3.00 loaded.
mai 01 21:35:42 minus kernel: ACPI: bus type USB registered
mai 01 21:35:42 minus kernel: usbcore: registered new interface driver usbfs
mai 01 21:35:42 minus kernel: usbcore: registered new interface driver hub
mai 01 21:35:42 minus kernel: usbcore: registered new device driver usb
mai 01 21:35:42 minus kernel: pps_core: LinuxPPS API ver. 1 registered
mai 01 21:35:42 minus kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
mai 01 21:35:42 minus kernel: PTP clock support registered
mai 01 21:35:42 minus kernel: EDAC MC: Ver: 3.0.0
mai 01 21:35:42 minus kernel: PCI: Using ACPI for IRQ routing
mai 01 21:35:42 minus kernel: PCI: pci_cache_line_size set to 64 bytes
mai 01 21:35:43 minus kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
mai 01 21:35:43 minus kernel: e820: reserve RAM buffer [mem 0x7ba61000-0x7bffffff]
mai 01 21:35:43 minus kernel: e820: reserve RAM buffer [mem 0x7bb80000-0x7bffffff]
mai 01 21:35:43 minus kernel: e820: reserve RAM buffer [mem 0x7bbe2000-0x7bffffff]
mai 01 21:35:43 minus kernel: e820: reserve RAM buffer [mem 0x7bc00000-0x7bffffff]
mai 01 21:35:43 minus kernel: NetLabel: Initializing
mai 01 21:35:43 minus kernel: NetLabel:  domain hash size = 128
mai 01 21:35:43 minus kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
mai 01 21:35:43 minus kernel: NetLabel:  unlabeled traffic allowed by default
mai 01 21:35:43 minus kernel: hpet: 4 channels of 0 reserved for per-cpu timers
mai 01 21:35:43 minus kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
mai 01 21:35:43 minus kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
mai 01 21:35:43 minus kernel: clocksource: Switched to clocksource tsc-early
mai 01 21:35:43 minus kernel: *** VALIDATE bpf ***
mai 01 21:35:43 minus kernel: VFS: Disk quotas dquot_6.6.0
mai 01 21:35:43 minus kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
mai 01 21:35:43 minus kernel: *** VALIDATE ramfs ***
mai 01 21:35:43 minus kernel: *** VALIDATE hugetlbfs ***
mai 01 21:35:43 minus kernel: pnp: PnP ACPI init
mai 01 21:35:43 minus kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
mai 01 21:35:43 minus kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
mai 01 21:35:43 minus kernel: system 00:01: [io  0x164e-0x164f] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [io  0x0600-0x060f] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [io  0x0610] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [io  0x0800-0x080f] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [io  0x0810-0x0817] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [io  0x0820-0x0823] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [io  0x0400-0x047f] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [io  0x0500-0x053f] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [io  0x0380-0x038e] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
mai 01 21:35:43 minus kernel: system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
mai 01 21:35:43 minus kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
mai 01 21:35:43 minus kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
mai 01 21:35:43 minus kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
mai 01 21:35:43 minus kernel: pnp 00:04: Plug and Play ACPI device, IDs AUI1101 PNP0f13 (active)
mai 01 21:35:43 minus kernel: pnp: PnP ACPI: found 5 devices
mai 01 21:35:43 minus kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
mai 01 21:35:43 minus kernel: pci 0000:03:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
mai 01 21:35:43 minus kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
mai 01 21:35:43 minus kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
mai 01 21:35:43 minus kernel: pci 0000:00:1c.0:   bridge window [mem 0x93500000-0x944fffff]
mai 01 21:35:43 minus kernel: pci 0000:00:1c.0:   bridge window [mem 0x90400000-0x913fffff 64bit pref]
mai 01 21:35:43 minus kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x92500000-0x9250ffff pref]
mai 01 21:35:43 minus kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
mai 01 21:35:43 minus kernel: pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
mai 01 21:35:43 minus kernel: pci 0000:00:1c.1:   bridge window [mem 0x92500000-0x934fffff]
mai 01 21:35:43 minus kernel: pci 0000:00:1c.1:   bridge window [mem 0x91400000-0x923fffff 64bit pref]
mai 01 21:35:43 minus kernel: pci 0000:00:1e.0: PCI bridge to [bus 04]
mai 01 21:35:43 minus kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
mai 01 21:35:43 minus kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
mai 01 21:35:43 minus kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
mai 01 21:35:43 minus kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff window]
mai 01 21:35:43 minus kernel: pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
mai 01 21:35:43 minus kernel: pci_bus 0000:02: resource 1 [mem 0x93500000-0x944fffff]
mai 01 21:35:43 minus kernel: pci_bus 0000:02: resource 2 [mem 0x90400000-0x913fffff 64bit pref]
mai 01 21:35:43 minus kernel: pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
mai 01 21:35:43 minus kernel: pci_bus 0000:03: resource 1 [mem 0x92500000-0x934fffff]
mai 01 21:35:43 minus kernel: pci_bus 0000:03: resource 2 [mem 0x91400000-0x923fffff 64bit pref]
mai 01 21:35:43 minus kernel: pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
mai 01 21:35:43 minus kernel: pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
mai 01 21:35:43 minus kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
mai 01 21:35:43 minus kernel: pci_bus 0000:04: resource 7 [mem 0x80000000-0xfebfffff window]
mai 01 21:35:43 minus kernel: NET: Registered protocol family 2
mai 01 21:35:43 minus kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
mai 01 21:35:43 minus kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
mai 01 21:35:43 minus kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
mai 01 21:35:43 minus kernel: TCP: Hash tables configured (established 16384 bind 16384)
mai 01 21:35:43 minus kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
mai 01 21:35:43 minus kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
mai 01 21:35:43 minus kernel: NET: Registered protocol family 1
mai 01 21:35:43 minus kernel: NET: Registered protocol family 44
mai 01 21:35:43 minus kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
mai 01 21:35:43 minus kernel: pci 0000:00:1a.7: quirk_usb_early_handoff+0x0/0x654 took 18575 usecs
mai 01 21:35:43 minus kernel: pci 0000:00:1d.7: quirk_usb_early_handoff+0x0/0x654 took 16132 usecs
mai 01 21:35:43 minus kernel: PCI: CLS 64 bytes, default 64
mai 01 21:35:43 minus kernel: Trying to unpack rootfs image as initramfs...
mai 01 21:35:43 minus kernel: Freeing initrd memory: 12228K
mai 01 21:35:43 minus kernel: check: Scanning for low memory corruption every 60 seconds
mai 01 21:35:43 minus kernel: Initialise system trusted keyrings
mai 01 21:35:43 minus kernel: Key type blacklist registered
mai 01 21:35:43 minus kernel: workingset: timestamp_bits=41 max_order=19 bucket_order=0
mai 01 21:35:43 minus kernel: zbud: loaded
mai 01 21:35:43 minus kernel: Key type asymmetric registered
mai 01 21:35:43 minus kernel: Asymmetric key parser 'x509' registered
mai 01 21:35:43 minus kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
mai 01 21:35:43 minus kernel: io scheduler mq-deadline registered
mai 01 21:35:43 minus kernel: io scheduler kyber registered
mai 01 21:35:43 minus kernel: io scheduler bfq registered
mai 01 21:35:43 minus kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 24
mai 01 21:35:43 minus kernel: pcieport 0000:00:1c.1: PME: Signaling with IRQ 25
mai 01 21:35:43 minus kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
mai 01 21:35:43 minus kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0
mai 01 21:35:43 minus kernel: vesafb: scrolling: redraw
mai 01 21:35:43 minus kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
mai 01 21:35:43 minus kernel: vesafb: framebuffer at 0x80000000, mapped to 0x(____ptrval____), using 3072k, total 3072k
mai 01 21:35:43 minus kernel: fbcon: Deferring console take-over
mai 01 21:35:43 minus kernel: fb0: VESA VGA frame buffer device
mai 01 21:35:43 minus kernel: intel_idle: MWAIT substates: 0x22220
mai 01 21:35:43 minus kernel: Monitor-Mwait will be used to enter C-1 state
mai 01 21:35:43 minus kernel: Monitor-Mwait will be used to enter C-2 state
mai 01 21:35:43 minus kernel: ACPI: \_PR_.CPU0: Found 2 idle states
mai 01 21:35:43 minus kernel: intel_idle: v0.4.1 model 0x17
mai 01 21:35:43 minus kernel: intel_idle: lapic_timer_reliable_states 0x2
mai 01 21:35:43 minus kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
mai 01 21:35:43 minus kernel: ACPI: Power Button [PWRB]
mai 01 21:35:43 minus kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
mai 01 21:35:43 minus kernel: ACPI: Lid Switch [LID0]
mai 01 21:35:43 minus kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
mai 01 21:35:43 minus kernel: ACPI: Sleep Button [SLPB]
mai 01 21:35:43 minus kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
mai 01 21:35:43 minus kernel: ACPI: Power Button [PWRF]
mai 01 21:35:43 minus kernel: [Firmware Bug]: Invalid critical threshold (0)
mai 01 21:35:43 minus kernel: thermal LNXTHERM:00: registered as thermal_zone0
mai 01 21:35:43 minus kernel: ACPI: Thermal Zone [TZ01] (59 C)
mai 01 21:35:43 minus kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
mai 01 21:35:43 minus kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
mai 01 21:35:43 minus kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
mai 01 21:35:43 minus kernel: ahci 0000:00:1f.2: version 3.0
mai 01 21:35:43 minus kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
mai 01 21:35:43 minus kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
mai 01 21:35:43 minus kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems 
mai 01 21:35:43 minus kernel: scsi host0: ahci
mai 01 21:35:43 minus kernel: scsi host1: ahci
mai 01 21:35:43 minus kernel: scsi host2: ahci
mai 01 21:35:43 minus kernel: scsi host3: ahci
mai 01 21:35:43 minus kernel: ata1: SATA max UDMA/133 abar m2048@0x94505000 port 0x94505100 irq 26
mai 01 21:35:43 minus kernel: ata2: DUMMY
mai 01 21:35:43 minus kernel: ata3: DUMMY
mai 01 21:35:43 minus kernel: ata4: DUMMY
mai 01 21:35:43 minus kernel: usbcore: registered new interface driver usbserial_generic
mai 01 21:35:43 minus kernel: usbserial: USB Serial support registered for generic
mai 01 21:35:43 minus kernel: rtc_cmos 00:02: RTC can wake from S4
mai 01 21:35:43 minus kernel: rtc_cmos 00:02: registered as rtc0
mai 01 21:35:43 minus kernel: rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs
mai 01 21:35:43 minus kernel: intel_pstate: CPU model not supported
mai 01 21:35:43 minus kernel: ledtrig-cpu: registered to indicate activity on CPUs
mai 01 21:35:43 minus kernel: drop_monitor: Initializing network drop monitor service
mai 01 21:35:43 minus kernel: NET: Registered protocol family 10
mai 01 21:35:43 minus kernel: Segment Routing with IPv6
mai 01 21:35:43 minus kernel: NET: Registered protocol family 17
mai 01 21:35:43 minus kernel: RAS: Correctable Errors collector initialized.
mai 01 21:35:43 minus kernel: microcode: sig=0x1067a, pf=0x80, revision=0xa0b
mai 01 21:35:43 minus kernel: microcode: Microcode Update Driver: v2.2.
mai 01 21:35:43 minus kernel: IPI shorthand broadcast: enabled
mai 01 21:35:43 minus kernel: sched_clock: Marking stable (1028725748, 425586)->(1085085932, -55934598)
mai 01 21:35:43 minus kernel: registered taskstats version 1
mai 01 21:35:43 minus kernel: Loading compiled-in X.509 certificates
mai 01 21:35:43 minus kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 3173f57ffc4f79528759736b0e979de68a36535c'
mai 01 21:35:43 minus kernel: zswap: loaded using pool lzo/zbud
mai 01 21:35:43 minus kernel: Key type ._fscrypt registered
mai 01 21:35:43 minus kernel: Key type .fscrypt registered
mai 01 21:35:43 minus kernel: Key type fscrypt-provisioning registered
mai 01 21:35:43 minus kernel: Key type big_key registered
mai 01 21:35:43 minus kernel: PM:   Magic number: 4:114:596
mai 01 21:35:43 minus kernel: rtc_cmos 00:02: setting system clock to 2020-05-01T19:35:39 UTC (1588361739)
mai 01 21:35:43 minus kernel: random: fast init done
mai 01 21:35:43 minus kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
mai 01 21:35:43 minus kernel: ata1.00: ATA-7: TS32GSSD25S-M, V090216, max UDMA/100
mai 01 21:35:43 minus kernel: ata1.00: 62586880 sectors, multi 1: LBA48 NCQ (depth 1), AA
mai 01 21:35:43 minus kernel: ata1.00: configured for UDMA/100
mai 01 21:35:43 minus kernel: scsi 0:0:0:0: Direct-Access     ATA      TS32GSSD25S-M    216  PQ: 0 ANSI: 5
mai 01 21:35:43 minus kernel: sd 0:0:0:0: [sda] 62586880 512-byte logical blocks: (32.0 GB/29.8 GiB)
mai 01 21:35:43 minus kernel: sd 0:0:0:0: [sda] Write Protect is off
mai 01 21:35:43 minus kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
mai 01 21:35:43 minus kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mai 01 21:35:43 minus kernel:  sda: sda1 sda2
mai 01 21:35:43 minus kernel: sd 0:0:0:0: [sda] Attached SCSI disk
mai 01 21:35:43 minus kernel: Freeing unused decrypted memory: 2040K
mai 01 21:35:43 minus kernel: Freeing unused kernel image (initmem) memory: 1620K
mai 01 21:35:43 minus kernel: Write protecting the kernel read-only data: 20480k
mai 01 21:35:43 minus kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
mai 01 21:35:43 minus kernel: Freeing unused kernel image (rodata/data gap) memory: 1640K
mai 01 21:35:43 minus kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
mai 01 21:35:43 minus kernel: x86/mm: Checking user space page tables
mai 01 21:35:43 minus kernel: clocksource: timekeeping watchdog on CPU0: Marking clocksource 'tsc-early' as unstable because the skew is too large:
mai 01 21:35:43 minus kernel: clocksource:                       'hpet' wd_now: 8591a68a wd_last: ef3700 mask: ffffffff
mai 01 21:35:43 minus kernel: clocksource:                       'tsc-early' cs_now: 43cf074f6 cs_last: 4162a5de8 mask: ffffffffffffffff
mai 01 21:35:43 minus kernel: tsc: Marking TSC unstable due to clocksource watchdog
mai 01 21:35:43 minus kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
mai 01 21:35:43 minus kernel: sched_clock: Marking unstable (1657634306, 425575)<-(1713994440, -55934598)
mai 01 21:35:43 minus kernel: clocksource: Switched to clocksource hpet
mai 01 21:35:43 minus kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
mai 01 21:35:43 minus kernel: Run /init as init process
mai 01 21:35:43 minus kernel:   with arguments:
mai 01 21:35:43 minus kernel:     /init
mai 01 21:35:43 minus kernel:   with environment:
mai 01 21:35:43 minus kernel:     HOME=/
mai 01 21:35:43 minus kernel:     TERM=linux
mai 01 21:35:43 minus kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
mai 01 21:35:43 minus kernel: fbcon: Taking over console
mai 01 21:35:43 minus kernel: Console: switching to colour frame buffer device 128x48
mai 01 21:35:43 minus kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
mai 01 21:35:43 minus kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
mai 01 21:35:43 minus kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
mai 01 21:35:43 minus kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
mai 01 21:35:43 minus kernel: ehci-pci: EHCI PCI platform driver
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1a.7: debug port 1
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1a.7: irq 19, io mem 0x94505c00
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
mai 01 21:35:43 minus kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
mai 01 21:35:43 minus kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 01 21:35:43 minus kernel: usb usb1: Product: EHCI Host Controller
mai 01 21:35:43 minus kernel: usb usb1: Manufacturer: Linux 5.6.8-arch1-1 ehci_hcd
mai 01 21:35:43 minus kernel: usb usb1: SerialNumber: 0000:00:1a.7
mai 01 21:35:43 minus kernel: hub 1-0:1.0: USB hub found
mai 01 21:35:43 minus kernel: hub 1-0:1.0: 2 ports detected
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1d.7: debug port 1
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1d.7: irq 20, io mem 0x94505800
mai 01 21:35:43 minus kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
mai 01 21:35:43 minus kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
mai 01 21:35:43 minus kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 01 21:35:43 minus kernel: usb usb2: Product: EHCI Host Controller
mai 01 21:35:43 minus kernel: usb usb2: Manufacturer: Linux 5.6.8-arch1-1 ehci_hcd
mai 01 21:35:43 minus kernel: usb usb2: SerialNumber: 0000:00:1d.7
mai 01 21:35:43 minus kernel: hub 2-0:1.0: USB hub found
mai 01 21:35:43 minus kernel: hub 2-0:1.0: 8 ports detected
mai 01 21:35:43 minus kernel: uhci_hcd: USB Universal Host Controller Interface driver
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1a.0: detected 2 ports
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x000040c0
mai 01 21:35:43 minus kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.06
mai 01 21:35:43 minus kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 01 21:35:43 minus kernel: usb usb3: Product: UHCI Host Controller
mai 01 21:35:43 minus kernel: usb usb3: Manufacturer: Linux 5.6.8-arch1-1 uhci_hcd
mai 01 21:35:43 minus kernel: usb usb3: SerialNumber: 0000:00:1a.0
mai 01 21:35:43 minus kernel: hub 3-0:1.0: USB hub found
mai 01 21:35:43 minus kernel: hub 3-0:1.0: 2 ports detected
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.0: irq 20, io base 0x000040a0
mai 01 21:35:43 minus kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.06
mai 01 21:35:43 minus kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 01 21:35:43 minus kernel: usb usb4: Product: UHCI Host Controller
mai 01 21:35:43 minus kernel: usb usb4: Manufacturer: Linux 5.6.8-arch1-1 uhci_hcd
mai 01 21:35:43 minus kernel: usb usb4: SerialNumber: 0000:00:1d.0
mai 01 21:35:43 minus kernel: hub 4-0:1.0: USB hub found
mai 01 21:35:43 minus kernel: hub 4-0:1.0: 2 ports detected
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.1: detected 2 ports
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x00004080
mai 01 21:35:43 minus kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.06
mai 01 21:35:43 minus kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 01 21:35:43 minus kernel: usb usb5: Product: UHCI Host Controller
mai 01 21:35:43 minus kernel: usb usb5: Manufacturer: Linux 5.6.8-arch1-1 uhci_hcd
mai 01 21:35:43 minus kernel: usb usb5: SerialNumber: 0000:00:1d.1
mai 01 21:35:43 minus kernel: hub 5-0:1.0: USB hub found
mai 01 21:35:43 minus kernel: hub 5-0:1.0: 2 ports detected
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.2: detected 2 ports
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.2: irq 16, io base 0x00004060
mai 01 21:35:43 minus kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.06
mai 01 21:35:43 minus kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 01 21:35:43 minus kernel: usb usb6: Product: UHCI Host Controller
mai 01 21:35:43 minus kernel: usb usb6: Manufacturer: Linux 5.6.8-arch1-1 uhci_hcd
mai 01 21:35:43 minus kernel: usb usb6: SerialNumber: 0000:00:1d.2
mai 01 21:35:43 minus kernel: hub 6-0:1.0: USB hub found
mai 01 21:35:43 minus kernel: hub 6-0:1.0: 2 ports detected
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 7
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.3: detected 2 ports
mai 01 21:35:43 minus kernel: uhci_hcd 0000:00:1d.3: irq 18, io base 0x00004040
mai 01 21:35:43 minus kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.06
mai 01 21:35:43 minus kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 01 21:35:43 minus kernel: usb usb7: Product: UHCI Host Controller
mai 01 21:35:43 minus kernel: usb usb7: Manufacturer: Linux 5.6.8-arch1-1 uhci_hcd
mai 01 21:35:43 minus kernel: usb usb7: SerialNumber: 0000:00:1d.3
mai 01 21:35:43 minus kernel: hub 7-0:1.0: USB hub found
mai 01 21:35:43 minus kernel: hub 7-0:1.0: 2 ports detected
mai 01 21:35:43 minus kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
mai 01 21:35:43 minus kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
mai 01 21:35:43 minus kernel: usb 2-4: new high-speed USB device number 2 using ehci-pci
mai 01 21:35:43 minus kernel: usb 2-4: New USB device found, idVendor=5986, idProduct=0182, bcdDevice= 0.03
mai 01 21:35:43 minus kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mai 01 21:35:43 minus kernel: usb 2-4: Product: HP Webcam-50
mai 01 21:35:43 minus kernel: usb 2-4: Manufacturer: Bison
mai 01 21:35:43 minus systemd[1]: systemd 245.5-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
mai 01 21:35:43 minus systemd[1]: Detected architecture x86-64.
mai 01 21:35:43 minus systemd[1]: Set hostname to <minus>.
mai 01 21:35:43 minus kernel: random: systemd: uninitialized urandom read (16 bytes read)
mai 01 21:35:43 minus systemd[1]: Created slice system-getty.slice.
mai 01 21:35:43 minus kernel: random: systemd: uninitialized urandom read (16 bytes read)
mai 01 21:35:43 minus systemd[1]: Created slice system-modprobe.slice.
mai 01 21:35:43 minus kernel: random: systemd: uninitialized urandom read (16 bytes read)
mai 01 21:35:43 minus systemd[1]: Created slice system-systemd\x2dfsck.slice.
mai 01 21:35:43 minus systemd[1]: Created slice User and Session Slice.
mai 01 21:35:43 minus systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
mai 01 21:35:43 minus systemd[1]: Started Forward Password Requests to Wall Directory Watch.
mai 01 21:35:43 minus systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
mai 01 21:35:43 minus systemd[1]: Reached target Local Encrypted Volumes.
mai 01 21:35:43 minus systemd[1]: Reached target Paths.
mai 01 21:35:43 minus systemd[1]: Reached target Remote File Systems.
mai 01 21:35:43 minus systemd[1]: Reached target Slices.
mai 01 21:35:43 minus systemd[1]: Reached target Swap.
mai 01 21:35:43 minus systemd[1]: Listening on Device-mapper event daemon FIFOs.
mai 01 21:35:43 minus systemd[1]: Listening on Process Core Dump Socket.
mai 01 21:35:43 minus systemd[1]: Listening on initctl Compatibility Named Pipe.
mai 01 21:35:43 minus systemd[1]: Listening on Journal Audit Socket.
mai 01 21:35:43 minus systemd[1]: Listening on Journal Socket (/dev/log).
mai 01 21:35:43 minus systemd[1]: Listening on Journal Socket.
mai 01 21:35:43 minus systemd[1]: Listening on udev Control Socket.
mai 01 21:35:43 minus systemd[1]: Listening on udev Kernel Socket.
mai 01 21:35:43 minus systemd[1]: Mounting Huge Pages File System...
mai 01 21:35:43 minus systemd[1]: Mounting POSIX Message Queue File System...
mai 01 21:35:43 minus systemd[1]: Mounting Kernel Debug File System...
mai 01 21:35:43 minus systemd[1]: Mounting Kernel Trace File System...
mai 01 21:35:43 minus systemd[1]: Mounting Temporary Directory (/tmp)...
mai 01 21:35:43 minus systemd[1]: Starting Create list of static device nodes for the current kernel...
mai 01 21:35:43 minus systemd[1]: Starting Load Kernel Module drm...
mai 01 21:35:43 minus systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
mai 01 21:35:43 minus systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
mai 01 21:35:43 minus systemd[1]: Starting Journal Service...
mai 01 21:35:43 minus systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
mai 01 21:35:43 minus systemd[1]: Condition check resulted in FUSE Control File System being skipped.
mai 01 21:35:43 minus systemd[1]: Mounting Kernel Configuration File System...
mai 01 21:35:43 minus systemd[1]: Starting Remount Root and Kernel File Systems...
mai 01 21:35:43 minus systemd[1]: Starting Apply Kernel Variables...
mai 01 21:35:43 minus systemd[1]: Starting udev Coldplug all Devices...
mai 01 21:35:43 minus kernel: Linux agpgart interface v0.103
mai 01 21:35:43 minus systemd[1]: Mounted Huge Pages File System.
mai 01 21:35:43 minus systemd[1]: Mounted POSIX Message Queue File System.
mai 01 21:35:43 minus systemd[1]: Mounted Kernel Debug File System.
mai 01 21:35:43 minus systemd[1]: Mounted Kernel Trace File System.
mai 01 21:35:43 minus systemd[1]: Mounted Temporary Directory (/tmp).
mai 01 21:35:43 minus systemd[1]: Finished Create list of static device nodes for the current kernel.
mai 01 21:35:43 minus systemd[1]: Mounted Kernel Configuration File System.
mai 01 21:35:43 minus systemd[1]: Finished Apply Kernel Variables.
mai 01 21:35:43 minus kernel: EXT4-fs (sda1): re-mounted. Opts: (null)
mai 01 21:35:43 minus systemd[1]: Finished Remount Root and Kernel File Systems.
mai 01 21:35:43 minus systemd[1]: Condition check resulted in First Boot Wizard being skipped.
mai 01 21:35:43 minus systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
mai 01 21:35:43 minus systemd[1]: Starting Load/Save Random Seed...
mai 01 21:35:43 minus systemd[1]: Condition check resulted in Create System Users being skipped.
mai 01 21:35:43 minus systemd[1]: Starting Create Static Device Nodes in /dev...
mai 01 21:35:43 minus systemd[1]: Finished Create Static Device Nodes in /dev.
mai 01 21:35:43 minus systemd[1]: Reached target Local File Systems (Pre).
mai 01 21:35:43 minus systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
mai 01 21:35:43 minus systemd[1]: Starting udev Kernel Device Manager...
mai 01 21:35:43 minus systemd[1]: modprobe@drm.service: Succeeded.
mai 01 21:35:43 minus systemd[1]: Finished Load Kernel Module drm.
mai 01 21:35:43 minus systemd[1]: Finished udev Coldplug all Devices.
mai 01 21:35:43 minus systemd[1]: Started udev Kernel Device Manager.
mai 01 21:35:43 minus kernel: audit: type=1130 audit(1588361742.979:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:43 minus systemd-journald[248]: Journal started
mai 01 21:35:43 minus systemd-journald[248]: Runtime Journal (/run/log/journal/268a616050a74cf58a65729a822df6e0) is 8.0M, max 96.0M, 88.0M free.
mai 01 21:35:43 minus kernel: random: crng init done
mai 01 21:35:43 minus kernel: random: 7 urandom warning(s) missed due to ratelimiting
mai 01 21:35:43 minus systemd[1]: Started Journal Service.
mai 01 21:35:42 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:43 minus systemd-sysctl[251]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
mai 01 21:35:43 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:43 minus kernel: audit: type=1130 audit(1588361743.126:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:43 minus systemd-sysctl[251]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
mai 01 21:35:43 minus systemd-sysctl[251]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
mai 01 21:35:43 minus systemd-sysctl[251]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
mai 01 21:35:43 minus systemd-sysctl[251]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
mai 01 21:35:43 minus systemd-sysctl[251]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
mai 01 21:35:43 minus systemd-random-seed[254]: Kernel entropy pool is not initialized yet, waiting until it is.
mai 01 21:35:43 minus systemd[1]: Starting Flush Journal to Persistent Storage...
mai 01 21:35:43 minus kernel: audit: type=1130 audit(1588361743.149:4): 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'
mai 01 21:35:43 minus audit[1]: SERVICE_START 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'
mai 01 21:35:43 minus systemd-journald[248]: Time spent on flushing to /var/log/journal/268a616050a74cf58a65729a822df6e0 is 94.988ms for 737 entries.
mai 01 21:35:43 minus systemd-journald[248]: System Journal (/var/log/journal/268a616050a74cf58a65729a822df6e0) is 8.0M, max 1001.5M, 993.5M free.
mai 01 21:35:43 minus systemd[1]: Finished Load/Save Random Seed.
mai 01 21:35:43 minus systemd[1]: Finished Flush Journal to Persistent Storage.
mai 01 21:35:43 minus audit[1]: SERVICE_START 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'
mai 01 21:35:43 minus kernel: audit: type=1130 audit(1588361743.266:5): 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'
mai 01 21:35:43 minus kernel: ACPI: AC Adapter [ACAD] (on-line)
mai 01 21:35:43 minus kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
mai 01 21:35:43 minus kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMBA) (20200110/utaddress-204)
mai 01 21:35:43 minus kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
mai 01 21:35:43 minus kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000050F (\GPIO) (20200110/utaddress-204)
mai 01 21:35:43 minus kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
mai 01 21:35:43 minus kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
mai 01 21:35:43 minus kernel: mc: Linux media interface: v0.10
mai 01 21:35:43 minus kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
mai 01 21:35:43 minus kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
mai 01 21:35:43 minus kernel: libphy: r8169: probed
mai 01 21:35:43 minus kernel: r8169 0000:03:00.0 eth0: RTL8102e/RTL8103e, 00:26:9e:5a:1f:db, XID 24d, IRQ 17
mai 01 21:35:43 minus kernel: intel_powerclamp: No package C-state available
mai 01 21:35:43 minus systemd-udevd[275]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
mai 01 21:35:43 minus kernel: intel_powerclamp: No package C-state available
mai 01 21:35:43 minus systemd[1]: Found device TS32GSSD25S-M 2.
mai 01 21:35:43 minus systemd[1]: Starting File System Check on /dev/disk/by-uuid/ece006dc-028a-41ef-8e61-fe35b57655ad...
mai 01 21:35:43 minus kernel: videodev: Linux video capture interface: v2.00
mai 01 21:35:43 minus systemd-fsck[280]: /dev/sda2 : propre, 11/1302528 fichiers, 125808/5201664 blocs
mai 01 21:35:43 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ece006dc\x2d028a\x2d41ef\x2d8e61\x2dfe35b57655ad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:43 minus systemd[1]: Finished File System Check on /dev/disk/by-uuid/ece006dc-028a-41ef-8e61-fe35b57655ad.
mai 01 21:35:43 minus kernel: audit: type=1130 audit(1588361743.939:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ece006dc\x2d028a\x2d41ef\x2d8e61\x2dfe35b57655ad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:43 minus systemd[1]: Mounting /home...
mai 01 21:35:43 minus kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
mai 01 21:35:43 minus systemd[1]: Mounted /home.
mai 01 21:35:43 minus systemd[1]: Reached target Local File Systems.
mai 01 21:35:43 minus systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
mai 01 21:35:43 minus systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
mai 01 21:35:43 minus systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
mai 01 21:35:44 minus systemd[1]: Starting Create Volatile Files and Directories...
mai 01 21:35:44 minus systemd[1]: Finished Create Volatile Files and Directories.
mai 01 21:35:44 minus systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
mai 01 21:35:44 minus systemd[1]: Condition check resulted in Update is Completed being skipped.
mai 01 21:35:44 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:44 minus systemd[1]: Starting Update UTMP about System Boot/Shutdown...
mai 01 21:35:44 minus kernel: audit: type=1130 audit(1588361744.079:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:44 minus audit[290]: SYSTEM_BOOT pid=290 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
mai 01 21:35:44 minus kernel: audit: type=1127 audit(1588361744.103:8): pid=290 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
mai 01 21:35:44 minus systemd[1]: Finished Update UTMP about System Boot/Shutdown.
mai 01 21:35:44 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:44 minus systemd[1]: Reached target System Initialization.
mai 01 21:35:44 minus kernel: audit: type=1130 audit(1588361744.116:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:44 minus systemd[1]: Started Daily verification of password and group files.
mai 01 21:35:44 minus systemd[1]: Started Daily Cleanup of Temporary Directories.
mai 01 21:35:44 minus systemd[1]: Reached target Timers.
mai 01 21:35:44 minus systemd[1]: Listening on D-Bus System Message Bus Socket.
mai 01 21:35:44 minus systemd[1]: Reached target Sockets.
mai 01 21:35:44 minus systemd[1]: Reached target Basic System.
mai 01 21:35:44 minus systemd[1]: Started D-Bus System Message Bus.
mai 01 21:35:44 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:44 minus kernel: audit: type=1130 audit(1588361744.139:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:44 minus kernel: ssb: Found chip with id 0x4312, rev 0x01 and package 0x00
mai 01 21:35:44 minus audit: AUDIT1334 prog-id=7 op=LOAD
mai 01 21:35:44 minus kernel: audit: type=1334 audit(1588361744.153:11): prog-id=7 op=LOAD
mai 01 21:35:44 minus audit: AUDIT1334 prog-id=8 op=LOAD
mai 01 21:35:44 minus kernel: audit: type=1334 audit(1588361744.156:12): prog-id=8 op=LOAD
mai 01 21:35:44 minus systemd[1]: Starting Login Service...
mai 01 21:35:44 minus systemd[1]: Starting Permit User Sessions...
mai 01 21:35:44 minus systemd[1]: Finished Permit User Sessions.
mai 01 21:35:44 minus audit[1]: SERVICE_START 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'
mai 01 21:35:44 minus kernel: audit: type=1130 audit(1588361744.203:13): 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'
mai 01 21:35:44 minus systemd[1]: Started Getty on tty1.
mai 01 21:35:44 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:44 minus systemd[1]: Reached target Login Prompts.
mai 01 21:35:44 minus kernel: audit: type=1130 audit(1588361744.209:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:44 minus kernel: b43-pci-bridge 0000:02:00.0: Sonics Silicon Backplane found on PCI device 0000:02:00.0
mai 01 21:35:44 minus kernel: snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD81B1X5: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
mai 01 21:35:44 minus kernel: snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
mai 01 21:35:44 minus kernel: snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
mai 01 21:35:44 minus kernel: snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
mai 01 21:35:44 minus kernel: snd_hda_codec_idt hdaudioC0D0:    inputs:
mai 01 21:35:44 minus kernel: snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
mai 01 21:35:44 minus kernel: snd_hda_codec_idt hdaudioC0D0:      Mic=0xa
mai 01 21:35:44 minus kernel: gpio_ich gpio_ich.2.auto: GPIO from 435 to 495
mai 01 21:35:44 minus kernel: iTCO_vendor_support: vendor-support=0
mai 01 21:35:44 minus kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
mai 01 21:35:44 minus kernel: iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0460)
mai 01 21:35:44 minus kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
mai 01 21:35:44 minus kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
mai 01 21:35:44 minus kernel: input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
mai 01 21:35:44 minus kernel: input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
mai 01 21:35:44 minus kernel: input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
mai 01 21:35:44 minus kernel: uvcvideo: Found UVC 1.00 device HP Webcam-50 (5986:0182)
mai 01 21:35:44 minus kernel: uvcvideo 2-4:1.0: Entity type for entity Extension 5 was not initialized!
mai 01 21:35:44 minus kernel: uvcvideo 2-4:1.0: Entity type for entity Processing 4 was not initialized!
mai 01 21:35:44 minus kernel: uvcvideo 2-4:1.0: Entity type for entity Selector 3 was not initialized!
mai 01 21:35:44 minus kernel: uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not initialized!
mai 01 21:35:44 minus kernel: input: HP Webcam-50: HP Webcam-50 as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input12
mai 01 21:35:44 minus kernel: usbcore: registered new interface driver uvcvideo
mai 01 21:35:44 minus kernel: USB Video Class driver (1.1.1)
mai 01 21:35:44 minus systemd-udevd[259]: Using default interface naming scheme 'v245'.
mai 01 21:35:44 minus systemd-udevd[259]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
mai 01 21:35:44 minus kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
mai 01 21:35:44 minus kernel: input: HP WMI hotkeys as /devices/virtual/input/input13
mai 01 21:35:44 minus systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
mai 01 21:35:44 minus systemd[1]: Reached target Sound Card.
mai 01 21:35:44 minus systemd[1]: Starting Load/Save RF Kill Switch Status...
mai 01 21:35:44 minus systemd-udevd[264]: Using default interface naming scheme 'v245'.
mai 01 21:35:44 minus systemd[1]: Started Load/Save RF Kill Switch Status.
mai 01 21:35:44 minus kernel: audit: type=1130 audit(1588361744.793:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:44 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:45 minus kernel: pci 0000:00:00.0: Intel GM45 Chipset
mai 01 21:35:45 minus kernel: pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
mai 01 21:35:45 minus kernel: pci 0000:00:00.0: detected 65536K stolen memory
mai 01 21:35:45 minus kernel: checking generic (80000000 300000) vs hw (90000000 400000)
mai 01 21:35:45 minus kernel: checking generic (80000000 300000) vs hw (80000000 10000000)
mai 01 21:35:45 minus kernel: fb0: switching to inteldrmfb from VESA VGA
mai 01 21:35:45 minus kernel: Console: switching to colour dummy device 80x25
mai 01 21:35:45 minus kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
mai 01 21:35:45 minus kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
mai 01 21:35:45 minus kernel: [drm] Driver supports precise vblank timestamp query.
mai 01 21:35:45 minus kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
mai 01 21:35:45 minus kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
mai 01 21:35:45 minus kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
mai 01 21:35:45 minus kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
mai 01 21:35:45 minus kernel: cfg80211: failed to load regulatory.db
mai 01 21:35:45 minus kernel: [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 0
mai 01 21:35:45 minus kernel: ACPI: Video Device [OVGA] (multi-head: yes  rom: no  post: no)
mai 01 21:35:45 minus kernel: acpi device:02: registered as cooling_device2
mai 01 21:35:45 minus kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
mai 01 21:35:45 minus kernel: i915 0000:00:02.0: VGA-1: EDID is invalid:
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel: input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input7
mai 01 21:35:45 minus kernel: mousedev: PS/2 mouse device common for all mice
mai 01 21:35:45 minus kernel: fbcon: i915drmfb (fb0) is primary device
mai 01 21:35:45 minus kernel: b43-phy0: Broadcom 4312 WLAN found (core revision 15)
mai 01 21:35:45 minus kernel: b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
mai 01 21:35:45 minus kernel: b43-phy0: Found Radio: Manuf 0x17F, ID 0x2062, Revision 2, Version 0
mai 01 21:35:45 minus kernel: b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2
mai 01 21:35:45 minus kernel: b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2
mai 01 21:35:45 minus kernel: b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2
mai 01 21:35:45 minus kernel: b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2
mai 01 21:35:45 minus kernel: b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
mai 01 21:35:45 minus kernel: b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
mai 01 21:35:45 minus kernel: b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
mai 01 21:35:45 minus kernel: Broadcom 43xx driver loaded [ Features: PNLS ]
mai 01 21:35:45 minus systemd-logind[295]: Watching system buttons on /dev/input/event3 (Power Button)
mai 01 21:35:45 minus systemd-logind[295]: Watching system buttons on /dev/input/event0 (Power Button)
mai 01 21:35:45 minus systemd-logind[295]: Watching system buttons on /dev/input/event1 (Lid Switch)
mai 01 21:35:45 minus systemd-logind[295]: Watching system buttons on /dev/input/event2 (Sleep Button)
mai 01 21:35:45 minus systemd-logind[295]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
mai 01 21:35:46 minus kernel: Console: switching to colour frame buffer device 170x48
mai 01 21:35:46 minus systemd-logind[295]: New seat seat0.
mai 01 21:35:46 minus kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
mai 01 21:35:46 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:46 minus systemd[1]: Started Login Service.
mai 01 21:35:46 minus systemd[1]: Reached target Multi-User System.
mai 01 21:35:46 minus systemd[1]: Reached target Graphical Interface.
mai 01 21:35:46 minus systemd[1]: Startup finished in 2.505s (kernel) + 5.739s (userspace) = 8.245s.
mai 01 21:35:46 minus systemd[1]: Created slice system-systemd\x2dbacklight.slice.
mai 01 21:35:46 minus systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
mai 01 21:35:46 minus systemd-vconsole-setup[311]: /usr/bin/loadkeys failed with exit status 1.
mai 01 21:35:46 minus systemd-vconsole-setup[311]: KD_FONT_OP_GET failed while trying to get the font metadata: Input/output error
mai 01 21:35:46 minus systemd-vconsole-setup[311]: Fonts will not be copied to remaining consoles
mai 01 21:35:46 minus systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
mai 01 21:35:46 minus systemd-udevd[265]: vtcon1: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.
mai 01 21:35:46 minus systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
mai 01 21:35:46 minus audit[1]: SERVICE_START 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'
mai 01 21:35:46 minus systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
mai 01 21:35:46 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:49 minus systemd[1]: systemd-rfkill.service: Succeeded.
mai 01 21:35:49 minus audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:35:49 minus kernel: kauditd_printk_skb: 3 callbacks suppressed
mai 01 21:35:49 minus kernel: audit: type=1131 audit(1588361749.829:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:39:51 minus audit[297]: USER_AUTH pid=297 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 01 21:39:51 minus kernel: audit: type=1100 audit(1588361991.678:20): pid=297 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 01 21:39:51 minus audit[297]: USER_ACCT pid=297 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 01 21:39:51 minus audit[297]: CRED_ACQ pid=297 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 01 21:39:51 minus kernel: audit: type=1101 audit(1588361991.685:21): pid=297 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 01 21:39:51 minus kernel: audit: type=1103 audit(1588361991.685:22): pid=297 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 01 21:39:51 minus kernel: audit: type=1006 audit(1588361991.688:23): pid=297 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
mai 01 21:39:51 minus login[297]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
mai 01 21:39:51 minus systemd-logind[295]: New session 1 of user root.
mai 01 21:39:51 minus systemd[1]: Created slice User Slice of UID 0.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in First Boot Wizard being skipped.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in FUSE Control File System being skipped.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in Create System Users being skipped.
mai 01 21:39:51 minus systemd[1]: Condition check resulted in Update is Completed being skipped.
mai 01 21:39:51 minus systemd[1]: Starting User Runtime Directory /run/user/0...
mai 01 21:39:51 minus systemd[1]: Finished User Runtime Directory /run/user/0.
mai 01 21:39:51 minus audit[1]: SERVICE_START 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'
mai 01 21:39:51 minus kernel: audit: type=1130 audit(1588361991.751:24): 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'
mai 01 21:39:51 minus systemd[1]: Starting User Manager for UID 0...
mai 01 21:39:51 minus audit[317]: USER_ACCT pid=317 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:39:51 minus kernel: audit: type=1101 audit(1588361991.765:25): pid=317 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:39:51 minus kernel: audit: type=1103 audit(1588361991.768:26): pid=317 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
mai 01 21:39:51 minus kernel: audit: type=1006 audit(1588361991.768:27): pid=317 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
mai 01 21:39:51 minus audit[317]: CRED_ACQ pid=317 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
mai 01 21:39:51 minus systemd[317]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
mai 01 21:39:51 minus systemd[317]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
mai 01 21:39:51 minus audit[317]: USER_START pid=317 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:39:51 minus kernel: audit: type=1105 audit(1588361991.768:28): pid=317 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:39:51 minus audit: AUDIT1334 prog-id=9 op=LOAD
mai 01 21:39:51 minus kernel: audit: type=1334 audit(1588361991.788:29): prog-id=9 op=LOAD
mai 01 21:39:51 minus audit: AUDIT1334 prog-id=9 op=UNLOAD
mai 01 21:39:51 minus audit: AUDIT1334 prog-id=10 op=LOAD
mai 01 21:39:51 minus audit: AUDIT1334 prog-id=10 op=UNLOAD
mai 01 21:39:51 minus systemd[317]: Reached target Paths.
mai 01 21:39:51 minus systemd[317]: Reached target Timers.
mai 01 21:39:51 minus systemd[317]: Starting D-Bus User Message Bus Socket.
mai 01 21:39:51 minus systemd[317]: Listening on GnuPG network certificate management daemon.
mai 01 21:39:51 minus systemd[317]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
mai 01 21:39:51 minus systemd[317]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
mai 01 21:39:51 minus systemd[317]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
mai 01 21:39:51 minus systemd[317]: Listening on GnuPG cryptographic agent and passphrase cache.
mai 01 21:39:51 minus systemd[317]: Listening on p11-kit server.
mai 01 21:39:51 minus systemd[317]: Listening on D-Bus User Message Bus Socket.
mai 01 21:39:51 minus systemd[317]: Reached target Sockets.
mai 01 21:39:51 minus systemd[317]: Reached target Basic System.
mai 01 21:39:51 minus systemd[1]: Started User Manager for UID 0.
mai 01 21:39:51 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 01 21:39:51 minus systemd[317]: Reached target Main User Target.
mai 01 21:39:51 minus systemd[317]: Startup finished in 157ms.
mai 01 21:39:51 minus systemd[1]: Started Session 1 of user root.
mai 01 21:39:51 minus audit[297]: USER_START pid=297 uid=0 auid=0 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 01 21:39:51 minus audit[297]: CRED_REFR pid=297 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 01 21:39:51 minus login[297]: ROOT LOGIN ON tty1
mai 01 21:40:03 minus kernel: usb 2-1: new high-speed USB device number 3 using ehci-pci
mai 01 21:40:03 minus kernel: usb 2-1: device descriptor read/64, error -71
mai 01 21:40:04 minus kernel: usb 2-1: device descriptor read/64, error -71
mai 01 21:40:04 minus kernel: usb 2-1: new high-speed USB device number 4 using ehci-pci
mai 01 21:40:04 minus kernel: usb 2-1: device descriptor read/64, error -71
mai 01 21:40:04 minus kernel: usb 2-1: device descriptor read/64, error -71
mai 01 21:40:04 minus kernel: usb usb2-port1: attempt power cycle
mai 01 21:40:05 minus kernel: usb 2-1: new high-speed USB device number 5 using ehci-pci
mai 01 21:40:05 minus kernel: usb 2-1: device not accepting address 5, error -71
mai 01 21:40:05 minus kernel: usb 2-1: new high-speed USB device number 6 using ehci-pci
mai 01 21:40:06 minus kernel: usb 2-1: device not accepting address 6, error -71
mai 01 21:40:06 minus kernel: usb usb2-port1: unable to enumerate USB device
mai 01 21:40:06 minus kernel: usb 4-1: new full-speed USB device number 2 using uhci_hcd
mai 01 21:40:06 minus kernel: usb 4-1: device descriptor read/64, error -71
mai 01 21:40:07 minus kernel: usb 4-1: device descriptor read/64, error -71
mai 01 21:40:07 minus kernel: usb 4-1: new full-speed USB device number 3 using uhci_hcd
mai 01 21:40:07 minus kernel: usb 4-1: device descriptor read/64, error -71
mai 01 21:40:07 minus kernel: usb 4-1: device descriptor read/64, error -71
mai 01 21:40:07 minus kernel: usb usb4-port1: attempt power cycle
mai 01 21:40:08 minus kernel: usb 4-1: new full-speed USB device number 4 using uhci_hcd
mai 01 21:40:08 minus kernel: usb 4-1: device not accepting address 4, error -71
mai 01 21:40:08 minus kernel: usb 4-1: new full-speed USB device number 5 using uhci_hcd
mai 01 21:40:09 minus kernel: usb 4-1: device not accepting address 5, error -71
mai 01 21:40:09 minus kernel: usb usb4-port1: unable to enumerate USB device
mai 01 21:40:31 minus kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
mai 01 21:40:31 minus kernel: usb 1-1: New USB device found, idVendor=0951, idProduct=1643, bcdDevice= 1.00
mai 01 21:40:31 minus kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
mai 01 21:40:31 minus kernel: usb 1-1: Product: DataTraveler G3
mai 01 21:40:31 minus kernel: usb 1-1: Manufacturer: Kingston
mai 01 21:40:31 minus kernel: usb 1-1: SerialNumber: 001CC0EC34F5BAC146030090
mai 01 21:40:31 minus kernel: usb-storage 1-1:1.0: USB Mass Storage device detected
mai 01 21:40:31 minus kernel: scsi host4: usb-storage 1-1:1.0
mai 01 21:40:31 minus kernel: usbcore: registered new interface driver usb-storage
mai 01 21:40:31 minus kernel: usbcore: registered new interface driver uas
mai 01 21:40:32 minus kernel: scsi 4:0:0:0: Direct-Access     Kingston DataTraveler G3  PMAP PQ: 0 ANSI: 0 CCS
mai 01 21:40:33 minus kernel: usb 1-1: USB disconnect, device number 2
mai 01 21:40:33 minus kernel: sd 4:0:0:0: [sdb] Read Capacity(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
mai 01 21:40:33 minus kernel: sd 4:0:0:0: [sdb] Sense not available.
mai 01 21:40:33 minus kernel: sd 4:0:0:0: [sdb] 0 512-byte logical blocks: (0 B/0 B)
mai 01 21:40:33 minus kernel: sd 4:0:0:0: [sdb] 0-byte physical blocks
mai 01 21:40:33 minus kernel: sd 4:0:0:0: [sdb] Write Protect is off
mai 01 21:40:33 minus kernel: sd 4:0:0:0: [sdb] Mode Sense: 00 00 00 00
mai 01 21:40:33 minus kernel: sd 4:0:0:0: [sdb] Asking for cache data failed
mai 01 21:40:33 minus kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
mai 01 21:40:33 minus kernel: sd 4:0:0:0: [sdb] Read Capacity(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
mai 01 21:40:33 minus kernel: sd 4:0:0:0: [sdb] Sense not available.
mai 01 21:40:33 minus kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
mai 01 21:40:35 minus kernel: usb 1-1: new high-speed USB device number 3 using ehci-pci
mai 01 21:40:35 minus kernel: usb 1-1: New USB device found, idVendor=0951, idProduct=1643, bcdDevice= 1.00
mai 01 21:40:35 minus kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
mai 01 21:40:35 minus kernel: usb 1-1: Product: DataTraveler G3
mai 01 21:40:35 minus kernel: usb 1-1: Manufacturer: Kingston
mai 01 21:40:35 minus kernel: usb 1-1: SerialNumber: 001CC0EC34F5BAC146030090
mai 01 21:40:35 minus kernel: usb-storage 1-1:1.0: USB Mass Storage device detected
mai 01 21:40:35 minus kernel: scsi host4: usb-storage 1-1:1.0
mai 01 21:40:36 minus kernel: scsi 4:0:0:0: Direct-Access     Kingston DataTraveler G3  PMAP PQ: 0 ANSI: 0 CCS
mai 01 21:40:38 minus kernel: sd 4:0:0:0: [sdb] 31293440 512-byte logical blocks: (16.0 GB/14.9 GiB)
mai 01 21:40:38 minus kernel: sd 4:0:0:0: [sdb] Write Protect is off
mai 01 21:40:38 minus kernel: sd 4:0:0:0: [sdb] Mode Sense: 03 41 00 00
mai 01 21:40:38 minus kernel: sd 4:0:0:0: [sdb] No Caching mode page found
mai 01 21:40:38 minus kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
mai 01 21:40:38 minus kernel:  sdb: sdb1
mai 01 21:40:38 minus kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
mai 01 21:41:25 minus kernel: FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

I am confused with the timestamps because hwclock & system clock seems shifted (system is ~8min late compared to HW clock which seems to be at right time).
It seems the log file start at 21h35...if it is based on system clock, it mean the log file started about 8min after I reboot the laptop.

Any ideas or checks I could do ?

Last edited by patate (2020-05-01 20:42:00)

Offline

#2 2020-05-01 20:43:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,804

Re: Boot stuck on loading initial ramdisk for a (very) long time?

mai 01 21:35:45 minus kernel: i915 0000:00:02.0: VGA-1: EDID is invalid:
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 01 21:35:45 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
…
mai 01 21:35:46 minus systemd-vconsole-setup[311]: /usr/bin/loadkeys failed with exit status 1.
mai 01 21:35:46 minus systemd-vconsole-setup[311]: KD_FONT_OP_GET failed while trying to get the font metadata: Input/output error
mai 01 21:35:46 minus systemd-vconsole-setup[311]: Fonts will not be copied to remaining consoles
…
mai 01 21:35:46 minus systemd-udevd[265]: vtcon1: Process '/usr/lib/systemd/systemd-vconsole-setup' failed with exit code 1.

How did you setup /etc/vconsole.conf?
Can you boot when passing "nomodeset" to the kernel commandline?

mai 01 21:35:45 minus kernel: b43-phy0: Broadcom 4312 WLAN found (core revision 15)
…
mai 01 21:35:45 minus kernel: b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.

See the note in https://wiki.archlinux.org/index.php/Br … reless#b43

Offline

#3 2020-05-01 21:23:54

patate
Member
Registered: 2020-05-01
Posts: 15

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Hi! thanks for your answer,

I have setup vconsole.conf install guide (I think) with

KEYMAP=fr-latin1

I added nomodeset to "linux" line after pressing "e" in grub menu.  then ctrl+x to boot with modification. but I see no changes in boot timing.

Regarding the wifi driver, yes, I noticed this too...but I planned to take one problem at a time (maybe I'm wrong, but I assume missing wifi driver would bring problems later, not at loading initial ramdisk). thanks for the link !

Offline

#4 2020-05-01 21:37:51

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,804

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Whatever stalls your boot does not seem to happen at the initramfs.

According to the log it takes you ~3 seconds to get to "mai 01 21:35:46 minus systemd[1]: Reached target Graphical Interface." and then there's a ~4 minute gap to the first login.

I'd suggest to remove the "quiet" parameter (next to adding "nomodeset") to see whether you get more output during the boot (and when)

Offline

#5 2020-05-02 09:34:10

patate
Member
Registered: 2020-05-01
Posts: 15

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Woaw, I have something weird.

I pressed "e" at grub menu to change linux line and remove "quiet" and then ctrl+x to boot with modified setup without saving.
So next to quiet, there is "loglevel=3", I changed the value to check if I can see more.

If I set loglevel=7, the boot is not stalled more than a very few seconds!!

Lower loglevel (4 to 6) show more text than loglevel=3 but stall like before.


I have made a screenshot with loglevel=6, when stalled (it stays several minutes like this)
signal-attachment-2020-05-02-112500.jpg
Also journalctl -b of same session:

-- Logs begin at Fri 2020-05-01 21:26:15 CEST, end at Sat 2020-05-02 11:14:16 CEST. --
mai 02 11:14:02 minus kernel: microcode: microcode updated early to revision 0xa0b, date = 2010-09-28
mai 02 11:14:02 minus kernel: Linux version 5.6.8-arch1-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Wed, 29 Apr 2020 16:22:56 +0000
mai 02 11:14:02 minus kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0754316e-37e0-4e15-9c6f-3181eb8057df rw loglevel=6
mai 02 11:14:02 minus kernel: KERNEL supported cpus:
mai 02 11:14:02 minus kernel:   Intel GenuineIntel
mai 02 11:14:02 minus kernel:   AMD AuthenticAMD
mai 02 11:14:02 minus kernel:   Hygon HygonGenuine
mai 02 11:14:02 minus kernel:   Centaur CentaurHauls
mai 02 11:14:02 minus kernel:   zhaoxin   Shanghai  
mai 02 11:14:02 minus kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
mai 02 11:14:02 minus kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
mai 02 11:14:02 minus kernel: x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
mai 02 11:14:02 minus kernel: BIOS-provided physical RAM map:
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007ba60fff] usable
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x000000007ba61000-0x000000007babefff] reserved
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x000000007babf000-0x000000007bb7ffff] usable
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x000000007bb80000-0x000000007bbbefff] ACPI NVS
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x000000007bbbf000-0x000000007bbe1fff] usable
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x000000007bbe2000-0x000000007bbf6fff] ACPI data
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x000000007bbf7000-0x000000007bbfffff] usable
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x000000007bc00000-0x000000007fffffff] reserved
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
mai 02 11:14:02 minus kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
mai 02 11:14:02 minus kernel: NX (Execute Disable) protection: active
mai 02 11:14:02 minus kernel: SMBIOS 2.6 present.
mai 02 11:14:02 minus kernel: DMI: Hewlett-Packard HP Pavilion dm1 Notebook PC/3663, BIOS F.02 09/03/2009
mai 02 11:14:02 minus kernel: tsc: Fast TSC calibration using PIT
mai 02 11:14:02 minus kernel: tsc: Detected 1199.890 MHz processor
mai 02 11:14:02 minus kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
mai 02 11:14:02 minus kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
mai 02 11:14:02 minus kernel: last_pfn = 0x7bc00 max_arch_pfn = 0x400000000
mai 02 11:14:02 minus kernel: MTRR default type: uncachable
mai 02 11:14:02 minus kernel: MTRR fixed ranges enabled:
mai 02 11:14:02 minus kernel:   00000-9FFFF write-back
mai 02 11:14:02 minus kernel:   A0000-BFFFF uncachable
mai 02 11:14:02 minus kernel:   C0000-FFFFF write-through
mai 02 11:14:02 minus kernel: MTRR variable ranges enabled:
mai 02 11:14:02 minus kernel:   0 base 000000000 mask FC0000000 write-back
mai 02 11:14:02 minus kernel:   1 base 0FFF00000 mask FFFE00000 write-protect
mai 02 11:14:02 minus kernel:   2 base 040000000 mask FC0000000 write-back
mai 02 11:14:02 minus kernel:   3 base 07C000000 mask FFC000000 uncachable
mai 02 11:14:02 minus kernel:   4 base 07BC00000 mask FFFC00000 uncachable
mai 02 11:14:02 minus kernel:   5 disabled
mai 02 11:14:02 minus kernel:   6 disabled
mai 02 11:14:02 minus kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
mai 02 11:14:02 minus kernel: check: Scanning 1 areas for low memory corruption
mai 02 11:14:02 minus kernel: BRK [0x23601000, 0x23601fff] PGTABLE
mai 02 11:14:02 minus kernel: BRK [0x23602000, 0x23602fff] PGTABLE
mai 02 11:14:02 minus kernel: BRK [0x23603000, 0x23603fff] PGTABLE
mai 02 11:14:02 minus kernel: BRK [0x23604000, 0x23604fff] PGTABLE
mai 02 11:14:02 minus kernel: BRK [0x23605000, 0x23605fff] PGTABLE
mai 02 11:14:02 minus kernel: BRK [0x23606000, 0x23606fff] PGTABLE
mai 02 11:14:02 minus kernel: RAMDISK: [mem 0x3680d000-0x373fdfff]
mai 02 11:14:02 minus kernel: ACPI: Early table checksum verification disabled
mai 02 11:14:02 minus kernel: ACPI: RSDP 0x00000000000FE020 000024 (v02 HPQOEM)
mai 02 11:14:02 minus kernel: ACPI: XSDT 0x000000007BBF6120 000064 (v01 HPQOEM SLIC-MPC 00000001      01000013)
mai 02 11:14:02 minus kernel: ACPI: FACP 0x000000007BBF5000 0000F4 (v04 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 02 11:14:02 minus kernel: ACPI: DSDT 0x000000007BBE5000 00B566 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 02 11:14:02 minus kernel: ACPI: FACS 0x000000007BB8D000 000040
mai 02 11:14:02 minus kernel: ACPI: FACS 0x000000007BB8D000 000040
mai 02 11:14:02 minus kernel: ACPI: HPET 0x000000007BBF4000 000038 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 02 11:14:02 minus kernel: ACPI: APIC 0x000000007BBF3000 000078 (v02 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 02 11:14:02 minus kernel: ACPI: MCFG 0x000000007BBF2000 00003C (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 02 11:14:02 minus kernel: ACPI: ASF! 0x000000007BBF1000 0000A5 (v32 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 02 11:14:02 minus kernel: ACPI: SLIC 0x000000007BBE4000 000176 (v01 HPQOEM SLIC-MPC 06040000  LTP 00000001)
mai 02 11:14:02 minus kernel: ACPI: BOOT 0x000000007BBE3000 000028 (v01 HPQOEM SLIC-MPC 00000001 MSFT 01000013)
mai 02 11:14:02 minus kernel: ACPI: SSDT 0x000000007BBE2000 000655 (v01 PmRef  CpuPm    00003000 INTL 20051117)
mai 02 11:14:02 minus kernel: ACPI: Local APIC address 0xfee00000
mai 02 11:14:02 minus kernel: No NUMA configuration found
mai 02 11:14:02 minus kernel: Faking a node at [mem 0x0000000000000000-0x000000007bbfffff]
mai 02 11:14:02 minus kernel: NODE_DATA(0) allocated [mem 0x7bbfc000-0x7bbfffff]
mai 02 11:14:02 minus kernel: Zone ranges:
mai 02 11:14:02 minus kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
mai 02 11:14:02 minus kernel:   DMA32    [mem 0x0000000001000000-0x000000007bbfffff]
mai 02 11:14:02 minus kernel:   Normal   empty
mai 02 11:14:02 minus kernel:   Device   empty
mai 02 11:14:02 minus kernel: Movable zone start for each node
mai 02 11:14:02 minus kernel: Early memory node ranges
mai 02 11:14:02 minus kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
mai 02 11:14:02 minus kernel:   node   0: [mem 0x0000000000100000-0x000000007ba60fff]
mai 02 11:14:02 minus kernel:   node   0: [mem 0x000000007babf000-0x000000007bb7ffff]
mai 02 11:14:02 minus kernel:   node   0: [mem 0x000000007bbbf000-0x000000007bbe1fff]
mai 02 11:14:02 minus kernel:   node   0: [mem 0x000000007bbf7000-0x000000007bbfffff]
mai 02 11:14:02 minus kernel: Zeroed struct page in unavailable ranges: 17685 pages
mai 02 11:14:02 minus kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000007bbfffff]
mai 02 11:14:02 minus kernel: On node 0 totalpages: 506603
mai 02 11:14:02 minus kernel:   DMA zone: 64 pages used for memmap
mai 02 11:14:02 minus kernel:   DMA zone: 21 pages reserved
mai 02 11:14:02 minus kernel:   DMA zone: 3997 pages, LIFO batch:0
mai 02 11:14:02 minus kernel:   DMA32 zone: 7856 pages used for memmap
mai 02 11:14:02 minus kernel:   DMA32 zone: 502606 pages, LIFO batch:63
mai 02 11:14:02 minus kernel: Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
mai 02 11:14:02 minus kernel: ACPI: PM-Timer IO Port: 0x408
mai 02 11:14:02 minus kernel: ACPI: Local APIC address 0xfee00000
mai 02 11:14:02 minus kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
mai 02 11:14:02 minus kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
mai 02 11:14:02 minus kernel: IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
mai 02 11:14:02 minus kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
mai 02 11:14:02 minus kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
mai 02 11:14:02 minus kernel: ACPI: IRQ0 used by override.
mai 02 11:14:02 minus kernel: ACPI: IRQ9 used by override.
mai 02 11:14:02 minus kernel: Using ACPI (MADT) for SMP configuration information
mai 02 11:14:02 minus kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
mai 02 11:14:02 minus kernel: smpboot: Allowing 4 CPUs, 2 hotplug CPUs
mai 02 11:14:02 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
mai 02 11:14:02 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
mai 02 11:14:02 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
mai 02 11:14:02 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
mai 02 11:14:02 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x7ba61000-0x7babefff]
mai 02 11:14:02 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x7bb80000-0x7bbbefff]
mai 02 11:14:02 minus kernel: PM: hibernation: Registered nosave memory: [mem 0x7bbe2000-0x7bbf6fff]
mai 02 11:14:02 minus kernel: [mem 0x80000000-0xf7ffffff] available for PCI devices
mai 02 11:14:02 minus kernel: Booting paravirtualized kernel on bare hardware
mai 02 11:14:02 minus kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
mai 02 11:14:02 minus kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
mai 02 11:14:02 minus kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u524288
mai 02 11:14:02 minus kernel: pcpu-alloc: s196608 r8192 d28672 u524288 alloc=1*2097152
mai 02 11:14:02 minus kernel: pcpu-alloc: [0] 0 1 2 3 
mai 02 11:14:02 minus kernel: Built 1 zonelists, mobility grouping on.  Total pages: 498662
mai 02 11:14:02 minus kernel: Policy zone: DMA32
mai 02 11:14:02 minus kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0754316e-37e0-4e15-9c6f-3181eb8057df rw loglevel=6
mai 02 11:14:02 minus kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
mai 02 11:14:02 minus kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
mai 02 11:14:02 minus kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
mai 02 11:14:02 minus kernel: Memory: 1946508K/2026412K available (12291K kernel code, 1463K rwdata, 4504K rodata, 1620K init, 3220K bss, 79904K reserved, 0K cma-reserved)
mai 02 11:14:02 minus kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
mai 02 11:14:02 minus kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
mai 02 11:14:02 minus kernel: Kernel/User page tables isolation: enabled
mai 02 11:14:02 minus kernel: ftrace: allocating 40157 entries in 157 pages
mai 02 11:14:02 minus kernel: ftrace: allocated 157 pages with 5 groups
mai 02 11:14:02 minus kernel: rcu: Preemptible hierarchical RCU implementation.
mai 02 11:14:02 minus kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
mai 02 11:14:02 minus kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
mai 02 11:14:02 minus kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
mai 02 11:14:02 minus kernel:         Tasks RCU enabled.
mai 02 11:14:02 minus kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
mai 02 11:14:02 minus kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
mai 02 11:14:02 minus kernel: NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
mai 02 11:14:02 minus kernel: Console: colour dummy device 80x25
mai 02 11:14:02 minus kernel: printk: console [tty0] enabled
mai 02 11:14:02 minus kernel: ACPI: Core revision 20200110
mai 02 11:14:02 minus kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
mai 02 11:14:02 minus kernel: APIC: Switch to symmetric I/O mode setup
mai 02 11:14:02 minus kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
mai 02 11:14:02 minus kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x114bb3cc94e, max_idle_ns: 440795230846 ns
mai 02 11:14:02 minus kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2400.77 BogoMIPS (lpj=3999633)
mai 02 11:14:02 minus kernel: pid_max: default: 32768 minimum: 301
mai 02 11:14:02 minus kernel: LSM: Security Framework initializing
mai 02 11:14:02 minus kernel: Yama: becoming mindful.
mai 02 11:14:02 minus kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
mai 02 11:14:02 minus kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
mai 02 11:14:02 minus kernel: *** VALIDATE tmpfs ***
mai 02 11:14:02 minus kernel: *** VALIDATE proc ***
mai 02 11:14:02 minus kernel: *** VALIDATE cgroup ***
mai 02 11:14:02 minus kernel: *** VALIDATE cgroup2 ***
mai 02 11:14:02 minus kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
mai 02 11:14:02 minus kernel: mce: CPU0: Thermal monitoring enabled (TM2)
mai 02 11:14:02 minus kernel: process: using mwait in idle threads
mai 02 11:14:02 minus kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
mai 02 11:14:02 minus kernel: Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
mai 02 11:14:02 minus kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
mai 02 11:14:02 minus kernel: Spectre V2 : Mitigation: Full generic retpoline
mai 02 11:14:02 minus kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
mai 02 11:14:02 minus kernel: Speculative Store Bypass: Vulnerable
mai 02 11:14:02 minus kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
mai 02 11:14:02 minus kernel: Freeing SMP alternatives memory: 32K
mai 02 11:14:02 minus kernel: smpboot: CPU0: Genuine Intel(R) CPU           U2300  @ 1.20GHz (family: 0x6, model: 0x17, stepping: 0xa)
mai 02 11:14:02 minus kernel: Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
mai 02 11:14:02 minus kernel: ... version:                2
mai 02 11:14:02 minus kernel: ... bit width:              40
mai 02 11:14:02 minus kernel: ... generic registers:      2
mai 02 11:14:02 minus kernel: ... value mask:             000000ffffffffff
mai 02 11:14:02 minus kernel: ... max period:             000000007fffffff
mai 02 11:14:02 minus kernel: ... fixed-purpose events:   3
mai 02 11:14:02 minus kernel: ... event mask:             0000000700000003
mai 02 11:14:02 minus kernel: rcu: Hierarchical SRCU implementation.
mai 02 11:14:02 minus kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
mai 02 11:14:02 minus kernel: smp: Bringing up secondary CPUs ...
mai 02 11:14:02 minus kernel: x86: Booting SMP configuration:
mai 02 11:14:02 minus kernel: .... node  #0, CPUs:      #1
mai 02 11:14:02 minus kernel: smp: Brought up 1 node, 2 CPUs
mai 02 11:14:02 minus kernel: smpboot: Max logical packages: 2
mai 02 11:14:02 minus kernel: smpboot: Total of 2 processors activated (4801.54 BogoMIPS)
mai 02 11:14:02 minus kernel: devtmpfs: initialized
mai 02 11:14:02 minus kernel: x86/mm: Memory block size: 128MB
mai 02 11:14:02 minus kernel: PM: Registering ACPI NVS region [mem 0x7bb80000-0x7bbbefff] (258048 bytes)
mai 02 11:14:02 minus kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
mai 02 11:14:02 minus kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
mai 02 11:14:02 minus kernel: pinctrl core: initialized pinctrl subsystem
mai 02 11:14:02 minus kernel: PM: RTC time: 09:13:57, date: 2020-05-02
mai 02 11:14:02 minus kernel: thermal_sys: Registered thermal governor 'fair_share'
mai 02 11:14:02 minus kernel: thermal_sys: Registered thermal governor 'bang_bang'
mai 02 11:14:02 minus kernel: thermal_sys: Registered thermal governor 'step_wise'
mai 02 11:14:02 minus kernel: thermal_sys: Registered thermal governor 'user_space'
mai 02 11:14:02 minus kernel: thermal_sys: Registered thermal governor 'power_allocator'
mai 02 11:14:02 minus kernel: NET: Registered protocol family 16
mai 02 11:14:02 minus kernel: audit: initializing netlink subsys (disabled)
mai 02 11:14:02 minus kernel: audit: type=2000 audit(1588410837.236:1): state=initialized audit_enabled=0 res=1
mai 02 11:14:02 minus kernel: cpuidle: using governor ladder
mai 02 11:14:02 minus kernel: cpuidle: using governor menu
mai 02 11:14:02 minus kernel: Simple Boot Flag value 0x5 read from CMOS RAM was invalid
mai 02 11:14:02 minus kernel: Simple Boot Flag at 0x44 set to 0x1
mai 02 11:14:02 minus kernel: ACPI: bus type PCI registered
mai 02 11:14:02 minus kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
mai 02 11:14:02 minus kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
mai 02 11:14:02 minus kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
mai 02 11:14:02 minus kernel: PCI: Using configuration type 1 for base access
mai 02 11:14:02 minus kernel: mtrr: your CPUs had inconsistent variable MTRR settings
mai 02 11:14:02 minus kernel: mtrr: probably your BIOS does not setup all CPUs.
mai 02 11:14:02 minus kernel: mtrr: corrected configuration.
mai 02 11:14:02 minus kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
mai 02 11:14:02 minus kernel: fbcon: Taking over console
mai 02 11:14:02 minus kernel: ACPI: Added _OSI(Module Device)
mai 02 11:14:02 minus kernel: ACPI: Added _OSI(Processor Device)
mai 02 11:14:02 minus kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
mai 02 11:14:02 minus kernel: ACPI: Added _OSI(Processor Aggregator Device)
mai 02 11:14:02 minus kernel: ACPI: Added _OSI(Linux-Dell-Video)
mai 02 11:14:02 minus kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
mai 02 11:14:02 minus kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
mai 02 11:14:02 minus kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
mai 02 11:14:02 minus kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
mai 02 11:14:02 minus kernel: ACPI: Dynamic OEM Table Load:
mai 02 11:14:02 minus kernel: ACPI: SSDT 0xFFFF9CB4388CE000 00019F (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
mai 02 11:14:02 minus kernel: ACPI: Dynamic OEM Table Load:
mai 02 11:14:02 minus kernel: ACPI: SSDT 0xFFFF9CB439358000 000537 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
mai 02 11:14:02 minus kernel: ACPI: Dynamic OEM Table Load:
mai 02 11:14:02 minus kernel: ACPI: SSDT 0xFFFF9CB4388CE800 0001CF (v01 PmRef  ApIst    00003000 INTL 20051117)
mai 02 11:14:02 minus kernel: ACPI: Dynamic OEM Table Load:
mai 02 11:14:02 minus kernel: ACPI: SSDT 0xFFFF9CB43883CA80 00008D (v01 PmRef  ApCst    00003000 INTL 20051117)
mai 02 11:14:02 minus kernel: ACPI: EC: EC started
mai 02 11:14:02 minus kernel: ACPI: EC: interrupt blocked
mai 02 11:14:02 minus kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
mai 02 11:14:02 minus kernel: ACPI: \_SB_.PCI0.LPC_.EC0_: Boot DSDT EC used to handle transactions
mai 02 11:14:02 minus kernel: ACPI: Interpreter enabled
mai 02 11:14:02 minus kernel: ACPI: (supports S0 S3 S4 S5)
mai 02 11:14:02 minus kernel: ACPI: Using IOAPIC for interrupt routing
mai 02 11:14:02 minus kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
mai 02 11:14:02 minus kernel: ACPI: Enabled 12 GPEs in block 00 to 3F
mai 02 11:14:02 minus kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
mai 02 11:14:02 minus kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
mai 02 11:14:02 minus kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug LTR]
mai 02 11:14:02 minus kernel: acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
mai 02 11:14:02 minus kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
mai 02 11:14:02 minus kernel: PCI host bridge to bus 0000:00
mai 02 11:14:02 minus kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
mai 02 11:14:02 minus kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
mai 02 11:14:02 minus kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
mai 02 11:14:02 minus kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window]
mai 02 11:14:02 minus kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
mai 02 11:14:02 minus kernel: pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
mai 02 11:14:02 minus kernel: pci 0000:00:00.0: DMAR: Disabling IOMMU for graphics on this chipset
mai 02 11:14:02 minus kernel: pci 0000:00:00.0: DMAR: Forcing write-buffer flush capability
mai 02 11:14:02 minus kernel: pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
mai 02 11:14:02 minus kernel: pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff 64bit]
mai 02 11:14:02 minus kernel: pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
mai 02 11:14:02 minus kernel: pci 0000:00:02.0: reg 0x20: [io  0x40f0-0x40f7]
mai 02 11:14:02 minus kernel: pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
mai 02 11:14:02 minus kernel: pci 0000:00:02.1: reg 0x10: [mem 0x92400000-0x924fffff 64bit]
mai 02 11:14:02 minus kernel: pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
mai 02 11:14:02 minus kernel: pci 0000:00:1a.0: reg 0x20: [io  0x40c0-0x40df]
mai 02 11:14:02 minus kernel: pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
mai 02 11:14:02 minus kernel: pci 0000:00:1a.7: reg 0x10: [mem 0x94505c00-0x94505fff]
mai 02 11:14:02 minus kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
mai 02 11:14:02 minus kernel: pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
mai 02 11:14:02 minus kernel: pci 0000:00:1b.0: reg 0x10: [mem 0x94500000-0x94503fff 64bit]
mai 02 11:14:02 minus kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
mai 02 11:14:02 minus kernel: pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
mai 02 11:14:02 minus kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
mai 02 11:14:02 minus kernel: pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
mai 02 11:14:02 minus kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
mai 02 11:14:02 minus kernel: pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
mai 02 11:14:02 minus kernel: pci 0000:00:1d.0: reg 0x20: [io  0x40a0-0x40bf]
mai 02 11:14:02 minus kernel: pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
mai 02 11:14:02 minus kernel: pci 0000:00:1d.1: reg 0x20: [io  0x4080-0x409f]
mai 02 11:14:02 minus kernel: pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
mai 02 11:14:02 minus kernel: pci 0000:00:1d.2: reg 0x20: [io  0x4060-0x407f]
mai 02 11:14:02 minus kernel: pci 0000:00:1d.3: [8086:2939] type 00 class 0x0c0300
mai 02 11:14:02 minus kernel: pci 0000:00:1d.3: reg 0x20: [io  0x4040-0x405f]
mai 02 11:14:02 minus kernel: pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
mai 02 11:14:02 minus kernel: pci 0000:00:1d.7: reg 0x10: [mem 0x94505800-0x94505bff]
mai 02 11:14:02 minus kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
mai 02 11:14:02 minus kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
mai 02 11:14:02 minus kernel: pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
mai 02 11:14:02 minus kernel: pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
mai 02 11:14:02 minus kernel: pci 0000:00:1f.2: reg 0x10: [io  0x40e8-0x40ef]
mai 02 11:14:02 minus kernel: pci 0000:00:1f.2: reg 0x14: [io  0x40fc-0x40ff]
mai 02 11:14:02 minus kernel: pci 0000:00:1f.2: reg 0x18: [io  0x40e0-0x40e7]
mai 02 11:14:02 minus kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x40f8-0x40fb]
mai 02 11:14:02 minus kernel: pci 0000:00:1f.2: reg 0x20: [io  0x4020-0x403f]
mai 02 11:14:02 minus kernel: pci 0000:00:1f.2: reg 0x24: [mem 0x94505000-0x945057ff]
mai 02 11:14:02 minus kernel: pci 0000:00:1f.2: PME# supported from D3hot
mai 02 11:14:02 minus kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
mai 02 11:14:02 minus kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x94506000-0x945060ff 64bit]
mai 02 11:14:02 minus kernel: pci 0000:00:1f.3: reg 0x20: [io  0x4000-0x401f]
mai 02 11:14:02 minus kernel: pci 0000:00:1f.6: [8086:2932] type 00 class 0x118000
mai 02 11:14:02 minus kernel: pci 0000:00:1f.6: reg 0x10: [mem 0x94504000-0x94504fff 64bit]
mai 02 11:14:02 minus kernel: pci 0000:02:00.0: [14e4:4315] type 00 class 0x028000
mai 02 11:14:02 minus kernel: pci 0000:02:00.0: reg 0x10: [mem 0x93500000-0x93503fff 64bit]
mai 02 11:14:02 minus kernel: pci 0000:02:00.0: enabling Extended Tags
mai 02 11:14:02 minus kernel: pci 0000:02:00.0: supports D1 D2
mai 02 11:14:02 minus kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.0:   bridge window [mem 0x93500000-0x944fffff]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.0:   bridge window [mem 0x90400000-0x913fffff 64bit pref]
mai 02 11:14:02 minus kernel: pci 0000:03:00.0: [10ec:8136] type 00 class 0x020000
mai 02 11:14:02 minus kernel: pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
mai 02 11:14:02 minus kernel: pci 0000:03:00.0: reg 0x18: [mem 0x91410000-0x91410fff 64bit pref]
mai 02 11:14:02 minus kernel: pci 0000:03:00.0: reg 0x20: [mem 0x91400000-0x9140ffff 64bit pref]
mai 02 11:14:02 minus kernel: pci 0000:03:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
mai 02 11:14:02 minus kernel: pci 0000:03:00.0: supports D1 D2
mai 02 11:14:02 minus kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
mai 02 11:14:02 minus kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.1:   bridge window [mem 0x92500000-0x934fffff]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.1:   bridge window [mem 0x91400000-0x923fffff 64bit pref]
mai 02 11:14:02 minus kernel: pci_bus 0000:04: extended config space not accessible
mai 02 11:14:02 minus kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
mai 02 11:14:02 minus kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
mai 02 11:14:02 minus kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
mai 02 11:14:02 minus kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
mai 02 11:14:02 minus kernel: pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xfebfffff window] (subtractive decode)
mai 02 11:14:02 minus kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
mai 02 11:14:02 minus kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
mai 02 11:14:02 minus kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
mai 02 11:14:02 minus kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 *10 11 12)
mai 02 11:14:02 minus kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 *11 12)
mai 02 11:14:02 minus kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
mai 02 11:14:02 minus kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12)
mai 02 11:14:02 minus kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
mai 02 11:14:02 minus kernel: ACPI: EC: interrupt unblocked
mai 02 11:14:02 minus kernel: ACPI: EC: event unblocked
mai 02 11:14:02 minus kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
mai 02 11:14:02 minus kernel: ACPI: EC: GPE=0x17
mai 02 11:14:02 minus kernel: ACPI: \_SB_.PCI0.LPC_.EC0_: Boot DSDT EC used to handle transactions and events
mai 02 11:14:02 minus kernel: iommu: Default domain type: Translated 
mai 02 11:14:02 minus kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
mai 02 11:14:02 minus kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
mai 02 11:14:02 minus kernel: pci 0000:00:02.0: vgaarb: bridge control possible
mai 02 11:14:02 minus kernel: vgaarb: loaded
mai 02 11:14:02 minus kernel: SCSI subsystem initialized
mai 02 11:14:02 minus kernel: libata version 3.00 loaded.
mai 02 11:14:02 minus kernel: ACPI: bus type USB registered
mai 02 11:14:02 minus kernel: usbcore: registered new interface driver usbfs
mai 02 11:14:02 minus kernel: usbcore: registered new interface driver hub
mai 02 11:14:02 minus kernel: usbcore: registered new device driver usb
mai 02 11:14:02 minus kernel: pps_core: LinuxPPS API ver. 1 registered
mai 02 11:14:02 minus kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
mai 02 11:14:02 minus kernel: PTP clock support registered
mai 02 11:14:02 minus kernel: EDAC MC: Ver: 3.0.0
mai 02 11:14:02 minus kernel: PCI: Using ACPI for IRQ routing
mai 02 11:14:02 minus kernel: PCI: pci_cache_line_size set to 64 bytes
mai 02 11:14:02 minus kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
mai 02 11:14:02 minus kernel: e820: reserve RAM buffer [mem 0x7ba61000-0x7bffffff]
mai 02 11:14:02 minus kernel: e820: reserve RAM buffer [mem 0x7bb80000-0x7bffffff]
mai 02 11:14:02 minus kernel: e820: reserve RAM buffer [mem 0x7bbe2000-0x7bffffff]
mai 02 11:14:02 minus kernel: e820: reserve RAM buffer [mem 0x7bc00000-0x7bffffff]
mai 02 11:14:02 minus kernel: NetLabel: Initializing
mai 02 11:14:02 minus kernel: NetLabel:  domain hash size = 128
mai 02 11:14:02 minus kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
mai 02 11:14:02 minus kernel: NetLabel:  unlabeled traffic allowed by default
mai 02 11:14:02 minus kernel: hpet: 4 channels of 0 reserved for per-cpu timers
mai 02 11:14:02 minus kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
mai 02 11:14:02 minus kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
mai 02 11:14:02 minus kernel: clocksource: Switched to clocksource tsc-early
mai 02 11:14:02 minus kernel: *** VALIDATE bpf ***
mai 02 11:14:02 minus kernel: VFS: Disk quotas dquot_6.6.0
mai 02 11:14:02 minus kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
mai 02 11:14:02 minus kernel: *** VALIDATE ramfs ***
mai 02 11:14:02 minus kernel: *** VALIDATE hugetlbfs ***
mai 02 11:14:02 minus kernel: pnp: PnP ACPI init
mai 02 11:14:02 minus kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
mai 02 11:14:02 minus kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
mai 02 11:14:02 minus kernel: system 00:01: [io  0x164e-0x164f] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [io  0x0600-0x060f] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [io  0x0610] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [io  0x0800-0x080f] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [io  0x0810-0x0817] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [io  0x0820-0x0823] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [io  0x0400-0x047f] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [io  0x0500-0x053f] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [io  0x0380-0x038e] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
mai 02 11:14:02 minus kernel: system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
mai 02 11:14:02 minus kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
mai 02 11:14:02 minus kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
mai 02 11:14:02 minus kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
mai 02 11:14:02 minus kernel: pnp 00:04: Plug and Play ACPI device, IDs AUI1101 PNP0f13 (active)
mai 02 11:14:02 minus kernel: pnp: PnP ACPI: found 5 devices
mai 02 11:14:02 minus kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
mai 02 11:14:02 minus kernel: pci 0000:03:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
mai 02 11:14:02 minus kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.0:   bridge window [mem 0x93500000-0x944fffff]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.0:   bridge window [mem 0x90400000-0x913fffff 64bit pref]
mai 02 11:14:02 minus kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0x92500000-0x9250ffff pref]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.1:   bridge window [mem 0x92500000-0x934fffff]
mai 02 11:14:02 minus kernel: pci 0000:00:1c.1:   bridge window [mem 0x91400000-0x923fffff 64bit pref]
mai 02 11:14:02 minus kernel: pci 0000:00:1e.0: PCI bridge to [bus 04]
mai 02 11:14:02 minus kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
mai 02 11:14:02 minus kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
mai 02 11:14:02 minus kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
mai 02 11:14:02 minus kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff window]
mai 02 11:14:02 minus kernel: pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
mai 02 11:14:02 minus kernel: pci_bus 0000:02: resource 1 [mem 0x93500000-0x944fffff]
mai 02 11:14:02 minus kernel: pci_bus 0000:02: resource 2 [mem 0x90400000-0x913fffff 64bit pref]
mai 02 11:14:02 minus kernel: pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
mai 02 11:14:02 minus kernel: pci_bus 0000:03: resource 1 [mem 0x92500000-0x934fffff]
mai 02 11:14:02 minus kernel: pci_bus 0000:03: resource 2 [mem 0x91400000-0x923fffff 64bit pref]
mai 02 11:14:02 minus kernel: pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
mai 02 11:14:02 minus kernel: pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
mai 02 11:14:02 minus kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
mai 02 11:14:02 minus kernel: pci_bus 0000:04: resource 7 [mem 0x80000000-0xfebfffff window]
mai 02 11:14:02 minus kernel: NET: Registered protocol family 2
mai 02 11:14:02 minus kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
mai 02 11:14:02 minus kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
mai 02 11:14:02 minus kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
mai 02 11:14:02 minus kernel: TCP: Hash tables configured (established 16384 bind 16384)
mai 02 11:14:02 minus kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
mai 02 11:14:02 minus kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
mai 02 11:14:02 minus kernel: NET: Registered protocol family 1
mai 02 11:14:02 minus kernel: NET: Registered protocol family 44
mai 02 11:14:02 minus kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
mai 02 11:14:02 minus kernel: pci 0000:00:1a.7: quirk_usb_early_handoff+0x0/0x654 took 18363 usecs
mai 02 11:14:02 minus kernel: pci 0000:00:1d.7: quirk_usb_early_handoff+0x0/0x654 took 19401 usecs
mai 02 11:14:02 minus kernel: PCI: CLS 64 bytes, default 64
mai 02 11:14:02 minus kernel: Trying to unpack rootfs image as initramfs...
mai 02 11:14:02 minus kernel: Freeing initrd memory: 12228K
mai 02 11:14:02 minus kernel: check: Scanning for low memory corruption every 60 seconds
mai 02 11:14:02 minus kernel: Initialise system trusted keyrings
mai 02 11:14:02 minus kernel: Key type blacklist registered
mai 02 11:14:02 minus kernel: workingset: timestamp_bits=41 max_order=19 bucket_order=0
mai 02 11:14:02 minus kernel: zbud: loaded
mai 02 11:14:02 minus kernel: Key type asymmetric registered
mai 02 11:14:02 minus kernel: Asymmetric key parser 'x509' registered
mai 02 11:14:02 minus kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
mai 02 11:14:02 minus kernel: io scheduler mq-deadline registered
mai 02 11:14:02 minus kernel: io scheduler kyber registered
mai 02 11:14:02 minus kernel: io scheduler bfq registered
mai 02 11:14:02 minus kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 24
mai 02 11:14:02 minus kernel: pcieport 0000:00:1c.1: PME: Signaling with IRQ 25
mai 02 11:14:02 minus kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
mai 02 11:14:02 minus kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0
mai 02 11:14:02 minus kernel: vesafb: scrolling: redraw
mai 02 11:14:02 minus kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
mai 02 11:14:02 minus kernel: vesafb: framebuffer at 0x80000000, mapped to 0x(____ptrval____), using 3072k, total 3072k
mai 02 11:14:02 minus kernel: Console: switching to colour frame buffer device 128x48
mai 02 11:14:02 minus kernel: fb0: VESA VGA frame buffer device
mai 02 11:14:02 minus kernel: intel_idle: MWAIT substates: 0x22220
mai 02 11:14:02 minus kernel: Monitor-Mwait will be used to enter C-1 state
mai 02 11:14:02 minus kernel: Monitor-Mwait will be used to enter C-2 state
mai 02 11:14:02 minus kernel: ACPI: \_PR_.CPU0: Found 2 idle states
mai 02 11:14:02 minus kernel: intel_idle: v0.4.1 model 0x17
mai 02 11:14:02 minus kernel: intel_idle: lapic_timer_reliable_states 0x2
mai 02 11:14:02 minus kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
mai 02 11:14:02 minus kernel: ACPI: Power Button [PWRB]
mai 02 11:14:02 minus kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
mai 02 11:14:02 minus kernel: ACPI: Lid Switch [LID0]
mai 02 11:14:02 minus kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
mai 02 11:14:02 minus kernel: ACPI: Sleep Button [SLPB]
mai 02 11:14:02 minus kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
mai 02 11:14:02 minus kernel: ACPI: Power Button [PWRF]
mai 02 11:14:02 minus kernel: [Firmware Bug]: Invalid critical threshold (0)
mai 02 11:14:02 minus kernel: thermal LNXTHERM:00: registered as thermal_zone0
mai 02 11:14:02 minus kernel: ACPI: Thermal Zone [TZ01] (55 C)
mai 02 11:14:02 minus kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
mai 02 11:14:02 minus kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
mai 02 11:14:02 minus kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
mai 02 11:14:02 minus kernel: ahci 0000:00:1f.2: version 3.0
mai 02 11:14:02 minus kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
mai 02 11:14:02 minus kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
mai 02 11:14:02 minus kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems 
mai 02 11:14:02 minus kernel: scsi host0: ahci
mai 02 11:14:02 minus kernel: scsi host1: ahci
mai 02 11:14:02 minus kernel: scsi host2: ahci
mai 02 11:14:02 minus kernel: scsi host3: ahci
mai 02 11:14:02 minus kernel: ata1: SATA max UDMA/133 abar m2048@0x94505000 port 0x94505100 irq 26
mai 02 11:14:02 minus kernel: ata2: DUMMY
mai 02 11:14:02 minus kernel: ata3: DUMMY
mai 02 11:14:02 minus kernel: ata4: DUMMY
mai 02 11:14:02 minus kernel: usbcore: registered new interface driver usbserial_generic
mai 02 11:14:02 minus kernel: usbserial: USB Serial support registered for generic
mai 02 11:14:02 minus kernel: rtc_cmos 00:02: RTC can wake from S4
mai 02 11:14:02 minus kernel: rtc_cmos 00:02: registered as rtc0
mai 02 11:14:02 minus kernel: rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs
mai 02 11:14:02 minus kernel: intel_pstate: CPU model not supported
mai 02 11:14:02 minus kernel: ledtrig-cpu: registered to indicate activity on CPUs
mai 02 11:14:02 minus kernel: drop_monitor: Initializing network drop monitor service
mai 02 11:14:02 minus kernel: NET: Registered protocol family 10
mai 02 11:14:02 minus kernel: Segment Routing with IPv6
mai 02 11:14:02 minus kernel: NET: Registered protocol family 17
mai 02 11:14:02 minus kernel: RAS: Correctable Errors collector initialized.
mai 02 11:14:02 minus kernel: microcode: sig=0x1067a, pf=0x80, revision=0xa0b
mai 02 11:14:02 minus kernel: microcode: Microcode Update Driver: v2.2.
mai 02 11:14:02 minus kernel: IPI shorthand broadcast: enabled
mai 02 11:14:02 minus kernel: sched_clock: Marking stable (1086269669, 449628)->(1141825072, -55105775)
mai 02 11:14:02 minus kernel: registered taskstats version 1
mai 02 11:14:02 minus kernel: Loading compiled-in X.509 certificates
mai 02 11:14:02 minus kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 3173f57ffc4f79528759736b0e979de68a36535c'
mai 02 11:14:02 minus kernel: zswap: loaded using pool lzo/zbud
mai 02 11:14:02 minus kernel: Key type ._fscrypt registered
mai 02 11:14:02 minus kernel: Key type .fscrypt registered
mai 02 11:14:02 minus kernel: Key type fscrypt-provisioning registered
mai 02 11:14:02 minus kernel: Key type big_key registered
mai 02 11:14:02 minus kernel: PM:   Magic number: 4:264:221
mai 02 11:14:02 minus kernel: acpi device:3f: hash matches
mai 02 11:14:02 minus kernel: rtc_cmos 00:02: setting system clock to 2020-05-02T09:13:58 UTC (1588410838)
mai 02 11:14:02 minus kernel: random: fast init done
mai 02 11:14:02 minus kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
mai 02 11:14:02 minus kernel: ata1.00: ATA-7: TS32GSSD25S-M, V090216, max UDMA/100
mai 02 11:14:02 minus kernel: ata1.00: 62586880 sectors, multi 1: LBA48 NCQ (depth 1), AA
mai 02 11:14:02 minus kernel: ata1.00: configured for UDMA/100
mai 02 11:14:02 minus kernel: scsi 0:0:0:0: Direct-Access     ATA      TS32GSSD25S-M    216  PQ: 0 ANSI: 5
mai 02 11:14:02 minus kernel: sd 0:0:0:0: [sda] 62586880 512-byte logical blocks: (32.0 GB/29.8 GiB)
mai 02 11:14:02 minus kernel: sd 0:0:0:0: [sda] Write Protect is off
mai 02 11:14:02 minus kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
mai 02 11:14:02 minus kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mai 02 11:14:02 minus kernel:  sda: sda1 sda2
mai 02 11:14:02 minus kernel: sd 0:0:0:0: [sda] Attached SCSI disk
mai 02 11:14:02 minus kernel: Freeing unused decrypted memory: 2040K
mai 02 11:14:02 minus kernel: Freeing unused kernel image (initmem) memory: 1620K
mai 02 11:14:02 minus kernel: Write protecting the kernel read-only data: 20480k
mai 02 11:14:02 minus kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
mai 02 11:14:02 minus kernel: Freeing unused kernel image (rodata/data gap) memory: 1640K
mai 02 11:14:02 minus kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
mai 02 11:14:02 minus kernel: x86/mm: Checking user space page tables
mai 02 11:14:02 minus kernel: clocksource: timekeeping watchdog on CPU0: Marking clocksource 'tsc-early' as unstable because the skew is too large:
mai 02 11:14:02 minus kernel: clocksource:                       'hpet' wd_now: 2e4dd52c wd_last: ee34cf mask: ffffffff
mai 02 11:14:02 minus kernel: clocksource:                       'tsc-early' cs_now: 75b59f0e6 cs_last: 736c289a6 mask: ffffffffffffffff
mai 02 11:14:02 minus kernel: tsc: Marking TSC unstable due to clocksource watchdog
mai 02 11:14:02 minus kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
mai 02 11:14:02 minus kernel: sched_clock: Marking unstable (1660455943, 449617)<-(1716011290, -55105775)
mai 02 11:14:02 minus kernel: clocksource: Switched to clocksource hpet
mai 02 11:14:02 minus kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
mai 02 11:14:02 minus kernel: Run /init as init process
mai 02 11:14:02 minus kernel:   with arguments:
mai 02 11:14:02 minus kernel:     /init
mai 02 11:14:02 minus kernel:   with environment:
mai 02 11:14:02 minus kernel:     HOME=/
mai 02 11:14:02 minus kernel:     TERM=linux
mai 02 11:14:02 minus kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
mai 02 11:14:02 minus kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
mai 02 11:14:02 minus kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
mai 02 11:14:02 minus kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
mai 02 11:14:02 minus kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
mai 02 11:14:02 minus kernel: ehci-pci: EHCI PCI platform driver
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1a.7: debug port 1
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1a.7: irq 19, io mem 0x94505c00
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
mai 02 11:14:02 minus kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
mai 02 11:14:02 minus kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 02 11:14:02 minus kernel: usb usb1: Product: EHCI Host Controller
mai 02 11:14:02 minus kernel: usb usb1: Manufacturer: Linux 5.6.8-arch1-1 ehci_hcd
mai 02 11:14:02 minus kernel: usb usb1: SerialNumber: 0000:00:1a.7
mai 02 11:14:02 minus kernel: hub 1-0:1.0: USB hub found
mai 02 11:14:02 minus kernel: hub 1-0:1.0: 2 ports detected
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1d.7: debug port 1
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1d.7: irq 20, io mem 0x94505800
mai 02 11:14:02 minus kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
mai 02 11:14:02 minus kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
mai 02 11:14:02 minus kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 02 11:14:02 minus kernel: usb usb2: Product: EHCI Host Controller
mai 02 11:14:02 minus kernel: usb usb2: Manufacturer: Linux 5.6.8-arch1-1 ehci_hcd
mai 02 11:14:02 minus kernel: usb usb2: SerialNumber: 0000:00:1d.7
mai 02 11:14:02 minus kernel: hub 2-0:1.0: USB hub found
mai 02 11:14:02 minus kernel: hub 2-0:1.0: 8 ports detected
mai 02 11:14:02 minus kernel: uhci_hcd: USB Universal Host Controller Interface driver
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1a.0: detected 2 ports
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x000040c0
mai 02 11:14:02 minus kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.06
mai 02 11:14:02 minus kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 02 11:14:02 minus kernel: usb usb3: Product: UHCI Host Controller
mai 02 11:14:02 minus kernel: usb usb3: Manufacturer: Linux 5.6.8-arch1-1 uhci_hcd
mai 02 11:14:02 minus kernel: usb usb3: SerialNumber: 0000:00:1a.0
mai 02 11:14:02 minus kernel: hub 3-0:1.0: USB hub found
mai 02 11:14:02 minus kernel: hub 3-0:1.0: 2 ports detected
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.0: irq 20, io base 0x000040a0
mai 02 11:14:02 minus kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.06
mai 02 11:14:02 minus kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 02 11:14:02 minus kernel: usb usb4: Product: UHCI Host Controller
mai 02 11:14:02 minus kernel: usb usb4: Manufacturer: Linux 5.6.8-arch1-1 uhci_hcd
mai 02 11:14:02 minus kernel: usb usb4: SerialNumber: 0000:00:1d.0
mai 02 11:14:02 minus kernel: hub 4-0:1.0: USB hub found
mai 02 11:14:02 minus kernel: hub 4-0:1.0: 2 ports detected
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.1: detected 2 ports
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x00004080
mai 02 11:14:02 minus kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.06
mai 02 11:14:02 minus kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 02 11:14:02 minus kernel: usb usb5: Product: UHCI Host Controller
mai 02 11:14:02 minus kernel: usb usb5: Manufacturer: Linux 5.6.8-arch1-1 uhci_hcd
mai 02 11:14:02 minus kernel: usb usb5: SerialNumber: 0000:00:1d.1
mai 02 11:14:02 minus kernel: hub 5-0:1.0: USB hub found
mai 02 11:14:02 minus kernel: hub 5-0:1.0: 2 ports detected
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.2: detected 2 ports
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.2: irq 16, io base 0x00004060
mai 02 11:14:02 minus kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.06
mai 02 11:14:02 minus kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 02 11:14:02 minus kernel: usb usb6: Product: UHCI Host Controller
mai 02 11:14:02 minus kernel: usb usb6: Manufacturer: Linux 5.6.8-arch1-1 uhci_hcd
mai 02 11:14:02 minus kernel: usb usb6: SerialNumber: 0000:00:1d.2
mai 02 11:14:02 minus kernel: hub 6-0:1.0: USB hub found
mai 02 11:14:02 minus kernel: hub 6-0:1.0: 2 ports detected
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 7
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.3: detected 2 ports
mai 02 11:14:02 minus kernel: uhci_hcd 0000:00:1d.3: irq 18, io base 0x00004040
mai 02 11:14:02 minus kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.06
mai 02 11:14:02 minus kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 02 11:14:02 minus kernel: usb usb7: Product: UHCI Host Controller
mai 02 11:14:02 minus kernel: usb usb7: Manufacturer: Linux 5.6.8-arch1-1 uhci_hcd
mai 02 11:14:02 minus kernel: usb usb7: SerialNumber: 0000:00:1d.3
mai 02 11:14:02 minus kernel: hub 7-0:1.0: USB hub found
mai 02 11:14:02 minus kernel: hub 7-0:1.0: 2 ports detected
mai 02 11:14:02 minus kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
mai 02 11:14:02 minus kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
mai 02 11:14:02 minus kernel: usb 2-4: new high-speed USB device number 2 using ehci-pci
mai 02 11:14:02 minus kernel: usb 2-4: New USB device found, idVendor=5986, idProduct=0182, bcdDevice= 0.03
mai 02 11:14:02 minus kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mai 02 11:14:02 minus kernel: usb 2-4: Product: HP Webcam-50
mai 02 11:14:02 minus kernel: usb 2-4: Manufacturer: Bison
mai 02 11:14:02 minus systemd[1]: systemd 245.5-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
mai 02 11:14:02 minus systemd[1]: Detected architecture x86-64.
mai 02 11:14:02 minus systemd[1]: Set hostname to <minus>.
mai 02 11:14:02 minus kernel: random: systemd: uninitialized urandom read (16 bytes read)
mai 02 11:14:02 minus systemd[1]: Created slice system-getty.slice.
mai 02 11:14:02 minus kernel: random: systemd: uninitialized urandom read (16 bytes read)
mai 02 11:14:02 minus systemd[1]: Created slice system-modprobe.slice.
mai 02 11:14:02 minus kernel: random: systemd: uninitialized urandom read (16 bytes read)
mai 02 11:14:02 minus systemd[1]: Created slice system-systemd\x2dfsck.slice.
mai 02 11:14:02 minus systemd[1]: Created slice User and Session Slice.
mai 02 11:14:02 minus systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
mai 02 11:14:02 minus systemd[1]: Started Forward Password Requests to Wall Directory Watch.
mai 02 11:14:02 minus systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
mai 02 11:14:02 minus systemd[1]: Reached target Local Encrypted Volumes.
mai 02 11:14:02 minus systemd[1]: Reached target Paths.
mai 02 11:14:02 minus systemd[1]: Reached target Remote File Systems.
mai 02 11:14:02 minus systemd[1]: Reached target Slices.
mai 02 11:14:02 minus systemd[1]: Reached target Swap.
mai 02 11:14:02 minus systemd[1]: Listening on Device-mapper event daemon FIFOs.
mai 02 11:14:02 minus systemd[1]: Listening on Process Core Dump Socket.
mai 02 11:14:02 minus systemd[1]: Listening on initctl Compatibility Named Pipe.
mai 02 11:14:02 minus systemd[1]: Listening on Journal Audit Socket.
mai 02 11:14:02 minus systemd[1]: Listening on Journal Socket (/dev/log).
mai 02 11:14:02 minus systemd[1]: Listening on Journal Socket.
mai 02 11:14:02 minus systemd[1]: Listening on udev Control Socket.
mai 02 11:14:02 minus systemd[1]: Listening on udev Kernel Socket.
mai 02 11:14:02 minus systemd[1]: Mounting Huge Pages File System...
mai 02 11:14:02 minus systemd[1]: Mounting POSIX Message Queue File System...
mai 02 11:14:02 minus systemd[1]: Mounting Kernel Debug File System...
mai 02 11:14:02 minus systemd[1]: Mounting Kernel Trace File System...
mai 02 11:14:02 minus systemd[1]: Mounting Temporary Directory (/tmp)...
mai 02 11:14:02 minus systemd[1]: Starting Create list of static device nodes for the current kernel...
mai 02 11:14:02 minus systemd[1]: Starting Load Kernel Module drm...
mai 02 11:14:02 minus systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
mai 02 11:14:02 minus systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
mai 02 11:14:02 minus kernel: Linux agpgart interface v0.103
mai 02 11:14:02 minus systemd[1]: Starting Journal Service...
mai 02 11:14:02 minus systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
mai 02 11:14:02 minus systemd[1]: Condition check resulted in FUSE Control File System being skipped.
mai 02 11:14:02 minus systemd[1]: Mounting Kernel Configuration File System...
mai 02 11:14:02 minus systemd[1]: Starting Remount Root and Kernel File Systems...
mai 02 11:14:02 minus kernel: EXT4-fs (sda1): re-mounted. Opts: (null)
mai 02 11:14:02 minus systemd[1]: Starting Apply Kernel Variables...
mai 02 11:14:02 minus systemd[1]: Starting udev Coldplug all Devices...
mai 02 11:14:02 minus systemd[1]: Mounted Huge Pages File System.
mai 02 11:14:02 minus systemd[1]: Mounted POSIX Message Queue File System.
mai 02 11:14:02 minus systemd[1]: Mounted Kernel Debug File System.
mai 02 11:14:02 minus systemd[1]: Mounted Kernel Trace File System.
mai 02 11:14:02 minus systemd[1]: Mounted Temporary Directory (/tmp).
mai 02 11:14:02 minus systemd[1]: Finished Create list of static device nodes for the current kernel.
mai 02 11:14:02 minus systemd[1]: modprobe@drm.service: Succeeded.
mai 02 11:14:02 minus systemd[1]: Finished Load Kernel Module drm.
mai 02 11:14:02 minus systemd[1]: Mounted Kernel Configuration File System.
mai 02 11:14:02 minus systemd[1]: Finished Remount Root and Kernel File Systems.
mai 02 11:14:02 minus systemd[1]: Finished Apply Kernel Variables.
mai 02 11:14:02 minus systemd[1]: Condition check resulted in First Boot Wizard being skipped.
mai 02 11:14:02 minus systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
mai 02 11:14:02 minus systemd[1]: Starting Load/Save Random Seed...
mai 02 11:14:02 minus systemd[1]: Condition check resulted in Create System Users being skipped.
mai 02 11:14:02 minus systemd[1]: Starting Create Static Device Nodes in /dev...
mai 02 11:14:02 minus systemd[1]: Finished Create Static Device Nodes in /dev.
mai 02 11:14:02 minus systemd[1]: Reached target Local File Systems (Pre).
mai 02 11:14:02 minus systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
mai 02 11:14:02 minus systemd[1]: Starting udev Kernel Device Manager...
mai 02 11:14:02 minus systemd[1]: Finished udev Coldplug all Devices.
mai 02 11:14:02 minus systemd-journald[248]: Journal started
mai 02 11:14:02 minus systemd-journald[248]: Runtime Journal (/run/log/journal/268a616050a74cf58a65729a822df6e0) is 8.0M, max 96.0M, 88.0M free.
mai 02 11:14:02 minus systemd-sysctl[252]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
mai 02 11:14:02 minus systemd-sysctl[252]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
mai 02 11:14:02 minus systemd-sysctl[252]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
mai 02 11:14:02 minus systemd-sysctl[252]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
mai 02 11:14:02 minus systemd[1]: Started Journal Service.
mai 02 11:14:02 minus systemd-sysctl[252]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
mai 02 11:14:02 minus systemd-sysctl[252]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
mai 02 11:14:02 minus systemd-random-seed[256]: Kernel entropy pool is not initialized yet, waiting until it is.
mai 02 11:14:02 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:02 minus systemd[1]: Starting Flush Journal to Persistent Storage...
mai 02 11:14:02 minus systemd-journald[248]: Time spent on flushing to /var/log/journal/268a616050a74cf58a65729a822df6e0 is 153.433ms for 729 entries.
mai 02 11:14:02 minus systemd-journald[248]: System Journal (/var/log/journal/268a616050a74cf58a65729a822df6e0) is 16.0M, max 1001.5M, 985.5M free.
mai 02 11:14:03 minus kernel: audit: type=1130 audit(1588410842.586:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:03 minus kernel: random: crng init done
mai 02 11:14:03 minus kernel: random: 7 urandom warning(s) missed due to ratelimiting
mai 02 11:14:03 minus kernel: audit: type=1130 audit(1588410842.953:3): 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'
mai 02 11:14:03 minus kernel: audit: type=1130 audit(1588410843.116:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:03 minus kernel: ACPI: AC Adapter [ACAD] (on-line)
mai 02 11:14:03 minus kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
mai 02 11:14:03 minus kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMBA) (20200110/utaddress-204)
mai 02 11:14:02 minus audit[1]: SERVICE_START 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'
mai 02 11:14:03 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:02 minus systemd[1]: Finished Load/Save Random Seed.
mai 02 11:14:03 minus systemd[1]: Started udev Kernel Device Manager.
mai 02 11:14:03 minus systemd[1]: Finished Flush Journal to Persistent Storage.
mai 02 11:14:03 minus audit[1]: SERVICE_START 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'
mai 02 11:14:03 minus kernel: audit: type=1130 audit(1588410843.726:5): 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'
mai 02 11:14:03 minus kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
mai 02 11:14:03 minus kernel: mc: Linux media interface: v0.10
mai 02 11:14:03 minus kernel: intel_powerclamp: No package C-state available
mai 02 11:14:03 minus systemd-udevd[264]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
mai 02 11:14:03 minus kernel: intel_powerclamp: No package C-state available
mai 02 11:14:03 minus kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
mai 02 11:14:03 minus kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
mai 02 11:14:03 minus kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000050F (\GPIO) (20200110/utaddress-204)
mai 02 11:14:04 minus systemd[1]: Found device TS32GSSD25S-M 2.
mai 02 11:14:04 minus kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
mai 02 11:14:04 minus kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
mai 02 11:14:04 minus kernel: libphy: r8169: probed
mai 02 11:14:04 minus kernel: r8169 0000:03:00.0 eth0: RTL8102e/RTL8103e, 00:26:9e:5a:1f:db, XID 24d, IRQ 17
mai 02 11:14:04 minus systemd[1]: Starting File System Check on /dev/disk/by-uuid/ece006dc-028a-41ef-8e61-fe35b57655ad...
mai 02 11:14:04 minus kernel: videodev: Linux video capture interface: v2.00
mai 02 11:14:04 minus systemd-fsck[284]: /dev/sda2 : propre, 11/1302528 fichiers, 125808/5201664 blocs
mai 02 11:14:04 minus kernel: ssb: Found chip with id 0x4312, rev 0x01 and package 0x00
mai 02 11:14:04 minus kernel: input: HP WMI hotkeys as /devices/virtual/input/input8
mai 02 11:14:04 minus systemd[1]: Finished File System Check on /dev/disk/by-uuid/ece006dc-028a-41ef-8e61-fe35b57655ad.
mai 02 11:14:04 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ece006dc\x2d028a\x2d41ef\x2d8e61\x2dfe35b57655ad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:04 minus systemd[1]: Mounting /home...
mai 02 11:14:04 minus kernel: audit: type=1130 audit(1588410844.329:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ece006dc\x2d028a\x2d41ef\x2d8e61\x2dfe35b57655ad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:04 minus kernel: iTCO_vendor_support: vendor-support=0
mai 02 11:14:04 minus kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
mai 02 11:14:04 minus kernel: iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0460)
mai 02 11:14:04 minus kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
mai 02 11:14:04 minus kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
mai 02 11:14:04 minus systemd[1]: Mounted /home.
mai 02 11:14:04 minus kernel: b43-pci-bridge 0000:02:00.0: Sonics Silicon Backplane found on PCI device 0000:02:00.0
mai 02 11:14:04 minus systemd[1]: Reached target Local File Systems.
mai 02 11:14:04 minus systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
mai 02 11:14:04 minus systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
mai 02 11:14:04 minus systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
mai 02 11:14:04 minus systemd[1]: Starting Create Volatile Files and Directories...
mai 02 11:14:04 minus systemd-udevd[261]: Using default interface naming scheme 'v245'.
mai 02 11:14:04 minus systemd-udevd[261]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
mai 02 11:14:04 minus kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
mai 02 11:14:04 minus kernel: uvcvideo: Found UVC 1.00 device HP Webcam-50 (5986:0182)
mai 02 11:14:04 minus systemd[1]: Finished Create Volatile Files and Directories.
mai 02 11:14:04 minus kernel: uvcvideo 2-4:1.0: Entity type for entity Extension 5 was not initialized!
mai 02 11:14:04 minus kernel: gpio_ich gpio_ich.2.auto: GPIO from 435 to 495
mai 02 11:14:04 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:04 minus kernel: audit: type=1130 audit(1588410844.719:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:04 minus kernel: uvcvideo 2-4:1.0: Entity type for entity Processing 4 was not initialized!
mai 02 11:14:04 minus systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
mai 02 11:14:04 minus systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
mai 02 11:14:04 minus systemd[1]: Starting Network Time Synchronization...
mai 02 11:14:04 minus systemd[1]: Condition check resulted in Update is Completed being skipped.
mai 02 11:14:04 minus systemd[1]: Starting Update UTMP about System Boot/Shutdown...
mai 02 11:14:04 minus kernel: snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD81B1X5: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
mai 02 11:14:04 minus kernel: snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
mai 02 11:14:04 minus kernel: snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
mai 02 11:14:04 minus kernel: snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
mai 02 11:14:04 minus kernel: snd_hda_codec_idt hdaudioC0D0:    inputs:
mai 02 11:14:04 minus kernel: snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
mai 02 11:14:04 minus kernel: snd_hda_codec_idt hdaudioC0D0:      Mic=0xa
mai 02 11:14:04 minus audit[297]: SYSTEM_BOOT pid=297 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
mai 02 11:14:04 minus kernel: audit: type=1127 audit(1588410844.936:8): pid=297 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
mai 02 11:14:04 minus kernel: uvcvideo 2-4:1.0: Entity type for entity Selector 3 was not initialized!
mai 02 11:14:04 minus kernel: uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not initialized!
mai 02 11:14:04 minus kernel: input: HP Webcam-50: HP Webcam-50 as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input10
mai 02 11:14:04 minus kernel: usbcore: registered new interface driver uvcvideo
mai 02 11:14:04 minus kernel: USB Video Class driver (1.1.1)
mai 02 11:14:05 minus kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
mai 02 11:14:05 minus kernel: input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
mai 02 11:14:05 minus kernel: input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
mai 02 11:14:05 minus kernel: input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
mai 02 11:14:05 minus systemd[1]: Finished Update UTMP about System Boot/Shutdown.
mai 02 11:14:05 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:05 minus systemd[1]: Reached target Sound Card.
mai 02 11:14:05 minus systemd[1]: Starting Load/Save RF Kill Switch Status...
mai 02 11:14:05 minus kernel: audit: type=1130 audit(1588410845.162:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:05 minus systemd[1]: Started Load/Save RF Kill Switch Status.
mai 02 11:14:05 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:05 minus kernel: audit: type=1130 audit(1588410845.382:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:05 minus kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
mai 02 11:14:05 minus kernel: pci 0000:00:00.0: Intel GM45 Chipset
mai 02 11:14:05 minus kernel: pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
mai 02 11:14:05 minus kernel: pci 0000:00:00.0: detected 65536K stolen memory
mai 02 11:14:05 minus kernel: checking generic (80000000 300000) vs hw (90000000 400000)
mai 02 11:14:05 minus kernel: checking generic (80000000 300000) vs hw (80000000 10000000)
mai 02 11:14:05 minus kernel: fb0: switching to inteldrmfb from VESA VGA
mai 02 11:14:05 minus kernel: Console: switching to colour dummy device 80x25
mai 02 11:14:05 minus kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
mai 02 11:14:05 minus kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
mai 02 11:14:05 minus kernel: [drm] Driver supports precise vblank timestamp query.
mai 02 11:14:05 minus kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
mai 02 11:14:05 minus kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
mai 02 11:14:05 minus kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
mai 02 11:14:05 minus kernel: cfg80211: failed to load regulatory.db
mai 02 11:14:05 minus kernel: [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 0
mai 02 11:14:05 minus kernel: ACPI: Video Device [OVGA] (multi-head: yes  rom: no  post: no)
mai 02 11:14:05 minus kernel: input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input7
mai 02 11:14:05 minus kernel: acpi device:02: registered as cooling_device2
mai 02 11:14:05 minus kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14
mai 02 11:14:05 minus kernel: i915 0000:00:02.0: VGA-1: EDID is invalid:
mai 02 11:14:05 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 02 11:14:05 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 02 11:14:05 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 02 11:14:05 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 02 11:14:05 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 02 11:14:05 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 02 11:14:05 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 02 11:14:05 minus kernel:         [00] ZERO 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
mai 02 11:14:05 minus kernel: mousedev: PS/2 mouse device common for all mice
mai 02 11:14:06 minus kernel: fbcon: i915drmfb (fb0) is primary device
mai 02 11:14:06 minus kernel: b43-phy0: Broadcom 4312 WLAN found (core revision 15)
mai 02 11:14:06 minus kernel: b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
mai 02 11:14:06 minus kernel: b43-phy0: Found Radio: Manuf 0x17F, ID 0x2062, Revision 2, Version 0
mai 02 11:14:06 minus kernel: b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2
mai 02 11:14:06 minus kernel: b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2
mai 02 11:14:06 minus kernel: b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2
mai 02 11:14:06 minus kernel: b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2
mai 02 11:14:06 minus kernel: b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
mai 02 11:14:06 minus kernel: b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
mai 02 11:14:06 minus kernel: b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
mai 02 11:14:06 minus kernel: Broadcom 43xx driver loaded [ Features: PNLS ]
mai 02 11:14:06 minus systemd[1]: Started Network Time Synchronization.
mai 02 11:14:07 minus kernel: Console: switching to colour frame buffer device 170x48
mai 02 11:14:07 minus kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
mai 02 11:14:07 minus kernel: audit: type=1130 audit(1588410847.066:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:07 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:07 minus systemd[1]: Reached target System Initialization.
mai 02 11:14:07 minus systemd[1]: Started Daily Cleanup of Temporary Directories.
mai 02 11:14:07 minus systemd[1]: Reached target System Time Set.
mai 02 11:14:07 minus systemd[1]: Reached target System Time Synchronized.
mai 02 11:14:07 minus systemd[1]: Started Daily verification of password and group files.
mai 02 11:14:07 minus systemd[1]: Reached target Timers.
mai 02 11:14:07 minus systemd[1]: Listening on D-Bus System Message Bus Socket.
mai 02 11:14:07 minus systemd[1]: Reached target Sockets.
mai 02 11:14:07 minus systemd[1]: Reached target Basic System.
mai 02 11:14:07 minus systemd[1]: Started D-Bus System Message Bus.
mai 02 11:14:07 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:07 minus kernel: audit: type=1130 audit(1588410847.096:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:07 minus audit: AUDIT1334 prog-id=7 op=LOAD
mai 02 11:14:07 minus audit: AUDIT1334 prog-id=8 op=LOAD
mai 02 11:14:07 minus systemd[1]: Starting Login Service...
mai 02 11:14:07 minus systemd[1]: Starting Permit User Sessions...
mai 02 11:14:07 minus systemd[1]: Finished Permit User Sessions.
mai 02 11:14:07 minus audit[1]: SERVICE_START 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'
mai 02 11:14:07 minus systemd[1]: Created slice system-systemd\x2dbacklight.slice.
mai 02 11:14:07 minus systemd[1]: Started Getty on tty1.
mai 02 11:14:07 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:07 minus systemd[1]: Reached target Login Prompts.
mai 02 11:14:07 minus systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
mai 02 11:14:07 minus systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
mai 02 11:14:07 minus systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
mai 02 11:14:07 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:07 minus systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
mai 02 11:14:07 minus audit[1]: SERVICE_START 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'
mai 02 11:14:08 minus systemd-logind[314]: New seat seat0.
mai 02 11:14:08 minus systemd-logind[314]: Watching system buttons on /dev/input/event3 (Power Button)
mai 02 11:14:08 minus systemd-logind[314]: Watching system buttons on /dev/input/event0 (Power Button)
mai 02 11:14:08 minus systemd-logind[314]: Watching system buttons on /dev/input/event1 (Lid Switch)
mai 02 11:14:08 minus systemd-logind[314]: Watching system buttons on /dev/input/event2 (Sleep Button)
mai 02 11:14:08 minus systemd-logind[314]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
mai 02 11:14:08 minus systemd[1]: Started Login Service.
mai 02 11:14:08 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:08 minus kernel: kauditd_printk_skb: 6 callbacks suppressed
mai 02 11:14:08 minus kernel: audit: type=1130 audit(1588410848.929:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:08 minus systemd[1]: Reached target Multi-User System.
mai 02 11:14:08 minus systemd[1]: Reached target Graphical Interface.
mai 02 11:14:08 minus systemd[1]: Startup finished in 2.566s (kernel) + 9.004s (userspace) = 11.571s.
mai 02 11:14:10 minus systemd[1]: systemd-rfkill.service: Succeeded.
mai 02 11:14:10 minus audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:10 minus kernel: audit: type=1131 audit(1588410850.329:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:16 minus audit[316]: USER_AUTH pid=316 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 02 11:14:16 minus kernel: audit: type=1100 audit(1588410856.026:21): pid=316 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 02 11:14:16 minus audit[316]: USER_ACCT pid=316 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 02 11:14:16 minus audit[316]: CRED_ACQ pid=316 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 02 11:14:16 minus kernel: audit: type=1101 audit(1588410856.032:22): pid=316 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 02 11:14:16 minus kernel: audit: type=1103 audit(1588410856.032:23): pid=316 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 02 11:14:16 minus kernel: audit: type=1006 audit(1588410856.032:24): pid=316 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
mai 02 11:14:16 minus login[316]: pam_unix(login:session): session opened for user root by LOGIN(uid=0)
mai 02 11:14:16 minus systemd-logind[314]: New session 1 of user root.
mai 02 11:14:16 minus systemd[1]: Created slice User Slice of UID 0.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in First Boot Wizard being skipped.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in FUSE Control File System being skipped.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in Create System Users being skipped.
mai 02 11:14:16 minus systemd[1]: Condition check resulted in Update is Completed being skipped.
mai 02 11:14:16 minus systemd[1]: Starting User Runtime Directory /run/user/0...
mai 02 11:14:16 minus systemd[1]: Finished User Runtime Directory /run/user/0.
mai 02 11:14:16 minus audit[1]: SERVICE_START 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'
mai 02 11:14:16 minus kernel: audit: type=1130 audit(1588410856.099:25): 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'
mai 02 11:14:16 minus systemd[1]: Starting User Manager for UID 0...
mai 02 11:14:16 minus audit[321]: USER_ACCT pid=321 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:16 minus systemd[321]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
mai 02 11:14:16 minus kernel: audit: type=1101 audit(1588410856.116:26): pid=321 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:16 minus kernel: audit: type=1103 audit(1588410856.116:27): pid=321 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
mai 02 11:14:16 minus kernel: audit: type=1006 audit(1588410856.116:28): pid=321 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
mai 02 11:14:16 minus audit[321]: CRED_ACQ pid=321 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
mai 02 11:14:16 minus systemd[321]: pam_unix(systemd-user:session): session opened for user root by (uid=0)
mai 02 11:14:16 minus audit[321]: USER_START pid=321 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:16 minus kernel: audit: type=1105 audit(1588410856.119:29): pid=321 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:16 minus kernel: audit: type=1334 audit(1588410856.139:30): prog-id=9 op=LOAD
mai 02 11:14:16 minus audit: AUDIT1334 prog-id=9 op=LOAD
mai 02 11:14:16 minus audit: AUDIT1334 prog-id=9 op=UNLOAD
mai 02 11:14:16 minus audit: AUDIT1334 prog-id=10 op=LOAD
mai 02 11:14:16 minus audit: AUDIT1334 prog-id=10 op=UNLOAD
mai 02 11:14:16 minus systemd[321]: Reached target Paths.
mai 02 11:14:16 minus systemd[321]: Reached target Timers.
mai 02 11:14:16 minus systemd[321]: Starting D-Bus User Message Bus Socket.
mai 02 11:14:16 minus systemd[321]: Listening on GnuPG network certificate management daemon.
mai 02 11:14:16 minus systemd[321]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
mai 02 11:14:16 minus systemd[321]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
mai 02 11:14:16 minus systemd[321]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
mai 02 11:14:16 minus systemd[321]: Listening on GnuPG cryptographic agent and passphrase cache.
mai 02 11:14:16 minus systemd[321]: Listening on p11-kit server.
mai 02 11:14:16 minus systemd[321]: Listening on D-Bus User Message Bus Socket.
mai 02 11:14:16 minus systemd[321]: Reached target Sockets.
mai 02 11:14:16 minus systemd[321]: Reached target Basic System.
mai 02 11:14:16 minus systemd[321]: Reached target Main User Target.
mai 02 11:14:16 minus systemd[321]: Startup finished in 154ms.
mai 02 11:14:16 minus systemd[1]: Started User Manager for UID 0.
mai 02 11:14:16 minus audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
mai 02 11:14:16 minus systemd[1]: Started Session 1 of user root.
mai 02 11:14:16 minus audit[316]: USER_START pid=316 uid=0 auid=0 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 02 11:14:16 minus audit[316]: CRED_REFR pid=316 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="root" exe="/usr/bin/login" hostname=minus addr=? terminal=tty1 res=success'
mai 02 11:14:16 minus login[316]: ROOT LOGIN ON tty1

I can see the lines from the screenshot spreaded in the journalctl log, but I do not see any stall in timing.

Last edited by patate (2020-05-02 09:34:49)

Offline

#6 2020-05-02 12:08:36

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,804

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Is this right before the resolution change and does the very same thing happen when booting nomodeset?

Offline

#7 2020-05-02 12:14:34

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

Re: Boot stuck on loading initial ramdisk for a (very) long time?

patate wrote:

If I set loglevel=7, the boot is not stalled more than a very few seconds!

It's a heisenbug. Oh dear hmm

Does early KMS help at all?


Jin, Jîyan, Azadî

Offline

#8 2020-05-02 12:28:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,804

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Offline

#9 2020-05-02 14:13:40

patate
Member
Registered: 2020-05-01
Posts: 15

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Hi!
with or without nomodeset seems to have no difference.
resolution change is kind of not really visible

regarding early KMS, I edited /etc/mkinitcpio.conf and change:

MODULES=()
to
MODULES=(intel_agp i915)

then redo

mkinitcpio -P

by the way, I have 2 warning from mkinitcpio:

warning : possibly missing firmware for module : wd719x
warning : possibly missing firmware for module : aic94xx

But no behaviour change with this KMS modification.

Last edited by patate (2020-05-02 14:14:24)

Offline

#10 2020-05-02 14:40:41

loqs
Member
Registered: 2014-03-06
Posts: 19,065

Re: Boot stuck on loading initial ramdisk for a (very) long time?

patate wrote:

by the way, I have 2 warning from mkinitcpio:

warning : possibly missing firmware for module : wd719x
warning : possibly missing firmware for module : aic94xx

That is expected for the fallback initrd.

Offline

#11 2020-05-02 15:37:08

patate
Member
Registered: 2020-05-01
Posts: 15

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Can it be linked to the stall issue ?

if not, I would prefer solve this later, when I have normal boot with network.

Offline

#12 2020-05-02 15:44:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,804

Re: Boot stuck on loading initial ramdisk for a (very) long time?

The two mkinitcpio warnings? No.
Did you check the entropy situation?
If your CPU si recent enough, passing "random.trust_cpu=on" would also do.

Offline

#13 2020-05-02 16:53:40

patate
Member
Registered: 2020-05-01
Posts: 15

Re: Boot stuck on loading initial ramdisk for a (very) long time?

May I ask what you mean by recent enought? :-)
it's an old laptop (10-11years old) with a Celeron Dual Core SU2300

Offline

#14 2020-05-02 16:58:00

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,804

Re: Boot stuck on loading initial ramdisk for a (very) long time?

grep -iE 'rd(rand|seed)' /proc/cpuinfo

Probably too old™.

Offline

#15 2020-05-02 19:03:45

patate
Member
Registered: 2020-05-01
Posts: 15

Re: Boot stuck on loading initial ramdisk for a (very) long time?

yes...no answer to the grep command.

Offline

#16 2020-05-02 19:18:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,804

Re: Boot stuck on loading initial ramdisk for a (very) long time?

So try to use rng-tools or haveged and see whether it makes a difference.
Alternatively (but that's inconclusive) try to type random stuff durign the stall and see whether that releases it faster.

Offline

#17 2020-05-02 20:39:30

patate
Member
Registered: 2020-05-01
Posts: 15

Re: Boot stuck on loading initial ramdisk for a (very) long time?

So I booted on stick and use arch-chroot (like in install process).
Then I did pacman  -S haveged
Followed by systemctl enable haveged.service
I exit, umount, reboot
I set log=7 for faster boot (by the way, it works only if I remove quiet, log=7 + quiet still stall).

After login I did  systemctl start haveged.service and reboot.

It does not change behavior... But I was wondering : is this launched so early in boot ?

I tried typing a lot during a full minute when stalled : no effect. Also typing show nothing and ctrl alt suppr is also no working when stalled, I have to force the laptop off to reboot

Offline

#18 2020-05-02 20:43:44

patate
Member
Registered: 2020-05-01
Posts: 15

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Here the content of grub when pressing 'e' at grub menu, in case it gives some other hints:

IMG-20200502-223957.jpg

Offline

#19 2020-05-02 21:22:40

patate
Member
Registered: 2020-05-01
Posts: 15

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Based on this : https://wiki.archlinux.org/index.php/Ge … the_kernel
I added "acpi=off" after "quiet"
It boots faster ! But then, I loose keyboard and cannot type my login :-/




edit: This morning I wiped the disk and re-install from beginning.
This time, I just set partition /dev/sda1  (for root directory) &  /dev/sda2 for swap.
I ended with exact same as before...

The install guide bring me to ucode install (https://wiki.archlinux.org/index.php/Mi … stallation), like before, but something rise a question:
I did this:

pacman -S intel-ucode
grub-mkconfig -o /boot/grub/grub.cfg

But there is paragraph "Enabling early microcode loading in custom kernels"

In order for early loading to work in custom kernels, "CPU microcode loading support" needs to be compiled into the kernel, not compiled as a module. This will enable the "Early load microcode" prompt which should be set to Y.

CONFIG_BLK_DEV_INITRD=Y
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=Y
CONFIG_MICROCODE_AMD=y

it's not clear to me if I have to do something with this? if yes, what?  (I don't know where to check those lines "CONFIG...")

Last edited by patate (2020-05-03 10:08:30)

Offline

#20 2020-05-03 10:29:41

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

Re: Boot stuck on loading initial ramdisk for a (very) long time?

If you're using a custom kernel then you should know which options you have enabled.

patate wrote:

I don't know where to check those lines "CONFIG..."

Either look at the relevant Arch packages page[1] or use

zgrep CONFIG_$whatever /proc/config.gz # replace $whatever with the actual configuration option

But I can tell you that early µcode loading is enabled for Arch kernels.


Jin, Jîyan, Azadî

Offline

#21 2020-05-03 13:41:13

patate
Member
Registered: 2020-05-01
Posts: 15

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Head_on_a_Stick wrote:

If you're using a custom kernel then you should know which options you have enabled.

Well...I must say I have limited knowledge in this area...
I followed the install guide which says:
Choose and install a Linux-capable boot loader. If you have an Intel or AMD CPU, enable microcode updates in addition.

So I followed the micro code link, but §1.2.1 I mentionned is not so clear for me.

I have no plan for extra configuration at this step, I just try to follow standard installation and make it work :-)

So following your proposal with zgrep command, I located /proc/config.gz, copied it in home, unzip & check.
The following flags, as you said, are configure as expected:
CONFIG_BLK_DEV_INITRD=Y
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=Y
CONFIG_MICROCODE_AMD=y

So all seems fine with microcode...or let's say, all seems in line with install guide.

Offline

#22 2020-05-03 13:59:55

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,804

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Here's a bunch of more fine-grained acpi settings that might help to narrow down the cause: https://01.org/linux-acpi/documentation … cpi-issues

Offline

#23 2020-05-03 14:11:22

patate
Member
Registered: 2020-05-01
Posts: 15

Re: Boot stuck on loading initial ramdisk for a (very) long time?

I found something: I installed linux-lts

pacman -S linux-lts
grub-mkconfig -o /boot/grub/grub.cfg
reboot

at grub menu, I selected to boot on linux-lts
From pressing enter in grub to boot on linux-lts to login prompt => 14sec!

Could it be something wrong with kernel ?

if needed: 
lts = 5.4.36-1-lts
nonlts = 5.6.8-arch1-1

Offline

#24 2020-05-03 18:30:14

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

Re: Boot stuck on loading initial ramdisk for a (very) long time?

patate wrote:

So following your proposal with zgrep command, I located /proc/config.gz, copied it in home, unzip & check.

Erm, okay hmm

patate wrote:

Could it be something wrong with kernel ?

Perhaps it is a regression. See https://wiki.archlinux.org/index.php/Bi … s_with_Git

The archives will have earlier versions to help you narrow down the point of failure: https://wiki.archlinux.org/index.php/Arch_Linux_Archive


Jin, Jîyan, Azadî

Offline

#25 2020-05-24 16:12:30

sharethewisdom
Member
Registered: 2014-09-22
Posts: 61

Re: Boot stuck on loading initial ramdisk for a (very) long time?

Hi @patate, I wonder your initial observations about the timestamps were relevant to the problem:

mai 01 21:35:43 minus kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.

Could you try adding 'tsc=unstable' to your kernel parameters and see if it changes anything? Could a broken BIOS cause a slow boot on a newer kernel? Maybe try to update that. I have similar issues and the same clocksource messages on a Thinkpad T400 with an outdated coreboot ROM. But I deleted journal entries from before may, so I can't check how long ago they appeared.

patate wrote:

I tried typing a lot during a full minute when stalled : no effect. Also typing show nothing and ctrl alt suppr is also no working when stalled, I have to force the laptop off to reboot

Try to hold down the power button for just two seconds when stuck. Then wait a few seconds. That's made it un-stuck for me (tested 8 times since may 1st).

When I have more time, I'll get more info from a verbose reboot.

Offline

Board footer

Powered by FluxBB