systemd / mkosi

💽 Build Bespoke OS Images
https://mkosi.systemd.io/
GNU Lesser General Public License v2.1
1.14k stars 304 forks source link

Verity fails to start at boot #203

Closed AdrianKoshka closed 4 years ago

AdrianKoshka commented 6 years ago

Host machine: Fedora 27

mkosi --version 
mkosi 1

command ran to generate the image:

mkosi -b 1 --verity

setup used to boot the generated image:

kvm VM using:

result:

error

Was wondering whether this was user error...or something mkosi is not doing correctly?

AdrianKoshka commented 6 years ago

Nevermind, I think it's a case user error (I didn't install veritysetup within the image)

AdrianKoshka commented 6 years ago

command ran to generate the image:

mkosi -b 1 --verity build -p veritysetup

this time I actually followed throw with the message given upon failure:

systemd-output

AdrianKoshka commented 6 years ago
+ cat /lib/dracut/dracut-046-5.fc27
dracut-046-5.fc27
+ cat /proc/cmdline
 rhgb quiet selinux=0 audit=0 rw roothash=3b06ff46e2a6e5445e3c3e13f7e3eafeea17a7052556ae2e0b92fbc425139179 
+ '[' -f /etc/cmdline ']'
+ for _i in /etc/cmdline.d/*.conf
+ '[' -f /etc/cmdline.d/01-default.conf ']'
+ echo /etc/cmdline.d/01-default.conf
/etc/cmdline.d/01-default.conf
+ cat /etc/cmdline.d/01-default.conf
 rhgb quiet selinux=0 audit=0 rw roothash=3b06ff46e2a6e5445e3c3e13f7e3eafeea17a7052556ae2e0b92fbc425139179 
+ cat /proc/self/mountinfo
1 1 0:2 / / rw shared:1 - rootfs rootfs rw,size=996492k,nr_inodes=249123
19 1 0:19 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw
20 1 0:5 / /proc rw,nosuid,nodev,noexec,relatime shared:9 - proc proc rw
21 1 0:6 / /dev rw,nosuid shared:10 - devtmpfs devtmpfs rw,size=1008884k,nr_inodes=252221,mode=755
22 19 0:7 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw
23 21 0:20 / /dev/shm rw,nosuid,nodev shared:11 - tmpfs tmpfs rw
24 21 0:21 / /dev/pts rw,nosuid,noexec,relatime shared:12 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
25 1 0:22 / /run rw,nosuid,nodev shared:13 - tmpfs tmpfs rw,mode=755
26 19 0:23 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755
27 26 0:24 / /sys/fs/cgroup/unified rw,nosuid,nodev,noexec,relatime shared:5 - cgroup2 cgroup rw
28 26 0:25 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:6 - cgroup cgroup rw,xattr,name=systemd
29 19 0:26 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:7 - pstore pstore rw
30 19 0:27 / /sys/firmware/efi/efivars rw,nosuid,nodev,noexec,relatime shared:8 - efivarfs efivarfs rw
31 26 0:28 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,devices
32 26 0:29 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,perf_event
33 26 0:30 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,cpuset
34 26 0:31 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,freezer
35 26 0:32 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:18 - cgroup cgroup rw,memory
36 26 0:33 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:19 - cgroup cgroup rw,cpu,cpuacct
37 26 0:34 / /sys/fs/cgroup/net_cls,net_prio rw,nosuid,nodev,noexec,relatime shared:20 - cgroup cgroup rw,net_cls,net_prio
38 26 0:35 / /sys/fs/cgroup/pids rw,nosuid,nodev,noexec,relatime shared:21 - cgroup cgroup rw,pids
39 26 0:36 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:22 - cgroup cgroup rw,blkio
40 26 0:37 / /sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:23 - cgroup cgroup rw,hugetlb
64 19 0:38 / /sys/kernel/config rw,relatime shared:24 - configfs configfs rw
+ cat /proc/mounts
rootfs / rootfs rw,size=996492k,nr_inodes=249123 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=1008884k,nr_inodes=252221,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
cgroup /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime 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
efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
+ blkid
/dev/sda1: LABEL="EFI" UUID="48DC-4AE7" TYPE="vfat" PARTLABEL="ESP System Partition" PARTUUID="d7e791bc-8f90-4b09-8ee2-9b717669f2dc"
/dev/sda2: PARTLABEL="Root Partition" PARTUUID="3b06ff46-e2a6-e544-5e3c-3e13f7e3eafe"
/dev/sda3: UUID="ddb61fd2-2065-4c00-baa1-1a7c2b9d5f5c" TYPE="DM_verity_hash" PARTLABEL="Verity Partition" PARTUUID="ea17a705-2556-ae2e-0b92-fbc425139179"
/dev/sdb1: LABEL="4GB" UUID="84C1-8554" TYPE="vfat" PARTUUID="0001b24d-01"
+ blkid -o udev
ID_FS_LABEL=EFI
ID_FS_LABEL_ENC=EFI
ID_FS_UUID=48DC-4AE7
ID_FS_UUID_ENC=48DC-4AE7
ID_FS_TYPE=vfat
ID_FS_PARTLABEL=ESP System Partition
ID_FS_PARTUUID=d7e791bc-8f90-4b09-8ee2-9b717669f2dc

ID_FS_UUID=ddb61fd2-2065-4c00-baa1-1a7c2b9d5f5c
ID_FS_UUID_ENC=ddb61fd2-2065-4c00-baa1-1a7c2b9d5f5c
ID_FS_TYPE=DM_verity_hash
ID_FS_PARTLABEL=Verity Partition
ID_FS_PARTUUID=ea17a705-2556-ae2e-0b92-fbc425139179

ID_FS_LABEL=4GB
ID_FS_LABEL_ENC=4GB
ID_FS_UUID=84C1-8554
ID_FS_UUID_ENC=84C1-8554
ID_FS_TYPE=vfat
ID_FS_PARTUUID=0001b24d-01

ID_FS_PARTLABEL=Root Partition
ID_FS_PARTUUID=3b06ff46-e2a6-e544-5e3c-3e13f7e3eafe
+ 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 Nov 21 04:15 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0 -> ../../sda
lrwxrwxrwx 1 root root 10 Nov 21 04:15 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 21 04:15 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Nov 21 04:15 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part3 -> ../../sda3
lrwxrwxrwx 1 root root  9 Nov 21 04:15 usb-Flash_USB_Disk_37270909FA138B6630103-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Nov 21 04:15 usb-Flash_USB_Disk_37270909FA138B6630103-0:0-part1 -> ../../sdb1

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 Nov 21 04:15 4GB -> ../../sdb1
lrwxrwxrwx 1 root root 10 Nov 21 04:15 EFI -> ../../sda1

/dev/disk/by-partlabel:
total 0
lrwxrwxrwx 1 root root 10 Nov 21 04:15 ESP\x20System\x20Partition -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 21 04:15 Root\x20Partition -> ../../sda2
lrwxrwxrwx 1 root root 10 Nov 21 04:15 Verity\x20Partition -> ../../sda3

/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 Nov 21 04:15 0001b24d-01 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Nov 21 04:15 3b06ff46-e2a6-e544-5e3c-3e13f7e3eafe -> ../../sda2
lrwxrwxrwx 1 root root 10 Nov 21 04:15 d7e791bc-8f90-4b09-8ee2-9b717669f2dc -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 21 04:15 ea17a705-2556-ae2e-0b92-fbc425139179 -> ../../sda3

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 Nov 21 04:15 pci-0000:02:00.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Nov 21 04:15 pci-0000:02:00.0-scsi-0:0:0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 21 04:15 pci-0000:02:00.0-scsi-0:0:0:0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Nov 21 04:15 pci-0000:02:00.0-scsi-0:0:0:0-part3 -> ../../sda3
lrwxrwxrwx 1 root root  9 Nov 21 04:15 pci-0000:03:00.0-usb-0:2:1.0-scsi-0:0:0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Nov 21 04:15 pci-0000:03:00.0-usb-0:2:1.0-scsi-0:0:0:0-part1 -> ../../sdb1

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 Nov 21 04:15 48DC-4AE7 -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 21 04:15 84C1-8554 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Nov 21 04:15 ddb61fd2-2065-4c00-baa1-1a7c2b9d5f5c -> ../../sda3
+ 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
systemdutildir="/usr/lib/systemd"
systemdsystemunitdir="/usr/lib/systemd/system"
systemdsystemconfdir="/etc/systemd/system"
+ command -v lvm
+ command -v dmsetup
+ dmsetup ls --tree
No devices found
+ cat /proc/mdstat
Personalities : 
unused devices: <none>
+ command -v ip
+ command -v journalctl
+ journalctl -ab --no-pager -o short-monotonic
-- Logs begin at Tue 2017-11-21 04:15:02 UTC, end at Tue 2017-11-21 04:16:33 UTC. --
[    0.000000] localhost kernel: random: get_random_bytes called from start_kernel+0x42/0x4e6 with crng_init=0
[    0.000000] localhost kernel: Linux version 4.13.13-300.fc27.x86_64 (mockbuild@bkernel02.phx2.fedoraproject.org) (gcc version 7.2.1 20170915 (Red Hat 7.2.1-2) (GCC)) #1 SMP Wed Nov 15 15:47:50 UTC 2017
[    0.000000] localhost kernel: Command line:  rhgb quiet selinux=0 audit=0 rw roothash=3b06ff46e2a6e5445e3c3e13f7e3eafeea17a7052556ae2e0b92fbc425139179 
[    0.000000] localhost kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] localhost kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] localhost kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] localhost kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] localhost kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] localhost kernel: e820: BIOS-provided physical RAM map:
[    0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007edc5fff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000007edc6000-0x000000007ee16fff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000007ee17000-0x000000007fe96fff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000007fe97000-0x000000007feeefff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000007feef000-0x000000007fef6fff] ACPI data
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000007fef7000-0x000000007fefafff] ACPI NVS
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000007fefb000-0x000000007ffcffff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000007ffd0000-0x000000007ffeffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x0000000080000000-0x000000008fffffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] localhost kernel: NX (Execute Disable) protection: active
[    0.000000] localhost kernel: e820: update [mem 0x7e8c3018-0x7e8cc857] usable ==> usable
[    0.000000] localhost kernel: e820: update [mem 0x7e8c3018-0x7e8cc857] usable ==> usable
[    0.000000] localhost kernel: e820: update [mem 0x7e88b018-0x7e8c2c57] usable ==> usable
[    0.000000] localhost kernel: e820: update [mem 0x7e88b018-0x7e8c2c57] usable ==> usable
[    0.000000] localhost kernel: extended physical RAM map:
[    0.000000] localhost kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] localhost kernel: reserve setup_data: [mem 0x0000000000100000-0x000000007e88b017] usable
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007e88b018-0x000000007e8c2c57] usable
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007e8c2c58-0x000000007e8c3017] usable
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007e8c3018-0x000000007e8cc857] usable
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007e8cc858-0x000000007edc5fff] usable
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007edc6000-0x000000007ee16fff] reserved
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007ee17000-0x000000007fe96fff] usable
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007fe97000-0x000000007feeefff] reserved
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007feef000-0x000000007fef6fff] ACPI data
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007fef7000-0x000000007fefafff] ACPI NVS
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007fefb000-0x000000007ffcffff] usable
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007ffd0000-0x000000007ffeffff] reserved
[    0.000000] localhost kernel: reserve setup_data: [mem 0x000000007fff0000-0x000000007fffffff] usable
[    0.000000] localhost kernel: reserve setup_data: [mem 0x0000000080000000-0x000000008fffffff] reserved
[    0.000000] localhost kernel: reserve setup_data: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] localhost kernel: efi: EFI v2.60 by EDK II
[    0.000000] localhost kernel: efi:  SMBIOS=0x7fec8000  ACPI=0x7fef6000  ACPI 2.0=0x7fef6014  MEMATTR=0x7f428018 
[    0.000000] localhost kernel: random: fast init done
[    0.000000] localhost kernel: SMBIOS 2.8 present.
[    0.000000] localhost kernel: DMI: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015
[    0.000000] localhost kernel: Hypervisor detected: KVM
[    0.000000] localhost kernel: tsc: Fast TSC calibration failed
[    0.000000] localhost kernel: tsc: Using PIT calibration value
[    0.000000] localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] localhost kernel: e820: last_pfn = 0x80000 max_arch_pfn = 0x400000000
[    0.000000] localhost kernel: MTRR default type: write-back
[    0.000000] localhost kernel: MTRR fixed ranges enabled:
[    0.000000] localhost kernel:   00000-9FFFF write-back
[    0.000000] localhost kernel:   A0000-FFFFF uncachable
[    0.000000] localhost kernel: MTRR variable ranges enabled:
[    0.000000] localhost kernel:   0 base 0080000000 mask FF80000000 uncachable
[    0.000000] localhost kernel:   1 base 0800000000 mask F800000000 uncachable
[    0.000000] localhost kernel:   2 disabled
[    0.000000] localhost kernel:   3 disabled
[    0.000000] localhost kernel:   4 disabled
[    0.000000] localhost kernel:   5 disabled
[    0.000000] localhost kernel:   6 disabled
[    0.000000] localhost kernel:   7 disabled
[    0.000000] localhost kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] localhost kernel: Base memory trampoline at [ffff904580099000] 99000 size 24576
[    0.000000] localhost kernel: Using GB pages for direct mapping
[    0.000000] localhost kernel: BRK [0x26495000, 0x26495fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x26496000, 0x26496fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x26497000, 0x26497fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x26498000, 0x26498fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x26499000, 0x26499fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x2649a000, 0x2649afff] PGTABLE
[    0.000000] localhost kernel: BRK [0x2649b000, 0x2649bfff] PGTABLE
[    0.000000] localhost kernel: BRK [0x2649c000, 0x2649cfff] PGTABLE
[    0.000000] localhost kernel: Secure boot could not be determined
[    0.000000] localhost kernel: RAMDISK: [mem 0x7a9b9000-0x7bfbdfff]
[    0.000000] localhost kernel: ACPI: Early table checksum verification disabled
[    0.000000] localhost kernel: ACPI: RSDP 0x000000007FEF6014 000024 (v02 OVMF  )
[    0.000000] localhost kernel: ACPI: XSDT 0x000000007FEF50E8 000044 (v01 OVMF   OVMFEDK2 20130221      01000013)
[    0.000000] localhost kernel: ACPI: FACP 0x000000007FEF4000 0000F4 (v03 OVMF   OVMFEDK2 20130221 OVMF 00000099)
[    0.000000] localhost kernel: ACPI: DSDT 0x000000007FEF2000 000D61 (v01 INTEL  OVMF     00000004 INTL 20160930)
[    0.000000] localhost kernel: ACPI: FACS 0x000000007FEFA000 000040
[    0.000000] localhost kernel: ACPI: APIC 0x000000007FEF3000 000090 (v01 OVMF   OVMFEDK2 20130221 OVMF 00000099)
[    0.000000] localhost kernel: ACPI: SSDT 0x000000007FEF1000 000035 (v01 REDHAT OVMF     00000001 INTL 20160930)
[    0.000000] localhost kernel: ACPI: BGRT 0x000000007FEF0000 000038 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
[    0.000000] localhost kernel: No NUMA configuration found
[    0.000000] localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000007fffffff]
[    0.000000] localhost kernel: NODE_DATA(0) allocated [mem 0x7fcec000-0x7fd16fff]
[    0.000000] localhost kernel: kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] localhost kernel: kvm-clock: cpu 0, msr 0:7fc6c001, primary cpu clock
[    0.000000] localhost kernel: kvm-clock: using sched offset of 606848525744 cycles
[    0.000000] localhost kernel: clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000000] localhost kernel: Zone ranges:
[    0.000000] localhost kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000] localhost kernel:   DMA32    [mem 0x0000000001000000-0x000000007fffffff]
[    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 0x0000000000001000-0x000000000009ffff]
[    0.000000] localhost kernel:   node   0: [mem 0x0000000000100000-0x000000007edc5fff]
[    0.000000] localhost kernel:   node   0: [mem 0x000000007ee17000-0x000000007fe96fff]
[    0.000000] localhost kernel:   node   0: [mem 0x000000007fefb000-0x000000007ffcffff]
[    0.000000] localhost kernel:   node   0: [mem 0x000000007fff0000-0x000000007fffffff]
[    0.000000] localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000007fffffff]
[    0.000000] localhost kernel: On node 0 totalpages: 523978
[    0.000000] localhost kernel:   DMA zone: 64 pages used for memmap
[    0.000000] localhost kernel:   DMA zone: 2039 pages reserved
[    0.000000] localhost kernel:   DMA zone: 3999 pages, LIFO batch:0
[    0.000000] localhost kernel:   DMA32 zone: 8128 pages used for memmap
[    0.000000] localhost kernel:   DMA32 zone: 519979 pages, LIFO batch:31
[    0.000000] localhost kernel: tboot: non-0 tboot_addr but it is not of type E820_TYPE_RESERVED
[    0.000000] localhost kernel: ACPI: PM-Timer IO Port: 0xb008
[    0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
[    0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] localhost kernel: IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[    0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.000000] localhost kernel: ACPI: IRQ0 used by override.
[    0.000000] localhost kernel: ACPI: IRQ5 used by override.
[    0.000000] localhost kernel: ACPI: IRQ9 used by override.
[    0.000000] localhost kernel: ACPI: IRQ10 used by override.
[    0.000000] localhost kernel: ACPI: IRQ11 used by override.
[    0.000000] localhost kernel: Using ACPI (MADT) for SMP configuration information
[    0.000000] localhost kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7e88b000-0x7e88bfff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7e8c2000-0x7e8c2fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7e8c3000-0x7e8c3fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7e8cc000-0x7e8ccfff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7edc6000-0x7ee16fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7fe97000-0x7feeefff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7feef000-0x7fef6fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7fef7000-0x7fefafff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7ffd0000-0x7ffeffff]
[    0.000000] localhost kernel: e820: [mem 0x90000000-0xffdfffff] available for PCI devices
[    0.000000] localhost kernel: Booting paravirtualized kernel on KVM
[    0.000000] localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] localhost kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] localhost kernel: percpu: Embedded 37 pages/cpu @ffff9045ffa00000 s112600 r8192 d30760 u524288
[    0.000000] localhost kernel: pcpu-alloc: s112600 r8192 d30760 u524288 alloc=1*2097152
[    0.000000] localhost kernel: pcpu-alloc: [0] 0 1 2 3 
[    0.000000] localhost kernel: KVM setup async PF for cpu 0
[    0.000000] localhost kernel: kvm-stealtime: cpu 0, msr 7fa0d940
[    0.000000] localhost kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 513747
[    0.000000] localhost kernel: Policy zone: DMA32
[    0.000000] localhost kernel: Kernel command line:  rhgb quiet selinux=0 audit=0 rw roothash=3b06ff46e2a6e5445e3c3e13f7e3eafeea17a7052556ae2e0b92fbc425139179 
[    0.000000] localhost kernel: audit: disabled (until reboot)
[    0.000000] localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] localhost kernel: Memory: 1992984K/2095912K available (8837K kernel code, 2404K rwdata, 3760K rodata, 2224K init, 1976K bss, 102928K reserved, 0K cma-reserved)
[    0.000000] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] localhost kernel: ftrace: allocating 34948 entries in 137 pages
[    0.001000] localhost kernel: Hierarchical RCU implementation.
[    0.001000] localhost kernel:    RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.001000] localhost kernel:    Tasks RCU enabled.
[    0.001000] localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.001000] localhost kernel: NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[    0.001000] localhost kernel:    Offload RCU callbacks from CPUs: .
[    0.001000] localhost kernel: Console: colour dummy device 80x25
[    0.001000] localhost kernel: console [tty0] enabled
[    0.001015] localhost kernel: tsc: Detected 2046.162 MHz processor
[    0.001020] localhost kernel: tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.001020] localhost kernel: Calibrating delay loop (skipped) preset value.. 4092.32 BogoMIPS (lpj=2046162)
[    0.001020] localhost kernel: pid_max: default: 32768 minimum: 301
[    0.001041] localhost kernel: ACPI: Core revision 20170531
[    0.001778] localhost kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.003758] localhost kernel: Security Framework initialized
[    0.003760] localhost kernel: Yama: becoming mindful.
[    0.003768] localhost kernel: SELinux:  Disabled at boot.
[    0.005027] localhost kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.006042] localhost kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.006119] localhost kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.006143] localhost kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.006762] localhost kernel: mce: CPU supports 10 MCE banks
[    0.006860] localhost kernel: Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
[    0.006861] localhost kernel: Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
[    0.007260] localhost kernel: Freeing SMP alternatives memory: 32K
[    0.010194] localhost kernel: smpboot: Max logical packages: 4
[    0.010569] localhost kernel: x2apic enabled
[    0.011012] localhost kernel: Switched APIC routing to physical x2apic.
[    0.012859] localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.012927] localhost kernel: TSC deadline timer enabled
[    0.012988] localhost kernel: smpboot: CPU0: AMD Athlon(tm) 5350 APU with Radeon(tm) R3 (family: 0x16, model: 0x0, stepping: 0x1)
[    0.013000] localhost kernel: Performance Events: AMD PMU driver.
[    0.013000] localhost kernel: ... version:                0
[    0.013000] localhost kernel: ... bit width:              48
[    0.013000] localhost kernel: ... generic registers:      4
[    0.013000] localhost kernel: ... value mask:             0000ffffffffffff
[    0.013000] localhost kernel: ... max period:             00007fffffffffff
[    0.013000] localhost kernel: ... fixed-purpose events:   0
[    0.013000] localhost kernel: ... event mask:             000000000000000f
[    0.013000] localhost kernel: Hierarchical SRCU implementation.
[    0.013264] localhost kernel: smp: Bringing up secondary CPUs ...
[    0.013486] localhost kernel: x86: Booting SMP configuration:
[    0.013488] localhost kernel: .... node  #0, CPUs:      #1
[    0.001000] localhost kernel: kvm-clock: cpu 1, msr 0:7fc6c041, secondary cpu clock
[    0.014087] localhost kernel: KVM setup async PF for cpu 1
[    0.014087] localhost kernel: kvm-stealtime: cpu 1, msr 7fa8d940
[    0.014212] localhost kernel:  #2
[    0.001000] localhost kernel: kvm-clock: cpu 2, msr 0:7fc6c081, secondary cpu clock
[    0.015000] localhost kernel: KVM setup async PF for cpu 2
[    0.015000] localhost kernel: kvm-stealtime: cpu 2, msr 7fb0d940
[    0.015215] localhost kernel:  #3
[    0.001000] localhost kernel: kvm-clock: cpu 3, msr 0:7fc6c0c1, secondary cpu clock
[    0.015745] localhost kernel: KVM setup async PF for cpu 3
[    0.015745] localhost kernel: kvm-stealtime: cpu 3, msr 7fb8d940
[    0.015745] localhost kernel: smp: Brought up 1 node, 4 CPUs
[    0.015745] localhost kernel: smpboot: Total of 4 processors activated (16369.29 BogoMIPS)
[    0.020331] localhost kernel: devtmpfs: initialized
[    0.020331] localhost kernel: x86/mm: Memory block size: 128MB
[    0.021252] localhost kernel: PM: Registering ACPI NVS region [mem 0x7fef7000-0x7fefafff] (16384 bytes)
[    0.021252] localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.021252] localhost kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.021378] localhost kernel: pinctrl core: initialized pinctrl subsystem
[    0.021554] localhost kernel: RTC time:  4:14:56, date: 11/21/17
[    0.022182] localhost kernel: NET: Registered protocol family 16
[    0.022537] localhost kernel: cpuidle: using governor menu
[    0.022537] localhost kernel: PCCT header not found.
[    0.024473] localhost kernel: ACPI: bus type PCI registered
[    0.024477] localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.024696] localhost kernel: PCI: Using configuration type 1 for base access
[    0.024698] localhost kernel: PCI: Using configuration type 1 for extended access
[    0.027407] localhost kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.027407] localhost kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.028110] localhost kernel: ACPI: Added _OSI(Module Device)
[    0.028111] localhost kernel: ACPI: Added _OSI(Processor Device)
[    0.028112] localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.028113] localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
[    0.028463] localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
[    0.029706] localhost kernel: ACPI: Interpreter enabled
[    0.029725] localhost kernel: ACPI: (supports S0 S5)
[    0.029727] localhost kernel: ACPI: Using IOAPIC for interrupt routing
[    0.029748] localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.032784] localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.032795] localhost kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.032804] localhost kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.033016] localhost kernel: PCI host bridge to bus 0000:00
[    0.033020] localhost kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.033022] localhost kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.033025] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.033027] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xfeefffff window]
[    0.033030] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.033099] localhost kernel: pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[    0.034192] localhost kernel: pci 0000:00:01.0: [1af4:1050] type 00 class 0x030000
[    0.037049] localhost kernel: pci 0000:00:01.0: reg 0x10: [mem 0x90000000-0x907fffff pref]
[    0.045043] localhost kernel: pci 0000:00:01.0: reg 0x18: [mem 0x800500000-0x800503fff 64bit pref]
[    0.049036] localhost kernel: pci 0000:00:01.0: reg 0x20: [mem 0x91608000-0x91608fff]
[    0.058049] localhost kernel: pci 0000:00:01.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[    0.060000] localhost kernel: pci 0000:00:02.0: [1b36:000c] type 01 class 0x060400
[    0.138034] localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0x91607000-0x91607fff]
[    0.225965] localhost kernel: pci 0000:00:02.1: [1b36:000c] type 01 class 0x060400
[    0.291055] localhost kernel: pci 0000:00:02.1: reg 0x10: [mem 0x91606000-0x91606fff]
[    0.383127] localhost kernel: pci 0000:00:02.2: [1b36:000c] type 01 class 0x060400
[    0.444048] localhost kernel: pci 0000:00:02.2: reg 0x10: [mem 0x91605000-0x91605fff]
[    0.531903] localhost kernel: pci 0000:00:02.3: [1b36:000c] type 01 class 0x060400
[    0.590030] localhost kernel: pci 0000:00:02.3: reg 0x10: [mem 0x91604000-0x91604fff]
[    0.671905] localhost kernel: pci 0000:00:02.4: [1b36:000c] type 01 class 0x060400
[    0.729045] localhost kernel: pci 0000:00:02.4: reg 0x10: [mem 0x91603000-0x91603fff]
[    0.795124] localhost kernel: pci 0000:00:02.5: [1b36:000c] type 01 class 0x060400
[    0.848032] localhost kernel: pci 0000:00:02.5: reg 0x10: [mem 0x91602000-0x91602fff]
[    0.928741] localhost kernel: pci 0000:00:02.6: [1b36:000c] type 01 class 0x060400
[    0.982037] localhost kernel: pci 0000:00:02.6: reg 0x10: [mem 0x91601000-0x91601fff]
[    1.069247] localhost kernel: pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[    1.070169] localhost kernel: pci 0000:00:1f.0: quirk: [io  0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[    1.070537] localhost kernel: pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[    1.284034] localhost kernel: pci 0000:00:1f.2: reg 0x20: [io  0xc240-0xc25f]
[    1.324033] localhost kernel: pci 0000:00:1f.2: reg 0x24: [mem 0x91600000-0x91600fff]
[    1.370538] localhost kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    1.476041] localhost kernel: pci 0000:00:1f.3: reg 0x20: [io  0xc200-0xc23f]
[    1.530688] localhost kernel: pci 0000:01:00.0: [1af4:1041] type 00 class 0x020000
[    1.611035] localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0x91400000-0x91400fff]
[    1.735034] localhost kernel: pci 0000:01:00.0: reg 0x20: [mem 0x800000000-0x800003fff 64bit pref]
[    1.776043] localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[    1.781639] localhost kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
[    1.781674] localhost kernel: pci 0000:00:02.0:   bridge window [io  0xc000-0xcfff]
[    1.781705] localhost kernel: pci 0000:00:02.0:   bridge window [mem 0x91400000-0x915fffff]
[    1.781762] localhost kernel: pci 0000:00:02.0:   bridge window [mem 0x800000000-0x8000fffff 64bit pref]
[    1.805200] localhost kernel: pci 0000:02:00.0: [1af4:1048] type 00 class 0x010000
[    1.812041] localhost kernel: pci 0000:02:00.0: reg 0x14: [mem 0x91200000-0x91200fff]
[    1.824045] localhost kernel: pci 0000:02:00.0: reg 0x20: [mem 0x800100000-0x800103fff 64bit pref]
[    1.830464] localhost kernel: pci 0000:00:02.1: PCI bridge to [bus 02]
[    1.830498] localhost kernel: pci 0000:00:02.1:   bridge window [io  0xb000-0xbfff]
[    1.830529] localhost kernel: pci 0000:00:02.1:   bridge window [mem 0x91200000-0x913fffff]
[    1.830586] localhost kernel: pci 0000:00:02.1:   bridge window [mem 0x800100000-0x8001fffff 64bit pref]
[    1.833553] localhost kernel: pci 0000:03:00.0: [1033:0194] type 00 class 0x0c0330
[    1.836036] localhost kernel: pci 0000:03:00.0: reg 0x10: [mem 0x91000000-0x91003fff 64bit]
[    1.852122] localhost kernel: pci 0000:00:02.2: PCI bridge to [bus 03]
[    1.852159] localhost kernel: pci 0000:00:02.2:   bridge window [io  0xa000-0xafff]
[    1.852192] localhost kernel: pci 0000:00:02.2:   bridge window [mem 0x91000000-0x911fffff]
[    1.855593] localhost kernel: pci 0000:04:00.0: [1af4:1043] type 00 class 0x078000
[    1.863042] localhost kernel: pci 0000:04:00.0: reg 0x14: [mem 0x90e00000-0x90e00fff]
[    1.875038] localhost kernel: pci 0000:04:00.0: reg 0x20: [mem 0x800200000-0x800203fff 64bit pref]
[    1.881864] localhost kernel: pci 0000:00:02.3: PCI bridge to [bus 04]
[    1.881906] localhost kernel: pci 0000:00:02.3:   bridge window [io  0x9000-0x9fff]
[    1.881944] localhost kernel: pci 0000:00:02.3:   bridge window [mem 0x90e00000-0x90ffffff]
[    1.882013] localhost kernel: pci 0000:00:02.3:   bridge window [mem 0x800200000-0x8002fffff 64bit pref]
[    1.885660] localhost kernel: pci 0000:05:00.0: [1af4:1045] type 00 class 0x00ff00
[    1.901038] localhost kernel: pci 0000:05:00.0: reg 0x20: [mem 0x800300000-0x800303fff 64bit pref]
[    1.906614] localhost kernel: pci 0000:00:02.4: PCI bridge to [bus 05]
[    1.906651] localhost kernel: pci 0000:00:02.4:   bridge window [io  0x8000-0x8fff]
[    1.906683] localhost kernel: pci 0000:00:02.4:   bridge window [mem 0x90c00000-0x90dfffff]
[    1.906744] localhost kernel: pci 0000:00:02.4:   bridge window [mem 0x800300000-0x8003fffff 64bit pref]
[    1.910582] localhost kernel: pci 0000:06:00.0: [1af4:1044] type 00 class 0x00ff00
[    1.926037] localhost kernel: pci 0000:06:00.0: reg 0x20: [mem 0x800400000-0x800403fff 64bit pref]
[    1.930409] localhost kernel: pci 0000:00:02.5: PCI bridge to [bus 06]
[    1.930443] localhost kernel: pci 0000:00:02.5:   bridge window [io  0x7000-0x7fff]
[    1.930485] localhost kernel: pci 0000:00:02.5:   bridge window [mem 0x90a00000-0x90bfffff]
[    1.930542] localhost kernel: pci 0000:00:02.5:   bridge window [mem 0x800400000-0x8004fffff 64bit pref]
[    1.933470] localhost kernel: pci 0000:00:02.6: PCI bridge to [bus 07]
[    1.933507] localhost kernel: pci 0000:00:02.6:   bridge window [io  0x6000-0x6fff]
[    1.933538] localhost kernel: pci 0000:00:02.6:   bridge window [mem 0x90800000-0x909fffff]
[    1.956152] localhost kernel: ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    1.957189] localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 5 10 11) *9
[    1.957410] localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 10 11) *80
[    1.957589] localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 11) *16
[    1.957767] localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 11) *4
[    1.958243] localhost kernel: pci 0000:00:01.0: vgaarb: setting as boot VGA device
[    1.958243] localhost kernel: pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.958243] localhost kernel: pci 0000:00:01.0: vgaarb: bridge control possible
[    1.958243] localhost kernel: vgaarb: loaded
[    1.958286] localhost kernel: SCSI subsystem initialized
[    1.958398] localhost kernel: libata version 3.00 loaded.
[    1.958398] localhost kernel: ACPI: bus type USB registered
[    1.958398] localhost kernel: usbcore: registered new interface driver usbfs
[    1.958398] localhost kernel: usbcore: registered new interface driver hub
[    1.958398] localhost kernel: usbcore: registered new device driver usb
[    1.959066] localhost kernel: EDAC MC: Ver: 3.0.0
[    1.959747] localhost kernel: Registered efivars operations
[    1.961052] localhost kernel: PCI: Using ACPI for IRQ routing
[    1.961055] localhost kernel: PCI: pci_cache_line_size set to 64 bytes
[    1.961063] localhost kernel: pci 0000:00:02.0: can't claim BAR 15 [mem 0x800000000-0x8000fffff 64bit pref]: no compatible bridge window
[    1.961068] localhost kernel: pci 0000:00:02.1: can't claim BAR 15 [mem 0x800100000-0x8001fffff 64bit pref]: no compatible bridge window
[    1.961073] localhost kernel: pci 0000:00:02.3: can't claim BAR 15 [mem 0x800200000-0x8002fffff 64bit pref]: no compatible bridge window
[    1.961077] localhost kernel: pci 0000:00:02.4: can't claim BAR 15 [mem 0x800300000-0x8003fffff 64bit pref]: no compatible bridge window
[    1.961080] localhost kernel: pci 0000:00:02.5: can't claim BAR 15 [mem 0x800400000-0x8004fffff 64bit pref]: no compatible bridge window
[    1.961120] localhost kernel: pci 0000:00:01.0: can't claim BAR 2 [mem 0x800500000-0x800503fff 64bit pref]: no compatible bridge window
[    1.961156] localhost kernel: pci 0000:01:00.0: can't claim BAR 4 [mem 0x800000000-0x800003fff 64bit pref]: no compatible bridge window
[    1.961206] localhost kernel: pci 0000:02:00.0: can't claim BAR 4 [mem 0x800100000-0x800103fff 64bit pref]: no compatible bridge window
[    1.961269] localhost kernel: pci 0000:04:00.0: can't claim BAR 4 [mem 0x800200000-0x800203fff 64bit pref]: no compatible bridge window
[    1.961303] localhost kernel: pci 0000:05:00.0: can't claim BAR 4 [mem 0x800300000-0x800303fff 64bit pref]: no compatible bridge window
[    1.961336] localhost kernel: pci 0000:06:00.0: can't claim BAR 4 [mem 0x800400000-0x800403fff 64bit pref]: no compatible bridge window
[    1.961384] localhost kernel: pci 0000:00:1f.2: can't claim BAR 4 [io  0xc240-0xc25f]: address conflict with PCI Bus 0000:01 [io  0xc000-0xcfff]
[    1.961403] localhost kernel: pci 0000:00:1f.3: can't claim BAR 4 [io  0xc200-0xc23f]: address conflict with PCI Bus 0000:01 [io  0xc000-0xcfff]
[    1.961653] localhost kernel: e820: reserve RAM buffer [mem 0x7e88b018-0x7fffffff]
[    1.961656] localhost kernel: e820: reserve RAM buffer [mem 0x7e8c3018-0x7fffffff]
[    1.961658] localhost kernel: e820: reserve RAM buffer [mem 0x7edc6000-0x7fffffff]
[    1.961660] localhost kernel: e820: reserve RAM buffer [mem 0x7fe97000-0x7fffffff]
[    1.961662] localhost kernel: e820: reserve RAM buffer [mem 0x7ffd0000-0x7fffffff]
[    1.961808] localhost kernel: NetLabel: Initializing
[    1.961809] localhost kernel: NetLabel:  domain hash size = 128
[    1.961810] localhost kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.961836] localhost kernel: NetLabel:  unlabeled traffic allowed by default
[    1.962202] localhost kernel: clocksource: Switched to clocksource kvm-clock
[    1.987542] localhost kernel: VFS: Disk quotas dquot_6.6.0
[    1.987589] localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.987783] localhost kernel: pnp: PnP ACPI init
[    1.988201] localhost kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.988253] localhost kernel: pnp 00:01: disabling [io  0xb000-0xb03f] because it overlaps 0000:00:02.1 BAR 13 [io  0xb000-0xbfff]
[    1.988260] localhost kernel: pnp 00:01: disabling [io  0xafe0-0xafe3] because it overlaps 0000:00:02.2 BAR 13 [io  0xa000-0xafff]
[    1.988280] localhost kernel: pnp 00:01: disabling [io  0x0678-0x067f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0600-0x067f]
[    1.988335] localhost kernel: system 00:01: [io  0x01e0-0x01ef] has been reserved
[    1.988341] localhost kernel: system 00:01: [io  0x0160-0x016f] has been reserved
[    1.988344] localhost kernel: system 00:01: [io  0x0278-0x027f] has been reserved
[    1.988346] localhost kernel: system 00:01: [io  0x0370-0x0371] has been reserved
[    1.988349] localhost kernel: system 00:01: [io  0x0378-0x037f] has been reserved
[    1.988351] localhost kernel: system 00:01: [io  0x0402] has been reserved
[    1.988353] localhost kernel: system 00:01: [io  0x0440-0x044f] has been reserved
[    1.988356] localhost kernel: system 00:01: [io  0x0778-0x077f] has been reserved
[    1.988360] localhost kernel: system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.988363] localhost kernel: system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[    1.988369] localhost kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.988408] localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    1.988448] localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    1.988489] localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.988525] localhost kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.988543] localhost kernel: pnp 00:06: [dma 2]
[    1.988570] localhost kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
[    1.988610] localhost kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active)
[    1.988615] localhost kernel: pnp: PnP ACPI: found 8 devices
[    2.053860] localhost kernel: PM-Timer failed consistency check  (0xffffff) - aborting.
[    2.053874] localhost kernel: pci 0000:00:01.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[    2.053878] localhost kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[    2.071112] localhost kernel: pci 0000:00:02.0: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    2.094249] localhost kernel: pci 0000:00:02.1: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    2.120240] localhost kernel: pci 0000:00:02.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    2.140256] localhost kernel: pci 0000:00:02.3: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[    2.165531] localhost kernel: pci 0000:00:02.4: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
[    2.188081] localhost kernel: pci 0000:00:02.5: bridge window [mem 0x00100000-0x001fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
[    2.210106] localhost kernel: pci 0000:00:02.6: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000 add_align 100000
[    2.210152] localhost kernel: pci 0000:00:02.0: BAR 15: assigned [mem 0x91700000-0x919fffff 64bit pref]
[    2.210159] localhost kernel: pci 0000:00:02.1: BAR 15: assigned [mem 0x91a00000-0x91cfffff 64bit pref]
[    2.210165] localhost kernel: pci 0000:00:02.2: BAR 15: assigned [mem 0x91d00000-0x91efffff 64bit pref]
[    2.210171] localhost kernel: pci 0000:00:02.3: BAR 15: assigned [mem 0x91f00000-0x921fffff 64bit pref]
[    2.210177] localhost kernel: pci 0000:00:02.4: BAR 15: assigned [mem 0x92200000-0x924fffff 64bit pref]
[    2.210183] localhost kernel: pci 0000:00:02.5: BAR 15: assigned [mem 0x92500000-0x927fffff 64bit pref]
[    2.210188] localhost kernel: pci 0000:00:02.6: BAR 15: assigned [mem 0x92800000-0x929fffff 64bit pref]
[    2.210193] localhost kernel: pci 0000:00:01.0: BAR 6: assigned [mem 0x91610000-0x9161ffff pref]
[    2.210198] localhost kernel: pci 0000:00:01.0: BAR 2: assigned [mem 0x9160c000-0x9160ffff 64bit pref]
[    2.269252] localhost kernel: pci 0000:00:1f.3: BAR 4: assigned [io  0x1000-0x103f]
[    2.298760] localhost kernel: pci 0000:00:1f.2: BAR 4: assigned [io  0x1040-0x105f]
[    2.322987] localhost kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0x91440000-0x9147ffff pref]
[    2.322994] localhost kernel: pci 0000:01:00.0: BAR 4: assigned [mem 0x91700000-0x91703fff 64bit pref]
[    2.362489] localhost kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
[    2.365635] localhost kernel: pci 0000:00:02.0:   bridge window [io  0xc000-0xcfff]
[    2.396174] localhost kernel: pci 0000:00:02.0:   bridge window [mem 0x91400000-0x915fffff]
[    2.421094] localhost kernel: pci 0000:00:02.0:   bridge window [mem 0x91700000-0x919fffff 64bit pref]
[    2.465617] localhost kernel: pci 0000:02:00.0: BAR 4: assigned [mem 0x91a00000-0x91a03fff 64bit pref]
[    2.507073] localhost kernel: pci 0000:00:02.1: PCI bridge to [bus 02]
[    2.510715] localhost kernel: pci 0000:00:02.1:   bridge window [io  0xb000-0xbfff]
[    2.545596] localhost kernel: pci 0000:00:02.1:   bridge window [mem 0x91200000-0x913fffff]
[    2.568741] localhost kernel: pci 0000:00:02.1:   bridge window [mem 0x91a00000-0x91cfffff 64bit pref]
[    2.612159] localhost kernel: pci 0000:00:02.2: PCI bridge to [bus 03]
[    2.615375] localhost kernel: pci 0000:00:02.2:   bridge window [io  0xa000-0xafff]
[    2.648115] localhost kernel: pci 0000:00:02.2:   bridge window [mem 0x91000000-0x911fffff]
[    2.665874] localhost kernel: pci 0000:00:02.2:   bridge window [mem 0x91d00000-0x91efffff 64bit pref]
[    2.715950] localhost kernel: pci 0000:04:00.0: BAR 4: assigned [mem 0x91f00000-0x91f03fff 64bit pref]
[    2.757518] localhost kernel: pci 0000:00:02.3: PCI bridge to [bus 04]
[    2.760814] localhost kernel: pci 0000:00:02.3:   bridge window [io  0x9000-0x9fff]
[    2.794407] localhost kernel: pci 0000:00:02.3:   bridge window [mem 0x90e00000-0x90ffffff]
[    2.817675] localhost kernel: pci 0000:00:02.3:   bridge window [mem 0x91f00000-0x921fffff 64bit pref]
[    2.869436] localhost kernel: pci 0000:05:00.0: BAR 4: assigned [mem 0x92200000-0x92203fff 64bit pref]
[    2.894385] localhost kernel: pci 0000:00:02.4: PCI bridge to [bus 05]
[    2.894430] localhost kernel: pci 0000:00:02.4:   bridge window [io  0x8000-0x8fff]
[    2.926156] localhost kernel: pci 0000:00:02.4:   bridge window [mem 0x90c00000-0x90dfffff]
[    2.952366] localhost kernel: pci 0000:00:02.4:   bridge window [mem 0x92200000-0x924fffff 64bit pref]
[    2.997431] localhost kernel: pci 0000:06:00.0: BAR 4: assigned [mem 0x92500000-0x92503fff 64bit pref]
[    3.018175] localhost kernel: pci 0000:00:02.5: PCI bridge to [bus 06]
[    3.021476] localhost kernel: pci 0000:00:02.5:   bridge window [io  0x7000-0x7fff]
[    3.050385] localhost kernel: pci 0000:00:02.5:   bridge window [mem 0x90a00000-0x90bfffff]
[    3.078687] localhost kernel: pci 0000:00:02.5:   bridge window [mem 0x92500000-0x927fffff 64bit pref]
[    3.123716] localhost kernel: pci 0000:00:02.6: PCI bridge to [bus 07]
[    3.123762] localhost kernel: pci 0000:00:02.6:   bridge window [io  0x6000-0x6fff]
[    3.157816] localhost kernel: pci 0000:00:02.6:   bridge window [mem 0x90800000-0x909fffff]
[    3.181657] localhost kernel: pci 0000:00:02.6:   bridge window [mem 0x92800000-0x929fffff 64bit pref]
[    3.222171] localhost kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    3.222177] localhost kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    3.222180] localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    3.222182] localhost kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xfeefffff window]
[    3.222186] localhost kernel: pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    3.222188] localhost kernel: pci_bus 0000:01: resource 1 [mem 0x91400000-0x915fffff]
[    3.222190] localhost kernel: pci_bus 0000:01: resource 2 [mem 0x91700000-0x919fffff 64bit pref]
[    3.222194] localhost kernel: pci_bus 0000:02: resource 0 [io  0xb000-0xbfff]
[    3.222196] localhost kernel: pci_bus 0000:02: resource 1 [mem 0x91200000-0x913fffff]
[    3.222198] localhost kernel: pci_bus 0000:02: resource 2 [mem 0x91a00000-0x91cfffff 64bit pref]
[    3.222202] localhost kernel: pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    3.222204] localhost kernel: pci_bus 0000:03: resource 1 [mem 0x91000000-0x911fffff]
[    3.222206] localhost kernel: pci_bus 0000:03: resource 2 [mem 0x91d00000-0x91efffff 64bit pref]
[    3.222210] localhost kernel: pci_bus 0000:04: resource 0 [io  0x9000-0x9fff]
[    3.222212] localhost kernel: pci_bus 0000:04: resource 1 [mem 0x90e00000-0x90ffffff]
[    3.222214] localhost kernel: pci_bus 0000:04: resource 2 [mem 0x91f00000-0x921fffff 64bit pref]
[    3.222217] localhost kernel: pci_bus 0000:05: resource 0 [io  0x8000-0x8fff]
[    3.222219] localhost kernel: pci_bus 0000:05: resource 1 [mem 0x90c00000-0x90dfffff]
[    3.222221] localhost kernel: pci_bus 0000:05: resource 2 [mem 0x92200000-0x924fffff 64bit pref]
[    3.222224] localhost kernel: pci_bus 0000:06: resource 0 [io  0x7000-0x7fff]
[    3.222227] localhost kernel: pci_bus 0000:06: resource 1 [mem 0x90a00000-0x90bfffff]
[    3.222229] localhost kernel: pci_bus 0000:06: resource 2 [mem 0x92500000-0x927fffff 64bit pref]
[    3.222232] localhost kernel: pci_bus 0000:07: resource 0 [io  0x6000-0x6fff]
[    3.222234] localhost kernel: pci_bus 0000:07: resource 1 [mem 0x90800000-0x909fffff]
[    3.222236] localhost kernel: pci_bus 0000:07: resource 2 [mem 0x92800000-0x929fffff 64bit pref]
[    3.222469] localhost kernel: NET: Registered protocol family 2
[    3.222841] localhost kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    3.222921] localhost kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    3.223070] localhost kernel: TCP: Hash tables configured (established 16384 bind 16384)
[    3.223150] localhost kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    3.223167] localhost kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    3.223274] localhost kernel: NET: Registered protocol family 1
[    3.224369] localhost kernel: pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.225491] localhost kernel: ACPI: PCI Interrupt Link [LNKB] BIOS reported IRQ 80, using IRQ 11
[    3.225493] localhost kernel: ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[    3.235615] localhost kernel: PCI: CLS 0 bytes, default 64
[    3.235727] localhost kernel: Unpacking initramfs...
[    3.698294] localhost kernel: Freeing initrd memory: 22548K
[    3.698426] localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1d7e85ac54d, max_idle_ns: 440795255456 ns
[    3.700409] localhost kernel: Initialise system trusted keyrings
[    3.700425] localhost kernel: Key type blacklist registered
[    3.700514] localhost kernel: workingset: timestamp_bits=36 max_order=19 bucket_order=0
[    3.703069] localhost kernel: zbud: loaded
[    4.087455] localhost kernel: NET: Registered protocol family 38
[    4.087462] localhost kernel: Key type asymmetric registered
[    4.087464] localhost kernel: Asymmetric key parser 'x509' registered
[    4.087598] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    4.087726] localhost kernel: io scheduler noop registered
[    4.087728] localhost kernel: io scheduler deadline registered
[    4.087803] localhost kernel: io scheduler cfq registered (default)
[    4.087805] localhost kernel: io scheduler mq-deadline registered
[    4.088102] localhost kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    4.097215] localhost kernel: efifb: probing for efifb
[    4.097248] localhost kernel: efifb: framebuffer at 0x90000000, using 1876k, total 1875k
[    4.097250] localhost kernel: efifb: mode is 800x600x32, linelength=3200, pages=1
[    4.097252] localhost kernel: efifb: scrolling: redraw
[    4.097254] localhost kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    4.097475] localhost kernel: Console: switching to colour frame buffer device 100x37
[    4.160282] localhost kernel: fb0: EFI VGA frame buffer device
[    4.160536] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    4.160582] localhost kernel: ACPI: Power Button [PWRF]
[    4.161194] localhost kernel: GHES: HEST is not enabled!
[    4.161426] localhost kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    4.195052] localhost kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    4.198273] localhost kernel: Non-volatile memory driver v1.3
[    4.198307] localhost kernel: Linux agpgart interface v0.103
[    4.199277] localhost kernel: ahci 0000:00:1f.2: version 3.0
[    4.199912] localhost kernel: ahci 0000:00:1f.2: can't derive routing for PCI INT A
[    4.199914] localhost kernel: ahci 0000:00:1f.2: PCI INT A: no GSI
[    4.201102] localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode
[    4.201106] localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq only 
[    4.203100] localhost kernel: scsi host0: ahci
[    4.203322] localhost kernel: scsi host1: ahci
[    4.203491] localhost kernel: scsi host2: ahci
[    4.203691] localhost kernel: scsi host3: ahci
[    4.203877] localhost kernel: scsi host4: ahci
[    4.204102] localhost kernel: scsi host5: ahci
[    4.204178] localhost kernel: ata1: SATA max UDMA/133 abar m4096@0x91600000 port 0x91600100 irq 24
[    4.204192] localhost kernel: ata2: SATA max UDMA/133 abar m4096@0x91600000 port 0x91600180 irq 24
[    4.204205] localhost kernel: ata3: SATA max UDMA/133 abar m4096@0x91600000 port 0x91600200 irq 24
[    4.204218] localhost kernel: ata4: SATA max UDMA/133 abar m4096@0x91600000 port 0x91600280 irq 24
[    4.204231] localhost kernel: ata5: SATA max UDMA/133 abar m4096@0x91600000 port 0x91600300 irq 24
[    4.204243] localhost kernel: ata6: SATA max UDMA/133 abar m4096@0x91600000 port 0x91600380 irq 24
[    4.204397] localhost kernel: libphy: Fixed MDIO Bus: probed
[    4.204491] localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.204495] localhost kernel: ehci-pci: EHCI PCI platform driver
[    4.204519] localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.204523] localhost kernel: ohci-pci: OHCI PCI platform driver
[    4.204536] localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
[    4.214347] localhost kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
[    4.214511] localhost kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
[    4.215321] localhost kernel: xhci_hcd 0000:03:00.0: hcc params 0x00087001 hci version 0x100 quirks 0x00000014
[    4.218173] localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    4.218177] localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.218179] localhost kernel: usb usb1: Product: xHCI Host Controller
[    4.218181] localhost kernel: usb usb1: Manufacturer: Linux 4.13.13-300.fc27.x86_64 xhci-hcd
[    4.218183] localhost kernel: usb usb1: SerialNumber: 0000:03:00.0
[    4.218428] localhost kernel: hub 1-0:1.0: USB hub found
[    4.218485] localhost kernel: hub 1-0:1.0: 4 ports detected
[    4.218850] localhost kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
[    4.218903] localhost kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
[    4.219075] localhost kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.219114] localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    4.219116] localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.219118] localhost kernel: usb usb2: Product: xHCI Host Controller
[    4.219120] localhost kernel: usb usb2: Manufacturer: Linux 4.13.13-300.fc27.x86_64 xhci-hcd
[    4.219122] localhost kernel: usb usb2: SerialNumber: 0000:03:00.0
[    4.219251] localhost kernel: hub 2-0:1.0: USB hub found
[    4.219303] localhost kernel: hub 2-0:1.0: 4 ports detected
[    4.219783] localhost kernel: usbcore: registered new interface driver usbserial
[    4.219796] localhost kernel: usbcore: registered new interface driver usbserial_generic
[    4.219809] localhost kernel: usbserial: USB Serial support registered for generic
[    4.219878] localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    4.222102] localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.222110] localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
[    4.222242] localhost kernel: mousedev: PS/2 mouse device common for all mice
[    4.222968] localhost kernel: ACPI Error: Could not disable RealTimeClock events (20170531/evxfevnt-279)
[    4.224316] localhost kernel: rtc_cmos 00:00: RTC can wake from S4
[    4.225257] localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    4.225494] localhost kernel: rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    4.225938] localhost kernel: rtc_cmos 00:00: alarms up to one day, 114 bytes nvram
[    4.226462] localhost kernel: device-mapper: uevent: version 1.0.3
[    4.226828] localhost kernel: device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    4.228940] localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
[    4.229300] localhost kernel: usbcore: registered new interface driver usbhid
[    4.229302] localhost kernel: usbhid: USB HID core driver
[    4.229892] localhost kernel: drop_monitor: Initializing network drop monitor service
[    4.230197] localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.231022] localhost kernel: Initializing XFRM netlink socket
[    4.231341] localhost kernel: NET: Registered protocol family 10
[    4.236393] localhost kernel: Segment Routing with IPv6
[    4.236435] localhost kernel: mip6: Mobile IPv6
[    4.236439] localhost kernel: NET: Registered protocol family 17
[    4.237244] localhost kernel: RAS: Correctable Errors collector initialized.
[    4.237265] localhost kernel: AVX version of gcm_enc/dec engaged.
[    4.237267] localhost kernel: AES CTR mode by8 optimization enabled
[    4.263087] localhost kernel: sched_clock: Marking stable (4263011896, 0)->(5954260738, -1691248842)
[    4.263609] localhost kernel: registered taskstats version 1
[    4.263623] localhost kernel: Loading compiled-in X.509 certificates
[    4.350348] localhost kernel: Loaded X.509 cert 'Fedora kernel signing key: 5640967cc83c34b91b6e9329df63d7dbad0b2e54'
[    4.350440] localhost kernel: Couldn't get size: 0x800000000000000e
[    4.351283] localhost kernel: MODSIGN: Couldn't get UEFI db list
[    4.352125] localhost kernel: Couldn't get size: 0x800000000000000e
[    4.353081] localhost kernel: MODSIGN: Couldn't get UEFI MokListRT
[    4.353116] localhost kernel: Couldn't get size: 0x800000000000000e
[    4.353871] localhost kernel: MODSIGN: Couldn't get UEFI dbx list
[    4.353964] localhost kernel: zswap: loaded using pool lzo/zbud
[    4.366705] localhost kernel: Key type big_key registered
[    4.375689] localhost kernel: Key type encrypted registered
[    4.379246] localhost kernel:   Magic number: 9:199:212
[    4.385048] localhost kernel: rtc_cmos 00:00: setting system clock to 2017-11-21 04:15:02 UTC (1511237702)
[    4.385130] localhost kernel: PM: Hibernation image not present or could not be loaded.
[    4.535503] localhost kernel: ata3: SATA link down (SStatus 0 SControl 300)
[    4.535811] localhost kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    4.535864] localhost kernel: ata2: SATA link down (SStatus 0 SControl 300)
[    4.537869] localhost kernel: ata1: SATA link down (SStatus 0 SControl 300)
[    4.538190] localhost kernel: ata5: SATA link down (SStatus 0 SControl 300)
[    4.538457] localhost kernel: ata6: SATA link down (SStatus 0 SControl 300)
[    4.538724] localhost kernel: ata4: SATA link down (SStatus 0 SControl 300)
[    4.562794] localhost kernel: Freeing unused kernel memory: 2224K
[    4.562799] localhost kernel: Write protecting the kernel read-only data: 14336k
[    4.564183] localhost kernel: Freeing unused kernel memory: 1392K
[    4.565851] localhost kernel: Freeing unused kernel memory: 336K
[    4.569848] localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    4.569859] localhost kernel: rodata_test: all tests were successful
[    4.591426] localhost systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    4.591518] localhost systemd[1]: Detected virtualization kvm.
[    4.591525] localhost systemd[1]: Detected architecture x86-64.
[    4.591529] localhost systemd[1]: Running in initial RAM disk.
[    4.591548] localhost systemd[1]: No hostname configured.
[    4.591556] localhost systemd[1]: Set hostname to <localhost>.
[    4.591623] localhost systemd[1]: Initializing machine ID from KVM UUID.
[    4.602485] localhost systemd-fstab-generator[181]: Using verity root device /dev/mapper/root.
[    4.664773] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.664881] localhost systemd[1]: Listening on udev Kernel Socket.
[    4.664963] localhost systemd[1]: Listening on Journal Socket (/dev/log).
[    4.787108] localhost systemd-journald[204]: Journal started
[    4.789518] localhost systemd-journald[204]: Runtime journal (/run/log/journal/52c55cccb8b04b528f5831342c5bded7) is 8.0M, max 99.8M, 91.8M free.
[    4.788646] localhost kernel: usb 1-2: New USB device found, idVendor=8228, idProduct=5236
[    4.788652] localhost kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.788654] localhost kernel: usb 1-2: SerialNumber: 37270909FA138B6630103
[    4.793135] localhost dracut-cmdline[215]: dracut-27 (Twenty Seven) dracut-046-5.fc27
[    4.793135] localhost dracut-cmdline[215]: Using kernel command line parameters: rhgb quiet selinux=0 audit=0 rw roothash=3b06ff46e2a6e5445e3c3e13f7e3eafeea17a7052556ae2e0b92fbc425139179 rhgb quiet selinux=0 audit=0 rw roothash=3b06ff46e2a6e5445e3c3e13f7e3eafeea17a7052556ae2e0b92fbc425139179
[    4.846918] localhost systemd[1]: Started dracut cmdline hook.
[    4.848966] localhost systemd[1]: Starting udev Kernel Device Manager...
[    4.867679] localhost systemd[1]: Started udev Kernel Device Manager.
[    4.868221] localhost systemd[1]: Starting udev Coldplug all Devices...
[    4.882061] localhost kernel: usb-storage 1-2:1.0: USB Mass Storage device detected
[    4.882343] localhost kernel: scsi host6: usb-storage 1-2:1.0
[    4.882472] localhost kernel: usbcore: registered new interface driver usb-storage
[    4.887199] localhost kernel: usbcore: registered new interface driver uas
[    4.928559] localhost systemd[1]: Mounting Kernel Configuration File System...
[    4.932870] localhost systemd[1]: Mounted Kernel Configuration File System.
[    4.979560] localhost systemd[1]: Started udev Coldplug all Devices.
[    4.983177] localhost systemd[1]: Starting dracut initqueue hook...
[    5.001043] localhost kernel: ACPI: No IRQ available for PCI Interrupt Link [LNKS]. Try pci=noacpi or acpi=off
[    5.002613] localhost kernel: virtio-pci 0000:00:01.0: PCI INT A: no GSI
[    5.020693] localhost systemd[1]: Started dracut initqueue hook.
[    5.021266] localhost systemd[1]: Reached target Remote File Systems (Pre).
[    5.021576] localhost systemd[1]: Reached target Remote File Systems.
[    5.077994] localhost systemd-udevd[292]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
[    5.106381] localhost kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
[    5.107425] localhost kernel: scsi host7: Virtio SCSI HBA
[    5.111462] localhost kernel: scsi 7:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    5.167971] localhost kernel: sd 7:0:0:0: Attached scsi generic sg0 type 0
[    5.171385] localhost kernel: sd 7:0:0:0: [sda] 2661199 512-byte logical blocks: (1.36 GB/1.27 GiB)
[    5.171449] localhost kernel: sd 7:0:0:0: [sda] Write Protect is off
[    5.171453] localhost kernel: sd 7:0:0:0: [sda] Mode Sense: 63 00 00 08
[    5.171563] localhost kernel: sd 7:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.183215] localhost kernel:  sda: sda1 sda2 sda3
[    5.184730] localhost kernel: sd 7:0:0:0: [sda] Attached SCSI disk
[    5.239035] localhost systemd[1]: Found device QEMU_HARDDISK Verity\x20Partition.
[    5.251055] localhost systemd[1]: Found device QEMU_HARDDISK Root\x20Partition.
[    5.258045] localhost systemd[1]: Starting Integrity Protection Setup for root...
[    5.275400] localhost systemd-veritysetup[327]: Failed to set up verity device: Invalid argument
[    5.276797] localhost systemd[1]: systemd-veritysetup@root.service: Main process exited, code=exited, status=1/FAILURE
[    5.277566] localhost systemd[1]: Failed to start Integrity Protection Setup for root.
[    5.281471] localhost systemd[1]: Dependency failed for Local Encrypted Volumes.
[    5.283048] localhost systemd[1]: cryptsetup.target: Job cryptsetup.target/start failed with result 'dependency'.
[    5.283600] localhost systemd[1]: systemd-veritysetup@root.service: Unit entered failed state.
[    5.283919] localhost systemd[1]: systemd-veritysetup@root.service: Failed with result 'exit-code'.
[    5.284241] localhost systemd[1]: Reached target System Initialization.
[    5.284904] localhost systemd[1]: Reached target Basic System.
[    5.925237] localhost kernel: scsi 6:0:0:0: Direct-Access     Flash    USB Disk         2.F0 PQ: 0 ANSI: 2
[    5.926901] localhost kernel: sd 6:0:0:0: Attached scsi generic sg1 type 0
[    5.935142] localhost kernel: sd 6:0:0:0: [sdb] 7864320 512-byte logical blocks: (4.03 GB/3.75 GiB)
[    5.938792] localhost kernel: sd 6:0:0:0: [sdb] Write Protect is off
[    5.938805] localhost kernel: sd 6:0:0:0: [sdb] Mode Sense: 0b 00 00 08
[    5.944366] localhost kernel: sd 6:0:0:0: [sdb] No Caching mode page found
[    5.945755] localhost kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
[    5.989116] localhost kernel:  sdb: sdb1
[    6.011721] localhost kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
[    7.183118] localhost kernel: usb 1-2: USB disconnect, device number 2
[   29.473250] localhost kernel: usb 1-2: new high-speed USB device number 3 using xhci_hcd
[   29.721127] localhost kernel: usb 1-2: New USB device found, idVendor=8228, idProduct=5236
[   29.721137] localhost kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   29.721143] localhost kernel: usb 1-2: SerialNumber: 37270909FA138B6630103
[   29.735476] localhost kernel: usb-storage 1-2:1.0: USB Mass Storage device detected
[   29.745324] localhost kernel: scsi host6: usb-storage 1-2:1.0
[   30.757145] localhost kernel: scsi 6:0:0:0: Direct-Access     Flash    USB Disk         2.F0 PQ: 0 ANSI: 2
[   30.758176] localhost kernel: sd 6:0:0:0: Attached scsi generic sg1 type 0
[   30.770939] localhost kernel: sd 6:0:0:0: [sdb] 7864320 512-byte logical blocks: (4.03 GB/3.75 GiB)
[   30.775257] localhost kernel: sd 6:0:0:0: [sdb] Write Protect is off
[   30.775263] localhost kernel: sd 6:0:0:0: [sdb] Mode Sense: 0b 00 00 08
[   30.781496] localhost kernel: sd 6:0:0:0: [sdb] No Caching mode page found
[   30.783899] localhost kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
[   30.824939] localhost kernel: random: crng init done
[   30.824976] localhost kernel:  sdb: sdb1
[   30.851580] localhost kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
[   94.907205] localhost systemd[1]: dev-mapper-root.device: Job dev-mapper-root.device/start timed out.
[   94.909080] localhost systemd[1]: Timed out waiting for device dev-mapper-root.device.
[   94.912359] localhost systemd[1]: Dependency failed for Initrd Root Device.
[   94.914497] localhost systemd[1]: initrd-root-device.target: Job initrd-root-device.target/start failed with result 'dependency'.
[   94.915669] localhost systemd[1]: initrd-root-device.target: Triggering OnFailure= dependencies.
[   94.916697] localhost systemd[1]: Dependency failed for /sysroot.
[   94.918338] localhost systemd[1]: Dependency failed for Initrd Root File System.
[   94.919523] localhost systemd[1]: Dependency failed for Reload Configuration from the Real Root.
[   94.922404] localhost systemd[1]: initrd-parse-etc.service: Job initrd-parse-etc.service/start failed with result 'dependency'.
[   94.923539] localhost systemd[1]: initrd-parse-etc.service: Triggering OnFailure= dependencies.
[   94.924405] localhost systemd[1]: initrd-root-fs.target: Job initrd-root-fs.target/start failed with result 'dependency'.
[   94.925235] localhost systemd[1]: initrd-root-fs.target: Triggering OnFailure= dependencies.
[   94.926191] localhost systemd[1]: sysroot.mount: Job sysroot.mount/start failed with result 'dependency'.
[   94.926992] localhost systemd[1]: Dependency failed for File System Check on /dev/mapper/root.
[   94.927880] localhost systemd[1]: systemd-fsck-root.service: Job systemd-fsck-root.service/start failed with result 'dependency'.
[   94.928810] localhost systemd[1]: dev-mapper-root.device: Job dev-mapper-root.device/start failed with result 'timeout'.
[   94.929703] localhost systemd[1]: Reached target Initrd File Systems.
[   94.934359] localhost systemd[1]: Stopped dracut cmdline hook.
[   94.936292] localhost systemd[1]: Stopped dracut ask for additional cmdline parameters.
[   94.937856] localhost systemd[1]: Stopped target Basic System.
[   94.938820] localhost systemd[1]: Stopped target System Initialization.
[   94.940657] localhost systemd[1]: Stopped dracut initqueue hook.
[   94.956969] localhost systemd[1]: Starting Setup Virtual Console...
[   94.979277] localhost systemd[1]: Started Setup Virtual Console.
[   94.981554] localhost systemd[1]: Starting Emergency Shell...
poettering commented 6 years ago

My educated guess: the dm-verity kernel modules are missing from the initrd?

AdrianKoshka commented 6 years ago

How would I go about adding them to the initrd?

AdrianKoshka commented 6 years ago

Well, I guess something must've been fixed, since upgrading to fedora27 a while back, running the same command, and testing, the image boots just fine now. Will close the issue now. :)

AdrianKoshka commented 6 years ago

I was too hasty I guess..? I just tried to generate another image (same command, mkosi -b 1 --verity build -p veritysetup), and now it's doing the same thing instead of working. Even though it was working just a moment ago.

poettering commented 6 years ago

So, if you hack mkosi, specifically the install_unified_kernel() function, and add this:

dracut += [ '--add-drivers', 'dm-verity' ]

somewhere near the end of the function, before the run_workspace_command(), does it work then? That forces dracut to include the dm-verity kernel module in the initrd. If that makes things work for you, we should probably do that if verity is requested, to make this just work for you.

jpcurrey commented 4 years ago

To reproduce this error I run

 mkosi --verity --encrypt data <other args>

This reproduces the problem and leaves something dangling, subsequent builds with just verity also fail and remains in this verity broken state, until the machine is rebooted and then --verity flag returns to normal. NB. tried adding hack above NB. tried removing passphrase roothash /var/tmp/mkosi- /var/tmp/dracut- mkosi-* files between runs. I have increased debugging, compared logs and worked through the code and see nothing suggestive of the nature of the problem.

It seems --verity and --encrypt all should be valid options but are blocked in code. --verity and --encrypt data are not blocked in code but dont function as expected from --verity and --encrypt individually --verity --encrypt data and diskformat=raw_squashfs causes an error with insert_partition It seems like that I might want more than mkosi can currently support or perhaps I am missing something, any assistance would be appreciated.

jpcurrey commented 4 years ago

so seems more like a virtualisation error running with nspawn container works running with qemu/libvirt+kvm/virtualbox does not work Possibly a virtual firmware issue?

NB. the reused verity signature problem comes from a likely to be reused dev device, removing the verity partition between runs seems to clear this condition (e.g. sudo rm /dev/loop2p3)

DaanDeMeyer commented 4 years ago

@jpcurrey I think you're encoutering a completely different problem. Please create a new issue if it's still a problem for you.

I cannot reproduce the original issue so I'm going to close this one. If it's still a problem, feel free to post a comment.