Created
October 25, 2024 10:06
-
-
Save fhemberger/8b9af136be0cc396fc0304e80e4e6a60 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ 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' | |
rootflags=rw mount.usrflags=ro BOOT_IMAGE=/flatcar/vmlinuz-a mount.usr=/dev/mapper/usr verity.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro consoleblank=0 root=LABEL=ROOT console=ttyS0,115200n8 console=tty0 flatcar.first_boot=detected flatcar.oem.id=proxmoxve verity.usrhash=16261ecd72c9d30b45c8e9d1e52f6657408bc6ca8b70716dbfd030ea52f39326 | |
+ '[' -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 | |
+ cat /proc/self/mountinfo | |
1 1 0:2 / / rw shared:1 - rootfs rootfs rw | |
20 1 0:19 / /proc rw,nosuid,nodev,noexec,relatime shared:2 - proc proc rw | |
21 1 0:20 / /sys rw,nosuid,nodev,noexec,relatime shared:3 - sysfs sysfs rw | |
22 1 0:5 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs rw,size=4096k,nr_inodes=53220,mode=755 | |
23 21 0:6 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:4 - securityfs securityfs rw | |
24 22 0:21 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw | |
25 22 0:22 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 | |
26 1 0:23 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,size=94104k,nr_inodes=819200,mode=755 | |
27 21 0:24 / /sys/fs/cgroup rw,nosuid,nodev,noexec,relatime shared:5 - cgroup2 cgroup2 rw,nsdelegate,memory_recursiveprot | |
28 21 0:25 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw | |
29 21 0:26 / /sys/fs/bpf rw,nosuid,nodev,noexec,relatime shared:7 - bpf bpf rw,mode=700 | |
+ cat /proc/mounts | |
rootfs / 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=4096k,nr_inodes=53220,mode=755 0 0 | |
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0 | |
tmpfs /dev/shm tmpfs rw,nosuid,nodev 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=94104k,nr_inodes=819200,mode=755 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 | |
bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0 | |
+ blkid | |
/dev/sdb1: UUID="9b389c24-0b42-4c00-9cd3-2f8e0d4e6357" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="1a216f3d-281f-4dad-8e1f-daf84ea2a475" | |
/dev/mapper/usr: UUID="34537310-4d94-4cdb-a216-a5ab71c3abfb" UUID_SUB="d5421a3b-412c-4fe0-be1d-55f47c426651" BLOCK_SIZE="4096" TYPE="btrfs" | |
/dev/sda4: PARTLABEL="USR-B" PARTUUID="e03dd35c-7c2d-4a47-b3fe-27f15780a57c" | |
/dev/sda2: PARTLABEL="BIOS-BOOT" PARTUUID="425a7e3a-34e0-4d1e-aae8-a173d720b7a2" | |
/dev/sda9: LABEL="ROOT" UUID="66cb633e-7f55-4978-b2ff-74d3156e50e9" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="ROOT" PARTUUID="29001a65-7f19-4f33-b53f-8572e4ac1c7a" | |
/dev/sda7: PARTLABEL="OEM-CONFIG" PARTUUID="c2aef2cc-f4c2-4f56-8bf8-b3e2fe314326" | |
/dev/sda3: UUID="34537310-4d94-4cdb-a216-a5ab71c3abfb" UUID_SUB="d5421a3b-412c-4fe0-be1d-55f47c426651" BLOCK_SIZE="4096" TYPE="btrfs" PARTLABEL="USR-A" PARTUUID="7130c94a-213a-4e5a-8e26-6cce9662f132" | |
/dev/sda1: LABEL_FATBOOT="EFI-SYSTEM" LABEL="EFI-SYSTEM" UUID="9C50-6A8B" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI-SYSTEM" PARTUUID="e03be63d-4a24-4936-b76d-3f79dc733e5e" | |
/dev/sda6: LABEL="OEM" UUID="367e75c8-c00b-4a0d-a9c7-6419752d7a2b" UUID_SUB="7eff7f84-c251-49fd-bf13-143465f68398" BLOCK_SIZE="4096" TYPE="btrfs" PARTLABEL="OEM" PARTUUID="b6cc8877-f182-49c0-90d7-faad4d515559" | |
+ blkid -o udev | |
ID_FS_UUID=9b389c24-0b42-4c00-9cd3-2f8e0d4e6357 | |
ID_FS_UUID_ENC=9b389c24-0b42-4c00-9cd3-2f8e0d4e6357 | |
ID_FS_BLOCK_SIZE=4096 | |
ID_FS_TYPE=ext4 | |
ID_FS_PARTUUID=1a216f3d-281f-4dad-8e1f-daf84ea2a475 | |
ID_FS_UUID=34537310-4d94-4cdb-a216-a5ab71c3abfb | |
ID_FS_UUID_ENC=34537310-4d94-4cdb-a216-a5ab71c3abfb | |
ID_FS_UUID_SUB=d5421a3b-412c-4fe0-be1d-55f47c426651 | |
ID_FS_UUID_SUB_ENC=d5421a3b-412c-4fe0-be1d-55f47c426651 | |
ID_FS_BLOCK_SIZE=4096 | |
ID_FS_TYPE=btrfs | |
ID_FS_LABEL=ROOT | |
ID_FS_LABEL_ENC=ROOT | |
ID_FS_UUID=66cb633e-7f55-4978-b2ff-74d3156e50e9 | |
ID_FS_UUID_ENC=66cb633e-7f55-4978-b2ff-74d3156e50e9 | |
ID_FS_BLOCK_SIZE=4096 | |
ID_FS_TYPE=ext4 | |
ID_FS_PARTLABEL=ROOT | |
ID_FS_PARTUUID=29001a65-7f19-4f33-b53f-8572e4ac1c7a | |
ID_FS_UUID=34537310-4d94-4cdb-a216-a5ab71c3abfb | |
ID_FS_UUID_ENC=34537310-4d94-4cdb-a216-a5ab71c3abfb | |
ID_FS_UUID_SUB=d5421a3b-412c-4fe0-be1d-55f47c426651 | |
ID_FS_UUID_SUB_ENC=d5421a3b-412c-4fe0-be1d-55f47c426651 | |
ID_FS_BLOCK_SIZE=4096 | |
ID_FS_TYPE=btrfs | |
ID_FS_PARTLABEL=USR-A | |
ID_FS_PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 | |
ID_FS_LABEL_FATBOOT=EFI-SYSTEM | |
ID_FS_LABEL_FATBOOT_ENC=EFI-SYSTEM | |
ID_FS_LABEL=EFI-SYSTEM | |
ID_FS_LABEL_ENC=EFI-SYSTEM | |
ID_FS_UUID=9C50-6A8B | |
ID_FS_UUID_ENC=9C50-6A8B | |
ID_FS_BLOCK_SIZE=512 | |
ID_FS_TYPE=vfat | |
ID_FS_PARTLABEL=EFI-SYSTEM | |
ID_FS_PARTUUID=e03be63d-4a24-4936-b76d-3f79dc733e5e | |
ID_FS_LABEL=OEM | |
ID_FS_LABEL_ENC=OEM | |
ID_FS_UUID=367e75c8-c00b-4a0d-a9c7-6419752d7a2b | |
ID_FS_UUID_ENC=367e75c8-c00b-4a0d-a9c7-6419752d7a2b | |
ID_FS_UUID_SUB=7eff7f84-c251-49fd-bf13-143465f68398 | |
ID_FS_UUID_SUB_ENC=7eff7f84-c251-49fd-bf13-143465f68398 | |
ID_FS_BLOCK_SIZE=4096 | |
ID_FS_TYPE=btrfs | |
ID_FS_PARTLABEL=OEM | |
ID_FS_PARTUUID=b6cc8877-f182-49c0-90d7-faad4d515559 | |
ID_FS_PARTLABEL=USR-B | |
ID_FS_PARTUUID=e03dd35c-7c2d-4a47-b3fe-27f15780a57c | |
ID_FS_PARTLABEL=BIOS-BOOT | |
ID_FS_PARTUUID=425a7e3a-34e0-4d1e-aae8-a173d720b7a2 | |
ID_FS_PARTLABEL=OEM-CONFIG | |
ID_FS_PARTUUID=c2aef2cc-f4c2-4f56-8bf8-b3e2fe314326 | |
+ ls -l /dev/disk/by-diskseq /dev/disk/by-diskuuid /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-diskseq: | |
total 0 | |
lrwxrwxrwx 1 root root 9 Oct 25 09:49 1 -> ../../sda | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 1-part1 -> ../../sda1 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 1-part2 -> ../../sda2 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 1-part3 -> ../../sda3 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 1-part4 -> ../../sda4 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 1-part6 -> ../../sda6 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 1-part7 -> ../../sda7 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 1-part9 -> ../../sda9 | |
lrwxrwxrwx 1 root root 9 Oct 25 09:49 2 -> ../../sdb | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 2-part1 -> ../../sdb1 | |
/dev/disk/by-diskuuid: | |
total 0 | |
lrwxrwxrwx 1 root root 9 Oct 25 09:49 27d03818-1c8e-4583-8219-89d63a875681 -> ../../sdb | |
lrwxrwxrwx 1 root root 9 Oct 25 09:49 39d42a15-9cdb-4c87-bbb2-c2799bcc1ca5 -> ../../sda | |
/dev/disk/by-id: | |
total 0 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 dm-name-usr -> ../../dm-0 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 dm-uuid-CRYPT-VERITY-e65ce433dc7b4edbbcf6a47aa69206e2-usr -> ../../dm-0 | |
lrwxrwxrwx 1 root root 9 Oct 25 09:49 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0 -> ../../sda | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part1 -> ../../sda1 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part2 -> ../../sda2 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part3 -> ../../sda3 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part4 -> ../../sda4 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part6 -> ../../sda6 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part7 -> ../../sda7 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-part9 -> ../../sda9 | |
lrwxrwxrwx 1 root root 9 Oct 25 09:49 scsi-0QEMU_QEMU_HARDDISK_drive-scsi1 -> ../../sdb | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 scsi-0QEMU_QEMU_HARDDISK_drive-scsi1-part1 -> ../../sdb1 | |
/dev/disk/by-label: | |
total 0 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 EFI-SYSTEM -> ../../sda1 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 OEM -> ../../sda6 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 ROOT -> ../../sda9 | |
/dev/disk/by-partlabel: | |
total 0 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 BIOS-BOOT -> ../../sda2 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 EFI-SYSTEM -> ../../sda1 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 OEM -> ../../sda6 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 OEM-CONFIG -> ../../sda7 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 ROOT -> ../../sda9 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 USR-A -> ../../sda3 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 USR-B -> ../../sda4 | |
/dev/disk/by-partuuid: | |
total 0 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 1a216f3d-281f-4dad-8e1f-daf84ea2a475 -> ../../sdb1 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 29001a65-7f19-4f33-b53f-8572e4ac1c7a -> ../../sda9 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 425a7e3a-34e0-4d1e-aae8-a173d720b7a2 -> ../../sda2 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 7130c94a-213a-4e5a-8e26-6cce9662f132 -> ../../sda3 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 b6cc8877-f182-49c0-90d7-faad4d515559 -> ../../sda6 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 c2aef2cc-f4c2-4f56-8bf8-b3e2fe314326 -> ../../sda7 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 e03be63d-4a24-4936-b76d-3f79dc733e5e -> ../../sda1 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 e03dd35c-7c2d-4a47-b3fe-27f15780a57c -> ../../sda4 | |
/dev/disk/by-path: | |
total 0 | |
lrwxrwxrwx 1 root root 9 Oct 25 09:49 pci-0000:00:05.0-scsi-0:0:0:0 -> ../../sda | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 pci-0000:00:05.0-scsi-0:0:0:0-part1 -> ../../sda1 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 pci-0000:00:05.0-scsi-0:0:0:0-part2 -> ../../sda2 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 pci-0000:00:05.0-scsi-0:0:0:0-part3 -> ../../sda3 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 pci-0000:00:05.0-scsi-0:0:0:0-part4 -> ../../sda4 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 pci-0000:00:05.0-scsi-0:0:0:0-part6 -> ../../sda6 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 pci-0000:00:05.0-scsi-0:0:0:0-part7 -> ../../sda7 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 pci-0000:00:05.0-scsi-0:0:0:0-part9 -> ../../sda9 | |
lrwxrwxrwx 1 root root 9 Oct 25 09:49 pci-0000:00:05.0-scsi-0:0:1:0 -> ../../sdb | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 pci-0000:00:05.0-scsi-0:0:1:0-part1 -> ../../sdb1 | |
/dev/disk/by-uuid: | |
total 0 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 34537310-4d94-4cdb-a216-a5ab71c3abfb -> ../../dm-0 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 367e75c8-c00b-4a0d-a9c7-6419752d7a2b -> ../../sda6 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 66cb633e-7f55-4978-b2ff-74d3156e50e9 -> ../../sda9 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 9C50-6A8B -> ../../sda1 | |
lrwxrwxrwx 1 root root 10 Oct 25 09:49 9b389c24-0b42-4c00-9cd3-2f8e0d4e6357 -> ../../sdb1 | |
+ 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 | |
+ dmsetup ls --tree | |
usr (254:0) | |
`- (8:3) | |
+ cat /proc/mdstat | |
cat: /proc/mdstat: No such file or directory | |
+ command -v ip | |
+ ip addr | |
1: lo: <LOOPBACK> mtu 65536 qdisc noqueue state DOWN group default qlen 1000 | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
+ 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' | |
[ 0.000000] localhost kernel: Linux version 6.6.58-flatcar (build@pony-truck.infra.kinvolk.io) (x86_64-cros-linux-gnu-gcc (Gentoo Hardened 13.3.1_p20240614 p1) 13.3.1 20240614, GNU ld (Gentoo 2.42 p6) 2.42.0) #1 SMP PREEMPT_DYNAMIC Thu Oct 24 14:03:21 -00 2024 | |
[ 0.000000] localhost kernel: Command line: BOOT_IMAGE=/flatcar/vmlinuz-a mount.usr=/dev/mapper/usr verity.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro consoleblank=0 root=LABEL=ROOT console=ttyS0,115200n8 console=tty0 flatcar.first_boot=detected flatcar.oem.id=proxmoxve verity.usrhash=16261ecd72c9d30b45c8e9d1e52f6657408bc6ca8b70716dbfd030ea52f39326 | |
[ 0.000000] localhost kernel: BIOS-provided physical RAM map: | |
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable | |
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved | |
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved | |
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001ffddfff] usable | |
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000001ffde000-0x000000001fffffff] reserved | |
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved | |
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved | |
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved | |
[ 0.000000] localhost kernel: NX (Execute Disable) protection: active | |
[ 0.000000] localhost kernel: APIC: Static calls initialized | |
[ 0.000000] localhost kernel: SMBIOS 2.8 present. | |
[ 0.000000] localhost kernel: DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014 | |
[ 0.000000] localhost kernel: Hypervisor detected: KVM | |
[ 0.000000] localhost kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00 | |
[ 0.000004] localhost kernel: kvm-clock: using sched offset of 12914576915 cycles | |
[ 0.000013] localhost kernel: clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns | |
[ 0.000026] localhost kernel: tsc: Detected 2195.880 MHz processor | |
[ 0.004734] localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved | |
[ 0.004751] localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable | |
[ 0.282179] localhost kernel: AGP: No AGP bridge found | |
[ 0.284617] localhost kernel: last_pfn = 0x1ffde max_arch_pfn = 0x400000000 | |
[ 0.284808] localhost kernel: MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs | |
[ 0.284827] localhost kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT | |
[ 0.285795] localhost kernel: ACPI: Early table checksum verification disabled | |
[ 0.285810] localhost kernel: ACPI: RSDP 0x00000000000F5280 000014 (v00 BOCHS ) | |
[ 0.285832] localhost kernel: ACPI: RSDT 0x000000001FFE233C 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001) | |
[ 0.285857] localhost kernel: ACPI: FACP 0x000000001FFE2126 000074 (v01 BOCHS BXPC 00000001 BXPC 00000001) | |
[ 0.285881] localhost kernel: ACPI: DSDT 0x000000001FFDF040 0030E6 (v01 BOCHS BXPC 00000001 BXPC 00000001) | |
[ 0.285899] localhost kernel: ACPI: FACS 0x000000001FFDF000 000040 | |
[ 0.285914] localhost kernel: ACPI: APIC 0x000000001FFE219A 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001) | |
[ 0.285931] localhost kernel: ACPI: SSDT 0x000000001FFE2212 0000CA (v01 BOCHS VMGENID 00000001 BXPC 00000001) | |
[ 0.285949] localhost kernel: ACPI: HPET 0x000000001FFE22DC 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001) | |
[ 0.285966] localhost kernel: ACPI: WAET 0x000000001FFE2314 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001) | |
[ 0.285981] localhost kernel: ACPI: Reserving FACP table memory at [mem 0x1ffe2126-0x1ffe2199] | |
[ 0.285988] localhost kernel: ACPI: Reserving DSDT table memory at [mem 0x1ffdf040-0x1ffe2125] | |
[ 0.285993] localhost kernel: ACPI: Reserving FACS table memory at [mem 0x1ffdf000-0x1ffdf03f] | |
[ 0.285998] localhost kernel: ACPI: Reserving APIC table memory at [mem 0x1ffe219a-0x1ffe2211] | |
[ 0.286003] localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x1ffe2212-0x1ffe22db] | |
[ 0.286008] localhost kernel: ACPI: Reserving HPET table memory at [mem 0x1ffe22dc-0x1ffe2313] | |
[ 0.286013] localhost kernel: ACPI: Reserving WAET table memory at [mem 0x1ffe2314-0x1ffe233b] | |
[ 0.287358] localhost kernel: No NUMA configuration found | |
[ 0.287364] localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000001ffddfff] | |
[ 0.287378] localhost kernel: NODE_DATA(0) allocated [mem 0x1ffd8000-0x1ffddfff] | |
[ 0.287475] localhost kernel: Zone ranges: | |
[ 0.287479] localhost kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff] | |
[ 0.287489] localhost kernel: DMA32 [mem 0x0000000001000000-0x000000001ffddfff] | |
[ 0.287497] localhost kernel: Normal empty | |
[ 0.287503] localhost kernel: Movable zone start for each node | |
[ 0.287506] localhost kernel: Early memory node ranges | |
[ 0.287509] localhost kernel: node 0: [mem 0x0000000000001000-0x000000000009efff] | |
[ 0.287516] localhost kernel: node 0: [mem 0x0000000000100000-0x000000001ffddfff] | |
[ 0.287524] localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffddfff] | |
[ 0.287539] localhost kernel: On node 0, zone DMA: 1 pages in unavailable ranges | |
[ 0.287638] localhost kernel: On node 0, zone DMA: 97 pages in unavailable ranges | |
[ 0.291041] localhost kernel: On node 0, zone DMA32: 34 pages in unavailable ranges | |
[ 0.295479] localhost kernel: ACPI: PM-Timer IO Port: 0x608 | |
[ 0.295522] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) | |
[ 0.295683] localhost kernel: IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 | |
[ 0.295699] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) | |
[ 0.295707] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) | |
[ 0.295714] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) | |
[ 0.295720] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) | |
[ 0.295726] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) | |
[ 0.295742] localhost kernel: ACPI: Using ACPI (MADT) for SMP configuration information | |
[ 0.295746] localhost kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000 | |
[ 0.295764] localhost kernel: smpboot: Allowing 1 CPUs, 0 hotplug CPUs | |
[ 0.295838] localhost kernel: kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write() | |
[ 0.295899] localhost kernel: [mem 0x20000000-0xfeffbfff] available for PCI devices | |
[ 0.295906] localhost kernel: Booting paravirtualized kernel on KVM | |
[ 0.295912] localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns | |
[ 0.311293] localhost kernel: setup_percpu: NR_CPUS:512 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 | |
[ 0.312252] localhost kernel: percpu: Embedded 58 pages/cpu s196904 r8192 d32472 u2097152 | |
[ 0.312288] localhost kernel: pcpu-alloc: s196904 r8192 d32472 u2097152 alloc=1*2097152 | |
[ 0.312300] localhost kernel: pcpu-alloc: [0] 0 | |
[ 0.312430] localhost kernel: kvm-guest: PV spinlocks disabled, single CPU | |
[ 0.312438] localhost kernel: Kernel command line: rootflags=rw mount.usrflags=ro BOOT_IMAGE=/flatcar/vmlinuz-a mount.usr=/dev/mapper/usr verity.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro consoleblank=0 root=LABEL=ROOT console=ttyS0,115200n8 console=tty0 flatcar.first_boot=detected flatcar.oem.id=proxmoxve verity.usrhash=16261ecd72c9d30b45c8e9d1e52f6657408bc6ca8b70716dbfd030ea52f39326 | |
[ 0.313148] localhost kernel: Unknown kernel command line parameters "BOOT_IMAGE=/flatcar/vmlinuz-a", will be passed to user space. | |
[ 0.313371] localhost kernel: Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear) | |
[ 0.313471] localhost kernel: Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
[ 0.313584] localhost kernel: Fallback order for Node 0: 0 | |
[ 0.313598] localhost kernel: Built 1 zonelists, mobility grouping on. Total pages: 128734 | |
[ 0.313606] localhost kernel: Policy zone: DMA32 | |
[ 0.313611] localhost kernel: mem auto-init: stack:off, heap alloc:off, heap free:off | |
[ 0.313618] localhost kernel: AGP: Checking aperture... | |
[ 0.601341] localhost kernel: AGP: No AGP bridge found | |
[ 0.609920] localhost kernel: Memory: 425472K/523760K available (12288K kernel code, 2305K rwdata, 22728K rodata, 42908K init, 2280K bss, 98028K reserved, 0K cma-reserved) | |
[ 0.642775] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 | |
[ 0.643397] localhost kernel: ftrace: allocating 37793 entries in 148 pages | |
[ 0.665970] localhost kernel: ftrace: allocated 148 pages with 3 groups | |
[ 0.668264] localhost kernel: Dynamic Preempt: voluntary | |
[ 0.668667] localhost kernel: rcu: Preemptible hierarchical RCU implementation. | |
[ 0.668671] localhost kernel: rcu: RCU event tracing is enabled. | |
[ 0.668673] localhost kernel: rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. | |
[ 0.668680] localhost kernel: Trampoline variant of Tasks RCU enabled. | |
[ 0.668682] localhost kernel: Rude variant of Tasks RCU enabled. | |
[ 0.668685] localhost kernel: Tracing variant of Tasks RCU enabled. | |
[ 0.668687] localhost kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. | |
[ 0.668691] localhost kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 | |
[ 0.685029] localhost kernel: NR_IRQS: 33024, nr_irqs: 256, preallocated irqs: 16 | |
[ 0.685881] localhost kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention. | |
[ 0.727974] localhost kernel: Console: colour VGA+ 80x25 | |
[ 0.727998] localhost kernel: printk: console [tty0] enabled | |
[ 0.881774] localhost kernel: printk: console [ttyS0] enabled | |
[ 1.162581] localhost kernel: ACPI: Core revision 20230628 | |
[ 1.166363] localhost kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns | |
[ 1.172493] localhost kernel: APIC: Switch to symmetric I/O mode setup | |
[ 1.177108] localhost kernel: x2apic enabled | |
[ 1.180789] localhost kernel: APIC: Switched APIC routing to: physical x2apic | |
[ 1.189945] localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 | |
[ 1.194281] localhost kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa6ff058a4, max_idle_ns: 440795278046 ns | |
[ 1.201278] localhost kernel: Calibrating delay loop (skipped) preset value.. 4391.76 BogoMIPS (lpj=2195880) | |
[ 1.204629] localhost kernel: Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127 | |
[ 1.206271] localhost kernel: Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0 | |
[ 1.208280] localhost kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization | |
[ 1.210280] localhost kernel: Spectre V2 : Mitigation: Retpolines | |
[ 1.213271] localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch | |
[ 1.215271] localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT | |
[ 1.217287] localhost kernel: x86/fpu: x87 FPU will use FXSAVE | |
[ 1.295662] localhost kernel: Freeing SMP alternatives memory: 32K | |
[ 1.297277] localhost kernel: pid_max: default: 32768 minimum: 301 | |
[ 1.302101] localhost kernel: LSM: initializing lsm=lockdown,capability,landlock,selinux,integrity | |
[ 1.304897] localhost kernel: landlock: Up and running. | |
[ 1.306271] localhost kernel: SELinux: Initializing. | |
[ 1.310797] localhost kernel: Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) | |
[ 1.312277] localhost kernel: Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear) | |
[ 1.413513] localhost kernel: APIC calibration not consistent with PM-Timer: 111ms instead of 100ms | |
[ 1.414263] localhost kernel: APIC delta adjusted to PM-Timer: 6250213 (6964156) | |
[ 1.415498] localhost kernel: smpboot: CPU0: AMD Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1) | |
[ 1.418636] localhost kernel: RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. | |
[ 1.420499] localhost kernel: RCU Tasks Rude: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. | |
[ 1.422485] localhost kernel: RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. | |
[ 1.424519] localhost kernel: Performance Events: AMD PMU driver. | |
[ 1.426313] localhost kernel: ... version: 0 | |
[ 1.428292] localhost kernel: ... bit width: 48 | |
[ 1.430281] localhost kernel: ... generic registers: 4 | |
[ 1.432283] localhost kernel: ... value mask: 0000ffffffffffff | |
[ 1.434285] localhost kernel: ... max period: 00007fffffffffff | |
[ 1.436292] localhost kernel: ... fixed-purpose events: 0 | |
[ 1.440279] localhost kernel: ... event mask: 000000000000000f | |
[ 1.444594] localhost kernel: signal: max sigframe size: 1440 | |
[ 1.448412] localhost kernel: rcu: Hierarchical SRCU implementation. | |
[ 1.450290] localhost kernel: rcu: Max phase no-delay instances is 400. | |
[ 1.454722] localhost kernel: smp: Bringing up secondary CPUs ... | |
[ 1.457362] localhost kernel: smp: Brought up 1 node, 1 CPU | |
[ 1.459289] localhost kernel: smpboot: Max logical packages: 1 | |
[ 1.461296] localhost kernel: smpboot: Total of 1 processors activated (4391.76 BogoMIPS) | |
[ 1.465863] localhost kernel: devtmpfs: initialized | |
[ 1.467592] localhost kernel: x86/mm: Memory block size: 128MB | |
[ 1.472474] localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns | |
[ 1.474339] localhost kernel: futex hash table entries: 256 (order: 2, 16384 bytes, linear) | |
[ 1.477647] localhost kernel: pinctrl core: initialized pinctrl subsystem | |
[ 1.484365] localhost kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family | |
[ 1.487320] localhost kernel: audit: initializing netlink subsys (disabled) | |
[ 1.490610] localhost kernel: audit: type=2000 audit(1729849730.581:1): state=initialized audit_enabled=0 res=1 | |
[ 1.492655] localhost kernel: thermal_sys: Registered thermal governor 'step_wise' | |
[ 1.492665] localhost kernel: thermal_sys: Registered thermal governor 'user_space' | |
[ 1.495418] localhost kernel: cpuidle: using governor menu | |
[ 1.500744] localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
[ 1.503995] localhost kernel: dca service started, version 1.12.1 | |
[ 1.505655] localhost kernel: PCI: Using configuration type 1 for base access | |
[ 1.508803] localhost kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. | |
[ 1.613070] localhost kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 1.614281] localhost kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page | |
[ 1.619692] localhost kernel: ACPI: Added _OSI(Module Device) | |
[ 1.621290] localhost kernel: ACPI: Added _OSI(Processor Device) | |
[ 1.624272] localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions) | |
[ 1.626286] localhost kernel: ACPI: Added _OSI(Processor Aggregator Device) | |
[ 1.634477] localhost kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded | |
[ 1.639588] localhost kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC | |
[ 1.642905] localhost kernel: ACPI: Interpreter enabled | |
[ 1.644322] localhost kernel: ACPI: PM: (supports S0 S3 S5) | |
[ 1.646274] localhost kernel: ACPI: Using IOAPIC for interrupt routing | |
[ 1.648430] localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
[ 1.650283] localhost kernel: PCI: Using E820 reservations for host bridge windows | |
[ 1.653596] localhost kernel: ACPI: Enabled 3 GPEs in block 00 to 0F | |
[ 1.675598] localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) | |
[ 1.677328] localhost kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3] | |
[ 1.679295] localhost kernel: acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] | |
[ 1.681358] localhost kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended configuration space under this bridge | |
[ 1.686649] localhost kernel: acpiphp: Slot [3] registered | |
[ 1.688426] localhost kernel: acpiphp: Slot [5] registered | |
[ 1.690552] localhost kernel: acpiphp: Slot [4] registered | |
[ 1.693270] localhost kernel: acpiphp: Slot [6] registered | |
[ 1.695428] localhost kernel: acpiphp: Slot [7] registered | |
[ 1.697410] localhost kernel: acpiphp: Slot [8] registered | |
[ 1.699435] localhost kernel: acpiphp: Slot [9] registered | |
[ 1.701468] localhost kernel: acpiphp: Slot [10] registered | |
[ 1.703447] localhost kernel: acpiphp: Slot [11] registered | |
[ 1.706280] localhost kernel: acpiphp: Slot [12] registered | |
[ 1.709429] localhost kernel: acpiphp: Slot [13] registered | |
[ 1.711414] localhost kernel: acpiphp: Slot [14] registered | |
[ 1.713393] localhost kernel: acpiphp: Slot [15] registered | |
[ 1.715402] localhost kernel: acpiphp: Slot [16] registered | |
[ 1.717405] localhost kernel: acpiphp: Slot [17] registered | |
[ 1.719386] localhost kernel: acpiphp: Slot [18] registered | |
[ 1.721386] localhost kernel: acpiphp: Slot [19] registered | |
[ 1.723381] localhost kernel: acpiphp: Slot [20] registered | |
[ 1.725391] localhost kernel: acpiphp: Slot [21] registered | |
[ 1.727418] localhost kernel: acpiphp: Slot [22] registered | |
[ 1.729416] localhost kernel: acpiphp: Slot [23] registered | |
[ 1.732432] localhost kernel: acpiphp: Slot [24] registered | |
[ 1.734406] localhost kernel: acpiphp: Slot [25] registered | |
[ 1.736405] localhost kernel: acpiphp: Slot [26] registered | |
[ 1.738403] localhost kernel: acpiphp: Slot [27] registered | |
[ 1.740357] localhost kernel: acpiphp: Slot [28] registered | |
[ 1.742358] localhost kernel: acpiphp: Slot [29] registered | |
[ 1.744342] localhost kernel: PCI host bridge to bus 0000:00 | |
[ 1.746277] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] | |
[ 1.748272] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] | |
[ 1.750272] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] | |
[ 1.752298] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] | |
[ 1.754297] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] | |
[ 1.756285] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 1.759271] localhost kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 | |
[ 1.764159] localhost kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 | |
[ 1.768974] localhost kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 | |
[ 1.782289] localhost kernel: pci 0000:00:01.1: reg 0x20: [io 0xe160-0xe16f] | |
[ 1.789277] localhost kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] | |
[ 1.791294] localhost kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] | |
[ 1.793296] localhost kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] | |
[ 1.796301] localhost kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] | |
[ 1.800401] localhost kernel: pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300 | |
[ 1.814287] localhost kernel: pci 0000:00:01.2: reg 0x20: [io 0xe140-0xe15f] | |
[ 1.825765] localhost kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 | |
[ 1.830543] localhost kernel: pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI | |
[ 1.832361] localhost kernel: pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB | |
[ 1.836818] localhost kernel: pci 0000:00:02.0: [1234:1111] type 00 class 0x030000 | |
[ 1.842320] localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref] | |
[ 1.851329] localhost kernel: pci 0000:00:02.0: reg 0x18: [mem 0xfea12000-0xfea12fff] | |
[ 1.866276] localhost kernel: pci 0000:00:02.0: reg 0x30: [mem 0xfea00000-0xfea0ffff pref] | |
[ 1.868587] localhost kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] | |
[ 1.872132] localhost kernel: pci 0000:00:03.0: [1af4:1002] type 00 class 0x00ff00 | |
[ 1.876287] localhost kernel: pci 0000:00:03.0: reg 0x10: [io 0xe100-0xe13f] | |
[ 1.889285] localhost kernel: pci 0000:00:03.0: reg 0x20: [mem 0xfe400000-0xfe403fff 64bit pref] | |
[ 1.899074] localhost kernel: pci 0000:00:05.0: [1000:0012] type 00 class 0x010000 | |
[ 1.903284] localhost kernel: pci 0000:00:05.0: reg 0x10: [io 0xe000-0xe0ff] | |
[ 1.909285] localhost kernel: pci 0000:00:05.0: reg 0x14: [mem 0xfea13000-0xfea133ff] | |
[ 1.914286] localhost kernel: pci 0000:00:05.0: reg 0x18: [mem 0xfea10000-0xfea11fff] | |
[ 1.931730] localhost kernel: pci 0000:00:1e.0: [1b36:0001] type 01 class 0x060400 | |
[ 1.938286] localhost kernel: pci 0000:00:1e.0: reg 0x10: [mem 0xfea14000-0xfea140ff 64bit] | |
[ 1.948519] localhost kernel: pci 0000:00:1f.0: [1b36:0001] type 01 class 0x060400 | |
[ 1.954280] localhost kernel: pci 0000:00:1f.0: reg 0x10: [mem 0xfea15000-0xfea150ff 64bit] | |
[ 1.965928] localhost kernel: pci_bus 0000:01: extended config space not accessible | |
[ 1.969277] localhost kernel: acpiphp: Slot [0] registered | |
[ 1.972357] localhost kernel: acpiphp: Slot [1-2] registered | |
[ 1.974357] localhost kernel: acpiphp: Slot [2] registered | |
[ 1.976370] localhost kernel: acpiphp: Slot [3-2] registered | |
[ 1.978389] localhost kernel: acpiphp: Slot [4-2] registered | |
[ 1.980374] localhost kernel: acpiphp: Slot [5-2] registered | |
[ 1.982370] localhost kernel: acpiphp: Slot [6-2] registered | |
[ 1.984369] localhost kernel: acpiphp: Slot [7-2] registered | |
[ 1.986369] localhost kernel: acpiphp: Slot [8-2] registered | |
[ 1.988370] localhost kernel: acpiphp: Slot [9-2] registered | |
[ 1.991369] localhost kernel: acpiphp: Slot [10-2] registered | |
[ 1.993386] localhost kernel: acpiphp: Slot [11-2] registered | |
[ 1.995370] localhost kernel: acpiphp: Slot [12-2] registered | |
[ 1.997429] localhost kernel: acpiphp: Slot [13-2] registered | |
[ 1.999373] localhost kernel: acpiphp: Slot [14-2] registered | |
[ 2.001373] localhost kernel: acpiphp: Slot [15-2] registered | |
[ 2.005369] localhost kernel: acpiphp: Slot [16-2] registered | |
[ 2.007377] localhost kernel: acpiphp: Slot [17-2] registered | |
[ 2.009397] localhost kernel: acpiphp: Slot [18-2] registered | |
[ 2.011371] localhost kernel: acpiphp: Slot [19-2] registered | |
[ 2.013376] localhost kernel: acpiphp: Slot [20-2] registered | |
[ 2.016353] localhost kernel: acpiphp: Slot [21-2] registered | |
[ 2.018370] localhost kernel: acpiphp: Slot [22-2] registered | |
[ 2.020371] localhost kernel: acpiphp: Slot [23-2] registered | |
[ 2.022370] localhost kernel: acpiphp: Slot [24-2] registered | |
[ 2.024386] localhost kernel: acpiphp: Slot [25-2] registered | |
[ 2.027298] localhost kernel: acpiphp: Slot [26-2] registered | |
[ 2.029370] localhost kernel: acpiphp: Slot [27-2] registered | |
[ 2.031370] localhost kernel: acpiphp: Slot [28-2] registered | |
[ 2.033371] localhost kernel: acpiphp: Slot [29-2] registered | |
[ 2.035356] localhost kernel: acpiphp: Slot [30] registered | |
[ 2.037356] localhost kernel: acpiphp: Slot [31] registered | |
[ 2.041420] localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 01] | |
[ 2.043366] localhost kernel: pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff] | |
[ 2.045360] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xfe800000-0xfe9fffff] | |
[ 2.047438] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xfe200000-0xfe3fffff 64bit pref] | |
[ 2.052274] localhost kernel: pci_bus 0000:02: extended config space not accessible | |
[ 2.055696] localhost kernel: acpiphp: Slot [0-2] registered | |
[ 2.057376] localhost kernel: acpiphp: Slot [1-3] registered | |
[ 2.059371] localhost kernel: acpiphp: Slot [2-2] registered | |
[ 2.061371] localhost kernel: acpiphp: Slot [3-3] registered | |
[ 2.063372] localhost kernel: acpiphp: Slot [4-3] registered | |
[ 2.066352] localhost kernel: acpiphp: Slot [5-3] registered | |
[ 2.068387] localhost kernel: acpiphp: Slot [6-3] registered | |
[ 2.070371] localhost kernel: acpiphp: Slot [7-3] registered | |
[ 2.072371] localhost kernel: acpiphp: Slot [8-3] registered | |
[ 2.074370] localhost kernel: acpiphp: Slot [9-3] registered | |
[ 2.076373] localhost kernel: acpiphp: Slot [10-3] registered | |
[ 2.079372] localhost kernel: acpiphp: Slot [11-3] registered | |
[ 2.081371] localhost kernel: acpiphp: Slot [12-3] registered | |
[ 2.083401] localhost kernel: acpiphp: Slot [13-3] registered | |
[ 2.085385] localhost kernel: acpiphp: Slot [14-3] registered | |
[ 2.088372] localhost kernel: acpiphp: Slot [15-3] registered | |
[ 2.090372] localhost kernel: acpiphp: Slot [16-3] registered | |
[ 2.092374] localhost kernel: acpiphp: Slot [17-3] registered | |
[ 2.094400] localhost kernel: acpiphp: Slot [18-3] registered | |
[ 2.096373] localhost kernel: acpiphp: Slot [19-3] registered | |
[ 2.099373] localhost kernel: acpiphp: Slot [20-3] registered | |
[ 2.101374] localhost kernel: acpiphp: Slot [21-3] registered | |
[ 2.103374] localhost kernel: acpiphp: Slot [22-3] registered | |
[ 2.105372] localhost kernel: acpiphp: Slot [23-3] registered | |
[ 2.107373] localhost kernel: acpiphp: Slot [24-3] registered | |
[ 2.109374] localhost kernel: acpiphp: Slot [25-3] registered | |
[ 2.112355] localhost kernel: acpiphp: Slot [26-3] registered | |
[ 2.114386] localhost kernel: acpiphp: Slot [27-3] registered | |
[ 2.116373] localhost kernel: acpiphp: Slot [28-3] registered | |
[ 2.118373] localhost kernel: acpiphp: Slot [29-3] registered | |
[ 2.120427] localhost kernel: acpiphp: Slot [30-2] registered | |
[ 2.123374] localhost kernel: acpiphp: Slot [31-2] registered | |
[ 2.127690] localhost kernel: pci 0000:00:1f.0: PCI bridge to [bus 02] | |
[ 2.129391] localhost kernel: pci 0000:00:1f.0: bridge window [io 0xc000-0xcfff] | |
[ 2.131361] localhost kernel: pci 0000:00:1f.0: bridge window [mem 0xfe600000-0xfe7fffff] | |
[ 2.133439] localhost kernel: pci 0000:00:1f.0: bridge window [mem 0xfe000000-0xfe1fffff 64bit pref] | |
[ 2.142511] localhost kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 10 | |
[ 2.145381] localhost kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10 | |
[ 2.147792] localhost kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11 | |
[ 2.150569] localhost kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11 | |
[ 2.152572] localhost kernel: ACPI: PCI: Interrupt link LNKS configured for IRQ 9 | |
[ 2.156628] localhost kernel: iommu: Default domain type: Translated | |
[ 2.158270] localhost kernel: iommu: DMA domain TLB invalidation policy: lazy mode | |
[ 2.162500] localhost kernel: PCI: Using ACPI for IRQ routing | |
[ 2.164272] localhost kernel: PCI: pci_cache_line_size set to 64 bytes | |
[ 2.165502] localhost kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] | |
[ 2.165514] localhost kernel: e820: reserve RAM buffer [mem 0x1ffde000-0x1fffffff] | |
[ 2.165751] localhost kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device | |
[ 2.166263] localhost kernel: pci 0000:00:02.0: vgaarb: bridge control possible | |
[ 2.166263] localhost kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none | |
[ 2.166281] localhost kernel: vgaarb: loaded | |
[ 2.168686] localhost kernel: hpet: 3 channels of 0 reserved for per-cpu timers | |
[ 2.170314] localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 | |
[ 2.172269] localhost kernel: hpet0: 3 comparators, 64-bit 100.000000 MHz counter | |
[ 2.181301] localhost kernel: clocksource: Switched to clocksource kvm-clock | |
[ 2.190209] localhost kernel: VFS: Disk quotas dquot_6.6.0 | |
[ 2.193467] localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 2.198206] localhost kernel: pnp: PnP ACPI init | |
[ 2.201056] localhost kernel: pnp 00:02: [dma 2] | |
[ 2.202339] localhost kernel: pnp: PnP ACPI: found 4 devices | |
[ 2.219213] localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns | |
[ 2.225784] localhost kernel: NET: Registered PF_INET protocol family | |
[ 2.229576] localhost kernel: IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 2.236821] localhost kernel: tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) | |
[ 2.242377] localhost kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) | |
[ 2.247651] localhost kernel: TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear) | |
[ 2.252918] localhost kernel: TCP bind hash table entries: 4096 (order: 5, 131072 bytes, linear) | |
[ 2.257928] localhost kernel: TCP: Hash tables configured (established 4096 bind 4096) | |
[ 2.262243] localhost kernel: UDP hash table entries: 256 (order: 1, 8192 bytes, linear) | |
[ 2.266590] localhost kernel: UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) | |
[ 2.271536] localhost kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family | |
[ 2.275439] localhost kernel: NET: Registered PF_XDP protocol family | |
[ 2.278848] localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 01] | |
[ 2.282427] localhost kernel: pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff] | |
[ 2.291174] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xfe800000-0xfe9fffff] | |
[ 2.298645] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xfe200000-0xfe3fffff 64bit pref] | |
[ 2.309940] localhost kernel: pci 0000:00:1f.0: PCI bridge to [bus 02] | |
[ 2.313528] localhost kernel: pci 0000:00:1f.0: bridge window [io 0xc000-0xcfff] | |
[ 2.322096] localhost kernel: pci 0000:00:1f.0: bridge window [mem 0xfe600000-0xfe7fffff] | |
[ 2.329669] localhost kernel: pci 0000:00:1f.0: bridge window [mem 0xfe000000-0xfe1fffff 64bit pref] | |
[ 2.341248] localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] | |
[ 2.345462] localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] | |
[ 2.349592] localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] | |
[ 2.354046] localhost kernel: pci_bus 0000:00: resource 7 [mem 0x20000000-0xfebfffff window] | |
[ 2.358625] localhost kernel: pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window] | |
[ 2.363186] localhost kernel: pci_bus 0000:01: resource 0 [io 0xd000-0xdfff] | |
[ 2.366998] localhost kernel: pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe9fffff] | |
[ 2.371151] localhost kernel: pci_bus 0000:01: resource 2 [mem 0xfe200000-0xfe3fffff 64bit pref] | |
[ 2.376062] localhost kernel: pci_bus 0000:02: resource 0 [io 0xc000-0xcfff] | |
[ 2.379872] localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfe600000-0xfe7fffff] | |
[ 2.384884] localhost kernel: pci_bus 0000:02: resource 2 [mem 0xfe000000-0xfe1fffff 64bit pref] | |
[ 2.390103] localhost kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release | |
[ 2.394064] localhost kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers | |
[ 2.478535] localhost kernel: ACPI: \_SB_.LNKD: Enabled at IRQ 11 | |
[ 2.563881] localhost kernel: pci 0000:00:01.2: quirk_usb_early_handoff+0x0/0x7a0 took 161581 usecs | |
[ 2.569614] localhost kernel: PCI: CLS 0 bytes, default 64 | |
[ 3.245758] localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa6ff058a4, max_idle_ns: 440795278046 ns | |
[ 3.264208] localhost kernel: Initialise system trusted keyrings | |
[ 3.272999] localhost kernel: workingset: timestamp_bits=39 max_order=17 bucket_order=0 | |
[ 3.287848] localhost kernel: Key type asymmetric registered | |
[ 3.294657] localhost kernel: Asymmetric key parser 'x509' registered | |
[ 4.226196] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) | |
[ 4.231463] localhost kernel: io scheduler mq-deadline registered | |
[ 4.234592] localhost kernel: io scheduler kyber registered | |
[ 4.237599] localhost kernel: io scheduler bfq registered | |
[ 4.244480] localhost kernel: ioatdma: Intel(R) QuickData Technology Driver 5.00 | |
[ 4.330135] localhost kernel: ACPI: \_SB_.LNKC: Enabled at IRQ 10 | |
[ 4.339012] localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
[ 4.346517] localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 | |
[ 4.354765] localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 | |
[ 4.358161] localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 | |
[ 4.363245] localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 | |
[ 4.368731] localhost kernel: rtc_cmos 00:03: RTC can wake from S4 | |
[ 4.375184] localhost kernel: rtc_cmos 00:03: registered as rtc0 | |
[ 4.378688] localhost kernel: rtc_cmos 00:03: setting system clock to 2024-10-25T09:48:53 UTC (1729849733) | |
[ 4.384286] localhost kernel: rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram, hpet irqs | |
[ 4.389727] localhost kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled | |
[ 4.440606] localhost kernel: NET: Registered PF_INET6 protocol family | |
[ 4.445336] localhost kernel: Segment Routing with IPv6 | |
[ 4.448120] localhost kernel: In-situ OAM (IOAM) with IPv6 | |
[ 4.451035] localhost kernel: NET: Registered PF_PACKET protocol family | |
[ 4.454618] localhost kernel: Key type dns_resolver registered | |
[ 4.458256] localhost kernel: IPI shorthand broadcast: enabled | |
[ 4.466879] localhost kernel: sched_clock: Marking stable (3960029080, 506348956)->(5088127541, -621749505) | |
[ 4.472889] localhost kernel: registered taskstats version 1 | |
[ 4.476010] localhost kernel: Loading compiled-in X.509 certificates | |
[ 4.592019] localhost kernel: Loaded X.509 cert 'Kinvolk GmbH: Module signing key for 6.6.58-flatcar: 3c89adf66709cc4579f5cdcb24cd7c2862994796' | |
[ 4.607459] localhost kernel: Key type .fscrypt registered | |
[ 4.610378] localhost kernel: Key type fscrypt-provisioning registered | |
[ 4.613841] localhost kernel: ima: No TPM chip found, activating TPM-bypass! | |
[ 4.618545] localhost kernel: ima: Allocated hash algorithm: sha1 | |
[ 4.621733] localhost kernel: ima: No architecture policies found | |
[ 5.174965] localhost kernel: clk: Disabling unused clocks | |
[ 5.207829] localhost kernel: Freeing unused kernel image (initmem) memory: 42908K | |
[ 5.211860] localhost kernel: Write protecting the kernel read-only data: 36864k | |
[ 5.217349] localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 1848K | |
[ 5.221765] localhost kernel: Run /init as init process | |
[ 5.224464] localhost kernel: with arguments: | |
[ 5.224471] localhost kernel: /init | |
[ 5.224476] localhost kernel: with environment: | |
[ 5.224481] localhost kernel: HOME=/ | |
[ 5.224485] localhost kernel: TERM=linux | |
[ 5.224490] localhost kernel: BOOT_IMAGE=/flatcar/vmlinuz-a | |
[ 5.281011] localhost systemd[1]: systemd 255 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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) | |
[ 5.299159] localhost systemd[1]: Detected virtualization kvm. | |
[ 5.302660] localhost systemd[1]: Detected architecture x86-64. | |
[ 5.306089] localhost systemd[1]: Running in initrd. | |
[ 5.313992] localhost systemd[1]: No hostname configured, using default hostname. | |
[ 5.318619] localhost systemd[1]: Hostname set to <localhost>. | |
[ 5.322529] localhost systemd[1]: Initializing machine ID from VM UUID. | |
[ 6.285880] localhost systemd[1]: Queued start job for default target initrd.target. | |
[ 6.302667] localhost systemd[1]: Started clevis-luks-askpass.path - Forward Password Requests to Clevis Directory Watch. | |
[ 6.311924] localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. | |
[ 6.321121] localhost systemd[1]: Expecting device dev-disk-by\x2dlabel-EFI\x2dSYSTEM.device - /dev/disk/by-label/EFI-SYSTEM... | |
[ 6.329977] localhost systemd[1]: Expecting device dev-disk-by\x2dlabel-OEM.device - /dev/disk/by-label/OEM... | |
[ 6.338090] localhost systemd[1]: Expecting device dev-disk-by\x2dlabel-ROOT.device - /dev/disk/by-label/ROOT... | |
[ 6.346222] localhost systemd[1]: Expecting device dev-disk-by\x2dpartlabel-USR\x2dA.device - /dev/disk/by-partlabel/USR-A... | |
[ 6.355065] localhost systemd[1]: Expecting device dev-disk-by\x2dpartuuid-7130c94a\x2d213a\x2d4e5a\x2d8e26\x2d6cce9662f132.device - /dev/disk/by-partuuid/7130c94a-213a-4e5a-8e26-6cce9662f132... | |
[ 6.367139] localhost systemd[1]: Expecting device dev-mapper-usr.device - /dev/mapper/usr... | |
[ 6.374498] localhost systemd[1]: Reached target cryptsetup-pre.target - Local Encrypted Volumes (Pre). | |
[ 6.382283] localhost systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. | |
[ 6.389855] localhost systemd[1]: Reached target paths.target - Path Units. | |
[ 6.395927] localhost systemd[1]: Reached target slices.target - Slice Units. | |
[ 6.402076] localhost systemd[1]: Reached target swap.target - Swaps. | |
[ 6.407731] localhost systemd[1]: Reached target timers.target - Timer Units. | |
[ 6.414274] localhost systemd[1]: Listening on iscsid.socket - Open-iSCSI iscsid Socket. | |
[ 6.421853] localhost systemd[1]: Listening on iscsiuio.socket - Open-iSCSI iscsiuio Socket. | |
[ 6.448219] localhost systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). | |
[ 6.457086] localhost systemd[1]: Listening on systemd-journald.socket - Journal Socket. | |
[ 6.464927] localhost systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. | |
[ 6.473683] localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. | |
[ 6.481972] localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. | |
[ 6.489728] localhost systemd[1]: Reached target sockets.target - Socket Units. | |
[ 6.504018] localhost systemd[1]: Starting ignition-setup-pre.service - Ignition env setup... | |
[ 6.533030] localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... | |
[ 6.559096] localhost systemd[1]: Finished network-cleanup.service - Network Cleanup. | |
[ 6.611968] localhost systemd[1]: Starting systemd-fsck-usr.service... | |
[ 6.663079] localhost systemd[1]: Starting systemd-journald.service - Journal Service... | |
[ 6.704008] localhost systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... | |
[ 6.744996] localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... | |
[ 6.800877] localhost systemd[1]: Finished ignition-setup-pre.service - Ignition env setup. | |
[ 6.857538] localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. | |
[ 6.894037] localhost systemd[1]: Finished systemd-fsck-usr.service. | |
[ 6.952049] localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... | |
[ 7.035573] localhost systemd-journald[173]: Collecting audit messages is disabled. | |
[ 6.864821] localhost systemd-journald[173]: Journal started | |
[ 6.864970] localhost systemd-journald[173]: Runtime Journal (/run/log/journal/de2a89a39964450a8a696ccece188372) is 1.1M, max 9.1M, 8.0M free. | |
[ 6.870484] localhost systemd-modules-load[174]: Inserted module 'overlay' | |
[ 7.465766] localhost kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. | |
[ 7.486976] localhost kernel: Bridge firewalling registered | |
[ 7.594275] localhost systemd[1]: Started systemd-journald.service - Journal Service. | |
[ 7.093479] localhost systemd-modules-load[174]: Inserted module 'br_netfilter' | |
[ 7.116217] localhost systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. | |
[ 7.128634] localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup. | |
[ 7.161510] localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. | |
[ 7.181738] localhost systemd[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters... | |
[ 7.209223] localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... | |
[ 7.240716] localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... | |
[ 7.285750] localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories... | |
[ 7.469539] localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. | |
[ 7.492790] localhost systemd[1]: Finished dracut-cmdline-ask.service - dracut ask for additional cmdline parameters. | |
[ 7.530706] localhost systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook... | |
[ 7.557958] localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. | |
[ 7.590344] localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories. | |
[ 7.632345] localhost systemd[1]: Starting systemd-resolved.service - Network Name Resolution... | |
[ 7.787202] localhost dracut-cmdline[203]: dracut-dracut-053 | |
[ 7.828163] localhost dracut-cmdline[203]: Using kernel command line parameters: rd.driver.pre=btrfs rootflags=rw mount.usrflags=ro BOOT_IMAGE=/flatcar/vmlinuz-a mount.usr=/dev/mapper/usr verity.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro consoleblank=0 root=LABEL=ROOT console=ttyS0,115200n8 console=tty0 flatcar.first_boot=detected flatcar.oem.id=proxmoxve verity.usrhash=16261ecd72c9d30b45c8e9d1e52f6657408bc6ca8b70716dbfd030ea52f39326 | |
[ 8.182258] localhost systemd-resolved[206]: Positive Trust Anchors: | |
[ 8.192583] localhost systemd-resolved[206]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d | |
[ 8.203612] localhost systemd-resolved[206]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test | |
[ 9.054474] localhost kernel: random: crng init done | |
[ 8.569615] localhost systemd-resolved[206]: Defaulting to hostname 'linux'. | |
[ 8.589128] localhost systemd[1]: Started systemd-resolved.service - Network Name Resolution. | |
[ 8.600559] localhost systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. | |
[ 9.252084] localhost kernel: SCSI subsystem initialized | |
[ 9.302312] localhost kernel: Loading iSCSI transport class v2.0-870. | |
[ 9.358099] localhost kernel: iscsi: registered transport (tcp) | |
[ 9.469253] localhost kernel: iscsi: registered transport (qla4xxx) | |
[ 9.472926] localhost kernel: QLogic iSCSI HBA Driver | |
[ 9.225900] localhost systemd[1]: Finished dracut-cmdline.service - dracut cmdline hook. | |
[ 9.245947] localhost systemd[1]: Starting dracut-pre-udev.service - dracut pre-udev hook... | |
[ 9.936187] localhost kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. | |
[ 9.954869] localhost kernel: device-mapper: uevent: version 1.0.3 | |
[ 9.963000] localhost kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com | |
[ 10.149403] localhost kernel: raid6: sse2x4 gen() 2367 MB/s | |
[ 10.169401] localhost kernel: raid6: sse2x2 gen() 2409 MB/s | |
[ 10.189424] localhost kernel: raid6: sse2x1 gen() 1753 MB/s | |
[ 10.193089] localhost kernel: raid6: using algorithm sse2x2 gen() 2409 MB/s | |
[ 10.213404] localhost kernel: raid6: .... xor() 1491 MB/s, rmw enabled | |
[ 10.217146] localhost kernel: raid6: using intx1 recovery algorithm | |
[ 10.321850] localhost kernel: xor: measuring software checksum speed | |
[ 10.326158] localhost kernel: prefetch64-sse : 4887 MB/sec | |
[ 10.330343] localhost kernel: generic_sse : 4042 MB/sec | |
[ 10.333683] localhost kernel: xor: using function: prefetch64-sse (4887 MB/sec) | |
[ 11.315071] localhost kernel: Btrfs loaded, zoned=no, fsverity=no | |
[ 10.894246] localhost systemd[1]: Finished dracut-pre-udev.service - dracut pre-udev hook. | |
[ 10.924825] localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... | |
[ 11.073588] localhost systemd-udevd[388]: Using default interface naming scheme 'v255'. | |
[ 11.122178] localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. | |
[ 11.157380] localhost systemd[1]: Starting dracut-pre-trigger.service - dracut pre-trigger hook... | |
[ 11.393976] localhost dracut-pre-trigger[392]: rd.md=0: removing MD RAID activation | |
[ 11.638519] localhost systemd[1]: Finished dracut-pre-trigger.service - dracut pre-trigger hook. | |
[ 11.657976] localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... | |
[ 12.251248] localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. | |
[ 12.292279] localhost systemd[1]: Starting dracut-initqueue.service - dracut initqueue hook... | |
[ 12.554201] localhost systemd[1]: Finished dracut-initqueue.service - dracut initqueue hook. | |
[ 12.579149] localhost systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems. | |
[ 12.634320] localhost systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes. | |
[ 12.644012] localhost systemd[1]: Reached target remote-fs.target - Remote File Systems. | |
[ 12.670193] localhost systemd[1]: Starting dracut-pre-mount.service - dracut pre-mount hook... | |
[ 12.927875] localhost systemd[1]: Finished dracut-pre-mount.service - dracut pre-mount hook. | |
[ 13.551939] localhost systemd[1]: dracut-cmdline-ask.service: Deactivated successfully. | |
[ 13.560675] localhost systemd[1]: Stopped dracut-cmdline-ask.service - dracut ask for additional cmdline parameters. | |
[ 13.599107] localhost systemd[1]: Stopping dracut-cmdline-ask.service - dracut ask for additional cmdline parameters... | |
[ 13.606328] localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully. | |
[ 13.611500] localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. | |
[ 13.621559] localhost systemd[1]: Stopping systemd-vconsole-setup.service - Virtual Console Setup... | |
[ 13.634559] localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... | |
[ 14.545514] localhost kernel: libata version 3.00 loaded. | |
[ 14.567539] localhost kernel: ACPI: bus type USB registered | |
[ 14.570843] localhost kernel: usbcore: registered new interface driver usbfs | |
[ 14.570891] localhost kernel: usbcore: registered new interface driver hub | |
[ 14.570939] localhost kernel: usbcore: registered new device driver usb | |
[ 14.627189] localhost kernel: ACPI: \_SB_.LNKA: Enabled at IRQ 10 | |
[ 14.633298] localhost kernel: ata_piix 0000:00:01.1: version 2.13 | |
[ 14.640203] localhost kernel: sym0: <895a> rev 0x0 at pci 0000:00:05.0 irq 10 | |
[ 14.679405] localhost kernel: sym0: No NVRAM, ID 7, Fast-40, LVD, parity checking | |
[ 14.683559] localhost kernel: scsi host0: ata_piix | |
[ 14.690792] localhost kernel: scsi host2: ata_piix | |
[ 14.690987] localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xe160 irq 14 | |
[ 14.690995] localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xe168 irq 15 | |
[ 14.749203] localhost kernel: sym0: SCSI BUS has been reset. | |
[ 14.749296] localhost kernel: scsi host1: sym-2.2.3 | |
[ 14.332270] localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup. | |
[ 14.350241] localhost systemd[1]: Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters... | |
[ 14.449542] localhost systemd[1]: Finished dracut-cmdline-ask.service - dracut ask for additional cmdline parameters. | |
[ 17.759423] localhost kernel: scsi 1:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 | |
[ 17.764951] localhost kernel: scsi target1:0:0: tagged command queuing enabled, command queue depth 16. | |
[ 17.773588] localhost kernel: scsi target1:0:0: Beginning Domain Validation | |
[ 17.780058] localhost kernel: scsi target1:0:0: Domain Validation skipping write tests | |
[ 17.784401] localhost kernel: scsi target1:0:0: Ending Domain Validation | |
[ 17.794108] localhost kernel: scsi 1:0:1:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 | |
[ 17.804523] localhost kernel: scsi target1:0:1: tagged command queuing enabled, command queue depth 16. | |
[ 17.812506] localhost kernel: scsi target1:0:1: Beginning Domain Validation | |
[ 17.819224] localhost kernel: scsi target1:0:1: Domain Validation skipping write tests | |
[ 17.823550] localhost kernel: scsi target1:0:1: Ending Domain Validation | |
[ 18.120263] localhost kernel: sd 1:0:0:0: Power-on or device reset occurred | |
[ 18.132735] localhost kernel: sd 1:0:1:0: Power-on or device reset occurred | |
[ 18.144226] localhost kernel: sd 1:0:0:0: [sda] 17809408 512-byte logical blocks: (9.12 GB/8.49 GiB) | |
[ 18.153104] localhost kernel: sd 1:0:1:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) | |
[ 18.163846] localhost kernel: sd 1:0:0:0: [sda] Write Protect is off | |
[ 18.167310] localhost kernel: sd 1:0:0:0: [sda] Mode Sense: 63 00 00 08 | |
[ 18.171832] localhost kernel: sd 1:0:1:0: [sdb] Write Protect is off | |
[ 18.175321] localhost kernel: sd 1:0:1:0: [sdb] Mode Sense: 63 00 00 08 | |
[ 18.180093] localhost kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
[ 18.187986] localhost kernel: sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
[ 18.213481] localhost kernel: uhci_hcd 0000:00:01.2: UHCI Host Controller | |
[ 18.233009] localhost kernel: sdb: sdb1 | |
[ 18.236558] localhost kernel: uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 | |
[ 18.243963] localhost kernel: sd 1:0:1:0: [sdb] Attached SCSI disk | |
[ 18.247852] localhost kernel: sda: sda1 sda2 sda3 sda4 sda6 sda7 sda9 | |
[ 18.255631] localhost kernel: uhci_hcd 0000:00:01.2: detected 2 ports | |
[ 18.259704] localhost kernel: sd 1:0:0:0: [sda] Attached SCSI disk | |
[ 18.274043] localhost kernel: uhci_hcd 0000:00:01.2: irq 11, io port 0x0000e140 | |
[ 18.298571] localhost kernel: hub 1-0:1.0: USB hub found | |
[ 18.310513] localhost kernel: hub 1-0:1.0: 2 ports detected | |
[ 18.549502] localhost kernel: usb 1-1: new full-speed USB device number 2 using uhci_hcd | |
[ 18.833711] localhost kernel: BTRFS: device label OEM devid 1 transid 18 /dev/sda6 scanned by (udev-worker) (431) | |
[ 18.901797] localhost kernel: BTRFS: device fsid 34537310-4d94-4cdb-a216-a5ab71c3abfb devid 1 transid 36 /dev/sda3 scanned by (udev-worker) (435) | |
[ 18.527404] localhost systemd[1]: Found device dev-disk-by\x2dlabel-ROOT.device - QEMU_HARDDISK ROOT. | |
[ 18.702212] localhost systemd[1]: Found device dev-disk-by\x2dlabel-EFI\x2dSYSTEM.device - QEMU_HARDDISK EFI-SYSTEM. | |
[ 19.236461] localhost kernel: hid: raw HID events driver (C) Jiri Kosina | |
[ 19.396019] localhost kernel: usbcore: registered new interface driver usbhid | |
[ 19.399913] localhost kernel: usbhid: USB HID core driver | |
[ 18.907344] localhost systemd[1]: Found device dev-disk-by\x2dlabel-OEM.device - QEMU_HARDDISK OEM. | |
[ 18.981789] localhost systemd[1]: Found device dev-disk-by\x2dpartuuid-7130c94a\x2d213a\x2d4e5a\x2d8e26\x2d6cce9662f132.device - QEMU_HARDDISK USR-A. | |
[ 18.995385] localhost systemd[1]: Found device dev-disk-by\x2dpartlabel-USR\x2dA.device - QEMU_HARDDISK USR-A. | |
[ 19.509862] localhost kernel: input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input2 | |
[ 19.514505] localhost kernel: hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 | |
[ 19.070583] localhost systemd[1]: Starting disk-uuid.service - Generate new UUID for disk GPT if necessary... | |
[ 19.173357] localhost systemd[1]: disk-uuid.service: Deactivated successfully. | |
[ 19.178546] localhost systemd[1]: Finished disk-uuid.service - Generate new UUID for disk GPT if necessary. | |
[ 19.193824] localhost systemd[1]: Starting verity-setup.service - Verity Setup for /dev/mapper/usr... | |
[ 19.243600] localhost sh[492]: Success | |
[ 19.853846] localhost kernel: device-mapper: verity: sha256 using implementation "sha256-generic" | |
[ 19.841326] localhost systemd[1]: Found device dev-mapper-usr.device - /dev/mapper/usr. | |
[ 19.873534] localhost systemd[1]: Mounting sysusr-usr.mount - /sysusr/usr... | |
[ 19.951507] localhost systemd[1]: Finished verity-setup.service - Verity Setup for /dev/mapper/usr. | |
[ 20.553464] localhost kernel: BTRFS info (device dm-0): first mount of filesystem 34537310-4d94-4cdb-a216-a5ab71c3abfb | |
[ 20.560496] localhost kernel: BTRFS info (device dm-0): using crc32c (crc32c-generic) checksum algorithm | |
[ 20.566191] localhost kernel: BTRFS warning (device dm-0): 'nologreplay' is deprecated, use 'rescue=nologreplay' instead | |
[ 20.572604] localhost kernel: BTRFS info (device dm-0): disabling log replay at mount time | |
[ 20.577256] localhost kernel: BTRFS info (device dm-0): using free space tree | |
[ 20.132710] localhost systemd[1]: Mounted sysusr-usr.mount - /sysusr/usr. | |
[ 20.145344] localhost systemd[1]: afterburn-network-kargs.service - Afterburn Initrd Setup Network Kernel Arguments was skipped because no trigger condition checks were met. | |
[ 20.178967] localhost systemd[1]: Starting ignition-setup.service - Ignition (setup)... | |
[ 20.210359] localhost systemd[1]: Starting parse-ip-for-networkd.service - Write systemd-networkd units from cmdline... | |
[ 20.929541] localhost kernel: BTRFS info (device sda6): first mount of filesystem 367e75c8-c00b-4a0d-a9c7-6419752d7a2b | |
[ 20.954558] localhost kernel: BTRFS info (device sda6): using crc32c (crc32c-generic) checksum algorithm | |
[ 20.960734] localhost kernel: BTRFS info (device sda6): using free space tree | |
[ 20.996904] localhost kernel: BTRFS info (device sda6): auto enabling async discard | |
[ 21.128614] localhost kernel: BTRFS info (device sda6): last unmount of filesystem 367e75c8-c00b-4a0d-a9c7-6419752d7a2b | |
[ 20.634193] localhost systemd[1]: mnt-oem.mount: Deactivated successfully. | |
[ 20.728503] localhost systemd[1]: Finished ignition-setup.service - Ignition (setup). | |
[ 20.765206] localhost systemd[1]: Starting ignition-fetch-offline.service - Ignition (fetch-offline)... | |
[ 22.016149] localhost ignition[590]: Ignition 2.20.0 | |
[ 22.024803] localhost ignition[590]: Stage: fetch-offline | |
[ 22.035488] localhost ignition[590]: no configs at "/usr/lib/ignition/base.d" | |
[ 22.041856] localhost ignition[590]: no config dir at "/usr/lib/ignition/base.platform.d/proxmoxve" | |
[ 22.048383] localhost ignition[590]: parsed url from cmdline: "" | |
[ 22.048654] localhost ignition[590]: no config URL provided | |
[ 22.053978] localhost ignition[590]: reading system config file "/usr/lib/ignition/user.ign" | |
[ 22.060633] localhost ignition[590]: no config at "/usr/lib/ignition/user.ign" | |
[ 22.066341] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 22.173820] localhost systemd[1]: Finished parse-ip-for-networkd.service - Write systemd-networkd units from cmdline. | |
[ 22.212870] localhost systemd[1]: Starting systemd-networkd.service - Network Configuration... | |
[ 22.392232] localhost systemd-networkd[677]: lo: Link UP | |
[ 22.401231] localhost systemd-networkd[677]: lo: Gained carrier | |
[ 22.416832] localhost systemd-networkd[677]: Enumeration completed | |
[ 22.423402] localhost systemd[1]: Started systemd-networkd.service - Network Configuration. | |
[ 22.428226] localhost systemd[1]: Reached target network.target - Network. | |
[ 23.032518] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 24.033224] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 25.033847] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 26.034577] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 27.035242] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 28.037233] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 29.039235] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 30.040868] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 31.043117] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 32.045702] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 33.047567] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 34.049794] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 35.051765] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 36.053899] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 37.056235] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 38.058283] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 39.060859] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 40.063552] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 41.065975] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 42.068830] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 43.071112] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 44.073267] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 45.075345] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 46.075931] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 47.078240] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 48.080419] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 49.082384] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 50.084635] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 51.086665] localhost ignition[590]: config drive ("/dev/disk/by-label/cidata") not found. Waiting... | |
[ 52.032844] localhost ignition[590]: cidata drive was not available in time. Continuing without a config... | |
[ 52.038539] localhost ignition[590]: parsing config with SHA512: cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e | |
[ 52.038748] localhost ignition[590]: not a config (empty): provider config was empty, continuing with empty cache config | |
[ 52.050637] localhost ignition[590]: fetched base config from "system" | |
[ 52.056335] localhost ignition[590]: timed out while fetching config from config drive (cidata) | |
[ 52.064565] localhost ignition[590]: fetch-offline: fetch-offline passed | |
[ 52.069355] localhost ignition[590]: Ignition finished successfully | |
[ 52.076313] localhost systemd[1]: Finished ignition-fetch-offline.service - Ignition (fetch-offline). | |
[ 52.088578] localhost systemd[1]: ignition-fetch.service - Ignition (fetch) was skipped because of an unmet condition check (ConditionPathExists=!/run/ignition.json). | |
[ 52.103189] localhost systemd[1]: Starting ignition-kargs.service - Ignition (kargs)... | |
[ 52.222584] localhost ignition[681]: Ignition 2.20.0 | |
[ 52.229579] localhost ignition[681]: Stage: kargs | |
[ 52.234627] localhost ignition[681]: no configs at "/usr/lib/ignition/base.d" | |
[ 52.240333] localhost ignition[681]: no config dir at "/usr/lib/ignition/base.platform.d/proxmoxve" | |
[ 52.247945] localhost ignition[681]: kargs: kargs passed | |
[ 52.253303] localhost ignition[681]: Ignition finished successfully | |
[ 52.264491] localhost systemd[1]: Finished ignition-kargs.service - Ignition (kargs). | |
[ 52.278894] localhost systemd[1]: Starting ignition-disks.service - Ignition (disks)... | |
[ 52.392152] localhost ignition[686]: Ignition 2.20.0 | |
[ 52.398985] localhost ignition[686]: Stage: disks | |
[ 52.404626] localhost ignition[686]: no configs at "/usr/lib/ignition/base.d" | |
[ 52.409567] localhost ignition[686]: no config dir at "/usr/lib/ignition/base.platform.d/proxmoxve" | |
[ 52.420180] localhost ignition[686]: disks: disks passed | |
[ 52.434504] localhost ignition[686]: Ignition finished successfully | |
[ 52.444165] localhost systemd[1]: Finished ignition-disks.service - Ignition (disks). | |
[ 52.454555] localhost systemd[1]: Reached target initrd-root-device.target - Initrd Root Device. | |
[ 52.461558] localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. | |
[ 52.467557] localhost systemd[1]: Reached target local-fs.target - Local File Systems. | |
[ 52.471943] localhost systemd[1]: Reached target sysinit.target - System Initialization. | |
[ 52.478332] localhost systemd[1]: Reached target basic.target - Basic System. | |
[ 52.492285] localhost systemd[1]: Starting systemd-fsck-root.service - File System Check on /dev/disk/by-label/ROOT... | |
[ 52.654088] localhost systemd-fsck[693]: ROOT: clean, 59/1628000 files, 120730/1617920 blocks | |
[ 52.680520] localhost systemd[1]: Finished systemd-fsck-root.service - File System Check on /dev/disk/by-label/ROOT. | |
[ 52.720981] localhost systemd[1]: Mounting sysroot.mount - /sysroot... | |
[ 54.026652] localhost kernel: EXT4-fs (sda9): mounted filesystem 66cb633e-7f55-4978-b2ff-74d3156e50e9 r/w with ordered data mode. Quota mode: none. | |
[ 53.546631] localhost systemd[1]: Mounted sysroot.mount - /sysroot. | |
[ 53.605946] localhost systemd[1]: Reached target initrd-root-fs.target - Initrd Root File System. | |
[ 53.634636] localhost systemd[1]: Mounting sysroot-oem.mount - /sysroot/oem... | |
[ 53.691251] localhost systemd[1]: Mounting sysroot-usr.mount - /sysroot/usr... | |
[ 53.724211] localhost systemd[1]: Starting flatcar-digitalocean-network.service - Flatcar DigitalOcean Network Agent... | |
[ 53.788253] localhost systemd[1]: Starting flatcar-metadata-hostname.service - Flatcar Metadata Hostname Agent... | |
[ 53.822341] localhost systemd[1]: ignition-remount-sysroot.service - Remount /sysroot read-write for Ignition was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/sysroot). | |
[ 53.854595] localhost systemd[1]: Reached target ignition-diskful.target - Ignition Boot Disk Setup. | |
[ 54.065789] localhost systemd[1]: Mounted sysroot-usr.mount - /sysroot/usr. | |
[ 54.641789] localhost kernel: BTRFS: device label OEM devid 1 transid 19 /dev/sda6 scanned by mount (702) | |
[ 54.227755] localhost systemd[1]: Starting initrd-setup-root.service - Root filesystem setup... | |
[ 54.754127] localhost kernel: BTRFS info (device sda6): first mount of filesystem 367e75c8-c00b-4a0d-a9c7-6419752d7a2b | |
[ 54.754165] localhost kernel: BTRFS info (device sda6): using crc32c (crc32c-generic) checksum algorithm | |
[ 54.754197] localhost kernel: BTRFS info (device sda6): using free space tree | |
[ 54.975879] localhost kernel: BTRFS info (device sda6): auto enabling async discard | |
[ 54.783301] localhost systemd[1]: Mounted sysroot-oem.mount - /sysroot/oem. | |
[ 55.504497] localhost initrd-setup-root[734]: cut: /sysroot/etc/passwd: No such file or directory | |
[ 55.564213] localhost initrd-setup-root[741]: cut: /sysroot/etc/group: No such file or directory | |
[ 55.619195] localhost initrd-setup-root[748]: cut: /sysroot/etc/shadow: No such file or directory | |
[ 55.690296] localhost initrd-setup-root[755]: cut: /sysroot/etc/gshadow: No such file or directory | |
[ 56.404155] localhost systemd[1]: Finished initrd-setup-root.service - Root filesystem setup. | |
[ 56.426154] localhost systemd[1]: Starting ignition-mount.service - Ignition (mount)... | |
[ 56.475204] localhost systemd[1]: Starting sysroot-boot.service - /sysroot/boot... | |
[ 57.242565] localhost kernel: BTRFS info (device sda6): last unmount of filesystem 367e75c8-c00b-4a0d-a9c7-6419752d7a2b | |
[ 56.760520] localhost systemd[1]: sysroot-oem.mount: Deactivated successfully. | |
[ 56.997447] localhost systemd[1]: Finished sysroot-boot.service - /sysroot/boot. | |
[ 57.084221] localhost ignition[826]: INFO : Ignition 2.20.0 | |
[ 57.084221] localhost ignition[826]: INFO : Stage: mount | |
[ 57.097458] localhost ignition[826]: INFO : no configs at "/usr/lib/ignition/base.d" | |
[ 57.097458] localhost ignition[826]: INFO : no config dir at "/usr/lib/ignition/base.platform.d/proxmoxve" | |
[ 57.111664] localhost ignition[826]: INFO : mount: mount passed | |
[ 57.111664] localhost ignition[826]: INFO : Ignition finished successfully | |
[ 57.120718] localhost systemd[1]: Finished ignition-mount.service - Ignition (mount). | |
[ 62.633185] localhost coreos-metadata[704]: Error: failed to run | |
[ 62.633185] localhost coreos-metadata[704]: Caused by: | |
[ 62.633185] localhost coreos-metadata[704]: 0: fetching metadata from provider | |
[ 62.633185] localhost coreos-metadata[704]: 1: maximum number of retries (3) reached | |
[ 62.633185] localhost coreos-metadata[704]: 2: failed to mount (read-only) source '/dev/disk/by-label/cidata' to target '/tmp/afterburn-Kk3KoQ', with type 'iso9660' | |
[ 62.633185] localhost coreos-metadata[704]: 3: ENOENT: No such file or directory | |
[ 62.691725] localhost coreos-metadata[705]: Error: failed to run | |
[ 62.691725] localhost coreos-metadata[705]: Caused by: | |
[ 62.691725] localhost coreos-metadata[705]: 0: fetching metadata from provider | |
[ 62.691725] localhost coreos-metadata[705]: 1: maximum number of retries (3) reached | |
[ 62.691725] localhost coreos-metadata[705]: 2: failed to mount (read-only) source '/dev/disk/by-label/cidata' to target '/tmp/afterburn-2FVY0i', with type 'iso9660' | |
[ 62.691725] localhost coreos-metadata[705]: 3: ENOENT: No such file or directory | |
[ 62.729530] localhost systemd[1]: flatcar-digitalocean-network.service: Main process exited, code=exited, status=1/FAILURE | |
[ 62.737665] localhost systemd[1]: flatcar-digitalocean-network.service: Failed with result 'exit-code'. | |
[ 62.743351] localhost systemd[1]: Failed to start flatcar-digitalocean-network.service - Flatcar DigitalOcean Network Agent. | |
[ 62.749605] localhost systemd[1]: Dependency failed for initrd.target - Initrd Default Target. | |
[ 62.757531] localhost systemd[1]: initrd.target: Job initrd.target/start failed with result 'dependency'. | |
[ 62.786512] localhost systemd[1]: initrd.target: Triggering OnFailure= dependencies. | |
[ 62.792755] localhost systemd[1]: flatcar-metadata-hostname.service: Main process exited, code=exited, status=1/FAILURE | |
[ 62.799649] localhost systemd[1]: flatcar-metadata-hostname.service: Failed with result 'exit-code'. | |
[ 62.806557] localhost systemd[1]: Failed to start flatcar-metadata-hostname.service - Flatcar Metadata Hostname Agent. | |
[ 62.813566] localhost systemd[1]: flatcar-metadata-hostname.service: Triggering OnFailure= dependencies. | |
[ 62.822574] localhost systemd[1]: Stopped target basic.target - Basic System. | |
[ 62.827420] localhost systemd[1]: Stopped target ignition-diskful.target - Ignition Boot Disk Setup. | |
[ 62.834617] localhost systemd[1]: Stopped target nss-lookup.target - Host and Network Name Lookups. | |
[ 62.840654] localhost systemd[1]: Stopped target remote-cryptsetup.target - Remote Encrypted Volumes. | |
[ 62.847575] localhost systemd[1]: Stopped target remote-fs.target - Remote File Systems. | |
[ 62.854536] localhost systemd[1]: Stopped target remote-fs-pre.target - Preparation for Remote File Systems. | |
[ 62.864634] localhost systemd[1]: Stopped target sysinit.target - System Initialization. | |
[ 62.872462] localhost systemd[1]: Stopped target local-fs.target - Local File Systems. | |
[ 62.878418] localhost systemd[1]: Stopped target swap.target - Swaps. | |
[ 62.885611] localhost systemd[1]: Stopped target timers.target - Timer Units. | |
[ 62.891950] localhost systemd[1]: Unmounting sysroot-boot.mount - /sysroot/boot... | |
[ 62.898532] localhost systemd[1]: Unmounting sysroot-etc.mount - /sysroot/etc... | |
[ 62.906435] localhost systemd[1]: Stopping ignition-mount.service - Ignition (mount)... | |
[ 62.943683] localhost systemd[1]: Stopping sysroot-boot.service - /sysroot/boot... | |
[ 63.040867] localhost systemd[1]: sysroot-boot.mount: Deactivated successfully. | |
[ 63.050605] localhost systemd[1]: Unmounted sysroot-boot.mount - /sysroot/boot. | |
[ 63.124255] localhost systemd[1]: sysroot-etc.mount: Deactivated successfully. | |
[ 63.136344] localhost systemd[1]: Unmounted sysroot-etc.mount - /sysroot/etc. | |
[ 63.202295] localhost systemd[1]: sysroot-boot.service: Deactivated successfully. | |
[ 63.211326] localhost systemd[1]: Stopped sysroot-boot.service - /sysroot/boot. | |
[ 63.292279] localhost ignition[842]: INFO : Ignition 2.20.0 | |
[ 63.292279] localhost ignition[842]: INFO : Stage: umount | |
[ 63.304518] localhost ignition[842]: INFO : no configs at "/usr/lib/ignition/base.d" | |
[ 63.304518] localhost ignition[842]: INFO : no config dir at "/usr/lib/ignition/base.platform.d/proxmoxve" | |
[ 63.318340] localhost ignition[842]: INFO : umount: umount passed | |
[ 63.318340] localhost ignition[842]: INFO : Ignition finished successfully | |
[ 63.327401] localhost systemd[1]: ignition-mount.service: Deactivated successfully. | |
[ 63.334610] localhost systemd[1]: Stopped ignition-mount.service - Ignition (mount). | |
[ 63.339750] localhost systemd[1]: Stopped target network.target - Network. | |
[ 63.344402] localhost systemd[1]: initrd-setup-root.service: Deactivated successfully. | |
[ 63.349198] localhost systemd[1]: Stopped initrd-setup-root.service - Root filesystem setup. | |
[ 63.357407] localhost systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System. | |
[ 63.364457] localhost systemd[1]: Unmounting sysroot-usr.mount - /sysroot/usr... | |
[ 63.378142] localhost systemd[1]: Stopping systemd-networkd.service - Network Configuration... | |
[ 63.397608] localhost systemd[1]: Stopping systemd-resolved.service - Network Name Resolution... | |
[ 63.416990] localhost systemd[1]: systemd-resolved.service: Deactivated successfully. | |
[ 63.425932] localhost systemd[1]: Stopped systemd-resolved.service - Network Name Resolution. | |
[ 63.449188] localhost systemd[1]: systemd-networkd.service: Deactivated successfully. | |
[ 63.455693] localhost systemd[1]: Stopped systemd-networkd.service - Network Configuration. | |
[ 63.494928] localhost systemd[1]: Stopping network-cleanup.service - Network Cleanup... | |
[ 63.504914] localhost systemd[1]: parse-ip-for-networkd.service: Deactivated successfully. | |
[ 63.515834] localhost systemd[1]: Stopped parse-ip-for-networkd.service - Write systemd-networkd units from cmdline. | |
[ 63.526571] localhost systemd[1]: systemd-sysctl.service: Deactivated successfully. | |
[ 63.531474] localhost systemd[1]: Stopped systemd-sysctl.service - Apply Kernel Variables. | |
[ 63.543576] localhost systemd[1]: systemd-modules-load.service: Deactivated successfully. | |
[ 63.549537] localhost systemd[1]: Stopped systemd-modules-load.service - Load Kernel Modules. | |
[ 63.558789] localhost systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully. | |
[ 63.566620] localhost systemd[1]: Stopped systemd-tmpfiles-setup.service - Create System Files and Directories. | |
[ 63.576840] localhost systemd[1]: sysroot-usr.mount: Deactivated successfully. | |
[ 63.584216] localhost systemd[1]: Unmounted sysroot-usr.mount - /sysroot/usr. | |
[ 63.613634] localhost systemd[1]: Unmounting sysroot.mount - /sysroot... | |
[ 63.669537] localhost systemd[1]: network-cleanup.service: Deactivated successfully. | |
[ 63.676464] localhost systemd[1]: Stopped network-cleanup.service - Network Cleanup. | |
[ 64.205893] localhost kernel: EXT4-fs (sda9): unmounting filesystem 66cb633e-7f55-4978-b2ff-74d3156e50e9. | |
[ 63.724565] localhost systemd[1]: sysroot.mount: Deactivated successfully. | |
[ 63.729447] localhost systemd[1]: Unmounted sysroot.mount - /sysroot. | |
[ 63.736460] localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully. | |
[ 63.741985] localhost systemd[1]: Stopped systemd-fsck-root.service - File System Check on /dev/disk/by-label/ROOT. | |
[ 63.751468] localhost systemd[1]: Stopped target initrd-root-device.target - Initrd Root Device. | |
[ 63.757369] localhost systemd[1]: Stopped target local-fs-pre.target - Preparation for Local File Systems. | |
[ 63.763414] localhost systemd[1]: dracut-pre-mount.service: Deactivated successfully. | |
[ 63.767467] localhost systemd[1]: Stopped dracut-pre-mount.service - dracut pre-mount hook. | |
[ 63.773613] localhost systemd[1]: Stopped target cryptsetup.target - Local Encrypted Volumes. | |
[ 63.781406] localhost systemd[1]: Stopped target cryptsetup-pre.target - Local Encrypted Volumes (Pre). | |
[ 63.785815] localhost systemd[1]: clevis-luks-askpass.path: Deactivated successfully. | |
[ 63.790477] localhost systemd[1]: Stopped clevis-luks-askpass.path - Forward Password Requests to Clevis Directory Watch. | |
[ 63.797361] localhost systemd[1]: dracut-initqueue.service: Deactivated successfully. | |
[ 63.800640] localhost systemd[1]: Stopped dracut-initqueue.service - dracut initqueue hook. | |
[ 63.805424] localhost systemd[1]: ignition-disks.service: Deactivated successfully. | |
[ 63.808848] localhost systemd[1]: Stopped ignition-disks.service - Ignition (disks). | |
[ 63.813330] localhost systemd[1]: ignition-fetch-offline.service: Deactivated successfully. | |
[ 63.819963] localhost systemd[1]: Stopped ignition-fetch-offline.service - Ignition (fetch-offline). | |
[ 63.825948] localhost systemd[1]: Stopped target paths.target - Path Units. | |
[ 63.831632] localhost systemd[1]: systemd-ask-password-console.path: Deactivated successfully. | |
[ 63.839128] localhost systemd[1]: Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. | |
[ 63.846296] localhost systemd[1]: Stopped target slices.target - Slice Units. | |
[ 63.851583] localhost systemd[1]: Stopped target sockets.target - Socket Units. | |
[ 63.857473] localhost systemd[1]: iscsid.socket: Deactivated successfully. | |
[ 63.862552] localhost systemd[1]: Closed iscsid.socket - Open-iSCSI iscsid Socket. | |
[ 63.867624] localhost systemd[1]: iscsiuio.socket: Deactivated successfully. | |
[ 63.880412] localhost systemd[1]: Closed iscsiuio.socket - Open-iSCSI iscsiuio Socket. | |
[ 63.885714] localhost systemd[1]: systemd-networkd.socket: Deactivated successfully. | |
[ 63.895633] localhost systemd[1]: Closed systemd-networkd.socket - Network Service Netlink Socket. | |
[ 63.902436] localhost systemd[1]: Started emergency.service - Emergency Shell. | |
[ 63.911428] localhost systemd[1]: Reached target emergency.target - Emergency Mode. | |
[ 63.916578] localhost systemd[1]: ignition-kargs.service: Deactivated successfully. | |
[ 63.921661] localhost systemd[1]: Stopped ignition-kargs.service - Ignition (kargs). | |
[ 63.926594] localhost systemd[1]: ignition-setup.service: Deactivated successfully. | |
[ 63.931566] localhost systemd[1]: Stopped ignition-setup.service - Ignition (setup). | |
[ 63.976412] localhost systemd[1]: Unmounting sysusr-usr.mount - /sysusr/usr... | |
[ 63.982850] localhost systemd[1]: ignition-setup-pre.service: Deactivated successfully. | |
[ 63.991730] localhost systemd[1]: Stopped ignition-setup-pre.service - Ignition env setup. | |
[ 63.999939] localhost systemd[1]: systemd-udev-trigger.service: Deactivated successfully. | |
[ 64.005530] localhost systemd[1]: Stopped systemd-udev-trigger.service - Coldplug All udev Devices. | |
[ 64.015526] localhost systemd[1]: systemd-udevd-control.socket: Deactivated successfully. | |
[ 64.021451] localhost systemd[1]: Closed systemd-udevd-control.socket - udev Control Socket. | |
[ 64.032300] localhost systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully. | |
[ 64.041443] localhost systemd[1]: Closed systemd-udevd-kernel.socket - udev Kernel Socket. | |
[ 64.051002] localhost systemd[1]: dracut-pre-trigger.service: Deactivated successfully. | |
[ 64.056368] localhost systemd[1]: Stopped dracut-pre-trigger.service - dracut pre-trigger hook. | |
[ 64.067843] localhost systemd[1]: dracut-pre-udev.service: Deactivated successfully. | |
[ 64.567593] localhost kernel: BTRFS info (device dm-0): last unmount of filesystem 34537310-4d94-4cdb-a216-a5ab71c3abfb | |
[ 64.074752] localhost systemd[1]: Stopped dracut-pre-udev.service - dracut pre-udev hook. | |
[ 64.087462] localhost systemd[1]: dracut-cmdline.service: Deactivated successfully. | |
[ 64.097003] localhost systemd[1]: Stopped dracut-cmdline.service - dracut cmdline hook. | |
[ 64.106436] localhost systemd[1]: dracut-cmdline-ask.service: Deactivated successfully. | |
[ 64.113388] localhost systemd[1]: Stopped dracut-cmdline-ask.service - dracut ask for additional cmdline parameters. | |
[ 64.120600] localhost systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully. | |
[ 64.125457] localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. | |
[ 64.132722] localhost systemd[1]: sysusr-usr.mount: Deactivated successfully. | |
[ 64.138505] localhost systemd[1]: Unmounted sysusr-usr.mount - /sysusr/usr. | |
[ 64.144514] localhost systemd[1]: systemd-fsck-usr.service: Deactivated successfully. | |
[ 64.151211] localhost systemd[1]: Stopped systemd-fsck-usr.service. | |
[ 64.156843] localhost systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully. | |
[ 64.163285] localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. | |
[ 64.169597] localhost systemd[1]: kmod-static-nodes.service: Deactivated successfully. | |
[ 64.174747] localhost systemd[1]: Stopped kmod-static-nodes.service - Create List of Static Device Nodes. | |
[ 64.181536] localhost systemd[1]: Startup finished in 4.737s (kernel) + 0 (initrd) + 59.416s (userspace) = 1min 4.154s. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment