Skip to content

Instantly share code, notes, and snippets.

@combor
Created April 29, 2015 13:37
Show Gist options
  • Select an option

  • Save combor/c2d222cd1d2feddcee97 to your computer and use it in GitHub Desktop.

Select an option

Save combor/c2d222cd1d2feddcee97 to your computer and use it in GitHub Desktop.
+ cat /lib/dracut/dracut-041-r2
dracut-041-r2
+ cat /proc/cmdline
init=/usr/lib/systemd/systemd images/alpha/initrd=coreos_production_pxe_image.cpio.gz root=LABEL=ROOT BOOT_IMAGE=images/alpha/coreos_production_pxe.vmlinuz
+ '[' -f /etc/cmdline ']'
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/base.conf ']'
+ echo /etc/cmdline.d/base.conf
/etc/cmdline.d/base.conf
+ cat /etc/cmdline.d/base.conf
ro
+ cat /proc/self/mountinfo
0 0 0:1 / / rw shared:1 - rootfs rootfs rw
15 0 0:15 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw
16 0 0:4 / /proc rw,nosuid,nodev,noexec,relatime shared:7 - proc proc rw
17 0 0:6 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs rw,size=4077668k,nr_inodes=1019417,mode=755
18 15 0:16 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw
19 17 0:17 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw
20 17 0:12 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
21 0 0:18 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,mode=755
22 15 0:19 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755
23 22 0:20 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:5 - cgroup cgroup rw,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd
24 15 0:21 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw
25 22 0:22 / /sys/fs/cgroup/net_cls,net_prio rw,nosuid,nodev,noexec,relatime shared:12 - cgroup cgroup rw,net_cls,net_prio
26 22 0:23 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:13 - cgroup cgroup rw,perf_event
27 22 0:24 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,cpu,cpuacct
28 22 0:25 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,memory
29 22 0:26 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,blkio
30 22 0:27 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,devices
31 22 0:28 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:18 - cgroup cgroup rw,freezer
32 22 0:29 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:19 - cgroup cgroup rw,cpuset
52 0 0:30 / /sysroot ro,relatime shared:20 - btrfs /dev/sda1 ro,space_cache
+ cat /proc/mounts
rootfs / 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=4077668k,nr_inodes=1019417,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/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 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/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 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/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
/dev/sda1 /sysroot btrfs ro,relatime,space_cache 0 0
+ blkid
/dev/sda1: LABEL="ROOT" UUID="70d2d1c3-e7b6-40d8-b342-0cfdbbceb15a" UUID_SUB="293a3a7e-2cc6-4bca-a7bc-932b60288b25" TYPE="btrfs" PARTUUID="2e573f88-01"
+ blkid -o udev
ID_FS_LABEL=ROOT
ID_FS_LABEL_ENC=ROOT
ID_FS_UUID=70d2d1c3-e7b6-40d8-b342-0cfdbbceb15a
ID_FS_UUID_ENC=70d2d1c3-e7b6-40d8-b342-0cfdbbceb15a
ID_FS_UUID_SUB=293a3a7e-2cc6-4bca-a7bc-932b60288b25
ID_FS_UUID_SUB_ENC=293a3a7e-2cc6-4bca-a7bc-932b60288b25
ID_FS_TYPE=btrfs
ID_FS_PARTUUID=2e573f88-01
+ ls -l /dev/disk/by-label /dev/disk/by-path /dev/disk/by-uuid
/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root 0 10 Apr 29 13:30 ROOT -> ../../sda1
/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root 0 9 Apr 29 13:30 pci-0000:00:10.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root 0 10 Apr 29 13:30 pci-0000:00:10.0-scsi-0:0:0:0-part1 -> ../../sda1
/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root 0 10 Apr 29 13:30 70d2d1c3-e7b6-40d8-b342-0cfdbbceb15a -> ../../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
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
cat: /proc/mdstat: No such file or directory
+ command -v ip
+ command -v journalctl
+ journalctl -ab --no-pager -o short-monotonic
-- Logs begin at Wed 2015-04-29 13:30:22 UTC, end at Wed 2015-04-29 13:30:25 UTC. --
[ 1.817880] localhost systemd-journal[127]: Runtime journal is using 8.0M (max allowed 399.4M, trying to leave 599.1M free of 3.8G available → current limit 399.4M).
[ 1.818212] localhost systemd-journal[127]: Runtime journal is using 8.0M (max allowed 399.4M, trying to leave 599.1M free of 3.8G available → current limit 399.4M).
[ 0.000000] localhost kernel: Initializing cgroup subsys cpuset
[ 0.000000] localhost kernel: Initializing cgroup subsys cpu
[ 0.000000] localhost kernel: Initializing cgroup subsys cpuacct
[ 0.000000] localhost kernel: Linux version 4.0.0 (buildbot@ip-10-204-3-57) (gcc version 4.8.3 (Gentoo Hardened 4.8.3 p1.1, pie-0.5.9) ) #2 SMP Wed Apr 22 23:43:22 UTC 2015
[ 0.000000] localhost kernel: Command line: images/alpha/initrd=coreos_production_pxe_image.cpio.gz root=LABEL=ROOT BOOT_IMAGE=images/alpha/coreos_production_pxe.vmlinuz
[ 0.000000] localhost kernel: Disabled fast string operations
[ 0.000000] localhost kernel: e820: BIOS-provided physical RAM map:
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000000ca000-0x00000000000cbfff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bfeeffff] usable
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000bfef0000-0x00000000bfefefff] ACPI data
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI NVS
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000bff00000-0x00000000bfffffff] usable
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
[ 0.000000] localhost kernel: NX (Execute Disable) protection: active
[ 0.000000] localhost kernel: SMBIOS 2.4 present.
[ 0.000000] localhost kernel: DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 04/14/2014
[ 0.000000] localhost kernel: Hypervisor detected: VMware
[ 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: AGP: No AGP bridge found
[ 0.000000] localhost kernel: e820: last_pfn = 0x240000 max_arch_pfn = 0x400000000
[ 0.000000] localhost kernel: MTRR default type: uncachable
[ 0.000000] localhost kernel: MTRR fixed ranges enabled:
[ 0.000000] localhost kernel: 00000-9FFFF write-back
[ 0.000000] localhost kernel: A0000-BFFFF uncachable
[ 0.000000] localhost kernel: C0000-CBFFF write-protect
[ 0.000000] localhost kernel: CC000-EFFFF uncachable
[ 0.000000] localhost kernel: F0000-FFFFF write-protect
[ 0.000000] localhost kernel: MTRR variable ranges enabled:
[ 0.000000] localhost kernel: 0 base 00C0000000 mask FFC0000000 uncachable
[ 0.000000] localhost kernel: 1 base 0000000000 mask FE00000000 write-back
[ 0.000000] localhost kernel: 2 base 0200000000 mask FFC0000000 write-back
[ 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: PAT read returns always zero, disabled.
[ 0.000000] localhost kernel: original variable MTRRs
[ 0.000000] localhost kernel: reg 0, base: 3GB, range: 1GB, type UC
[ 0.000000] localhost kernel: reg 1, base: 0GB, range: 8GB, type WB
[ 0.000000] localhost kernel: reg 2, base: 8GB, range: 1GB, type WB
[ 0.000000] localhost kernel: total RAM covered: 8192M
[ 0.000000] localhost kernel: Found optimal setting for mtrr clean up
[ 0.000000] localhost kernel: gran_size: 64K chunk_size: 64K num_reg: 4 lose cover RAM: 0G
[ 0.000000] localhost kernel: New variable MTRRs
[ 0.000000] localhost kernel: reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] localhost kernel: reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] localhost kernel: reg 2, base: 4GB, range: 4GB, type WB
[ 0.000000] localhost kernel: reg 3, base: 8GB, range: 1GB, type WB
[ 0.000000] localhost kernel: e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[ 0.000000] localhost kernel: e820: last_pfn = 0xc0000 max_arch_pfn = 0x400000000
[ 0.000000] localhost kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] localhost kernel: [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] localhost kernel: BRK [0x03189000, 0x03189fff] PGTABLE
[ 0.000000] localhost kernel: BRK [0x0318a000, 0x0318afff] PGTABLE
[ 0.000000] localhost kernel: BRK [0x0318b000, 0x0318bfff] PGTABLE
[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x23fe00000-0x23fffffff]
[ 0.000000] localhost kernel: [mem 0x23fe00000-0x23fffffff] page 2M
[ 0.000000] localhost kernel: BRK [0x0318c000, 0x0318cfff] PGTABLE
[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x220000000-0x23fdfffff]
[ 0.000000] localhost kernel: [mem 0x220000000-0x23fdfffff] page 2M
[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x00100000-0xbfeeffff]
[ 0.000000] localhost kernel: [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] localhost kernel: [mem 0x00200000-0xbfdfffff] page 2M
[ 0.000000] localhost kernel: [mem 0xbfe00000-0xbfeeffff] page 4k
[ 0.000000] localhost kernel: init_memory_mapping: [mem 0xbff00000-0xbfffffff]
[ 0.000000] localhost kernel: [mem 0xbff00000-0xbfffffff] page 4k
[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x100000000-0x21fffffff]
[ 0.000000] localhost kernel: [mem 0x100000000-0x21fffffff] page 2M
[ 0.000000] localhost kernel: BRK [0x0318d000, 0x0318dfff] PGTABLE
[ 0.000000] localhost kernel: BRK [0x0318e000, 0x0318efff] PGTABLE
[ 0.000000] localhost kernel: ACPI: Early table checksum verification disabled
[ 0.000000] localhost kernel: ACPI: RSDP 0x00000000000F6B80 000024 (v02 PTLTD )
[ 0.000000] localhost kernel: ACPI: XSDT 0x00000000BFEF0DB3 00005C (v01 INTEL 440BX 06040000 VMW 01324272)
[ 0.000000] localhost kernel: ACPI: FACP 0x00000000BFEFEE73 0000F4 (v04 INTEL 440BX 06040000 PTL 000F4240)
[ 0.000000] localhost kernel: ACPI: DSDT 0x00000000BFEF117C 00DCF7 (v01 PTLTD Custom 06040000 MSFT 03000001)
[ 0.000000] localhost kernel: ACPI: FACS 0x00000000BFEFFFC0 000040
[ 0.000000] localhost kernel: ACPI: BOOT 0x00000000BFEF1154 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] localhost kernel: ACPI: APIC 0x00000000BFEF10A2 0000B2 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] localhost kernel: ACPI: MCFG 0x00000000BFEF1066 00003C (v01 PTLTD $PCITBL$ 06040000 LTP 00000001)
[ 0.000000] localhost kernel: ACPI: SRAT 0x00000000BFEF0EAF 000150 (v02 VMWARE MEMPLUG 06040000 VMW 00000001)
[ 0.000000] localhost kernel: ACPI: HPET 0x00000000BFEF0E77 000038 (v01 VMWARE VMW HPET 06040000 VMW 00000001)
[ 0.000000] localhost kernel: ACPI: WAET 0x00000000BFEF0E4F 000028 (v01 VMWARE VMW WAET 06040000 VMW 00000001)
[ 0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x07 -> Node 0
[ 0.000000] localhost kernel: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[ 0.000000] localhost kernel: SRAT: Node 0 PXM 0 [mem 0x00100000-0x0fffffff]
[ 0.000000] localhost kernel: SRAT: Node 0 PXM 0 [mem 0x10000000-0xbfffffff]
[ 0.000000] localhost kernel: SRAT: Node 0 PXM 0 [mem 0x100000000-0x23fffffff]
[ 0.000000] localhost kernel: NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x0fffffff] -> [mem 0x00000000-0x0fffffff]
[ 0.000000] localhost kernel: NUMA: Node 0 [mem 0x00000000-0x0fffffff] + [mem 0x10000000-0xbfffffff] -> [mem 0x00000000-0xbfffffff]
[ 0.000000] localhost kernel: NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x23fffffff] -> [mem 0x00000000-0x23fffffff]
[ 0.000000] localhost kernel: NODE_DATA(0) allocated [mem 0x23fff4000-0x23fffafff]
[ 0.000000] localhost kernel: [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237600000-ffff88023f5fffff] on node 0
[ 0.000000] localhost kernel: Zone ranges:
[ 0.000000] localhost kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] localhost kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] localhost kernel: Normal [mem 0x0000000100000000-0x000000023fffffff]
[ 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-0x000000000009efff]
[ 0.000000] localhost kernel: node 0: [mem 0x0000000000100000-0x00000000bfeeffff]
[ 0.000000] localhost kernel: node 0: [mem 0x00000000bff00000-0x00000000bfffffff]
[ 0.000000] localhost kernel: node 0: [mem 0x0000000100000000-0x000000023fffffff]
[ 0.000000] localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000023fffffff]
[ 0.000000] localhost kernel: On node 0 totalpages: 2097038
[ 0.000000] localhost kernel: DMA zone: 64 pages used for memmap
[ 0.000000] localhost kernel: DMA zone: 21 pages reserved
[ 0.000000] localhost kernel: DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] localhost kernel: DMA32 zone: 12224 pages used for memmap
[ 0.000000] localhost kernel: DMA32 zone: 782320 pages, LIFO batch:31
[ 0.000000] localhost kernel: Normal zone: 20480 pages used for memmap
[ 0.000000] localhost kernel: Normal zone: 1310720 pages, LIFO batch:31
[ 0.000000] localhost kernel: ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] localhost kernel: IOAPIC[0]: apic_id 8, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] localhost kernel: ACPI: IRQ0 used by override.
[ 0.000000] localhost kernel: ACPI: IRQ9 used by override.
[ 0.000000] localhost kernel: Using ACPI (MADT) for SMP configuration information
[ 0.000000] localhost kernel: ACPI: HPET id: 0x8086af01 base: 0xfed00000
[ 0.000000] localhost kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000c9fff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000ca000-0x000cbfff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000cc000-0x000dbfff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xbfef0000-0xbfefefff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xbfeff000-0xbfefffff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xc0000000-0xefffffff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfedfffff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfffdffff]
[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfffe0000-0xffffffff]
[ 0.000000] localhost kernel: e820: [mem 0xc0000000-0xefffffff] available for PCI devices
[ 0.000000] localhost kernel: Booting paravirtualized kernel on bare hardware
[ 0.000000] localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] localhost kernel: PERCPU: Embedded 30 pages/cpu @ffff88023fc00000 s85336 r8192 d29352 u262144
[ 0.000000] localhost kernel: pcpu-alloc: s85336 r8192 d29352 u262144 alloc=1*2097152
[ 0.000000] localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] localhost kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 2064249
[ 0.000000] localhost kernel: Policy zone: Normal
[ 0.000000] localhost kernel: Kernel command line: init=/usr/lib/systemd/systemd images/alpha/initrd=coreos_production_pxe_image.cpio.gz root=LABEL=ROOT BOOT_IMAGE=images/alpha/coreos_production_pxe.vmlinuz
[ 0.000000] localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] localhost kernel: AGP: Checking aperture...
[ 0.000000] localhost kernel: AGP: No AGP bridge found
[ 0.000000] localhost kernel: Memory: 8155320K/8388152K available (5197K kernel code, 914K rwdata, 2332K rodata, 22240K init, 912K bss, 232832K reserved, 0K cma-reserved)
[ 0.000000] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] localhost kernel: Hierarchical RCU implementation.
[ 0.000000] localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[ 0.000000] localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] localhost kernel: NR_IRQS:8448 nr_irqs:488 16
[ 0.000000] localhost kernel: Console: colour VGA+ 80x25
[ 0.000000] localhost kernel: console [tty0] enabled
[ 0.000000] localhost kernel: hpet clockevent registered
[ 0.000000] localhost kernel: TSC freq read from hypervisor : 2333.333 MHz
[ 0.000000] localhost kernel: tsc: Detected 2333.333 MHz processor
[ 0.000697] localhost kernel: Calibrating delay loop (skipped) preset value.. 4666.66 BogoMIPS (lpj=2333333)
[ 0.001482] localhost kernel: pid_max: default: 32768 minimum: 301
[ 0.001897] localhost kernel: ACPI: Core revision 20150204
[ 0.018007] localhost kernel: ACPI: All ACPI Tables successfully acquired
[ 0.034759] localhost kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.056117] localhost kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.063709] localhost kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.064263] localhost kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.065516] localhost kernel: Initializing cgroup subsys blkio
[ 0.065889] localhost kernel: Initializing cgroup subsys memory
[ 0.066295] localhost kernel: Initializing cgroup subsys devices
[ 0.066664] localhost kernel: Initializing cgroup subsys freezer
[ 0.067033] localhost kernel: Initializing cgroup subsys net_cls
[ 0.067419] localhost kernel: Initializing cgroup subsys perf_event
[ 0.067793] localhost kernel: Initializing cgroup subsys net_prio
[ 0.068352] localhost kernel: Disabled fast string operations
[ 0.068735] localhost kernel: mce: CPU supports 0 MCE banks
[ 0.069175] localhost kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[ 0.069570] localhost kernel: Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[ 0.070475] localhost kernel: Freeing SMP alternatives memory: 20K (ffffffff8309e000 - ffffffff830a3000)
[ 0.078522] localhost kernel: ftrace: allocating 20025 entries in 79 pages
[ 0.122060] localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.239280] localhost kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5345 @ 2.33GHz (fam: 06, model: 0f, stepping: 0b)
[ 0.240132] localhost kernel: Performance Events: 4-deep LBR, Core2 events, core PMU driver.
[ 0.240684] localhost kernel: perf_event_intel: PEBS disabled due to CPU errata
[ 0.241029] localhost kernel: perf_event_intel: CPUID marked event: 'cpu cycles' unavailable
[ 0.241392] localhost kernel: perf_event_intel: CPUID marked event: 'instructions' unavailable
[ 0.241769] localhost kernel: perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[ 0.242180] localhost kernel: perf_event_intel: CPUID marked event: 'cache references' unavailable
[ 0.242832] localhost kernel: perf_event_intel: CPUID marked event: 'cache misses' unavailable
[ 0.243263] localhost kernel: perf_event_intel: CPUID marked event: 'branch instructions' unavailable
[ 0.243892] localhost kernel: perf_event_intel: CPUID marked event: 'branch misses' unavailable
[ 0.244264] localhost kernel: ... version: 1
[ 0.244576] localhost kernel: ... bit width: 40
[ 0.244883] localhost kernel: ... generic registers: 2
[ 0.245189] localhost kernel: ... value mask: 000000ffffffffff
[ 0.245528] localhost kernel: ... max period: 000000007fffffff
[ 0.245861] localhost kernel: ... fixed-purpose events: 0
[ 0.246166] localhost kernel: ... event mask: 0000000000000003
[ 0.248163] localhost kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.248688] localhost kernel: x86: Booting SMP configuration:
[ 0.249000] localhost kernel: .... node #0, CPUs: #1
[ 0.265655] localhost kernel: Disabled fast string operations
[ 0.265766] localhost kernel: mce: CPU supports 0 MCE banks
[ 0.266159] localhost kernel: #2
[ 0.283294] localhost kernel: Disabled fast string operations
[ 0.283404] localhost kernel: mce: CPU supports 0 MCE banks
[ 0.299693] localhost kernel: #3
[ 0.299758] localhost kernel: Disabled fast string operations
[ 0.299789] localhost kernel: mce: CPU supports 0 MCE banks
[ 0.317442] localhost kernel: #4
[ 0.317518] localhost kernel: Disabled fast string operations
[ 0.317555] localhost kernel: mce: CPU supports 0 MCE banks
[ 0.335244] localhost kernel: #5
[ 0.335320] localhost kernel: Disabled fast string operations
[ 0.335357] localhost kernel: mce: CPU supports 0 MCE banks
[ 0.352771] localhost kernel: #6
[ 0.352848] localhost kernel: Disabled fast string operations
[ 0.352884] localhost kernel: mce: CPU supports 0 MCE banks
[ 0.371329] localhost kernel: #7
[ 0.371406] localhost kernel: Disabled fast string operations
[ 0.371443] localhost kernel: mce: CPU supports 0 MCE banks
[ 0.371622] localhost kernel: Skipped synchronization checks as TSC is reliable.
[ 0.372891] localhost kernel: x86: Booted up 1 node, 8 CPUs
[ 0.373204] localhost kernel: smpboot: Total of 8 processors activated (37333.32 BogoMIPS)
[ 0.384605] localhost kernel: devtmpfs: initialized
[ 0.390108] localhost kernel: PM: Registering ACPI NVS region [mem 0xbfeff000-0xbfefffff] (4096 bytes)
[ 0.391196] localhost kernel: pinctrl core: initialized pinctrl subsystem
[ 0.392585] localhost kernel: NET: Registered protocol family 16
[ 0.397471] localhost kernel: cpuidle: using governor ladder
[ 0.403454] localhost kernel: cpuidle: using governor menu
[ 0.403859] localhost kernel: ACPI: bus type PCI registered
[ 0.404166] localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.404655] localhost kernel: dca service started, version 1.12.1
[ 0.405191] localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.405795] localhost kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[ 0.407642] localhost kernel: PCI: Using configuration type 1 for base access
[ 0.415252] localhost kernel: ACPI: Added _OSI(Module Device)
[ 0.415635] localhost kernel: ACPI: Added _OSI(Processor Device)
[ 0.415949] localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.416266] localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
[ 0.427078] localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.429195] localhost kernel: ACPI: Interpreter enabled
[ 0.429585] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
[ 0.430342] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150204/hwxface-580)
[ 0.431050] localhost kernel: ACPI: (supports S0 S1 S4 S5)
[ 0.431360] localhost kernel: ACPI: Using IOAPIC for interrupt routing
[ 0.431724] localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.493715] localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[ 0.494084] localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.494905] localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
[ 0.495505] localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.498113] localhost kernel: PCI host bridge to bus 0000:00
[ 0.498424] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-7f]
[ 0.498773] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.499323] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.499885] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.500446] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.500997] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.501641] localhost kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.502261] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.502632] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff window]
[ 0.503063] localhost kernel: pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[ 0.503772] localhost kernel: pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[ 0.504341] localhost kernel: pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[ 0.505131] localhost kernel: pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[ 0.507799] localhost kernel: pci 0000:00:07.1: reg 0x20: [io 0x1060-0x106f]
[ 0.508830] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.509203] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.509569] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.509937] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.510554] localhost kernel: pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[ 0.513422] localhost kernel: pci 0000:00:07.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI
[ 0.513998] localhost kernel: pci 0000:00:07.3: quirk: [io 0x1040-0x104f] claimed by PIIX4 SMB
[ 0.514751] localhost kernel: pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[ 0.517331] localhost kernel: pci 0000:00:07.7: reg 0x10: [io 0x1080-0x10bf]
[ 0.518739] localhost kernel: pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
[ 0.524563] localhost kernel: pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[ 0.527230] localhost kernel: pci 0000:00:0f.0: reg 0x10: [io 0x1070-0x107f]
[ 0.529829] localhost kernel: pci 0000:00:0f.0: reg 0x14: [mem 0xec000000-0xefffffff pref]
[ 0.532448] localhost kernel: pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
[ 0.542931] localhost kernel: pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
[ 0.543455] localhost kernel: pci 0000:00:10.0: [1000:0030] type 00 class 0x010000
[ 0.545520] localhost kernel: pci 0000:00:10.0: reg 0x10: [io 0x1400-0x14ff]
[ 0.547733] localhost kernel: pci 0000:00:10.0: reg 0x14: [mem 0xfeba0000-0xfebbffff 64bit]
[ 0.549766] localhost kernel: pci 0000:00:10.0: reg 0x1c: [mem 0xfebc0000-0xfebdffff 64bit]
[ 0.553725] localhost kernel: pci 0000:00:10.0: reg 0x30: [mem 0x00000000-0x00003fff pref]
[ 0.554165] localhost kernel: pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[ 0.554945] localhost kernel: pci 0000:00:11.0: System wakeup disabled by ACPI
[ 0.555607] localhost kernel: pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[ 0.556527] localhost kernel: pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[ 0.556778] localhost kernel: pci 0000:00:15.0: System wakeup disabled by ACPI
[ 0.557367] localhost kernel: pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[ 0.558276] localhost kernel: pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[ 0.558537] localhost kernel: pci 0000:00:15.1: System wakeup disabled by ACPI
[ 0.559159] localhost kernel: pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[ 0.560073] localhost kernel: pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[ 0.560322] localhost kernel: pci 0000:00:15.2: System wakeup disabled by ACPI
[ 0.560927] localhost kernel: pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[ 0.561861] localhost kernel: pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[ 0.562116] localhost kernel: pci 0000:00:15.3: System wakeup disabled by ACPI
[ 0.562733] localhost kernel: pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[ 0.563645] localhost kernel: pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[ 0.563894] localhost kernel: pci 0000:00:15.4: System wakeup disabled by ACPI
[ 0.564499] localhost kernel: pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[ 0.565397] localhost kernel: pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[ 0.565663] localhost kernel: pci 0000:00:15.5: System wakeup disabled by ACPI
[ 0.566255] localhost kernel: pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[ 0.567167] localhost kernel: pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[ 0.567417] localhost kernel: pci 0000:00:15.6: System wakeup disabled by ACPI
[ 0.568021] localhost kernel: pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[ 0.568938] localhost kernel: pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[ 0.569187] localhost kernel: pci 0000:00:15.7: System wakeup disabled by ACPI
[ 0.569792] localhost kernel: pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[ 0.570701] localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.570951] localhost kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
[ 0.571568] localhost kernel: pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[ 0.572566] localhost kernel: pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[ 0.572833] localhost kernel: pci 0000:00:16.1: System wakeup disabled by ACPI
[ 0.573457] localhost kernel: pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[ 0.574360] localhost kernel: pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[ 0.574626] localhost kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
[ 0.575222] localhost kernel: pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[ 0.576130] localhost kernel: pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[ 0.576378] localhost kernel: pci 0000:00:16.3: System wakeup disabled by ACPI
[ 0.576980] localhost kernel: pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[ 0.577886] localhost kernel: pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[ 0.578139] localhost kernel: pci 0000:00:16.4: System wakeup disabled by ACPI
[ 0.578749] localhost kernel: pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[ 0.579657] localhost kernel: pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[ 0.579905] localhost kernel: pci 0000:00:16.5: System wakeup disabled by ACPI
[ 0.580553] localhost kernel: pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[ 0.581462] localhost kernel: pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[ 0.581713] localhost kernel: pci 0000:00:16.6: System wakeup disabled by ACPI
[ 0.582306] localhost kernel: pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[ 0.583220] localhost kernel: pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[ 0.583484] localhost kernel: pci 0000:00:16.7: System wakeup disabled by ACPI
[ 0.584074] localhost kernel: pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[ 0.584978] localhost kernel: pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[ 0.585225] localhost kernel: pci 0000:00:17.0: System wakeup disabled by ACPI
[ 0.585825] localhost kernel: pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[ 0.586734] localhost kernel: pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[ 0.586982] localhost kernel: pci 0000:00:17.1: System wakeup disabled by ACPI
[ 0.587592] localhost kernel: pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[ 0.588511] localhost kernel: pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[ 0.588760] localhost kernel: pci 0000:00:17.2: System wakeup disabled by ACPI
[ 0.589351] localhost kernel: pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[ 0.590258] localhost kernel: pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[ 0.590518] localhost kernel: pci 0000:00:17.3: System wakeup disabled by ACPI
[ 0.591109] localhost kernel: pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[ 0.592024] localhost kernel: pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[ 0.592272] localhost kernel: pci 0000:00:17.4: System wakeup disabled by ACPI
[ 0.592874] localhost kernel: pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[ 0.593787] localhost kernel: pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[ 0.594037] localhost kernel: pci 0000:00:17.5: System wakeup disabled by ACPI
[ 0.594643] localhost kernel: pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[ 0.595965] localhost kernel: pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[ 0.596214] localhost kernel: pci 0000:00:17.6: System wakeup disabled by ACPI
[ 0.596818] localhost kernel: pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[ 0.597728] localhost kernel: pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[ 0.597976] localhost kernel: pci 0000:00:17.7: System wakeup disabled by ACPI
[ 0.598582] localhost kernel: pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[ 0.599493] localhost kernel: pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[ 0.599742] localhost kernel: pci 0000:00:18.0: System wakeup disabled by ACPI
[ 0.600338] localhost kernel: pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[ 0.601253] localhost kernel: pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[ 0.601514] localhost kernel: pci 0000:00:18.1: System wakeup disabled by ACPI
[ 0.602115] localhost kernel: pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[ 0.603025] localhost kernel: pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[ 0.603278] localhost kernel: pci 0000:00:18.2: System wakeup disabled by ACPI
[ 0.603890] localhost kernel: pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[ 0.604800] localhost kernel: pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[ 0.605051] localhost kernel: pci 0000:00:18.3: System wakeup disabled by ACPI
[ 0.605654] localhost kernel: pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[ 0.606563] localhost kernel: pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[ 0.606811] localhost kernel: pci 0000:00:18.4: System wakeup disabled by ACPI
[ 0.607402] localhost kernel: pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[ 0.608311] localhost kernel: pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[ 0.608577] localhost kernel: pci 0000:00:18.5: System wakeup disabled by ACPI
[ 0.609166] localhost kernel: pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[ 0.610077] localhost kernel: pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[ 0.610325] localhost kernel: pci 0000:00:18.6: System wakeup disabled by ACPI
[ 0.610929] localhost kernel: pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[ 0.611839] localhost kernel: pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[ 0.612088] localhost kernel: pci 0000:00:18.7: System wakeup disabled by ACPI
[ 0.613137] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.614161] localhost kernel: acpiphp: Slot [32] registered
[ 0.614565] localhost kernel: acpiphp: Slot [33] registered
[ 0.614956] localhost kernel: acpiphp: Slot [34] registered
[ 0.615349] localhost kernel: acpiphp: Slot [35] registered
[ 0.615750] localhost kernel: acpiphp: Slot [36] registered
[ 0.616137] localhost kernel: acpiphp: Slot [37] registered
[ 0.616549] localhost kernel: acpiphp: Slot [38] registered
[ 0.616991] localhost kernel: acpiphp: Slot [39] registered
[ 0.617420] localhost kernel: acpiphp: Slot [40] registered
[ 0.617823] localhost kernel: acpiphp: Slot [41] registered
[ 0.618210] localhost kernel: acpiphp: Slot [42] registered
[ 0.618614] localhost kernel: acpiphp: Slot [43] registered
[ 0.619000] localhost kernel: acpiphp: Slot [44] registered
[ 0.619391] localhost kernel: acpiphp: Slot [45] registered
[ 0.619789] localhost kernel: acpiphp: Slot [46] registered
[ 0.620175] localhost kernel: acpiphp: Slot [47] registered
[ 0.620576] localhost kernel: acpiphp: Slot [48] registered
[ 0.620969] localhost kernel: acpiphp: Slot [49] registered
[ 0.621357] localhost kernel: acpiphp: Slot [50] registered
[ 0.621756] localhost kernel: acpiphp: Slot [51] registered
[ 0.622142] localhost kernel: acpiphp: Slot [52] registered
[ 0.622541] localhost kernel: acpiphp: Slot [53] registered
[ 0.622926] localhost kernel: acpiphp: Slot [54] registered
[ 0.623326] localhost kernel: acpiphp: Slot [55] registered
[ 0.623725] localhost kernel: acpiphp: Slot [56] registered
[ 0.624111] localhost kernel: acpiphp: Slot [57] registered
[ 0.624513] localhost kernel: acpiphp: Slot [58] registered
[ 0.624900] localhost kernel: acpiphp: Slot [59] registered
[ 0.625284] localhost kernel: acpiphp: Slot [60] registered
[ 0.625686] localhost kernel: acpiphp: Slot [61] registered
[ 0.626073] localhost kernel: acpiphp: Slot [62] registered
[ 0.626469] localhost kernel: acpiphp: Slot [63] registered
[ 0.626893] localhost kernel: pci 0000:02:00.0: [15ad:0774] type 00 class 0x0c0300
[ 0.629921] localhost kernel: pci 0000:02:00.0: reg 0x20: [io 0x2000-0x201f]
[ 0.631387] localhost kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.631945] localhost kernel: pci 0000:02:02.0: [15ad:0770] type 00 class 0x0c0320
[ 0.632813] localhost kernel: pci 0000:02:02.0: reg 0x10: [mem 0xfd5ff000-0xfd5fffff]
[ 0.637630] localhost kernel: pci 0000:02:02.0: System wakeup disabled by ACPI
[ 0.638438] localhost kernel: pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[ 0.638900] localhost kernel: pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
[ 0.638929] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff]
[ 0.638981] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xebb00000-0xebffffff 64bit pref]
[ 0.638984] localhost kernel: pci 0000:00:11.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.638987] localhost kernel: pci 0000:00:11.0: bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
[ 0.638989] localhost kernel: pci 0000:00:11.0: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[ 0.638991] localhost kernel: pci 0000:00:11.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[ 0.638994] localhost kernel: pci 0000:00:11.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[ 0.638996] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
[ 0.638998] localhost kernel: pci 0000:00:11.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.639001] localhost kernel: pci 0000:00:11.0: bridge window [io 0x0d00-0xfeff window] (subtractive decode)
[ 0.639682] localhost kernel: pci 0000:03:00.0: [15ad:07b0] type 00 class 0x020000
[ 0.642394] localhost kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfd4fb000-0xfd4fbfff]
[ 0.645037] localhost kernel: pci 0000:03:00.0: reg 0x14: [mem 0xfd4fc000-0xfd4fcfff]
[ 0.648689] localhost kernel: pci 0000:03:00.0: reg 0x18: [mem 0xfd4fe000-0xfd4fffff]
[ 0.651311] localhost kernel: pci 0000:03:00.0: reg 0x1c: [io 0x4000-0x400f]
[ 0.659164] localhost kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.659758] localhost kernel: pci 0000:03:00.0: supports D1 D2
[ 0.659761] localhost kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.659963] localhost kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.660476] localhost kernel: pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.661247] localhost kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
[ 0.661665] localhost kernel: pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
[ 0.661694] localhost kernel: pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff]
[ 0.661746] localhost kernel: pci 0000:00:15.0: bridge window [mem 0xeba00000-0xebafffff 64bit pref]
[ 0.662342] localhost kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
[ 0.663781] localhost kernel: pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
[ 0.663810] localhost kernel: pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff]
[ 0.663862] localhost kernel: pci 0000:00:15.1: bridge window [mem 0xeb600000-0xeb6fffff 64bit pref]
[ 0.664411] localhost kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
[ 0.664829] localhost kernel: pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
[ 0.664871] localhost kernel: pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff]
[ 0.664924] localhost kernel: pci 0000:00:15.2: bridge window [mem 0xeb200000-0xeb2fffff 64bit pref]
[ 0.665483] localhost kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
[ 0.665912] localhost kernel: pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff]
[ 0.665965] localhost kernel: pci 0000:00:15.3: bridge window [mem 0xeae00000-0xeaefffff 64bit pref]
[ 0.666511] localhost kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
[ 0.666953] localhost kernel: pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff]
[ 0.667005] localhost kernel: pci 0000:00:15.4: bridge window [mem 0xeaa00000-0xeaafffff 64bit pref]
[ 0.667561] localhost kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
[ 0.672365] localhost kernel: pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff]
[ 0.672418] localhost kernel: pci 0000:00:15.5: bridge window [mem 0xea600000-0xea6fffff 64bit pref]
[ 0.672965] localhost kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
[ 0.673402] localhost kernel: pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.673468] localhost kernel: pci 0000:00:15.6: bridge window [mem 0xea200000-0xea2fffff 64bit pref]
[ 0.674005] localhost kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
[ 0.674471] localhost kernel: pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff]
[ 0.674526] localhost kernel: pci 0000:00:15.7: bridge window [mem 0xe9e00000-0xe9efffff 64bit pref]
[ 0.675072] localhost kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
[ 0.675517] localhost kernel: pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
[ 0.675548] localhost kernel: pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff]
[ 0.675601] localhost kernel: pci 0000:00:16.0: bridge window [mem 0xeb900000-0xeb9fffff 64bit pref]
[ 0.676170] localhost kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
[ 0.676593] localhost kernel: pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
[ 0.676622] localhost kernel: pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.676674] localhost kernel: pci 0000:00:16.1: bridge window [mem 0xeb500000-0xeb5fffff 64bit pref]
[ 0.677209] localhost kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
[ 0.677633] localhost kernel: pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
[ 0.677662] localhost kernel: pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.677714] localhost kernel: pci 0000:00:16.2: bridge window [mem 0xeb100000-0xeb1fffff 64bit pref]
[ 0.678246] localhost kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
[ 0.678691] localhost kernel: pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.678743] localhost kernel: pci 0000:00:16.3: bridge window [mem 0xead00000-0xeadfffff 64bit pref]
[ 0.679280] localhost kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
[ 0.679724] localhost kernel: pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff]
[ 0.679777] localhost kernel: pci 0000:00:16.4: bridge window [mem 0xea900000-0xea9fffff 64bit pref]
[ 0.680310] localhost kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
[ 0.680762] localhost kernel: pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff]
[ 0.680816] localhost kernel: pci 0000:00:16.5: bridge window [mem 0xea500000-0xea5fffff 64bit pref]
[ 0.681352] localhost kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
[ 0.681811] localhost kernel: pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.681864] localhost kernel: pci 0000:00:16.6: bridge window [mem 0xea100000-0xea1fffff 64bit pref]
[ 0.682398] localhost kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
[ 0.682843] localhost kernel: pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff]
[ 0.682895] localhost kernel: pci 0000:00:16.7: bridge window [mem 0xe9d00000-0xe9dfffff 64bit pref]
[ 0.683435] localhost kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
[ 0.683854] localhost kernel: pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
[ 0.683883] localhost kernel: pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff]
[ 0.683935] localhost kernel: pci 0000:00:17.0: bridge window [mem 0xeb800000-0xeb8fffff 64bit pref]
[ 0.684483] localhost kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
[ 0.684889] localhost kernel: pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
[ 0.684918] localhost kernel: pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.684970] localhost kernel: pci 0000:00:17.1: bridge window [mem 0xeb400000-0xeb4fffff 64bit pref]
[ 0.685522] localhost kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
[ 0.685928] localhost kernel: pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
[ 0.685957] localhost kernel: pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff]
[ 0.686008] localhost kernel: pci 0000:00:17.2: bridge window [mem 0xeb000000-0xeb0fffff 64bit pref]
[ 0.686558] localhost kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
[ 0.686988] localhost kernel: pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff]
[ 0.687040] localhost kernel: pci 0000:00:17.3: bridge window [mem 0xeac00000-0xeacfffff 64bit pref]
[ 0.687586] localhost kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
[ 0.688017] localhost kernel: pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.688069] localhost kernel: pci 0000:00:17.4: bridge window [mem 0xea800000-0xea8fffff 64bit pref]
[ 0.688675] localhost kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
[ 0.689108] localhost kernel: pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff]
[ 0.689160] localhost kernel: pci 0000:00:17.5: bridge window [mem 0xea400000-0xea4fffff 64bit pref]
[ 0.689740] localhost kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
[ 0.690173] localhost kernel: pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff]
[ 0.690226] localhost kernel: pci 0000:00:17.6: bridge window [mem 0xea000000-0xea0fffff 64bit pref]
[ 0.690786] localhost kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
[ 0.691216] localhost kernel: pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff]
[ 0.691269] localhost kernel: pci 0000:00:17.7: bridge window [mem 0xe9c00000-0xe9cfffff 64bit pref]
[ 0.691854] localhost kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
[ 0.692268] localhost kernel: pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
[ 0.692297] localhost kernel: pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff]
[ 0.692352] localhost kernel: pci 0000:00:18.0: bridge window [mem 0xeb700000-0xeb7fffff 64bit pref]
[ 0.692901] localhost kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
[ 0.693305] localhost kernel: pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
[ 0.693334] localhost kernel: pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.693393] localhost kernel: pci 0000:00:18.1: bridge window [mem 0xeb300000-0xeb3fffff 64bit pref]
[ 0.693947] localhost kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
[ 0.694379] localhost kernel: pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff]
[ 0.694431] localhost kernel: pci 0000:00:18.2: bridge window [mem 0xeaf00000-0xeaffffff 64bit pref]
[ 0.694984] localhost kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
[ 0.695416] localhost kernel: pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.695482] localhost kernel: pci 0000:00:18.3: bridge window [mem 0xeab00000-0xeabfffff 64bit pref]
[ 0.696020] localhost kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
[ 0.696464] localhost kernel: pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff]
[ 0.696518] localhost kernel: pci 0000:00:18.4: bridge window [mem 0xea700000-0xea7fffff 64bit pref]
[ 0.697052] localhost kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
[ 0.697498] localhost kernel: pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.697550] localhost kernel: pci 0000:00:18.5: bridge window [mem 0xea300000-0xea3fffff 64bit pref]
[ 0.698087] localhost kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
[ 0.698541] localhost kernel: pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff]
[ 0.698593] localhost kernel: pci 0000:00:18.6: bridge window [mem 0xe9f00000-0xe9ffffff 64bit pref]
[ 0.699127] localhost kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
[ 0.699572] localhost kernel: pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff]
[ 0.699625] localhost kernel: pci 0000:00:18.7: bridge window [mem 0xe9b00000-0xe9bfffff 64bit pref]
[ 0.702959] localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
[ 0.704280] localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15)
[ 0.705585] localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)
[ 0.706905] localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[ 0.720039] localhost kernel: ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.722094] localhost kernel: vgaarb: setting as boot device: PCI:0000:00:0f.0
[ 0.722862] localhost kernel: vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.723742] localhost kernel: vgaarb: loaded
[ 0.724202] localhost kernel: vgaarb: bridge control possible 0000:00:0f.0
[ 0.724858] localhost kernel: PCI: Using ACPI for IRQ routing
[ 0.760918] localhost kernel: PCI: pci_cache_line_size set to 64 bytes
[ 0.762093] localhost kernel: e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[ 0.762100] localhost kernel: e820: reserve RAM buffer [mem 0xbfef0000-0xbfffffff]
[ 0.762663] localhost kernel: HPET: 16 timers in total, 0 timers will be used for per-cpu timer
[ 0.763200] localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[ 0.764929] localhost kernel: hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[ 0.772427] localhost kernel: Switched to clocksource hpet
[ 0.789596] localhost kernel: pnp: PnP ACPI init
[ 0.790551] localhost kernel: system 00:00: [io 0x1000-0x103f] could not be reserved
[ 0.790968] localhost kernel: system 00:00: [io 0x1040-0x104f] has been reserved
[ 0.791369] localhost kernel: system 00:00: [io 0x0cf0-0x0cf1] has been reserved
[ 0.791797] localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.791956] localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.792073] localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.792134] localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.792635] localhost kernel: system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.793060] localhost kernel: system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.795864] localhost kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.796198] localhost kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.796526] localhost kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.796777] localhost kernel: pnp 00:08: [dma 2]
[ 0.796831] localhost kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.797165] localhost kernel: system 00:09: [io 0xfce0-0xfcff] has been reserved
[ 0.797594] localhost kernel: system 00:09: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.798018] localhost kernel: system 00:09: [mem 0xfe800000-0xfe9fffff] has been reserved
[ 0.798457] localhost kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.805179] localhost kernel: pnp: PnP ACPI: found 10 devices
[ 0.812826] localhost kernel: pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
[ 0.812905] localhost kernel: pci 0000:00:15.4: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
[ 0.812987] localhost kernel: pci 0000:00:15.5: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
[ 0.813065] localhost kernel: pci 0000:00:15.6: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000
[ 0.813142] localhost kernel: pci 0000:00:15.7: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000
[ 0.813467] localhost kernel: pci 0000:00:16.3: bridge window [io 0x1000-0x0fff] to [bus 0e] add_size 1000
[ 0.813544] localhost kernel: pci 0000:00:16.4: bridge window [io 0x1000-0x0fff] to [bus 0f] add_size 1000
[ 0.813621] localhost kernel: pci 0000:00:16.5: bridge window [io 0x1000-0x0fff] to [bus 10] add_size 1000
[ 0.813698] localhost kernel: pci 0000:00:16.6: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
[ 0.813775] localhost kernel: pci 0000:00:16.7: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
[ 0.814068] localhost kernel: pci 0000:00:17.3: bridge window [io 0x1000-0x0fff] to [bus 16] add_size 1000
[ 0.814145] localhost kernel: pci 0000:00:17.4: bridge window [io 0x1000-0x0fff] to [bus 17] add_size 1000
[ 0.814222] localhost kernel: pci 0000:00:17.5: bridge window [io 0x1000-0x0fff] to [bus 18] add_size 1000
[ 0.814298] localhost kernel: pci 0000:00:17.6: bridge window [io 0x1000-0x0fff] to [bus 19] add_size 1000
[ 0.814375] localhost kernel: pci 0000:00:17.7: bridge window [io 0x1000-0x0fff] to [bus 1a] add_size 1000
[ 0.814623] localhost kernel: pci 0000:00:18.2: bridge window [io 0x1000-0x0fff] to [bus 1d] add_size 1000
[ 0.814700] localhost kernel: pci 0000:00:18.3: bridge window [io 0x1000-0x0fff] to [bus 1e] add_size 1000
[ 0.814782] localhost kernel: pci 0000:00:18.4: bridge window [io 0x1000-0x0fff] to [bus 1f] add_size 1000
[ 0.814860] localhost kernel: pci 0000:00:18.5: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000
[ 0.814937] localhost kernel: pci 0000:00:18.6: bridge window [io 0x1000-0x0fff] to [bus 21] add_size 1000
[ 0.815014] localhost kernel: pci 0000:00:18.7: bridge window [io 0x1000-0x0fff] to [bus 22] add_size 1000
[ 0.815035] localhost kernel: pci 0000:00:15.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815038] localhost kernel: pci 0000:00:15.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815040] localhost kernel: pci 0000:00:15.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815042] localhost kernel: pci 0000:00:15.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815045] localhost kernel: pci 0000:00:15.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815047] localhost kernel: pci 0000:00:16.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815049] localhost kernel: pci 0000:00:16.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815051] localhost kernel: pci 0000:00:16.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815054] localhost kernel: pci 0000:00:16.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815056] localhost kernel: pci 0000:00:16.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815058] localhost kernel: pci 0000:00:17.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815060] localhost kernel: pci 0000:00:17.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815063] localhost kernel: pci 0000:00:17.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815065] localhost kernel: pci 0000:00:17.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815067] localhost kernel: pci 0000:00:17.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815069] localhost kernel: pci 0000:00:18.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815072] localhost kernel: pci 0000:00:18.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815074] localhost kernel: pci 0000:00:18.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815076] localhost kernel: pci 0000:00:18.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815078] localhost kernel: pci 0000:00:18.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815080] localhost kernel: pci 0000:00:18.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.815090] localhost kernel: pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0000000-0xc0007fff pref]
[ 0.815756] localhost kernel: pci 0000:00:10.0: BAR 6: assigned [mem 0xc0008000-0xc000bfff pref]
[ 0.816397] localhost kernel: pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
[ 0.816832] localhost kernel: pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
[ 0.817253] localhost kernel: pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
[ 0.817691] localhost kernel: pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
[ 0.818112] localhost kernel: pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
[ 0.818636] localhost kernel: pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
[ 0.819101] localhost kernel: pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
[ 0.819531] localhost kernel: pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
[ 0.819952] localhost kernel: pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
[ 0.820362] localhost kernel: pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
[ 0.820809] localhost kernel: pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
[ 0.821220] localhost kernel: pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
[ 0.821660] localhost kernel: pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
[ 0.822070] localhost kernel: pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
[ 0.822511] localhost kernel: pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
[ 0.822921] localhost kernel: pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
[ 0.823339] localhost kernel: pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
[ 0.823778] localhost kernel: pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
[ 0.824199] localhost kernel: pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
[ 0.824635] localhost kernel: pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
[ 0.825056] localhost kernel: pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
[ 0.825487] localhost kernel: pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
[ 0.825910] localhost kernel: pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
[ 0.826320] localhost kernel: pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
[ 0.826767] localhost kernel: pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
[ 0.827177] localhost kernel: pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
[ 0.827616] localhost kernel: pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
[ 0.828027] localhost kernel: pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
[ 0.828465] localhost kernel: pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
[ 0.828876] localhost kernel: pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
[ 0.829294] localhost kernel: pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
[ 0.829732] localhost kernel: pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
[ 0.830152] localhost kernel: pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
[ 0.830580] localhost kernel: pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
[ 0.831000] localhost kernel: pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
[ 0.831409] localhost kernel: pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
[ 0.831851] localhost kernel: pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
[ 0.832262] localhost kernel: pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
[ 0.832743] localhost kernel: pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
[ 0.833230] localhost kernel: pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
[ 0.833693] localhost kernel: pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
[ 0.834108] localhost kernel: pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
[ 0.834555] localhost kernel: pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
[ 0.834966] localhost kernel: pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
[ 0.835384] localhost kernel: pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
[ 0.835822] localhost kernel: pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
[ 0.836242] localhost kernel: pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
[ 0.836681] localhost kernel: pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
[ 0.837106] localhost kernel: pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
[ 0.837538] localhost kernel: pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
[ 0.837958] localhost kernel: pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
[ 0.838367] localhost kernel: pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
[ 0.838809] localhost kernel: pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
[ 0.839219] localhost kernel: pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
[ 0.839666] localhost kernel: pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
[ 0.840077] localhost kernel: pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
[ 0.840517] localhost kernel: pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
[ 0.840928] localhost kernel: pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
[ 0.841347] localhost kernel: pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
[ 0.841779] localhost kernel: pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
[ 0.842199] localhost kernel: pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
[ 0.842634] localhost kernel: pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
[ 0.843055] localhost kernel: pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
[ 0.843490] localhost kernel: pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
[ 0.843911] localhost kernel: pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
[ 0.844320] localhost kernel: pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
[ 0.844762] localhost kernel: pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
[ 0.845173] localhost kernel: pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
[ 0.845614] localhost kernel: pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
[ 0.846024] localhost kernel: pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
[ 0.846473] localhost kernel: pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
[ 0.846884] localhost kernel: pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
[ 0.847375] localhost kernel: pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
[ 0.847873] localhost kernel: pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
[ 0.848294] localhost kernel: pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
[ 0.848726] localhost kernel: pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
[ 0.849146] localhost kernel: pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
[ 0.849586] localhost kernel: pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
[ 0.850007] localhost kernel: pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
[ 0.850416] localhost kernel: pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
[ 0.850859] localhost kernel: pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
[ 0.851269] localhost kernel: pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
[ 0.851710] localhost kernel: pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
[ 0.852120] localhost kernel: pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
[ 0.852565] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.853087] localhost kernel: pci 0000:00:11.0: PCI bridge to [bus 02]
[ 0.853509] localhost kernel: pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
[ 0.853968] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff]
[ 0.854416] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xebb00000-0xebffffff 64bit pref]
[ 0.855145] localhost kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0xfd400000-0xfd40ffff pref]
[ 0.855804] localhost kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
[ 0.856198] localhost kernel: pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
[ 0.856664] localhost kernel: pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff]
[ 0.857111] localhost kernel: pci 0000:00:15.0: bridge window [mem 0xeba00000-0xebafffff 64bit pref]
[ 0.857903] localhost kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
[ 0.858297] localhost kernel: pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
[ 0.858769] localhost kernel: pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff]
[ 0.859217] localhost kernel: pci 0000:00:15.1: bridge window [mem 0xeb600000-0xeb6fffff 64bit pref]
[ 0.859954] localhost kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
[ 0.860347] localhost kernel: pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
[ 0.860814] localhost kernel: pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff]
[ 0.861262] localhost kernel: pci 0000:00:15.2: bridge window [mem 0xeb200000-0xeb2fffff 64bit pref]
[ 0.862130] localhost kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
[ 0.862570] localhost kernel: pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff]
[ 0.863017] localhost kernel: pci 0000:00:15.3: bridge window [mem 0xeae00000-0xeaefffff 64bit pref]
[ 0.863757] localhost kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
[ 0.864176] localhost kernel: pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff]
[ 0.864647] localhost kernel: pci 0000:00:15.4: bridge window [mem 0xeaa00000-0xeaafffff 64bit pref]
[ 0.865782] localhost kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
[ 0.866201] localhost kernel: pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff]
[ 0.866674] localhost kernel: pci 0000:00:15.5: bridge window [mem 0xea600000-0xea6fffff 64bit pref]
[ 0.867387] localhost kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
[ 0.867830] localhost kernel: pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.868282] localhost kernel: pci 0000:00:15.6: bridge window [mem 0xea200000-0xea2fffff 64bit pref]
[ 0.869025] localhost kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
[ 0.874008] localhost kernel: pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff]
[ 0.874484] localhost kernel: pci 0000:00:15.7: bridge window [mem 0xe9e00000-0xe9efffff 64bit pref]
[ 0.875200] localhost kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
[ 0.875617] localhost kernel: pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
[ 0.876130] localhost kernel: pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff]
[ 0.876665] localhost kernel: pci 0000:00:16.0: bridge window [mem 0xeb900000-0xeb9fffff 64bit pref]
[ 0.877381] localhost kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
[ 0.877800] localhost kernel: pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
[ 0.878246] localhost kernel: pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.878718] localhost kernel: pci 0000:00:16.1: bridge window [mem 0xeb500000-0xeb5fffff 64bit pref]
[ 0.879432] localhost kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
[ 0.879849] localhost kernel: pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
[ 0.880295] localhost kernel: pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.880767] localhost kernel: pci 0000:00:16.2: bridge window [mem 0xeb100000-0xeb1fffff 64bit pref]
[ 0.881501] localhost kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
[ 0.881934] localhost kernel: pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.882382] localhost kernel: pci 0000:00:16.3: bridge window [mem 0xead00000-0xeadfffff 64bit pref]
[ 0.883121] localhost kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
[ 0.883572] localhost kernel: pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff]
[ 0.884020] localhost kernel: pci 0000:00:16.4: bridge window [mem 0xea900000-0xea9fffff 64bit pref]
[ 0.884759] localhost kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
[ 0.885179] localhost kernel: pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff]
[ 0.885652] localhost kernel: pci 0000:00:16.5: bridge window [mem 0xea500000-0xea5fffff 64bit pref]
[ 0.886363] localhost kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
[ 0.886806] localhost kernel: pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.887253] localhost kernel: pci 0000:00:16.6: bridge window [mem 0xea100000-0xea1fffff 64bit pref]
[ 0.887989] localhost kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
[ 0.888408] localhost kernel: pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff]
[ 0.888879] localhost kernel: pci 0000:00:16.7: bridge window [mem 0xe9d00000-0xe9dfffff 64bit pref]
[ 0.889613] localhost kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
[ 0.890007] localhost kernel: pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
[ 0.890541] localhost kernel: pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff]
[ 0.891048] localhost kernel: pci 0000:00:17.0: bridge window [mem 0xeb800000-0xeb8fffff 64bit pref]
[ 0.891784] localhost kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
[ 0.892178] localhost kernel: pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
[ 0.892651] localhost kernel: pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.893098] localhost kernel: pci 0000:00:17.1: bridge window [mem 0xeb400000-0xeb4fffff 64bit pref]
[ 0.893839] localhost kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
[ 0.894236] localhost kernel: pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
[ 0.894704] localhost kernel: pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff]
[ 0.895150] localhost kernel: pci 0000:00:17.2: bridge window [mem 0xeb000000-0xeb0fffff 64bit pref]
[ 0.895889] localhost kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
[ 0.896308] localhost kernel: pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff]
[ 0.896780] localhost kernel: pci 0000:00:17.3: bridge window [mem 0xeac00000-0xeacfffff 64bit pref]
[ 0.897515] localhost kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
[ 0.897934] localhost kernel: pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.898382] localhost kernel: pci 0000:00:17.4: bridge window [mem 0xea800000-0xea8fffff 64bit pref]
[ 0.899121] localhost kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
[ 0.899562] localhost kernel: pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff]
[ 0.900010] localhost kernel: pci 0000:00:17.5: bridge window [mem 0xea400000-0xea4fffff 64bit pref]
[ 0.900746] localhost kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
[ 0.901164] localhost kernel: pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff]
[ 0.901636] localhost kernel: pci 0000:00:17.6: bridge window [mem 0xea000000-0xea0fffff 64bit pref]
[ 0.902349] localhost kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
[ 0.902793] localhost kernel: pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff]
[ 0.903241] localhost kernel: pci 0000:00:17.7: bridge window [mem 0xe9c00000-0xe9cfffff 64bit pref]
[ 0.903995] localhost kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
[ 0.904393] localhost kernel: pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
[ 0.904922] localhost kernel: pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff]
[ 0.905439] localhost kernel: pci 0000:00:18.0: bridge window [mem 0xeb700000-0xeb7fffff 64bit pref]
[ 0.906178] localhost kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
[ 0.906595] localhost kernel: pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
[ 0.907039] localhost kernel: pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.907509] localhost kernel: pci 0000:00:18.1: bridge window [mem 0xeb300000-0xeb3fffff 64bit pref]
[ 0.908223] localhost kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
[ 0.908665] localhost kernel: pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff]
[ 0.909113] localhost kernel: pci 0000:00:18.2: bridge window [mem 0xeaf00000-0xeaffffff 64bit pref]
[ 0.909849] localhost kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
[ 0.910268] localhost kernel: pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.910740] localhost kernel: pci 0000:00:18.3: bridge window [mem 0xeab00000-0xeabfffff 64bit pref]
[ 0.911455] localhost kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
[ 0.911903] localhost kernel: pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff]
[ 0.912350] localhost kernel: pci 0000:00:18.4: bridge window [mem 0xea700000-0xea7fffff 64bit pref]
[ 0.913087] localhost kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
[ 0.913533] localhost kernel: pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.913980] localhost kernel: pci 0000:00:18.5: bridge window [mem 0xea300000-0xea3fffff 64bit pref]
[ 0.914715] localhost kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
[ 0.915138] localhost kernel: pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff]
[ 0.915609] localhost kernel: pci 0000:00:18.6: bridge window [mem 0xe9f00000-0xe9ffffff 64bit pref]
[ 0.916321] localhost kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
[ 0.916766] localhost kernel: pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff]
[ 0.917213] localhost kernel: pci 0000:00:18.7: bridge window [mem 0xe9b00000-0xe9bfffff 64bit pref]
[ 0.917954] localhost kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[ 0.917958] localhost kernel: pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff window]
[ 0.917960] localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff window]
[ 0.917962] localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.917964] localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.917967] localhost kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff window]
[ 0.917969] localhost kernel: pci_bus 0000:00: resource 10 [io 0x0000-0x0cf7 window]
[ 0.917971] localhost kernel: pci_bus 0000:00: resource 11 [io 0x0d00-0xfeff window]
[ 0.917974] localhost kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x3fff]
[ 0.917976] localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]
[ 0.917978] localhost kernel: pci_bus 0000:02: resource 2 [mem 0xebb00000-0xebffffff 64bit pref]
[ 0.917981] localhost kernel: pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
[ 0.917983] localhost kernel: pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff window]
[ 0.917985] localhost kernel: pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff window]
[ 0.917987] localhost kernel: pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.917989] localhost kernel: pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.917991] localhost kernel: pci_bus 0000:02: resource 9 [mem 0xc0000000-0xfebfffff window]
[ 0.917994] localhost kernel: pci_bus 0000:02: resource 10 [io 0x0000-0x0cf7 window]
[ 0.917996] localhost kernel: pci_bus 0000:02: resource 11 [io 0x0d00-0xfeff window]
[ 0.917998] localhost kernel: pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
[ 0.918000] localhost kernel: pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
[ 0.918002] localhost kernel: pci_bus 0000:03: resource 2 [mem 0xeba00000-0xebafffff 64bit pref]
[ 0.918005] localhost kernel: pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
[ 0.918007] localhost kernel: pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]
[ 0.918014] localhost kernel: pci_bus 0000:04: resource 2 [mem 0xeb600000-0xeb6fffff 64bit pref]
[ 0.918017] localhost kernel: pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
[ 0.918019] localhost kernel: pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
[ 0.918021] localhost kernel: pci_bus 0000:05: resource 2 [mem 0xeb200000-0xeb2fffff 64bit pref]
[ 0.918024] localhost kernel: pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]
[ 0.918026] localhost kernel: pci_bus 0000:06: resource 2 [mem 0xeae00000-0xeaefffff 64bit pref]
[ 0.918028] localhost kernel: pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]
[ 0.918030] localhost kernel: pci_bus 0000:07: resource 2 [mem 0xeaa00000-0xeaafffff 64bit pref]
[ 0.918033] localhost kernel: pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]
[ 0.918035] localhost kernel: pci_bus 0000:08: resource 2 [mem 0xea600000-0xea6fffff 64bit pref]
[ 0.918037] localhost kernel: pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
[ 0.918039] localhost kernel: pci_bus 0000:09: resource 2 [mem 0xea200000-0xea2fffff 64bit pref]
[ 0.918042] localhost kernel: pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]
[ 0.918044] localhost kernel: pci_bus 0000:0a: resource 2 [mem 0xe9e00000-0xe9efffff 64bit pref]
[ 0.918046] localhost kernel: pci_bus 0000:0b: resource 0 [io 0x5000-0x5fff]
[ 0.918048] localhost kernel: pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]
[ 0.918051] localhost kernel: pci_bus 0000:0b: resource 2 [mem 0xeb900000-0xeb9fffff 64bit pref]
[ 0.918053] localhost kernel: pci_bus 0000:0c: resource 0 [io 0x9000-0x9fff]
[ 0.918055] localhost kernel: pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.918057] localhost kernel: pci_bus 0000:0c: resource 2 [mem 0xeb500000-0xeb5fffff 64bit pref]
[ 0.918060] localhost kernel: pci_bus 0000:0d: resource 0 [io 0xd000-0xdfff]
[ 0.918062] localhost kernel: pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]
[ 0.918064] localhost kernel: pci_bus 0000:0d: resource 2 [mem 0xeb100000-0xeb1fffff 64bit pref]
[ 0.918067] localhost kernel: pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]
[ 0.918069] localhost kernel: pci_bus 0000:0e: resource 2 [mem 0xead00000-0xeadfffff 64bit pref]
[ 0.918071] localhost kernel: pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]
[ 0.918073] localhost kernel: pci_bus 0000:0f: resource 2 [mem 0xea900000-0xea9fffff 64bit pref]
[ 0.918076] localhost kernel: pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]
[ 0.918078] localhost kernel: pci_bus 0000:10: resource 2 [mem 0xea500000-0xea5fffff 64bit pref]
[ 0.918080] localhost kernel: pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]
[ 0.918082] localhost kernel: pci_bus 0000:11: resource 2 [mem 0xea100000-0xea1fffff 64bit pref]
[ 0.918085] localhost kernel: pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]
[ 0.918087] localhost kernel: pci_bus 0000:12: resource 2 [mem 0xe9d00000-0xe9dfffff 64bit pref]
[ 0.918090] localhost kernel: pci_bus 0000:13: resource 0 [io 0x6000-0x6fff]
[ 0.918092] localhost kernel: pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]
[ 0.918094] localhost kernel: pci_bus 0000:13: resource 2 [mem 0xeb800000-0xeb8fffff 64bit pref]
[ 0.918099] localhost kernel: pci_bus 0000:14: resource 0 [io 0xa000-0xafff]
[ 0.918102] localhost kernel: pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]
[ 0.918104] localhost kernel: pci_bus 0000:14: resource 2 [mem 0xeb400000-0xeb4fffff 64bit pref]
[ 0.918106] localhost kernel: pci_bus 0000:15: resource 0 [io 0xe000-0xefff]
[ 0.918108] localhost kernel: pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]
[ 0.918111] localhost kernel: pci_bus 0000:15: resource 2 [mem 0xeb000000-0xeb0fffff 64bit pref]
[ 0.918113] localhost kernel: pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]
[ 0.918115] localhost kernel: pci_bus 0000:16: resource 2 [mem 0xeac00000-0xeacfffff 64bit pref]
[ 0.918117] localhost kernel: pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]
[ 0.918120] localhost kernel: pci_bus 0000:17: resource 2 [mem 0xea800000-0xea8fffff 64bit pref]
[ 0.918122] localhost kernel: pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]
[ 0.918124] localhost kernel: pci_bus 0000:18: resource 2 [mem 0xea400000-0xea4fffff 64bit pref]
[ 0.918126] localhost kernel: pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]
[ 0.918129] localhost kernel: pci_bus 0000:19: resource 2 [mem 0xea000000-0xea0fffff 64bit pref]
[ 0.918131] localhost kernel: pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]
[ 0.918133] localhost kernel: pci_bus 0000:1a: resource 2 [mem 0xe9c00000-0xe9cfffff 64bit pref]
[ 0.918135] localhost kernel: pci_bus 0000:1b: resource 0 [io 0x7000-0x7fff]
[ 0.918137] localhost kernel: pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]
[ 0.918140] localhost kernel: pci_bus 0000:1b: resource 2 [mem 0xeb700000-0xeb7fffff 64bit pref]
[ 0.918142] localhost kernel: pci_bus 0000:1c: resource 0 [io 0xb000-0xbfff]
[ 0.918144] localhost kernel: pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.918146] localhost kernel: pci_bus 0000:1c: resource 2 [mem 0xeb300000-0xeb3fffff 64bit pref]
[ 0.918148] localhost kernel: pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]
[ 0.918151] localhost kernel: pci_bus 0000:1d: resource 2 [mem 0xeaf00000-0xeaffffff 64bit pref]
[ 0.918153] localhost kernel: pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]
[ 0.918155] localhost kernel: pci_bus 0000:1e: resource 2 [mem 0xeab00000-0xeabfffff 64bit pref]
[ 0.918158] localhost kernel: pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]
[ 0.918160] localhost kernel: pci_bus 0000:1f: resource 2 [mem 0xea700000-0xea7fffff 64bit pref]
[ 0.918162] localhost kernel: pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]
[ 0.918164] localhost kernel: pci_bus 0000:20: resource 2 [mem 0xea300000-0xea3fffff 64bit pref]
[ 0.918167] localhost kernel: pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]
[ 0.918169] localhost kernel: pci_bus 0000:21: resource 2 [mem 0xe9f00000-0xe9ffffff 64bit pref]
[ 0.918171] localhost kernel: pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]
[ 0.918173] localhost kernel: pci_bus 0000:22: resource 2 [mem 0xe9b00000-0xe9bfffff 64bit pref]
[ 0.918245] localhost kernel: NET: Registered protocol family 2
[ 0.919154] localhost kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.923166] localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.923996] localhost kernel: TCP: Hash tables configured (established 65536 bind 65536)
[ 0.924580] localhost kernel: TCP: reno registered
[ 0.925021] localhost kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.925577] localhost kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.926156] localhost kernel: NET: Registered protocol family 1
[ 0.926581] localhost kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.927105] localhost kernel: pci 0000:00:0f.0: Video device with shadowed ROM
[ 0.929694] localhost kernel: PCI: CLS 32 bytes, default 64
[ 1.460153] localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.460592] localhost kernel: software IO TLB [mem 0xbbef0000-0xbfef0000] (64MB) mapped at [ffff8800bbef0000-ffff8800bfeeffff]
[ 1.461394] localhost kernel: Simple Boot Flag at 0x36 set to 0x80
[ 1.462006] localhost kernel: Switched to clocksource tsc
[ 1.463524] localhost kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 1.464036] localhost kernel: Initialise system trusted keyring
[ 1.464858] localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.468060] localhost kernel: VFS: Disk quotas dquot_6.5.2
[ 1.468480] localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.470275] localhost kernel: alg: No test for stdrng (krng)
[ 1.470673] localhost kernel: Key type asymmetric registered
[ 1.471037] localhost kernel: Asymmetric key parser 'x509' registered
[ 1.471472] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.472400] localhost kernel: io scheduler noop registered
[ 1.472773] localhost kernel: io scheduler deadline registered
[ 1.473193] localhost kernel: io scheduler cfq registered (default)
[ 1.499151] localhost kernel: pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[ 1.499582] localhost kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 1.500042] localhost kernel: pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
[ 1.500184] localhost kernel: pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
[ 1.500639] localhost kernel: pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
[ 1.500797] localhost kernel: pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
[ 1.501250] localhost kernel: pcie_pme 0000:00:15.2:pcie01: service driver pcie_pme loaded
[ 1.501393] localhost kernel: pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
[ 1.501857] localhost kernel: pcie_pme 0000:00:15.3:pcie01: service driver pcie_pme loaded
[ 1.501998] localhost kernel: pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
[ 1.502450] localhost kernel: pcie_pme 0000:00:15.4:pcie01: service driver pcie_pme loaded
[ 1.502590] localhost kernel: pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
[ 1.503060] localhost kernel: pcie_pme 0000:00:15.5:pcie01: service driver pcie_pme loaded
[ 1.503206] localhost kernel: pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
[ 1.503692] localhost kernel: pcie_pme 0000:00:15.6:pcie01: service driver pcie_pme loaded
[ 1.503834] localhost kernel: pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
[ 1.504285] localhost kernel: pcie_pme 0000:00:15.7:pcie01: service driver pcie_pme loaded
[ 1.504425] localhost kernel: pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
[ 1.504896] localhost kernel: pcie_pme 0000:00:16.0:pcie01: service driver pcie_pme loaded
[ 1.505050] localhost kernel: pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
[ 1.505502] localhost kernel: pcie_pme 0000:00:16.1:pcie01: service driver pcie_pme loaded
[ 1.505644] localhost kernel: pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
[ 1.506111] localhost kernel: pcie_pme 0000:00:16.2:pcie01: service driver pcie_pme loaded
[ 1.506254] localhost kernel: pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
[ 1.506720] localhost kernel: pcie_pme 0000:00:16.3:pcie01: service driver pcie_pme loaded
[ 1.506863] localhost kernel: pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
[ 1.507315] localhost kernel: pcie_pme 0000:00:16.4:pcie01: service driver pcie_pme loaded
[ 1.507455] localhost kernel: pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
[ 1.507924] localhost kernel: pcie_pme 0000:00:16.5:pcie01: service driver pcie_pme loaded
[ 1.508067] localhost kernel: pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
[ 1.508524] localhost kernel: pcie_pme 0000:00:16.6:pcie01: service driver pcie_pme loaded
[ 1.508681] localhost kernel: pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
[ 1.509133] localhost kernel: pcie_pme 0000:00:16.7:pcie01: service driver pcie_pme loaded
[ 1.509272] localhost kernel: pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
[ 1.509772] localhost kernel: pcie_pme 0000:00:17.0:pcie01: service driver pcie_pme loaded
[ 1.509912] localhost kernel: pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
[ 1.510431] localhost kernel: pcie_pme 0000:00:17.1:pcie01: service driver pcie_pme loaded
[ 1.510573] localhost kernel: pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
[ 1.511044] localhost kernel: pcie_pme 0000:00:17.2:pcie01: service driver pcie_pme loaded
[ 1.511184] localhost kernel: pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
[ 1.511638] localhost kernel: pcie_pme 0000:00:17.3:pcie01: service driver pcie_pme loaded
[ 1.511793] localhost kernel: pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
[ 1.512246] localhost kernel: pcie_pme 0000:00:17.4:pcie01: service driver pcie_pme loaded
[ 1.512388] localhost kernel: pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
[ 1.512854] localhost kernel: pcie_pme 0000:00:17.5:pcie01: service driver pcie_pme loaded
[ 1.512994] localhost kernel: pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
[ 1.513446] localhost kernel: pcie_pme 0000:00:17.6:pcie01: service driver pcie_pme loaded
[ 1.513586] localhost kernel: pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
[ 1.514060] localhost kernel: pcie_pme 0000:00:17.7:pcie01: service driver pcie_pme loaded
[ 1.514202] localhost kernel: pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
[ 1.514664] localhost kernel: pcie_pme 0000:00:18.0:pcie01: service driver pcie_pme loaded
[ 1.514816] localhost kernel: pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
[ 1.515266] localhost kernel: pcie_pme 0000:00:18.1:pcie01: service driver pcie_pme loaded
[ 1.515405] localhost kernel: pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
[ 1.515872] localhost kernel: pcie_pme 0000:00:18.2:pcie01: service driver pcie_pme loaded
[ 1.516014] localhost kernel: pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
[ 1.516467] localhost kernel: pcie_pme 0000:00:18.3:pcie01: service driver pcie_pme loaded
[ 1.516607] localhost kernel: pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
[ 1.517077] localhost kernel: pcie_pme 0000:00:18.4:pcie01: service driver pcie_pme loaded
[ 1.517216] localhost kernel: pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
[ 1.517681] localhost kernel: pcie_pme 0000:00:18.5:pcie01: service driver pcie_pme loaded
[ 1.517824] localhost kernel: pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
[ 1.518275] localhost kernel: pcie_pme 0000:00:18.6:pcie01: service driver pcie_pme loaded
[ 1.518417] localhost kernel: pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
[ 1.518885] localhost kernel: pcie_pme 0000:00:18.7:pcie01: service driver pcie_pme loaded
[ 1.518897] localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.519998] localhost kernel: pciehp 0000:00:15.0:pcie04: Slot #160 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.520927] localhost kernel: pciehp 0000:00:15.0:pcie04: service driver pciehp loaded
[ 1.520976] localhost kernel: pciehp 0000:00:15.1:pcie04: Slot #161 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.521858] localhost kernel: pciehp 0000:00:15.1:pcie04: service driver pciehp loaded
[ 1.521906] localhost kernel: pciehp 0000:00:15.2:pcie04: Slot #162 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.522797] localhost kernel: pciehp 0000:00:15.2:pcie04: service driver pciehp loaded
[ 1.522845] localhost kernel: pciehp 0000:00:15.3:pcie04: Slot #163 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.523747] localhost kernel: pciehp 0000:00:15.3:pcie04: service driver pciehp loaded
[ 1.523795] localhost kernel: pciehp 0000:00:15.4:pcie04: Slot #164 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.524782] localhost kernel: pciehp 0000:00:15.4:pcie04: service driver pciehp loaded
[ 1.524830] localhost kernel: pciehp 0000:00:15.5:pcie04: Slot #165 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.530236] localhost kernel: pciehp 0000:00:15.5:pcie04: service driver pciehp loaded
[ 1.530285] localhost kernel: pciehp 0000:00:15.6:pcie04: Slot #166 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.531194] localhost kernel: pciehp 0000:00:15.6:pcie04: service driver pciehp loaded
[ 1.531244] localhost kernel: pciehp 0000:00:15.7:pcie04: Slot #167 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.532124] localhost kernel: pciehp 0000:00:15.7:pcie04: service driver pciehp loaded
[ 1.532173] localhost kernel: pciehp 0000:00:16.0:pcie04: Slot #192 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.533062] localhost kernel: pciehp 0000:00:16.0:pcie04: service driver pciehp loaded
[ 1.533111] localhost kernel: pciehp 0000:00:16.1:pcie04: Slot #193 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.534008] localhost kernel: pciehp 0000:00:16.1:pcie04: service driver pciehp loaded
[ 1.534057] localhost kernel: pciehp 0000:00:16.2:pcie04: Slot #194 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.534945] localhost kernel: pciehp 0000:00:16.2:pcie04: service driver pciehp loaded
[ 1.534994] localhost kernel: pciehp 0000:00:16.3:pcie04: Slot #195 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.535877] localhost kernel: pciehp 0000:00:16.3:pcie04: service driver pciehp loaded
[ 1.535925] localhost kernel: pciehp 0000:00:16.4:pcie04: Slot #196 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.536821] localhost kernel: pciehp 0000:00:16.4:pcie04: service driver pciehp loaded
[ 1.536869] localhost kernel: pciehp 0000:00:16.5:pcie04: Slot #197 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.537757] localhost kernel: pciehp 0000:00:16.5:pcie04: service driver pciehp loaded
[ 1.537806] localhost kernel: pciehp 0000:00:16.6:pcie04: Slot #198 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.538740] localhost kernel: pciehp 0000:00:16.6:pcie04: service driver pciehp loaded
[ 1.538788] localhost kernel: pciehp 0000:00:16.7:pcie04: Slot #199 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.539743] localhost kernel: pciehp 0000:00:16.7:pcie04: service driver pciehp loaded
[ 1.539794] localhost kernel: pciehp 0000:00:17.0:pcie04: Slot #224 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.541074] localhost kernel: pciehp 0000:00:17.0:pcie04: service driver pciehp loaded
[ 1.541123] localhost kernel: pciehp 0000:00:17.1:pcie04: Slot #225 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.542006] localhost kernel: pciehp 0000:00:17.1:pcie04: service driver pciehp loaded
[ 1.542055] localhost kernel: pciehp 0000:00:17.2:pcie04: Slot #226 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.542947] localhost kernel: pciehp 0000:00:17.2:pcie04: service driver pciehp loaded
[ 1.542996] localhost kernel: pciehp 0000:00:17.3:pcie04: Slot #227 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.543970] localhost kernel: pciehp 0000:00:17.3:pcie04: service driver pciehp loaded
[ 1.544020] localhost kernel: pciehp 0000:00:17.4:pcie04: Slot #228 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.544910] localhost kernel: pciehp 0000:00:17.4:pcie04: service driver pciehp loaded
[ 1.544959] localhost kernel: pciehp 0000:00:17.5:pcie04: Slot #229 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.545838] localhost kernel: pciehp 0000:00:17.5:pcie04: service driver pciehp loaded
[ 1.545886] localhost kernel: pciehp 0000:00:17.6:pcie04: Slot #230 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.546781] localhost kernel: pciehp 0000:00:17.6:pcie04: service driver pciehp loaded
[ 1.546835] localhost kernel: pciehp 0000:00:17.7:pcie04: Slot #231 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.547725] localhost kernel: pciehp 0000:00:17.7:pcie04: service driver pciehp loaded
[ 1.547773] localhost kernel: pciehp 0000:00:18.0:pcie04: Slot #256 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.548643] localhost kernel: pciehp 0000:00:18.0:pcie04: service driver pciehp loaded
[ 1.548707] localhost kernel: pciehp 0000:00:18.1:pcie04: Slot #257 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.549572] localhost kernel: pciehp 0000:00:18.1:pcie04: service driver pciehp loaded
[ 1.549626] localhost kernel: pciehp 0000:00:18.2:pcie04: Slot #258 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.550515] localhost kernel: pciehp 0000:00:18.2:pcie04: service driver pciehp loaded
[ 1.550563] localhost kernel: pciehp 0000:00:18.3:pcie04: Slot #259 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.551449] localhost kernel: pciehp 0000:00:18.3:pcie04: service driver pciehp loaded
[ 1.551498] localhost kernel: pciehp 0000:00:18.4:pcie04: Slot #260 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.552391] localhost kernel: pciehp 0000:00:18.4:pcie04: service driver pciehp loaded
[ 1.552439] localhost kernel: pciehp 0000:00:18.5:pcie04: Slot #261 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.553422] localhost kernel: pciehp 0000:00:18.5:pcie04: service driver pciehp loaded
[ 1.553471] localhost kernel: pciehp 0000:00:18.6:pcie04: Slot #262 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.554389] localhost kernel: pciehp 0000:00:18.6:pcie04: service driver pciehp loaded
[ 1.554438] localhost kernel: pciehp 0000:00:18.7:pcie04: Slot #263 AttnBtn+ AttnInd- PwrInd- PwrCtrl+ MRL- Interlock- NoCompl+ LLActRep+
[ 1.555323] localhost kernel: pciehp 0000:00:18.7:pcie04: service driver pciehp loaded
[ 1.555332] localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.555804] localhost kernel: intel_idle: does not run on family 6 model 15
[ 1.559823] localhost kernel: GHES: HEST is not enabled!
[ 1.560599] localhost kernel: ioatdma: Intel(R) QuickData Technology Driver 4.00
[ 1.561459] localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.588795] localhost kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.616085] localhost kernel: 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 1.617730] localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[ 1.619887] localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.620273] localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.641977] localhost kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 1.642672] localhost kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.643049] localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.644160] localhost kernel: TCP: cubic registered
[ 1.644682] localhost kernel: NET: Registered protocol family 10
[ 1.645663] localhost kernel: NET: Registered protocol family 17
[ 1.646476] localhost kernel: Loading compiled-in X.509 certificates
[ 1.648217] localhost kernel: Loaded X.509 cert 'Magrathea: Glacier signing key: e84267f58554a7567beab6e115cb000d88d7f485'
[ 1.648946] localhost kernel: registered taskstats version 1
[ 1.655540] localhost kernel: rtc_cmos 00:01: setting system clock to 2015-04-29 13:30:22 UTC (1430314222)
[ 1.671528] localhost kernel: Freeing unused kernel memory: 22240K (ffffffff81ae6000 - ffffffff8309e000)
[ 1.672249] localhost kernel: Write protecting the kernel read-only data: 10240k
[ 1.678645] localhost kernel: Freeing unused kernel memory: 936K (ffff880001516000 - ffff880001600000)
[ 1.682581] localhost kernel: Freeing unused kernel memory: 1764K (ffff880001847000 - ffff880001a00000)
[ 1.699623] localhost systemd[1]: Inserted module 'autofs4'
[ 1.702157] localhost kernel: random: systemd urandom read with 7 bits of entropy available
[ 1.704782] localhost systemd[1]: systemd 219 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS -ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 1.705959] localhost systemd[1]: Detected virtualization 'vmware'.
[ 1.706370] localhost systemd[1]: Detected architecture 'x86-64'.
[ 1.706784] localhost systemd[1]: Running in initial RAM disk.
[ 1.708519] localhost systemd[1]: No hostname configured.
[ 1.708917] localhost systemd[1]: Set hostname to <localhost>.
[ 1.709345] localhost systemd[1]: Initializing machine ID from random generator.
[ 1.923119] localhost systemd[1]: Unit type .busname is not supported on this system.
[ 1.936485] localhost systemd[1]: Created slice -.slice.
[ 1.936913] localhost systemd[1]: Starting -.slice.
[ 1.938035] localhost systemd[1]: Reached target Timers.
[ 1.938414] localhost systemd[1]: Starting Timers.
[ 1.939541] localhost systemd[1]: Reached target Encrypted Volumes.
[ 1.939985] localhost systemd[1]: Starting Encrypted Volumes.
[ 1.941255] localhost systemd[1]: Listening on Journal Socket.
[ 1.941649] localhost systemd[1]: Starting Journal Socket.
[ 1.942993] localhost systemd[1]: Listening on Journal Socket (/dev/log).
[ 1.943408] localhost systemd[1]: Starting Journal Socket (/dev/log).
[ 1.943917] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 1.944583] localhost systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 1.946457] localhost systemd[1]: Reached target Paths.
[ 1.946851] localhost systemd[1]: Starting Paths.
[ 1.948015] localhost systemd[1]: Listening on udev Kernel Socket.
[ 1.948413] localhost systemd[1]: Starting udev Kernel Socket.
[ 1.955097] localhost systemd[1]: Listening on Journal Audit Socket.
[ 1.956570] localhost systemd[1]: Created slice System Slice.
[ 1.957037] localhost systemd[1]: Starting System Slice.
[ 1.959370] localhost systemd[1]: Starting Journal Service...
[ 1.960584] localhost systemd[1]: Started dracut ask for additional cmdline parameters.
[ 1.961350] localhost systemd[1]: Started Load Kernel Modules.
[ 1.963479] localhost systemd[1]: Starting Apply Kernel Variables...
[ 1.965487] localhost systemd[1]: Reached target Slices.
[ 1.965910] localhost systemd[1]: Starting Slices.
[ 1.968156] localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 1.970719] localhost systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 1.971240] localhost systemd[1]: Starting system-systemd\x2dfsck.slice.
[ 1.973885] localhost systemd[1]: Starting dracut cmdline hook...
[ 1.975802] localhost systemd[1]: Reached target Swap.
[ 1.976226] localhost systemd[1]: Starting Swap.
[ 1.977554] localhost systemd[1]: Reached target Local File Systems.
[ 1.977984] localhost systemd[1]: Starting Local File Systems.
[ 1.979300] localhost systemd[1]: Listening on udev Control Socket.
[ 1.979719] localhost systemd[1]: Starting udev Control Socket.
[ 1.981895] localhost systemd[1]: Reached target Sockets.
[ 1.982289] localhost systemd[1]: Starting Sockets.
[ 1.984779] localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 1.988791] localhost systemd[1]: Started Apply Kernel Variables.
[ 1.991791] localhost systemd[1]: Starting Create Static Device Nodes in /dev...
[ 2.004929] localhost systemd[1]: Started Create Static Device Nodes in /dev.
[ 1.910802] localhost systemd-journal[127]: Journal started
[ 1.912222] localhost dracut-cmdline[132]: dracut-dracut-041-r2
[ 1.912477] localhost dracut-cmdline[132]: Using kernel command line parameters:
[ 2.081270] localhost systemd[1]: Started Journal Service.
[ 2.245202] localhost systemd[1]: Started dracut cmdline hook.
[ 2.247206] localhost systemd[1]: Starting dracut pre-udev hook...
[ 2.455374] localhost systemd[1]: Started dracut pre-udev hook.
[ 2.456944] localhost systemd[1]: Starting udev Kernel Device Manager...
[ 2.467871] localhost systemd-udevd[223]: starting version 219
[ 2.470969] localhost systemd-udevd[223]: specified group 'tty' unknown
[ 2.471668] localhost systemd-udevd[223]: specified group 'uucp' unknown
[ 2.472332] localhost systemd-udevd[223]: specified group 'kmem' unknown
[ 2.472765] localhost systemd-udevd[223]: specified group 'input' unknown
[ 2.473244] localhost systemd-udevd[223]: specified group 'video' unknown
[ 2.473614] localhost systemd-udevd[223]: specified group 'audio' unknown
[ 2.473989] localhost systemd-udevd[223]: specified group 'lp' unknown
[ 2.474353] localhost systemd-udevd[223]: specified group 'disk' unknown
[ 2.476142] localhost systemd-udevd[223]: RUN{builtin}: 'uaccess' unknown /usr/lib64/udev/rules.d/73-seat-late.rules:15
[ 2.478477] localhost systemd[1]: Started udev Kernel Device Manager.
[ 2.480242] localhost systemd[1]: Starting dracut pre-trigger hook...
[ 2.565872] localhost dracut-pre-trigger[225]: rd.md=0: removing MD RAID activation
[ 2.728916] localhost systemd[1]: Started dracut pre-trigger hook.
[ 2.730759] localhost systemd[1]: Starting udev Coldplug all Devices...
[ 2.744145] localhost systemd-udevd[223]: specified group 'tty' unknown
[ 2.744819] localhost systemd-udevd[223]: specified group 'uucp' unknown
[ 2.745161] localhost systemd-udevd[223]: specified group 'kmem' unknown
[ 2.745444] localhost systemd-udevd[223]: specified group 'input' unknown
[ 2.745888] localhost systemd-udevd[223]: specified group 'video' unknown
[ 2.746198] localhost systemd-udevd[223]: specified group 'audio' unknown
[ 2.746555] localhost systemd-udevd[223]: specified group 'lp' unknown
[ 2.747162] localhost systemd-udevd[223]: specified group 'disk' unknown
[ 2.747452] localhost systemd-udevd[223]: RUN{builtin}: 'uaccess' unknown /usr/lib64/udev/rules.d/73-seat-late.rules:15
[ 2.956447] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 2.957668] localhost kernel: ACPI: Power Button [PWRF]
[ 2.804934] localhost systemd[1]: Started udev Coldplug all Devices.
[ 2.809799] localhost systemd[1]: Starting dracut initqueue hook...
[ 2.810371] localhost systemd[1]: Reached target System Initialization.
[ 2.810682] localhost systemd[1]: Starting System Initialization.
[ 2.811095] localhost systemd[1]: Reached target Basic System.
[ 2.811375] localhost systemd[1]: Starting Basic System.
[ 3.050110] localhost kernel: VMware vmxnet3 virtual NIC driver - version 1.3.4.0-k-NAPI
[ 3.051218] localhost kernel: vmxnet3 0000:03:00.0: # of Tx queues : 8, # of Rx queues : 8
[ 3.054761] localhost kernel: piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
[ 3.059967] localhost kernel: Fusion MPT base driver 3.04.20
[ 3.060572] localhost kernel: Copyright (c) 1999-2008 LSI Corporation
[ 3.061859] localhost kernel: SCSI subsystem initialized
[ 3.074780] localhost kernel: vmxnet3 0000:03:00.0 eth0: NIC Link is Up 10000 Mbps
[ 3.079310] localhost kernel: vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
[ 3.079986] localhost kernel: vmw_vmci 0000:00:07.7: Using capabilities 0xc
[ 3.081990] localhost kernel: Guest personality initialized and is active
[ 3.084591] localhost kernel: VMCI host device registered (name=vmci, major=10, minor=58)
[ 3.085121] localhost kernel: Initialized host personality
[ 3.092875] localhost kernel: ACPI: bus type USB registered
[ 3.093357] localhost kernel: usbcore: registered new interface driver usbfs
[ 3.093797] localhost kernel: usbcore: registered new interface driver hub
[ 3.095332] localhost kernel: usbcore: registered new device driver usb
[ 3.101960] localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.105604] localhost kernel: ehci-pci: EHCI PCI platform driver
[ 3.106980] localhost kernel: ehci-pci 0000:02:02.0: EHCI Host Controller
[ 3.107519] localhost kernel: ehci-pci 0000:02:02.0: new USB bus registered, assigned bus number 1
[ 3.107916] localhost kernel: ehci-pci 0000:02:02.0: cache line size of 32 is not supported
[ 3.108007] localhost kernel: ehci-pci 0000:02:02.0: irq 16, io mem 0xfd5ff000
[ 3.109436] localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
[ 3.120351] localhost kernel: ehci-pci 0000:02:02.0: USB 2.0 started, EHCI 1.00
[ 3.124603] localhost kernel: hub 1-0:1.0: USB hub found
[ 3.124996] localhost kernel: hub 1-0:1.0: 6 ports detected
[ 3.127766] localhost kernel: microcode: CPU0 sig=0x6fb, pf=0x1, revision=0xbc
[ 3.128337] localhost kernel: microcode: CPU1 sig=0x6fb, pf=0x1, revision=0xbc
[ 3.128904] localhost kernel: microcode: CPU2 sig=0x6fb, pf=0x1, revision=0xbc
[ 3.129514] localhost kernel: microcode: CPU3 sig=0x6fb, pf=0x1, revision=0xbc
[ 3.130077] localhost kernel: microcode: CPU4 sig=0x6fb, pf=0x1, revision=0xbc
[ 3.130643] localhost kernel: microcode: CPU5 sig=0x6fb, pf=0x1, revision=0xbc
[ 3.131562] localhost kernel: microcode: CPU6 sig=0x6fb, pf=0x1, revision=0xbc
[ 3.132334] localhost kernel: microcode: CPU7 sig=0x6fb, pf=0x1, revision=0xbc
[ 3.133688] localhost kernel: uhci_hcd 0000:02:00.0: UHCI Host Controller
[ 3.134278] localhost kernel: uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[ 3.134687] localhost kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[ 3.135756] localhost kernel: uhci_hcd 0000:02:00.0: detected 2 ports
[ 3.136885] localhost kernel: uhci_hcd 0000:02:00.0: irq 18, io base 0x00002000
[ 3.142268] localhost kernel: libata version 3.00 loaded.
[ 3.147095] localhost kernel: hub 2-0:1.0: USB hub found
[ 3.147129] localhost kernel: coretemp coretemp.0: Using relative temperature scale!
[ 3.147407] localhost kernel: coretemp coretemp.2: Using relative temperature scale!
[ 3.148275] localhost kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3
[ 3.149334] localhost kernel: coretemp coretemp.4: Using relative temperature scale!
[ 3.149522] localhost kernel: coretemp coretemp.6: Using relative temperature scale!
[ 3.149668] localhost kernel: coretemp coretemp.8: Using relative temperature scale!
[ 3.149755] localhost kernel: coretemp coretemp.10: Using relative temperature scale!
[ 3.149993] localhost kernel: coretemp coretemp.12: Using relative temperature scale!
[ 3.150133] localhost kernel: coretemp coretemp.14: Using relative temperature scale!
[ 3.153527] localhost kernel: Fusion MPT SPI Host driver 3.04.20
[ 3.153989] localhost kernel: hub 2-0:1.0: 2 ports detected
[ 3.158217] localhost kernel: mptbase: ioc0: Initiating bringup
[ 3.159063] localhost kernel: mousedev: PS/2 mouse device common for all mice
[ 3.180585] localhost kernel: ioc0: LSI53C1030 B0: Capabilities={Initiator}
[ 3.222772] localhost kernel: scsi host0: ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17
[ 3.251545] localhost kernel: ata_piix 0000:00:07.1: version 2.13
[ 3.252378] localhost kernel: scsi 0:0:0:0: Direct-Access VMware Virtual disk 1.0 PQ: 0 ANSI: 2
[ 3.253146] localhost kernel: scsi target0:0:0: Beginning Domain Validation
[ 3.253481] localhost kernel: scsi host1: ata_piix
[ 3.253878] localhost kernel: scsi host2: ata_piix
[ 3.253981] localhost kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
[ 3.253983] localhost kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
[ 3.255966] localhost kernel: scsi target0:0:0: Domain Validation skipping write tests
[ 3.256395] localhost kernel: scsi target0:0:0: Ending Domain Validation
[ 3.256822] localhost kernel: scsi target0:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
[ 3.440279] localhost kernel: sd 0:0:0:0: [sda] 33554432 512-byte logical blocks: (17.1 GB/16.0 GiB)
[ 3.441038] localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
[ 3.441440] localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 61 00 00 00
[ 3.441497] localhost kernel: sd 0:0:0:0: [sda] Cache data unavailable
[ 3.441878] localhost kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 3.449616] localhost kernel: sda: sda1
[ 3.450491] localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.456471] localhost kernel: usb 2-1: new full-speed USB device number 2 using uhci_hcd
[ 3.637331] localhost kernel: usbcore: registered new interface driver usbhid
[ 3.637787] localhost kernel: usbhid: USB HID core driver
[ 3.649384] localhost kernel: raid6: sse2x1 1828 MB/s
[ 3.651853] localhost kernel: input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1/2-1:1.0/0003:0E0F:0003.0001/input/input4
[ 3.653135] localhost kernel: hid-generic 0003:0E0F:0003.0001: input: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input0
[ 3.656082] localhost kernel: input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1/2-1:1.1/0003:0E0F:0003.0002/input/input5
[ 3.657208] localhost kernel: hid-generic 0003:0E0F:0003.0002: input: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input1
[ 3.666388] localhost kernel: raid6: sse2x2 4996 MB/s
[ 3.683385] localhost kernel: raid6: sse2x4 5695 MB/s
[ 3.683741] localhost kernel: raid6: using algorithm sse2x4 (5695 MB/s)
[ 3.684122] localhost kernel: raid6: using ssse3x2 recovery algorithm
[ 3.687305] localhost kernel: xor: measuring software checksum speed
[ 3.697386] localhost kernel: prefetch64-sse: 7892.000 MB/sec
[ 3.707386] localhost kernel: generic_sse: 6764.000 MB/sec
[ 3.707751] localhost kernel: xor: using function: prefetch64-sse (7892.000 MB/sec)
[ 3.712515] localhost kernel: usb 2-2: new full-speed USB device number 3 using uhci_hcd
[ 3.771849] localhost kernel: Btrfs loaded
[ 3.775826] localhost kernel: BTRFS: device label ROOT devid 1 transid 11 /dev/sda1
[ 3.610565] localhost systemd[1]: Found device Virtual_disk ROOT.
[ 3.612823] localhost systemd[1]: Starting File System Check on /dev/disk/by-label/ROOT...
[ 3.639974] localhost systemd[1]: Started dracut initqueue hook.
[ 3.640380] localhost systemd[1]: Starting dracut pre-mount hook...
[ 3.641164] localhost systemd[1]: Reached target Remote File Systems (Pre).
[ 3.641415] localhost systemd[1]: Starting Remote File Systems (Pre).
[ 3.642020] localhost systemd[1]: Reached target Remote File Systems.
[ 3.642305] localhost systemd[1]: Starting Remote File Systems.
[ 3.669414] localhost systemd-fsck[322]: /sbin/fsck.btrfs: BTRFS file system.
[ 3.678472] localhost systemd[1]: Started File System Check on /dev/disk/by-label/ROOT.
[ 3.854521] localhost kernel: hub 2-2:1.0: USB hub found
[ 3.858687] localhost kernel: hub 2-2:1.0: 7 ports detected
[ 3.696924] localhost systemd[1]: Started dracut pre-mount hook.
[ 3.698509] localhost systemd[1]: Mounting /sysroot...
[ 3.913073] localhost kernel: BTRFS info (device sda1): disk space caching is enabled
[ 3.781485] localhost systemd[1]: Mounted /sysroot.
[ 3.782732] localhost systemd[1]: Reached target Initrd Root File System.
[ 3.782997] localhost systemd[1]: Starting Initrd Root File System.
[ 3.784500] localhost systemd[1]: Starting Reload Configuration from the Real Root...
[ 3.794046] localhost systemd[1]: Reloading.
[ 3.929426] localhost systemd[1]: Unit type .busname is not supported on this system.
[ 3.983519] localhost systemd[1]: Started Reload Configuration from the Real Root.
[ 3.983783] localhost systemd[1]: Started dracut mount hook.
[ 3.984560] localhost systemd[1]: Reached target Initrd File Systems.
[ 3.984809] localhost systemd[1]: Starting Initrd File Systems.
[ 3.985484] localhost systemd[1]: Reached target Initrd Default Target.
[ 3.985734] localhost systemd[1]: Starting Initrd Default Target.
[ 3.987407] localhost systemd[1]: Starting dracut pre-pivot and cleanup hook...
[ 4.074395] localhost systemd[1]: Started dracut pre-pivot and cleanup hook.
[ 4.076275] localhost systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
[ 4.088044] localhost systemd[1]: Stopped target Timers.
[ 4.088344] localhost systemd[1]: Stopping Timers.
[ 4.090607] localhost systemd[1]: Stopped Cleaning Up and Shutting Down Daemons.
[ 4.091903] localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook.
[ 4.092185] localhost systemd[1]: Stopping dracut pre-pivot and cleanup hook...
[ 4.093500] localhost systemd[1]: Stopped target Remote File Systems.
[ 4.093752] localhost systemd[1]: Stopping Remote File Systems.
[ 4.094284] localhost systemd[1]: Stopped target Remote File Systems (Pre).
[ 4.094526] localhost systemd[1]: Stopping Remote File Systems (Pre).
[ 4.095351] localhost systemd[1]: Stopped dracut pre-mount hook.
[ 4.095612] localhost systemd[1]: Stopping dracut pre-mount hook...
[ 4.097036] localhost systemd[1]: Stopped dracut initqueue hook.
[ 4.097269] localhost systemd[1]: Stopping dracut initqueue hook...
[ 4.098505] localhost systemd[1]: Stopped target Initrd Default Target.
[ 4.098742] localhost systemd[1]: Stopping Initrd Default Target.
[ 4.099307] localhost systemd[1]: Stopped target Basic System.
[ 4.099572] localhost systemd[1]: Stopping Basic System.
[ 4.100124] localhost systemd[1]: Stopped target System Initialization.
[ 4.100368] localhost systemd[1]: Stopping System Initialization.
[ 4.100961] localhost systemd[1]: Stopped target Encrypted Volumes.
[ 4.101226] localhost systemd[1]: Stopping Encrypted Volumes.
[ 4.102200] localhost systemd[1]: Stopped Apply Kernel Variables.
[ 4.102461] localhost systemd[1]: Stopping Apply Kernel Variables...
[ 4.103634] localhost systemd[1]: Stopped target Swap.
[ 4.103879] localhost systemd[1]: Stopping Swap.
[ 4.104846] localhost systemd[1]: Stopped udev Coldplug all Devices.
[ 4.105147] localhost systemd[1]: Stopping udev Coldplug all Devices...
[ 4.106752] localhost systemd[1]: Stopped dracut pre-trigger hook.
[ 4.107061] localhost systemd[1]: Stopping dracut pre-trigger hook...
[ 4.108244] localhost systemd[1]: Stopped target Local File Systems.
[ 4.108493] localhost systemd[1]: Stopping Local File Systems.
[ 4.114916] localhost systemd[1]: Stopping udev Kernel Device Manager...
[ 4.117847] localhost systemd[1]: Stopped target Slices.
[ 4.118163] localhost systemd[1]: Stopping Slices.
[ 4.120148] localhost systemd[1]: Stopped target Paths.
[ 4.120723] localhost systemd[1]: Stopping Paths.
[ 4.122489] localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
[ 4.122883] localhost systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
[ 4.123364] localhost systemd[1]: Stopped target Sockets.
[ 4.123785] localhost systemd[1]: Stopping Sockets.
[ 4.126717] localhost systemd[1]: Listening on Journal Audit Socket.
[ 4.141291] localhost systemd[1]: Stopped udev Kernel Device Manager.
[ 4.143066] localhost systemd[1]: Stopped Create Static Device Nodes in /dev.
[ 4.143368] localhost systemd[1]: Stopping Create Static Device Nodes in /dev...
[ 4.145637] localhost systemd[1]: Stopped Create list of required static device nodes for the current kernel.
[ 4.145949] localhost systemd[1]: Stopping Create list of required static device nodes for the current kernel...
[ 4.148056] localhost systemd[1]: Stopped dracut pre-udev hook.
[ 4.148360] localhost systemd[1]: Stopping dracut pre-udev hook...
[ 4.150389] localhost systemd[1]: Stopped dracut cmdline hook.
[ 4.150686] localhost systemd[1]: Stopping dracut cmdline hook...
[ 4.152448] localhost systemd[1]: Closed udev Kernel Socket.
[ 4.152740] localhost systemd[1]: Stopping udev Kernel Socket.
[ 4.153826] localhost systemd[1]: Closed udev Control Socket.
[ 4.154129] localhost systemd[1]: Stopping udev Control Socket.
[ 4.156388] localhost systemd[1]: Starting Cleanup udevd DB...
[ 4.169588] localhost systemd[1]: Started Cleanup udevd DB.
[ 4.170896] localhost systemd[1]: Reached target Switch Root.
[ 4.171231] localhost systemd[1]: Starting Switch Root.
[ 4.173481] localhost systemd[1]: Starting Switch Root...
[ 4.182948] localhost systemctl[421]: Failed to switch root: Specified init binary /sysroot/usr/lib/systemd/systemd does not exist.
[ 4.184896] localhost systemd[1]: initrd-switch-root.service: main process exited, code=exited, status=1/FAILURE
[ 4.186868] localhost systemd[1]: Failed to start Switch Root.
[ 4.187271] localhost systemd[1]: Startup finished in 1.522s (kernel) + 0 (initrd) + 2.664s (userspace) = 4.186s.
[ 4.187589] localhost systemd[1]: Unit initrd-switch-root.service entered failed state.
[ 4.187899] localhost systemd[1]: Triggering OnFailure= dependencies of initrd-switch-root.service.
[ 4.188285] localhost systemd[1]: initrd-switch-root.service failed.
[ 4.191834] localhost systemd[1]: Starting Setup Virtual Console...
[ 4.200032] localhost systemd[1]: Started Setup Virtual Console.
[ 4.202494] localhost systemd[1]: Starting Emergency Shell...
[ 4.526175] localhost kernel: device-mapper: uevent: version 1.0.3
[ 4.527119] localhost kernel: device-mapper: ioctl: 4.30.0-ioctl (2014-12-22) initialised: [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment