Installing Porteus onto a flashdrive from Arch results with /dev/media [SOLVED]

Post here if you are a new Porteus member and you're looking for some help.
User avatar
eggbladder
Black ninja
Black ninja
Posts: 36
Joined: 20 Nov 2023, 22:50
Distribution: Arch Linux
Location: Tonga

Installing Porteus onto a flashdrive from Arch results with /dev/media [SOLVED]

Post#1 by eggbladder » 20 Nov 2023, 22:54

Hello all.

When running the install script (Porteus-installer-for-Linux.com), it says it will install onto /dev/media. I want it to install on /dev/sdf1, my flashdrive.
Flashdrive - has 32 gigabytes
ext4

What should i do to fix this?

Thank you.
Last edited by eggbladder on 25 Nov 2023, 09:42, edited 1 time in total.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#2 by ncmprhnsbl » 21 Nov 2023, 06:55

hi,
(be aware that Porteus-installer-for-Linux.com just installs the bootloader for syslinux) presumably you have already copied all the files of the iso on to your flashdrive.
to work properly your flashdrive /dev/sdf1 needs to be mounted at /mnt/sdf1 . which in arch, i'd guess you'd need to do manually with mount.
ie.

Code: Select all

# mkdir /mnt/sdf1
# mount /dev/sdf1 /mnt/sdf1
then

Code: Select all

# cd /mnt/sdf1/boot
# ./Porteus-installer-for-Linux.com
if you're not already doing that..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
eggbladder
Black ninja
Black ninja
Posts: 36
Joined: 20 Nov 2023, 22:50
Distribution: Arch Linux
Location: Tonga

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#3 by eggbladder » 21 Nov 2023, 21:09

Hello again.
The fix to my issue was KDE mounting it and me just going along with it. Manually doing it worked.

I've run into another issue while booting into Porteus. I am unable to boot into KDE or LXDE. I will post the logs here.
If this is better suited as another forum post, please let me know.

CHEATCODES:

Code: Select all

quiet BOOT_IMAGE=/boot/syslinux/vmlinuz 3 initrd=/boot/syslinux/initrd.xz
BLKID:

Code: Select all

/dev/loop1: TYPE="squashfs"
/dev/sdb1: UUID="752ac31b-a8e2-41f7-8d7f-1490f2f04b00" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="883f9ad6-01"
/dev/loop4: TYPE="squashfs"
/dev/loop2: TYPE="squashfs"
/dev/loop0: TYPE="squashfs"
/dev/sdc1: LABEL_FATBOOT="ENFAIN" LABEL="ENFAIN" UUID="EEA4-58FE" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="28311e2c-01"
/dev/sda2: LABEL="Windows" BLOCK_SIZE="512" UUID="8430A2BD30A2B598" TYPE="ntfs" PARTUUID="ec209d25-02"
/dev/sda3: LABEL="Recovery" BLOCK_SIZE="512" UUID="E264A12464A0FD03" TYPE="ntfs" PARTUUID="ec209d25-03"
/dev/sda1: LABEL="System Reserved" BLOCK_SIZE="512" UUID="1CBCA094BCA069CA" TYPE="ntfs" PARTUUID="ec209d25-01"
/dev/loop3: TYPE="squashfs"
PORTEUS-LIVEDBG:

Code: Select all

# Recognized devices:
/dev/sdb1: UUID="752ac31b-a8e2-41f7-8d7f-1490f2f04b00" TYPE="ext4"
/dev/sda3: LABEL="Recovery" UUID="E264A12464A0FD03" TYPE="ntfs"
/dev/sda2: LABEL="Windows" UUID="8430A2BD30A2B598" TYPE="ntfs"
/dev/sda1: LABEL="System Reserved" UUID="1CBCA094BCA069CA" TYPE="ntfs"

# Booting device:
/mnt/sdb1

# Porteus data found in:
/mnt/sdb1/porteus

# Changes are stored in:
memory

# Non standard /rootcopy dir:
none

# Modules activated during boot time:
/mnt/sdb1/porteus/base/000-kernel.xzm
/mnt/sdb1/porteus/base/001-core.xzm
/mnt/sdb1/porteus/base/002-xorg.xzm
/mnt/sdb1/porteus/base/002-xtra.xzm
/mnt/sdb1/porteus/base/003-lxde.xzm

# Base module versions:
001-core.xzm:20230922
002-xorg.xzm:20231001
002-xtra.xzm:20230922
003-lxde.xzm:20230922
initrd.xz:20230923
FSTAB:

Code: Select all

# Do not edit this file as fstab is recreated automatically during every boot.
# Please use /etc/rc.d/rc.local or sysvinit scripts if you want to mount/unmount
# drive, filesystem or network share.

# System mounts:
aufs / aufs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
devtmpfs /dev devtmpfs defaults 0 0
devpts /dev/pts devpts rw,mode=0620,gid=5 0 0

# Device partitions:

# Hotplugged devices:
/dev/sda1 /mnt/sda1 ntfs-3g noatime,nodiratime,group,nodev,exec,async,comment=x-gvfs-show 0 0
/dev/sda2 /mnt/sda2 ntfs-3g noatime,nodiratime,group,nodev,exec,async,comment=x-gvfs-show 0 0
/dev/sda3 /mnt/sda3 ntfs-3g noatime,nodiratime,group,nodev,exec,async,comment=x-gvfs-show 0 0
/dev/sdb1 /mnt/sdb1 ext4 users,noatime,nodiratime,suid,dev,exec,async,comment=x-gvfs-show 0 0
/dev/sdc1 /mnt/sdc1 vfat users,noatime,nodiratime,suid,dev,exec,async,comment=x-gvfs-show,umask=0,check=s,utf8 0 0
DMESG:

Code: Select all

[    0.000000] Linux version 6.5.5-porteus (root@porteus.example.net) (gcc (GCC) 11.2.0, GNU ld version 2.37-slack15) #1 SMP PREEMPT_DYNAMIC Sat Sep 23 18:21:43 MSK 2023
[    0.000000] Command line: BOOT_IMAGE=/boot/syslinux/vmlinuz 3 initrd=/boot/syslinux/initrd.xz
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000004000000-0x0000000004009fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000400a000-0x0000000079f3ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000079f40000-0x000000007ad3ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ad40000-0x000000007af3cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007af3d000-0x000000007af3dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007af3e000-0x000000007b43ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007b440000-0x000000007b4bffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007b4c0000-0x000000008dffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedf1000-0x00000000fedf1fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022f33ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.1 present.
[    0.000000] DMI: HP HP ProBook 645 G4/8401, BIOS Q82 Ver. 01.20.00 03/21/2022
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] last_pfn = 0x22f340 max_arch_pfn = 0x400000000
[    0.000000] MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] last_pfn = 0x8e000 max_arch_pfn = 0x400000000
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x7ff1f000-0x7fffffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FBE00 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x000000007B4A4188 000114 (v01 HPQOEM SLIC-BPC 00000001      01000013)
[    0.000000] ACPI: FACP 0x000000007B4AC000 00010C (v05 HPQOEM SLIC-BPC 00000001 HP   00000001)
[    0.000000] ACPI: DSDT 0x000000007B493000 010981 (v02 HPQOEM 8401     00000000 INTL 20160527)
[    0.000000] ACPI: FACS 0x000000007B387000 000040
[    0.000000] ACPI: SSDT 0x000000007B4BD000 00012A (v02 HP     ShmTable 00000001 INTL 20160527)
[    0.000000] ACPI: SSDT 0x000000007B4B7000 005419 (v02 AMD    AmdTable 00000002 MSFT 02000002)
[    0.000000] ACPI: SSDT 0x000000007B4B6000 0007DC (v01 AMD    AMD CPU  00000001 AMD  00000001)
[    0.000000] ACPI: CRAT 0x000000007B4B5000 000810 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.000000] ACPI: CDIT 0x000000007B4B4000 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.000000] ACPI: UEFI 0x000000007B3A2000 000042 (v01 HPQOEM EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000007B4B2000 000F25 (v02 HP     UcsiAcpi 00000001 INTL 20160527)
[    0.000000] ACPI: SSDT 0x000000007B4B1000 0000FB (v02 HP     UcsiCntr 00000001 INTL 20160527)
[    0.000000] ACPI: RTMA 0x000000007B4B0000 00009E (v01 HP     _HBMART_ 00001000 HP   00000001)
[    0.000000] ACPI: SSDT 0x000000007B4AF000 0003C8 (v02 HPQOEM Tpm2Tabl 00001000 INTL 20160527)
[    0.000000] ACPI: TPM2 0x000000007B4AE000 000034 (v03 HPQOEM EDK2     00000002      01000013)
[    0.000000] ACPI: OEML 0x000000007B4AD000 000028 (v03 HPQOEM EDK2     00000002      01000013)
[    0.000000] ACPI: ASF! 0x000000007B4AB000 00006E (v32 HPQOEM 8401     00000001 HP   00000001)
[    0.000000] ACPI: MSDM 0x000000007B4AA000 000055 (v03 HPQOEM SLIC-BPC 00000000 HP   00000001)
[    0.000000] ACPI: SLIC 0x000000007B4A9000 000176 (v01 HPQOEM SLIC-BPC 00000001 HP   00000001)
[    0.000000] ACPI: WSMT 0x000000007B4A8000 000028 (v01 HPQOEM 8401     00000001 HP   00000001)
[    0.000000] ACPI: HPET 0x000000007B4A7000 000038 (v01 HPQOEM 8401     00000001 HP   00000001)
[    0.000000] ACPI: APIC 0x000000007B4A6000 000138 (v02 HPQOEM 8401     00000001 HP   00000001)
[    0.000000] ACPI: MCFG 0x000000007B4A5000 00003C (v01 HPQOEM 8401     00000001 HP   00000001)
[    0.000000] ACPI: IVRS 0x000000007B492000 00013E (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x000000007B491000 000069 (v01 HP     HPCAHWID 00001000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x000000007B490000 000884 (v01 HP     HPADNBWL 00001000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x000000007B48F000 000032 (v01 HP     HPCONDEV 00001000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x000000007B4BE000 000934 (v01 AMD    AmdTable 00000001 INTL 20160527)
[    0.000000] ACPI: FPDT 0x000000007B48E000 000044 (v01 HPQOEM EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000007B48C000 001CA0 (v01 AMD    AmdTable 00000001 INTL 20160527)
[    0.000000] ACPI: BGRT 0x000000007B48B000 000038 (v01 HPQOEM EDK2     00000002      01000013)
[    0.000000] ACPI: HPB1 0x000000007B47C000 000034 (v01 ABT-NT ABT-WPBT 00000001 ABTW 20120402)
[    0.000000] ACPI: SSDT 0x000000007B4B3000 0002F9 (v02 HP     PwrCtlEv 00000001 INTL 20160527)
[    0.000000] ACPI: Reserving FACP table memory at [mem 0x7b4ac000-0x7b4ac10b]
[    0.000000] ACPI: Reserving DSDT table memory at [mem 0x7b493000-0x7b4a3980]
[    0.000000] ACPI: Reserving FACS table memory at [mem 0x7b387000-0x7b38703f]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b4bd000-0x7b4bd129]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b4b7000-0x7b4bc418]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b4b6000-0x7b4b67db]
[    0.000000] ACPI: Reserving CRAT table memory at [mem 0x7b4b5000-0x7b4b580f]
[    0.000000] ACPI: Reserving CDIT table memory at [mem 0x7b4b4000-0x7b4b4028]
[    0.000000] ACPI: Reserving UEFI table memory at [mem 0x7b3a2000-0x7b3a2041]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b4b2000-0x7b4b2f24]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b4b1000-0x7b4b10fa]
[    0.000000] ACPI: Reserving RTMA table memory at [mem 0x7b4b0000-0x7b4b009d]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b4af000-0x7b4af3c7]
[    0.000000] ACPI: Reserving TPM2 table memory at [mem 0x7b4ae000-0x7b4ae033]
[    0.000000] ACPI: Reserving OEML table memory at [mem 0x7b4ad000-0x7b4ad027]
[    0.000000] ACPI: Reserving ASF! table memory at [mem 0x7b4ab000-0x7b4ab06d]
[    0.000000] ACPI: Reserving MSDM table memory at [mem 0x7b4aa000-0x7b4aa054]
[    0.000000] ACPI: Reserving SLIC table memory at [mem 0x7b4a9000-0x7b4a9175]
[    0.000000] ACPI: Reserving WSMT table memory at [mem 0x7b4a8000-0x7b4a8027]
[    0.000000] ACPI: Reserving HPET table memory at [mem 0x7b4a7000-0x7b4a7037]
[    0.000000] ACPI: Reserving APIC table memory at [mem 0x7b4a6000-0x7b4a6137]
[    0.000000] ACPI: Reserving MCFG table memory at [mem 0x7b4a5000-0x7b4a503b]
[    0.000000] ACPI: Reserving IVRS table memory at [mem 0x7b492000-0x7b49213d]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b491000-0x7b491068]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b490000-0x7b490883]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b48f000-0x7b48f031]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b4be000-0x7b4be933]
[    0.000000] ACPI: Reserving FPDT table memory at [mem 0x7b48e000-0x7b48e043]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b48c000-0x7b48dc9f]
[    0.000000] ACPI: Reserving BGRT table memory at [mem 0x7b48b000-0x7b48b037]
[    0.000000] ACPI: Reserving HPB1 table memory at [mem 0x7b47c000-0x7b47c033]
[    0.000000] ACPI: Reserving SSDT table memory at [mem 0x7b4b3000-0x7b4b32f8]
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000022f33ffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x22f33b000-0x22f33ffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000022f33ffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000003ffffff]
[    0.000000]   node   0: [mem 0x000000000400a000-0x0000000079f3ffff]
[    0.000000]   node   0: [mem 0x000000007b4c0000-0x000000008dffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000022f33ffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022f33ffff]
[    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.000000] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.000000] On node 0, zone DMA32: 10 pages in unavailable ranges
[    0.000000] On node 0, zone DMA32: 5504 pages in unavailable ranges
[    0.000000] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.000000] On node 0, zone Normal: 3264 pages in unavailable ranges
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 12 hotplug CPUs
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x04000000-0x04009fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x79f40000-0x7ad3ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x7ad40000-0x7af3cfff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x7af3d000-0x7af3dfff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x7af3e000-0x7b43ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x7b440000-0x7b4bffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0x8e000000-0xf7ffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd1fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfebfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedf0fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedf1000-0xfedf1fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfedf2000-0xfedfffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] [mem 0x8e000000-0xf7ffffff] available for PCI devices
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu s148072 r8192 d32152 u262144
[    0.000000] pcpu-alloc: s148072 r8192 d32152 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.000000] Kernel command line: quiet BOOT_IMAGE=/boot/syslinux/vmlinuz 3 initrd=/boot/syslinux/initrd.xz
[    0.000000] Unknown kernel command line parameters "3 BOOT_IMAGE=/boot/syslinux/vmlinuz", will be passed to user space.
[    0.000000] random: crng init done
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] Fallback order for Node 0: 0 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1789375
[    0.000000] Policy zone: Normal
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 16.
[    0.000000] Memory: 7049052K/7271756K available (12288K kernel code, 1193K rwdata, 2532K rodata, 2072K init, 1988K bss, 222448K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] Dynamic Preempt: voluntary
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=16.
[    0.000000] 	Trampoline variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS: 4352, nr_irqs: 1096, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] printk: console [tty0] enabled
[    0.000000] ACPI: Core revision 20230331
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.002000] AMD-Vi: ivrs, add hid:PNP0D40, uid:, rdevid:152
[    0.002000] AMD-Vi: Using global IVHD EFR:0x4f77ef22294ada, EFR2:0x0
[    0.002000] Switched APIC routing to physical flat.
[    0.003000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.010000] tsc: PIT calibration matches HPET. 2 loops
[    0.010000] tsc: Detected 1996.220 MHz processor
[    0.000005] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c76de463, max_idle_ns: 881590429735 ns
[    0.000010] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.44 BogoMIPS (lpj=1996220)
[    0.000024] AMD Zen1 DIV0 bug detected. Disable SMT for full protection.
[    0.000058] LVT offset 1 assigned for vector 0xf9
[    0.000103] LVT offset 2 assigned for vector 0xf4
[    0.000117] process: using mwait in idle threads
[    0.000119] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.000121] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.000124] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.000126] Spectre V2 : Mitigation: Retpolines
[    0.000127] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.000127] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.000128] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.000129] RETBleed: Mitigation: untrained return thunk
[    0.000131] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.000132] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.000137] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000138] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000139] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000140] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000142] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.012378] Freeing SMP alternatives memory: 24K
[    0.012382] pid_max: default: 32768 minimum: 301
[    0.012411] LSM: initializing lsm=capability
[    0.012445] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.012462] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.115967] smpboot: CPU0: AMD Ryzen 3 PRO 2300U w/ Radeon Vega Mobile Gfx (family: 0x17, model: 0x11, stepping: 0x0)
[    0.116008] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.116008] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
[    0.116008] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.116008] ... version:                0
[    0.116008] ... bit width:              48
[    0.116008] ... generic registers:      6
[    0.116008] ... value mask:             0000ffffffffffff
[    0.116008] ... max period:             00007fffffffffff
[    0.116008] ... fixed-purpose events:   0
[    0.116008] ... event mask:             000000000000003f
[    0.116008] signal: max sigframe size: 1776
[    0.116008] rcu: Hierarchical SRCU implementation.
[    0.116008] rcu: 	Max phase no-delay instances is 400.
[    0.116177] smp: Bringing up secondary CPUs ...
[    0.116247] smpboot: x86: Booting SMP configuration:
[    0.116248] .... node  #0, CPUs:        #1  #2  #3
[    0.119028] smp: Brought up 1 node, 4 CPUs
[    0.119028] smpboot: Max logical packages: 4
[    0.119029] smpboot: Total of 4 processors activated (15969.76 BogoMIPS)
[    0.120220] devtmpfs: initialized
[    0.120220] x86/mm: Memory block size: 128MB
[    0.121408] ACPI: PM: Registering ACPI NVS region [mem 0x04000000-0x04009fff] (40960 bytes)
[    0.121408] ACPI: PM: Registering ACPI NVS region [mem 0x7ad40000-0x7af3cfff] (2084864 bytes)
[    0.121408] ACPI: PM: Registering ACPI NVS region [mem 0x7af3e000-0x7b43ffff] (5251072 bytes)
[    0.121408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.121408] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.121408] pinctrl core: initialized pinctrl subsystem
[    0.122099] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.122298] thermal_sys: Registered thermal governor 'bang_bang'
[    0.122300] thermal_sys: Registered thermal governor 'step_wise'
[    0.122301] thermal_sys: Registered thermal governor 'user_space'
[    0.122311] cpuidle: using governor ladder
[    0.122315] cpuidle: using governor menu
[    0.122347] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.122347] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.122347] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.122347] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as E820 entry
[    0.122347] PCI: Using configuration type 1 for base access
[    0.122347] raid6: skipped pq benchmark and selected avx2x4
[    0.122347] raid6: using avx2x2 recovery algorithm
[    0.122347] ACPI: Added _OSI(Module Device)
[    0.122347] ACPI: Added _OSI(Processor Device)
[    0.122347] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.122347] ACPI: Added _OSI(Processor Aggregator Device)
[    0.125346] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.130625] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPC0.EC0], AE_NOT_FOUND (20230331/dswload2-162)
[    0.130868] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230331/psobject-220)
[    0.131012] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.131826] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.137627] ACPI: EC: EC started
[    0.137628] ACPI: EC: interrupt blocked
[    0.157078] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.157080] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.157082] ACPI: Interpreter enabled
[    0.157104] ACPI: PM: (supports S0 S1 S3 S4 S5)
[    0.157105] ACPI: Using IOAPIC for interrupt routing
[    0.157483] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.157485] PCI: Using E820 reservations for host bridge windows
[    0.157764] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.158364] ACPI: \_SB_.PCI0.GPP1.PXP_: New power resource
[    0.160641] ACPI: \_SB_.PCI0.BUSA.HDEF.APPR: New power resource
[    0.160741] ACPI: \_SB_.P0ST: New power resource
[    0.160768] ACPI: \_SB_.P3ST: New power resource
[    0.163940] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.163946] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.163993] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[    0.164076] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    0.164078] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.164087] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.164152] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000cd3ff])
[    0.164308] PCI host bridge to bus 0000:00
[    0.164310] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.164312] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.164314] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.164315] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cbfff window]
[    0.164317] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
[    0.164319] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
[    0.164321] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfeafffff window]
[    0.164322] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.164343] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[    0.164480] pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
[    0.164633] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.164755] pci 0000:00:01.3: [1022:15d3] type 01 class 0x060400
[    0.164817] pci 0000:00:01.3: enabling Extended Tags
[    0.164916] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.165105] pci 0000:00:01.4: [1022:15d3] type 01 class 0x060400
[    0.165169] pci 0000:00:01.4: enabling Extended Tags
[    0.165266] pci 0000:00:01.4: PME# supported from D0 D3hot D3cold
[    0.165441] pci 0000:00:01.5: [1022:15d3] type 01 class 0x060400
[    0.165503] pci 0000:00:01.5: enabling Extended Tags
[    0.165601] pci 0000:00:01.5: PME# supported from D0 D3hot D3cold
[    0.165780] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.165897] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[    0.165957] pci 0000:00:08.1: enabling Extended Tags
[    0.166036] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.166194] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[    0.166254] pci 0000:00:08.2: enabling Extended Tags
[    0.166335] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[    0.166510] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.166707] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.166916] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[    0.166965] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[    0.167016] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[    0.167067] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[    0.167114] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[    0.167162] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[    0.167210] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[    0.167258] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[    0.167410] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[    0.167439] pci 0000:01:00.0: reg 0x10: [io  0x3300-0x33ff]
[    0.167479] pci 0000:01:00.0: reg 0x18: [mem 0xe0a14000-0xe0a14fff 64bit]
[    0.167504] pci 0000:01:00.0: reg 0x20: [mem 0xe0a00000-0xe0a03fff 64bit]
[    0.167662] pci 0000:01:00.0: supports D1 D2
[    0.167663] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.167915] pci 0000:01:00.1: [10ec:816a] type 00 class 0x070002
[    0.167944] pci 0000:01:00.1: reg 0x10: [io  0x3200-0x32ff]
[    0.167982] pci 0000:01:00.1: reg 0x18: [mem 0xe0a15000-0xe0a15fff 64bit]
[    0.168009] pci 0000:01:00.1: reg 0x20: [mem 0xe0a04000-0xe0a07fff 64bit]
[    0.168156] pci 0000:01:00.1: supports D1 D2
[    0.168157] pci 0000:01:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.168344] pci 0000:01:00.2: [10ec:816b] type 00 class 0x070002
[    0.168372] pci 0000:01:00.2: reg 0x10: [io  0x3100-0x31ff]
[    0.168411] pci 0000:01:00.2: reg 0x18: [mem 0xe0a16000-0xe0a16fff 64bit]
[    0.168435] pci 0000:01:00.2: reg 0x20: [mem 0xe0a08000-0xe0a0bfff 64bit]
[    0.168581] pci 0000:01:00.2: supports D1 D2
[    0.168583] pci 0000:01:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.168767] pci 0000:01:00.3: [10ec:816c] type 00 class 0x0c0701
[    0.168796] pci 0000:01:00.3: reg 0x10: [io  0x3000-0x30ff]
[    0.168834] pci 0000:01:00.3: reg 0x18: [mem 0xe0a17000-0xe0a17fff 64bit]
[    0.168858] pci 0000:01:00.3: reg 0x20: [mem 0xe0a0c000-0xe0a0ffff 64bit]
[    0.169004] pci 0000:01:00.3: supports D1 D2
[    0.169005] pci 0000:01:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.169192] pci 0000:01:00.4: [10ec:816d] type 00 class 0x0c0320
[    0.169221] pci 0000:01:00.4: reg 0x10: [mem 0xe0a18000-0xe0a18fff]
[    0.169259] pci 0000:01:00.4: reg 0x18: [mem 0xe0a10000-0xe0a13fff 64bit]
[    0.169433] pci 0000:01:00.4: PME# supported from D0 D3cold
[    0.169689] pci 0000:00:01.3: PCI bridge to [bus 01]
[    0.169697] pci 0000:00:01.3:   bridge window [io  0x3000-0x3fff]
[    0.169701] pci 0000:00:01.3:   bridge window [mem 0xe0a00000-0xe0afffff]
[    0.170126] pci 0000:02:00.0: [8086:24fd] type 00 class 0x028000
[    0.170216] pci 0000:02:00.0: reg 0x10: [mem 0xe0900000-0xe0901fff 64bit]
[    0.170592] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.171632] pci 0000:00:01.4: PCI bridge to [bus 02]
[    0.171642] pci 0000:00:01.4:   bridge window [mem 0xe0900000-0xe09fffff]
[    0.171744] pci 0000:03:00.0: [10ec:522a] type 00 class 0xff0000
[    0.171774] pci 0000:03:00.0: reg 0x10: [mem 0xe0800000-0xe0800fff]
[    0.172124] pci 0000:03:00.0: supports D1 D2
[    0.172125] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.172376] pci 0000:00:01.5: PCI bridge to [bus 03]
[    0.172387] pci 0000:00:01.5:   bridge window [mem 0xe0800000-0xe08fffff]
[    0.172505] pci 0000:04:00.0: [1002:15dd] type 00 class 0x030000
[    0.172537] pci 0000:04:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.172558] pci 0000:04:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[    0.172571] pci 0000:04:00.0: reg 0x20: [io  0x2000-0x20ff]
[    0.172585] pci 0000:04:00.0: reg 0x24: [mem 0xe0700000-0xe077ffff]
[    0.172608] pci 0000:04:00.0: enabling Extended Tags
[    0.172643] pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.172757] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.172989] pci 0000:04:00.1: [1002:15de] type 00 class 0x040300
[    0.173015] pci 0000:04:00.1: reg 0x10: [mem 0xe0788000-0xe078bfff]
[    0.173096] pci 0000:04:00.1: enabling Extended Tags
[    0.173176] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.173275] pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
[    0.173322] pci 0000:04:00.2: reg 0x18: [mem 0xe0600000-0xe06fffff]
[    0.173359] pci 0000:04:00.2: reg 0x24: [mem 0xe078e000-0xe078ffff]
[    0.173382] pci 0000:04:00.2: enabling Extended Tags
[    0.173579] pci 0000:04:00.3: [1022:15e0] type 00 class 0x0c0330
[    0.173610] pci 0000:04:00.3: reg 0x10: [mem 0xe0300000-0xe03fffff 64bit]
[    0.173680] pci 0000:04:00.3: enabling Extended Tags
[    0.173765] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[    0.173894] pci 0000:04:00.4: [1022:15e1] type 00 class 0x0c0330
[    0.173925] pci 0000:04:00.4: reg 0x10: [mem 0xe0400000-0xe04fffff 64bit]
[    0.173995] pci 0000:04:00.4: enabling Extended Tags
[    0.174084] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[    0.174214] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[    0.174237] pci 0000:04:00.6: reg 0x10: [mem 0xe0780000-0xe0787fff]
[    0.174319] pci 0000:04:00.6: enabling Extended Tags
[    0.174398] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[    0.174514] pci 0000:04:00.7: [1022:15e6] type 00 class 0x000000
[    0.174562] pci 0000:04:00.7: reg 0x18: [mem 0xe0500000-0xe05fffff]
[    0.174598] pci 0000:04:00.7: reg 0x24: [mem 0xe078c000-0xe078dfff]
[    0.174622] pci 0000:04:00.7: enabling Extended Tags
[    0.174878] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.174885] pci 0000:00:08.1:   bridge window [io  0x2000-0x2fff]
[    0.174889] pci 0000:00:08.1:   bridge window [mem 0xe0300000-0xe07fffff]
[    0.174896] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.174981] pci 0000:05:00.0: [1022:7901] type 00 class 0x010601
[    0.175065] pci 0000:05:00.0: reg 0x24: [mem 0xe0200000-0xe02007ff]
[    0.175088] pci 0000:05:00.0: enabling Extended Tags
[    0.175193] pci 0000:05:00.0: PME# supported from D3hot D3cold
[    0.175390] pci 0000:00:08.2: PCI bridge to [bus 05]
[    0.175400] pci 0000:00:08.2:   bridge window [mem 0xe0200000-0xe02fffff]
[    0.176457] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.176459] ACPI: PCI: Interrupt link LNKA disabled
[    0.176543] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.176545] ACPI: PCI: Interrupt link LNKB disabled
[    0.176609] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.176610] ACPI: PCI: Interrupt link LNKC disabled
[    0.176693] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.176695] ACPI: PCI: Interrupt link LNKD disabled
[    0.176769] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.176771] ACPI: PCI: Interrupt link LNKE disabled
[    0.176831] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.176832] ACPI: PCI: Interrupt link LNKF disabled
[    0.176892] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.176893] ACPI: PCI: Interrupt link LNKG disabled
[    0.176953] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.176955] ACPI: PCI: Interrupt link LNKH disabled
[    0.177318] ACPI: EC: interrupt unblocked
[    0.177319] ACPI: EC: event unblocked
[    0.177323] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.177324] ACPI: EC: GPE=0x3
[    0.177325] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.177327] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.177356] iommu: Default domain type: Translated
[    0.177357] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.177365] SCSI subsystem initialized
[    0.177365] libata version 3.00 loaded.
[    0.177365] ACPI: bus type USB registered
[    0.177365] usbcore: registered new interface driver usbfs
[    0.177365] usbcore: registered new interface driver hub
[    0.177365] usbcore: registered new device driver usb
[    0.180151] mc: Linux media interface: v0.10
[    0.180157] videodev: Linux video capture interface: v2.00
[    0.180168] pps_core: LinuxPPS API ver. 1 registered
[    0.180170] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.180173] PTP clock support registered
[    0.180223] Advanced Linux Sound Architecture Driver Initialized.
[    0.180396] PCI: Using ACPI for IRQ routing
[    0.183952] PCI: pci_cache_line_size set to 64 bytes
[    0.184328] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.184330] e820: reserve RAM buffer [mem 0x79f40000-0x7bffffff]
[    0.184332] e820: reserve RAM buffer [mem 0x8e000000-0x8fffffff]
[    0.184333] e820: reserve RAM buffer [mem 0x22f340000-0x22fffffff]
[    0.184348] pci 0000:04:00.0: vgaarb: setting as boot VGA device
[    0.184348] pci 0000:04:00.0: vgaarb: bridge control possible
[    0.184348] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.184348] vgaarb: loaded
[    0.184348] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.184348] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.186052] clocksource: Switched to clocksource tsc-early
[    0.186126] pnp: PnP ACPI init
[    0.186292] system 00:01: [io  0x0400-0x04cf] has been reserved
[    0.186294] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.186296] system 00:01: [io  0x04d6] has been reserved
[    0.186298] system 00:01: [io  0x0680-0x06ff] has been reserved
[    0.186300] system 00:01: [io  0x077a] has been reserved
[    0.186301] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.186303] system 00:01: [io  0x0c14] has been reserved
[    0.186304] system 00:01: [io  0x0c50-0x0c52] has been reserved
[    0.186307] system 00:01: [io  0x0c6c] has been reserved
[    0.186308] system 00:01: [io  0x0c6f] has been reserved
[    0.186310] system 00:01: [io  0x0cd0-0x0cdb] has been reserved
[    0.186311] system 00:01: [io  0x0840-0x0847] has been reserved
[    0.186332] system 00:02: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.186434] system 00:05: [io  0x0200-0x027f] has been reserved
[    0.186437] system 00:05: [mem 0xfedf1000-0xfedf1fff] has been reserved
[    0.186541] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.186544] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.186546] system 00:06: [mem 0xfec20000-0xfec20fff] has been reserved
[    0.186979] pnp: PnP ACPI: found 7 devices
[    0.192727] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.192787] NET: Registered PF_INET protocol family
[    0.192995] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.194515] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.194530] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.194536] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.194633] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.195010] TCP: Hash tables configured (established 65536 bind 65536)
[    0.195159] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.195180] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.195211] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.195288] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.195299] NET: Registered PF_XDP protocol family
[    0.195345] pci 0000:00:01.5: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    0.195350] pci 0000:00:01.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    0.195367] pci 0000:00:01.5: BAR 15: assigned [mem 0xe0b00000-0xe0cfffff 64bit pref]
[    0.195373] pci 0000:00:01.5: BAR 13: assigned [io  0x1000-0x1fff]
[    0.195377] pci 0000:00:01.3: PCI bridge to [bus 01]
[    0.195382] pci 0000:00:01.3:   bridge window [io  0x3000-0x3fff]
[    0.195389] pci 0000:00:01.3:   bridge window [mem 0xe0a00000-0xe0afffff]
[    0.195399] pci 0000:00:01.4: PCI bridge to [bus 02]
[    0.195405] pci 0000:00:01.4:   bridge window [mem 0xe0900000-0xe09fffff]
[    0.195415] pci 0000:00:01.5: PCI bridge to [bus 03]
[    0.195418] pci 0000:00:01.5:   bridge window [io  0x1000-0x1fff]
[    0.195423] pci 0000:00:01.5:   bridge window [mem 0xe0800000-0xe08fffff]
[    0.195427] pci 0000:00:01.5:   bridge window [mem 0xe0b00000-0xe0cfffff 64bit pref]
[    0.195439] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.195446] pci 0000:00:08.1:   bridge window [io  0x2000-0x2fff]
[    0.195452] pci 0000:00:08.1:   bridge window [mem 0xe0300000-0xe07fffff]
[    0.195456] pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.195463] pci 0000:00:08.2: PCI bridge to [bus 05]
[    0.195469] pci 0000:00:08.2:   bridge window [mem 0xe0200000-0xe02fffff]
[    0.195482] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.195484] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.195486] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.195487] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cbfff window]
[    0.195489] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
[    0.195490] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
[    0.195491] pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfeafffff window]
[    0.195493] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.195495] pci_bus 0000:01: resource 1 [mem 0xe0a00000-0xe0afffff]
[    0.195496] pci_bus 0000:02: resource 1 [mem 0xe0900000-0xe09fffff]
[    0.195498] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
[    0.195499] pci_bus 0000:03: resource 1 [mem 0xe0800000-0xe08fffff]
[    0.195500] pci_bus 0000:03: resource 2 [mem 0xe0b00000-0xe0cfffff 64bit pref]
[    0.195502] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.195503] pci_bus 0000:04: resource 1 [mem 0xe0300000-0xe07fffff]
[    0.195504] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.195506] pci_bus 0000:05: resource 1 [mem 0xe0200000-0xe02fffff]
[    0.196219] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[    0.196238] pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
[    0.196614] pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
[    0.196862] PCI: CLS 64 bytes, default 64
[    0.196880] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.196925] Unpacking initramfs...
[    0.196950] pci 0000:00:01.0: Adding to iommu group 0
[    0.196967] pci 0000:00:01.3: Adding to iommu group 1
[    0.196982] pci 0000:00:01.4: Adding to iommu group 2
[    0.196998] pci 0000:00:01.5: Adding to iommu group 3
[    0.197020] pci 0000:00:08.0: Adding to iommu group 4
[    0.197035] pci 0000:00:08.1: Adding to iommu group 5
[    0.197050] pci 0000:00:08.2: Adding to iommu group 6
[    0.197072] pci 0000:00:14.0: Adding to iommu group 7
[    0.197084] pci 0000:00:14.3: Adding to iommu group 7
[    0.197133] pci 0000:00:18.0: Adding to iommu group 8
[    0.197146] pci 0000:00:18.1: Adding to iommu group 8
[    0.197157] pci 0000:00:18.2: Adding to iommu group 8
[    0.197169] pci 0000:00:18.3: Adding to iommu group 8
[    0.197181] pci 0000:00:18.4: Adding to iommu group 8
[    0.197193] pci 0000:00:18.5: Adding to iommu group 8
[    0.197204] pci 0000:00:18.6: Adding to iommu group 8
[    0.197215] pci 0000:00:18.7: Adding to iommu group 8
[    0.197254] pci 0000:01:00.0: Adding to iommu group 9
[    0.197270] pci 0000:01:00.1: Adding to iommu group 9
[    0.197286] pci 0000:01:00.2: Adding to iommu group 9
[    0.197301] pci 0000:01:00.3: Adding to iommu group 9
[    0.197321] pci 0000:01:00.4: Adding to iommu group 9
[    0.197336] pci 0000:02:00.0: Adding to iommu group 10
[    0.197354] pci 0000:03:00.0: Adding to iommu group 11
[    0.197398] pci 0000:04:00.0: Adding to iommu group 12
[    0.197443] pci 0000:04:00.1: Adding to iommu group 13
[    0.197467] pci 0000:04:00.2: Adding to iommu group 13
[    0.197487] pci 0000:04:00.3: Adding to iommu group 13
[    0.197508] pci 0000:04:00.4: Adding to iommu group 13
[    0.197530] pci 0000:04:00.6: Adding to iommu group 13
[    0.197551] pci 0000:04:00.7: Adding to iommu group 13
[    0.197567] pci 0000:05:00.0: Adding to iommu group 14
[    0.199181] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.199186] pci 0000:00:00.2: PCI INT A: no GSI
[    0.199638] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.199640] AMD-Vi: Extended features (0x4f77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[    0.199647] AMD-Vi: Interrupt remapping enabled
[    0.199683] AMD-Vi: Virtual APIC enabled
[    0.199842] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.199847] software IO TLB: mapped [mem 0x000000008a000000-0x000000008e000000] (64MB)
[    0.199906] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.200537] Initialise system trusted keyrings
[    0.200570] workingset: timestamp_bits=56 max_order=21 bucket_order=0
[    0.200584] zbud: loaded
[    0.200726] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.200737] ntfs: driver 2.1.32 [Flags: R/W].
[    0.200745] ntfs3: Max link count 4000
[    0.200746] ntfs3: Enabled Linux POSIX ACLs support
[    0.200747] ntfs3: Read-only LZX/Xpress compression included
[    0.200751] fuse: init (API version 7.38)
[    0.200862] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    0.200990] aufs 6.5-20230918
[    0.208601] xor: automatically using best checksumming function   avx       
[    0.208604] Key type asymmetric registered
[    0.208605] Asymmetric key parser 'x509' registered
[    0.208621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.210378] pcieport 0000:00:01.3: PME: Signaling with IRQ 26
[    0.210595] pcieport 0000:00:01.4: PME: Signaling with IRQ 27
[    0.210802] pcieport 0000:00:01.5: PME: Signaling with IRQ 28
[    0.210828] pcieport 0000:00:01.5: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.211078] pcieport 0000:00:08.1: PME: Signaling with IRQ 29
[    0.211342] pcieport 0000:00:08.2: PME: Signaling with IRQ 30
[    0.212046] ACPI: AC: AC Adapter [AC] (off-line)
[    0.212098] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.212117] ACPI: button: Power Button [PWRB]
[    0.212150] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.212167] ACPI: button: Sleep Button [SLPB]
[    0.212198] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    0.212214] ACPI: button: Lid Switch [LID]
[    0.212245] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.212298] ACPI: button: Power Button [PWRF]
[    0.212328] Monitor-Mwait will be used to enter C-1 state
[    0.212332] ACPI: \_PR_.C000: Found 2 idle states
[    0.212446] ACPI: \_PR_.C001: Found 2 idle states
[    0.212552] ACPI: \_PR_.C002: Found 2 idle states
[    0.212699] ACPI: \_PR_.C003: Found 2 idle states
[    0.217289] thermal LNXTHERM:00: registered as thermal_zone0
[    0.217293] ACPI: thermal: Thermal Zone [CPUZ] (0 C)
[    0.220022] thermal LNXTHERM:01: registered as thermal_zone1
[    0.220026] ACPI: thermal: Thermal Zone [GFXZ] (0 C)
[    0.222771] thermal LNXTHERM:02: registered as thermal_zone2
[    0.222775] ACPI: thermal: Thermal Zone [EXTZ] (0 C)
[    0.226545] thermal LNXTHERM:03: registered as thermal_zone3
[    0.226548] ACPI: thermal: Thermal Zone [LOCZ] (85 C)
[    0.230502] thermal LNXTHERM:04: registered as thermal_zone4
[    0.230506] ACPI: thermal: Thermal Zone [BATZ] (25 C)
[    0.230534] ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20230331/exoparg2-393)
[    0.230805] ACPI Error: Aborting method \_TZ.GETP due to previous error (AE_AML_PACKAGE_LIMIT) (20230331/psparse-529)
[    0.231042] ACPI Error: Aborting method \_TZ.CHGZ._CRT due to previous error (AE_AML_PACKAGE_LIMIT) (20230331/psparse-529)
[    0.232027] ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20230331/exoparg2-393)
[    0.232368] ACPI Error: Aborting method \_TZ.GTTP due to previous error (AE_AML_PACKAGE_LIMIT) (20230331/psparse-529)
[    0.232606] ACPI Error: Aborting method \_TZ.CHGZ._TMP due to previous error (AE_AML_PACKAGE_LIMIT) (20230331/psparse-529)
[    0.232864] ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000005) is beyond end of object (length 0x5) (20230331/exoparg2-393)
[    0.233125] ACPI Error: Aborting method \_TZ.GETP due to previous error (AE_AML_PACKAGE_LIMIT) (20230331/psparse-529)
[    0.233363] ACPI Error: Aborting method \_TZ.CHGZ._CRT due to previous error (AE_AML_PACKAGE_LIMIT) (20230331/psparse-529)
[    0.233606] ACPI: thermal: [Firmware Bug]: No valid trip found
[    0.233961] Linux agpgart interface v0.103
[    0.234002] ACPI: bus type drm_connector registered
[    0.248509] ACPI: battery: Slot [BAT0] (battery present)
[    0.256200] loop: module loaded
[    0.267970] usbcore: registered new interface driver rtsx_usb
[    0.268390] ahci 0000:05:00.0: version 3.0
[    0.279068] ahci 0000:05:00.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.279075] ahci 0000:05:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part deso sadm sds 
[    0.279481] scsi host0: ahci
[    0.279721] scsi host1: ahci
[    0.279795] ata1: SATA max UDMA/133 abar m2048@0xe0200000 port 0xe0200100 irq 34
[    0.279801] ata2: SATA max UDMA/133 abar m2048@0xe0200000 port 0xe0200180 irq 35
[    0.280358] Fusion MPT base driver 3.04.20
[    0.280360] Copyright (c) 1999-2008 LSI Corporation
[    0.280366] Fusion MPT SPI Host driver 3.04.20
[    0.280378] Fusion MPT SAS Host driver 3.04.20
[    0.280663] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    0.280672] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
[    0.280902] xhci_hcd 0000:04:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
[    0.281365] ehci-pci 0000:01:00.4: EHCI Host Controller
[    0.281375] ehci-pci 0000:01:00.4: new USB bus registered, assigned bus number 2
[    0.281399] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    0.281404] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 3
[    0.281408] xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.281485] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    0.281489] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.281492] usb usb1: Product: xHCI Host Controller
[    0.281494] usb usb1: Manufacturer: Linux 6.5.5-porteus xhci-hcd
[    0.281493] ehci-pci 0000:01:00.4: irq 38, io mem 0xe0a18000
[    0.281496] usb usb1: SerialNumber: 0000:04:00.3
[    0.281679] hub 1-0:1.0: USB hub found
[    0.281697] hub 1-0:1.0: 4 ports detected
[    0.282559] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.282584] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[    0.282587] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.282590] usb usb3: Product: xHCI Host Controller
[    0.282592] usb usb3: Manufacturer: Linux 6.5.5-porteus xhci-hcd
[    0.282593] usb usb3: SerialNumber: 0000:04:00.3
[    0.282726] hub 3-0:1.0: USB hub found
[    0.282743] hub 3-0:1.0: 4 ports detected
[    0.289273] ehci-pci 0000:01:00.4: USB 0.0 started, EHCI 1.00
[    0.289321] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    0.289326] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.289329] usb usb2: Product: EHCI Host Controller
[    0.289331] usb usb2: Manufacturer: Linux 6.5.5-porteus ehci_hcd
[    0.289333] usb usb2: SerialNumber: 0000:01:00.4
[    0.289508] hub 2-0:1.0: USB hub found
[    0.289518] hub 2-0:1.0: 1 port detected
[    0.289632] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    0.289643] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
[    0.289832] xhci_hcd 0000:04:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
[    0.290265] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    0.290270] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 5
[    0.290273] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.290350] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    0.290353] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.290356] usb usb4: Product: xHCI Host Controller
[    0.290358] usb usb4: Manufacturer: Linux 6.5.5-porteus xhci-hcd
[    0.290360] usb usb4: SerialNumber: 0000:04:00.4
[    0.290548] hub 4-0:1.0: USB hub found
[    0.290566] hub 4-0:1.0: 2 ports detected
[    0.291065] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.291090] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[    0.291094] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.291097] usb usb5: Product: xHCI Host Controller
[    0.291098] usb usb5: Manufacturer: Linux 6.5.5-porteus xhci-hcd
[    0.291100] usb usb5: SerialNumber: 0000:04:00.4
[    0.291260] hub 5-0:1.0: USB hub found
[    0.291275] hub 5-0:1.0: 1 port detected
[    0.291707] usbcore: registered new interface driver uas
[    0.291741] usbcore: registered new interface driver usb-storage
[    0.291750] usbcore: registered new interface driver ums-alauda
[    0.291759] usbcore: registered new interface driver ums-cypress
[    0.291767] usbcore: registered new interface driver ums-datafab
[    0.291775] usbcore: registered new interface driver ums_eneub6250
[    0.291783] usbcore: registered new interface driver ums-freecom
[    0.291792] usbcore: registered new interface driver ums-isd200
[    0.291801] usbcore: registered new interface driver ums-jumpshot
[    0.291809] usbcore: registered new interface driver ums-karma
[    0.291817] usbcore: registered new interface driver ums-onetouch
[    0.291826] usbcore: registered new interface driver ums-realtek
[    0.291834] usbcore: registered new interface driver ums-sddr09
[    0.291842] usbcore: registered new interface driver ums-sddr55
[    0.291851] usbcore: registered new interface driver ums-usbat
[    0.291859] usbcore: registered new device driver apple-mfi-fastcharge
[    0.291916] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.292755] i8042: Detected active multiplexing controller, rev 1.1
[    0.293074] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.293080] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.293124] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.293152] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.293179] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.293397] mousedev: PS/2 mouse device common for all mice
[    0.293654] rtc_cmos 00:00: RTC can wake from S4
[    0.294053] rtc_cmos 00:00: registered as rtc0
[    0.294109] rtc_cmos 00:00: setting system clock to 2023-11-21T14:54:02 UTC (1700578442)
[    0.294153] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.294177] amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
[    0.294197] sdhci: Secure Digital Host Controller Interface driver
[    0.294199] sdhci: Copyright(c) Pierre Ossman
[    0.294246] wbsd: Winbond W83L51xD SD/MMC card interface driver
[    0.294247] wbsd: Copyright(c) Pierre Ossman
[    0.294278] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
[    0.294391] usbcore: registered new interface driver vub300
[    0.294400] usbcore: registered new interface driver ushc
[    0.294420] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.294533] hid: raw HID events driver (C) Jiri Kosina
[    0.294553] usbcore: registered new interface driver usbhid
[    0.294555] usbhid: USB HID core driver
[    0.294736] Initializing XFRM netlink socket
[    0.294750] NET: Registered PF_PACKET protocol family
[    0.305378] microcode: CPU1: patch_level=0x08101016
[    0.305385] microcode: CPU0: patch_level=0x08101016
[    0.305449] microcode: CPU2: patch_level=0x08101016
[    0.305537] microcode: CPU3: patch_level=0x08101016
[    0.305567] microcode: Microcode Update Driver: v2.2.
[    0.305576] IPI shorthand broadcast: enabled
[    0.308160] sched_clock: Marking stable (318009710, -9991073)->(314628038, -6609401)
[    0.308268] registered taskstats version 1
[    0.308373] Loading compiled-in X.509 certificates
[    0.318924] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    0.322856] Freeing initrd memory: 900K
[    0.324036] Loaded X.509 cert 'Build time autogenerated kernel key: 1895d7f18cef999c7a74af79081e0ec76183caa2'
[    0.326684] Key type .fscrypt registered
[    0.326688] Key type fscrypt-provisioning registered
[    0.327247] Btrfs loaded, zoned=no, fsverity=no
[    0.327610] Key type encrypted registered
[    0.327839] clk: Disabling unused clocks
[    0.327844] ALSA device list:
[    0.327846]   No soundcards found.
[    0.519352] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    0.527384] usb 4-1: new high-speed USB device number 2 using xhci_hcd
[    0.589119] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.590400] ata2: SATA link down (SStatus 0 SControl 300)
[    0.590703] ata1.00: ACPI cmd f5/00:00:00:00:00:e0(SECURITY FREEZE LOCK) filtered out
[    0.590710] ata1.00: ATA-10: ST500LM034-2GH17A, RPM2, max UDMA/100
[    0.600782] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    0.625540] ata1.00: ACPI cmd f5/00:00:00:00:00:e0(SECURITY FREEZE LOCK) filtered out
[    0.635645] ata1.00: configured for UDMA/100
[    0.635853] scsi 0:0:0:0: Direct-Access     ATA      ST500LM034-2GH17 RPM2 PQ: 0 ANSI: 5
[    0.636549] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    0.636558] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.636623] sd 0:0:0:0: [sda] Write Protect is off
[    0.636632] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.636754] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.636936] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    0.648688] usb 1-2: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 2.08
[    0.648701] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    0.648707] usb 1-2: Product: USB2744
[    0.648710] usb 1-2: Manufacturer: Microchip Tech
[    0.655331] usb 4-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
[    0.655344] usb 4-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    0.655360] usb 4-1: Product: USB2.0 Hub
[    0.698053] hub 1-2:1.0: USB hub found
[    0.698330] hub 1-2:1.0: 2 ports detected
[    0.707212] hub 4-1:1.0: USB hub found
[    0.707565] hub 4-1:1.0: 4 ports detected
[    0.730957]  sda: sda1 sda2 sda3
[    0.731308] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.732008] Freeing unused kernel image (initmem) memory: 2072K
[    0.732019] Write protecting the kernel read-only data: 16384k
[    0.732726] Freeing unused kernel image (rodata/data gap) memory: 1564K
[    0.732737] rodata_test: all tests were successful
[    0.732746] Run /init as init process
[    0.732748]   with arguments:
[    0.732749]     /init
[    0.732751]     3
[    0.732752]   with environment:
[    0.732753]     HOME=/
[    0.732755]     TERM=linux
[    0.732756]     BOOT_IMAGE=/boot/syslinux/vmlinuz
[    0.761810] usb 3-2: new SuperSpeed USB device number 2 using xhci_hcd
[    0.774022] usb 3-2: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 2.08
[    0.774032] usb 3-2: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    0.774035] usb 3-2: Product: USB5744
[    0.774037] usb 3-2: Manufacturer: Microchip Tech
[    0.794230] hub 3-2:1.0: USB hub found
[    0.794334] hub 3-2:1.0: 2 ports detected
[    0.825409] usb 4-2: new high-speed USB device number 3 using xhci_hcd
[    0.962227] usb 4-2: New USB device found, idVendor=04ca, idProduct=706d, bcdDevice= 0.06
[    0.962241] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    0.962246] usb 4-2: Product: HP HD Camera
[    0.962250] usb 4-2: Manufacturer: DHCYQA19ICB4Q9
[    1.018065] usb 4-1.2: new full-speed USB device number 4 using xhci_hcd
[    1.052057] usb 1-2.1: new high-speed USB device number 3 using xhci_hcd
[    1.123467] usb 4-1.2: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[    1.123480] usb 4-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.148278] usb 1-2.1: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.00
[    1.148290] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.148294] usb 1-2.1: Product: Mass Storage
[    1.148296] usb 1-2.1: Manufacturer: Generic
[    1.148298] usb 1-2.1: SerialNumber: 127E72A6
[    1.149284] usb-storage 1-2.1:1.0: USB Mass Storage device detected
[    1.149469] scsi host2: usb-storage 1-2.1:1.0
[    1.196810] input: PS/2 Generic Mouse as /devices/platform/i8042/serio2/input/input10
[    1.237056] tsc: Refined TSC clocksource calibration: 1996.244 MHz
[    1.237074] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398ca425e4d, max_idle_ns: 881590642098 ns
[    1.237115] clocksource: Switched to clocksource tsc
[    1.937265] psmouse serio3: synaptics: queried max coordinates: x [..5656], y [..4736]
[    1.966131] psmouse serio3: synaptics: queried min coordinates: x [1284..], y [1114..]
[    1.966150] psmouse serio3: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience.
[    2.019003] psmouse serio3: synaptics: Touchpad model: 1, fw: 10.16, id: 0x1e2a1, caps: 0xf00123/0x840300/0x12e800/0x500000, board id: 3354, fw id: 2694770
[    2.057678] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input11
[    2.199428] scsi 2:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
[    2.200466] sd 2:0:0:0: [sdb] 61440000 512-byte logical blocks: (31.5 GB/29.3 GiB)
[    2.201108] sd 2:0:0:0: [sdb] Write Protect is off
[    2.201110] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[    2.201753] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.350887]  sdb: sdb1
[    2.351135] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   12.163735] EXT4-fs (sdb1): recovery complete
[   12.166439] EXT4-fs (sdb1): mounted filesystem 752ac31b-a8e2-41f7-8d7f-1490f2f04b00 r/w with ordered data mode. Quota mode: disabled.
[   12.178018] loop0: detected capacity change from 0 to 190664
[   12.197121] loop0: detected capacity change from 0 to 190664
[   12.199488] loop1: detected capacity change from 0 to 251696
[   12.207626] loop2: detected capacity change from 0 to 229568
[   12.214272] loop3: detected capacity change from 0 to 36128
[   12.219115] loop4: detected capacity change from 0 to 18432
[   13.539895] NET: Registered PF_INET6 protocol family
[   13.548815] Segment Routing with IPv6
[   13.548821] RPL Segment Routing with IPv6
[   13.548846] In-situ OAM (IOAM) with IPv6
[   13.563512] udevd[472]: starting eudev-3.2.11
[   13.807458] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   13.807835] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:00/input/input13
[   13.866752] hp_accel: hardware type HPB64xx found
[   13.867103] lis3lv02d: 8 bits 3DC sensor found
[   13.900154] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input14
[   13.906213] ccp 0000:04:00.2: ccp enabled
[   13.916391] ccp 0000:04:00.2: tee enabled
[   13.916398] ccp 0000:04:00.2: psp enabled
[   13.935126] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[   13.973173] 0000:01:00.1: ttyS0 at I/O 0x3200 (irq = 52, base_baud = 115200) is a 16550A
[   13.973583] 0000:01:00.2: ttyS1 at I/O 0x3100 (irq = 53, base_baud = 115200) is a 16550A
[   14.024198] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B06 (\_SB.PCI0.SMBS.SMBO) (20230331/utaddress-204)
[   14.024211] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[   14.050416] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[   14.051494] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   14.083277] r8169 0000:01:00.0 eth0: RTL8168ep/8111ep, f8:b4:6a:88:62:fd, XID 502, IRQ 55
[   14.083287] r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[   14.104885] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   14.118240] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   14.118250] cfg80211: failed to load regulatory.db
[   14.147566] acpi_cpufreq: overriding BIOS provided _PSD data
[   14.205372] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input15
[   14.205456] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input16
[   14.205515] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input17
[   14.205573] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input18
[   14.252099] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   14.252106] RAPL PMU: hw unit of domain package 2^-16 Joules
[   14.256533] Intel(R) Wireless WiFi driver for Linux
[   14.266160] iwlwifi 0000:02:00.0: Detected crf-id 0xbadcafe, cnv-id 0x10 wfpm id 0x80000000
[   14.266250] iwlwifi 0000:02:00.0: PCI dev 24fd/1010, rev=0x230, rfid=0xd55555d5
[   14.287718] cryptd: max_cpu_qlen set to 1000
[   14.298004] snd_hda_codec_conexant hdaudioC1D0: CX8200: BIOS auto-probing.
[   14.301072] snd_hda_codec_conexant hdaudioC1D0: vmaster hook already present before cdev!
[   14.301293] snd_hda_codec_conexant hdaudioC1D0: autoconfig for CX8200: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   14.301300] snd_hda_codec_conexant hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   14.301303] snd_hda_codec_conexant hdaudioC1D0:    hp_outs=1 (0x1d/0x0/0x0/0x0/0x0)
[   14.301306] snd_hda_codec_conexant hdaudioC1D0:    mono: mono_out=0x0
[   14.301308] snd_hda_codec_conexant hdaudioC1D0:    inputs:
[   14.301310] snd_hda_codec_conexant hdaudioC1D0:      Internal Mic=0x1a
[   14.301313] snd_hda_codec_conexant hdaudioC1D0:      Mic=0x19
[   14.405649] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input19
[   14.405731] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input20
[   14.407655] AVX2 version of gcm_enc/dec engaged.
[   14.407695] AES CTR mode by8 optimization enabled
[   17.848069] hp_wmi: query 0x4 returned error 0x5
[   17.854955] input: HP WMI hotkeys as /devices/virtual/input/input21
[   20.659654] iwlwifi 0000:02:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
[   20.731870] kvm_amd: TSC scaling supported
[   20.731876] kvm_amd: Nested Virtualization enabled
[   20.731878] kvm_amd: Nested Paging enabled
[   20.731881] kvm_amd: SEV enabled (ASIDs 0 - 15)
[   20.731884] kvm_amd: SEV-ES enabled (ASIDs 0 - 4294967295)
[   20.731902] kvm_amd: Virtual VMLOAD VMSAVE supported
[   20.731903] kvm_amd: Virtual GIF supported
[   20.731904] kvm_amd: LBR virtualization supported
[   20.878517] intel_rapl_common: Found RAPL domain package
[   20.878524] intel_rapl_common: Found RAPL domain core
[   21.017032] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[   21.017177] thermal thermal_zone5: failed to read out thermal zone (-61)
[   21.089828] iwlwifi 0000:02:00.0: base HW address: 84:fd:d1:6f:66:7f, OTP minor version: 0x0
[   21.165773] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   21.221972] Bluetooth: Core ver 2.22
[   21.222003] NET: Registered PF_BLUETOOTH protocol family
[   21.222006] Bluetooth: HCI device and connection manager initialized
[   21.222027] Bluetooth: HCI socket layer initialized
[   21.222031] Bluetooth: L2CAP socket layer initialized
[   21.222035] Bluetooth: SCO socket layer initialized
[   21.255186] usb 4-2: Found UVC 1.00 device HP HD Camera (04ca:706d)
[   21.277907] usbcore: registered new interface driver uvcvideo
[   21.310785] usbcore: registered new interface driver btusb
[   21.313748] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[   21.318759] Bluetooth: hci0: Device revision is 16
[   21.318766] Bluetooth: hci0: Secure boot is enabled
[   21.318768] Bluetooth: hci0: OTP lock is enabled
[   21.318769] Bluetooth: hci0: API lock is enabled
[   21.318770] Bluetooth: hci0: Debug lock is disabled
[   21.318772] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   21.467238] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[   21.582923] [drm] amdgpu kernel modesetting enabled.
[   21.590586] [drm] initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x103C:0x8401 0xD9).
[   21.591996] [drm] register mmio base: 0xE0700000
[   21.591999] [drm] register mmio size: 524288
[   21.592127] [drm] add ip block number 0 <soc15_common>
[   21.592131] [drm] add ip block number 1 <gmc_v9_0>
[   21.592133] [drm] add ip block number 2 <vega10_ih>
[   21.592136] [drm] add ip block number 3 <psp>
[   21.592137] [drm] add ip block number 4 <powerplay>
[   21.592140] [drm] add ip block number 5 <dm>
[   21.592142] [drm] add ip block number 6 <gfx_v9_0>
[   21.592144] [drm] add ip block number 7 <sdma_v4_0>
[   21.592146] [drm] add ip block number 8 <vcn_v1_0>
[   21.677144] [drm] BIOS signature incorrect 50 f
[   21.677163] resource: resource sanity check: requesting [mem 0x00000000000c0000-0x00000000000dffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000cbfff window]
[   21.677169] caller 0xffffffff8154129b mapping multiple BARs
[   21.677179] amdgpu 0000:04:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
[   21.715353] [drm] BIOS signature incorrect 50 f
[   21.715361] amdgpu 0000:04:00.0: amdgpu: Unable to locate a BIOS ROM
[   21.715365] amdgpu 0000:04:00.0: amdgpu: Fatal error during GPU init
[   21.715371] amdgpu 0000:04:00.0: amdgpu: amdgpu: finishing device.
[   21.715491] amdgpu: probe of 0000:04:00.0 failed with error -22
[   22.591023] Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
[   22.696147] r8169 0000:01:00.0 eth0: Link is Down
[   22.854106] Bluetooth: hci0: Waiting for firmware download to complete
[   22.854749] Bluetooth: hci0: Firmware loaded in 1354978 usecs
[   22.854841] Bluetooth: hci0: Waiting for device to boot
[   22.869804] Bluetooth: hci0: Device booted in 14670 usecs
[   22.881368] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[   22.892768] Bluetooth: hci0: Applying Intel DDC parameters completed
[   22.896764] Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
[   22.904761] Bluetooth: hci0: Reading supported features failed (-16)
[   22.904765] Bluetooth: hci0: Error reading debug features
[   22.904770] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[   22.921652] iwlwifi 0000:02:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
[  227.028394] usb 1-2.2: new high-speed USB device number 4 using xhci_hcd
[  227.128233] usb 1-2.2: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.00
[  227.128248] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  227.128254] usb 1-2.2: Product: Mass Storage
[  227.128257] usb 1-2.2: Manufacturer: Generic
[  227.128261] usb 1-2.2: SerialNumber: EF8C7FA2
[  227.129393] usb-storage 1-2.2:1.0: USB Mass Storage device detected
[  227.129577] scsi host3: usb-storage 1-2.2:1.0
[  228.183260] scsi 3:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
[  228.184915] sd 3:0:0:0: [sdc] 61440000 512-byte logical blocks: (31.5 GB/29.3 GiB)
[  228.185630] sd 3:0:0:0: [sdc] Write Protect is off
[  228.185638] sd 3:0:0:0: [sdc] Mode Sense: 23 00 00 00
[  228.186332] sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[  228.190314]  sdc: sdc1
[  228.190417] sd 3:0:0:0: [sdc] Attached SCSI removable disk
MESSAGES:

Code: Select all

Nov 21 14:54:15 porteus syslogd[449]: syslogd v2.3.0: restart.
Nov 21 14:54:01 porteus kernel: Linux version 6.5.5-porteus (root@porteus.example.net) (gcc (GCC) 11.2.0, GNU ld version 2.37-slack15) #1 SMP PREEMPT_DYNAMIC Sat Sep 23 18:21:43 MSK 2023
Nov 21 14:54:01 porteus kernel: Command line: BOOT_IMAGE=/boot/syslinux/vmlinuz 3 initrd=/boot/syslinux/initrd.xz
Nov 21 14:54:01 porteus kernel: BIOS-provided physical RAM map:
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x0000000004000000-0x0000000004009fff] ACPI NVS
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x000000000400a000-0x0000000079f3ffff] usable
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x0000000079f40000-0x000000007ad3ffff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x000000007ad40000-0x000000007af3cfff] ACPI NVS
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x000000007af3d000-0x000000007af3dfff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x000000007af3e000-0x000000007b43ffff] ACPI NVS
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x000000007b440000-0x000000007b4bffff] ACPI data
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x000000007b4c0000-0x000000008dffffff] usable
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x00000000fedf1000-0x00000000fedf1fff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 21 14:54:01 porteus kernel: BIOS-e820: [mem 0x0000000100000000-0x000000022f33ffff] usable
Nov 21 14:54:01 porteus kernel: NX (Execute Disable) protection: active
Nov 21 14:54:01 porteus kernel: SMBIOS 3.1 present.
Nov 21 14:54:01 porteus kernel: DMI: HP HP ProBook 645 G4/8401, BIOS Q82 Ver. 01.20.00 03/21/2022
Nov 21 14:54:01 porteus kernel: tsc: Fast TSC calibration failed
Nov 21 14:54:01 porteus kernel: last_pfn = 0x22f340 max_arch_pfn = 0x400000000
Nov 21 14:54:01 porteus kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
Nov 21 14:54:01 porteus kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Nov 21 14:54:01 porteus kernel: last_pfn = 0x8e000 max_arch_pfn = 0x400000000
Nov 21 14:54:01 porteus kernel: Using GB pages for direct mapping
Nov 21 14:54:01 porteus kernel: RAMDISK: [mem 0x7ff1f000-0x7fffffff]
Nov 21 14:54:01 porteus kernel: ACPI: Early table checksum verification disabled
Nov 21 14:54:01 porteus kernel: ACPI: RSDP 0x00000000000FBE00 000024 (v02 HPQOEM)
Nov 21 14:54:01 porteus kernel: ACPI: XSDT 0x000000007B4A4188 000114 (v01 HPQOEM SLIC-BPC 00000001      01000013)
Nov 21 14:54:01 porteus kernel: ACPI: FACP 0x000000007B4AC000 00010C (v05 HPQOEM SLIC-BPC 00000001 HP   00000001)
Nov 21 14:54:01 porteus kernel: ACPI: DSDT 0x000000007B493000 010981 (v02 HPQOEM 8401     00000000 INTL 20160527)
Nov 21 14:54:01 porteus kernel: ACPI: FACS 0x000000007B387000 000040
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B4BD000 00012A (v02 HP     ShmTable 00000001 INTL 20160527)
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B4B7000 005419 (v02 AMD    AmdTable 00000002 MSFT 02000002)
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B4B6000 0007DC (v01 AMD    AMD CPU  00000001 AMD  00000001)
Nov 21 14:54:01 porteus kernel: ACPI: CRAT 0x000000007B4B5000 000810 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
Nov 21 14:54:01 porteus kernel: ACPI: CDIT 0x000000007B4B4000 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
Nov 21 14:54:01 porteus kernel: ACPI: UEFI 0x000000007B3A2000 000042 (v01 HPQOEM EDK2     00000002      01000013)
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B4B2000 000F25 (v02 HP     UcsiAcpi 00000001 INTL 20160527)
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B4B1000 0000FB (v02 HP     UcsiCntr 00000001 INTL 20160527)
Nov 21 14:54:01 porteus kernel: ACPI: RTMA 0x000000007B4B0000 00009E (v01 HP     _HBMART_ 00001000 HP   00000001)
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B4AF000 0003C8 (v02 HPQOEM Tpm2Tabl 00001000 INTL 20160527)
Nov 21 14:54:01 porteus kernel: ACPI: TPM2 0x000000007B4AE000 000034 (v03 HPQOEM EDK2     00000002      01000013)
Nov 21 14:54:01 porteus kernel: ACPI: OEML 0x000000007B4AD000 000028 (v03 HPQOEM EDK2     00000002      01000013)
Nov 21 14:54:01 porteus kernel: ACPI: ASF! 0x000000007B4AB000 00006E (v32 HPQOEM 8401     00000001 HP   00000001)
Nov 21 14:54:01 porteus kernel: ACPI: MSDM 0x000000007B4AA000 000055 (v03 HPQOEM SLIC-BPC 00000000 HP   00000001)
Nov 21 14:54:01 porteus kernel: ACPI: SLIC 0x000000007B4A9000 000176 (v01 HPQOEM SLIC-BPC 00000001 HP   00000001)
Nov 21 14:54:01 porteus kernel: ACPI: WSMT 0x000000007B4A8000 000028 (v01 HPQOEM 8401     00000001 HP   00000001)
Nov 21 14:54:01 porteus kernel: ACPI: HPET 0x000000007B4A7000 000038 (v01 HPQOEM 8401     00000001 HP   00000001)
Nov 21 14:54:01 porteus kernel: ACPI: APIC 0x000000007B4A6000 000138 (v02 HPQOEM 8401     00000001 HP   00000001)
Nov 21 14:54:01 porteus kernel: ACPI: MCFG 0x000000007B4A5000 00003C (v01 HPQOEM 8401     00000001 HP   00000001)
Nov 21 14:54:01 porteus kernel: ACPI: IVRS 0x000000007B492000 00013E (v02 AMD    AMD IVRS 00000001 AMD  00000000)
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B491000 000069 (v01 HP     HPCAHWID 00001000 INTL 20160527)
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B490000 000884 (v01 HP     HPADNBWL 00001000 INTL 20160527)
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B48F000 000032 (v01 HP     HPCONDEV 00001000 INTL 20160527)
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B4BE000 000934 (v01 AMD    AmdTable 00000001 INTL 20160527)
Nov 21 14:54:01 porteus kernel: ACPI: FPDT 0x000000007B48E000 000044 (v01 HPQOEM EDK2     00000002      01000013)
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B48C000 001CA0 (v01 AMD    AmdTable 00000001 INTL 20160527)
Nov 21 14:54:01 porteus kernel: ACPI: BGRT 0x000000007B48B000 000038 (v01 HPQOEM EDK2     00000002      01000013)
Nov 21 14:54:01 porteus kernel: ACPI: HPB1 0x000000007B47C000 000034 (v01 ABT-NT ABT-WPBT 00000001 ABTW 20120402)
Nov 21 14:54:01 porteus kernel: ACPI: SSDT 0x000000007B4B3000 0002F9 (v02 HP     PwrCtlEv 00000001 INTL 20160527)
Nov 21 14:54:01 porteus kernel: ACPI: Reserving FACP table memory at [mem 0x7b4ac000-0x7b4ac10b]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving DSDT table memory at [mem 0x7b493000-0x7b4a3980]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving FACS table memory at [mem 0x7b387000-0x7b38703f]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b4bd000-0x7b4bd129]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b4b7000-0x7b4bc418]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b4b6000-0x7b4b67db]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving CRAT table memory at [mem 0x7b4b5000-0x7b4b580f]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving CDIT table memory at [mem 0x7b4b4000-0x7b4b4028]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving UEFI table memory at [mem 0x7b3a2000-0x7b3a2041]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b4b2000-0x7b4b2f24]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b4b1000-0x7b4b10fa]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving RTMA table memory at [mem 0x7b4b0000-0x7b4b009d]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b4af000-0x7b4af3c7]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving TPM2 table memory at [mem 0x7b4ae000-0x7b4ae033]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving OEML table memory at [mem 0x7b4ad000-0x7b4ad027]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving ASF! table memory at [mem 0x7b4ab000-0x7b4ab06d]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving MSDM table memory at [mem 0x7b4aa000-0x7b4aa054]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SLIC table memory at [mem 0x7b4a9000-0x7b4a9175]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving WSMT table memory at [mem 0x7b4a8000-0x7b4a8027]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving HPET table memory at [mem 0x7b4a7000-0x7b4a7037]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving APIC table memory at [mem 0x7b4a6000-0x7b4a6137]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving MCFG table memory at [mem 0x7b4a5000-0x7b4a503b]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving IVRS table memory at [mem 0x7b492000-0x7b49213d]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b491000-0x7b491068]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b490000-0x7b490883]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b48f000-0x7b48f031]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b4be000-0x7b4be933]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving FPDT table memory at [mem 0x7b48e000-0x7b48e043]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b48c000-0x7b48dc9f]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving BGRT table memory at [mem 0x7b48b000-0x7b48b037]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving HPB1 table memory at [mem 0x7b47c000-0x7b47c033]
Nov 21 14:54:01 porteus kernel: ACPI: Reserving SSDT table memory at [mem 0x7b4b3000-0x7b4b32f8]
Nov 21 14:54:01 porteus kernel: No NUMA configuration found
Nov 21 14:54:01 porteus kernel: Faking a node at [mem 0x0000000000000000-0x000000022f33ffff]
Nov 21 14:54:01 porteus kernel: NODE_DATA(0) allocated [mem 0x22f33b000-0x22f33ffff]
Nov 21 14:54:01 porteus kernel: Zone ranges:
Nov 21 14:54:01 porteus kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 21 14:54:01 porteus kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 21 14:54:01 porteus kernel:   Normal   [mem 0x0000000100000000-0x000000022f33ffff]
Nov 21 14:54:01 porteus kernel: Movable zone start for each node
Nov 21 14:54:01 porteus kernel: Early memory node ranges
Nov 21 14:54:01 porteus kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
Nov 21 14:54:01 porteus kernel:   node   0: [mem 0x0000000000100000-0x0000000003ffffff]
Nov 21 14:54:01 porteus kernel:   node   0: [mem 0x000000000400a000-0x0000000079f3ffff]
Nov 21 14:54:01 porteus kernel:   node   0: [mem 0x000000007b4c0000-0x000000008dffffff]
Nov 21 14:54:01 porteus kernel:   node   0: [mem 0x0000000100000000-0x000000022f33ffff]
Nov 21 14:54:01 porteus kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000022f33ffff]
Nov 21 14:54:01 porteus kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 21 14:54:01 porteus kernel: On node 0, zone DMA: 98 pages in unavailable ranges
Nov 21 14:54:01 porteus kernel: On node 0, zone DMA32: 10 pages in unavailable ranges
Nov 21 14:54:01 porteus kernel: On node 0, zone DMA32: 5504 pages in unavailable ranges
Nov 21 14:54:01 porteus kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Nov 21 14:54:01 porteus kernel: On node 0, zone Normal: 3264 pages in unavailable ranges
Nov 21 14:54:01 porteus kernel: ACPI: PM-Timer IO Port: 0x408
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Nov 21 14:54:01 porteus kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Nov 21 14:54:01 porteus kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Nov 21 14:54:01 porteus kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 21 14:54:01 porteus kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Nov 21 14:54:01 porteus kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 21 14:54:01 porteus kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
Nov 21 14:54:01 porteus kernel: smpboot: Allowing 16 CPUs, 12 hotplug CPUs
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x04000000-0x04009fff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x79f40000-0x7ad3ffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x7ad40000-0x7af3cfff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x7af3d000-0x7af3dfff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x7af3e000-0x7b43ffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x7b440000-0x7b4bffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0x8e000000-0xf7ffffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd1fffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfebfffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedf0fff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfedf1000-0xfedf1fff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfedf2000-0xfedfffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Nov 21 14:54:01 porteus kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Nov 21 14:54:01 porteus kernel: [mem 0x8e000000-0xf7ffffff] available for PCI devices
Nov 21 14:54:01 porteus kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Nov 21 14:54:01 porteus kernel: setup_percpu: NR_CPUS:32 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Nov 21 14:54:01 porteus kernel: percpu: Embedded 46 pages/cpu s148072 r8192 d32152 u262144
Nov 21 14:54:01 porteus kernel: Kernel command line: quiet BOOT_IMAGE=/boot/syslinux/vmlinuz 3 initrd=/boot/syslinux/initrd.xz
Nov 21 14:54:01 porteus kernel: Unknown kernel command line parameters "3 BOOT_IMAGE=/boot/syslinux/vmlinuz", will be passed to user space.
Nov 21 14:54:01 porteus kernel: random: crng init done
Nov 21 14:54:01 porteus kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 21 14:54:01 porteus kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Nov 21 14:54:01 porteus kernel: Fallback order for Node 0: 0 
Nov 21 14:54:01 porteus kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1789375
Nov 21 14:54:01 porteus kernel: Policy zone: Normal
Nov 21 14:54:01 porteus kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
Nov 21 14:54:01 porteus kernel: software IO TLB: area num 16.
Nov 21 14:54:01 porteus kernel: Memory: 7049052K/7271756K available (12288K kernel code, 1193K rwdata, 2532K rodata, 2072K init, 1988K bss, 222448K reserved, 0K cma-reserved)
Nov 21 14:54:01 porteus kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Nov 21 14:54:01 porteus kernel: Dynamic Preempt: voluntary
Nov 21 14:54:01 porteus kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 21 14:54:01 porteus kernel: rcu: 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=16.
Nov 21 14:54:01 porteus kernel: 	Trampoline variant of Tasks RCU enabled.
Nov 21 14:54:01 porteus kernel: 	Tracing variant of Tasks RCU enabled.
Nov 21 14:54:01 porteus kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Nov 21 14:54:01 porteus kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Nov 21 14:54:01 porteus kernel: NR_IRQS: 4352, nr_irqs: 1096, preallocated irqs: 16
Nov 21 14:54:01 porteus kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 21 14:54:01 porteus kernel: Console: colour VGA+ 80x25
Nov 21 14:54:01 porteus kernel: printk: console [tty0] enabled
Nov 21 14:54:01 porteus kernel: ACPI: Core revision 20230331
Nov 21 14:54:01 porteus kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Nov 21 14:54:01 porteus kernel: APIC: Switch to symmetric I/O mode setup
Nov 21 14:54:01 porteus kernel: AMD-Vi: ivrs, add hid:PNP0D40, uid:, rdevid:152
Nov 21 14:54:01 porteus kernel: AMD-Vi: Using global IVHD EFR:0x4f77ef22294ada, EFR2:0x0
Nov 21 14:54:01 porteus kernel: Switched APIC routing to physical flat.
Nov 21 14:54:01 porteus kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 21 14:54:01 porteus kernel: tsc: PIT calibration matches HPET. 2 loops
Nov 21 14:54:01 porteus kernel: tsc: Detected 1996.220 MHz processor
Nov 21 14:54:01 porteus kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398c76de463, max_idle_ns: 881590429735 ns
Nov 21 14:54:01 porteus kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.44 BogoMIPS (lpj=1996220)
Nov 21 14:54:01 porteus kernel: AMD Zen1 DIV0 bug detected. Disable SMT for full protection.
Nov 21 14:54:01 porteus kernel: LVT offset 1 assigned for vector 0xf9
Nov 21 14:54:01 porteus kernel: LVT offset 2 assigned for vector 0xf4
Nov 21 14:54:01 porteus kernel: process: using mwait in idle threads
Nov 21 14:54:01 porteus kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Nov 21 14:54:01 porteus kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Nov 21 14:54:01 porteus kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 21 14:54:01 porteus kernel: Spectre V2 : Mitigation: Retpolines
Nov 21 14:54:01 porteus kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 21 14:54:01 porteus kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Nov 21 14:54:01 porteus kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Nov 21 14:54:01 porteus kernel: RETBleed: Mitigation: untrained return thunk
Nov 21 14:54:01 porteus kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 21 14:54:01 porteus kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 21 14:54:01 porteus kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 21 14:54:01 porteus kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 21 14:54:01 porteus kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 21 14:54:01 porteus kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Nov 21 14:54:01 porteus kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Nov 21 14:54:01 porteus kernel: Freeing SMP alternatives memory: 24K
Nov 21 14:54:01 porteus kernel: pid_max: default: 32768 minimum: 301
Nov 21 14:54:01 porteus kernel: LSM: initializing lsm=capability
Nov 21 14:54:01 porteus kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Nov 21 14:54:01 porteus kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Nov 21 14:54:01 porteus kernel: smpboot: CPU0: AMD Ryzen 3 PRO 2300U w/ Radeon Vega Mobile Gfx (family: 0x17, model: 0x11, stepping: 0x0)
Nov 21 14:54:01 porteus kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Nov 21 14:54:01 porteus kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Nov 21 14:54:01 porteus kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Nov 21 14:54:01 porteus kernel: ... version:                0
Nov 21 14:54:01 porteus kernel: ... bit width:              48
Nov 21 14:54:01 porteus kernel: ... generic registers:      6
Nov 21 14:54:01 porteus kernel: ... value mask:             0000ffffffffffff
Nov 21 14:54:01 porteus kernel: ... max period:             00007fffffffffff
Nov 21 14:54:01 porteus kernel: ... fixed-purpose events:   0
Nov 21 14:54:01 porteus kernel: ... event mask:             000000000000003f
Nov 21 14:54:01 porteus kernel: signal: max sigframe size: 1776
Nov 21 14:54:01 porteus kernel: rcu: Hierarchical SRCU implementation.
Nov 21 14:54:01 porteus kernel: rcu: 	Max phase no-delay instances is 400.
Nov 21 14:54:01 porteus kernel: smp: Bringing up secondary CPUs ...
Nov 21 14:54:01 porteus kernel: smpboot: x86: Booting SMP configuration:
Nov 21 14:54:01 porteus kernel: .... node  #0, CPUs:        #1  #2  #3
Nov 21 14:54:01 porteus kernel: smp: Brought up 1 node, 4 CPUs
Nov 21 14:54:01 porteus kernel: smpboot: Max logical packages: 4
Nov 21 14:54:01 porteus kernel: smpboot: Total of 4 processors activated (15969.76 BogoMIPS)
Nov 21 14:54:01 porteus kernel: devtmpfs: initialized
Nov 21 14:54:01 porteus kernel: x86/mm: Memory block size: 128MB
Nov 21 14:54:01 porteus kernel: ACPI: PM: Registering ACPI NVS region [mem 0x04000000-0x04009fff] (40960 bytes)
Nov 21 14:54:01 porteus kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7ad40000-0x7af3cfff] (2084864 bytes)
Nov 21 14:54:01 porteus kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7af3e000-0x7b43ffff] (5251072 bytes)
Nov 21 14:54:01 porteus kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Nov 21 14:54:01 porteus kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Nov 21 14:54:01 porteus kernel: pinctrl core: initialized pinctrl subsystem
Nov 21 14:54:01 porteus kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 21 14:54:01 porteus kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 21 14:54:01 porteus kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 21 14:54:01 porteus kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 21 14:54:01 porteus kernel: cpuidle: using governor ladder
Nov 21 14:54:01 porteus kernel: cpuidle: using governor menu
Nov 21 14:54:01 porteus kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Nov 21 14:54:01 porteus kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 21 14:54:01 porteus kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 21 14:54:01 porteus kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as E820 entry
Nov 21 14:54:01 porteus kernel: PCI: Using configuration type 1 for base access
Nov 21 14:54:01 porteus kernel: raid6: skipped pq benchmark and selected avx2x4
Nov 21 14:54:01 porteus kernel: raid6: using avx2x2 recovery algorithm
Nov 21 14:54:01 porteus kernel: ACPI: Added _OSI(Module Device)
Nov 21 14:54:01 porteus kernel: ACPI: Added _OSI(Processor Device)
Nov 21 14:54:01 porteus kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 21 14:54:01 porteus kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 21 14:54:01 porteus kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 21 14:54:01 porteus kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
Nov 21 14:54:01 porteus kernel: ACPI: 13 ACPI AML tables successfully acquired and loaded
Nov 21 14:54:01 porteus kernel: ACPI: EC: EC started
Nov 21 14:54:01 porteus kernel: ACPI: EC: interrupt blocked
Nov 21 14:54:01 porteus kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 21 14:54:01 porteus kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Nov 21 14:54:01 porteus kernel: ACPI: Interpreter enabled
Nov 21 14:54:01 porteus kernel: ACPI: PM: (supports S0 S1 S3 S4 S5)
Nov 21 14:54:01 porteus kernel: ACPI: Using IOAPIC for interrupt routing
Nov 21 14:54:01 porteus kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 21 14:54:01 porteus kernel: PCI: Using E820 reservations for host bridge windows
Nov 21 14:54:01 porteus kernel: ACPI: Enabled 8 GPEs in block 00 to 1F
Nov 21 14:54:01 porteus kernel: ACPI: \_SB_.PCI0.GPP1.PXP_: New power resource
Nov 21 14:54:01 porteus kernel: ACPI: \_SB_.PCI0.BUSA.HDEF.APPR: New power resource
Nov 21 14:54:01 porteus kernel: ACPI: \_SB_.P0ST: New power resource
Nov 21 14:54:01 porteus kernel: ACPI: \_SB_.P3ST: New power resource
Nov 21 14:54:01 porteus kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Nov 21 14:54:01 porteus kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Nov 21 14:54:01 porteus kernel: acpi PNP0A08:00: _OSC: platform does not support [LTR]
Nov 21 14:54:01 porteus kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
Nov 21 14:54:01 porteus kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Nov 21 14:54:01 porteus kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Nov 21 14:54:01 porteus kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000cd3ff])
Nov 21 14:54:01 porteus kernel: PCI host bridge to bus 0000:00
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cbfff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfeafffff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
Nov 21 14:54:01 porteus kernel: pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.3: [1022:15d3] type 01 class 0x060400
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.3: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.4: [1022:15d3] type 01 class 0x060400
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.4: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.4: PME# supported from D0 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5: [1022:15d3] type 01 class 0x060400
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5: PME# supported from D0 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.2: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Nov 21 14:54:01 porteus kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.0: reg 0x10: [io  0x3300-0x33ff]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.0: reg 0x18: [mem 0xe0a14000-0xe0a14fff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.0: reg 0x20: [mem 0xe0a00000-0xe0a03fff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.0: supports D1 D2
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.1: [10ec:816a] type 00 class 0x070002
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.1: reg 0x10: [io  0x3200-0x32ff]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.1: reg 0x18: [mem 0xe0a15000-0xe0a15fff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.1: reg 0x20: [mem 0xe0a04000-0xe0a07fff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.1: supports D1 D2
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.1: PME# supported from D0 D1 D2 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.2: [10ec:816b] type 00 class 0x070002
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.2: reg 0x10: [io  0x3100-0x31ff]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.2: reg 0x18: [mem 0xe0a16000-0xe0a16fff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.2: reg 0x20: [mem 0xe0a08000-0xe0a0bfff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.2: supports D1 D2
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.2: PME# supported from D0 D1 D2 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.3: [10ec:816c] type 00 class 0x0c0701
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.3: reg 0x10: [io  0x3000-0x30ff]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.3: reg 0x18: [mem 0xe0a17000-0xe0a17fff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.3: reg 0x20: [mem 0xe0a0c000-0xe0a0ffff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.3: supports D1 D2
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.3: PME# supported from D0 D1 D2 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.4: [10ec:816d] type 00 class 0x0c0320
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.4: reg 0x10: [mem 0xe0a18000-0xe0a18fff]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.4: reg 0x18: [mem 0xe0a10000-0xe0a13fff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.4: PME# supported from D0 D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.3: PCI bridge to [bus 01]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.3:   bridge window [io  0x3000-0x3fff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.3:   bridge window [mem 0xe0a00000-0xe0afffff]
Nov 21 14:54:01 porteus kernel: pci 0000:02:00.0: [8086:24fd] type 00 class 0x028000
Nov 21 14:54:01 porteus kernel: pci 0000:02:00.0: reg 0x10: [mem 0xe0900000-0xe0901fff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.4: PCI bridge to [bus 02]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.4:   bridge window [mem 0xe0900000-0xe09fffff]
Nov 21 14:54:01 porteus kernel: pci 0000:03:00.0: [10ec:522a] type 00 class 0xff0000
Nov 21 14:54:01 porteus kernel: pci 0000:03:00.0: reg 0x10: [mem 0xe0800000-0xe0800fff]
Nov 21 14:54:01 porteus kernel: pci 0000:03:00.0: supports D1 D2
Nov 21 14:54:01 porteus kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5: PCI bridge to [bus 03]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5:   bridge window [mem 0xe0800000-0xe08fffff]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: [1002:15dd] type 00 class 0x030000
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: reg 0x20: [io  0x2000-0x20ff]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: reg 0x24: [mem 0xe0700000-0xe077ffff]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.1: [1002:15de] type 00 class 0x040300
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.1: reg 0x10: [mem 0xe0788000-0xe078bfff]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.1: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.2: reg 0x18: [mem 0xe0600000-0xe06fffff]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.2: reg 0x24: [mem 0xe078e000-0xe078ffff]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.2: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.3: [1022:15e0] type 00 class 0x0c0330
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.3: reg 0x10: [mem 0xe0300000-0xe03fffff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.3: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.4: [1022:15e1] type 00 class 0x0c0330
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.4: reg 0x10: [mem 0xe0400000-0xe04fffff 64bit]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.4: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.6: reg 0x10: [mem 0xe0780000-0xe0787fff]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.6: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.7: [1022:15e6] type 00 class 0x000000
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.7: reg 0x18: [mem 0xe0500000-0xe05fffff]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.7: reg 0x24: [mem 0xe078c000-0xe078dfff]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.7: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1:   bridge window [io  0x2000-0x2fff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1:   bridge window [mem 0xe0300000-0xe07fffff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Nov 21 14:54:01 porteus kernel: pci 0000:05:00.0: [1022:7901] type 00 class 0x010601
Nov 21 14:54:01 porteus kernel: pci 0000:05:00.0: reg 0x24: [mem 0xe0200000-0xe02007ff]
Nov 21 14:54:01 porteus kernel: pci 0000:05:00.0: enabling Extended Tags
Nov 21 14:54:01 porteus kernel: pci 0000:05:00.0: PME# supported from D3hot D3cold
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.2: PCI bridge to [bus 05]
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.2:   bridge window [mem 0xe0200000-0xe02fffff]
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKA disabled
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKB disabled
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKC disabled
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKD disabled
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKE disabled
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKF disabled
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKG disabled
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Nov 21 14:54:01 porteus kernel: ACPI: PCI: Interrupt link LNKH disabled
Nov 21 14:54:01 porteus kernel: ACPI: EC: interrupt unblocked
Nov 21 14:54:01 porteus kernel: ACPI: EC: event unblocked
Nov 21 14:54:01 porteus kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 21 14:54:01 porteus kernel: ACPI: EC: GPE=0x3
Nov 21 14:54:01 porteus kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Nov 21 14:54:01 porteus kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Nov 21 14:54:01 porteus kernel: iommu: Default domain type: Translated
Nov 21 14:54:01 porteus kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 21 14:54:01 porteus kernel: SCSI subsystem initialized
Nov 21 14:54:01 porteus kernel: ACPI: bus type USB registered
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver usbfs
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver hub
Nov 21 14:54:01 porteus kernel: usbcore: registered new device driver usb
Nov 21 14:54:01 porteus kernel: mc: Linux media interface: v0.10
Nov 21 14:54:01 porteus kernel: videodev: Linux video capture interface: v2.00
Nov 21 14:54:01 porteus kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 21 14:54:01 porteus kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 21 14:54:01 porteus kernel: PTP clock support registered
Nov 21 14:54:01 porteus kernel: Advanced Linux Sound Architecture Driver Initialized.
Nov 21 14:54:01 porteus kernel: PCI: Using ACPI for IRQ routing
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: vgaarb: setting as boot VGA device
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: vgaarb: bridge control possible
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 21 14:54:01 porteus kernel: vgaarb: loaded
Nov 21 14:54:01 porteus kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Nov 21 14:54:01 porteus kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Nov 21 14:54:01 porteus kernel: clocksource: Switched to clocksource tsc-early
Nov 21 14:54:01 porteus kernel: pnp: PnP ACPI init
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x0400-0x04cf] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x04d0-0x04d1] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x04d6] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x0680-0x06ff] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x077a] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x0c00-0x0c01] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x0c14] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x0c50-0x0c52] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x0c6c] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x0c6f] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x0cd0-0x0cdb] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:01: [io  0x0840-0x0847] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:02: [mem 0x000e0000-0x000fffff] could not be reserved
Nov 21 14:54:01 porteus kernel: system 00:05: [io  0x0200-0x027f] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:05: [mem 0xfedf1000-0xfedf1fff] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
Nov 21 14:54:01 porteus kernel: system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
Nov 21 14:54:01 porteus kernel: system 00:06: [mem 0xfec20000-0xfec20fff] has been reserved
Nov 21 14:54:01 porteus kernel: pnp: PnP ACPI: found 7 devices
Nov 21 14:54:01 porteus kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 21 14:54:01 porteus kernel: NET: Registered PF_INET protocol family
Nov 21 14:54:01 porteus kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Nov 21 14:54:01 porteus kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Nov 21 14:54:01 porteus kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 21 14:54:01 porteus kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Nov 21 14:54:01 porteus kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 21 14:54:01 porteus kernel: TCP: Hash tables configured (established 65536 bind 65536)
Nov 21 14:54:01 porteus kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
Nov 21 14:54:01 porteus kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Nov 21 14:54:01 porteus kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Nov 21 14:54:01 porteus kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 21 14:54:01 porteus kernel: NET: Registered PF_XDP protocol family
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5: BAR 15: assigned [mem 0xe0b00000-0xe0cfffff 64bit pref]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5: BAR 13: assigned [io  0x1000-0x1fff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.3: PCI bridge to [bus 01]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.3:   bridge window [io  0x3000-0x3fff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.3:   bridge window [mem 0xe0a00000-0xe0afffff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.4: PCI bridge to [bus 02]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.4:   bridge window [mem 0xe0900000-0xe09fffff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5: PCI bridge to [bus 03]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5:   bridge window [io  0x1000-0x1fff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5:   bridge window [mem 0xe0800000-0xe08fffff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5:   bridge window [mem 0xe0b00000-0xe0cfffff 64bit pref]
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1:   bridge window [io  0x2000-0x2fff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1:   bridge window [mem 0xe0300000-0xe07fffff]
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.2: PCI bridge to [bus 05]
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.2:   bridge window [mem 0xe0200000-0xe02fffff]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cbfff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfeafffff window]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:01: resource 1 [mem 0xe0a00000-0xe0afffff]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:02: resource 1 [mem 0xe0900000-0xe09fffff]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:03: resource 1 [mem 0xe0800000-0xe08fffff]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:03: resource 2 [mem 0xe0b00000-0xe0cfffff 64bit pref]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:04: resource 1 [mem 0xe0300000-0xe07fffff]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:04: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
Nov 21 14:54:01 porteus kernel: pci_bus 0000:05: resource 1 [mem 0xe0200000-0xe02fffff]
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
Nov 21 14:54:01 porteus kernel: PCI: CLS 64 bytes, default 64
Nov 21 14:54:01 porteus kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Nov 21 14:54:01 porteus kernel: Unpacking initramfs...
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.0: Adding to iommu group 0
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.3: Adding to iommu group 1
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.4: Adding to iommu group 2
Nov 21 14:54:01 porteus kernel: pci 0000:00:01.5: Adding to iommu group 3
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.0: Adding to iommu group 4
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.1: Adding to iommu group 5
Nov 21 14:54:01 porteus kernel: pci 0000:00:08.2: Adding to iommu group 6
Nov 21 14:54:01 porteus kernel: pci 0000:00:14.0: Adding to iommu group 7
Nov 21 14:54:01 porteus kernel: pci 0000:00:14.3: Adding to iommu group 7
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.0: Adding to iommu group 8
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.1: Adding to iommu group 8
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.2: Adding to iommu group 8
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.3: Adding to iommu group 8
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.4: Adding to iommu group 8
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.5: Adding to iommu group 8
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.6: Adding to iommu group 8
Nov 21 14:54:01 porteus kernel: pci 0000:00:18.7: Adding to iommu group 8
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.0: Adding to iommu group 9
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.1: Adding to iommu group 9
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.2: Adding to iommu group 9
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.3: Adding to iommu group 9
Nov 21 14:54:01 porteus kernel: pci 0000:01:00.4: Adding to iommu group 9
Nov 21 14:54:01 porteus kernel: pci 0000:02:00.0: Adding to iommu group 10
Nov 21 14:54:01 porteus kernel: pci 0000:03:00.0: Adding to iommu group 11
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.0: Adding to iommu group 12
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.1: Adding to iommu group 13
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.2: Adding to iommu group 13
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.3: Adding to iommu group 13
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.4: Adding to iommu group 13
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.6: Adding to iommu group 13
Nov 21 14:54:01 porteus kernel: pci 0000:04:00.7: Adding to iommu group 13
Nov 21 14:54:01 porteus kernel: pci 0000:05:00.0: Adding to iommu group 14
Nov 21 14:54:01 porteus kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Nov 21 14:54:01 porteus kernel: AMD-Vi: Extended features (0x4f77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Nov 21 14:54:01 porteus kernel: AMD-Vi: Interrupt remapping enabled
Nov 21 14:54:01 porteus kernel: AMD-Vi: Virtual APIC enabled
Nov 21 14:54:01 porteus kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 21 14:54:01 porteus kernel: software IO TLB: mapped [mem 0x000000008a000000-0x000000008e000000] (64MB)
Nov 21 14:54:01 porteus kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Nov 21 14:54:01 porteus kernel: Initialise system trusted keyrings
Nov 21 14:54:01 porteus kernel: workingset: timestamp_bits=56 max_order=21 bucket_order=0
Nov 21 14:54:01 porteus kernel: zbud: loaded
Nov 21 14:54:01 porteus kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Nov 21 14:54:01 porteus kernel: ntfs: driver 2.1.32 [Flags: R/W].
Nov 21 14:54:01 porteus kernel: ntfs3: Max link count 4000
Nov 21 14:54:01 porteus kernel: ntfs3: Enabled Linux POSIX ACLs support
Nov 21 14:54:01 porteus kernel: ntfs3: Read-only LZX/Xpress compression included
Nov 21 14:54:01 porteus kernel: fuse: init (API version 7.38)
Nov 21 14:54:01 porteus kernel: SGI XFS with ACLs, security attributes, realtime, no debug enabled
Nov 21 14:54:01 porteus kernel: aufs 6.5-20230918
Nov 21 14:54:01 porteus kernel: xor: automatically using best checksumming function   avx       
Nov 21 14:54:01 porteus kernel: Key type asymmetric registered
Nov 21 14:54:01 porteus kernel: Asymmetric key parser 'x509' registered
Nov 21 14:54:01 porteus kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
Nov 21 14:54:01 porteus kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 26
Nov 21 14:54:01 porteus kernel: pcieport 0000:00:01.4: PME: Signaling with IRQ 27
Nov 21 14:54:01 porteus kernel: pcieport 0000:00:01.5: PME: Signaling with IRQ 28
Nov 21 14:54:01 porteus kernel: pcieport 0000:00:01.5: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep+
Nov 21 14:54:01 porteus kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 29
Nov 21 14:54:01 porteus kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 30
Nov 21 14:54:01 porteus kernel: ACPI: AC: AC Adapter [AC] (off-line)
Nov 21 14:54:01 porteus kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Nov 21 14:54:01 porteus kernel: ACPI: button: Power Button [PWRB]
Nov 21 14:54:01 porteus kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Nov 21 14:54:01 porteus kernel: ACPI: button: Sleep Button [SLPB]
Nov 21 14:54:01 porteus kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Nov 21 14:54:01 porteus kernel: ACPI: button: Lid Switch [LID]
Nov 21 14:54:01 porteus kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Nov 21 14:54:01 porteus kernel: ACPI: button: Power Button [PWRF]
Nov 21 14:54:01 porteus kernel: ACPI: \_PR_.C000: Found 2 idle states
Nov 21 14:54:01 porteus kernel: ACPI: \_PR_.C001: Found 2 idle states
Nov 21 14:54:01 porteus kernel: ACPI: \_PR_.C002: Found 2 idle states
Nov 21 14:54:01 porteus kernel: ACPI: \_PR_.C003: Found 2 idle states
Nov 21 14:54:01 porteus kernel: thermal LNXTHERM:00: registered as thermal_zone0
Nov 21 14:54:01 porteus kernel: ACPI: thermal: Thermal Zone [CPUZ] (0 C)
Nov 21 14:54:01 porteus kernel: thermal LNXTHERM:01: registered as thermal_zone1
Nov 21 14:54:01 porteus kernel: ACPI: thermal: Thermal Zone [GFXZ] (0 C)
Nov 21 14:54:01 porteus kernel: thermal LNXTHERM:02: registered as thermal_zone2
Nov 21 14:54:01 porteus kernel: ACPI: thermal: Thermal Zone [EXTZ] (0 C)
Nov 21 14:54:01 porteus kernel: thermal LNXTHERM:03: registered as thermal_zone3
Nov 21 14:54:01 porteus kernel: ACPI: thermal: Thermal Zone [LOCZ] (85 C)
Nov 21 14:54:01 porteus kernel: thermal LNXTHERM:04: registered as thermal_zone4
Nov 21 14:54:01 porteus kernel: ACPI: thermal: Thermal Zone [BATZ] (25 C)
Nov 21 14:54:01 porteus kernel: Linux agpgart interface v0.103
Nov 21 14:54:01 porteus kernel: ACPI: bus type drm_connector registered
Nov 21 14:54:01 porteus kernel: ACPI: battery: Slot [BAT0] (battery present)
Nov 21 14:54:01 porteus kernel: loop: module loaded
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver rtsx_usb
Nov 21 14:54:01 porteus kernel: ahci 0000:05:00.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Nov 21 14:54:01 porteus kernel: ahci 0000:05:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part deso sadm sds 
Nov 21 14:54:01 porteus kernel: scsi host0: ahci
Nov 21 14:54:01 porteus kernel: scsi host1: ahci
Nov 21 14:54:01 porteus kernel: ata1: SATA max UDMA/133 abar m2048@0xe0200000 port 0xe0200100 irq 34
Nov 21 14:54:01 porteus kernel: ata2: SATA max UDMA/133 abar m2048@0xe0200000 port 0xe0200180 irq 35
Nov 21 14:54:01 porteus kernel: Fusion MPT base driver 3.04.20
Nov 21 14:54:01 porteus kernel: Copyright (c) 1999-2008 LSI Corporation
Nov 21 14:54:01 porteus kernel: Fusion MPT SPI Host driver 3.04.20
Nov 21 14:54:01 porteus kernel: Fusion MPT SAS Host driver 3.04.20
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
Nov 21 14:54:01 porteus kernel: ehci-pci 0000:01:00.4: EHCI Host Controller
Nov 21 14:54:01 porteus kernel: ehci-pci 0000:01:00.4: new USB bus registered, assigned bus number 2
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 3
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Nov 21 14:54:01 porteus kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Nov 21 14:54:01 porteus kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 21 14:54:01 porteus kernel: usb usb1: Product: xHCI Host Controller
Nov 21 14:54:01 porteus kernel: usb usb1: Manufacturer: Linux 6.5.5-porteus xhci-hcd
Nov 21 14:54:01 porteus kernel: ehci-pci 0000:01:00.4: irq 38, io mem 0xe0a18000
Nov 21 14:54:01 porteus kernel: usb usb1: SerialNumber: 0000:04:00.3
Nov 21 14:54:01 porteus kernel: hub 1-0:1.0: USB hub found
Nov 21 14:54:01 porteus kernel: hub 1-0:1.0: 4 ports detected
Nov 21 14:54:01 porteus kernel: usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 21 14:54:01 porteus kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Nov 21 14:54:01 porteus kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 21 14:54:01 porteus kernel: usb usb3: Product: xHCI Host Controller
Nov 21 14:54:01 porteus kernel: usb usb3: Manufacturer: Linux 6.5.5-porteus xhci-hcd
Nov 21 14:54:01 porteus kernel: usb usb3: SerialNumber: 0000:04:00.3
Nov 21 14:54:01 porteus kernel: hub 3-0:1.0: USB hub found
Nov 21 14:54:01 porteus kernel: hub 3-0:1.0: 4 ports detected
Nov 21 14:54:01 porteus kernel: ehci-pci 0000:01:00.4: USB 0.0 started, EHCI 1.00
Nov 21 14:54:01 porteus kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Nov 21 14:54:01 porteus kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 21 14:54:01 porteus kernel: usb usb2: Product: EHCI Host Controller
Nov 21 14:54:01 porteus kernel: usb usb2: Manufacturer: Linux 6.5.5-porteus ehci_hcd
Nov 21 14:54:01 porteus kernel: usb usb2: SerialNumber: 0000:01:00.4
Nov 21 14:54:01 porteus kernel: hub 2-0:1.0: USB hub found
Nov 21 14:54:01 porteus kernel: hub 2-0:1.0: 1 port detected
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 5
Nov 21 14:54:01 porteus kernel: xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Nov 21 14:54:01 porteus kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Nov 21 14:54:01 porteus kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 21 14:54:01 porteus kernel: usb usb4: Product: xHCI Host Controller
Nov 21 14:54:01 porteus kernel: usb usb4: Manufacturer: Linux 6.5.5-porteus xhci-hcd
Nov 21 14:54:01 porteus kernel: usb usb4: SerialNumber: 0000:04:00.4
Nov 21 14:54:01 porteus kernel: hub 4-0:1.0: USB hub found
Nov 21 14:54:01 porteus kernel: hub 4-0:1.0: 2 ports detected
Nov 21 14:54:01 porteus kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 21 14:54:01 porteus kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Nov 21 14:54:01 porteus kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 21 14:54:01 porteus kernel: usb usb5: Product: xHCI Host Controller
Nov 21 14:54:01 porteus kernel: usb usb5: Manufacturer: Linux 6.5.5-porteus xhci-hcd
Nov 21 14:54:01 porteus kernel: usb usb5: SerialNumber: 0000:04:00.4
Nov 21 14:54:01 porteus kernel: hub 5-0:1.0: USB hub found
Nov 21 14:54:01 porteus kernel: hub 5-0:1.0: 1 port detected
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver uas
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver usb-storage
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-alauda
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-cypress
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-datafab
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums_eneub6250
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-freecom
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-isd200
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-jumpshot
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-karma
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-onetouch
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-realtek
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-sddr09
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-sddr55
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ums-usbat
Nov 21 14:54:01 porteus kernel: usbcore: registered new device driver apple-mfi-fastcharge
Nov 21 14:54:01 porteus kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Nov 21 14:54:01 porteus kernel: i8042: Detected active multiplexing controller, rev 1.1
Nov 21 14:54:01 porteus kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 21 14:54:01 porteus kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
Nov 21 14:54:01 porteus kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
Nov 21 14:54:01 porteus kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
Nov 21 14:54:01 porteus kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
Nov 21 14:54:01 porteus kernel: mousedev: PS/2 mouse device common for all mice
Nov 21 14:54:01 porteus kernel: rtc_cmos 00:00: RTC can wake from S4
Nov 21 14:54:01 porteus kernel: rtc_cmos 00:00: registered as rtc0
Nov 21 14:54:01 porteus kernel: rtc_cmos 00:00: setting system clock to 2023-11-21T14:54:02 UTC (1700578442)
Nov 21 14:54:01 porteus kernel: rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Nov 21 14:54:01 porteus kernel: sdhci: Secure Digital Host Controller Interface driver
Nov 21 14:54:01 porteus kernel: sdhci: Copyright(c) Pierre Ossman
Nov 21 14:54:01 porteus kernel: wbsd: Winbond W83L51xD SD/MMC card interface driver
Nov 21 14:54:01 porteus kernel: wbsd: Copyright(c) Pierre Ossman
Nov 21 14:54:01 porteus kernel: VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver vub300
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver ushc
Nov 21 14:54:01 porteus kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Nov 21 14:54:01 porteus kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 21 14:54:01 porteus kernel: usbcore: registered new interface driver usbhid
Nov 21 14:54:01 porteus kernel: usbhid: USB HID core driver
Nov 21 14:54:01 porteus kernel: Initializing XFRM netlink socket
Nov 21 14:54:01 porteus kernel: NET: Registered PF_PACKET protocol family
Nov 21 14:54:01 porteus kernel: microcode: CPU1: patch_level=0x08101016
Nov 21 14:54:01 porteus kernel: microcode: CPU0: patch_level=0x08101016
Nov 21 14:54:01 porteus kernel: microcode: CPU2: patch_level=0x08101016
Nov 21 14:54:01 porteus kernel: microcode: CPU3: patch_level=0x08101016
Nov 21 14:54:01 porteus kernel: microcode: Microcode Update Driver: v2.2.
Nov 21 14:54:01 porteus kernel: IPI shorthand broadcast: enabled
Nov 21 14:54:01 porteus kernel: sched_clock: Marking stable (318009710, -9991073)->(314628038, -6609401)
Nov 21 14:54:01 porteus kernel: registered taskstats version 1
Nov 21 14:54:01 porteus kernel: Loading compiled-in X.509 certificates
Nov 21 14:54:01 porteus kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Nov 21 14:54:01 porteus kernel: Freeing initrd memory: 900K
Nov 21 14:54:01 porteus kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 1895d7f18cef999c7a74af79081e0ec76183caa2'
Nov 21 14:54:01 porteus kernel: Key type .fscrypt registered
Nov 21 14:54:01 porteus kernel: Key type fscrypt-provisioning registered
Nov 21 14:54:01 porteus kernel: Btrfs loaded, zoned=no, fsverity=no
Nov 21 14:54:01 porteus kernel: Key type encrypted registered
Nov 21 14:54:01 porteus kernel: clk: Disabling unused clocks
Nov 21 14:54:01 porteus kernel: ALSA device list:
Nov 21 14:54:01 porteus kernel:   No soundcards found.
Nov 21 14:54:01 porteus kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Nov 21 14:54:01 porteus kernel: usb 4-1: new high-speed USB device number 2 using xhci_hcd
Nov 21 14:54:01 porteus kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 21 14:54:01 porteus kernel: ata2: SATA link down (SStatus 0 SControl 300)
Nov 21 14:54:01 porteus kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:e0(SECURITY FREEZE LOCK) filtered out
Nov 21 14:54:01 porteus kernel: ata1.00: ATA-10: ST500LM034-2GH17A, RPM2, max UDMA/100
Nov 21 14:54:01 porteus kernel: ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Nov 21 14:54:01 porteus kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:e0(SECURITY FREEZE LOCK) filtered out
Nov 21 14:54:01 porteus kernel: ata1.00: configured for UDMA/100
Nov 21 14:54:01 porteus kernel: scsi 0:0:0:0: Direct-Access     ATA      ST500LM034-2GH17 RPM2 PQ: 0 ANSI: 5
Nov 21 14:54:01 porteus kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Nov 21 14:54:01 porteus kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Nov 21 14:54:01 porteus kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 21 14:54:01 porteus kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 21 14:54:01 porteus kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Nov 21 14:54:01 porteus kernel: usb 1-2: New USB device found, idVendor=0424, idProduct=2744, bcdDevice= 2.08
Nov 21 14:54:01 porteus kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 21 14:54:01 porteus kernel: usb 1-2: Product: USB2744
Nov 21 14:54:01 porteus kernel: usb 1-2: Manufacturer: Microchip Tech
Nov 21 14:54:01 porteus kernel: usb 4-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
Nov 21 14:54:01 porteus kernel: usb 4-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Nov 21 14:54:01 porteus kernel: usb 4-1: Product: USB2.0 Hub
Nov 21 14:54:01 porteus kernel: hub 1-2:1.0: USB hub found
Nov 21 14:54:01 porteus kernel: hub 1-2:1.0: 2 ports detected
Nov 21 14:54:01 porteus kernel: hub 4-1:1.0: USB hub found
Nov 21 14:54:01 porteus kernel: hub 4-1:1.0: 4 ports detected
Nov 21 14:54:01 porteus kernel:  sda: sda1 sda2 sda3
Nov 21 14:54:01 porteus kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Nov 21 14:54:01 porteus kernel: Freeing unused kernel image (initmem) memory: 2072K
Nov 21 14:54:01 porteus kernel: Write protecting the kernel read-only data: 16384k
Nov 21 14:54:01 porteus kernel: Freeing unused kernel image (rodata/data gap) memory: 1564K
Nov 21 14:54:01 porteus kernel: rodata_test: all tests were successful
Nov 21 14:54:01 porteus kernel: Run /init as init process
Nov 21 14:54:01 porteus kernel: usb 3-2: new SuperSpeed USB device number 2 using xhci_hcd
Nov 21 14:54:01 porteus kernel: usb 3-2: New USB device found, idVendor=0424, idProduct=5744, bcdDevice= 2.08
Nov 21 14:54:01 porteus kernel: usb 3-2: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Nov 21 14:54:01 porteus kernel: usb 3-2: Product: USB5744
Nov 21 14:54:01 porteus kernel: usb 3-2: Manufacturer: Microchip Tech
Nov 21 14:54:01 porteus kernel: hub 3-2:1.0: USB hub found
Nov 21 14:54:01 porteus kernel: hub 3-2:1.0: 2 ports detected
Nov 21 14:54:01 porteus kernel: usb 4-2: new high-speed USB device number 3 using xhci_hcd
Nov 21 14:54:01 porteus kernel: usb 4-2: New USB device found, idVendor=04ca, idProduct=706d, bcdDevice= 0.06
Nov 21 14:54:01 porteus kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 21 14:54:01 porteus kernel: usb 4-2: Product: HP HD Camera
Nov 21 14:54:01 porteus kernel: usb 4-2: Manufacturer: DHCYQA19ICB4Q9
Nov 21 14:54:02 porteus kernel: usb 4-1.2: new full-speed USB device number 4 using xhci_hcd
Nov 21 14:54:02 porteus kernel: usb 1-2.1: new high-speed USB device number 3 using xhci_hcd
Nov 21 14:54:02 porteus kernel: usb 4-1.2: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
Nov 21 14:54:02 porteus kernel: usb 4-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 21 14:54:02 porteus kernel: usb 1-2.1: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.00
Nov 21 14:54:02 porteus kernel: usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 21 14:54:02 porteus kernel: usb 1-2.1: Product: Mass Storage
Nov 21 14:54:02 porteus kernel: usb 1-2.1: Manufacturer: Generic
Nov 21 14:54:02 porteus kernel: usb 1-2.1: SerialNumber: 127E72A6
Nov 21 14:54:02 porteus kernel: usb-storage 1-2.1:1.0: USB Mass Storage device detected
Nov 21 14:54:02 porteus kernel: scsi host2: usb-storage 1-2.1:1.0
Nov 21 14:54:02 porteus kernel: input: PS/2 Generic Mouse as /devices/platform/i8042/serio2/input/input10
Nov 21 14:54:02 porteus kernel: tsc: Refined TSC clocksource calibration: 1996.244 MHz
Nov 21 14:54:02 porteus kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398ca425e4d, max_idle_ns: 881590642098 ns
Nov 21 14:54:02 porteus kernel: clocksource: Switched to clocksource tsc
Nov 21 14:54:02 porteus kernel: psmouse serio3: synaptics: queried max coordinates: x [..5656], y [..4736]
Nov 21 14:54:02 porteus kernel: psmouse serio3: synaptics: queried min coordinates: x [1284..], y [1114..]
Nov 21 14:54:03 porteus kernel: psmouse serio3: synaptics: Touchpad model: 1, fw: 10.16, id: 0x1e2a1, caps: 0xf00123/0x840300/0x12e800/0x500000, board id: 3354, fw id: 2694770
Nov 21 14:54:03 porteus kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio3/input/input11
Nov 21 14:54:03 porteus kernel: scsi 2:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
Nov 21 14:54:03 porteus kernel: sd 2:0:0:0: [sdb] 61440000 512-byte logical blocks: (31.5 GB/29.3 GiB)
Nov 21 14:54:03 porteus kernel: sd 2:0:0:0: [sdb] Write Protect is off
Nov 21 14:54:03 porteus kernel: sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Nov 21 14:54:03 porteus kernel:  sdb: sdb1
Nov 21 14:54:03 porteus kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
Nov 21 14:54:13 porteus kernel: EXT4-fs (sdb1): recovery complete
Nov 21 14:54:13 porteus kernel: EXT4-fs (sdb1): mounted filesystem 752ac31b-a8e2-41f7-8d7f-1490f2f04b00 r/w with ordered data mode. Quota mode: disabled.
Nov 21 14:54:13 porteus kernel: loop0: detected capacity change from 0 to 190664
Nov 21 14:54:13 porteus last message buffered 1 times
Nov 21 14:54:13 porteus kernel: loop1: detected capacity change from 0 to 251696
Nov 21 14:54:13 porteus kernel: loop2: detected capacity change from 0 to 229568
Nov 21 14:54:13 porteus kernel: loop3: detected capacity change from 0 to 36128
Nov 21 14:54:13 porteus kernel: loop4: detected capacity change from 0 to 18432
Nov 21 14:54:14 porteus kernel: NET: Registered PF_INET6 protocol family
Nov 21 14:54:14 porteus kernel: Segment Routing with IPv6
Nov 21 14:54:14 porteus kernel: RPL Segment Routing with IPv6
Nov 21 14:54:14 porteus kernel: In-situ OAM (IOAM) with IPv6
Nov 21 14:54:14 porteus udevd[472]:  starting eudev-3.2.11
Nov 21 14:54:15 porteus init: Entering runlevel: 3
Nov 21 14:54:16 porteus kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Nov 21 14:54:16 porteus kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:00/input/input13
Nov 21 14:54:16 porteus kernel: hp_accel: hardware type HPB64xx found
Nov 21 14:54:16 porteus kernel: lis3lv02d: 8 bits 3DC sensor found
Nov 21 14:54:16 porteus kernel: input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input14
Nov 21 14:54:16 porteus kernel: ccp 0000:04:00.2: ccp enabled
Nov 21 14:54:16 porteus kernel: ccp 0000:04:00.2: tee enabled
Nov 21 14:54:16 porteus kernel: ccp 0000:04:00.2: psp enabled
Nov 21 14:54:16 porteus acpid: starting up with netlink and the input layer
Nov 21 14:54:16 porteus kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Nov 21 14:54:16 porteus acpid: 1 rule loaded
Nov 21 14:54:16 porteus acpid: waiting for events: event logging is off
Nov 21 14:54:16 porteus kernel: 0000:01:00.1: ttyS0 at I/O 0x3200 (irq = 52, base_baud = 115200) is a 16550A
Nov 21 14:54:16 porteus kernel: 0000:01:00.2: ttyS1 at I/O 0x3100 (irq = 53, base_baud = 115200) is a 16550A
Nov 21 14:54:16 porteus kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Nov 21 14:54:16 porteus kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 21 14:54:16 porteus kernel: r8169 0000:01:00.0 eth0: RTL8168ep/8111ep, f8:b4:6a:88:62:fd, XID 502, IRQ 55
Nov 21 14:54:16 porteus kernel: r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Nov 21 14:54:16 porteus kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 21 14:54:16 porteus kernel: cfg80211: failed to load regulatory.db
Nov 21 14:54:16 porteus kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Nov 21 14:54:16 porteus kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input15
Nov 21 14:54:16 porteus kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input16
Nov 21 14:54:16 porteus kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input17
Nov 21 14:54:16 porteus kernel: input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input18
Nov 21 14:54:16 porteus kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Nov 21 14:54:16 porteus kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Nov 21 14:54:16 porteus kernel: Intel(R) Wireless WiFi driver for Linux
Nov 21 14:54:16 porteus kernel: iwlwifi 0000:02:00.0: Detected crf-id 0xbadcafe, cnv-id 0x10 wfpm id 0x80000000
Nov 21 14:54:16 porteus kernel: iwlwifi 0000:02:00.0: PCI dev 24fd/1010, rev=0x230, rfid=0xd55555d5
Nov 21 14:54:16 porteus kernel: cryptd: max_cpu_qlen set to 1000
Nov 21 14:54:16 porteus kernel: snd_hda_codec_conexant hdaudioC1D0: CX8200: BIOS auto-probing.
Nov 21 14:54:16 porteus kernel: snd_hda_codec_conexant hdaudioC1D0: autoconfig for CX8200: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Nov 21 14:54:16 porteus kernel: snd_hda_codec_conexant hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 21 14:54:16 porteus kernel: snd_hda_codec_conexant hdaudioC1D0:    hp_outs=1 (0x1d/0x0/0x0/0x0/0x0)
Nov 21 14:54:16 porteus kernel: snd_hda_codec_conexant hdaudioC1D0:    mono: mono_out=0x0
Nov 21 14:54:16 porteus kernel: snd_hda_codec_conexant hdaudioC1D0:    inputs:
Nov 21 14:54:16 porteus kernel: snd_hda_codec_conexant hdaudioC1D0:      Internal Mic=0x1a
Nov 21 14:54:16 porteus kernel: snd_hda_codec_conexant hdaudioC1D0:      Mic=0x19
Nov 21 14:54:16 porteus kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input19
Nov 21 14:54:16 porteus kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input20
Nov 21 14:54:16 porteus kernel: AVX2 version of gcm_enc/dec engaged.
Nov 21 14:54:16 porteus kernel: AES CTR mode by8 optimization enabled
Nov 21 14:54:19 porteus kernel: input: HP WMI hotkeys as /devices/virtual/input/input21
Nov 21 14:54:22 porteus kernel: iwlwifi 0000:02:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
Nov 21 14:54:22 porteus gpm[674]: *** info [daemon/startup.c(136)]: 
Nov 21 14:54:22 porteus gpm[674]: Started gpm successfully. Entered daemon mode.
Nov 21 14:54:22 porteus kernel: kvm_amd: TSC scaling supported
Nov 21 14:54:22 porteus kernel: kvm_amd: Nested Virtualization enabled
Nov 21 14:54:22 porteus kernel: kvm_amd: Nested Paging enabled
Nov 21 14:54:22 porteus kernel: kvm_amd: SEV enabled (ASIDs 0 - 15)
Nov 21 14:54:22 porteus kernel: kvm_amd: SEV-ES enabled (ASIDs 0 - 4294967295)
Nov 21 14:54:22 porteus kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Nov 21 14:54:22 porteus kernel: kvm_amd: Virtual GIF supported
Nov 21 14:54:22 porteus kernel: kvm_amd: LBR virtualization supported
Nov 21 14:54:22 porteus kernel: intel_rapl_common: Found RAPL domain package
Nov 21 14:54:22 porteus kernel: intel_rapl_common: Found RAPL domain core
Nov 21 14:54:22 porteus mtp-probe: checking bus 4, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb4/4-2" 
Nov 21 14:54:22 porteus mtp-probe: bus: 4, device: 3 was not an MTP device 
Nov 21 14:54:22 porteus mtp-probe: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2.1" 
Nov 21 14:54:22 porteus mtp-probe: bus: 1, device: 3 was not an MTP device 
Nov 21 14:54:22 porteus kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
Nov 21 14:54:22 porteus elogind-daemon[749]: Watching system buttons on /dev/input/event3 (Power Button)
Nov 21 14:54:22 porteus elogind-daemon[749]: Watching system buttons on /dev/input/event0 (Power Button)
Nov 21 14:54:22 porteus elogind-daemon[749]: Watching system buttons on /dev/input/event2 (Lid Switch)
Nov 21 14:54:22 porteus elogind-daemon[749]: Watching system buttons on /dev/input/event1 (Sleep Button)
Nov 21 14:54:22 porteus elogind-daemon[749]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Nov 21 14:54:22 porteus elogind-daemon[749]: Watching system buttons on /dev/input/event15 (HP WMI hotkeys)
Nov 21 14:54:22 porteus elogind-daemon[749]: New seat seat0.
Nov 21 14:54:23 porteus kernel: iwlwifi 0000:02:00.0: base HW address: 84:fd:d1:6f:66:7f, OTP minor version: 0x0
Nov 21 14:54:23 porteus kernel: Bluetooth: Core ver 2.22
Nov 21 14:54:23 porteus kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 21 14:54:23 porteus kernel: Bluetooth: HCI device and connection manager initialized
Nov 21 14:54:23 porteus kernel: Bluetooth: HCI socket layer initialized
Nov 21 14:54:23 porteus kernel: Bluetooth: L2CAP socket layer initialized
Nov 21 14:54:23 porteus kernel: Bluetooth: SCO socket layer initialized
Nov 21 14:54:23 porteus kernel: usb 4-2: Found UVC 1.00 device HP HD Camera (04ca:706d)
Nov 21 14:54:23 porteus kernel: usbcore: registered new interface driver uvcvideo
Nov 21 14:54:23 porteus kernel: usbcore: registered new interface driver btusb
Nov 21 14:54:23 porteus kernel: Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
Nov 21 14:54:23 porteus kernel: Bluetooth: hci0: Device revision is 16
Nov 21 14:54:23 porteus kernel: Bluetooth: hci0: Secure boot is enabled
Nov 21 14:54:23 porteus kernel: Bluetooth: hci0: OTP lock is enabled
Nov 21 14:54:23 porteus kernel: Bluetooth: hci0: API lock is enabled
Nov 21 14:54:23 porteus kernel: Bluetooth: hci0: Debug lock is disabled
Nov 21 14:54:23 porteus kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Nov 21 14:54:23 porteus kernel: Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
Nov 21 14:54:23 porteus kernel: [drm] amdgpu kernel modesetting enabled.
Nov 21 14:54:23 porteus kernel: [drm] initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x103C:0x8401 0xD9).
Nov 21 14:54:23 porteus kernel: [drm] register mmio base: 0xE0700000
Nov 21 14:54:23 porteus kernel: [drm] register mmio size: 524288
Nov 21 14:54:23 porteus kernel: [drm] add ip block number 0 <soc15_common>
Nov 21 14:54:23 porteus kernel: [drm] add ip block number 1 <gmc_v9_0>
Nov 21 14:54:23 porteus kernel: [drm] add ip block number 2 <vega10_ih>
Nov 21 14:54:23 porteus kernel: [drm] add ip block number 3 <psp>
Nov 21 14:54:23 porteus kernel: [drm] add ip block number 4 <powerplay>
Nov 21 14:54:23 porteus kernel: [drm] add ip block number 5 <dm>
Nov 21 14:54:23 porteus kernel: [drm] add ip block number 6 <gfx_v9_0>
Nov 21 14:54:23 porteus kernel: [drm] add ip block number 7 <sdma_v4_0>
Nov 21 14:54:23 porteus kernel: [drm] add ip block number 8 <vcn_v1_0>
Nov 21 14:54:23 porteus kernel: [drm] BIOS signature incorrect 50 f
Nov 21 14:54:23 porteus kernel: amdgpu 0000:04:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
Nov 21 14:54:23 porteus kernel: [drm] BIOS signature incorrect 50 f
Nov 21 14:54:23 porteus kernel: amdgpu 0000:04:00.0: amdgpu: amdgpu: finishing device.
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.1650] NetworkManager (version 1.32.12) is starting... (for the first time)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.1651] Read config: /etc/NetworkManager/NetworkManager.conf (etc: 00-dhcp-client.conf, 00-rc-manager.conf)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.1684] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.2071] manager[0x1c1f040]: monitoring kernel firmware directory '/lib/firmware'.
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.2208] hostname: hostname: couldn't get property from hostnamed
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.2210] hostname: hostname changed from (none) to "porteus.example.net"
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.2224] dns-mgr[0x1c09250]: init: dns=default,systemd-resolved rc-manager=file
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.2230] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.4/0000:02:00.0/ieee80211/phy0/rfkill0) (driver iwlwifi)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.2232] manager[0x1c1f040]: rfkill: Wi-Fi hardware radio set enabled
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.2232] manager[0x1c1f040]: rfkill: WWAN hardware radio set enabled
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.3634] Loaded device plugin: NMAtmManager (/usr/lib64/NetworkManager/1.32.12/libnm-device-plugin-adsl.so)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4309] Loaded device plugin: NMBluezManager (/usr/lib64/NetworkManager/1.32.12/libnm-device-plugin-bluetooth.so)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4564] Loaded device plugin: NMOvsFactory (/usr/lib64/NetworkManager/1.32.12/libnm-device-plugin-ovs.so)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4758] Loaded device plugin: NMWifiFactory (/usr/lib64/NetworkManager/1.32.12/libnm-device-plugin-wifi.so)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4764] Loaded device plugin: NMWwanFactory (/usr/lib64/NetworkManager/1.32.12/libnm-device-plugin-wwan.so)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4769] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4770] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4771] manager: Networking is enabled by state file
Nov 21 14:54:24 porteus dbus-daemon[463]: [system] Activating service name='org.freedesktop.nm_dispatcher' requested by ':1.2' (uid=0 pid=917 comm="/usr/sbin/NetworkManager ") (using servicehelper)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4787] dhcp-init: Using DHCP client 'dhclient'
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4789] settings: Loaded settings plugin: keyfile (internal)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4947] device (lo): carrier: link connected
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4950] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4960] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4979] settings: (eth0): created default wired connection 'Wired connection 1'
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.4984] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 21 14:54:24 porteus kernel: Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
Nov 21 14:54:24 porteus dbus-daemon[463]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 21 14:54:24 porteus kernel: r8169 0000:01:00.0 eth0: Link is Down
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.6279] device (wlan0): driver supports Access Point (AP) mode
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.6288] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.6297] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 21 14:54:24 porteus kernel: Bluetooth: hci0: Waiting for firmware download to complete
Nov 21 14:54:24 porteus kernel: Bluetooth: hci0: Firmware loaded in 1354978 usecs
Nov 21 14:54:24 porteus kernel: Bluetooth: hci0: Waiting for device to boot
Nov 21 14:54:24 porteus kernel: Bluetooth: hci0: Device booted in 14670 usecs
Nov 21 14:54:24 porteus kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
Nov 21 14:54:24 porteus kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Nov 21 14:54:24 porteus kernel: Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
Nov 21 14:54:24 porteus kernel: Bluetooth: hci0: Error reading debug features
Nov 21 14:54:24 porteus kernel: iwlwifi 0000:02:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Nov 21 14:54:24 porteus NetworkManager[917]: <info>  [1700578464.8763] device (wlan0): set-hw-addr: set MAC address to 5E:72:4F:86:AC:B1 (scanning)
Nov 21 14:54:25 porteus dbus-daemon[463]: [system] Activating service name='fi.w1.wpa_supplicant1' requested by ':1.2' (uid=0 pid=917 comm="/usr/sbin/NetworkManager ") (using servicehelper)
Nov 21 14:54:25 porteus NetworkManager[917]: <info>  [1700578465.1246] ovsdb: Could not connect: No such file or directory
Nov 21 14:54:25 porteus NetworkManager[917]: <info>  [1700578465.1247] ovsdb: disconnected from ovsdb
Nov 21 14:54:25 porteus dbus-daemon[463]: [system] Activating service name='org.freedesktop.ModemManager1' requested by ':1.2' (uid=0 pid=917 comm="/usr/sbin/NetworkManager ") (using servicehelper)
Nov 21 14:54:25 porteus ModemManager[980]: <info>  ModemManager (version 1.18.4) starting in system bus... 
Nov 21 14:54:25 porteus dbus-daemon[463]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Nov 21 14:54:25 porteus NetworkManager[917]: <info>  [1700578465.3295] device (wlan0): supplicant interface state: internal-starting -> disconnected
Nov 21 14:54:25 porteus NetworkManager[917]: <info>  [1700578465.3296] Wi-Fi P2P device controlled by interface wlan0 created
Nov 21 14:54:25 porteus NetworkManager[917]: <info>  [1700578465.3299] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Nov 21 14:54:25 porteus NetworkManager[917]: <info>  [1700578465.3302] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 21 14:54:25 porteus NetworkManager[917]: <info>  [1700578465.3307] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 21 14:54:25 porteus NetworkManager[917]: <info>  [1700578465.3315] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Nov 21 14:54:25 porteus dbus-daemon[463]: [system] Successfully activated service 'org.freedesktop.ModemManager1'
Nov 21 14:54:25 porteus NetworkManager[917]: <info>  [1700578465.4292] modem-manager: ModemManager not available
Nov 21 14:54:25 porteus NetworkManager[917]: <info>  [1700578465.4431] modem-manager: ModemManager now available
Nov 21 14:54:27 porteus ModemManager[980]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0': not supported by any plugin 
Nov 21 14:54:27 porteus ModemManager[980]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:01.4/0000:02:00.0': not supported by any plugin 
Nov 21 14:54:30 porteus NetworkManager[917]: <info>  [1700578470.6283] manager: startup complete
Nov 21 14:54:33 porteus elogind-daemon[749]: New session c1 of user root.
Nov 21 14:54:54 porteus root: ACPI group battery / action PNP0C0A:00 is not defined
Nov 21 14:55:41 porteus last message buffered 2 times
Nov 21 14:56:27 porteus last message buffered 2 times
Nov 21 14:57:48 porteus kernel: usb 1-2.2: new high-speed USB device number 4 using xhci_hcd
Nov 21 14:57:49 porteus kernel: usb 1-2.2: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.00
Nov 21 14:57:49 porteus kernel: usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 21 14:57:49 porteus kernel: usb 1-2.2: Product: Mass Storage
Nov 21 14:57:49 porteus kernel: usb 1-2.2: Manufacturer: Generic
Nov 21 14:57:49 porteus kernel: usb 1-2.2: SerialNumber: EF8C7FA2
Nov 21 14:57:49 porteus kernel: usb-storage 1-2.2:1.0: USB Mass Storage device detected
Nov 21 14:57:49 porteus kernel: scsi host3: usb-storage 1-2.2:1.0
Nov 21 14:57:49 porteus mtp-probe: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2.2" 
Nov 21 14:57:49 porteus mtp-probe: bus: 1, device: 4 was not an MTP device 
Nov 21 14:57:50 porteus kernel: scsi 3:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
Nov 21 14:57:50 porteus kernel: sd 3:0:0:0: [sdc] 61440000 512-byte logical blocks: (31.5 GB/29.3 GiB)
Nov 21 14:57:50 porteus kernel: sd 3:0:0:0: [sdc] Write Protect is off
Nov 21 14:57:50 porteus kernel: sd 3:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Nov 21 14:57:50 porteus kernel:  sdc: sdc1
Nov 21 14:57:50 porteus kernel: sd 3:0:0:0: [sdc] Attached SCSI removable disk
Nov 21 14:57:52 porteus root: ACPI group battery / action PNP0C0A:00 is not defined
Nov 21 15:00:06 porteus last message buffered 1 times
I generated these in text mode.
This laptop has had issues previously with other live linux distributions and the display.

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#4 by ncmprhnsbl » 21 Nov 2023, 23:44

looks like amdgpu is having some problem..
can you boot to text mode, then run startx, then (as root) run psinfo (if possible after X has failed) and upload that output to pastebin or similar site and link to here?
or short of that, the output of lsmod and the contents of /var/log/Xorg.0.log
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
eggbladder
Black ninja
Black ninja
Posts: 36
Joined: 20 Nov 2023, 22:50
Distribution: Arch Linux
Location: Tonga

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#5 by eggbladder » 21 Nov 2023, 23:54


User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#6 by ncmprhnsbl » 22 Nov 2023, 02:22

can you post Xorg.0.log from your arch installation, so we can see what a successful X load should look like?
this may or not be relevant: https://wiki.archlinux.org/title/AMDGPU ... _not_start
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
eggbladder
Black ninja
Black ninja
Posts: 36
Joined: 20 Nov 2023, 22:50
Distribution: Arch Linux
Location: Tonga

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#7 by eggbladder » 22 Nov 2023, 03:17

I would, however, I don't think that would be particularly useful.
Arch is on my "home" laptop, while I'm trying to run Porteus from my other laptop (will be called "other laptop" to avoid confusion). The "other laptop" has Windows 10 on it, and is technically not mine, hence why I want a live-USB.
However, what I can do is boot Debian on the "other laptop" (with a live-USB) and get the Xorg log from that. If it helps, the "other laptop" model is "HP ProBook 645 G4 Notebook PC IDS Base Model".

Debian, running from Live-USB, has this in its XORG.0.LOG:
https://pastebin.com/w0z3k86f

It would be useful to note that Debian also has issues with this laptop. While it displays, it is not, and never is, the right resolution.

Unrelated, is it possible to boot from an SD card?

Rapha_
Shogun
Shogun
Posts: 238
Joined: 12 Jun 2021, 21:59
Distribution: Xfce 4.12 - 5.rc3 - x86_64
Location: France

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#8 by Rapha_ » 23 Nov 2023, 00:45

eggbladder wrote:
20 Nov 2023, 22:54
I want it to install on /dev/sdf1, my flashdrive.


From what I understand, you've already installed Porteus v5.01 lxde

According to your psinfo:

Code: Select all

/dev/sdc1      vfat       30G  416K   30G   1% /tmp/sdc
 
CHEATCODES:
quiet
BOOT_IMAGE=/boot/syslinux/vmlinuz
3
initrd=/boot/syslinux/initrd.xz
 
LIVEDBG INFO:
# Recognized devices:
/dev/sdb1: UUID="752ac31b-a8e2-41f7-8d7f-1490f2f04b00" TYPE="ext4"
/dev/sda3: LABEL="Recovery" UUID="E264A12464A0FD03" TYPE="ntfs"
/dev/sda2: LABEL="Windows" UUID="8430A2BD30A2B598" TYPE="ntfs"
/dev/sda1: LABEL="System Reserved" UUID="1CBCA094BCA069CA" TYPE="ntfs"
 
# Booting device:
/mnt/sdb1
 
# Porteus data found in:
/mnt/sdb1/porteus
 
# Changes are stored in:
memory
 
# Non standard /rootcopy dir:
none
 
# Modules activated during boot time:
/mnt/sdb1/porteus/base/000-kernel.xzm
/mnt/sdb1/porteus/base/001-core.xzm
/mnt/sdb1/porteus/base/002-xorg.xzm
/mnt/sdb1/porteus/base/002-xtra.xzm
/mnt/sdb1/porteus/base/003-lxde.xzm

# Base module versions:
001-core.xzm:20230922
002-xorg.xzm:20231001
002-xtra.xzm:20230922
003-lxde.xzm:20230922
initrd.xz:20230923

For more reliability, it would be a good idea to modify your porteus.cfg file by adding 'from=UUID:STrING-0F-ChARACtERS'.
For you this would look like this :

Code: Select all

LABEL text
MENU LABEL Text mode
KERNEL /boot/syslinux/vmlinuz
INITRD /boot/syslinux/initrd.xz
APPEND 3 from=UUID:752ac31b-a8e2-41f7-8d7f-1490f2f04b00
TEXT HELP
    Run Porteus in text mode and
    start the command prompt only
ENDTEXT
After that, I've often heard on the forum that Fat32 formatting is more compatible for the boot partition.

eggbladder wrote:
22 Nov 2023, 03:17
Unrelated, is it possible to boot from an SD card?
Yes format it as fat32 and add 'from=UUID:STrING-0F-ChARACtERS'

After these changes, tell us if you still have the same problems

Rapha_
Shogun
Shogun
Posts: 238
Joined: 12 Jun 2021, 21:59
Distribution: Xfce 4.12 - 5.rc3 - x86_64
Location: France

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#9 by Rapha_ » 23 Nov 2023, 01:07

Also the kind of filtering pa example you can use on a .log file

Code: Select all

cat DMESG.txt | egrep -i "error|faile|warn|X11|issue|resolve|found|bug|ignore"

User avatar
eggbladder
Black ninja
Black ninja
Posts: 36
Joined: 20 Nov 2023, 22:50
Distribution: Arch Linux
Location: Tonga

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#10 by eggbladder » 23 Nov 2023, 02:07

I currently do not have Porteus on an SD card. The sd card was simply an idea. I will continue to use the same flashdrive i have been using since the start of this forum post.
I installed Porteus from my home laptop, the one with linux already on it.
I am not too sure as to what you wanted me to do exactly. setting from=UUID:752ac31b-a8e2-41f7-8d7f-1490f2f04b00 helped it boot faster i think, but thats about it. Running xinit 4 results in a garbled screen, with what just seems to be random stuff from memory. (due to seeing the boot-up image)
Putting "from=UUID:752ac31b-a8e2-41f7-8d7f-1490f2f04b00" with graphical mode also simply shows me a garbled screen.

Formatting it as fat32 and launching graphic mode (in UEFI) simply displays a black screen; no garbled image.
Fat32, in legacy mode, displays a black screen with a blinking cursor. Then, a garbled image followed by a black screen.

Text mode, in UEFI, as fat32, displays nothing after the searching for porteus.
Text mode, in legacy mode, as fat32, displays text flashing and going away. It then produces a garbled image followed by a black screen.
for text mode, i am unable to get to the CLI.

I believe that switching to fat32 was a bad idea, but, ill keep it this way for now.

Rapha_
Shogun
Shogun
Posts: 238
Joined: 12 Jun 2021, 21:59
Distribution: Xfce 4.12 - 5.rc3 - x86_64
Location: France

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#11 by Rapha_ » 23 Nov 2023, 02:59

Ok I've filtered your Xorg.0.log

I hope the forum experts can help you

(EE) error :

Code: Select all

grep '(EE)' Xorg.0.log
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   165.115] (EE) open /dev/dri/card0: No such file or directory
[   165.115] (EE) open /dev/dri/card0: No such file or directory
[   165.116] (EE) Unable to find a valid framebuffer device
[   165.117] (EE) open /dev/fb0: No such file or directory
[   165.117] (EE) Screen 0 deleted because of no matching config section.
[   165.117] (EE) Screen 0 deleted because of no matching config section.
[   165.120] (EE) VESA(0): No V_BIOS found
[   165.120] (EE) Screen(s) found, but none have a usable configuration.
[   165.120] (EE) 
[   165.120] (EE) no screens found(EE) 
[   165.120] (EE) 
[   165.120] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   165.120] (EE) 
[   165.122] (EE) Server terminated with error (1). Closing log file.
(WW) warning :

Code: Select all

grep '(WW)' Xorg.0.log
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   165.028] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   165.028] (WW) The directory "/usr/share/fonts/local" does not exist.
[   165.028] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   165.028] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   165.028] (WW) The directory "/usr/share/fonts/CID" does not exist.
[   165.028] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[   165.029] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[   165.029] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   165.029] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   165.029] (WW) The directory "/usr/share/fonts/cyrillic" does not exist.
[   165.115] (WW) Falling back to old probe method for modesetting
[   165.116] (WW) Falling back to old probe method for fbdev

Rapha_
Shogun
Shogun
Posts: 238
Joined: 12 Jun 2021, 21:59
Distribution: Xfce 4.12 - 5.rc3 - x86_64
Location: France

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#12 by Rapha_ » 23 Nov 2023, 03:04

And the Xorg.0.log (from debian)

Code: Select all

guest@porteus:~/Downloads$ grep '(EE)' Xorg.02.log
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    53.607] (EE) open /dev/dri/card0: No such file or directory
[    53.607] (EE) open /dev/dri/card0: No such file or directory
[    53.618] (EE) Unable to find a valid framebuffer device
[    53.618] (EE) Screen 0 deleted because of no matching config section.
[    53.618] (EE) Screen 0 deleted because of no matching config section.
guest@porteus:~/Downloads$ grep '(ww)' Xorg.02.log
guest@porteus:~/Downloads$ grep 'deb' Xorg.02.log
[    51.474] Current Operating System: Linux debian 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64
[    51.474] xorg-server 2:21.1.7-3 (https://www.debian.org/support)

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#13 by ncmprhnsbl » 23 Nov 2023, 05:05

from dmseg there's this:

Code: Select all

[   21.677179] amdgpu 0000:04:00.0: Invalid PCI ROM header signature: expecting 0xaa55, got 0xffff
[   21.715353] [drm] BIOS signature incorrect 50 f
[   21.715361] amdgpu 0000:04:00.0: amdgpu: Unable to locate a BIOS ROM
[   21.715365] amdgpu 0000:04:00.0: amdgpu: Fatal error during GPU init
[   21.715371] amdgpu 0000:04:00.0: amdgpu: amdgpu: finishing device.
[   21.715491] amdgpu: probe of 0000:04:00.0 failed with error -22
even though lsmod shows amdgpu as loaded.
and then neither porteus or the debian are showing any mention of amdgpu in the xorg logs ..(debian ends up using fb(framebuffer) which is barely useful)

searching the webs suggests some possible workarounds which may or not be relevant ..
https://askubuntu.com/questions/1156481 ... ect=1&lq=1
https://askubuntu.com/questions/1154998 ... ect=1&lq=1
boiled down to:
remove /lib/firmware/amdgpu_raven_dmcu.bin , which in porteus is: 003-kernel(extracted)/lib/firmware/amdgpu/raven_dmcu.bin
or
add to boot line: nolapic apci=off (just as temporary thing, also requires "extracting apci tables from bios and inserting them into /sys/lib/firmware/acpi/tables" i guess)

coincidentally, i have similar hardware (amd apu) on order, expecting next week sometime, so (hopefully not :p) i might have to deal with this directly..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
eggbladder
Black ninja
Black ninja
Posts: 36
Joined: 20 Nov 2023, 22:50
Distribution: Arch Linux
Location: Tonga

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#14 by eggbladder » 23 Nov 2023, 09:33

How would i remove /lib/firmware/amdgpu_raven_dmcu.bin?

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Installing Porteus onto a flashdrive from Arch results with /dev/media

Post#15 by ncmprhnsbl » 23 Nov 2023, 11:51

eggbladder wrote:
23 Nov 2023, 09:33
How would i remove /lib/firmware/amdgpu_raven_dmcu.bin?
here's one done for you : 000-kernel-test.xzm
place it in the porteus/base folder and move or rename/back up the original so it doesn't end in .xzm.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Post Reply