Created
September 7, 2020 00:08
-
-
Save steelcowboy/5148d854b3d83d84c734e5a0830e927d to your computer and use it in GitHub Desktop.
rdsosreport from trying to install MicroOS on a Raspberry Pi 4 with an external SSD
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-050+suse.75.g266a76d9-1.1 | |
dracut-050+suse.75.g266a76d9-1.1 | |
+ 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' | |
BOOT_IMAGE=/boot/Image-5.8.4-1-default root=UUID=928fe5dd-3410-4f2a-95fe-079f682bb677 rw rd.timeout=60 console=ttyS0,115200n8 console=tty0 quiet net.ifnames=0 ignition.firstboot rd.neednet=1 ip=dhcp ignition.platform.id=metal rd.neednet=0 | |
+ '[' -f /etc/cmdline ']' | |
+ for _i in /etc/cmdline.d/*.conf | |
+ '[' -f /etc/cmdline.d/20-force_drivers.conf ']' | |
+ echo /etc/cmdline.d/20-force_drivers.conf | |
/etc/cmdline.d/20-force_drivers.conf | |
+ cat /etc/cmdline.d/20-force_drivers.conf | |
+ sed -e 's/\(ftp:\/\/.*\):.*@/\1:*******@/g;s/\(cifs:\/\/.*\):.*@/\1:*******@/g;s/cifspass=[^ ]*/cifspass=*******/g;s/iscsi:.*@/iscsi:******@/g;s/rd.iscsi.password=[^ ]*/rd.iscsi.password=******/g;s/rd.iscsi.in.password=[^ ]*/rd.iscsi.in.password=******/g' | |
rd.driver.pre=overlay | |
+ cat /proc/self/mountinfo | |
1 1 0:2 / / rw shared:1 - rootfs none rw | |
26 1 0:24 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw | |
27 1 0:25 / /proc rw,nosuid,nodev,noexec,relatime shared:9 - proc proc rw | |
28 1 0:5 / /dev rw,nosuid shared:10 - devtmpfs devtmpfs rw,size=1883904k,nr_inodes=470976,mode=755 | |
29 26 0:7 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw | |
30 28 0:26 / /dev/shm rw,nosuid,nodev shared:11 - tmpfs tmpfs rw | |
31 28 0:27 / /dev/pts rw,nosuid,noexec,relatime shared:12 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 | |
32 1 0:28 / /run rw,nosuid,nodev shared:13 - tmpfs tmpfs rw,mode=755 | |
33 26 0:29 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755 | |
34 33 0:30 / /sys/fs/cgroup/unified rw,nosuid,nodev,noexec,relatime shared:5 - cgroup2 cgroup2 rw,nsdelegate | |
35 33 0:31 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:6 - cgroup cgroup rw,xattr,name=systemd | |
36 26 0:32 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:7 - pstore pstore rw | |
37 26 0:33 / /sys/fs/bpf rw,nosuid,nodev,noexec,relatime shared:8 - bpf none rw,mode=700 | |
38 33 0:34 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,devices | |
39 33 0:35 / /sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,hugetlb | |
40 33 0:36 / /sys/fs/cgroup/rdma rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,rdma | |
41 33 0:37 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,freezer | |
42 33 0:38 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:18 - cgroup cgroup rw,cpu,cpuacct | |
43 33 0:39 / /sys/fs/cgroup/pids rw,nosuid,nodev,noexec,relatime shared:19 - cgroup cgroup rw,pids | |
44 33 0:40 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:20 - cgroup cgroup rw,cpuset | |
45 33 0:41 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:21 - cgroup cgroup rw,memory | |
46 33 0:42 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:22 - cgroup cgroup rw,blkio | |
47 33 0:43 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:23 - cgroup cgroup rw,perf_event | |
48 33 0:44 / /sys/fs/cgroup/net_cls,net_prio rw,nosuid,nodev,noexec,relatime shared:24 - cgroup cgroup rw,net_cls,net_prio | |
99 26 0:23 / /sys/kernel/config rw,nosuid,nodev,noexec,relatime shared:51 - configfs configfs rw | |
+ cat /proc/mounts | |
none / rootfs rw 0 0 | |
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0 | |
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 | |
devtmpfs /dev devtmpfs rw,nosuid,size=1883904k,nr_inodes=470976,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,mode=755 0 0 | |
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0 | |
cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0 | |
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0 | |
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0 | |
none /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0 | |
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0 | |
cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0 | |
cgroup /sys/fs/cgroup/rdma cgroup rw,nosuid,nodev,noexec,relatime,rdma 0 0 | |
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0 | |
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0 | |
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0 | |
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0 | |
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0 | |
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0 | |
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0 | |
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0 | |
configfs /sys/kernel/config configfs rw,nosuid,nodev,noexec,relatime 0 0 | |
+ blkid | |
/dev/sda1: SEC_TYPE="msdos" LABEL_FATBOOT="EFI" LABEL="EFI" UUID="9124-1F1D" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="c35aa8f6-01" | |
/dev/sda2: PARTUUID="c35aa8f6-02" | |
/dev/sdb1: LABEL="ignition" UUID="32f65d8b-d989-4a4b-9136-dc69ac9a0af9" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="226e38b3-c757-45ba-955e-5465be4255eb" | |
+ blkid -o udev | |
ID_FS_SEC_TYPE=msdos | |
ID_FS_LABEL_FATBOOT=EFI | |
ID_FS_LABEL_FATBOOT_ENC=EFI | |
ID_FS_LABEL=EFI | |
ID_FS_LABEL_ENC=EFI | |
ID_FS_UUID=9124-1F1D | |
ID_FS_UUID_ENC=9124-1F1D | |
ID_FS_BLOCK_SIZE=512 | |
ID_FS_TYPE=vfat | |
ID_FS_PARTUUID=c35aa8f6-01 | |
ID_FS_LABEL=ignition | |
ID_FS_LABEL_ENC=ignition | |
ID_FS_UUID=32f65d8b-d989-4a4b-9136-dc69ac9a0af9 | |
ID_FS_UUID_ENC=32f65d8b-d989-4a4b-9136-dc69ac9a0af9 | |
ID_FS_BLOCK_SIZE=4096 | |
ID_FS_TYPE=ext4 | |
ID_FS_PARTLABEL=Linux filesystem | |
ID_FS_PARTUUID=226e38b3-c757-45ba-955e-5465be4255eb | |
ID_FS_PARTUUID=c35aa8f6-02 | |
+ ls -l /dev/disk/by-id /dev/disk/by-label /dev/disk/by-partlabel /dev/disk/by-partuuid /dev/disk/by-path /dev/disk/by-uuid | |
/dev/disk/by-id: | |
total 0 | |
lrwxrwxrwx 1 root root 9 Aug 27 00:00 ata-SanDisk_Ultra_II_240GB_161816805843 -> ../../sda | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 ata-SanDisk_Ultra_II_240GB_161816805843-part1 -> ../../sda1 | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 ata-SanDisk_Ultra_II_240GB_161816805843-part2 -> ../../sda2 | |
lrwxrwxrwx 1 root root 9 Aug 27 00:00 usb-Kingston_DT_microDuo_3C_1C1B0D0194C9E360295668D3-0:0 -> ../../sdb | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 usb-Kingston_DT_microDuo_3C_1C1B0D0194C9E360295668D3-0:0-part1 -> ../../sdb1 | |
lrwxrwxrwx 1 root root 9 Aug 27 00:00 wwn-0x5001b448b44bd1f1 -> ../../sda | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 wwn-0x5001b448b44bd1f1-part1 -> ../../sda1 | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 wwn-0x5001b448b44bd1f1-part2 -> ../../sda2 | |
/dev/disk/by-label: | |
total 0 | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 EFI -> ../../sda1 | |
lrwxrwxrwx 1 root root 9 Aug 27 00:00 Ubuntu\x2020.04.1\x20LTS\x20amd64 -> ../../sdb | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 ignition -> ../../sdb1 | |
/dev/disk/by-partlabel: | |
total 0 | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 Linux\x20filesystem -> ../../sdb1 | |
/dev/disk/by-partuuid: | |
total 0 | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 226e38b3-c757-45ba-955e-5465be4255eb -> ../../sdb1 | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 c35aa8f6-01 -> ../../sda1 | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 c35aa8f6-02 -> ../../sda2 | |
/dev/disk/by-path: | |
total 0 | |
lrwxrwxrwx 1 root root 9 Aug 27 00:00 platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.4:1.0-scsi-0:0:0:0 -> ../../sdb | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.4:1.0-scsi-0:0:0:0-part1 -> ../../sdb1 | |
lrwxrwxrwx 1 root root 9 Aug 27 00:00 platform-fd500000.pcie-pci-0000:01:00.0-usb-0:2:1.0-scsi-0:0:0:0 -> ../../sda | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 platform-fd500000.pcie-pci-0000:01:00.0-usb-0:2:1.0-scsi-0:0:0:0-part1 -> ../../sda1 | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 platform-fd500000.pcie-pci-0000:01:00.0-usb-0:2:1.0-scsi-0:0:0:0-part2 -> ../../sda2 | |
/dev/disk/by-uuid: | |
total 0 | |
lrwxrwxrwx 1 root root 9 Aug 27 00:00 2020-07-31-16-51-12-00 -> ../../sdb | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 32f65d8b-d989-4a4b-9136-dc69ac9a0af9 -> ../../sdb1 | |
lrwxrwxrwx 1 root root 10 Aug 27 00:00 9124-1F1D -> ../../sda1 | |
+ for _i in /etc/conf.d/*.conf | |
+ '[' -f /etc/conf.d/systemd.conf ']' | |
+ echo /etc/conf.d/systemd.conf | |
/etc/conf.d/systemd.conf | |
+ cat /etc/conf.d/systemd.conf | |
+ sed -e 's/\(ftp:\/\/.*\):.*@/\1:*******@/g;s/\(cifs:\/\/.*\):.*@/\1:*******@/g;s/cifspass=[^ ]*/cifspass=*******/g;s/iscsi:.*@/iscsi:******@/g;s/rd.iscsi.password=[^ ]*/rd.iscsi.password=******/g;s/rd.iscsi.in.password=[^ ]*/rd.iscsi.in.password=******/g' | |
systemdutildir="/usr/lib/systemd" | |
systemdsystemunitdir="/usr/lib/systemd/system" | |
systemdsystemconfdir="/etc/systemd/system" | |
+ command -v lvm | |
+ lvm pvdisplay | |
WARNING: locking_type (4) is deprecated, using --sysinit --readonly. | |
+ lvm vgdisplay | |
WARNING: locking_type (4) is deprecated, using --sysinit --readonly. | |
+ lvm lvdisplay | |
WARNING: locking_type (4) is deprecated, using --sysinit --readonly. | |
+ command -v dmsetup | |
+ dmsetup ls --tree | |
No devices found | |
+ cat /proc/mdstat | |
cat: /proc/mdstat: No such file or directory | |
+ command -v ip | |
+ ip addr | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
inet 127.0.0.1/8 scope host lo | |
valid_lft forever preferred_lft forever | |
inet6 ::1/128 scope host | |
valid_lft forever preferred_lft forever | |
2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 | |
link/ether dc:a6:32:15:f1:29 brd ff:ff:ff:ff:ff:ff | |
+ 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' | |
-- Logs begin at Thu 2020-08-27 00:00:01 UTC, end at Thu 2020-08-27 00:00:15 UTC. -- | |
[ 0.000000] localhost kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd083] | |
[ 0.000000] localhost kernel: Linux version 5.8.4-1-default (geeko@buildhost) (gcc (SUSE Linux) 10.2.1 20200825 [revision c0746a1beb1ba073c7981eb09f55b3d993b32e5c], GNU ld (GNU Binutils; openSUSE Tumbleweed) 2.34.0.20200325-1) #1 SMP Wed Aug 26 10:53:09 UTC 2020 (64fe492) | |
[ 0.000000] localhost kernel: Machine model: Raspberry Pi 4 Model B Rev 1.1 | |
[ 0.000000] localhost kernel: efi: EFI v2.80 by Das U-Boot | |
[ 0.000000] localhost kernel: efi: RTPROP=0x3ca14040 SMBIOS=0x3ca0b000 MEMRESERVE=0x2467d040 | |
[ 0.000000] localhost kernel: Reserved memory: created CMA memory pool at 0x000000002c000000, size 64 MiB | |
[ 0.000000] localhost kernel: OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool | |
[ 0.000000] localhost kernel: NUMA: No NUMA configuration found | |
[ 0.000000] localhost kernel: NUMA: Faking a node at [mem 0x0000000000000000-0x00000000fbffffff] | |
[ 0.000000] localhost kernel: NUMA: NODE_DATA [mem 0xfb7ed480-0xfb7f1fff] | |
[ 0.000000] localhost kernel: Zone ranges: | |
[ 0.000000] localhost kernel: DMA [mem 0x0000000000000000-0x000000003fffffff] | |
[ 0.000000] localhost kernel: DMA32 [mem 0x0000000040000000-0x00000000fbffffff] | |
[ 0.000000] localhost kernel: Normal empty | |
[ 0.000000] localhost kernel: Device empty | |
[ 0.000000] localhost kernel: Movable zone start for each node | |
[ 0.000000] localhost kernel: Early memory node ranges | |
[ 0.000000] localhost kernel: node 0: [mem 0x0000000000000000-0x0000000000000fff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x0000000000001000-0x000000003c8abfff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003c8ac000-0x000000003c8adfff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003c8ae000-0x000000003ca02fff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003ca03000-0x000000003ca09fff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003ca0a000-0x000000003ca0afff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003ca0b000-0x000000003ca0bfff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003ca0c000-0x000000003ca0dfff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003ca0e000-0x000000003ca11fff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003ca12000-0x000000003ca13fff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003ca14000-0x000000003ca15fff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003ca16000-0x000000003de3ffff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003de40000-0x000000003de4ffff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x000000003de50000-0x000000003defffff] | |
[ 0.000000] localhost kernel: node 0: [mem 0x0000000040000000-0x00000000fbffffff] | |
[ 0.000000] localhost kernel: Zeroed struct page in unavailable ranges: 288 pages | |
[ 0.000000] localhost kernel: Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff] | |
[ 0.000000] localhost kernel: On node 0 totalpages: 1023744 | |
[ 0.000000] localhost kernel: DMA zone: 4096 pages used for memmap | |
[ 0.000000] localhost kernel: DMA zone: 0 pages reserved | |
[ 0.000000] localhost kernel: DMA zone: 253696 pages, LIFO batch:63 | |
[ 0.000000] localhost kernel: DMA32 zone: 12032 pages used for memmap | |
[ 0.000000] localhost kernel: DMA32 zone: 770048 pages, LIFO batch:63 | |
[ 0.000000] localhost kernel: percpu: Embedded 33 pages/cpu s94552 r8192 d32424 u135168 | |
[ 0.000000] localhost kernel: pcpu-alloc: s94552 r8192 d32424 u135168 alloc=33*4096 | |
[ 0.000000] localhost kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | |
[ 0.000000] localhost kernel: Detected PIPT I-cache on CPU0 | |
[ 0.000000] localhost kernel: CPU features: detected: EL2 vector hardening | |
[ 0.000000] localhost kernel: CPU features: kernel page table isolation forced ON by KASLR | |
[ 0.000000] localhost kernel: CPU features: detected: Kernel page table isolation (KPTI) | |
[ 0.000000] localhost kernel: ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware | |
[ 0.000000] localhost kernel: CPU features: detected: ARM errata 1165522, 1319367, or 1530923 | |
[ 0.000000] localhost kernel: Built 1 zonelists, mobility grouping on. Total pages: 1007616 | |
[ 0.000000] localhost kernel: Policy zone: DMA32 | |
[ 0.000000] localhost kernel: Kernel command line: BOOT_IMAGE=/boot/Image-5.8.4-1-default root=UUID=928fe5dd-3410-4f2a-95fe-079f682bb677 rw rd.timeout=60 console=ttyS0,115200n8 console=tty0 quiet net.ifnames=0 ignition.firstboot rd.neednet=1 ip=dhcp ignition.platform.id=metal rd.neednet=0 | |
[ 0.000000] localhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) | |
[ 0.000000] localhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) | |
[ 0.000000] localhost kernel: mem auto-init: stack:off, heap alloc:off, heap free:off | |
[ 0.000000] localhost kernel: software IO TLB: mapped [mem 0x388ac000-0x3c8ac000] (64MB) | |
[ 0.000000] localhost kernel: Memory: 1817088K/4094976K available (13692K kernel code, 2316K rwdata, 9652K rodata, 6656K init, 9512K bss, 261632K reserved, 65536K cma-reserved) | |
[ 0.000000] localhost kernel: random: get_random_u64 called from kmem_cache_open+0x34/0x27c with crng_init=0 | |
[ 0.000000] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] localhost kernel: ftrace: allocating 46440 entries in 182 pages | |
[ 0.000000] localhost kernel: ftrace: allocated 182 pages with 5 groups | |
[ 0.000000] localhost kernel: rcu: Hierarchical RCU implementation. | |
[ 0.000000] localhost kernel: rcu: RCU event tracing is enabled. | |
[ 0.000000] localhost kernel: rcu: RCU restricting CPUs from NR_CPUS=480 to nr_cpu_ids=4. | |
[ 0.000000] localhost kernel: Trampoline variant of Tasks RCU enabled. | |
[ 0.000000] localhost kernel: Rude variant of Tasks RCU enabled. | |
[ 0.000000] localhost kernel: Tracing variant of Tasks RCU enabled. | |
[ 0.000000] localhost kernel: rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. | |
[ 0.000000] localhost kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 | |
[ 0.000000] localhost kernel: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 | |
[ 0.000000] localhost kernel: GIC: Using split EOI/Deactivate mode | |
[ 0.000000] localhost kernel: arch_timer: cp15 timer(s) running at 54.00MHz (phys). | |
[ 0.000000] localhost kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns | |
[ 0.000002] localhost kernel: sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns | |
[ 0.000193] localhost kernel: Console: colour dummy device 80x25 | |
[ 0.000205] localhost kernel: printk: console [tty0] enabled | |
[ 0.000228] localhost kernel: serial port 0 not yet initialized | |
[ 0.000285] localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000) | |
[ 0.000289] localhost kernel: pid_max: default: 32768 minimum: 301 | |
[ 0.000341] localhost kernel: LSM: Security Framework initializing | |
[ 0.000399] localhost kernel: AppArmor: AppArmor initialized | |
[ 0.000514] localhost kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.000559] localhost kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) | |
[ 0.001627] localhost kernel: rcu: Hierarchical SRCU implementation. | |
[ 0.003547] localhost kernel: Remapping and enabling EFI services. | |
[ 0.003888] localhost kernel: smp: Bringing up secondary CPUs ... | |
[ 0.004181] localhost kernel: Detected PIPT I-cache on CPU1 | |
[ 0.004223] localhost kernel: CPU1: Booted secondary processor 0x0000000001 [0x410fd083] | |
[ 0.004548] localhost kernel: Detected PIPT I-cache on CPU2 | |
[ 0.004567] localhost kernel: CPU2: Booted secondary processor 0x0000000002 [0x410fd083] | |
[ 0.004868] localhost kernel: Detected PIPT I-cache on CPU3 | |
[ 0.004886] localhost kernel: CPU3: Booted secondary processor 0x0000000003 [0x410fd083] | |
[ 0.004927] localhost kernel: smp: Brought up 1 node, 4 CPUs | |
[ 0.004929] localhost kernel: SMP: Total of 4 processors activated. | |
[ 0.004933] localhost kernel: CPU features: detected: 32-bit EL0 Support | |
[ 0.004936] localhost kernel: CPU features: detected: CRC32 instructions | |
[ 0.004938] localhost kernel: CPU features: detected: 32-bit EL1 Support | |
[ 0.016445] localhost kernel: CPU: All CPU(s) started at EL2 | |
[ 0.016488] localhost kernel: alternatives: patching kernel code | |
[ 0.086287] localhost kernel: node 0 deferred pages initialised in 70ms | |
[ 0.087081] localhost kernel: devtmpfs: initialized | |
[ 0.091117] localhost kernel: Registered cp15_barrier emulation handler | |
[ 0.091131] localhost kernel: Registered setend emulation handler | |
[ 0.091135] localhost kernel: KASLR enabled | |
[ 0.091509] localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns | |
[ 0.091519] localhost kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear) | |
[ 0.092611] localhost kernel: pinctrl core: initialized pinctrl subsystem | |
[ 0.093356] localhost kernel: thermal_sys: Registered thermal governor 'fair_share' | |
[ 0.093358] localhost kernel: thermal_sys: Registered thermal governor 'bang_bang' | |
[ 0.093361] localhost kernel: thermal_sys: Registered thermal governor 'step_wise' | |
[ 0.093362] localhost kernel: thermal_sys: Registered thermal governor 'user_space' | |
[ 0.093525] localhost kernel: SMBIOS 3.0 present. | |
[ 0.093532] localhost kernel: DMI: raspberrypi rpi/rpi, BIOS 2020.04 08/09/2020 | |
[ 0.093871] localhost kernel: NET: Registered protocol family 16 | |
[ 0.094131] localhost kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations | |
[ 0.094186] localhost kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations | |
[ 0.094231] localhost kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations | |
[ 0.094252] localhost kernel: audit: initializing netlink subsys (disabled) | |
[ 0.094375] localhost kernel: audit: type=2000 audit(0.090:1): state=initialized audit_enabled=0 res=1 | |
[ 0.094957] localhost kernel: cpuidle: using governor ladder | |
[ 0.094966] localhost kernel: cpuidle: using governor menu | |
[ 0.095061] localhost kernel: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. | |
[ 0.095106] localhost kernel: ASID allocator initialised with 32768 entries | |
[ 0.095734] localhost kernel: Serial: AMBA PL011 UART driver | |
[ 0.107186] localhost kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages | |
[ 0.107191] localhost kernel: HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages | |
[ 0.107194] localhost kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages | |
[ 0.107196] localhost kernel: HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages | |
[ 0.110708] localhost kernel: ACPI: Interpreter disabled. | |
[ 0.111274] localhost kernel: iommu: Default domain type: Passthrough | |
[ 0.111464] localhost kernel: vgaarb: loaded | |
[ 0.111727] localhost kernel: SCSI subsystem initialized | |
[ 0.111826] localhost kernel: libata version 3.00 loaded. | |
[ 0.111949] localhost kernel: pps_core: LinuxPPS API ver. 1 registered | |
[ 0.111951] localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> | |
[ 0.111960] localhost kernel: PTP clock support registered | |
[ 0.112026] localhost kernel: EDAC MC: Ver: 3.0.0 | |
[ 0.112081] localhost kernel: EDAC DEBUG: edac_mc_sysfs_init: device mc created | |
[ 0.112964] localhost kernel: NetLabel: Initializing | |
[ 0.112968] localhost kernel: NetLabel: domain hash size = 128 | |
[ 0.112970] localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO | |
[ 0.112997] localhost kernel: NetLabel: unlabeled traffic allowed by default | |
[ 0.113187] localhost kernel: clocksource: Switched to clocksource arch_sys_counter | |
[ 0.150627] localhost kernel: VFS: Disk quotas dquot_6.6.0 | |
[ 0.150668] localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
[ 0.151022] localhost kernel: AppArmor: AppArmor Filesystem Enabled | |
[ 0.151062] localhost kernel: pnp: PnP ACPI: disabled | |
[ 0.154494] localhost kernel: NET: Registered protocol family 2 | |
[ 0.154911] localhost kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) | |
[ 0.154932] localhost kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) | |
[ 0.155030] localhost kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) | |
[ 0.155440] localhost kernel: TCP: Hash tables configured (established 32768 bind 32768) | |
[ 0.155800] localhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 0.155830] localhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) | |
[ 0.155954] localhost kernel: NET: Registered protocol family 1 | |
[ 0.155968] localhost kernel: NET: Registered protocol family 44 | |
[ 0.155976] localhost kernel: PCI: CLS 0 bytes, default 64 | |
[ 0.156105] localhost kernel: Trying to unpack rootfs image as initramfs... | |
[ 7.842466] localhost kernel: Freeing initrd memory: 73044K | |
[ 7.843286] localhost kernel: hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available | |
[ 7.843401] localhost kernel: kvm [1]: IPA Size Limit: 44bits | |
[ 7.844538] localhost kernel: kvm [1]: vgic interrupt IRQ1 | |
[ 7.844629] localhost kernel: kvm [1]: Hyp mode initialized successfully | |
[ 7.845567] localhost kernel: Initialise system trusted keyrings | |
[ 7.845584] localhost kernel: Key type blacklist registered | |
[ 7.845720] localhost kernel: workingset: timestamp_bits=40 max_order=20 bucket_order=0 | |
[ 7.848777] localhost kernel: zbud: loaded | |
[ 7.849730] localhost kernel: integrity: Platform Keyring initialized | |
[ 7.874871] localhost kernel: Key type asymmetric registered | |
[ 7.874874] localhost kernel: Asymmetric key parser 'x509' registered | |
[ 7.874898] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) | |
[ 7.875025] localhost kernel: io scheduler mq-deadline registered | |
[ 7.875028] localhost kernel: io scheduler kyber registered | |
[ 7.875100] localhost kernel: io scheduler bfq registered | |
[ 7.877476] localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 | |
[ 7.878602] localhost kernel: efifb: probing for efifb | |
[ 7.878753] localhost kernel: efifb: framebuffer at 0x3e2cb000, using 8100k, total 8100k | |
[ 7.878755] localhost kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1 | |
[ 7.878757] localhost kernel: efifb: scrolling: redraw | |
[ 7.878760] localhost kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 | |
[ 7.879003] localhost kernel: Console: switching to colour frame buffer device 240x67 | |
[ 7.887441] localhost kernel: fb0: EFI VGA frame buffer device | |
[ 7.892985] localhost kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled | |
[ 7.896560] localhost kernel: bcm2835-aux-uart fe215040.serial: there is not valid maps for state default | |
[ 7.896737] localhost kernel: printk: console [ttyS0] disabled | |
[ 7.896793] localhost kernel: fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 14, base_baud = 62499999) is a 16550 | |
[ 7.896829] localhost kernel: printk: console [ttyS0] enabled | |
[ 7.897264] localhost kernel: Serial: AMBA driver | |
[ 7.897512] localhost kernel: msm_serial: driver initialized | |
[ 7.898335] localhost kernel: cacheinfo: Unable to detect cache hierarchy for CPU 0 | |
[ 7.898697] localhost kernel: bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver | |
[ 7.899409] localhost kernel: libphy: Fixed MDIO Bus: probed | |
[ 7.899617] localhost kernel: mousedev: PS/2 mouse device common for all mice | |
[ 7.900781] localhost kernel: ledtrig-cpu: registered to indicate activity on CPUs | |
[ 7.901139] localhost kernel: hid: raw HID events driver (C) Jiri Kosina | |
[ 7.901283] localhost kernel: bcm2835-mbox fe00b880.mailbox: mailbox enabled | |
[ 7.902941] localhost kernel: drop_monitor: Initializing network drop monitor service | |
[ 7.903477] localhost kernel: NET: Registered protocol family 10 | |
[ 7.925899] localhost kernel: Segment Routing with IPv6 | |
[ 7.925904] localhost kernel: RPL Segment Routing with IPv6 | |
[ 7.926258] localhost kernel: registered taskstats version 1 | |
[ 7.926271] localhost kernel: Loading compiled-in X.509 certificates | |
[ 7.926358] localhost kernel: Loaded X.509 cert 'openSUSE Secure Boot Signkey: c8bdc7ac1a1d85966217fd93ebfc14f4a200b814' | |
[ 7.926411] localhost kernel: zswap: loaded using pool lzo/zbud | |
[ 7.926537] localhost kernel: page_owner is disabled | |
[ 7.926618] localhost kernel: Key type ._fscrypt registered | |
[ 7.926620] localhost kernel: Key type .fscrypt registered | |
[ 7.926622] localhost kernel: Key type fscrypt-provisioning registered | |
[ 7.937165] localhost kernel: cryptd: max_cpu_qlen set to 1000 | |
[ 7.957786] localhost kernel: Key type encrypted registered | |
[ 7.957803] localhost kernel: AppArmor: AppArmor sha1 policy hashing enabled | |
[ 7.957826] localhost kernel: ima: No TPM chip found, activating TPM-bypass! | |
[ 7.957844] localhost kernel: ima: Allocated hash algorithm: sha256 | |
[ 7.957878] localhost kernel: ima: No architecture policies found | |
[ 7.957914] localhost kernel: evm: Initialising EVM extended attributes: | |
[ 7.957916] localhost kernel: evm: security.selinux | |
[ 7.957918] localhost kernel: evm: security.apparmor | |
[ 7.957919] localhost kernel: evm: security.ima | |
[ 7.957921] localhost kernel: evm: security.capability | |
[ 7.957924] localhost kernel: evm: HMAC attrs: 0x1 | |
[ 7.960147] localhost kernel: uart-pl011 fe201000.serial: there is not valid maps for state default | |
[ 7.960295] localhost kernel: fe201000.serial: ttyAMA1 at MMIO 0xfe201000 (irq = 13, base_baud = 0) is a PL011 rev2 | |
[ 7.961397] localhost kernel: raspberrypi-firmware soc:firmware: Attached to firmware from 2020-07-31T17:06:31 | |
[ 20.484382] localhost kernel: Freeing unused kernel memory: 6656K | |
[ 20.484552] localhost kernel: Run /init as init process | |
[ 20.484558] localhost kernel: with arguments: | |
[ 20.484563] localhost kernel: /init | |
[ 20.484567] localhost kernel: with environment: | |
[ 20.484571] localhost kernel: HOME=/ | |
[ 20.484575] localhost kernel: TERM=linux | |
[ 20.484580] localhost kernel: BOOT_IMAGE=/boot/Image-5.8.4-1-default | |
[ 20.511537] localhost systemd[1]: System time before build time, advancing clock. | |
[ 20.617585] localhost systemd[1]: systemd 245.7+suse.51.ga4e393eecb running in system mode. (+PAM -AUDIT +SELINUX -IMA +APPARMOR -SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) | |
[ 20.618465] localhost systemd[1]: Detected architecture arm64. | |
[ 20.618480] localhost systemd[1]: Running in initial RAM disk. | |
[ 20.664925] localhost systemd[1]: No hostname configured. | |
[ 20.664955] localhost systemd[1]: Set hostname to <localhost>. | |
[ 20.665152] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
[ 20.665248] localhost systemd[1]: Initializing machine ID from random generator. | |
[ 21.078044] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
[ 21.078403] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
[ 21.078623] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read) | |
[ 21.078666] localhost systemd[1]: Reached target Local Encrypted Volumes. | |
[ 21.078813] localhost systemd[1]: Reached target Local File Systems. | |
[ 21.078900] localhost systemd[1]: Reached target Paths. | |
[ 21.079011] localhost systemd[1]: Reached target Slices. | |
[ 21.079119] localhost systemd[1]: Reached target Swap. | |
[ 21.079231] localhost systemd[1]: Reached target Timers. | |
[ 21.079783] localhost systemd[1]: Listening on Journal Socket (/dev/log). | |
[ 21.080332] localhost systemd[1]: Listening on Journal Socket. | |
[ 21.080858] localhost systemd[1]: Listening on udev Control Socket. | |
[ 21.081221] localhost systemd[1]: Listening on udev Kernel Socket. | |
[ 21.081321] localhost systemd[1]: Reached target Sockets. | |
[ 21.088172] localhost systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm. | |
[ 21.093780] localhost systemd[1]: Starting Ignition (setup base config)... | |
[ 21.099463] localhost systemd[1]: Starting Create list of static device nodes for the current kernel... | |
[ 21.108008] localhost systemd[1]: Starting Journal Service... | |
[ 21.114776] localhost systemd[1]: Starting Load Kernel Modules... | |
[ 21.124775] localhost systemd[1]: Starting Setup Virtual Console... | |
[ 21.129579] localhost systemd[1]: Finished Ignition (setup base config). | |
[ 21.133369] localhost systemd[1]: Finished Create list of static device nodes for the current kernel. | |
[ 21.139454] localhost systemd[1]: Starting Create Static Device Nodes in /dev... | |
[ 21.179415] localhost systemd[1]: Finished Setup Virtual Console. | |
[ 21.185152] localhost systemd[1]: Starting dracut ask for additional cmdline parameters... | |
[ 21.225961] 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. | |
[ 21.226690] localhost systemd[1]: Finished Create Static Device Nodes in /dev. | |
[ 21.234382] localhost kernel: Bridge firewalling registered | |
[ 21.259584] localhost systemd[1]: Finished Load Kernel Modules. | |
[ 21.265285] localhost systemd[1]: Starting Apply Kernel Variables... | |
[ 21.279237] localhost systemd[1]: Finished dracut ask for additional cmdline parameters. | |
[ 21.285972] localhost systemd[1]: Starting dracut cmdline hook... | |
[ 21.305620] localhost systemd[1]: Finished Apply Kernel Variables. | |
[ 21.982146] localhost systemd[1]: Finished dracut cmdline hook. | |
[ 21.987876] localhost systemd[1]: Starting dracut pre-udev hook... | |
[ 21.986782] localhost systemd-journald[204]: Journal started | |
[ 21.987052] localhost systemd-journald[204]: Runtime Journal (/run/log/journal/6de76b2f33d24571b75ed29f9b4e62bf) is 8.0M, max 191.0M, 183.0M free. | |
[ 21.987880] localhost systemd-modules-load[206]: Inserted module 'br_netfilter' | |
[ 21.988395] localhost haveged[201]: haveged: command socket is listening at fd 3 | |
[ 21.991094] localhost systemd[1]: Started Journal Service. | |
[ 21.990599] localhost systemd-modules-load[206]: Inserted module 'sg' | |
[ 21.991015] localhost ignition-setup-base[202]: File /usr/lib/ignition/platform/metal/base.ign does not exist.. Skipping copy | |
[ 21.994407] localhost systemd[1]: Starting Create Volatile Files and Directories... | |
[ 21.995820] localhost dracut-cmdline[220]: dracut-dracut-050+suse.75.g266a76d9-1.1 | |
[ 21.995820] localhost dracut-cmdline[220]: Using kernel command line parameters: rd.driver.pre=overlay BOOT_IMAGE=/boot/Image-5.8.4-1-default root=UUID=928fe5dd-3410-4f2a-95fe-079f682bb677 rw rd.timeout=60 console=ttyS0,115200n8 console=tty0 quiet net.ifnames=0 ignition.firstboot rd.neednet=1 ip=dhcp ignition.platform.id=metal rd.neednet=0 | |
[ 22.047943] localhost systemd[1]: Finished Create Volatile Files and Directories. | |
[ 22.109174] localhost kernel: device-mapper: uevent: version 1.0.3 | |
[ 22.109527] localhost kernel: device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: [email protected] | |
[ 22.300447] localhost systemd[1]: Finished dracut pre-udev hook. | |
[ 22.305871] localhost systemd[1]: Starting udev Kernel Device Manager... | |
[ 22.404852] localhost kernel: random: crng init done | |
[ 22.404864] localhost kernel: random: 7 urandom warning(s) missed due to ratelimiting | |
[ 23.118551] localhost systemd-udevd[374]: Network interface NamePolicy= disabled on kernel command line, ignoring. | |
[ 23.141529] localhost systemd[1]: Started udev Kernel Device Manager. | |
[ 23.147222] localhost systemd[1]: Starting dracut pre-trigger hook... | |
[ 23.231893] localhost dracut-pre-trigger[377]: rd.md=0: removing MD RAID activation | |
[ 23.426238] localhost systemd[1]: Finished dracut pre-trigger hook. | |
[ 23.431283] localhost systemd[1]: Starting udev Coldplug all Devices... | |
[ 23.591946] localhost systemd-udevd[374]: Network interface NamePolicy= disabled on kernel command line, ignoring. | |
[ 23.850597] localhost systemd[1]: Mounting Kernel Configuration File System... | |
[ 23.892986] localhost systemd[1]: Mounted Kernel Configuration File System. | |
[ 23.896936] localhost systemd[1]: Finished udev Coldplug all Devices. | |
[ 23.897859] localhost systemd[1]: Reached target System Initialization. | |
[ 23.898229] localhost systemd[1]: Reached target Basic System. | |
[ 24.106003] localhost kernel: usb_phy_generic phy: supply vcc not found, using dummy regulator | |
[ 24.409181] localhost kernel: sdhci: Secure Digital Host Controller Interface driver | |
[ 24.409192] localhost kernel: sdhci: Copyright(c) Pierre Ossman | |
[ 24.411140] localhost systemd-udevd[434]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable. | |
[ 24.429885] localhost kernel: bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 | |
[ 24.443639] localhost kernel: sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 24.470187] localhost kernel: brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: | |
[ 24.470211] localhost kernel: brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] | |
[ 24.470242] localhost kernel: brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000 | |
[ 24.470272] localhost kernel: brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0000000000 | |
[ 24.500282] localhost kernel: mmc0: SDHCI controller on fe300000.mmcnr [fe300000.mmcnr] using PIO | |
[ 24.501368] localhost kernel: raspberrypi-clk raspberrypi-clk: CPU frequency range: min 600000000, max 1500000000 | |
[ 24.521596] localhost kernel: mmc0: queuing unknown CIS tuple 0x80 (2 bytes) | |
[ 24.523362] localhost kernel: mmc0: queuing unknown CIS tuple 0x80 (3 bytes) | |
[ 24.525112] localhost kernel: mmc0: queuing unknown CIS tuple 0x80 (3 bytes) | |
[ 24.525400] localhost kernel: brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) | |
[ 24.525898] localhost kernel: brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 | |
[ 24.525912] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff] | |
[ 24.525924] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) | |
[ 24.525957] localhost kernel: pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 | |
[ 24.526054] localhost kernel: pci 0000:00:00.0: PME# supported from D0 D3hot | |
[ 24.528647] localhost kernel: mmc0: queuing unknown CIS tuple 0x80 (7 bytes) | |
[ 24.530181] localhost kernel: pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 | |
[ 24.530345] localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] | |
[ 24.530514] localhost kernel: pci 0000:01:00.0: PME# supported from D0 D3cold | |
[ 24.530641] localhost kernel: mmc0: queuing unknown CIS tuple 0x80 (3 bytes) | |
[ 24.556988] localhost kernel: pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff] | |
[ 24.557011] localhost kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] | |
[ 24.557030] localhost kernel: pci 0000:00:00.0: PCI bridge to [bus 01] | |
[ 24.557040] localhost kernel: pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] | |
[ 24.557379] localhost kernel: pcieport 0000:00:00.0: enabling device (0000 -> 0002) | |
[ 24.557675] localhost kernel: pcieport 0000:00:00.0: PME: Signaling with IRQ 38 | |
[ 24.558217] localhost kernel: pcieport 0000:00:00.0: AER: enabled with IRQ 38 | |
[ 24.558708] localhost kernel: pci 0000:01:00.0: VL805 firmware version 000138a1 | |
[ 24.558726] localhost kernel: pci 0000:01:00.0: enabling device (0000 -> 0002) | |
[ 24.589330] localhost kernel: mmc1: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA | |
[ 24.594000] localhost systemd-udevd[429]: Using default interface naming scheme 'v245'. | |
[ 24.595521] localhost systemd-udevd[429]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable. | |
[ 24.596565] localhost kernel: mmc0: new high speed SDIO card at address 0001 | |
[ 24.653295] localhost kernel: libphy: bcmgenet MII bus: probed | |
[ 24.731663] localhost kernel: usbcore: registered new interface driver usbfs | |
[ 24.731719] localhost kernel: usbcore: registered new interface driver hub | |
[ 24.731862] localhost kernel: usbcore: registered new device driver usb | |
[ 24.773426] localhost kernel: unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus | |
[ 24.819474] localhost kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller | |
[ 24.819509] localhost kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 | |
[ 24.820092] localhost kernel: xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890 | |
[ 24.820725] localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08 | |
[ 24.820736] localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 24.820744] localhost kernel: usb usb1: Product: xHCI Host Controller | |
[ 24.820751] localhost kernel: usb usb1: Manufacturer: Linux 5.8.4-1-default xhci-hcd | |
[ 24.820757] localhost kernel: usb usb1: SerialNumber: 0000:01:00.0 | |
[ 24.821403] localhost kernel: hub 1-0:1.0: USB hub found | |
[ 24.821476] localhost kernel: hub 1-0:1.0: 1 port detected | |
[ 24.822130] localhost kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller | |
[ 24.822147] localhost kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 | |
[ 24.822166] localhost kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed | |
[ 24.822454] localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08 | |
[ 24.822463] localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
[ 24.822470] localhost kernel: usb usb2: Product: xHCI Host Controller | |
[ 24.822477] localhost kernel: usb usb2: Manufacturer: Linux 5.8.4-1-default xhci-hcd | |
[ 24.822483] localhost kernel: usb usb2: SerialNumber: 0000:01:00.0 | |
[ 24.823093] localhost kernel: hub 2-0:1.0: USB hub found | |
[ 24.823161] localhost kernel: hub 2-0:1.0: 4 ports detected | |
[ 25.183226] localhost kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd | |
[ 25.365813] localhost kernel: usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21 | |
[ 25.365823] localhost kernel: usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 | |
[ 25.365831] localhost kernel: usb 1-1: Product: USB2.0 Hub | |
[ 25.367377] localhost kernel: hub 1-1:1.0: USB hub found | |
[ 25.367645] localhost kernel: hub 1-1:1.0: 4 ports detected | |
[ 25.513606] localhost kernel: usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd | |
[ 25.544638] localhost kernel: usb 2-2: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00 | |
[ 25.544648] localhost kernel: usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 | |
[ 25.544655] localhost kernel: usb 2-2: Product: ASMT1051 | |
[ 25.544662] localhost kernel: usb 2-2: Manufacturer: asmedia | |
[ 25.544668] localhost kernel: usb 2-2: SerialNumber: 12345678BB79 | |
[ 25.576724] localhost kernel: usbcore: registered new interface driver usb-storage | |
[ 25.593965] localhost kernel: scsi host0: uas | |
[ 25.594610] localhost kernel: usbcore: registered new interface driver uas | |
[ 25.595444] localhost kernel: scsi 0:0:0:0: Direct-Access ASMT 2115 0 PQ: 0 ANSI: 6 | |
[ 25.596813] localhost kernel: scsi 0:0:0:0: Attached scsi generic sg0 type 0 | |
[ 25.597784] localhost kernel: sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB) | |
[ 25.597923] localhost kernel: sd 0:0:0:0: [sda] Write Protect is off | |
[ 25.597934] localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00 | |
[ 25.598187] localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
[ 25.598796] localhost kernel: sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes | |
[ 25.661286] localhost kernel: sda: sda1 sda2 | |
[ 25.663926] localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk | |
[ 25.693255] localhost kernel: usb 1-1.3: new low-speed USB device number 3 using xhci_hcd | |
[ 25.963207] localhost kernel: raid6: neonx8 gen() 1735 MB/s | |
[ 26.133190] localhost kernel: raid6: neonx8 xor() 1306 MB/s | |
[ 26.303202] localhost kernel: raid6: neonx4 gen() 1814 MB/s | |
[ 26.473194] localhost kernel: raid6: neonx4 xor() 1380 MB/s | |
[ 26.643206] localhost kernel: raid6: neonx2 gen() 1573 MB/s | |
[ 26.813193] localhost kernel: raid6: neonx2 xor() 1218 MB/s | |
[ 26.983202] localhost kernel: raid6: neonx1 gen() 1180 MB/s | |
[ 27.153188] localhost kernel: raid6: neonx1 xor() 949 MB/s | |
[ 27.323197] localhost kernel: raid6: int64x8 gen() 1004 MB/s | |
[ 27.493204] localhost kernel: raid6: int64x8 xor() 569 MB/s | |
[ 27.663206] localhost kernel: raid6: int64x4 gen() 1018 MB/s | |
[ 27.833203] localhost kernel: raid6: int64x4 xor() 573 MB/s | |
[ 28.003211] localhost kernel: raid6: int64x2 gen() 946 MB/s | |
[ 28.173195] localhost kernel: raid6: int64x2 xor() 514 MB/s | |
[ 28.343196] localhost kernel: raid6: int64x1 gen() 729 MB/s | |
[ 28.513203] localhost kernel: raid6: int64x1 xor() 383 MB/s | |
[ 28.513208] localhost kernel: raid6: using algorithm neonx4 gen() 1814 MB/s | |
[ 28.513212] localhost kernel: raid6: .... xor() 1380 MB/s, rmw enabled | |
[ 28.513217] localhost kernel: raid6: using neon recovery algorithm | |
[ 28.520768] localhost kernel: xor: measuring software checksum speed | |
[ 28.543380] localhost kernel: usb 1-1.3: New USB device found, idVendor=04d9, idProduct=0169, bcdDevice= 1.10 | |
[ 28.543393] localhost kernel: usb 1-1.3: New USB device strings: Mfr=0, Product=2, SerialNumber=0 | |
[ 28.543400] localhost kernel: usb 1-1.3: Product: USB Keyboard | |
[ 28.613194] localhost kernel: 8regs : 2392.800 MB/sec | |
[ 28.625274] localhost kernel: usbcore: registered new interface driver usbhid | |
[ 28.625280] localhost kernel: usbhid: USB HID core driver | |
[ 28.639296] localhost kernel: input: USB Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:04D9:0169.0001/input/input0 | |
[ 28.643286] localhost kernel: usb 1-1.4: new high-speed USB device number 4 using xhci_hcd | |
[ 28.703978] localhost kernel: hid-generic 0003:04D9:0169.0001: input,hidraw0: USB HID v1.10 Keyboard [USB Keyboard] on usb-0000:01:00.0-1.3/input0 | |
[ 28.704791] localhost kernel: input: USB Keyboard Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:04D9:0169.0002/input/input1 | |
[ 28.713192] localhost kernel: 32regs : 2733.200 MB/sec | |
[ 28.773587] localhost kernel: input: USB Keyboard System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:04D9:0169.0002/input/input2 | |
[ 28.774054] localhost kernel: hid-generic 0003:04D9:0169.0002: input,hidraw1: USB HID v1.10 Device [USB Keyboard] on usb-0000:01:00.0-1.3/input1 | |
[ 28.775076] localhost kernel: usb 1-1.4: New USB device found, idVendor=0951, idProduct=16ae, bcdDevice= 1.10 | |
[ 28.775088] localhost kernel: usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 | |
[ 28.775095] localhost kernel: usb 1-1.4: Product: DT microDuo 3C | |
[ 28.775102] localhost kernel: usb 1-1.4: Manufacturer: Kingston | |
[ 28.775108] localhost kernel: usb 1-1.4: SerialNumber: 1C1B0D0194C9E360295668D3 | |
[ 28.777013] localhost kernel: usb-storage 1-1.4:1.0: USB Mass Storage device detected | |
[ 28.778313] localhost kernel: scsi host1: usb-storage 1-1.4:1.0 | |
[ 28.813202] localhost kernel: arm64_neon: 2484.800 MB/sec | |
[ 28.813212] localhost kernel: xor: using function: 32regs (2733.200 MB/sec) | |
[ 29.217914] localhost kernel: Btrfs loaded, crc32c=crc32c-generic, assert=on | |
[ 29.228461] localhost kernel: BTRFS: device label ROOT devid 1 transid 23 /dev/sda2 scanned by systemd-udevd (430) | |
[ 29.293197] localhost systemd[1]: Found device SanDisk_Ultra_II_240GB ROOT. | |
[ 29.834239] localhost kernel: scsi 1:0:0:0: Direct-Access Kingston DT microDuo 3C PMAP PQ: 0 ANSI: 6 | |
[ 29.835146] localhost kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0 | |
[ 29.835534] localhost kernel: sd 1:0:0:0: [sdb] 60555264 512-byte logical blocks: (31.0 GB/28.9 GiB) | |
[ 29.835971] localhost kernel: sd 1:0:0:0: [sdb] Write Protect is off | |
[ 29.835983] localhost kernel: sd 1:0:0:0: [sdb] Mode Sense: 45 00 00 00 | |
[ 29.836388] localhost kernel: sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA | |
[ 30.076727] localhost kernel: sdb: sdb1 | |
[ 30.079067] localhost kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk | |
[ 30.240773] localhost systemd[1]: Found device DT_microDuo_3C ignition. | |
[ 30.245783] localhost systemd[1]: Starting Ignition (setup user config)... | |
[ 30.356298] localhost ignition-setup-user-suse[470]: Copying /mnt/boot_partition/ignition/config.ign to /usr/lib/ignition/user.ign | |
[ 30.354825] localhost kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null) | |
[ 30.424325] localhost systemd[1]: Finished Ignition (setup user config). | |
[ 30.429626] localhost systemd[1]: Starting Ignition (fetch-offline)... | |
[ 30.503648] localhost ignition[477]: Ignition 2.6.0 | |
[ 30.505158] localhost ignition[477]: Stage: fetch-offline | |
[ 30.505313] localhost ignition[477]: reading system config file "/usr/lib/ignition/base.ign" | |
[ 30.505430] localhost ignition[477]: no config at "/usr/lib/ignition/base.ign" | |
[ 30.505560] localhost ignition[477]: parsed url from cmdline: "" | |
[ 30.505676] localhost ignition[477]: no config URL provided | |
[ 30.505797] localhost ignition[477]: reading system config file "/usr/lib/ignition/user.ign" | |
[ 30.505926] localhost ignition[477]: parsing config with SHA512: e4010ce203b145f5bbaf6b40886ef20c4f295f4fb278eb95b0adb550c7d0adfed34e4dc7a2a24f6e254cc661349c09b0affb5a1219a8791565efac4eff0a1ef9 | |
[ 30.509423] localhost ignition[477]: fetched user config from "system" | |
[ 30.513644] localhost ignition[477]: fetch-offline: fetch-offline passed | |
[ 30.513883] localhost ignition[477]: Ignition finished successfully | |
[ 30.522586] localhost systemd[1]: Finished Ignition (fetch-offline). | |
[ 30.523296] localhost systemd[1]: Condition check resulted in Start network if needed being skipped. | |
[ 30.528091] localhost systemd[1]: Starting dracut initqueue hook... | |
[ 30.528372] localhost systemd[1]: Condition check resulted in Ignition (fetch) being skipped. | |
[ 30.534387] localhost systemd[1]: Starting Ignition (disks)... | |
[ 30.602034] localhost ignition[484]: Ignition 2.6.0 | |
[ 30.603549] localhost ignition[484]: Stage: disks | |
[ 30.603709] localhost ignition[484]: reading system config file "/usr/lib/ignition/base.ign" | |
[ 30.603835] localhost ignition[484]: no config at "/usr/lib/ignition/base.ign" | |
[ 30.605931] localhost ignition[484]: disks: disks passed | |
[ 30.606242] localhost ignition[484]: Ignition finished successfully | |
[ 30.612229] localhost systemd[1]: Finished dracut initqueue hook. | |
[ 30.615215] localhost systemd[1]: Finished Ignition (disks). | |
[ 30.616075] localhost systemd[1]: Reached target Initrd Root Device. | |
[ 30.616237] localhost systemd[1]: Reached target Remote File Systems (Pre). | |
[ 30.616373] localhost systemd[1]: Reached target Remote File Systems. | |
[ 30.621143] localhost systemd[1]: Starting dracut pre-mount hook... | |
[ 30.727350] localhost dracut-pre-mount[496]: disable systemd-fsck-root.service | |
[ 30.765505] localhost dracut-pre-mount[503]: Created symlink /etc/systemd/system/systemd-fsck-root.service → /dev/null. | |
[ 30.767539] localhost systemd[1]: Reloading. | |
[ 32.335457] localhost dracut-pre-mount[496]: System resize is active on every reboot | |
[ 32.362329] localhost dracut-pre-mount[496]: Activating resize operation | |
[ 33.922970] localhost dracut-pre-mount[789]: The partition table has been altered. | |
[ 33.922970] localhost dracut-pre-mount[789]: Calling ioctl() to re-read partition table. | |
[ 33.922970] localhost dracut-pre-mount[789]: Syncing disks. | |
[ 33.924412] localhost kernel: sda: sda1 | |
[ 33.928686] localhost kernel: sda: sda1 | |
[ 33.948371] localhost dracut-pre-mount[792]: warning: /dev/sda: partition 2 is not defined yet | |
[ 33.956481] localhost kernel: sda: sda1 | |
[ 34.209074] localhost dracut-pre-mount[792]: Checking that no-one is using this disk right now ... OK | |
[ 34.209074] localhost dracut-pre-mount[792]: Disk /dev/sda: 223.58 GiB, 240057409536 bytes, 468862128 sectors | |
[ 34.209074] localhost dracut-pre-mount[792]: Disk model: 2115 | |
[ 34.209074] localhost dracut-pre-mount[792]: Units: sectors of 1 * 512 = 512 bytes | |
[ 34.209074] localhost dracut-pre-mount[792]: Sector size (logical/physical): 512 bytes / 512 bytes | |
[ 34.209074] localhost dracut-pre-mount[792]: I/O size (minimum/optimal): 512 bytes / 33553920 bytes | |
[ 34.209074] localhost dracut-pre-mount[792]: Disklabel type: dos | |
[ 34.209074] localhost dracut-pre-mount[792]: Disk identifier: 0xc35aa8f6 | |
[ 34.209074] localhost dracut-pre-mount[792]: Old situation: | |
[ 34.209074] localhost dracut-pre-mount[792]: Device Boot Start End Sectors Size Id Type | |
[ 34.209074] localhost dracut-pre-mount[792]: /dev/sda1 2048 34815 32768 16M c W95 FAT32 (LBA) | |
[ 34.209074] localhost dracut-pre-mount[792]: /dev/sda2: Created a new partition 2 of type 'Linux' and of size 223.6 GiB. | |
[ 34.209074] localhost dracut-pre-mount[792]: New situation: | |
[ 34.209074] localhost dracut-pre-mount[792]: Disklabel type: dos | |
[ 34.209074] localhost dracut-pre-mount[792]: Disk identifier: 0xc35aa8f6 | |
[ 34.209074] localhost dracut-pre-mount[792]: Device Boot Start End Sectors Size Id Type | |
[ 34.209074] localhost dracut-pre-mount[792]: /dev/sda1 2048 34815 32768 16M c W95 FAT32 (LBA) | |
[ 34.209074] localhost dracut-pre-mount[792]: /dev/sda2 65535 468862127 468796593 223.6G 83 Linux | |
[ 34.209074] localhost dracut-pre-mount[792]: The partition table has been altered. | |
[ 34.209074] localhost dracut-pre-mount[792]: Calling ioctl() to re-read partition table. | |
[ 34.209074] localhost dracut-pre-mount[792]: Syncing disks. | |
[ 34.211107] localhost kernel: sda: sda1 sda2 | |
[ 34.216967] localhost kernel: sda: sda1 sda2 | |
[ 34.551613] localhost dracut-pre-mount[496]: Warning: Don't know how to resize unknown... skipped | |
[ 34.553495] localhost dracut-pre-mount[496]: enabling systemd-fsck-root.service | |
[ 34.592047] localhost dracut-pre-mount[818]: Removed /etc/systemd/system/systemd-fsck-root.service. | |
[ 34.593921] localhost systemd[1]: Reloading. | |
[ 35.033204] localhost kernel: mmc1: Timeout waiting for hardware cmd interrupt. | |
[ 35.039151] localhost kernel: mmc1: sdhci: ============ SDHCI REGISTER DUMP =========== | |
[ 35.045789] localhost kernel: mmc1: sdhci: Sys addr: 0x00000000 | Version: 0x00001002 | |
[ 35.052424] localhost kernel: mmc1: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000 | |
[ 35.059057] localhost kernel: mmc1: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000 | |
[ 35.065692] localhost kernel: mmc1: sdhci: Present: 0x1fff0001 | Host ctl: 0x00000001 | |
[ 35.072325] localhost kernel: mmc1: sdhci: Power: 0x0000000f | Blk gap: 0x00000080 | |
[ 35.078959] localhost kernel: mmc1: sdhci: Wake-up: 0x00000000 | Clock: 0x0000f447 | |
[ 35.085592] localhost kernel: mmc1: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000 | |
[ 35.092226] localhost kernel: mmc1: sdhci: Int enab: 0x00ff1003 | Sig enab: 0x00ff1003 | |
[ 35.098857] localhost kernel: mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000 | |
[ 35.105489] localhost kernel: mmc1: sdhci: Caps: 0x45ee6432 | Caps_1: 0x0000a525 | |
[ 35.112122] localhost kernel: mmc1: sdhci: Cmd: 0x0000341a | Max curr: 0x00080008 | |
[ 35.118753] localhost kernel: mmc1: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000 | |
[ 35.125386] localhost kernel: mmc1: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000 | |
[ 35.132017] localhost kernel: mmc1: sdhci: Host ctl2: 0x00000000 | |
[ 35.136590] localhost kernel: mmc1: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x00000000 | |
[ 35.143221] localhost kernel: mmc1: sdhci: ============================================ | |
[ 35.507746] localhost systemd[1]: Finished dracut pre-mount hook. | |
[ 35.508362] localhost systemd[1]: systemd-fsck-root.service: Bound to unit dev-disk-by\x2duuid-928fe5dd\x2d3410\x2d4f2a\x2d95fe\x2d079f682bb677.device, but unit isn't active. | |
[ 35.508517] localhost systemd[1]: Dependency failed for File System Check on /dev/disk/by-uuid/928fe5dd-3410-4f2a-95fe-079f682bb677. | |
[ 35.509024] localhost systemd[1]: Dependency failed for /sysroot. | |
[ 35.509387] localhost systemd[1]: Dependency failed for Initrd Root File System. | |
[ 35.509758] localhost systemd[1]: Dependency failed for Reload Configuration from the Real Root. | |
[ 35.510204] localhost systemd[1]: initrd-parse-etc.service: Job initrd-parse-etc.service/start failed with result 'dependency'. | |
[ 35.510368] localhost systemd[1]: initrd-parse-etc.service: Triggering OnFailure= dependencies. | |
[ 35.510872] localhost systemd[1]: Dependency failed for Ignition (mount). | |
[ 35.511279] localhost systemd[1]: Dependency failed for Mount initrd fstab entries for Ignition. | |
[ 35.511681] localhost systemd[1]: Dependency failed for Ignition (files). | |
[ 35.512036] localhost systemd[1]: ignition-files.service: Job ignition-files.service/start failed with result 'dependency'. | |
[ 35.512171] localhost systemd[1]: ignition-files.service: Triggering OnFailure= dependencies. | |
[ 35.513069] localhost systemd[1]: ignition-mount-initrd-fstab.service: Job ignition-mount-initrd-fstab.service/start failed with result 'dependency'. | |
[ 35.513222] localhost systemd[1]: ignition-mount.service: Job ignition-mount.service/start failed with result 'dependency'. | |
[ 35.513346] localhost systemd[1]: ignition-mount.service: Triggering OnFailure= dependencies. | |
[ 35.514026] localhost systemd[1]: initrd-root-fs.target: Job initrd-root-fs.target/start failed with result 'dependency'. | |
[ 35.514155] localhost systemd[1]: initrd-root-fs.target: Triggering OnFailure= dependencies. | |
[ 35.514474] localhost systemd[1]: sysroot.mount: Job sysroot.mount/start failed with result 'dependency'. | |
[ 35.514607] localhost systemd[1]: systemd-fsck-root.service: Job systemd-fsck-root.service/start failed with result 'dependency'. | |
[ 35.514727] localhost systemd[1]: Stopped target Initrd Root Device. | |
[ 35.514864] localhost systemd[1]: Stopped target Remote File Systems. | |
[ 35.515010] localhost systemd[1]: Stopped target Remote File Systems (Pre). | |
[ 35.515159] localhost systemd[1]: Stopped target Timers. | |
[ 35.515294] localhost systemd[1]: dracut-pre-mount.service: Succeeded. | |
[ 35.515420] localhost systemd[1]: Stopped dracut pre-mount hook. | |
[ 35.515548] localhost systemd[1]: dracut-initqueue.service: Succeeded. | |
[ 35.517666] localhost systemd[1]: Stopped dracut initqueue hook. | |
[ 35.518547] localhost systemd[1]: ignition-disks.service: Succeeded. | |
[ 35.520808] localhost systemd[1]: Stopped Ignition (disks). | |
[ 35.521602] localhost systemd[1]: ignition-fetch-offline.service: Succeeded. | |
[ 35.523763] localhost systemd[1]: Stopped Ignition (fetch-offline). | |
[ 35.523946] localhost systemd[1]: Stopped target Basic System. | |
[ 35.524082] localhost systemd[1]: Stopped target Paths. | |
[ 35.524230] localhost systemd[1]: Stopped target Slices. | |
[ 35.524367] localhost systemd[1]: Stopped target Sockets. | |
[ 35.524501] localhost systemd[1]: Stopped target System Initialization. | |
[ 35.524645] localhost systemd[1]: Stopped target Local Encrypted Volumes. | |
[ 35.524779] localhost systemd[1]: systemd-ask-password-console.path: Succeeded. | |
[ 35.560166] localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch. | |
[ 35.560353] localhost systemd[1]: Stopped target Swap. | |
[ 35.564755] localhost systemd[1]: Started Emergency Shell. | |
[ 35.565185] localhost systemd[1]: Reached target Emergency Mode. | |
[ 35.566177] localhost systemd[1]: ignition-setup-base.service: Succeeded. | |
[ 35.568521] localhost systemd[1]: Stopped Ignition (setup base config). | |
[ 35.569335] localhost systemd[1]: ignition-setup-user.service: Succeeded. | |
[ 35.573047] localhost systemd[1]: Stopped Ignition (setup user config). | |
[ 35.573941] localhost systemd[1]: systemd-sysctl.service: Succeeded. | |
[ 35.576094] localhost systemd[1]: Stopped Apply Kernel Variables. | |
[ 35.576884] localhost systemd[1]: systemd-modules-load.service: Succeeded. | |
[ 35.578975] localhost systemd[1]: Stopped Load Kernel Modules. | |
[ 35.579799] localhost systemd[1]: systemd-tmpfiles-setup.service: Succeeded. | |
[ 35.582077] localhost systemd[1]: Stopped Create Volatile Files and Directories. | |
[ 35.582263] localhost systemd[1]: Stopped target Local File Systems. | |
[ 35.582432] localhost systemd-journald[204]: Journal stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment