You are not logged in.
Hi
I'm using systemd-boot, dracut and dracut-hook-uefi-systemd. this setup works briantly with ext4 (even with btrfs but without subvolumes which is kinda pointless) but I wanted to try it out btrfs subvolumes.
It seems like root subvol (@) is not being mounted at /sysroot instead the toplevel btrfs partition is being mounted so we get /sysroot/{@,@home,@var}
Root partition type: btrfs (/@, /@home, /@var)
+ cat /lib/dracut/dracut-053
dracut-053
+ cat /proc/cmdline
+ sed -e 's/\(ftp:\/\/.*\):.*@/\1:*******@/g;s/\(cifs:\/\/.*\):.*@/\1:*******@/g;s/cifspass=[^ ]*/cifspass=*******/g;s/iscsi:.*@/iscsi:******@/g;s/rd.iscsi.password=[^ ]*/rd.iscsi.password=******/g;s/rd.iscsi.in.password=[^ ]*/rd.iscsi.in.password=******/g'
rd.driver.pre=btrfs rd.driver.pre=usbhid
rd.driver.pre=nvidia
rd.driver.pre=nvidia_drm
rd.driver.pre=nvidia-modeset
rd.driver.pre=nvidia-uvm root=UUID=89aa30fe-a2fc-4984-a01b-882ff041d23e rootfstype=btrfs rootflags=rw,relatime,ssd,space_cache,subvolid=256,subvol=/@,subvol=@
+ '[' -f /etc/cmdline ']'
+ for _i in /etc/cmdline.d/*.conf
+ '[' -f /etc/cmdline.d/00-btrfs.conf ']'
+ echo /etc/cmdline.d/00-btrfs.conf
/etc/cmdline.d/00-btrfs.conf
+ cat /etc/cmdline.d/00-btrfs.conf
+ sed -e 's/\(ftp:\/\/.*\):.*@/\1:*******@/g;s/\(cifs:\/\/.*\):.*@/\1:*******@/g;s/cifspass=[^ ]*/cifspass=*******/g;s/iscsi:.*@/iscsi:******@/g;s/rd.iscsi.password=[^ ]*/rd.iscsi.password=******/g;s/rd.iscsi.in.password=[^ ]*/rd.iscsi.in.password=******/g'
rd.driver.pre=btrfs
+ for _i in /etc/cmdline.d/*.conf
+ '[' -f /etc/cmdline.d/20-force_drivers.conf ']'
+ echo /etc/cmdline.d/20-force_drivers.conf
/etc/cmdline.d/20-force_drivers.conf
+ cat /etc/cmdline.d/20-force_drivers.conf
+ sed -e 's/\(ftp:\/\/.*\):.*@/\1:*******@/g;s/\(cifs:\/\/.*\):.*@/\1:*******@/g;s/cifspass=[^ ]*/cifspass=*******/g;s/iscsi:.*@/iscsi:******@/g;s/rd.iscsi.password=[^ ]*/rd.iscsi.password=******/g;s/rd.iscsi.in.password=[^ ]*/rd.iscsi.in.password=******/g'
rd.driver.pre=usbhid
rd.driver.pre=nvidia
rd.driver.pre=nvidia_drm
rd.driver.pre=nvidia-modeset
rd.driver.pre=nvidia-uvm
+ for _i in /etc/cmdline.d/*.conf
+ '[' -f /etc/cmdline.d/95root-dev.conf ']'
+ echo /etc/cmdline.d/95root-dev.conf
/etc/cmdline.d/95root-dev.conf
+ cat /etc/cmdline.d/95root-dev.conf
+ sed -e 's/\(ftp:\/\/.*\):.*@/\1:*******@/g;s/\(cifs:\/\/.*\):.*@/\1:*******@/g;s/cifspass=[^ ]*/cifspass=*******/g;s/iscsi:.*@/iscsi:******@/g;s/rd.iscsi.password=[^ ]*/rd.iscsi.password=******/g;s/rd.iscsi.in.password=[^ ]*/rd.iscsi.in.password=******/g'
root=UUID=89aa30fe-a2fc-4984-a01b-882ff041d23e rootfstype=btrfs rootflags=rw,relatime,ssd,space_cache,subvolid=256,subvol=/@,subvol=@
+ cat /proc/self/mountinfo
1 1 0:2 / / rw shared:1 - rootfs none rw
22 1 0:21 / /proc rw,nosuid,nodev,noexec,relatime shared:2 - proc proc rw
23 1 0:22 / /sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw
24 1 0:5 / /dev rw,nosuid shared:9 - devtmpfs devtmpfs rw,size=7618752k,nr_inodes=1904688,mode=755,inode64
25 23 0:6 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:4 - securityfs securityfs rw
26 24 0:23 / /dev/shm rw,nosuid,nodev shared:10 - tmpfs tmpfs rw,inode64
27 24 0:24 / /dev/pts rw,nosuid,noexec,relatime shared:11 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
28 1 0:25 / /run rw,nosuid,nodev shared:12 - tmpfs tmpfs rw,size=3061776k,nr_inodes=819200,mode=755,inode64
29 23 0:26 / /sys/fs/cgroup rw,nosuid,nodev,noexec,relatime shared:5 - cgroup2 cgroup2 rw,nsdelegate,memory_recursiveprot
30 23 0:27 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw
31 23 0:28 / /sys/firmware/efi/efivars rw,nosuid,nodev,noexec,relatime shared:7 - efivarfs efivarfs rw
32 23 0:29 / /sys/fs/bpf rw,nosuid,nodev,noexec,relatime shared:8 - bpf none rw,mode=700
63 1 0:31 / /sysroot ro,relatime shared:28 - btrfs /dev/sda2 ro,ssd,space_cache,subvolid=5,subvol=/
+ cat /proc/mounts
none / rootfs rw 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,nosuid,size=7618752k,nr_inodes=1904688,mode=755,inode64 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,inode64 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,nodev,size=3061776k,nr_inodes=819200,mode=755,inode64 0 0
cgroup2 /sys/fs/cgroup cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0
none /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
/dev/sda2 /sysroot btrfs ro,relatime,ssd,space_cache,subvolid=5,subvol=/ 0 0
+ blkid
/dev/sdd1: LABEL="Data" BLOCK_SIZE="512" UUID="80CCF8F6CCF8E6F6" TYPE="ntfs" PARTUUID="37665771-01"
/dev/sdb4: BLOCK_SIZE="512" UUID="44FEF630FEF61A3E" TYPE="ntfs" PARTUUID="421f6979-e031-4002-916b-b098bbe79639"
/dev/sdb2: PARTLABEL="Microsoft reserved partition" PARTUUID="e6ffa30b-4ffb-4f08-83be-9397f78eb27b"
/dev/sdb3: BLOCK_SIZE="512" UUID="722A05112A04D44F" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="74e8f72c-ca1f-4076-a4b9-931cdaaee6c9"
/dev/sdb1: UUID="5AF2-34FF" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="328e92ef-b48f-4662-b126-7a5384bf3d37"
/dev/sde2: SEC_TYPE="msdos" LABEL_FATBOOT="ARCHISO_EFI" LABEL="ARCHISO_EFI" UUID="545C-5785" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="62be1d84-02"
/dev/sde1: BLOCK_SIZE="2048" UUID="2021-06-01-16-48-49-00" LABEL="ARCH_202106" TYPE="iso9660" PARTUUID="62be1d84-01"
/dev/sdc1: LABEL="Media" BLOCK_SIZE="512" UUID="54EF6B9A0938BBA9" TYPE="ntfs" PARTUUID="9304f618-c29f-cf4a-ad04-1ccc98460067"
/dev/sda2: UUID="89aa30fe-a2fc-4984-a01b-882ff041d23e" UUID_SUB="713d5ebc-9ee2-4ba9-8cd0-bc2f4f0a4d13" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="e2263c3a-2c72-1540-b8ff-785643f34c75"
/dev/sda3: UUID="07b4ea7f-39d2-487f-a9ae-08e6622a3457" TYPE="swap" PARTUUID="ee8a80c7-ed53-0348-8ea4-d6666c88d4bd"
/dev/sda1: UUID="D98B-E13A" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="2d3d03b5-1dfe-e840-a995-4ebe9b4fff60"
+ blkid -o udev
ID_FS_LABEL=Data
ID_FS_LABEL_ENC=Data
ID_FS_BLOCK_SIZE=512
ID_FS_UUID=80CCF8F6CCF8E6F6
ID_FS_UUID_ENC=80CCF8F6CCF8E6F6
ID_FS_TYPE=ntfs
ID_FS_PARTUUID=37665771-01
ID_FS_BLOCK_SIZE=512
ID_FS_UUID=44FEF630FEF61A3E
ID_FS_UUID_ENC=44FEF630FEF61A3E
ID_FS_TYPE=ntfs
ID_FS_PARTUUID=421f6979-e031-4002-916b-b098bbe79639
ID_FS_BLOCK_SIZE=512
ID_FS_UUID=722A05112A04D44F
ID_FS_UUID_ENC=722A05112A04D44F
ID_FS_TYPE=ntfs
ID_FS_PARTLABEL=Basic data partition
ID_FS_PARTUUID=74e8f72c-ca1f-4076-a4b9-931cdaaee6c9
ID_FS_UUID=5AF2-34FF
ID_FS_UUID_ENC=5AF2-34FF
ID_FS_BLOCK_SIZE=512
ID_FS_TYPE=vfat
ID_FS_PARTLABEL=EFI system partition
ID_FS_PARTUUID=328e92ef-b48f-4662-b126-7a5384bf3d37
ID_FS_SEC_TYPE=msdos
ID_FS_LABEL_FATBOOT=ARCHISO_EFI
ID_FS_LABEL_FATBOOT_ENC=ARCHISO_EFI
ID_FS_LABEL=ARCHISO_EFI
ID_FS_LABEL_ENC=ARCHISO_EFI
ID_FS_UUID=545C-5785
ID_FS_UUID_ENC=545C-5785
ID_FS_BLOCK_SIZE=512
ID_FS_TYPE=vfat
ID_FS_PARTUUID=62be1d84-02
ID_FS_BLOCK_SIZE=2048
ID_FS_UUID=2021-06-01-16-48-49-00
ID_FS_UUID_ENC=2021-06-01-16-48-49-00
ID_FS_LABEL=ARCH_202106
ID_FS_LABEL_ENC=ARCH_202106
ID_FS_TYPE=iso9660
ID_FS_PARTUUID=62be1d84-01
ID_FS_LABEL=Media
ID_FS_LABEL_ENC=Media
ID_FS_BLOCK_SIZE=512
ID_FS_UUID=54EF6B9A0938BBA9
ID_FS_UUID_ENC=54EF6B9A0938BBA9
ID_FS_TYPE=ntfs
ID_FS_PARTUUID=9304f618-c29f-cf4a-ad04-1ccc98460067
ID_FS_UUID=89aa30fe-a2fc-4984-a01b-882ff041d23e
ID_FS_UUID_ENC=89aa30fe-a2fc-4984-a01b-882ff041d23e
ID_FS_UUID_SUB=713d5ebc-9ee2-4ba9-8cd0-bc2f4f0a4d13
ID_FS_UUID_SUB_ENC=713d5ebc-9ee2-4ba9-8cd0-bc2f4f0a4d13
ID_FS_BLOCK_SIZE=4096
ID_FS_TYPE=btrfs
ID_FS_PARTUUID=e2263c3a-2c72-1540-b8ff-785643f34c75
ID_FS_UUID=07b4ea7f-39d2-487f-a9ae-08e6622a3457
ID_FS_UUID_ENC=07b4ea7f-39d2-487f-a9ae-08e6622a3457
ID_FS_TYPE=swap
ID_FS_PARTUUID=ee8a80c7-ed53-0348-8ea4-d6666c88d4bd
ID_FS_UUID=D98B-E13A
ID_FS_UUID_ENC=D98B-E13A
ID_FS_BLOCK_SIZE=512
ID_FS_TYPE=vfat
ID_FS_PARTUUID=2d3d03b5-1dfe-e840-a995-4ebe9b4fff60
ID_FS_PARTLABEL=Microsoft reserved partition
ID_FS_PARTUUID=e6ffa30b-4ffb-4f08-83be-9397f78eb27b
+ ls -l /dev/disk/by-id /dev/disk/by-label /dev/disk/by-partlabel /dev/disk/by-partuuid /dev/disk/by-path /dev/disk/by-uuid
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 9 Jun 14 19:16 ata-KINGSTON_SH103S3120G_50026B724309D7DE -> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ata-KINGSTON_SH103S3120G_50026B724309D7DE-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ata-KINGSTON_SH103S3120G_50026B724309D7DE-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ata-KINGSTON_SH103S3120G_50026B724309D7DE-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ata-KINGSTON_SH103S3120G_50026B724309D7DE-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 9 Jun 14 19:16 ata-ST2000LM003_HN-M201RAD_S34LJ9BG500964 -> ../../sdd
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ata-ST2000LM003_HN-M201RAD_S34LJ9BG500964-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 9 Jun 14 19:16 ata-Samsung_SSD_850_EVO_250GB_S21PNXBG958251B -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ata-Samsung_SSD_850_EVO_250GB_S21PNXBG958251B-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ata-Samsung_SSD_850_EVO_250GB_S21PNXBG958251B-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ata-Samsung_SSD_850_EVO_250GB_S21PNXBG958251B-part3 -> ../../sda3
lrwxrwxrwx 1 root root 9 Jun 14 19:16 ata-SanDisk_SSD_PLUS_480GB_1833C9800278 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ata-SanDisk_SSD_PLUS_480GB_1833C9800278-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Jun 14 19:16 ata-TOSHIBA_THNSNB062GMCJ_X1KS116OT5LZ -> ../../sde
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ata-TOSHIBA_THNSNB062GMCJ_X1KS116OT5LZ-part1 -> ../../sde1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ata-TOSHIBA_THNSNB062GMCJ_X1KS116OT5LZ-part2 -> ../../sde2
lrwxrwxrwx 1 root root 9 Jun 14 19:16 wwn-0x50004cf20fa06a46 -> ../../sdd
lrwxrwxrwx 1 root root 10 Jun 14 19:16 wwn-0x50004cf20fa06a46-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 9 Jun 14 19:16 wwn-0x5001b448b966f478 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jun 14 19:16 wwn-0x5001b448b966f478-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Jun 14 19:16 wwn-0x5002538d40544e42 -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 14 19:16 wwn-0x5002538d40544e42-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 wwn-0x5002538d40544e42-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 wwn-0x5002538d40544e42-part3 -> ../../sda3
lrwxrwxrwx 1 root root 9 Jun 14 19:16 wwn-0x50026b724309d7de -> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 14 19:16 wwn-0x50026b724309d7de-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 wwn-0x50026b724309d7de-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 wwn-0x50026b724309d7de-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Jun 14 19:16 wwn-0x50026b724309d7de-part4 -> ../../sdb4
/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ARCHISO_EFI -> ../../sde2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ARCH_202106 -> ../../sde1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 Data -> ../../sdd1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 Media -> ../../sdc1
/dev/disk/by-partlabel:
total 0
lrwxrwxrwx 1 root root 10 Jun 14 19:16 Basic\x20data\x20partition -> ../../sdb3
lrwxrwxrwx 1 root root 10 Jun 14 19:16 EFI\x20system\x20partition -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 Microsoft\x20reserved\x20partition -> ../../sdb2
/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 Jun 14 19:16 2d3d03b5-1dfe-e840-a995-4ebe9b4fff60 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 328e92ef-b48f-4662-b126-7a5384bf3d37 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 37665771-01 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 421f6979-e031-4002-916b-b098bbe79639 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Jun 14 19:16 62be1d84-01 -> ../../sde1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 62be1d84-02 -> ../../sde2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 74e8f72c-ca1f-4076-a4b9-931cdaaee6c9 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Jun 14 19:16 9304f618-c29f-cf4a-ad04-1ccc98460067 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 e2263c3a-2c72-1540-b8ff-785643f34c75 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 e6ffa30b-4ffb-4f08-83be-9397f78eb27b -> ../../sdb2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 ee8a80c7-ed53-0348-8ea4-d6666c88d4bd -> ../../sda3
/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root 9 Jun 14 19:16 pci-0000:00:17.0-ata-1 -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-1-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-1-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-1-part3 -> ../../sda3
lrwxrwxrwx 1 root root 9 Jun 14 19:16 pci-0000:00:17.0-ata-1.0 -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-1.0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-1.0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-1.0-part3 -> ../../sda3
lrwxrwxrwx 1 root root 9 Jun 14 19:16 pci-0000:00:17.0-ata-2 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-2-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-2-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-2-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-2-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 9 Jun 14 19:16 pci-0000:00:17.0-ata-2.0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-2.0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-2.0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-2.0-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-2.0-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 9 Jun 14 19:16 pci-0000:00:17.0-ata-3 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-3-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Jun 14 19:16 pci-0000:00:17.0-ata-3.0 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-3.0-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Jun 14 19:16 pci-0000:00:17.0-ata-4 -> ../../sdd
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-4-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 9 Jun 14 19:16 pci-0000:00:17.0-ata-4.0 -> ../../sdd
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:00:17.0-ata-4.0-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 9 Jun 14 19:16 pci-0000:03:00.0-usb-0:2:1.0-scsi-0:0:0:0 -> ../../sde
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:03:00.0-usb-0:2:1.0-scsi-0:0:0:0-part1 -> ../../sde1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 pci-0000:03:00.0-usb-0:2:1.0-scsi-0:0:0:0-part2 -> ../../sde2
/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 Jun 14 19:16 07b4ea7f-39d2-487f-a9ae-08e6622a3457 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jun 14 19:16 2021-06-01-16-48-49-00 -> ../../sde1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 44FEF630FEF61A3E -> ../../sdb4
lrwxrwxrwx 1 root root 10 Jun 14 19:16 545C-5785 -> ../../sde2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 54EF6B9A0938BBA9 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 5AF2-34FF -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 722A05112A04D44F -> ../../sdb3
lrwxrwxrwx 1 root root 10 Jun 14 19:16 80CCF8F6CCF8E6F6 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Jun 14 19:16 89aa30fe-a2fc-4984-a01b-882ff041d23e -> ../../sda2
lrwxrwxrwx 1 root root 10 Jun 14 19:16 D98B-E13A -> ../../sda1
+ for _i in /etc/conf.d/*.conf
+ '[' -f /etc/conf.d/systemd.conf ']'
+ echo /etc/conf.d/systemd.conf
/etc/conf.d/systemd.conf
+ cat /etc/conf.d/systemd.conf
+ sed -e 's/\(ftp:\/\/.*\):.*@/\1:*******@/g;s/\(cifs:\/\/.*\):.*@/\1:*******@/g;s/cifspass=[^ ]*/cifspass=*******/g;s/iscsi:.*@/iscsi:******@/g;s/rd.iscsi.password=[^ ]*/rd.iscsi.password=******/g;s/rd.iscsi.in.password=[^ ]*/rd.iscsi.in.password=******/g'
systemdutildir="/usr/lib/systemd"
systemdsystemunitdir="/usr/lib/systemd/system"
systemdsystemconfdir="/etc/systemd/system"
+ command -v lvm
+ command -v dmsetup
+ cat /proc/mdstat
cat: /proc/mdstat: No such file or directory
+ command -v ip
+ command -v journalctl
+ journalctl -ab --no-pager -o short-monotonic
+ sed -e 's/\(ftp:\/\/.*\):.*@/\1:*******@/g;s/\(cifs:\/\/.*\):.*@/\1:*******@/g;s/cifspass=[^ ]*/cifspass=*******/g;s/iscsi:.*@/iscsi:******@/g;s/rd.iscsi.password=[^ ]*/rd.iscsi.password=******/g;s/rd.iscsi.in.password=[^ ]*/rd.iscsi.in.password=******/g'
-- Journal begins at Mon 2021-06-14 19:16:46 UTC, ends at Mon 2021-06-14 19:16:47 UTC. --
[ 0.000000] archlinux kernel: microcode: microcode updated early to revision 0xea, date = 2021-01-05
[ 0.000000] archlinux kernel: Linux version 5.12.10-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 ZEN SMP PREEMPT Thu, 10 Jun 2021 16:34:48 +0000
[ 0.000000] archlinux kernel: Command line: rd.driver.pre=btrfs rd.driver.pre=usbhid
rd.driver.pre=nvidia
rd.driver.pre=nvidia_drm
rd.driver.pre=nvidia-modeset
rd.driver.pre=nvidia-uvm root=UUID=89aa30fe-a2fc-4984-a01b-882ff041d23e rootfstype=btrfs rootflags=rw,relatime,ssd,space_cache,subvolid=256,subvol=/@,subvol=@
[ 0.000000] archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] archlinux kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] archlinux kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] archlinux kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] archlinux kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] archlinux kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] archlinux kernel: BIOS-provided physical RAM map:
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000029d9ffff] usable
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x0000000029da0000-0x0000000029da0fff] ACPI NVS
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x0000000029da1000-0x0000000029da1fff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x0000000029da2000-0x000000003deccfff] usable
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x000000003decd000-0x000000003e354fff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x000000003e355000-0x000000003e72bfff] usable
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x000000003e72c000-0x000000003e7a3fff] ACPI NVS
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x000000003e7a4000-0x000000003f3fefff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x000000003f3ff000-0x000000003f3fffff] usable
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x000000003f400000-0x000000007fffffff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047effffff] usable
[ 0.000000] archlinux kernel: NX (Execute Disable) protection: active
[ 0.000000] archlinux kernel: e820: update [mem 0x22ab7018-0x22ad6857] usable ==> usable
[ 0.000000] archlinux kernel: e820: update [mem 0x22ab7018-0x22ad6857] usable ==> usable
[ 0.000000] archlinux kernel: e820: update [mem 0x22aa6018-0x22ab6057] usable ==> usable
[ 0.000000] archlinux kernel: e820: update [mem 0x22aa6018-0x22ab6057] usable ==> usable
[ 0.000000] archlinux kernel: e820: update [mem 0x22a99018-0x22aa5057] usable ==> usable
[ 0.000000] archlinux kernel: e820: update [mem 0x22a99018-0x22aa5057] usable ==> usable
[ 0.000000] archlinux kernel: extended physical RAM map:
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000022a99017] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000022a99018-0x0000000022aa5057] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000022aa5058-0x0000000022aa6017] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000022aa6018-0x0000000022ab6057] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000022ab6058-0x0000000022ab7017] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000022ab7018-0x0000000022ad6857] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000022ad6858-0x0000000029d9ffff] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000029da0000-0x0000000029da0fff] ACPI NVS
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000029da1000-0x0000000029da1fff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000029da2000-0x000000003deccfff] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x000000003decd000-0x000000003e354fff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x000000003e355000-0x000000003e72bfff] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x000000003e72c000-0x000000003e7a3fff] ACPI NVS
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x000000003e7a4000-0x000000003f3fefff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x000000003f3ff000-0x000000003f3fffff] usable
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x000000003f400000-0x000000007fffffff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] archlinux kernel: reserve setup_data: [mem 0x0000000100000000-0x000000047effffff] usable
[ 0.000000] archlinux kernel: efi: EFI v2.60 by American Megatrends
[ 0.000000] archlinux kernel: efi: ACPI 2.0=0x3e72c000 ACPI=0x3e72c000 SMBIOS=0x3f24f000 ESRT=0x379f9e98
[ 0.000000] archlinux kernel: SMBIOS 3.0 present.
[ 0.000000] archlinux kernel: DMI: MSI MS-7A62/Z270 GAMING M3 (MS-7A62), BIOS 1.70 07/03/2018
[ 0.000000] archlinux kernel: tsc: Detected 4200.000 MHz processor
[ 0.001060] archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001061] archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001066] archlinux kernel: last_pfn = 0x47f000 max_arch_pfn = 0x400000000
[ 0.001155] archlinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001699] archlinux kernel: last_pfn = 0x3f400 max_arch_pfn = 0x400000000
[ 0.010624] archlinux kernel: esrt: Reserving ESRT space from 0x00000000379f9e98 to 0x00000000379f9ed0.
[ 0.010627] archlinux kernel: e820: update [mem 0x379f9000-0x379f9fff] usable ==> reserved
[ 0.010635] archlinux kernel: check: Scanning 1 areas for low memory corruption
[ 0.010638] archlinux kernel: Using GB pages for direct mapping
[ 0.010925] archlinux kernel: Secure boot disabled
[ 0.010925] archlinux kernel: RAMDISK: [mem 0x25ad7000-0x299a4fff]
[ 0.010927] archlinux kernel: ACPI: Early table checksum verification disabled
[ 0.010929] archlinux kernel: ACPI: RSDP 0x000000003E72C000 000024 (v02 ALASKA)
[ 0.010931] archlinux kernel: ACPI: XSDT 0x000000003E72C0A8 0000D4 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.010935] archlinux kernel: ACPI: FACP 0x000000003E753480 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.010938] archlinux kernel: ACPI: DSDT 0x000000003E72C218 027261 (v02 ALASKA A M I 01072009 INTL 20160422)
[ 0.010940] archlinux kernel: ACPI: FACS 0x000000003E7A3D80 000040
[ 0.010941] archlinux kernel: ACPI: APIC 0x000000003E753598 0000BC (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.010943] archlinux kernel: ACPI: FPDT 0x000000003E753658 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.010944] archlinux kernel: ACPI: FIDT 0x000000003E7536A0 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.010946] archlinux kernel: ACPI: MCFG 0x000000003E753740 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.010948] archlinux kernel: ACPI: SSDT 0x000000003E753780 0003A3 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.010949] archlinux kernel: ACPI: SSDT 0x000000003E753B28 003176 (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.010951] archlinux kernel: ACPI: SSDT 0x000000003E756CA0 0025A5 (v02 PegSsd PegSsdt 00001000 INTL 20160422)
[ 0.010953] archlinux kernel: ACPI: HPET 0x000000003E759248 000038 (v01 INTEL KBL 00000001 MSFT 0000005F)
[ 0.010954] archlinux kernel: ACPI: SSDT 0x000000003E759280 000DE5 (v02 INTEL Ther_Rvp 00001000 INTL 20160422)
[ 0.010956] archlinux kernel: ACPI: SSDT 0x000000003E75A068 000A2B (v02 INTEL xh_rvp08 00000000 INTL 20160422)
[ 0.010958] archlinux kernel: ACPI: UEFI 0x000000003E75AA98 000042 (v01 ALASKA A M I 00000002 01000013)
[ 0.010959] archlinux kernel: ACPI: SSDT 0x000000003E75AAE0 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.010961] archlinux kernel: ACPI: LPIT 0x000000003E75B9C0 000094 (v01 INTEL KBL 00000000 MSFT 0000005F)
[ 0.010962] archlinux kernel: ACPI: SSDT 0x000000003E75BA58 000141 (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.010964] archlinux kernel: ACPI: SSDT 0x000000003E75BBA0 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.010966] archlinux kernel: ACPI: SSDT 0x000000003E75BE40 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.010967] archlinux kernel: ACPI: SSDT 0x000000003E75EE48 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.010969] archlinux kernel: ACPI: DBGP 0x000000003E75F360 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.010970] archlinux kernel: ACPI: DBG2 0x000000003E75F398 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.010972] archlinux kernel: ACPI: BGRT 0x000000003E75F3F0 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.010974] archlinux kernel: ACPI: WSMT 0x000000003E75F428 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.010975] archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x3e753480-0x3e753593]
[ 0.010976] archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x3e72c218-0x3e753478]
[ 0.010976] archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x3e7a3d80-0x3e7a3dbf]
[ 0.010977] archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x3e753598-0x3e753653]
[ 0.010978] archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x3e753658-0x3e75369b]
[ 0.010978] archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x3e7536a0-0x3e75373b]
[ 0.010979] archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x3e753740-0x3e75377b]
[ 0.010979] archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3e753780-0x3e753b22]
[ 0.010980] archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3e753b28-0x3e756c9d]
[ 0.010980] archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3e756ca0-0x3e759244]
[ 0.010981] archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x3e759248-0x3e75927f]
[ 0.010981] archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3e759280-0x3e75a064]
[ 0.010982] archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3e75a068-0x3e75aa92]
[ 0.010983] archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0x3e75aa98-0x3e75aad9]
[ 0.010983] archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3e75aae0-0x3e75b9bd]
[ 0.010984] archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x3e75b9c0-0x3e75ba53]
[ 0.010984] archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3e75ba58-0x3e75bb98]
[ 0.010985] archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3e75bba0-0x3e75be3e]
[ 0.010985] archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3e75be40-0x3e75ee41]
[ 0.010986] archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3e75ee48-0x3e75f35e]
[ 0.010987] archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x3e75f360-0x3e75f393]
[ 0.010987] archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x3e75f398-0x3e75f3eb]
[ 0.010988] archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0x3e75f3f0-0x3e75f427]
[ 0.010988] archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x3e75f428-0x3e75f44f]
[ 0.010993] archlinux kernel: ACPI: Local APIC address 0xfee00000
[ 0.011067] archlinux kernel: No NUMA configuration found
[ 0.011068] archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000047effffff]
[ 0.011070] archlinux kernel: NODE_DATA(0) allocated [mem 0x47effc000-0x47effffff]
[ 0.011086] archlinux kernel: Zone ranges:
[ 0.011086] archlinux kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.011087] archlinux kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.011088] archlinux kernel: Normal [mem 0x0000000100000000-0x000000047effffff]
[ 0.011089] archlinux kernel: Device empty
[ 0.011090] archlinux kernel: Movable zone start for each node
[ 0.011090] archlinux kernel: Early memory node ranges
[ 0.011091] archlinux kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.011092] archlinux kernel: node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.011092] archlinux kernel: node 0: [mem 0x0000000000100000-0x0000000029d9ffff]
[ 0.011093] archlinux kernel: node 0: [mem 0x0000000029da2000-0x000000003deccfff]
[ 0.011093] archlinux kernel: node 0: [mem 0x000000003e355000-0x000000003e72bfff]
[ 0.011094] archlinux kernel: node 0: [mem 0x000000003f3ff000-0x000000003f3fffff]
[ 0.011094] archlinux kernel: node 0: [mem 0x0000000100000000-0x000000047effffff]
[ 0.011096] archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047effffff]
[ 0.011097] archlinux kernel: On node 0 totalpages: 3920447
[ 0.011097] archlinux kernel: DMA zone: 64 pages used for memmap
[ 0.011098] archlinux kernel: DMA zone: 22 pages reserved
[ 0.011098] archlinux kernel: DMA zone: 3996 pages, LIFO batch:0
[ 0.011260] archlinux kernel: DMA zone: 28772 pages in unavailable ranges
[ 0.011260] archlinux kernel: DMA32 zone: 3915 pages used for memmap
[ 0.011261] archlinux kernel: DMA32 zone: 250531 pages, LIFO batch:63
[ 0.012102] archlinux kernel: DMA32 zone: 7517 pages in unavailable ranges
[ 0.012102] archlinux kernel: Normal zone: 57280 pages used for memmap
[ 0.012103] archlinux kernel: Normal zone: 3665920 pages, LIFO batch:63
[ 0.025299] archlinux kernel: Normal zone: 4096 pages in unavailable ranges
[ 0.025456] archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
[ 0.025457] archlinux kernel: ACPI: Local APIC address 0xfee00000
[ 0.025460] archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.025461] archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.025462] archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.025462] archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.025463] archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.025463] archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.025463] archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.025464] archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.025488] archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.025490] archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.025491] archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.025492] archlinux kernel: ACPI: IRQ0 used by override.
[ 0.025493] archlinux kernel: ACPI: IRQ9 used by override.
[ 0.025494] archlinux kernel: Using ACPI (MADT) for SMP configuration information
[ 0.025494] archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.025497] archlinux kernel: e820: update [mem 0x3785f000-0x378a0fff] usable ==> reserved
[ 0.025504] archlinux kernel: TSC deadline timer available
[ 0.025505] archlinux kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.025516] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.025518] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.025519] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.025520] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x22a99000-0x22a99fff]
[ 0.025521] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x22aa5000-0x22aa5fff]
[ 0.025521] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x22aa6000-0x22aa6fff]
[ 0.025522] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x22ab6000-0x22ab6fff]
[ 0.025523] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x22ab7000-0x22ab7fff]
[ 0.025524] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x22ad6000-0x22ad6fff]
[ 0.025525] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x29da0000-0x29da0fff]
[ 0.025525] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x29da1000-0x29da1fff]
[ 0.025526] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3785f000-0x378a0fff]
[ 0.025527] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x379f9000-0x379f9fff]
[ 0.025528] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3decd000-0x3e354fff]
[ 0.025529] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3e72c000-0x3e7a3fff]
[ 0.025529] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3e7a4000-0x3f3fefff]
[ 0.025530] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3f400000-0x7fffffff]
[ 0.025531] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[ 0.025531] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.025532] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[ 0.025532] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.025532] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.025533] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.025533] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.025534] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.025534] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
[ 0.025534] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.025535] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.025535] archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.025536] archlinux kernel: [mem 0x80000000-0xdfffffff] available for PCI devices
[ 0.025537] archlinux kernel: Booting paravirtualized kernel on bare hardware
[ 0.025538] archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.028488] archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[ 0.028578] archlinux kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[ 0.028582] archlinux kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[ 0.028583] archlinux kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.028595] archlinux kernel: Built 1 zonelists, mobility grouping on. Total pages: 3859166
[ 0.028596] archlinux kernel: Policy zone: Normal
[ 0.028597] archlinux kernel: Kernel command line: rd.driver.pre=btrfs rd.driver.pre=usbhid
rd.driver.pre=nvidia
rd.driver.pre=nvidia_drm
rd.driver.pre=nvidia-modeset
rd.driver.pre=nvidia-uvm root=UUID=89aa30fe-a2fc-4984-a01b-882ff041d23e rootfstype=btrfs rootflags=rw,relatime,ssd,space_cache,subvolid=256,subvol=/@,subvol=@
[ 0.029054] archlinux kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.029254] archlinux kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.029296] archlinux kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[ 0.049547] archlinux kernel: Memory: 14907380K/15681788K available (16392K kernel code, 2068K rwdata, 8932K rodata, 1664K init, 4196K bss, 774148K reserved, 0K cma-reserved)
[ 0.049551] archlinux kernel: random: get_random_u64 called from __kmem_cache_create+0x22/0x5b0 with crng_init=0
[ 0.049620] archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.049628] archlinux kernel: Kernel/User page tables isolation: enabled
[ 0.049638] archlinux kernel: ftrace: allocating 39989 entries in 157 pages
[ 0.056723] archlinux kernel: ftrace: allocated 157 pages with 5 groups
[ 0.056776] archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
[ 0.056776] archlinux kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.056777] archlinux kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[ 0.056777] archlinux kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.056778] archlinux kernel: Trampoline variant of Tasks RCU enabled.
[ 0.056778] archlinux kernel: Rude variant of Tasks RCU enabled.
[ 0.056779] archlinux kernel: Tracing variant of Tasks RCU enabled.
[ 0.056779] archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.056779] archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.058683] archlinux kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[ 0.059050] archlinux kernel: Console: colour dummy device 80x25
[ 0.059059] archlinux kernel: printk: console [tty0] enabled
[ 0.059068] archlinux kernel: ACPI: Core revision 20210105
[ 0.059266] archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.059329] archlinux kernel: APIC: Switch to symmetric I/O mode setup
[ 0.060553] archlinux kernel: x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.064871] archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.069304] archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3c8a615336c, max_idle_ns: 440795257976 ns
[ 0.069307] archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 8400.00 BogoMIPS (lpj=4200000)
[ 0.069308] archlinux kernel: pid_max: default: 32768 minimum: 301
[ 0.074045] archlinux kernel: LSM: Security Framework initializing
[ 0.074048] archlinux kernel: Yama: becoming mindful.
[ 0.074051] archlinux kernel: LSM support for eBPF active
[ 0.074073] archlinux kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.074088] archlinux kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.074221] archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
[ 0.074313] archlinux kernel: process: using mwait in idle threads
[ 0.074314] archlinux kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.074315] archlinux kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.074316] archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.074317] archlinux kernel: Spectre V2 : Mitigation: Full generic retpoline
[ 0.074318] archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.074318] archlinux kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.074319] archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.074319] archlinux kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.074320] archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.074322] archlinux kernel: TAA: Mitigation: Clear CPU buffers
[ 0.074324] archlinux kernel: SRBDS: Mitigation: Microcode
[ 0.074324] archlinux kernel: MDS: Mitigation: Clear CPU buffers
[ 0.074463] archlinux kernel: Freeing SMP alternatives memory: 44K
[ 0.075223] archlinux kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1170
[ 0.075234] archlinux kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[ 0.075296] archlinux kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.075301] archlinux kernel: ... version: 4
[ 0.075302] archlinux kernel: ... bit width: 48
[ 0.075302] archlinux kernel: ... generic registers: 4
[ 0.075302] archlinux kernel: ... value mask: 0000ffffffffffff
[ 0.075303] archlinux kernel: ... max period: 00007fffffffffff
[ 0.075303] archlinux kernel: ... fixed-purpose events: 3
[ 0.075304] archlinux kernel: ... event mask: 000000070000000f
[ 0.075305] archlinux kernel: rcu: Hierarchical SRCU implementation.
[ 0.075305] archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.075305] archlinux kernel: smp: Bringing up secondary CPUs ...
[ 0.075305] archlinux kernel: x86: Booting SMP configuration:
[ 0.075305] archlinux kernel: .... node #0, CPUs: #1 #2 #3 #4
[ 0.079695] archlinux kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.079695] archlinux kernel: TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[ 0.079695] archlinux kernel: #5 #6 #7
[ 0.080730] archlinux kernel: smp: Brought up 1 node, 8 CPUs
[ 0.080730] archlinux kernel: smpboot: Max logical packages: 1
[ 0.080730] archlinux kernel: smpboot: Total of 8 processors activated (67200.00 BogoMIPS)
[ 0.081633] archlinux kernel: devtmpfs: initialized
[ 0.081633] archlinux kernel: x86/mm: Memory block size: 128MB
[ 0.081779] archlinux kernel: PM: Registering ACPI NVS region [mem 0x29da0000-0x29da0fff] (4096 bytes)
[ 0.081779] archlinux kernel: PM: Registering ACPI NVS region [mem 0x3e72c000-0x3e7a3fff] (491520 bytes)
[ 0.081779] archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.081779] archlinux kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.081779] archlinux kernel: futex2 hash table entries: 2048 (order: 3, 49152 bytes, linear)
[ 0.081779] archlinux kernel: pinctrl core: initialized pinctrl subsystem
[ 0.082309] archlinux kernel: PM: RTC time: 19:16:45, date: 2021-06-14
[ 0.082377] archlinux kernel: NET: Registered protocol family 16
[ 0.082490] archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.082553] archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.082616] archlinux kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.082620] archlinux kernel: audit: initializing netlink subsys (disabled)
[ 0.082623] archlinux kernel: audit: type=2000 audit(1623698205.020:1): state=initialized audit_enabled=0 res=1
[ 0.082623] archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
[ 0.082623] archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
[ 0.082623] archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
[ 0.082623] archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
[ 0.082623] archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
[ 0.082623] archlinux kernel: cpuidle: using governor ladder
[ 0.082623] archlinux kernel: cpuidle: using governor menu
[ 0.082623] archlinux kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.082623] archlinux kernel: ACPI: bus type PCI registered
[ 0.082623] archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.082623] archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.082623] archlinux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.082623] archlinux kernel: PCI: Using configuration type 1 for base access
[ 0.082623] archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.083541] archlinux kernel: Kprobes globally optimized
[ 0.083543] archlinux kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.083543] archlinux kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.083543] archlinux kernel: ACPI: Added _OSI(Module Device)
[ 0.083543] archlinux kernel: ACPI: Added _OSI(Processor Device)
[ 0.083543] archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.083543] archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
[ 0.083543] archlinux kernel: ACPI: Added _OSI(Linux-Dell-Video)
[ 0.083543] archlinux kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.083543] archlinux kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.108319] archlinux kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.112314] archlinux kernel: ACPI: Dynamic OEM Table Load:
[ 0.112318] archlinux kernel: ACPI: SSDT 0xFFFF9E240092F000 00081F (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.113089] archlinux kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.114144] archlinux kernel: ACPI: Dynamic OEM Table Load:
[ 0.114148] archlinux kernel: ACPI: SSDT 0xFFFF9E2400D64000 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.115007] archlinux kernel: ACPI: Dynamic OEM Table Load:
[ 0.115010] archlinux kernel: ACPI: SSDT 0xFFFF9E24010D2400 000197 (v02 PmRef ApHwp 00003000 INTL 20160422)
[ 0.117999] archlinux kernel: ACPI: Interpreter enabled
[ 0.118022] archlinux kernel: ACPI: (supports S0 S3 S4 S5)
[ 0.118023] archlinux kernel: ACPI: Using IOAPIC for interrupt routing
[ 0.118045] archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.118686] archlinux kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
[ 0.120159] archlinux kernel: ACPI: PM: Power Resource [PG00] (on)
[ 0.120376] archlinux kernel: ACPI: PM: Power Resource [PG01] (on)
[ 0.120589] archlinux kernel: ACPI: PM: Power Resource [PG02] (on)
[ 0.121867] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.122056] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.122243] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.122436] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.122619] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.122802] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.122984] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.123168] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.123357] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.123540] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.123724] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.123909] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.124093] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.124280] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.124465] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.124648] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.124894] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.125677] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.125860] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.126044] archlinux kernel: ACPI: PM: Power Resource [WRST] (on)
[ 0.132399] archlinux kernel: ACPI: PM: Power Resource [FN00] (off)
[ 0.132454] archlinux kernel: ACPI: PM: Power Resource [FN01] (off)
[ 0.132508] archlinux kernel: ACPI: PM: Power Resource [FN02] (off)
[ 0.132563] archlinux kernel: ACPI: PM: Power Resource [FN03] (off)
[ 0.132617] archlinux kernel: ACPI: PM: Power Resource [FN04] (off)
[ 0.133193] archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.133197] archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.133337] archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
[ 0.133469] archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR DPC]
[ 0.133470] archlinux kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.133879] archlinux kernel: PCI host bridge to bus 0000:00
[ 0.133880] archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.133881] archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.133882] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.133883] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.133884] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.133884] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.133885] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.133886] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.133886] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.133887] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.133888] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.133888] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.133889] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.133890] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.133890] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.133891] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 0.133892] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[ 0.133892] archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.133893] archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.133902] archlinux kernel: pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
[ 0.134015] archlinux kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[ 0.134042] archlinux kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.134214] archlinux kernel: pci 0000:00:02.0: [8086:5912] type 00 class 0x038000
[ 0.134219] archlinux kernel: pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit]
[ 0.134222] archlinux kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.134224] archlinux kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.134334] archlinux kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[ 0.134339] archlinux kernel: pci 0000:00:08.0: reg 0x10: [mem 0xdf31b000-0xdf31bfff 64bit]
[ 0.134443] archlinux kernel: pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330
[ 0.134456] archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdf300000-0xdf30ffff 64bit]
[ 0.134505] archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.134700] archlinux kernel: pci 0000:00:14.2: [8086:a2b1] type 00 class 0x118000
[ 0.134714] archlinux kernel: pci 0000:00:14.2: reg 0x10: [mem 0xdf31a000-0xdf31afff 64bit]
[ 0.134836] archlinux kernel: pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000
[ 0.134852] archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdf319000-0xdf319fff 64bit]
[ 0.134891] archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
[ 0.135024] archlinux kernel: pci 0000:00:17.0: [8086:a282] type 00 class 0x010601
[ 0.135034] archlinux kernel: pci 0000:00:17.0: reg 0x10: [mem 0xdf314000-0xdf315fff]
[ 0.135039] archlinux kernel: pci 0000:00:17.0: reg 0x14: [mem 0xdf318000-0xdf3180ff]
[ 0.135044] archlinux kernel: pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097]
[ 0.135049] archlinux kernel: pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083]
[ 0.135054] archlinux kernel: pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f]
[ 0.135059] archlinux kernel: pci 0000:00:17.0: reg 0x24: [mem 0xdf317000-0xdf3177ff]
[ 0.135088] archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
[ 0.135206] archlinux kernel: pci 0000:00:1b.0: [8086:a2e7] type 01 class 0x060400
[ 0.135253] archlinux kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.135425] archlinux kernel: pci 0000:00:1b.2: [8086:a2e9] type 01 class 0x060400
[ 0.135476] archlinux kernel: pci 0000:00:1b.2: PME# supported from D0 D3hot D3cold
[ 0.135666] archlinux kernel: pci 0000:00:1c.0: [8086:a290] type 01 class 0x060400
[ 0.135721] archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.135908] archlinux kernel: pci 0000:00:1c.7: [8086:a297] type 01 class 0x060400
[ 0.135959] archlinux kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[ 0.136134] archlinux kernel: pci 0000:00:1f.0: [8086:a2c5] type 00 class 0x060100
[ 0.136332] archlinux kernel: pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000
[ 0.136342] archlinux kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdf310000-0xdf313fff]
[ 0.136483] archlinux kernel: pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500
[ 0.136539] archlinux kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xdf316000-0xdf3160ff 64bit]
[ 0.136608] archlinux kernel: pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 0.136806] archlinux kernel: pci 0000:01:00.0: [10de:1b81] type 00 class 0x030000
[ 0.136816] archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[ 0.136824] archlinux kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.136832] archlinux kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 0.136837] archlinux kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.136842] archlinux kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[ 0.136857] archlinux kernel: pci 0000:01:00.0: BAR 1: assigned to efifb
[ 0.136920] archlinux kernel: pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[ 0.136956] archlinux kernel: pci 0000:01:00.1: [10de:10f0] type 00 class 0x040300
[ 0.136965] archlinux kernel: pci 0000:01:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
[ 0.137056] archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.137057] archlinux kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.137059] archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
[ 0.137060] archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.137102] archlinux kernel: acpiphp: Slot [1] registered
[ 0.137105] archlinux kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
[ 0.137163] archlinux kernel: pci 0000:03:00.0: [1b21:2142] type 00 class 0x0c0330
[ 0.137180] archlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0xdf200000-0xdf207fff 64bit]
[ 0.137220] archlinux kernel: pci 0000:03:00.0: enabling Extended Tags
[ 0.137277] archlinux kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.137405] archlinux kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
[ 0.137408] archlinux kernel: pci 0000:00:1b.2: bridge window [mem 0xdf200000-0xdf2fffff]
[ 0.137456] archlinux kernel: acpiphp: Slot [1-1] registered
[ 0.137459] archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.137519] archlinux kernel: pci 0000:05:00.0: [1969:e0b1] type 00 class 0x020000
[ 0.137540] archlinux kernel: pci 0000:05:00.0: reg 0x10: [mem 0xdf100000-0xdf13ffff 64bit]
[ 0.137550] archlinux kernel: pci 0000:05:00.0: reg 0x18: [io 0xd000-0xd07f]
[ 0.137644] archlinux kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.137764] archlinux kernel: pci 0000:00:1c.7: PCI bridge to [bus 05]
[ 0.137766] archlinux kernel: pci 0000:00:1c.7: bridge window [io 0xd000-0xdfff]
[ 0.137768] archlinux kernel: pci 0000:00:1c.7: bridge window [mem 0xdf100000-0xdf1fffff]
[ 0.139136] archlinux kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.139176] archlinux kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.139214] archlinux kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.139254] archlinux kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.139292] archlinux kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.139328] archlinux kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.139366] archlinux kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.139403] archlinux kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.142288] archlinux kernel: iommu: Default domain type: Translated
[ 0.142362] archlinux kernel: SCSI subsystem initialized
[ 0.142366] archlinux kernel: libata version 3.00 loaded.
[ 0.142366] archlinux kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.142366] archlinux kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.142366] archlinux kernel: pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.142366] archlinux kernel: vgaarb: loaded
[ 0.142366] archlinux kernel: ACPI: bus type USB registered
[ 0.142366] archlinux kernel: usbcore: registered new interface driver usbfs
[ 0.142366] archlinux kernel: usbcore: registered new interface driver hub
[ 0.142366] archlinux kernel: usbcore: registered new device driver usb
[ 0.142366] archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
[ 0.142366] archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.142366] archlinux kernel: PTP clock support registered
[ 0.142366] archlinux kernel: EDAC MC: Ver: 3.0.0
[ 0.142388] archlinux kernel: Registered efivars operations
[ 0.142388] archlinux kernel: NetLabel: Initializing
[ 0.142388] archlinux kernel: NetLabel: domain hash size = 128
[ 0.142388] archlinux kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.142388] archlinux kernel: NetLabel: unlabeled traffic allowed by default
[ 0.142388] archlinux kernel: PCI: Using ACPI for IRQ routing
[ 0.170052] archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
[ 0.170093] archlinux kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.170095] archlinux kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.170095] archlinux kernel: e820: reserve RAM buffer [mem 0x22a99018-0x23ffffff]
[ 0.170096] archlinux kernel: e820: reserve RAM buffer [mem 0x22aa6018-0x23ffffff]
[ 0.170096] archlinux kernel: e820: reserve RAM buffer [mem 0x22ab7018-0x23ffffff]
[ 0.170097] archlinux kernel: e820: reserve RAM buffer [mem 0x29da0000-0x2bffffff]
[ 0.170097] archlinux kernel: e820: reserve RAM buffer [mem 0x3785f000-0x37ffffff]
[ 0.170098] archlinux kernel: e820: reserve RAM buffer [mem 0x379f9000-0x37ffffff]
[ 0.170098] archlinux kernel: e820: reserve RAM buffer [mem 0x3decd000-0x3fffffff]
[ 0.170099] archlinux kernel: e820: reserve RAM buffer [mem 0x3e72c000-0x3fffffff]
[ 0.170100] archlinux kernel: e820: reserve RAM buffer [mem 0x3f400000-0x3fffffff]
[ 0.170100] archlinux kernel: e820: reserve RAM buffer [mem 0x47f000000-0x47fffffff]
[ 0.170639] archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.170643] archlinux kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.172332] archlinux kernel: clocksource: Switched to clocksource tsc-early
[ 0.176568] archlinux kernel: VFS: Disk quotas dquot_6.6.0
[ 0.176576] archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.176621] archlinux kernel: pnp: PnP ACPI init
[ 0.176844] archlinux kernel: system 00:00: [io 0x0a00-0x0a0f] has been reserved
[ 0.176845] archlinux kernel: system 00:00: [io 0x0a10-0x0a1f] has been reserved
[ 0.176846] archlinux kernel: system 00:00: [io 0x0a20-0x0a2f] has been reserved
[ 0.176847] archlinux kernel: system 00:00: [io 0x0a30-0x0a3f] has been reserved
[ 0.176850] archlinux kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.177115] archlinux kernel: pnp 00:01: [dma 0 disabled]
[ 0.177136] archlinux kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.177228] archlinux kernel: system 00:02: [io 0x0680-0x069f] has been reserved
[ 0.177229] archlinux kernel: system 00:02: [io 0xffff] has been reserved
[ 0.177230] archlinux kernel: system 00:02: [io 0xffff] has been reserved
[ 0.177231] archlinux kernel: system 00:02: [io 0xffff] has been reserved
[ 0.177231] archlinux kernel: system 00:02: [io 0x1800-0x18fe] has been reserved
[ 0.177232] archlinux kernel: system 00:02: [io 0x164e-0x164f] has been reserved
[ 0.177234] archlinux kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.177288] archlinux kernel: system 00:03: [io 0x0800-0x087f] has been reserved
[ 0.177290] archlinux kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.177298] archlinux kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.177326] archlinux kernel: system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.177328] archlinux kernel: system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.177481] archlinux kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.177483] archlinux kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.177484] archlinux kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.177485] archlinux kernel: system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.177486] archlinux kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.177487] archlinux kernel: system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.177489] archlinux kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.177490] archlinux kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.177490] archlinux kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.177492] archlinux kernel: system 00:06: [mem 0xdffc0000-0xdffdffff] has been reserved
[ 0.177494] archlinux kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.177517] archlinux kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.177518] archlinux kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.177519] archlinux kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.177520] archlinux kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.177521] archlinux kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.177522] archlinux kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.177524] archlinux kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.177711] archlinux kernel: system 00:08: [io 0xff00-0xfffe] has been reserved
[ 0.177713] archlinux kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.178482] archlinux kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 0.178483] archlinux kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 0.178484] archlinux kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 0.178486] archlinux kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.179061] archlinux kernel: pnp: PnP ACPI: found 10 devices
[ 0.184098] archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.184127] archlinux kernel: NET: Registered protocol family 2
[ 0.184201] archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.185164] archlinux kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.185207] archlinux kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.185296] archlinux kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.185348] archlinux kernel: TCP: Hash tables configured (established 131072 bind 65536)
[ 0.185433] archlinux kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.185463] archlinux kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.185486] archlinux kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.185516] archlinux kernel: NET: Registered protocol family 1
[ 0.185518] archlinux kernel: NET: Registered protocol family 44
[ 0.185524] archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.185526] archlinux kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.185528] archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
[ 0.185530] archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.185532] archlinux kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
[ 0.185537] archlinux kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
[ 0.185539] archlinux kernel: pci 0000:00:1b.2: bridge window [mem 0xdf200000-0xdf2fffff]
[ 0.185543] archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
[ 0.185551] archlinux kernel: pci 0000:00:1c.7: PCI bridge to [bus 05]
[ 0.185552] archlinux kernel: pci 0000:00:1c.7: bridge window [io 0xd000-0xdfff]
[ 0.185554] archlinux kernel: pci 0000:00:1c.7: bridge window [mem 0xdf100000-0xdf1fffff]
[ 0.185558] archlinux kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.185559] archlinux kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.185560] archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.185560] archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.185561] archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.185562] archlinux kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.185562] archlinux kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.185563] archlinux kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.185564] archlinux kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.185565] archlinux kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.185565] archlinux kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.185566] archlinux kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 0.185567] archlinux kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 0.185567] archlinux kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 0.185568] archlinux kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[ 0.185569] archlinux kernel: pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[ 0.185569] archlinux kernel: pci_bus 0000:00: resource 20 [mem 0x80000000-0xdfffffff window]
[ 0.185570] archlinux kernel: pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[ 0.185571] archlinux kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.185572] archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[ 0.185572] archlinux kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.185573] archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xdf200000-0xdf2fffff]
[ 0.185574] archlinux kernel: pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
[ 0.185575] archlinux kernel: pci_bus 0000:05: resource 1 [mem 0xdf100000-0xdf1fffff]
[ 0.185816] archlinux kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.185831] archlinux kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.185858] archlinux kernel: pci 0000:03:00.0: PME# does not work under D0, disabling it
[ 0.185970] archlinux kernel: PCI: CLS 64 bytes, default 64
[ 0.185990] archlinux kernel: Trying to unpack rootfs image as initramfs...
[ 0.282055] archlinux kernel: Freeing initrd memory: 64312K
[ 0.282059] archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.282059] archlinux kernel: software IO TLB: mapped [mem 0x000000001ea99000-0x0000000022a99000] (64MB)
[ 0.282367] archlinux kernel: check: Scanning for low memory corruption every 60 seconds
[ 0.282537] archlinux kernel: Initialise system trusted keyrings
[ 0.282544] archlinux kernel: Key type blacklist registered
[ 0.282557] archlinux kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
[ 0.283110] archlinux kernel: zbud: loaded
[ 0.287848] archlinux kernel: Key type asymmetric registered
[ 0.287849] archlinux kernel: Asymmetric key parser 'x509' registered
[ 0.287852] archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.287866] archlinux kernel: io scheduler mq-deadline registered
[ 0.287866] archlinux kernel: io scheduler kyber registered
[ 0.287876] archlinux kernel: io scheduler bfq registered
[ 0.288404] archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.288416] archlinux kernel: efifb: probing for efifb
[ 0.288424] archlinux kernel: efifb: framebuffer at 0xc0000000, using 8640k, total 8640k
[ 0.288425] archlinux kernel: efifb: mode is 1920x1080x32, linelength=8192, pages=1
[ 0.288426] archlinux kernel: efifb: scrolling: redraw
[ 0.288426] archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.288444] archlinux kernel: fbcon: Deferring console take-over
[ 0.288445] archlinux kernel: fb0: EFI VGA frame buffer device
[ 0.288717] archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.288728] archlinux kernel: ACPI: button: Sleep Button [SLPB]
[ 0.288741] archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.288748] archlinux kernel: ACPI: button: Power Button [PWRB]
[ 0.288762] archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.289370] archlinux kernel: ACPI: button: Power Button [PWRF]
[ 0.289514] archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_PR.CPU0._CPC], AE_NOT_FOUND (20210105/psargs-330)
[ 0.289522] archlinux kernel: fbcon: Taking over console
[ 0.289546] archlinux kernel: Console: switching to colour frame buffer device 240x67
[ 0.292296] archlinux kernel: ACPI Error: Aborting method \_PR.CPU1._CPC due to previous error (AE_NOT_FOUND) (20210105/psparse-529)
[ 0.292343] archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_PR.CPU0._CPC], AE_NOT_FOUND (20210105/psargs-330)
[ 0.292368] archlinux kernel: ACPI Error: Aborting method \_PR.CPU2._CPC due to previous error (AE_NOT_FOUND) (20210105/psparse-529)
[ 0.292408] archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_PR.CPU0._CPC], AE_NOT_FOUND (20210105/psargs-330)
[ 0.292432] archlinux kernel: ACPI Error: Aborting method \_PR.CPU3._CPC due to previous error (AE_NOT_FOUND) (20210105/psparse-529)
[ 0.292473] archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_PR.CPU0._CPC], AE_NOT_FOUND (20210105/psargs-330)
[ 0.292496] archlinux kernel: ACPI Error: Aborting method \_PR.CPU4._CPC due to previous error (AE_NOT_FOUND) (20210105/psparse-529)
[ 0.292536] archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_PR.CPU0._CPC], AE_NOT_FOUND (20210105/psargs-330)
[ 0.292560] archlinux kernel: ACPI Error: Aborting method \_PR.CPU5._CPC due to previous error (AE_NOT_FOUND) (20210105/psparse-529)
[ 0.292600] archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_PR.CPU0._CPC], AE_NOT_FOUND (20210105/psargs-330)
[ 0.292624] archlinux kernel: ACPI Error: Aborting method \_PR.CPU6._CPC due to previous error (AE_NOT_FOUND) (20210105/psparse-529)
[ 0.292664] archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_PR.CPU0._CPC], AE_NOT_FOUND (20210105/psargs-330)
[ 0.292687] archlinux kernel: ACPI Error: Aborting method \_PR.CPU7._CPC due to previous error (AE_NOT_FOUND) (20210105/psparse-529)
[ 0.293066] archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
[ 0.293067] archlinux kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 0.293159] archlinux kernel: thermal LNXTHERM:01: registered as thermal_zone1
[ 0.293160] archlinux kernel: ACPI: thermal: Thermal Zone [TZ01] (30 C)
[ 0.293232] archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.293547] archlinux kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.294738] archlinux kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 0.295452] archlinux kernel: Non-volatile memory driver v1.3
[ 0.295453] archlinux kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 0.295453] archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
[ 0.295857] archlinux kernel: ahci 0000:00:17.0: version 3.0
[ 0.306450] archlinux kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 0.306452] archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
[ 0.321784] archlinux kernel: scsi host0: ahci
[ 0.321933] archlinux kernel: scsi host1: ahci
[ 0.322038] archlinux kernel: scsi host2: ahci
[ 0.322094] archlinux kernel: scsi host3: ahci
[ 0.322134] archlinux kernel: scsi host4: ahci
[ 0.322184] archlinux kernel: scsi host5: ahci
[ 0.322199] archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0xdf317000 port 0xdf317100 irq 125
[ 0.322201] archlinux kernel: ata2: SATA max UDMA/133 abar m2048@0xdf317000 port 0xdf317180 irq 125
[ 0.322202] archlinux kernel: ata3: SATA max UDMA/133 abar m2048@0xdf317000 port 0xdf317200 irq 125
[ 0.322203] archlinux kernel: ata4: SATA max UDMA/133 abar m2048@0xdf317000 port 0xdf317280 irq 125
[ 0.322204] archlinux kernel: ata5: SATA max UDMA/133 abar m2048@0xdf317000 port 0xdf317300 irq 125
[ 0.322205] archlinux kernel: ata6: SATA max UDMA/133 abar m2048@0xdf317000 port 0xdf317380 irq 125
[ 0.322225] archlinux kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.322231] archlinux kernel: ehci-pci: EHCI PCI platform driver
[ 0.322236] archlinux kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.322237] archlinux kernel: ohci-pci: OHCI PCI platform driver
[ 0.322241] archlinux kernel: uhci_hcd: USB Universal Host Controller Interface driver
[ 0.322260] archlinux kernel: usbcore: registered new interface driver usbserial_generic
[ 0.322263] archlinux kernel: usbserial: USB Serial support registered for generic
[ 0.322312] archlinux kernel: rtc_cmos 00:04: RTC can wake from S4
[ 0.322887] archlinux kernel: rtc_cmos 00:04: registered as rtc0
[ 0.323037] archlinux kernel: rtc_cmos 00:04: setting system clock to 2021-06-14T19:16:45 UTC (1623698205)
[ 0.323043] archlinux kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.323110] archlinux kernel: intel_pstate: Intel P-state driver initializing
[ 0.323254] archlinux kernel: intel_pstate: Disabling energy efficiency optimization
[ 0.323255] archlinux kernel: intel_pstate: HWP enabled
[ 0.323284] archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
[ 0.323412] archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
[ 0.323446] archlinux kernel: ashmem: initialized
[ 0.323461] archlinux kernel: resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
[ 0.323462] archlinux kernel: caller pmc_core_probe+0x86/0x450 mapping multiple BARs
[ 0.323472] archlinux kernel: intel_pmc_core INT33A1:00: initialized
[ 0.323503] archlinux kernel: drop_monitor: Initializing network drop monitor service
[ 0.323532] archlinux kernel: Initializing XFRM netlink socket
[ 0.323574] archlinux kernel: NET: Registered protocol family 10
[ 0.326132] archlinux kernel: Segment Routing with IPv6
[ 0.326133] archlinux kernel: RPL Segment Routing with IPv6
[ 0.326143] archlinux kernel: NET: Registered protocol family 17
[ 0.326339] archlinux kernel: microcode: sig=0x906e9, pf=0x2, revision=0xea
[ 0.326399] archlinux kernel: microcode: Microcode Update Driver: v2.2.
[ 0.326402] archlinux kernel: IPI shorthand broadcast: enabled
[ 0.326408] archlinux kernel: sched_clock: Marking stable (322935863, 3370899)->(329479372, -3172610)
[ 0.326468] archlinux kernel: registered taskstats version 1
[ 0.326473] archlinux kernel: Loading compiled-in X.509 certificates
[ 0.327903] archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 14c7ee2ba9563b22227226b2f3b892b6d1343886'
[ 0.328087] archlinux kernel: zswap: loaded using pool lz4/z3fold
[ 0.328156] archlinux kernel: Key type ._fscrypt registered
[ 0.328156] archlinux kernel: Key type .fscrypt registered
[ 0.328157] archlinux kernel: Key type fscrypt-provisioning registered
[ 0.328939] archlinux kernel: PM: Magic number: 9:786:293
[ 0.328955] archlinux kernel: tty tty26: hash matches
[ 0.328966] archlinux kernel: acpi INT0000:00: hash matches
[ 0.329031] archlinux kernel: RAS: Correctable Errors collector initialized.
[ 0.628389] archlinux kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.628418] archlinux kernel: ata6: SATA link down (SStatus 4 SControl 300)
[ 0.628449] archlinux kernel: ata5: SATA link down (SStatus 4 SControl 300)
[ 0.636476] archlinux kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.636508] archlinux kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.636538] archlinux kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.636555] archlinux kernel: ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 0.636568] archlinux kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 0.636575] archlinux kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 0.639889] archlinux kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 0.639903] archlinux kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 0.639912] archlinux kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 0.639967] archlinux kernel: ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 0.639981] archlinux kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 0.639990] archlinux kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 0.640187] archlinux kernel: ata1.00: supports DRM functions and may not be fully accessible
[ 0.640337] archlinux kernel: ata3.00: ATA-9: SanDisk SSD PLUS 480GB, UG4500RL, max UDMA/133
[ 0.640346] archlinux kernel: ata3.00: 937721856 sectors, multi 1: LBA48 NCQ (depth 32)
[ 0.640922] archlinux kernel: ata1.00: disabling queued TRIM support
[ 0.640930] archlinux kernel: ata1.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT02B6Q, max UDMA/133
[ 0.640936] archlinux kernel: ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 0.643814] archlinux kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 0.643828] archlinux kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 0.643836] archlinux kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 0.643851] archlinux kernel: ata4.00: ATA-9: ST2000LM003 HN-M201RAD, 2BC10001, max UDMA/133
[ 0.643861] archlinux kernel: ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 0.644056] archlinux kernel: ata1.00: supports DRM functions and may not be fully accessible
[ 0.644704] archlinux kernel: ata1.00: disabling queued TRIM support
[ 0.645726] archlinux kernel: ata1.00: configured for UDMA/133
[ 0.645987] archlinux kernel: scsi 0:0:0:0: Direct-Access ATA Samsung SSD 850 2B6Q PQ: 0 ANSI: 5
[ 0.646447] archlinux kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
[ 0.646468] archlinux kernel: sd 0:0:0:0: [sda] Write Protect is off
[ 0.646473] archlinux kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.646500] archlinux kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.648515] archlinux kernel: sda: sda1 sda2 sda3
[ 0.649486] archlinux kernel: ata3.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 0.649501] archlinux kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 0.649510] archlinux kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 0.650094] archlinux kernel: ata3.00: configured for UDMA/133
[ 0.652006] archlinux kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 0.652020] archlinux kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 0.652029] archlinux kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 0.652066] archlinux kernel: ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 0.652080] archlinux kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 0.652089] archlinux kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 0.658706] archlinux kernel: ata4.00: configured for UDMA/133
[ 0.659857] archlinux kernel: sd 0:0:0:0: [sda] supports TCG Opal
[ 0.659870] archlinux kernel: sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.661224] archlinux kernel: ata2.00: ATA-8: KINGSTON SH103S3120G, 526ABBF0, max UDMA/133
[ 0.661233] archlinux kernel: ata2.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 0.670932] archlinux kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 0.670946] archlinux kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 0.670954] archlinux kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 0.681231] archlinux kernel: ata2.00: configured for UDMA/133
[ 0.681436] archlinux kernel: scsi 1:0:0:0: Direct-Access ATA KINGSTON SH103S3 BBF0 PQ: 0 ANSI: 5
[ 0.681881] archlinux kernel: sd 1:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[ 0.681901] archlinux kernel: sd 1:0:0:0: [sdb] Write Protect is off
[ 0.681907] archlinux kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 0.681930] archlinux kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.681988] archlinux kernel: scsi 2:0:0:0: Direct-Access ATA SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[ 0.682420] archlinux kernel: sd 2:0:0:0: [sdc] 937721856 512-byte logical blocks: (480 GB/447 GiB)
[ 0.682441] archlinux kernel: sd 2:0:0:0: [sdc] Write Protect is off
[ 0.682446] archlinux kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 0.682479] archlinux kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.682562] archlinux kernel: scsi 3:0:0:0: Direct-Access ATA ST2000LM003 HN-M 0001 PQ: 0 ANSI: 5
[ 0.683063] archlinux kernel: sd 3:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 0.683119] archlinux kernel: sd 3:0:0:0: [sdd] 4096-byte physical blocks
[ 0.683140] archlinux kernel: sd 3:0:0:0: [sdd] Write Protect is off
[ 0.683160] archlinux kernel: sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 0.683185] archlinux kernel: sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.683625] archlinux kernel: sdb: sdb1 sdb2 sdb3 sdb4
[ 0.686006] archlinux kernel: sdc: sdc1
[ 0.694538] archlinux kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
[ 0.694680] archlinux kernel: sd 2:0:0:0: [sdc] Attached SCSI disk
[ 0.708885] archlinux kernel: sdd: sdd1
[ 0.715521] archlinux kernel: sd 3:0:0:0: [sdd] Attached SCSI disk
[ 0.718143] archlinux kernel: Freeing unused decrypted memory: 2036K
[ 0.718794] archlinux kernel: Freeing unused kernel image (initmem) memory: 1664K
[ 0.718905] archlinux kernel: Write protecting the kernel read-only data: 28672k
[ 0.720008] archlinux kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
[ 0.720613] archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1308K
[ 0.793415] archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.793417] archlinux kernel: rodata_test: all tests were successful
[ 0.793418] archlinux kernel: x86/mm: Checking user space page tables
[ 0.823645] archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.823648] archlinux kernel: CFS CPU scheduler.
[ 0.823648] archlinux kernel: Run /init as init process
[ 0.823649] archlinux kernel: with arguments:
[ 0.823649] archlinux kernel: /init
[ 0.823650] archlinux kernel: with environment:
[ 0.823650] archlinux kernel: HOME=/
[ 0.823651] archlinux kernel: TERM=linux
[ 0.900007] archlinux kernel: random: crng init done
[ 0.900012] archlinux systemd[1]: Successfully credited entropy passed from boot loader.
[ 0.901505] archlinux systemd[1]: systemd 248.3-2-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 0.901558] archlinux systemd[1]: Detected architecture x86-64.
[ 0.901560] archlinux systemd[1]: Running in initial RAM disk.
[ 0.935924] archlinux systemd[1]: Queued start job for default target Initrd Default Target.
[ 0.936005] archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 0.936075] archlinux systemd[1]: Reached target Local File Systems.
[ 0.936106] archlinux systemd[1]: Reached target Paths.
[ 0.936135] archlinux systemd[1]: Reached target Slices.
[ 0.936162] archlinux systemd[1]: Reached target Swap.
[ 0.936188] archlinux systemd[1]: Reached target Timers.
[ 0.936281] archlinux systemd[1]: Listening on Journal Audit Socket.
[ 0.936372] archlinux systemd[1]: Listening on Journal Socket (/dev/log).
[ 0.936448] archlinux systemd[1]: Listening on Journal Socket.
[ 0.936522] archlinux systemd[1]: Listening on udev Control Socket.
[ 0.936584] archlinux systemd[1]: Listening on udev Kernel Socket.
[ 0.936614] archlinux systemd[1]: Reached target Sockets.
[ 0.937305] archlinux systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 0.937625] archlinux systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
[ 0.938373] archlinux systemd[1]: Starting Journal Service...
[ 0.938742] archlinux systemd[1]: Starting Load Kernel Modules...
[ 0.939114] archlinux systemd[1]: Starting Setup Virtual Console...
[ 0.939647] archlinux systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 0.940182] archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
[ 0.942399] archlinux kernel: Asymmetric key parser 'pkcs8' registered
[ 0.943646] archlinux systemd[1]: Finished Setup Virtual Console.
[ 0.943718] archlinux kernel: audit: type=1130 audit(1623698206.119:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.943909] archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
[ 0.943967] archlinux kernel: audit: type=1130 audit(1623698206.119:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.944479] archlinux systemd[1]: Starting dracut ask for additional cmdline parameters...
[ 0.945667] archlinux kernel: usbcore: registered new device driver usbip-host
[ 0.946006] archlinux systemd[1]: Finished Load Kernel Modules.
[ 0.946058] archlinux kernel: audit: type=1130 audit(1623698206.121:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.946379] archlinux systemd[1]: Starting Apply Kernel Variables...
[ 0.950450] archlinux systemd[1]: Finished Apply Kernel Variables.
[ 0.950510] archlinux kernel: audit: type=1130 audit(1623698206.126:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.954135] archlinux systemd[1]: Finished dracut ask for additional cmdline parameters.
[ 0.954180] archlinux kernel: audit: type=1130 audit(1623698206.129:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.954558] archlinux systemd[1]: Starting dracut cmdline hook...
[ 0.957322] archlinux systemd-journald[199]: Journal started
[ 0.957358] archlinux systemd-journald[199]: Runtime Journal (/run/log/journal/90e73452bf584aeebeae2cc0e83e93a9) is 8.0M, max 299.0M, 291.0M free.
[ 0.957398] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.957437] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.957460] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.957479] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.957497] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.957516] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.957548] archlinux systemd-modules-load[200]: Inserted module 'crypto_user'
[ 0.957649] archlinux systemd-modules-load[200]: Inserted module 'pkcs8_key_parser'
[ 0.957678] archlinux rngd[198]: Initializing available sources
[ 0.957678] archlinux rngd[198]: [hwrng ]: Initialization Failed
[ 0.957678] archlinux rngd[198]: [rdrand]: Enabling RDSEED rng support
[ 0.957678] archlinux rngd[198]: [rdrand]: Initialized
[ 0.957678] archlinux rngd[198]: [jitter]: Initializing AES buffer
[ 0.957884] archlinux systemd-modules-load[200]: Inserted module 'usbip_core'
[ 0.960807] archlinux systemd[1]: Started Journal Service.
[ 0.960882] archlinux kernel: audit: type=1130 audit(1623698206.136:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.957974] archlinux systemd-modules-load[200]: Inserted module 'usbip_host'
[ 0.958042] archlinux systemd[1]: Starting Create Volatile Files and Directories...
[ 0.958176] archlinux dracut-cmdline[218]: dracut-dracut-053
[ 0.959126] archlinux dracut-cmdline[218]: Using kernel command line parameters: rd.driver.pre=btrfs rd.driver.pre=usbhid rd.driver.pre=nvidia rd.driver.pre=nvidia_drm rd.driver.pre=nvidia-modeset rd.driver.pre=nvidia-uvm root=UUID=89aa30fe-a2fc-4984-a01b-882ff041d23e rootfstype=btrfs rootflags=rw,relatime,ssd,space_cache,subvolid=256,subvol=/@,subvol=@ rd.driver.pre=btrfs rd.driver.pre=usbhid rd.driver.pre=nvidia rd.driver.pre=nvidia_drm rd.driver.pre=nvidia-modeset rd.driver.pre=nvidia-uvm root=UUID=89aa30fe-a2fc-4984-a01b-882ff041d23e rootfstype=btrfs rootflags=rw,relatime,ssd,space_cache,subvolid=256,subvol=/@,subvol=@
[ 0.962566] archlinux systemd[1]: Finished Create Volatile Files and Directories.
[ 0.962629] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.965998] archlinux kernel: audit: type=1130 audit(1623698206.141:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.974739] archlinux systemd[1]: Finished dracut cmdline hook.
[ 0.974791] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.978160] archlinux kernel: audit: type=1130 audit(1623698206.153:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.975253] archlinux systemd[1]: Starting dracut pre-udev hook...
[ 0.995223] archlinux kernel: raid6: skip pq benchmark and using algorithm avx2x4
[ 0.995225] archlinux kernel: raid6: using avx2x2 recovery algorithm
[ 0.996384] archlinux kernel: xor: automatically using best checksumming function avx
[ 1.087514] archlinux kernel: Btrfs loaded, crc32c=crc32c-intel, zoned=yes
[ 1.093356] archlinux kernel: usbcore: registered new interface driver usbhid
[ 1.093357] archlinux kernel: usbhid: USB HID core driver
[ 1.310322] archlinux kernel: tsc: Refined TSC clocksource calibration: 4199.999 MHz
[ 1.310328] archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a606e244, max_idle_ns: 440795282550 ns
[ 1.310341] archlinux kernel: clocksource: Switched to clocksource tsc
[ 1.869022] archlinux kernel: nvidia: loading out-of-tree module taints kernel.
[ 1.869031] archlinux kernel: nvidia: module license 'NVIDIA' taints kernel.
[ 1.869032] archlinux kernel: Disabling lock debugging due to kernel taint
[ 1.875026] archlinux kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 1.888177] archlinux kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[ 1.888183] archlinux kernel:
[ 1.888517] archlinux kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 2.088344] archlinux kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 465.31 Thu May 13 22:24:36 UTC 2021
[ 2.097614] archlinux kernel: Linux agpgart interface v0.103
[ 2.178562] archlinux kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 465.31 Thu May 13 22:14:23 UTC 2021
[ 2.182489] archlinux kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 2.182491] archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[ 2.217864] archlinux kernel: nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
[ 2.225019] archlinux kernel: nvidia-uvm: Loaded the UVM driver, major device number 234.
[ 2.236784] archlinux systemd[1]: Finished dracut pre-udev hook.
[ 2.236917] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.240220] archlinux kernel: audit: type=1130 audit(1623698207.415:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.237402] archlinux audit: BPF prog-id=6 op=LOAD
[ 2.237442] archlinux audit: BPF prog-id=7 op=LOAD
[ 2.237467] archlinux audit: BPF prog-id=8 op=LOAD
[ 2.237713] archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 2.244938] archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
[ 2.245001] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.245047] archlinux systemd[1]: Condition check resulted in dracut pre-trigger hook being skipped.
[ 2.245499] archlinux systemd[1]: Starting Coldplug All udev Devices...
[ 2.305823] archlinux systemd[1]: Finished Coldplug All udev Devices.
[ 2.305893] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.305941] archlinux systemd[1]: Reached target System Initialization.
[ 2.305988] archlinux systemd[1]: Reached target Basic System.
[ 2.306528] archlinux systemd[1]: Starting dracut initqueue hook...
[ 2.313002] archlinux kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 2.313294] archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 2.331130] archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.331136] archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.332196] archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 2.332532] archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[ 2.332534] archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.332536] archlinux kernel: usb usb1: Product: xHCI Host Controller
[ 2.332537] archlinux kernel: usb usb1: Manufacturer: Linux 5.12.10-zen1-1-zen xhci-hcd
[ 2.332538] archlinux kernel: usb usb1: SerialNumber: 0000:00:14.0
[ 2.332617] archlinux kernel: hub 1-0:1.0: USB hub found
[ 2.332632] archlinux kernel: hub 1-0:1.0: 16 ports detected
[ 2.334832] archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.334835] archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.334837] archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 2.334866] archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[ 2.334868] archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.334869] archlinux kernel: usb usb2: Product: xHCI Host Controller
[ 2.334870] archlinux kernel: usb usb2: Manufacturer: Linux 5.12.10-zen1-1-zen xhci-hcd
[ 2.334871] archlinux kernel: usb usb2: SerialNumber: 0000:00:14.0
[ 2.334931] archlinux kernel: hub 2-0:1.0: USB hub found
[ 2.334943] archlinux kernel: hub 2-0:1.0: 10 ports detected
[ 2.336693] archlinux kernel: usb: port power management may be unreliable
[ 2.336866] archlinux kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 2.336869] archlinux kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[ 2.355918] archlinux kernel: cryptd: max_cpu_qlen set to 1000
[ 2.363032] archlinux kernel: AVX2 version of gcm_enc/dec engaged.
[ 2.363056] archlinux kernel: AES CTR mode by8 optimization enabled
[ 2.380972] archlinux kernel: BTRFS: device fsid 89aa30fe-a2fc-4984-a01b-882ff041d23e devid 1 transid 150 /dev/sda2 scanned by systemd-udevd (348)
[ 2.380985] archlinux systemd[1]: Found device Samsung_SSD_850_EVO_250GB 1.
[ 2.391677] archlinux kernel: xhci_hcd 0000:03:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
[ 2.391867] archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[ 2.391869] archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.391871] archlinux kernel: usb usb3: Product: xHCI Host Controller
[ 2.391872] archlinux kernel: usb usb3: Manufacturer: Linux 5.12.10-zen1-1-zen xhci-hcd
[ 2.391873] archlinux kernel: usb usb3: SerialNumber: 0000:03:00.0
[ 2.392174] archlinux kernel: hub 3-0:1.0: USB hub found
[ 2.392181] archlinux kernel: hub 3-0:1.0: 2 ports detected
[ 2.393405] archlinux kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 2.393408] archlinux kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[ 2.393410] archlinux kernel: xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 2.393436] archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.393452] archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[ 2.393454] archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.393455] archlinux kernel: usb usb4: Product: xHCI Host Controller
[ 2.393456] archlinux kernel: usb usb4: Manufacturer: Linux 5.12.10-zen1-1-zen xhci-hcd
[ 2.393457] archlinux kernel: usb usb4: SerialNumber: 0000:03:00.0
[ 2.393517] archlinux kernel: hub 4-0:1.0: USB hub found
[ 2.393522] archlinux kernel: hub 4-0:1.0: 2 ports detected
[ 2.392272] archlinux systemd[1]: Found device Samsung_SSD_850_EVO_250GB 2.
[ 2.392384] archlinux systemd[1]: Found device Samsung_SSD_850_EVO_250GB 2.
[ 2.392517] archlinux systemd[1]: Reached target Initrd Root Device.
[ 2.393686] archlinux systemd-udevd[324]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
[ 2.528948] archlinux kernel: usb 4-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 2.550955] archlinux kernel: usb 4-2: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
[ 2.550958] archlinux kernel: usb 4-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 2.550959] archlinux kernel: usb 4-2: Product: ASMT1051
[ 2.550960] archlinux kernel: usb 4-2: Manufacturer: asmedia
[ 2.550961] archlinux kernel: usb 4-2: SerialNumber: 12345678F7F5
[ 2.562913] archlinux kernel: usbcore: registered new interface driver usb-storage
[ 2.576310] archlinux kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
[ 2.580756] archlinux kernel: scsi host6: uas
[ 2.580798] archlinux kernel: usbcore: registered new interface driver uas
[ 2.581027] archlinux kernel: scsi 6:0:0:0: Direct-Access ASMT 2115 0 PQ: 0 ANSI: 6
[ 2.581562] archlinux kernel: sd 6:0:0:0: [sde] 121138416 512-byte logical blocks: (62.0 GB/57.8 GiB)
[ 2.581626] archlinux kernel: sd 6:0:0:0: [sde] Write Protect is off
[ 2.581627] archlinux kernel: sd 6:0:0:0: [sde] Mode Sense: 43 00 00 00
[ 2.581722] archlinux kernel: sd 6:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.582205] archlinux kernel: sd 6:0:0:0: [sde] Optimal transfer size 33553920 bytes
[ 2.582685] archlinux systemd[1]: Finished dracut initqueue hook.
[ 2.582752] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.582799] archlinux systemd[1]: Reached target Remote File Systems (Pre).
[ 2.582849] archlinux systemd[1]: Reached target Remote File Systems.
[ 2.582914] archlinux systemd[1]: Condition check resulted in dracut pre-mount hook being skipped.
[ 2.583352] archlinux systemd[1]: Starting File System Check on /dev/gpt-auto-root...
[ 2.591792] archlinux kernel: sde: sde1 sde2
[ 2.592395] archlinux kernel: sd 6:0:0:0: [sde] Attached SCSI disk
[ 2.594843] archlinux systemd[1]: Finished File System Check on /dev/gpt-auto-root.
[ 2.595728] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.596183] archlinux systemd[1]: Mounting Root Partition...
[ 2.605762] archlinux kernel: BTRFS info (device sda2): disk space caching is enabled
[ 2.605764] archlinux kernel: BTRFS info (device sda2): has skinny extents
[ 2.608863] archlinux kernel: BTRFS info (device sda2): enabling ssd optimizations
[ 2.606084] archlinux systemd[1]: Mounted Root Partition.
[ 2.607003] archlinux systemd[1]: Reached target Initrd Root File System.
[ 2.608219] archlinux systemd[1]: Starting Reload Configuration from the Real Root...
[ 2.613903] archlinux systemd[1]: Reloading.
[ 2.616296] archlinux audit: BPF prog-id=8 op=UNLOAD
[ 2.616317] archlinux audit: BPF prog-id=7 op=UNLOAD
[ 2.616330] archlinux audit: BPF prog-id=6 op=UNLOAD
[ 2.616620] archlinux audit: BPF prog-id=5 op=UNLOAD
[ 2.616643] archlinux audit: BPF prog-id=4 op=UNLOAD
[ 2.616655] archlinux audit: BPF prog-id=3 op=UNLOAD
[ 2.660157] archlinux rngd[198]: [jitter]: Enabling JITTER rng support
[ 2.660157] archlinux rngd[198]: [jitter]: Initialized
[ 2.662910] archlinux rngd[198]: [pkcs11]: Unable to load pkcs11 engine: (null)
[ 2.662910] archlinux rngd[198]: [pkcs11]: Initialization Failed
[ 2.714505] archlinux audit: BPF prog-id=9 op=LOAD
[ 2.714553] archlinux audit: BPF prog-id=10 op=LOAD
[ 2.714586] archlinux audit: BPF prog-id=11 op=LOAD
[ 2.715460] archlinux audit: BPF prog-id=12 op=LOAD
[ 2.715521] archlinux audit: BPF prog-id=13 op=LOAD
[ 2.715546] archlinux audit: BPF prog-id=14 op=LOAD
[ 2.727113] archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
[ 2.727246] archlinux systemd[1]: Finished Reload Configuration from the Real Root.
[ 2.728093] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.728126] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.728154] archlinux systemd[1]: Reached target Initrd File Systems.
[ 2.728980] archlinux systemd[1]: Reached target Initrd Default Target.
[ 2.729760] archlinux systemd[1]: Condition check resulted in dracut mount hook being skipped.
[ 2.729808] archlinux systemd[1]: Condition check resulted in dracut pre-pivot and cleanup hook being skipped.
[ 2.730230] archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
[ 2.735152] archlinux systemd[1]: Stopped target Initrd Default Target.
[ 2.735995] archlinux systemd[1]: Stopped target Basic System.
[ 2.736799] archlinux systemd[1]: Stopped target Initrd Root Device.
[ 2.737593] archlinux systemd[1]: Stopped target Paths.
[ 2.738341] archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
[ 2.739957] archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
[ 2.740741] archlinux systemd[1]: Stopped target Remote File Systems.
[ 2.741501] archlinux systemd[1]: Stopped target Remote File Systems (Pre).
[ 2.742256] archlinux systemd[1]: Stopped target Slices.
[ 2.743010] archlinux systemd[1]: Stopped target Sockets.
[ 2.743737] archlinux systemd[1]: Stopped target System Initialization.
[ 2.744466] archlinux systemd[1]: Stopped target Swap.
[ 2.745187] archlinux systemd[1]: Stopped target Timers.
[ 2.745906] archlinux systemd[1]: dracut-initqueue.service: Deactivated successfully.
[ 2.746098] archlinux systemd[1]: Stopped dracut initqueue hook.
[ 2.746830] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.746956] archlinux systemd[1]: systemd-sysctl.service: Deactivated successfully.
[ 2.747128] archlinux systemd[1]: Stopped Apply Kernel Variables.
[ 2.747854] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.747951] archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
[ 2.748122] archlinux systemd[1]: Stopped Load Kernel Modules.
[ 2.748880] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.748981] archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
[ 2.749150] archlinux systemd[1]: Stopped Create Volatile Files and Directories.
[ 2.749879] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.749925] archlinux systemd[1]: Stopped target Local File Systems.
[ 2.750731] archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
[ 2.750898] archlinux systemd[1]: Stopped Coldplug All udev Devices.
[ 2.751633] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.752887] archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
[ 2.754840] archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
[ 2.754970] archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
[ 2.755693] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.755722] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.757592] archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
[ 2.757720] archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
[ 2.758539] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.758728] archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
[ 2.758853] archlinux systemd[1]: Closed udev Control Socket.
[ 2.759602] archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
[ 2.759727] archlinux systemd[1]: Closed udev Kernel Socket.
[ 2.760430] archlinux systemd[1]: dracut-pre-udev.service: Deactivated successfully.
[ 2.760552] archlinux systemd[1]: Stopped dracut pre-udev hook.
[ 2.761240] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.761271] archlinux systemd[1]: dracut-cmdline.service: Deactivated successfully.
[ 2.761394] archlinux systemd[1]: Stopped dracut cmdline hook.
[ 2.762100] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.762131] archlinux systemd[1]: dracut-cmdline-ask.service: Deactivated successfully.
[ 2.762253] archlinux systemd[1]: Stopped dracut ask for additional cmdline parameters.
[ 2.762932] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.763365] archlinux systemd[1]: Starting Cleanup udev Database...
[ 2.764131] archlinux systemd[1]: Stopping Hardware RNG Entropy Gatherer Daemon...
[ 2.764753] archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
[ 2.764859] archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
[ 2.765115] archlinux audit: BPF prog-id=9 op=UNLOAD
[ 2.765434] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.765497] archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
[ 2.765594] archlinux systemd[1]: Stopped Create list of static device nodes for the current kernel.
[ 2.766095] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.766147] archlinux systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
[ 2.766237] archlinux systemd[1]: Stopped Setup Virtual Console.
[ 2.766726] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.766856] archlinux systemd[1]: rngd.service: Deactivated successfully.
[ 2.766937] archlinux systemd[1]: Stopped Hardware RNG Entropy Gatherer Daemon.
[ 2.767434] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rngd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.767459] archlinux systemd[1]: rngd.service: Consumed 7.255s CPU time.
[ 2.767835] archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
[ 2.767913] archlinux systemd[1]: Finished Cleanup udev Database.
[ 2.768432] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.768456] archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.768476] archlinux systemd[1]: Reached target Switch Root.
[ 2.769236] archlinux systemd[1]: Starting Switch Root...
[ 2.772207] archlinux systemctl[455]: Failed to switch root: Specified switch root path '/sysroot' does not seem to be an OS tree. os-release file is missing.
[ 2.772556] archlinux systemd[1]: initrd-switch-root.service: Main process exited, code=exited, status=1/FAILURE
[ 2.772614] archlinux systemd[1]: initrd-switch-root.service: Failed with result 'exit-code'.
[ 2.772708] archlinux systemd[1]: Failed to start Switch Root.
[ 2.777106] archlinux systemd[1]: Startup finished in 23.626s (firmware) + 314ms (loader) + 821ms (kernel) + 0 (initrd) + 1.955s (userspace) = 26.718s.
[ 2.777132] archlinux systemd[1]: initrd-switch-root.service: Triggering OnFailure= dependencies.
[ 2.777207] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2.777537] archlinux systemd[1]: Starting Setup Virtual Console...
[ 2.781620] archlinux systemd[1]: Finished Setup Virtual Console.
[ 2.781644] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.781944] archlinux systemd[1]: Started Emergency Shell.
[ 2.781973] archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=emergency comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.781991] archlinux systemd[1]: Reached target Emergency Mode.
update:
As indicated in the archwiki in order to use a btrfs subvolume as root it must be specified via kernel parameters, you can find out more here https://wiki.archlinux.org/title/Btrfs# … me_as_root
Last edited by k4my4b (2021-06-28 09:30:26)
Offline
Hello, changing the default subvolume to @ may be helpful.
Boot from the livecd, mount the btrfs partition to /mnt and set the default subvolume to @ with
btrfs subvol set-default /mnt/@
Then unmount the partition, if you remount the partition with no options, you should see that /@ disappeared and directories like /etc, /usr show up. Reboot to see if this worked.
Offline
Hello, changing the default subvolume to @ may be helpful.
Boot from the livecd, mount the btrfs partition to /mnt and set the default subvolume to @ withbtrfs subvol set-default /mnt/@
Then unmount the partition, if you remount the partition with no options, you should see that /@ disappeared and directories like /etc, /usr show up. Reboot to see if this worked.
Hey thanks for your suggestion, unfortunately that didn't do it.
I should point out that by my finding this problem is only present in unified-kernel-Image mode.
However I did manage to fix it in the end by setting root option in kernel_cmdline.
Hopefully this gets fixed sooner rather than later.
Offline