Lmn 7.2 testing

Hallo Gerd,

die Zeilen hab ich auch, obwohl die Images seit langem in den linbo
Unterordnern liegen … da ist wohl noch eine Codezeile veraltet… ich
schreib ein Issue.

Danke für die Meldung :slight_smile:

LG

Holger

Hi!

It’s not a bug, it’s a feature. :wink:
Die macct-Datei soll nicht zum Client heruntergeladen werden. Wenn der Client die macct-Datei beim Betriebssystemstart anfordert, ist das ein Trigger das Maschinenkonto-Passwort des Clients auf dem Server zu patchen. Der rsync-Dämon loggt halt, wenn eine Datei angefordert wird, die es nicht gibt.

VG, Thomas

Hallo zusammen,

Es gibt ein neues Paket linuxmuster-tools7 der gerade schon in Version 7.2.5 liegt.
Dieses Paket sammelt alle rüdimentäre Tools, die ich für die Webui entwickelt habe:

Langsam lösche ich alle diese Tools aus der Webui und nutze anstatt die Version aus diesem Paket, weil damit wir:

  • mehr Modularität bauen,
  • diese Tools für andere Skripte bereitstellen,
  • die Webui abspecken.

Beispiele mit dem LDAPReader:

>>> from linuxmusterTools.ldapconnector import LMNLdapReader as lr
>>> # Getting all schoolclasses
>>> lr.get('/schoolclasses', attributes=['cn'])
[{'cn': '8b'}, {'cn': '8d'}, {'cn': '12b'}, {'cn': '10b migrated'}, {'cn': '10atest'}, {'cn': '5a'}, ...]
>>> # Searching student with 'bla' in cn
>>> lr.get('/users/search/student/bla', attributes=['cn', 'homeDirectory'])
[{'cn': 'bla2', 'homeDirectory': '\\\\lmn\\default-school\\students\\15z\\bla2'}, {'cn': 'bla', 'homeDirectory': '\\\\lmn\\default-school\\students\\attic\\bla'}, {'cn': 'bla1', 'homeDirectory': '\\\\lmn\\default-school\\students\\15z\\bla1'}, {'cn': 'blatrule', 'homeDirectory': '\\\\lmn\\default-school\\students\\10a\\blatrule'}, {'cn': 'mablat', 'homeDirectory': '\\\\lmn\\default-school\\students\\blabla\\mablat'}]

Da es nur eine Sammlung von Skripte ist, schadet es nicht das Paket auf dem Server zu installieren.

Die nächste Webui Version wird davon abhängig sein.

Gruß

Arnaud

6 „Gefällt mir“

9 Beiträge wurden in ein neues Thema verschoben: Probleme bei Neuinstallation von Proxmox + LMN 7.2

Moin moin!

linuxmuster-base7 7.2.0-rc13 liegt vor:

  • introducing new environment variables LINBOSYSDIR and LINBOVARDIR (7687b40).

Nichts Weltbewegendes, wird aber für das nächste Linbo-Release benötigt.

VG, Thomas

Moin moin!

linuxmuster-linbo7 4.2.0 „The Passenger“ mit zwei neuen Features ist verfügbar! Release notes siehe hier.

  • Treiber benötigen oft Firmware um richtig zu funktionieren. Über eine neue Konfigurationsdatei kann jetzt festgelegt werden, welche zusätzliche Firmware in linbofs integriert werden soll. Anleitung siehe hier.
  • Linbo kann jetzt auch WLAN-Verbindungen nutzen. Anleitung siehe hier.

Viel Spaß damit.
Thomas

5 „Gefällt mir“

Hallo Thomas,

wir haben gerade das linbo7 4.2.0 ausprobiert. Wie in deinem Beispiel benötigen unserer PCs die Firmware i915/kbl_dmc_ver1_04.bin. Mir ist allerdings nicht ganz klar, was der i915 mit der Netzwerkkarte zu tun hat.
Ich habe die Firmware wie dokumentiert in /etc/linuxmuster/linbo/firmware eingetragen und per update-linbofs ein neues ISO erzeugt.
Wenn jetzt ein Linbo 4.1.34 sich auf 4.2.0 aktualisiert, wird die i915 Firmware geladen.
Allerdings bekommt Linbo 4.2.0 weder mit noch ohne die Firmware eine IP-Adresse.
Wenn ich per ifconfig eth0 eine IP-Adresse setze, kann ich im Netz den Server anpingen.

Die LAN-Karte ist eigentlich eine 2.5GT Intel Pro/1000 und nutzt den e1000e-Treiber.

Es werden noch fehlende Firmware-Dateien für die WLAN-Karte angezeigt (iwlwifi-3168), allerdings wird Wifi an den PCs nicht genutzt.

Hat jemand einen Tipp wie wir den dhcp-client im Linbo wieder zum Laufen bekommt?

Andernfalls würden wir die 4.1.34-0 vom github wieder installieren. Oder gibt es eine elegantere Lösung für ein Downgrade von 4.2.0 auf 4.1.34? Im apt-cache finde ich sonst nur noch die 4.0.46

Viele Grüße,
Tom

Hallo Tom,

Nichts.

Läuft der dhcp-Server? Bekommen andere Clients IP-Adressen?

VG, Thomas

Hallo Tom,

vielleicht mal
dhcpretray=10
ausprobieren und wenn das klappt 5 statt 10

Das neue linbo braucht vielleicht einfach ein bisschen länger …

LG

Holger

Was gibt auf der Linbo-Konsole
ps w | grep udhcp
aus?

Ja, der DHCP-Server gibt den linbo 4.1 noch Adressen. Nur die 4.2 bekommen keine IP

der udhcp-Prozess läuft nicht

a323-pc001: ~ # ps w | grep udhcp
 1446 root      4568 S    grep udhcp

Hallo Holger,

wir haben eigentlich überall den dhcpretry auf 9.
Habe gerade dhcpretry=10 probiert. Bleibt unverändert offline.

LG
Tom

Das sollte nicht sein. Was gibt ethtool eth0 aus?


ethtool eth0
Settings for eth0:
        Supported ports: [ TP ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Supported pause frame use: Symmetric Receive-only
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Advertised pause frame use: Symmetric Receive-only
        Advertised auto-negotiation: Yes
        Advertised FEC modes: Not reported
        Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                             100baseT/Half 100baseT/Full
                                             1000baseT/Full
        Link partner advertised pause frame use: Symmetric Receive-only
        Link partner advertised auto-negotiation: Yes
        Link partner advertised FEC modes: Not reported
        Speed: 1000Mb/s
        Duplex: Full
        Auto-negotiation: on
        Port: Twisted Pair
        PHYAD: 1
        Transceiver: internal
        MDI-X: off (auto)
        Supports Wake-on: pumbg
        Wake-on: g
        Current message level: 0x00000007 (7)
                               drv probe link
        Link detected: yes

Und was udhcpc -O nisdomain -n -i eth0?

Dann bekommt er seine IP:

a323-pc001: ~ # udhcpc -O nisdomain -n -i eth0
udhcpc: started, v1.35.0
udhcpc: broadcasting discover
udhcpc: broadcasting select for 10.20.173.1, server 10.16.1.1
udhcpc: lease of 10.20.173.1 obtained from 10.16.1.1, lease time 172800

und anschließend bleibt der dhcpclient auch am laufen:

 ps w | grep dhcp
 1458 root      4568 S    udhcpc -O nisdomain -n -i eth0

Funktioniert eigentlich alles. Seltsam. Ist beim Booten eine Meldung „no link detected“ zu sehen?

Beim booten ist nichts besonders aufgefallen.

Ich wollte noch die Ausgabe von dmesg anhängen, aber das ist zu viel fürs Posting hier.

dmesg
Linux version 6.5.9 (root@linbo-build-docker-2204) (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT_DYNAMIC Fri Oct 27 15:50:33 UTC 2023
Command line: BOOT_IMAGE=/linbo64 quiet splash dhcpretry=9 localboot
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x00000000975b1fff] usable
BIOS-e820: [mem 0x00000000975b2000-0x000000009906cfff] reserved
BIOS-e820: [mem 0x000000009906d000-0x00000000990d1fff] ACPI data
BIOS-e820: [mem 0x00000000990d2000-0x00000000990d2fff] reserved
BIOS-e820: [mem 0x00000000990d3000-0x000000009919cfff] ACPI data
BIOS-e820: [mem 0x000000009919d000-0x000000009929cfff] ACPI NVS
BIOS-e820: [mem 0x000000009929d000-0x0000000099b4dfff] reserved
BIOS-e820: [mem 0x0000000099b4e000-0x0000000099b4efff] usable
BIOS-e820: [mem 0x0000000099b4f000-0x000000009f7fffff] reserved
BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
BIOS-e820: [mem 0x0000000100000000-0x000000025e7fffff] usable
NX (Execute Disable) protection: active
e820: update [mem 0x8f941018-0x8f951457] usable ==> usable
e820: update [mem 0x8f941018-0x8f951457] usable ==> usable
extended physical RAM map:
reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
reserve setup_data: [mem 0x0000000000100000-0x000000008f941017] usable
reserve setup_data: [mem 0x000000008f941018-0x000000008f951457] usable
reserve setup_data: [mem 0x000000008f951458-0x00000000975b1fff] usable
reserve setup_data: [mem 0x00000000975b2000-0x000000009906cfff] reserved
reserve setup_data: [mem 0x000000009906d000-0x00000000990d1fff] ACPI data
reserve setup_data: [mem 0x00000000990d2000-0x00000000990d2fff] reserved
reserve setup_data: [mem 0x00000000990d3000-0x000000009919cfff] ACPI data
reserve setup_data: [mem 0x000000009919d000-0x000000009929cfff] ACPI NVS
reserve setup_data: [mem 0x000000009929d000-0x0000000099b4dfff] reserved
reserve setup_data: [mem 0x0000000099b4e000-0x0000000099b4efff] usable
reserve setup_data: [mem 0x0000000099b4f000-0x000000009f7fffff] reserved
reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
reserve setup_data: [mem 0x0000000100000000-0x000000025e7fffff] usable
efi: EFI v2.7 by American Megatrends
efi: ACPI=0x9919c000 ACPI 2.0=0x9919c014 TPMFinalLog=0x9922a000 SMBIOS=0x99711000 SMBIOS 3.0=0x99710000 MEMATTR=0x92621818 ESRT=0x94bc4018 RNG=0x99135018 TPMEventLog=0x8f952018
random: crng init done
efi: Remove mem261: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
e820: remove [mem 0xe0000000-0xefffffff] reserved
efi: Not removing mem262: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
efi: Not removing mem263: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
efi: Not removing mem264: MMIO range=[0xfed00000-0xfed03fff] (16KB) from e820 map
efi: Not removing mem265: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
efi: Remove mem266: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
e820: remove [mem 0xff000000-0xffffffff] reserved
SMBIOS 3.2.0 present.
DMI: EXTRA Computer GmbH exone BUSINESS 5303/MCMLUEB-00, BIOS F5EP 04/23/2021
tsc: Detected 2100.000 MHz processor
tsc: Detected 2099.944 MHz TSC
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
last_pfn = 0x25e800 max_arch_pfn = 0x400000000
MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
last_pfn = 0x99b4f max_arch_pfn = 0x400000000
esrt: Reserving ESRT space from 0x0000000094bc4018 to 0x0000000094bc4050.
e820: update [mem 0x94bc4000-0x94bc4fff] usable ==> reserved
Using GB pages for direct mapping
Secure boot disabled
RAMDISK: [mem 0x8fe11000-0x92460fff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x000000009919C014 000024 (v02 GBT   )
ACPI: XSDT 0x000000009919B728 0000D4 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
ACPI: FACP 0x0000000099197000 000114 (v06 GBT    GBTUACPI 01072009 AMI  00010013)
ACPI: DSDT 0x0000000099156000 040CAC (v02 GBT    GBTUACPI 01072009 INTL 20160527)
ACPI: FACS 0x000000009929C000 000040
ACPI: MCFG 0x000000009919A000 00003C (v01 GBT    GBTUACPI 01072009 MSFT 00000097)
ACPI: SSDT 0x0000000099198000 001B4A (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
ACPI: FIDT 0x0000000099155000 00009C (v01 GBT    GBTUACPI 01072009 AMI  00010013)
ACPI: MSDM 0x0000000099154000 000055 (v03 GBT    GBTUACPI 01072009 AMI  01000013)
ACPI: SSDT 0x0000000099150000 0031CB (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
ACPI: HPET 0x000000009914F000 000038 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
ACPI: SSDT 0x000000009914D000 00147B (v02 GBT    Ther_Rvp 00001000 INTL 20160527)
ACPI: SSDT 0x0000000099149000 0032B9 (v02 INTEL  xh_cmud4 00000000 INTL 20160527)
ACPI: NHLT 0x0000000099147000 001821 (v00 GBT    GBTUACPI 01072009 AMI  01000013)
ACPI: LPIT 0x0000000099146000 000094 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
ACPI: SSDT 0x0000000099142000 002720 (v02 GBT    PtidDevc 00001000 INTL 20160527)
ACPI: SSDT 0x000000009913F000 0025B2 (v02 GBT    TbtTypeC 00000000 INTL 20160527)
ACPI: DBGP 0x000000009913E000 000034 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
ACPI: DBG2 0x000000009913D000 000054 (v00 GBT    GBTUACPI 01072009 AMI  01000013)
ACPI: SSDT 0x000000009913B000 001B67 (v02 GBT    UsbCTabl 00001000 INTL 20160527)
ACPI: DMAR 0x000000009913A000 0000A8 (v01 INTEL  EDK2     00000002      01000013)
ACPI: BGRT 0x0000000099139000 000038 (v01 GBT    GBTUACPI 01072009 AMI  00010013)
ACPI: TPM2 0x0000000099138000 00004C (v04 GBT    GBTUACPI 00000001 AMI  00000000)
ACPI: WSMT 0x0000000099145000 000028 (v01 GBT    GBTUACPI 01072009 AMI  00010013)
ACPI: APIC 0x0000000099137000 0000BC (v04 GBT    GBTUACPI 01072009 AMI  00010013)
ACPI: FPDT 0x0000000099136000 000044 (v01 GBT    CML-ULT  01072009 AMI  01000013)
ACPI: Reserving FACP table memory at [mem 0x99197000-0x99197113]
ACPI: Reserving DSDT table memory at [mem 0x99156000-0x99196cab]
ACPI: Reserving FACS table memory at [mem 0x9929c000-0x9929c03f]
ACPI: Reserving MCFG table memory at [mem 0x9919a000-0x9919a03b]
ACPI: Reserving SSDT table memory at [mem 0x99198000-0x99199b49]
ACPI: Reserving FIDT table memory at [mem 0x99155000-0x9915509b]
ACPI: Reserving MSDM table memory at [mem 0x99154000-0x99154054]
ACPI: Reserving SSDT table memory at [mem 0x99150000-0x991531ca]
ACPI: Reserving HPET table memory at [mem 0x9914f000-0x9914f037]
ACPI: Reserving SSDT table memory at [mem 0x9914d000-0x9914e47a]
ACPI: Reserving SSDT table memory at [mem 0x99149000-0x9914c2b8]
ACPI: Reserving NHLT table memory at [mem 0x99147000-0x99148820]
ACPI: Reserving LPIT table memory at [mem 0x99146000-0x99146093]
ACPI: Reserving SSDT table memory at [mem 0x99142000-0x9914471f]
ACPI: Reserving SSDT table memory at [mem 0x9913f000-0x991415b1]
ACPI: Reserving DBGP table memory at [mem 0x9913e000-0x9913e033]
ACPI: Reserving DBG2 table memory at [mem 0x9913d000-0x9913d053]
ACPI: Reserving SSDT table memory at [mem 0x9913b000-0x9913cb66]
ACPI: Reserving DMAR table memory at [mem 0x9913a000-0x9913a0a7]
ACPI: Reserving BGRT table memory at [mem 0x99139000-0x99139037]
ACPI: Reserving TPM2 table memory at [mem 0x99138000-0x9913804b]
ACPI: Reserving WSMT table memory at [mem 0x99145000-0x99145027]
ACPI: Reserving APIC table memory at [mem 0x99137000-0x991370bb]
ACPI: Reserving FPDT table memory at [mem 0x99136000-0x99136043]
Zone ranges:
  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
  Normal   [mem 0x0000000100000000-0x000000025e7fffff]
Movable zone start for each node
Early memory node ranges
  node   0: [mem 0x0000000000001000-0x000000000009efff]
  node   0: [mem 0x0000000000100000-0x00000000975b1fff]
  node   0: [mem 0x0000000099b4e000-0x0000000099b4efff]
  node   0: [mem 0x0000000100000000-0x000000025e7fffff]
Initmem setup node 0 [mem 0x0000000000001000-0x000000025e7fffff]
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 97 pages in unavailable ranges
On node 0, zone DMA32: 9628 pages in unavailable ranges
On node 0, zone Normal: 25777 pages in unavailable ranges
On node 0, zone Normal: 6144 pages in unavailable ranges
Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
ACPI: PM-Timer IO Port: 0x1808
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
TSC deadline timer available
smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[mem 0x9f800000-0xfdffffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
percpu: Embedded 44 pages/cpu s140392 r8192 d31640 u262144
pcpu-alloc: s140392 r8192 d31640 u262144 alloc=1*2097152
pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Kernel command line: BOOT_IMAGE=/linbo64 quiet splash dhcpretry=9 localboot
Unknown kernel command line parameters "splash localboot BOOT_IMAGE=/linbo64 dhcpretry=9", will be passed to user space.
printk: log_buf_len individual max cpu contribution: 4096 bytes
printk: log_buf_len total cpu_extra contributions: 28672 bytes
printk: log_buf_len min size: 32768 bytes
printk: log_buf_len: 65536 bytes
printk: early log buf free: 20368(62%)
Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Built 1 zonelists, mobility grouping on.  Total pages: 2023228
mem auto-init: stack:off, heap alloc:off, heap free:off
software IO TLB: area num 8.
Memory: 7869068K/8222020K available (8192K kernel code, 700K rwdata, 2716K rodata, 1604K init, 1968K bss, 352696K reserved, 0K cma-reserved)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Dynamic Preempt: none
rcu: Preemptible hierarchical RCU implementation.
rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
NR_IRQS: 4352, nr_irqs: 2048, preallocated irqs: 16
rcu: srcu_init: Setting srcu_struct sizes based on contention.
Console: colour dummy device 80x25
printk: console [tty0] enabled
ACPI: Core revision 20230331
clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
APIC: Switch to symmetric I/O mode setup
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e44fb6c2ab, max_idle_ns: 440795206594 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 4199.88 BogoMIPS (lpj=20999440)
CPU0: Thermal monitoring enabled (TM1)
process: using mwait in idle threads
Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
RETBleed: Mitigation: Enhanced IBRS
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
SRBDS: Vulnerable: No microcode
GDS: Vulnerable: No microcode
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Freeing SMP alternatives memory: 16K
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
smpboot: CPU0: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xc)
Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
... version:                4
... bit width:              48
... generic registers:      4
... value mask:             0000ffffffffffff
... max period:             00007fffffffffff
... fixed-purpose events:   3
... event mask:             000000070000000f
signal: max sigframe size: 2032
Estimated ratio of average max frequency by base frequency (times 1024): 1901
rcu: Hierarchical SRCU implementation.
rcu:    Max phase no-delay instances is 1000.
smp: Bringing up secondary CPUs ...
smpboot: x86: Booting SMP configuration:
.... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
smp: Brought up 1 node, 8 CPUs
smpboot: Max logical packages: 1
smpboot: Total of 8 processors activated (33599.10 BogoMIPS)
devtmpfs: initialized
x86/mm: Memory block size: 128MB
ACPI: PM: Registering ACPI NVS region [mem 0x9919d000-0x9929cfff] (1048576 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
pinctrl core: initialized pinctrl subsystem
NET: Registered PF_NETLINK/PF_ROUTE protocol family
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
cpuidle: using governor ladder
cpuidle: using governor menu
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
dca service started, version 1.12.1
PCI: Using configuration type 1 for base access
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(3.0 _SCP Extensions)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI: 8 ACPI AML tables successfully acquired and loaded
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8881000F5200 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF888100865000 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88810087C000 000560 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF88810087D000 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF888100865400 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF888100A51000 000D74 (v02 PmRef  ApPsd    00003000 INTL 20160527)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF888100865C00 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
ACPI: Interpreter enabled
ACPI: PM: (supports S0 S3 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
PCI: Using E820 reservations for host bridge windows
ACPI: Enabled 8 GPEs in block 00 to 7F
ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
ACPI: \_SB_.PCI0.RP08.PXSX.DRST: New power resource
ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
ACPI: \_TZ_.FN00: New power resource
ACPI: \_TZ_.FN01: New power resource
ACPI: \_TZ_.FN02: New power resource
ACPI: \_TZ_.FN03: New power resource
ACPI: \_TZ_.FN04: New power resource
ACPI: \PIN_: New power resource
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
pci_bus 0000:00: root bus resource [bus 00-fe]
pci 0000:00:00.0: [8086:9b61] type 00 class 0x060000
pci 0000:00:02.0: [8086:9b41] type 00 class 0x030000
pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb0ffffff 64bit]
pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
pci 0000:00:02.0: BAR 2: assigned to efifb
pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
pci 0000:00:08.0: reg 0x10: [mem 0xb133e000-0xb133efff 64bit]
pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000
pci 0000:00:12.0: reg 0x10: [mem 0xb133d000-0xb133dfff 64bit]
pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330
pci 0000:00:14.0: reg 0x10: [mem 0xb1320000-0xb132ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000
pci 0000:00:14.2: reg 0x10: [mem 0xb1336000-0xb1337fff 64bit]
pci 0000:00:14.2: reg 0x18: [mem 0xb133c000-0xb133cfff 64bit]
pci 0000:00:16.0: [8086:02e0] type 00 class 0x078000
pci 0000:00:16.0: reg 0x10: [mem 0xb133b000-0xb133bfff 64bit]
pci 0000:00:16.0: PME# supported from D3hot
pci 0000:00:17.0: [8086:02d3] type 00 class 0x010601
pci 0000:00:17.0: reg 0x10: [mem 0xb1334000-0xb1335fff]
pci 0000:00:17.0: reg 0x14: [mem 0xb133a000-0xb133a0ff]
pci 0000:00:17.0: reg 0x18: [io  0x3090-0x3097]
pci 0000:00:17.0: reg 0x1c: [io  0x3080-0x3083]
pci 0000:00:17.0: reg 0x20: [io  0x3060-0x307f]
pci 0000:00:17.0: reg 0x24: [mem 0xb1339000-0xb13397ff]
pci 0000:00:17.0: PME# supported from D3hot
pci 0000:00:1c.0: [8086:02bf] type 01 class 0x060400
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100
pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300
pci 0000:00:1f.3: reg 0x10: [mem 0xb1330000-0xb1333fff 64bit]
pci 0000:00:1f.3: reg 0x20: [mem 0xb1000000-0xb10fffff 64bit]
pci 0000:00:1f.3: PME# supported from D3hot D3cold
pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500
pci 0000:00:1f.4: reg 0x10: [mem 0xb1338000-0xb13380ff 64bit]
pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000
pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
pci 0000:00:1f.6: [8086:15be] type 00 class 0x020000
pci 0000:00:1f.6: reg 0x10: [mem 0xb1300000-0xb131ffff]
pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
pci 0000:01:00.0: [8086:24fb] type 00 class 0x028000
pci 0000:01:00.0: reg 0x10: [mem 0xb1200000-0xb1201fff 64bit]
pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PCI bridge to [bus 01]
pci 0000:00:1c.0:   bridge window [mem 0xb1200000-0xb12fffff]
pci 0000:02:00.0: [1987:5013] type 00 class 0x010802
pci 0000:02:00.0: reg 0x10: [mem 0xb1100000-0xb1103fff 64bit]
pci 0000:00:1d.0: PCI bridge to [bus 02]
pci 0000:00:1d.0:   bridge window [mem 0xb1100000-0xb11fffff]
pci_bus 0000:00: on NUMA node 0
ACPI: PCI: Interrupt link LNKA configured for IRQ 0
ACPI: PCI: Interrupt link LNKB configured for IRQ 1
ACPI: PCI: Interrupt link LNKC configured for IRQ 0
ACPI: PCI: Interrupt link LNKD configured for IRQ 0
ACPI: PCI: Interrupt link LNKE configured for IRQ 0
ACPI: PCI: Interrupt link LNKF configured for IRQ 0
ACPI: PCI: Interrupt link LNKG configured for IRQ 0
ACPI: PCI: Interrupt link LNKH configured for IRQ 0
iommu: Default domain type: Translated
iommu: DMA domain TLB invalidation policy: lazy mode
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
efivars: Registered efivars operations
PCI: Using ACPI for IRQ routing
....

PCI: pci_cache_line_size set to 64 bytes
e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
e820: reserve RAM buffer [mem 0x8f941018-0x8fffffff]
e820: reserve RAM buffer [mem 0x94bc4000-0x97ffffff]
e820: reserve RAM buffer [mem 0x975b2000-0x97ffffff]
e820: reserve RAM buffer [mem 0x99b4f000-0x9bffffff]
e820: reserve RAM buffer [mem 0x25e800000-0x25fffffff]
pci 0000:00:02.0: vgaarb: setting as boot VGA device
pci 0000:00:02.0: vgaarb: bridge control possible
pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
clocksource: Switched to clocksource tsc-early
FS-Cache: Loaded
pnp: PnP ACPI init
system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
system 00:01: [io  0x0a00-0x0a0f] has been reserved
system 00:01: [io  0x0a10-0x0a8f] has been reserved
system 00:01: [io  0x0a90-0x0a9f] has been reserved
pnp 00:02: [dma 0 disabled]
system 00:03: [io  0x0680-0x069f] has been reserved
system 00:03: [io  0x164e-0x164f] has been reserved
system 00:04: [io  0x1854-0x1857] has been reserved
system 00:05: [io  0x1800-0x18fe] could not be reserved
system 00:05: [mem 0xfd000000-0xfd69ffff] has been reserved
system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
system 00:05: [mem 0xff000000-0xffffffff] has been reserved
system 00:06: [io  0x2000-0x20fe] has been reserved
system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
system 00:08: [mem 0xfe038000-0xfe038fff] has been reserved
pnp: PnP ACPI: found 9 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered PF_INET protocol family
IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
TCP: Hash tables configured (established 65536 bind 65536)
UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
NET: Registered PF_UNIX/PF_LOCAL protocol family
pci 0000:00:1c.0: PCI bridge to [bus 01]
pci 0000:00:1c.0:   bridge window [mem 0xb1200000-0xb12fffff]
pci 0000:00:1d.0: PCI bridge to [bus 02]
pci 0000:00:1d.0:   bridge window [mem 0xb1100000-0xb11fffff]
pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window]
pci_bus 0000:01: resource 1 [mem 0xb1200000-0xb12fffff]
pci_bus 0000:02: resource 1 [mem 0xb1100000-0xb11fffff]
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x000000008b941000-0x000000008f941000] (64MB)
Trying to unpack rootfs image as initramfs...
RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
RAPL PMU: hw unit of domain package 2^-14 Joules
RAPL PMU: hw unit of domain dram 2^-14 Joules
RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
platform rtc_cmos: registered platform RTC device (no PNP device found)
Initialise system trusted keyrings
workingset: timestamp_bits=62 max_order=21 bucket_order=0
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler mq-deadline registered
io scheduler kyber registered
efifb: probing for efifb
efifb: framebuffer at 0xa0000000, using 1876k, total 1875k
efifb: mode is 800x600x32, linelength=3200, pages=1
efifb: scrolling: redraw
efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
fbcon: Deferring console take-over
fb0: EFI VGA frame buffer device
input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
ACPI: button: Sleep Button [SLPB]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
ACPI: button: Power Button [PWRB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
ACPI: button: Power Button [PWRF]
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
ACPI: \_SB_.PR00: Found 3 idle states
ACPI: \_SB_.PR01: Found 3 idle states
ACPI: \_SB_.PR02: Found 3 idle states
ACPI: \_SB_.PR03: Found 3 idle states
ACPI: \_SB_.PR04: Found 3 idle states
ACPI: \_SB_.PR05: Found 3 idle states
tsc: Refined TSC clocksource calibration: 2111.999 MHz
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e7177b097e, max_idle_ns: 440795281886 ns
clocksource: Switched to clocksource tsc
ACPI: \_SB_.PR06: Found 3 idle states
ACPI: \_SB_.PR07: Found 3 idle states
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: thermal: Thermal Zone [TZ00] (28 C)
ioatdma: Intel(R) QuickData Technology Driver 5.00
Guest personality initialized and is inactive
VMCI host device registered (name=vmci, major=10, minor=126)
Initialized host personality
usbcore: registered new interface driver idmouse
i8042: PNP: No PS/2 controller found.
mousedev: PS/2 mouse device common for all mice
rtc_cmos rtc_cmos: RTC can wake from S4
rtc_cmos rtc_cmos: registered as rtc0
rtc_cmos rtc_cmos: setting system clock to 2023-10-31T11:25:35 UTC (1698751535)
rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
IR JVC protocol handler initialized
IR MCE Keyboard/mouse protocol handler initialized
IR NEC protocol handler initialized
IR RC5(x/sz) protocol handler initialized
IR RC6 protocol handler initialized
IR SANYO protocol handler initialized
IR Sharp protocol handler initialized
IR Sony protocol handler initialized
IR XMP protocol handler initialized
intel_pstate: Intel P-state driver initializing
intel_pstate: HWP enabled
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
NET: Registered PF_PACKET protocol family
NET: Registered PF_KEY protocol family
8021q: 802.1Q VLAN Support v1.8
Key type dns_resolver registered
microcode: Microcode Update Driver: v2.2.
IPI shorthand broadcast: enabled
sched_clock: Marking stable (2490007822, -8706671)->(2487096447, -5795296)
Loading compiled-in X.509 certificates
clk: Disabling unused clocks
Freeing initrd memory: 39232K
Freeing unused kernel image (initmem) memory: 1604K
Write protecting the kernel read-only data: 12288k
Freeing unused kernel image (rodata/data gap) memory: 1380K
rodata_test: all tests were successful
Run /init as init process
  with arguments:
    /init
    splash
    localboot
  with environment:
    HOME=/
    TERM=linux
    BOOT_IMAGE=/linbo64
    dhcpretry=9
fbcon: Taking over console
Console: switching to colour frame buffer device 100x37
ntfs3: Max link count 4000
ntfs3: Enabled Linux POSIX ACLs support
ntfs3: Read-only LZX/Xpress compression included
Linux agpgart interface v0.103
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
SCSI subsystem initialized
pps_core: LinuxPPS API ver. 1 registered
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
PTP clock support registered
ACPI: bus type drm_connector registered
e1000e: Intel(R) PRO/1000 Network Driver
e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
libata version 3.00 loaded.
e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
ahci 0000:00:17.0: version 3.0
cfg80211: Loading compiled-in X.509 certificates for regulatory database
ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part deso sadm sds apst
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 12 ports detected
scsi host0: ahci
ata1: SATA max UDMA/133 abar m2048@0xb1339000 port 0xb1339100 irq 124
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
cfg80211: failed to load regulatory.db
i801_smbus 0000:00:1f.4: SPD Write Disable is set
i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
i2c i2c-0: 1/2 memory slots populated (from DMI)
i2c i2c-0: Successfully instantiated SPD at 0x50
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
usb: port power management may be unreliable
usb 1-1: new low-speed USB device number 2 using xhci_hcd
ata1: SATA link down (SStatus 4 SControl 300)
nvme nvme0: pci function 0000:02:00.0
Intel(R) Wireless WiFi driver for Linux
iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
iwlwifi 0000:01:00.0: Detected crf-id 0x0, cnv-id 0x0 wfpm id 0x0
iwlwifi 0000:01:00.0: PCI dev 24fb/2110, rev=0x220, rfid=0xd55555d5
iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-3168-29.ucode failed with error -2
iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-3168-28.ucode failed with error -2
iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-3168-27.ucode failed with error -2
iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-3168-26.ucode failed with error -2
iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-3168-25.ucode failed with error -2
iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-3168-24.ucode failed with error -2
iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-3168-23.ucode failed with error -2
iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-3168-22.ucode failed with error -2
iwlwifi 0000:01:00.0: no suitable firmware found!
iwlwifi 0000:01:00.0: minimum version required: iwlwifi-3168-22
iwlwifi 0000:01:00.0: maximum version supported: iwlwifi-3168-29
iwlwifi 0000:01:00.0: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
nvme nvme0: missing or invalid SUBNQN field.
nvme nvme0: allocated 128 MiB host memory buffer.
nvme nvme0: 8/0/0 default/read/poll queues
 nvme0n1: p1 p2 p3 p4
Console: switching to colour dummy device 80x25
i915 0000:00:02.0: vgaarb: deactivate vga console
i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
input: PixArt Microsoft USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:045E:00CB.0001/input/input3
hid-generic 0003:045E:00CB.0001: input: USB HID v1.11 Mouse [PixArt Microsoft USB Optical Mouse] on usb-0000:00:14.0-1/input0
e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
usb 1-5: new low-speed USB device number 3 using xhci_hcd
e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) d8:5e:d3:e0:49:7f
e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
input: Microsoft Wired Keyboard 400 as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:045E:0752.0002/input/input4
hid-generic 0003:045E:0752.0002: input: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 400] on usb-0000:00:14.0-5/input0
[drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
usb 1-10: new full-speed USB device number 4 using xhci_hcd
fbcon: i915drmfb (fb0) is primary device
Console: switching to colour frame buffer device 240x67
i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
EXT2-fs (nvme0n1p2): error: couldn't mount because of unsupported optional features (2c0)
EXT4-fs (nvme0n1p2): mounted filesystem 61da2cc0-7aad-461c-a7a8-1ae23860c5b5 r/w with ordered data mode. Quota mode: disabled.
EXT4-fs (nvme0n1p2): unmounting filesystem 61da2cc0-7aad-461c-a7a8-1ae23860c5b5.
ntfs3: nvme0n1p3: Primary boot signature is not NTFS.
ntfs3: nvme0n1p3: Alternative boot signature is not NTFS.
EXT2-fs (nvme0n1p4): error: couldn't mount because of unsupported optional features (2c0)
EXT4-fs (nvme0n1p4): mounted filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d r/w with ordered data mode. Quota mode: disabled.
EXT4-fs (nvme0n1p4): unmounting filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d.
EXT4-fs (nvme0n1p4): mounted filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d r/w with ordered data mode. Quota mode: disabled.
EXT4-fs (nvme0n1p4): unmounting filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d.
EXT2-fs (nvme0n1p2): error: couldn't mount because of unsupported optional features (2c0)
EXT4-fs (nvme0n1p2): mounted filesystem 61da2cc0-7aad-461c-a7a8-1ae23860c5b5 r/w with ordered data mode. Quota mode: disabled.
EXT4-fs (nvme0n1p2): unmounting filesystem 61da2cc0-7aad-461c-a7a8-1ae23860c5b5.
ntfs3: nvme0n1p3: Primary boot signature is not NTFS.
ntfs3: nvme0n1p3: Alternative boot signature is not NTFS.
EXT2-fs (nvme0n1p4): error: couldn't mount because of unsupported optional features (2c0)
EXT4-fs (nvme0n1p4): mounted filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d r/w with ordered data mode. Quota mode: disabled.
EXT4-fs (nvme0n1p4): unmounting filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d.
EXT4-fs (nvme0n1p4): mounted filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d r/w with ordered data mode. Quota mode: disabled.
EXT4-fs (nvme0n1p4): unmounting filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d.
EXT4-fs (nvme0n1p4): mounted filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d r/w with ordered data mode. Quota mode: disabled.
EXT4-fs (nvme0n1p4): unmounting filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d.
EXT4-fs (nvme0n1p4): mounted filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d r/w with ordered data mode. Quota mode: disabled.
EXT4-fs (nvme0n1p4): unmounting filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d.
EXT4-fs (nvme0n1p4): mounted filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d r/w with ordered data mode. Quota mode: disabled.
EXT4-fs (nvme0n1p4): unmounting filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d.
EXT4-fs (nvme0n1p4): mounted filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d ro with ordered data mode. Quota mode: disabled.
EXT4-fs (nvme0n1p4): unmounting filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d.
EXT4-fs (nvme0n1p4): mounted filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d r/w with ordered data mode. Quota mode: disabled.
EXT4-fs (nvme0n1p4): unmounting filesystem 3acf52b9-0f69-43f0-8bcb-98ddd1b9418d.
e1000e 0000:00:1f.6 eth0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx