Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any have a working RHEL7 HTTP/Static install configuration
2017-05-11, 01:09
Post: #1
Any have a working RHEL7 HTTP/Static install configuration
Hello all.

I'm wondering if anyone has a working menu.ipxe they can share that will properly boot via HTTP and install the OS. My old RHEL6 menu.ipxe is not working with RHEL7.{1-3} version.

Here is the error message I'm seeing in the logs obtained from the server itself.

[ 68.746757] localhost dracut-initqueue[601]: anaconda fetching kickstart from http://xxx.xxx.x.xx/ks/ks/html/boot.php?...-initqueue[601]: % Total % Received % Xferd Average Speed Time Time Time Current
[ 68.761084] localhost dracut-initqueue[601]: Dload Upload Total Spent Left Speed
100 811 100 811 0 0 75879 0 --:--:-- --:--:-- --:--:-- 81100 0 0 --:--:-- --:--:-- --:--:-- 0
[ 69.477878] localhost dracut-initqueue[601]: fetching http://xxx.xxx.x.xx/ks/rhel71/isolinux/initrd.img
[ 69.483608] localhost dracut-initqueue[601]: % Total % Received % Xferd Average Speed Time Time Time Current
[ 69.484735] localhost dracut-initqueue[601]: Dload Upload Total Spent Left Speed
100 34.9M 100 34.9M 0 0 708M 0 --:--:-- --:--:-- --:--:-- 713M 0 0 --:--:-- --:--:-- --:--:-- 0
[ 69.601992] localhost kernel: loop: module loaded
[ 69.576924] localhost dracut-initqueue[601]: losetup: /tmp/curl_fetch_url0/initrd.img: warning: file does not fit into a 512-byte sector the end of the file will be ignored.
[ 69.630241] localhost systemd[1]: Started dracut initqueue hook.

[ 69.683746] localhost systemd[1]: Starting dracut mount hook...
[ 69.694552] localhost dracut-mount[858]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,

I'm hoping it a simple change from RHEL6 to RHEL7.

Thanks
Find all posts by this user
Quote this message in a reply
2017-05-11, 12:57
Post: #2
RE: Any have a working RHEL7 HTTP/Static install configuration
(2017-05-11 01:09)glenc2004 Wrote:  I'm wondering if anyone has a working menu.ipxe they can share that will properly boot via HTTP and install the OS. My old RHEL6 menu.ipxe is not working with RHEL7.{1-3} version.

The example script at http://ipxe.org/howto/rh_san#creating_th...ion_script works. (The page is about installing to a SAN target, but the installation script is just a generic install-via-HTTP script that can install to either SAN or to local disk.)

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
2017-05-15, 03:53
Post: #3
RE: Any have a working RHEL7 HTTP/Static install configuration
(2017-05-11 12:57)mcb30 Wrote:  
(2017-05-11 01:09)glenc2004 Wrote:  I'm wondering if anyone has a working menu.ipxe they can share that will properly boot via HTTP and install the OS. My old RHEL6 menu.ipxe is not working with RHEL7.{1-3} version.

The example script at http://ipxe.org/howto/rh_san#creating_th...ion_script works. (The page is about installing to a SAN target, but the installation script is just a generic install-via-HTTP script that can install to either SAN or to local disk.)

Michael

Thanks for the reply Michael! I found out from Redhat that it's a known bug in 7.1-3 and will be fixed in 7.4. So I just have to wait or build my own boot dvd to get it to work.

Thanks again.

Glen
Find all posts by this user
Quote this message in a reply
2017-05-31, 19:47 (This post was last modified: 2017-05-31 20:01 by glenc2004.)
Post: #4
UPDATED: Any have a working RHEL7 HTTP/Static install configuration
Ok. Well I have new information I hope I can get some help on. The beta DVD from Redhat came out and whatever fix they applied did not do the trick.

So I gathered the rdsosreport from the build and I'll post it here hoping someone will see if I'm doing something wrong. Before I tried this new build I downloaded the latest ipxe from Git (05/31/2017) and booted my server with the latest built ISO. No joy.

Here is my environment:

VmWare 6.0 - 3634794
Redhat Linux 7.3 (Full DVD)
iPXE 1.0 (356f)

Here is the last portion of the menu before booting and loading the kernel. By the way, I have tried both the isolinux and pxeboot kernel and initrd images. Both with the same effect.

Code:
set ksaddress XXX.XXX.5.16

set mirror http://${ksaddress}/iso/rh73/
set repo inst.repo=http://${ksaddress}/iso/rh73
set ks http://${ksaddress}/ks/html/boot.php?ip=${ip}&hostname=${hostname}&netmask=${netmask}&gateway=${gateway}&ksfile=${ksfile}

set image images/pxeboot/initrd.img
set bootdev inst.ksdevice=eth0
set predictable net.ifnames=0 biosdevname=0
set params ${bootdev} ${predictable} inst.ks=${ks} ip=${ip}::${gateway}:${netmask}:${hostname}::none inst.loglevel=debug root=live:${mirror}${image}

#kernel ${mirror}images/pxeboot/vmlinuz ${repo} ${params} console=tty0 console=ttyS0,115200
initrd ${mirror}${image}
kernel ${mirror}images/pxeboot/vmlinuz ${repo} ${params}
boot

Here is the rdsosreport from the build:

*** In Next message ****

This used to work the same in RHEL6 without issue(with the exception of package descriptors, etc). It's broken in RHEL7.

What could I be doing wrong???

Thank you.

Glen

Here is the rdsosreport from the build: (part 1)

Code:
+ cat /lib/dracut/dracut-033-463.el7
dracut-033-463.el7
+ cat /proc/cmdline
inst.repo=http://XXX.XXX.5.16/iso/rh73 inst.ksdevice=eth0 net.ifnames=0 biosdevname=0 inst.ks=http://XXX.XXX.5.16/ks/html/boot.php?ip=XXX.XXX.5.21&hostname=test01&netmask=255.255.255.0&gateway=XXX.XXX.5.1&ksfile=rhel7-base.cfg ip=XXX.XXX.5.21::XXX.XXX.5.1:255.255.255.0:test01::none inst.loglevel=debug root=live:http://XXX.XXX.5.16/iso/rh73/images/pxeboot/initrd.img
+ '[' -f /etc/cmdline ']'
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/80-kickstart.conf ']'
+ echo /etc/cmdline.d/80-kickstart.conf
/etc/cmdline.d/80-kickstart.conf
+ cat /etc/cmdline.d/80-kickstart.conf
inst.text
inst.repo=http://XXX.XXX.5.16/ks/rhel73/
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/99-anaconda-disable-disk-activation.conf ']'
+ echo /etc/cmdline.d/99-anaconda-disable-disk-activation.conf
/etc/cmdline.d/99-anaconda-disable-disk-activation.conf
+ cat /etc/cmdline.d/99-anaconda-disable-disk-activation.conf
rd.dm=0
rd.md=0
rd.lvm=0
rd.luks=0
+ cat /proc/self/mountinfo
1 1 0:1 / / rw shared:1 - rootfs rootfs rw
17 1 0:16 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw
18 1 0:3 / /proc rw,nosuid,nodev,noexec,relatime shared:7 - proc proc rw
19 1 0:5 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs rw,size=3033172k,nr_inodes=758293,mode=755
20 17 0:15 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw
21 19 0:17 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw
22 19 0:11 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
23 1 0:18 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,mode=755
24 17 0:19 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755
25 24 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
26 17 0:21 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw
27 24 0:22 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:12 - cgroup cgroup rw,perf_event
28 24 0:23 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:13 - cgroup cgroup rw,cpuacct,cpu
29 24 0:24 / /sys/fs/cgroup/net_cls,net_prio rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,net_prio,net_cls
30 24 0:25 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,blkio
31 24 0:26 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,freezer
32 24 0:27 / /sys/fs/cgroup/pids rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,pids
33 24 0:28 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:18 - cgroup cgroup rw,cpuset
34 24 0:29 / /sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:19 - cgroup cgroup rw,hugetlb
35 24 0:30 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:20 - cgroup cgroup rw,memory
36 24 0:31 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:21 - cgroup cgroup rw,devices
37 1 0:32 / /var/lib/nfs/rpc_pipefs rw,relatime shared:22 - rpc_pipefs rpc_pipefs rw
60 17 0:33 / /sys/kernel/config rw,relatime shared:23 - configfs configfs rw
+ 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=3033172k,nr_inodes=758293,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/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct,cpu 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_prio,net_cls 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
+ blkid
/dev/sr0: UUID="2017-05-31-10-40-55-00" LABEL="iPXE" TYPE="iso9660" PTTYPE="dos"
/dev/loop1: TYPE="DM_snapshot_cow"
+ blkid -o udev
ID_FS_UUID=2017-05-31-10-40-55-00
ID_FS_UUID_ENC=2017-05-31-10-40-55-00
ID_FS_LABEL=iPXE
ID_FS_LABEL_ENC=iPXE
ID_FS_TYPE=iso9660
ID_PART_TABLE_TYPE=dos

ID_FS_TYPE=DM_snapshot_cow
+ ls -l /dev/disk/by-id /dev/disk/by-path
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root 0  9 May 31 10:50 ata-VMware_Virtual_IDE_CDROM_Drive_10000000000000000001 -> ../../sr0
lrwxrwxrwx 1 root 0 10 May 31 10:51 dm-name-live-base -> ../../dm-1
lrwxrwxrwx 1 root 0 10 May 31 10:51 dm-name-live-rw -> ../../dm-0

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root 0 9 May 31 10:50 pci-0000:00:07.1-ata-2.0 -> ../../sr0
lrwxrwxrwx 1 root 0 9 May 31 10:51 pci-0000:03:00.0-scsi-0:0:0:0 -> ../../sda
+ 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
+ lvm pvdisplay
+ lvm vgdisplay
+ lvm lvdisplay
+ command -v dmsetup
+ dmsetup ls --tree
live-base (253:1)
`- (7:0)
live-rw (253:0)
|- (7:1)
`- (7:0)
+ cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] [linear]
unused devices: <none>
+ command -v ip
+ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:50:56:94:af:60 brd ff:ff:ff:ff:ff:ff
    inet XXX.XXX.5.21/24 brd XXX.XXX.5.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::250:56ff:fe94:af60/64 scope link
       valid_lft forever preferred_lft forever
+ command -v journalctl
+ journalctl -ab --no-pager -o short-monotonic
-- Logs begin at Wed 2017-05-31 10:50:31 UTC, end at Wed 2017-05-31 10:51:38 UTC. --
[    3.793197] localhost systemd-journal[81]: Runtime journal is using 8.0M (max allowed 298.4M, trying to leave 447.6M free of 2.9G available → current limit 298.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 3.10.0-514.el7.x86_64 (mockbuild@x86-039.build.eng.bos.redhat.com) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Oct 19 11:24:13 EDT 2016
[    0.000000] localhost kernel: Command line: inst.repo=http://XXX.XXX.5.16/iso/rh73 inst.ksdevice=eth0 net.ifnames=0 biosdevname=0 inst.ks=http://XXX.XXX.5.16/ks/html/boot.php?ip=XXX.XXX.5.21&hostname=test01&netmask=255.255.255.0&gateway=XXX.XXX.5.1&ksfile=rhel7-base.cfg ip=XXX.XXX.5.21::XXX.XXX.5.1:255.255.255.0:test01::none inst.loglevel=debug root=live:http://XXX.XXX.5.16/iso/rh73/images/pxeboot/initrd.img
[    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-0x000000000009b7ff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000000009b800-0x000000000009ffff] 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-0x00000001bfffffff] 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 09/30/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: e820: last_pfn = 0x1c0000 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 000C0000000 mask 3FFC0000000 uncachable
[    0.000000] localhost kernel:   1 base 00000000000 mask 3FF00000000 write-back
[    0.000000] localhost kernel:   2 base 00100000000 mask 3FF80000000 write-back
[    0.000000] localhost kernel:   3 base 00180000000 mask 3FFC0000000 write-back
[    0.000000] localhost kernel:   4 disabled
[    0.000000] localhost kernel:   5 disabled
[    0.000000] localhost kernel:   6 disabled
[    0.000000] localhost kernel:   7 disabled
[    0.000000] localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    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: 4GB, type WB
[    0.000000] localhost kernel: reg 2, base: 4GB, range: 2GB, type WB
[    0.000000] localhost kernel: reg 3, base: 6GB, range: 1GB, type WB
[    0.000000] localhost kernel: total RAM covered: 6144M
[    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: 2GB, type WB
[    0.000000] localhost kernel: reg 3, base: 6GB, 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: found SMP MP-table at [mem 0x000f6b30-0x000f6b3f] mapped at [ffff8800000f6b30]
[    0.000000] localhost kernel: Base memory trampoline at [ffff880000095000] 95000 size 24576
[    0.000000] localhost kernel: BRK [0x01f9e000, 0x01f9efff] PGTABLE
[    0.000000] localhost kernel: BRK [0x01f9f000, 0x01f9ffff] PGTABLE
[    0.000000] localhost kernel: BRK [0x01fa0000, 0x01fa0fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x01fa1000, 0x01fa1fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x01fa2000, 0x01fa2fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x01fa3000, 0x01fa3fff] PGTABLE
[    0.000000] localhost kernel: RAMDISK: [mem 0x7d55e000-0x7fffffff]
[    0.000000] localhost kernel: ACPI: RSDP 00000000000f6ac0 00024 (v02 PTLTD )
[    0.000000] localhost kernel: ACPI: XSDT 00000000bfef1124 0005C (v01 INTEL  440BX    06040000 VMW  01324272)
[    0.000000] localhost kernel: ACPI: FACP 00000000bfefee73 000F4 (v04 INTEL  440BX    06040000 PTL  000F4240)
[    0.000000] localhost kernel: ACPI: DSDT 00000000bfef13b4 0DABF (v01 PTLTD  Custom   06040000 MSFT 03000001)
[    0.000000] localhost kernel: ACPI: FACS 00000000bfefffc0 00040
[    0.000000] localhost kernel: ACPI: BOOT 00000000bfef138c 00028 (v01 PTLTD  $SBFTBL$ 06040000  LTP 00000001)
[    0.000000] localhost kernel: ACPI: APIC 00000000bfef133c 00050 (v01 PTLTD  ? APIC   06040000  LTP 00000000)
[    0.000000] localhost kernel: ACPI: MCFG 00000000bfef1300 0003C (v01 PTLTD  $PCITBL$ 06040000  LTP 00000001)
[    0.000000] localhost kernel: ACPI: SRAT 00000000bfef1220 000E0 (v02 VMWARE MEMPLUG  06040000 VMW  00000001)
[    0.000000] localhost kernel: ACPI: HPET 00000000bfef11e8 00038 (v01 VMWARE VMW HPET 06040000 VMW  00000001)
[    0.000000] localhost kernel: ACPI: WAET 00000000bfef11c0 00028 (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: 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-0x1bfffffff]
[    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-0x1bfffffff] -> [mem 0x00000000-0x1bfffffff]
[    0.000000] localhost kernel: Initmem setup node 0 [mem 0x00000000-0x1bfffffff]
[    0.000000] localhost kernel:   NODE_DATA [mem 0x1bffd6000-0x1bfffcfff]
[    0.000000] localhost kernel: Zone ranges:
[    0.000000] localhost kernel:   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000] localhost kernel:   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000] localhost kernel:   Normal   [mem 0x100000000-0x1bfffffff]
[    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 0x00001000-0x0009afff]
[    0.000000] localhost kernel:   node   0: [mem 0x00100000-0xbfeeffff]
[    0.000000] localhost kernel:   node   0: [mem 0xbff00000-0xbfffffff]
[    0.000000] localhost kernel:   node   0: [mem 0x100000000-0x1bfffffff]
[    0.000000] localhost kernel: On node 0 totalpages: 1572746
[    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: 3994 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: 12288 pages used for memmap
[    0.000000] localhost kernel:   Normal zone: 786432 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_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] localhost kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] localhost kernel: IOAPIC[0]: apic_id 1, 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 1 CPUs, 0 hotplug CPUs
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x0009b000-0x0009bfff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x0009c000-0x0009ffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-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:5120 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] localhost kernel: PERCPU: Embedded 33 pages/cpu @ffff8801bfc00000 s96728 r8XXX d30248 u2097152
[    0.000000] localhost kernel: pcpu-alloc: s96728 r8XXX d30248 u2097152 alloc=1*2097152
[    0.000000] localhost kernel: pcpu-alloc: [0] 0
[    0.000000] localhost kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1548149
[    0.000000] localhost kernel: Policy zone: Normal
[    0.000000] localhost kernel: Kernel command line: inst.repo=http://XXX.XXX.5.16/iso/rh73 inst.ksdevice=eth0 net.ifnames=0 biosdevname=0 inst.ks=http://XXX.XXX.5.16/ks/html/boot.php?ip=XXX.XXX.5.21&hostname=test01&netmask=255.255.255.0&gateway=XXX.XXX.5.1&ksfile=rhel7-base.cfg ip=XXX.XXX.5.21::XXX.XXX.5.1:255.255.255.0:test01::none inst.loglevel=debug root=live:http://XXX.XXX.5.16/iso/rh73/images/pxeboot/initrd.img
[    0.000000] localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] localhost kernel: x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[    0.000000] localhost kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] localhost kernel: Memory: 5248156k/7340032k available (6764k kernel code, 1049048k absent, 224668k reserved, 4433k data, XXX0k init)
[    0.000000] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] localhost kernel: Hierarchical RCU implementation.
[    0.000000] localhost kernel:     RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=1.
[    0.000000] localhost kernel: NR_IRQS:327936 nr_irqs:256 0
[    0.000000] localhost kernel: Console: colour VGA+ 80x25
[    0.000000] localhost kernel: console [tty0] enabled
[    0.000000] localhost kernel: allocated 25165824 bytes of page_cgroup
[    0.000000] localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] localhost kernel: hpet clockevent registered
[    0.000000] localhost kernel: tsc: Fast TSC calibration using PIT
[    0.000000] localhost kernel: TSC freq read from hypervisor : 2700.000 MHz
[    0.000000] localhost kernel: tsc: Detected 2698.956 MHz processor
[    0.000015] localhost kernel: Calibrating delay loop (skipped) preset value.. 5400.00 BogoMIPS (lpj=2700000)
[    0.000031] localhost kernel: pid_max: default: 32768 minimum: 301
[    0.000062] localhost kernel: Security Framework initialized
[    0.000078] localhost kernel: SELinux:  Initializing.
[    0.000093] localhost kernel: SELinux:  Starting in permissive mode
[    0.001015] localhost kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.004004] localhost kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.005005] localhost kernel: Mount-cache hash table entries: 4096
[    0.005166] localhost kernel: Initializing cgroup subsys memory
[    0.005181] localhost kernel: Initializing cgroup subsys devices
[    0.005197] localhost kernel: Initializing cgroup subsys freezer
[    0.005213] localhost kernel: Initializing cgroup subsys net_cls
[    0.005228] localhost kernel: Initializing cgroup subsys blkio
[    0.005244] localhost kernel: Initializing cgroup subsys perf_event
[    0.005259] localhost kernel: Initializing cgroup subsys hugetlb
[    0.005275] localhost kernel: Initializing cgroup subsys pids
[    0.005291] localhost kernel: Initializing cgroup subsys net_prio
[    0.005322] localhost kernel: Disabled fast string operations
[    0.005338] localhost kernel: CPU: Physical Processor ID: 0
[    0.005353] localhost kernel: mce: CPU supports 0 MCE banks
[    0.005384] localhost kernel: Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[    0.005400] localhost kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[    0.005416] localhost kernel: tlb_flushall_shift: 6
[    0.023001] localhost kernel: Freeing SMP alternatives: 28k freed
[    0.026999] localhost kernel: ACPI: Core revision 20130517
[    0.029004] localhost kernel: ACPI: All ACPI Tables successfully acquired
[    0.030020] localhost kernel: ftrace: allocating 25811 entries in 101 pages
[    0.064153] localhost kernel: smpboot: Max logical packages: 1
[    0.064169] localhost kernel: smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.064185] localhost kernel: Enabling x2apic
[    0.064983] localhost kernel: Enabled x2apic
[    0.065030] localhost kernel: Switched APIC routing to physical x2apic.
[    0.065324] localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.075362] localhost kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz (fam: 06, model: 2d, stepping: 07)
[    0.075390] localhost kernel: TSC deadline timer enabled
[    0.075475] localhost kernel: Performance Events: 16-deep LBR, SandyBridge events, core PMU driver.
[    0.076139] localhost kernel: core: CPUID marked event: 'cpu cycles' unavailable
[    0.076410] localhost kernel: core: CPUID marked event: 'instructions' unavailable
[    0.076694] localhost kernel: core: CPUID marked event: 'bus cycles' unavailable
[    0.077067] localhost kernel: core: CPUID marked event: 'cache references' unavailable
[    0.077180] localhost kernel: core: CPUID marked event: 'cache misses' unavailable
[    0.077279] localhost kernel: core: CPUID marked event: 'branch instructions' unavailable
[    0.077411] localhost kernel: core: CPUID marked event: 'branch misses' unavailable
[    0.077523] localhost kernel: ... version:                1
[    0.077617] localhost kernel: ... bit width:              48
[    0.077717] localhost kernel: ... generic registers:      4
[    0.077817] localhost kernel: ... value mask:             0000ffffffffffff
[    0.077919] localhost kernel: ... max period:             000000007fffffff
[    0.078019] localhost kernel: ... fixed-purpose events:   0
[    0.078111] localhost kernel: ... event mask:             000000000000000f
[    0.079782] localhost kernel: Brought up 1 CPUs
[    0.079875] localhost kernel: smpboot: Total of 1 processors activated (5400.00 BogoMIPS)
[    0.080166] localhost kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.080278] localhost kernel: NMI watchdog: Shutting down hard lockup detector on all cpus
[    0.084686] localhost kernel: node 0 initialised, 204540 pages in 5ms
[    0.084958] localhost kernel: devtmpfs: initialized
[    0.087998] localhost kernel: EVM: security.selinux
[    0.088092] localhost kernel: EVM: security.ima
[    0.088179] localhost kernel: EVM: security.capability
[    0.088332] localhost kernel: PM: Registering ACPI NVS region [mem 0xbfeff000-0xbfefffff] (4096 bytes)
[    0.089086] localhost kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.089207] localhost kernel: pinctrl core: initialized pinctrl subsystem
[    0.089418] localhost kernel: NET: Registered protocol family 16
[    0.089652] localhost kernel: ACPI: bus type PCI registered
[    0.089755] localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.090026] localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.090218] localhost kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.090339] localhost kernel: PCI: Using configuration type 1 for base access
[    0.090492] localhost kernel: core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.091412] localhost kernel: ACPI: Added _OSI(Module Device)
[    0.091484] localhost kernel: ACPI: Added _OSI(Processor Device)
[    0.091583] localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.09XXX2] localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
[    0.093499] localhost kernel: ACPI: EC: Look up EC in DSDT
[    0.097024] localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.098368] localhost kernel: ACPI: Interpreter enabled
[    0.098472] localhost kernel: ACPI: (supports S0 S1 S4 S5)
[    0.098516] localhost kernel: ACPI: Using IOAPIC for interrupt routing
[    0.098636] localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.139867] localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[    0.139990] localhost kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.140334] localhost kernel: acpi PNP0A03:00: _OSC: platform does not support [AER]
[    0.140587] localhost kernel: acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    0.142019] localhost kernel: PCI host bridge to bus 0000:00
[    0.142118] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-7f]
[    0.142229] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.142403] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.142570] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.142737] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.142903] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.143068] localhost kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[    0.143238] localhost kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.143350] localhost kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xfeff window]
[    0.143506] localhost kernel: pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[    0.143968] localhost kernel: pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[    0.144347] localhost kernel: pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[    0.144847] localhost kernel: pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[    0.145756] localhost kernel: pci 0000:00:07.1: reg 0x20: [io  0x1060-0x106f]
[    0.146189] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.146307] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.146418] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.146531] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.146798] localhost kernel: pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[    0.147847] localhost kernel: pci 0000:00:07.3: quirk: [io  0x1000-0x103f] claimed by PIIX4 ACPI
[    0.148023] localhost kernel: pci 0000:00:07.3: quirk: [io  0x1040-0x104f] claimed by PIIX4 SMB
[    0.148358] localhost kernel: pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[    0.148770] localhost kernel: pci 0000:00:07.7: reg 0x10: [io  0x1080-0x10bf]
[    0.149275] localhost kernel: pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
[    0.151401] localhost kernel: pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[    0.152465] localhost kernel: pci 0000:00:0f.0: reg 0x10: [io  0x1070-0x107f]
[    0.153459] localhost kernel: pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]
[    0.154483] localhost kernel: pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
[    0.158512] localhost kernel: pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
[    0.158845] localhost kernel: pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[    0.159250] localhost kernel: pci 0000:00:11.0: System wakeup disabled by ACPI
[    0.159475] localhost kernel: pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[    0.159922] localhost kernel: pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[    0.160054] localhost kernel: pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.160258] localhost kernel: pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[    0.160698] localhost kernel: pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[    0.160835] localhost kernel: pci 0000:00:15.1: System wakeup disabled by ACPI
[    0.161034] localhost kernel: pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[    0.161466] localhost kernel: pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[    0.161593] localhost kernel: pci 0000:00:15.2: System wakeup disabled by ACPI
[    0.161789] localhost kernel: pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[    0.162228] localhost kernel: pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[    0.162358] localhost kernel: pci 0000:00:15.3: System wakeup disabled by ACPI
[    0.162554] localhost kernel: pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[    0.163005] localhost kernel: pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[    0.163122] localhost kernel: pci 0000:00:15.4: System wakeup disabled by ACPI
[    0.163325] localhost kernel: pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[    0.163768] localhost kernel: pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[    0.163897] localhost kernel: pci 0000:00:15.5: System wakeup disabled by ACPI
[    0.164095] localhost kernel: pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[    0.164529] localhost kernel: pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[    0.164662] localhost kernel: pci 0000:00:15.6: System wakeup disabled by ACPI
[    0.164860] localhost kernel: pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[    0.165294] localhost kernel: pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[    0.165429] localhost kernel: pci 0000:00:15.7: System wakeup disabled by ACPI
[    0.165628] localhost kernel: pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[    0.166099] localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.166227] localhost kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.166426] localhost kernel: pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[    0.166870] localhost kernel: pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    0.167001] localhost kernel: pci 0000:00:16.1: System wakeup disabled by ACPI
[    0.167194] localhost kernel: pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[    0.167632] localhost kernel: pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[    0.167769] localhost kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.167954] localhost kernel: pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[    0.XXX388] localhost kernel: pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[    0.XXX512] localhost kernel: pci 0000:00:16.3: System wakeup disabled by ACPI
[    0.XXX714] localhost kernel: pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[    0.169149] localhost kernel: pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[    0.169274] localhost kernel: pci 0000:00:16.4: System wakeup disabled by ACPI
[    0.169478] localhost kernel: pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[    0.169925] localhost kernel: pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[    0.170050] localhost kernel: pci 0000:00:16.5: System wakeup disabled by ACPI
[    0.170254] localhost kernel: pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[    0.170690] localhost kernel: pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[    0.170828] localhost kernel: pci 0000:00:16.6: System wakeup disabled by ACPI
[    0.170986] localhost kernel: pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[    0.171420] localhost kernel: pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[    0.171556] localhost kernel: pci 0000:00:16.7: System wakeup disabled by ACPI
[    0.171750] localhost kernel: pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[    0.172184] localhost kernel: pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[    0.172316] localhost kernel: pci 0000:00:17.0: System wakeup disabled by ACPI
[    0.172508] localhost kernel: pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[    0.172918] localhost kernel: pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[    0.173036] localhost kernel: pci 0000:00:17.1: System wakeup disabled by ACPI
[    0.173244] localhost kernel: pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[    0.173655] localhost kernel: pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[    0.173776] localhost kernel: pci 0000:00:17.2: System wakeup disabled by ACPI
[    0.173965] localhost kernel: pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[    0.174447] localhost kernel: pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[    0.174591] localhost kernel: pci 0000:00:17.3: System wakeup disabled by ACPI
[    0.174786] localhost kernel: pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[    0.175222] localhost kernel: pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[    0.175339] localhost kernel: pci 0000:00:17.4: System wakeup disabled by ACPI
[    0.175526] localhost kernel: pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[    0.175938] localhost kernel: pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[    0.176073] localhost kernel: pci 0000:00:17.5: System wakeup disabled by ACPI
[    0.176271] localhost kernel: pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[    0.176682] localhost kernel: pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[    0.176803] localhost kernel: pci 0000:00:17.6: System wakeup disabled by ACPI
[    0.176997] localhost kernel: pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[    0.177420] localhost kernel: pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[    0.177539] localhost kernel: pci 0000:00:17.7: System wakeup disabled by ACPI
[    0.177725] localhost kernel: pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[    0.178182] localhost kernel: pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[    0.178301] localhost kernel: pci 0000:00:18.0: System wakeup disabled by ACPI
[    0.178487] localhost kernel: pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[    0.178896] localhost kernel: pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[    0.179017] localhost kernel: pci 0000:00:18.1: System wakeup disabled by ACPI
[    0.179197] localhost kernel: pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[    0.179606] localhost kernel: pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[    0.179725] localhost kernel: pci 0000:00:18.2: System wakeup disabled by ACPI
[    0.179947] localhost kernel: pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[    0.180371] localhost kernel: pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[    0.180492] localhost kernel: pci 0000:00:18.3: System wakeup disabled by ACPI
[    0.180671] localhost kernel: pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[    0.181084] localhost kernel: pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[    0.181227] localhost kernel: pci 0000:00:18.4: System wakeup disabled by ACPI
[    0.181426] localhost kernel: pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[    0.181820] localhost kernel: pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[    0.181952] localhost kernel: pci 0000:00:18.5: System wakeup disabled by ACPI
[    0.182180] localhost kernel: pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[    0.182584] localhost kernel: pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[    0.182705] localhost kernel: pci 0000:00:18.6: System wakeup disabled by ACPI
[    0.182905] localhost kernel: pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[    0.183341] localhost kernel: pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[    0.183475] localhost kernel: pci 0000:00:18.7: System wakeup disabled by ACPI
[    0.183893] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.184202] localhost kernel: acpiphp: Slot [32] registered
[    0.184326] localhost kernel: acpiphp: Slot [33] registered
[    0.184433] localhost kernel: acpiphp: Slot [34] registered
[    0.184541] localhost kernel: acpiphp: Slot [35] registered
[    0.184644] localhost kernel: acpiphp: Slot [36] registered
[    0.184747] localhost kernel: acpiphp: Slot [37] registered
[    0.184850] localhost kernel: acpiphp: Slot [38] registered
[    0.184969] localhost kernel: acpiphp: Slot [39] registered
[    0.185095] localhost kernel: acpiphp: Slot [40] registered
[    0.185199] localhost kernel: acpiphp: Slot [41] registered
[    0.185310] localhost kernel: acpiphp: Slot [42] registered
[    0.185413] localhost kernel: acpiphp: Slot [43] registered
[    0.185515] localhost kernel: acpiphp: Slot [44] registered
[    0.185620] localhost kernel: acpiphp: Slot [45] registered
[    0.185722] localhost kernel: acpiphp: Slot [46] registered
[    0.185832] localhost kernel: acpiphp: Slot [47] registered
[    0.185964] localhost kernel: acpiphp: Slot [48] registered
[    0.186070] localhost kernel: acpiphp: Slot [49] registered
[    0.186172] localhost kernel: acpiphp: Slot [50] registered
[    0.186274] localhost kernel: acpiphp: Slot [51] registered
[    0.186384] localhost kernel: acpiphp: Slot [52] registered
[    0.186486] localhost kernel: acpiphp: Slot [53] registered
[    0.186598] localhost kernel: acpiphp: Slot [54] registered
[    0.186707] localhost kernel: acpiphp: Slot [55] registered
[    0.186809] localhost kernel: acpiphp: Slot [56] registered
[    0.186911] localhost kernel: acpiphp: Slot [57] registered
[    0.186980] localhost kernel: acpiphp: Slot [58] registered
[    0.187089] localhost kernel: acpiphp: Slot [59] registered
[    0.187218] localhost kernel: acpiphp: Slot [60] registered
[    0.187338] localhost kernel: acpiphp: Slot [61] registered
[    0.187455] localhost kernel: acpiphp: Slot [62] registered
[    0.187568] localhost kernel: acpiphp: Slot [63] registered
[    0.187893] localhost kernel: pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[    0.187980] localhost kernel: pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
[    0.187999] localhost kernel: pci 0000:00:11.0:   bridge window [mem 0xfd600000-0xfdffffff]
[    0.188025] localhost kernel: pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.188027] localhost kernel: pci 0000:00:11.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.188029] localhost kernel: pci 0000:00:11.0:   bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
[    0.188032] localhost kernel: pci 0000:00:11.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.188033] localhost kernel: pci 0000:00:11.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.188035] localhost kernel: pci 0000:00:11.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.188037] localhost kernel: pci 0000:00:11.0:   bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
[    0.188038] localhost kernel: pci 0000:00:11.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.188040] localhost kernel: pci 0000:00:11.0:   bridge window [io  0x0d00-0xfeff window] (subtractive decode)
[    0.188310] localhost kernel: pci 0000:03:00.0: [15ad:07c0] type 00 class 0x010700
[    0.189879] localhost kernel: pci 0000:03:00.0: reg 0x10: [io  0x4000-0x4007]
[    0.190856] localhost kernel: pci 0000:03:00.0: reg 0x14: [mem 0xfd5f8000-0xfd5fffff 64bit]
[    0.194872] localhost kernel: pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.195165] localhost kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.195289] localhost kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.195451] localhost kernel: pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.195670] localhost kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.195784] localhost kernel: pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
[    0.195800] localhost kernel: pci 0000:00:15.0:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.196081] localhost kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.196203] localhost kernel: pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
[    0.196219] localhost kernel: pci 0000:00:15.1:   bridge window [mem 0xfd100000-0xfd1fffff]
[    0.196248] localhost kernel: pci 0000:00:15.1:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.196487] localhost kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.196602] localhost kernel: pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
[    0.196618] localhost kernel: pci 0000:00:15.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.196647] localhost kernel: pci 0000:00:15.2:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.196881] localhost kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.197021] localhost kernel: pci 0000:00:15.3:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.197051] localhost kernel: pci 0000:00:15.3:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.197289] localhost kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
[    0.197420] localhost kernel: pci 0000:00:15.4:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.197449] localhost kernel: pci 0000:00:15.4:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.197683] localhost kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
[    0.197812] localhost kernel: pci 0000:00:15.5:   bridge window [mem 0xfc100000-0xfc1fffff]
[    0.197841] localhost kernel: pci 0000:00:15.5:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.198096] localhost kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
[    0.198228] localhost kernel: pci 0000:00:15.6:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    0.198257] localhost kernel: pci 0000:00:15.6:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.198488] localhost kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
[    0.198616] localhost kernel: pci 0000:00:15.7:   bridge window [mem 0xfb900000-0xfb9fffff]
[    0.198645] localhost kernel: pci 0000:00:15.7:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.198947] localhost kernel: pci 0000:0b:00.0: [15ad:07b0] type 00 class 0x020000
[    0.199596] localhost kernel: pci 0000:0b:00.0: reg 0x10: [mem 0xfd4fc000-0xfd4fcfff]
[    0.200583] localhost kernel: pci 0000:0b:00.0: reg 0x14: [mem 0xfd4fd000-0xfd4fdfff]
[    0.201629] localhost kernel: pci 0000:0b:00.0: reg 0x18: [mem 0xfd4fe000-0xfd4fffff]
[    0.202599] localhost kernel: pci 0000:0b:00.0: reg 0x1c: [io  0x5000-0x500f]
[    0.205631] localhost kernel: pci 0000:0b:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.205897] localhost kernel: pci 0000:0b:00.0: supports D1 D2
[    0.205899] localhost kernel: pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.206021] localhost kernel: pci 0000:0b:00.0: System wakeup disabled by ACPI
[    0.206088] localhost kernel: pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.206307] localhost kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
[    0.206417] localhost kernel: pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
[    0.206432] localhost kernel: pci 0000:00:16.0:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.206685] localhost kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
[    0.206805] localhost kernel: pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
[    0.206819] localhost kernel: pci 0000:00:16.1:   bridge window [mem 0xfd000000-0xfd0fffff]
[    0.206858] localhost kernel: pci 0000:00:16.1:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.207109] localhost kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
[    0.207219] localhost kernel: pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
[    0.207233] localhost kernel: pci 0000:00:16.2:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.207260] localhost kernel: pci 0000:00:16.2:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.207487] localhost kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
[    0.207628] localhost kernel: pci 0000:00:16.3:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.207659] localhost kernel: pci 0000:00:16.3:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.207884] localhost kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
[    0.208012] localhost kernel: pci 0000:00:16.4:   bridge window [mem 0xfc400000-0xfc4fffff]
[    0.208040] localhost kernel: pci 0000:00:16.4:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.208271] localhost kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
[    0.208394] localhost kernel: pci 0000:00:16.5:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.208421] localhost kernel: pci 0000:00:16.5:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.208641] localhost kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
[    0.208767] localhost kernel: pci 0000:00:16.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.208795] localhost kernel: pci 0000:00:16.6:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.209052] localhost kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
[    0.209101] localhost kernel: pci 0000:00:16.7:   bridge window [mem 0xfb800000-0xfb8fffff]
[    0.209129] localhost kernel: pci 0000:00:16.7:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.209359] localhost kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
[    0.209469] localhost kernel: pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
[    0.209483] localhost kernel: pci 0000:00:17.0:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.209511] localhost kernel: pci 0000:00:17.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.209737] localhost kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
[    0.209867] localhost kernel: pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
[    0.209883] localhost kernel: pci 0000:00:17.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.209912] localhost kernel: pci 0000:00:17.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.210146] localhost kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
[    0.210262] localhost kernel: pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
[    0.210280] localhost kernel: pci 0000:00:17.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.210307] localhost kernel: pci 0000:00:17.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.210528] localhost kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
[    0.210662] localhost kernel: pci 0000:00:17.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.210690] localhost kernel: pci 0000:00:17.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.210937] localhost kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
[    0.211061] localhost kernel: pci 0000:00:17.4:   bridge window [mem 0xfc300000-0xfc3fffff]
[    0.211093] localhost kernel: pci 0000:00:17.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.211321] localhost kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
[    0.211487] localhost kernel: pci 0000:00:17.5:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.211514] localhost kernel: pci 0000:00:17.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.211739] localhost kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
[    0.211869] localhost kernel: pci 0000:00:17.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.211896] localhost kernel: pci 0000:00:17.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.212126] localhost kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
[    0.212248] localhost kernel: pci 0000:00:17.7:   bridge window [mem 0xfb700000-0xfb7fffff]
[    0.212276] localhost kernel: pci 0000:00:17.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.212493] localhost kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
[    0.212604] localhost kernel: pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
[    0.212619] localhost kernel: pci 0000:00:18.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    0.212646] localhost kernel: pci 0000:00:18.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.212891] localhost kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
[    0.213000] localhost kernel: pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
[    0.213015] localhost kernel: pci 0000:00:18.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.213042] localhost kernel: pci 0000:00:18.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.213260] localhost kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
[    0.213385] localhost kernel: pci 0000:00:18.2:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.213413] localhost kernel: pci 0000:00:18.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.213632] localhost kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
[    0.213754] localhost kernel: pci 0000:00:18.3:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.213783] localhost kernel: pci 0000:00:18.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.214027] localhost kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
[    0.214139] localhost kernel: pci 0000:00:18.4:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.214XXX] localhost kernel: pci 0000:00:18.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.214399] localhost kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
[    0.214525] localhost kernel: pci 0000:00:18.5:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.214552] localhost kernel: pci 0000:00:18.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.214789] localhost kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
[    0.214926] localhost kernel: pci 0000:00:18.6:   bridge window [mem 0xfba00000-0xfbafffff]
[    0.214954] localhost kernel: pci 0000:00:18.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.215182] localhost kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
[    0.215315] localhost kernel: pci 0000:00:18.7:   bridge window [mem 0xfb600000-0xfb6fffff]
[    0.215345] localhost kernel: pci 0000:00:18.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.217047] localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
[    0.217467] localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
[    0.217937] localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 14 15)
[    0.218353] localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 14 15)
[    0.223380] localhost kernel: ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.223651] localhost kernel: vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
[    0.224167] localhost kernel: vgaarb: loaded
[    0.224254] localhost kernel: vgaarb: bridge control possible 0000:00:0f.0
[    0.224449] localhost kernel: SCSI subsystem initialized
[    0.224597] localhost kernel: ACPI: bus type USB registered
[    0.224730] localhost kernel: usbcore: registered new interface driver usbfs
[    0.224852] localhost kernel: usbcore: registered new interface driver hub
[    0.224997] localhost kernel: usbcore: registered new device driver usb
[    0.225173] localhost kernel: PCI: Using ACPI for IRQ routing
[    0.244750] localhost kernel: PCI: pci_cache_line_size set to 64 bytes
[    0.245374] localhost kernel: e820: reserve RAM buffer [mem 0x0009b800-0x0009ffff]
[    0.245376] localhost kernel: e820: reserve RAM buffer [mem 0xbfef0000-0xbfffffff]
[    0.245491] localhost kernel: NetLabel: Initializing
[    0.245580] localhost kernel: NetLabel:  domain hash size = 128
[    0.245669] localhost kernel: NetLabel:  protocols = UNLABELED CIPSOv4
[    0.245774] localhost kernel: NetLabel:  unlabeled traffic allowed by default
[    0.245969] localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[    0.246424] localhost kernel: hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[    0.249657] localhost kernel: Switched to clocksource hpet
[    0.254058] localhost kernel: pnp: PnP ACPI init
[    0.254157] localhost kernel: ACPI: bus type PNP registered
[    0.254420] localhost kernel: system 00:00: [io  0x1000-0x103f] could not be reserved
[    0.254530] localhost kernel: system 00:00: [io  0x1040-0x104f] has been reserved
[    0.254631] localhost kernel: system 00:00: [io  0x0cf0-0x0cf1] has been reserved
[    0.254661] localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.254696] localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.254714] localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.254732] localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.254874] localhost kernel: system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.254991] localhost kernel: system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.256115] localhost kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.256302] localhost kernel: pnp 00:06: [dma 2]
[    0.256333] localhost kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.256474] localhost kernel: system 00:07: [io  0xfce0-0xfcff] has been reserved
[    0.256579] localhost kernel: system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.256661] localhost kernel: system 00:07: [mem 0xfe800000-0xfe9fffff] has been reserved
[    0.256771] localhost kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.259966] localhost kernel: pnp: PnP ACPI: found 8 devices
[    0.260063] localhost kernel: ACPI: bus type PNP unregistered
[    0.265914] localhost kernel: pci 0000:00:15.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    0.266039] localhost kernel: pci 0000:00:15.3: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[    0.266082] localhost kernel: pci 0000:00:15.4: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    0.266124] localhost kernel: pci 0000:00:15.5: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
[    0.266167] localhost kernel: pci 0000:00:15.6: bridge window [io  0x1000-0x0fff] to [bus 09] add_size 1000
[    0.266209] localhost kernel: pci 0000:00:15.7: bridge window [io  0x1000-0x0fff] to [bus 0a] add_size 1000
[    0.266253] localhost kernel: pci 0000:00:16.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 0b] add_size 200000 add_align 100000
[    0.266377] localhost kernel: pci 0000:00:16.3: bridge window [io  0x1000-0x0fff] to [bus 0e] add_size 1000
[    0.266421] localhost kernel: pci 0000:00:16.4: bridge window [io  0x1000-0x0fff] to [bus 0f] add_size 1000
[    0.266464] localhost kernel: pci 0000:00:16.5: bridge window [io  0x1000-0x0fff] to [bus 10] add_size 1000
[    0.266506] localhost kernel: pci 0000:00:16.6: bridge window [io  0x1000-0x0fff] to [bus 11] add_size 1000
[    0.266555] localhost kernel: pci 0000:00:16.7: bridge window [io  0x1000-0x0fff] to [bus 12] add_size 1000
[    0.266727] localhost kernel: pci 0000:00:17.3: bridge window [io  0x1000-0x0fff] to [bus 16] add_size 1000
[    0.266770] localhost kernel: pci 0000:00:17.4: bridge window [io  0x1000-0x0fff] to [bus 17] add_size 1000
[    0.266813] localhost kernel: pci 0000:00:17.5: bridge window [io  0x1000-0x0fff] to [bus 18] add_size 1000
[    0.266856] localhost kernel: pci 0000:00:17.6: bridge window [io  0x1000-0x0fff] to [bus 19] add_size 1000
[    0.266898] localhost kernel: pci 0000:00:17.7: bridge window [io  0x1000-0x0fff] to [bus 1a] add_size 1000
[    0.267028] localhost kernel: pci 0000:00:18.2: bridge window [io  0x1000-0x0fff] to [bus 1d] add_size 1000
[    0.267070] localhost kernel: pci 0000:00:18.3: bridge window [io  0x1000-0x0fff] to [bus 1e] add_size 1000
[    0.267112] localhost kernel: pci 0000:00:18.4: bridge window [io  0x1000-0x0fff] to [bus 1f] add_size 1000
[    0.267154] localhost kernel: pci 0000:00:18.5: bridge window [io  0x1000-0x0fff] to [bus 20] add_size 1000
[    0.267197] localhost kernel: pci 0000:00:18.6: bridge window [io  0x1000-0x0fff] to [bus 21] add_size 1000
[    0.267239] localhost kernel: pci 0000:00:18.7: bridge window [io  0x1000-0x0fff] to [bus 22] add_size 1000
[    0.267251] localhost kernel: pci 0000:00:15.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.267253] localhost kernel: pci 0000:00:15.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.267255] localhost kernel: pci 0000:00:16.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.267257] localhost kernel: pci 0000:00:16.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000

Here is the rdsosreport from the build: (Part 2)

Code:
[    0.267259] localhost kernel: pci 0000:00:15.3: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267261] localhost kernel: pci 0000:00:15.3: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267263] localhost kernel: pci 0000:00:15.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267264] localhost kernel: pci 0000:00:15.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267266] localhost kernel: pci 0000:00:15.5: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267268] localhost kernel: pci 0000:00:15.5: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267269] localhost kernel: pci 0000:00:15.6: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267271] localhost kernel: pci 0000:00:15.6: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267273] localhost kernel: pci 0000:00:15.7: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267274] localhost kernel: pci 0000:00:15.7: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267276] localhost kernel: pci 0000:00:16.3: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267278] localhost kernel: pci 0000:00:16.3: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267279] localhost kernel: pci 0000:00:16.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267281] localhost kernel: pci 0000:00:16.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267283] localhost kernel: pci 0000:00:16.5: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267284] localhost kernel: pci 0000:00:16.5: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267286] localhost kernel: pci 0000:00:16.6: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267288] localhost kernel: pci 0000:00:16.6: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267289] localhost kernel: pci 0000:00:16.7: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267291] localhost kernel: pci 0000:00:16.7: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267293] localhost kernel: pci 0000:00:17.3: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267294] localhost kernel: pci 0000:00:17.3: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267296] localhost kernel: pci 0000:00:17.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267298] localhost kernel: pci 0000:00:17.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267299] localhost kernel: pci 0000:00:17.5: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267301] localhost kernel: pci 0000:00:17.5: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267303] localhost kernel: pci 0000:00:17.6: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267304] localhost kernel: pci 0000:00:17.6: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267306] localhost kernel: pci 0000:00:17.7: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267308] localhost kernel: pci 0000:00:17.7: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267310] localhost kernel: pci 0000:00:18.2: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267311] localhost kernel: pci 0000:00:18.2: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267313] localhost kernel: pci 0000:00:18.3: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267315] localhost kernel: pci 0000:00:18.3: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267316] localhost kernel: pci 0000:00:18.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267318] localhost kernel: pci 0000:00:18.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267320] localhost kernel: pci 0000:00:18.5: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267321] localhost kernel: pci 0000:00:18.5: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267323] localhost kernel: pci 0000:00:18.6: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267325] localhost kernel: pci 0000:00:18.6: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267326] localhost kernel: pci 0000:00:18.7: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267328] localhost kernel: pci 0000:00:18.7: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.267335] localhost kernel: pci 0000:00:15.0: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.267508] localhost kernel: pci 0000:00:16.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.267661] localhost kernel: pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0400000-0xc0407fff pref]
[    0.267833] localhost kernel: pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
[    0.267942] localhost kernel: pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
[    0.268062] localhost kernel: pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
[    0.268179] localhost kernel: pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
[    0.268296] localhost kernel: pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
[    0.268404] localhost kernel: pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
[    0.268520] localhost kernel: pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
[    0.268629] localhost kernel: pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
[    0.268659] localhost kernel: pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
[    0.268769] localhost kernel: pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
[    0.268882] localhost kernel: pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
[    0.268994] localhost kernel: pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
[    0.269106] localhost kernel: pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    0.269215] localhost kernel: pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    0.269325] localhost kernel: pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    0.269438] localhost kernel: pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    0.269562] localhost kernel: pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    0.269658] localhost kernel: pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    0.269771] localhost kernel: pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    0.269880] localhost kernel: pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    0.269990] localhost kernel: pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    0.270099] localhost kernel: pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    0.270233] localhost kernel: pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    0.270342] localhost kernel: pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    0.270458] localhost kernel: pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    0.270567] localhost kernel: pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    0.270660] localhost kernel: pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
[    0.270811] localhost kernel: pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
[    0.270927] localhost kernel: pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
[    0.271040] localhost kernel: pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
[    0.271153] localhost kernel: pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
[    0.271262] localhost kernel: pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
[    0.271378] localhost kernel: pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
[    0.271487] localhost kernel: pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
[    0.271598] localhost kernel: pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
[    0.271658] localhost kernel: pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
[    0.271771] localhost kernel: pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
[    0.271907] localhost kernel: pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
[    0.272032] localhost kernel: pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
[    0.272141] localhost kernel: pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
[    0.272252] localhost kernel: pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
[    0.272366] localhost kernel: pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
[    0.272480] localhost kernel: pci 0000:00:18.7: BAR 13: no space for [io  size 0x1000]
[    0.272589] localhost kernel: pci 0000:00:18.7: BAR 13: failed to assign [io  size 0x1000]
[    0.272660] localhost kernel: pci 0000:00:18.6: BAR 13: no space for [io  size 0x1000]
[    0.272769] localhost kernel: pci 0000:00:18.6: BAR 13: failed to assign [io  size 0x1000]
[    0.272881] localhost kernel: pci 0000:00:18.5: BAR 13: no space for [io  size 0x1000]
[    0.272990] localhost kernel: pci 0000:00:18.5: BAR 13: failed to assign [io  size 0x1000]
[    0.273101] localhost kernel: pci 0000:00:18.4: BAR 13: no space for [io  size 0x1000]
[    0.273209] localhost kernel: pci 0000:00:18.4: BAR 13: failed to assign [io  size 0x1000]
[    0.273325] localhost kernel: pci 0000:00:18.3: BAR 13: no space for [io  size 0x1000]
[    0.273434] localhost kernel: pci 0000:00:18.3: BAR 13: failed to assign [io  size 0x1000]
[    0.273545] localhost kernel: pci 0000:00:18.2: BAR 13: no space for [io  size 0x1000]
[    0.273658] localhost kernel: pci 0000:00:18.2: BAR 13: failed to assign [io  size 0x1000]
[    0.273782] localhost kernel: pci 0000:00:17.7: BAR 13: no space for [io  size 0x1000]
[    0.273894] localhost kernel: pci 0000:00:17.7: BAR 13: failed to assign [io  size 0x1000]
[    0.273996] localhost kernel: pci 0000:00:17.6: BAR 13: no space for [io  size 0x1000]
[    0.274096] localhost kernel: pci 0000:00:17.6: BAR 13: failed to assign [io  size 0x1000]
[    0.274198] localhost kernel: pci 0000:00:17.5: BAR 13: no space for [io  size 0x1000]
[    0.274301] localhost kernel: pci 0000:00:17.5: BAR 13: failed to assign [io  size 0x1000]
[    0.274403] localhost kernel: pci 0000:00:17.4: BAR 13: no space for [io  size 0x1000]
[    0.274503] localhost kernel: pci 0000:00:17.4: BAR 13: failed to assign [io  size 0x1000]
[    0.274605] localhost kernel: pci 0000:00:17.3: BAR 13: no space for [io  size 0x1000]
[    0.274658] localhost kernel: pci 0000:00:17.3: BAR 13: failed to assign [io  size 0x1000]
[    0.274760] localhost kernel: pci 0000:00:16.7: BAR 13: no space for [io  size 0x1000]
[    0.274860] localhost kernel: pci 0000:00:16.7: BAR 13: failed to assign [io  size 0x1000]
[    0.274963] localhost kernel: pci 0000:00:16.6: BAR 13: no space for [io  size 0x1000]
[    0.275062] localhost kernel: pci 0000:00:16.6: BAR 13: failed to assign [io  size 0x1000]
[    0.275169] localhost kernel: pci 0000:00:16.5: BAR 13: no space for [io  size 0x1000]
[    0.275269] localhost kernel: pci 0000:00:16.5: BAR 13: failed to assign [io  size 0x1000]
[    0.275371] localhost kernel: pci 0000:00:16.4: BAR 13: no space for [io  size 0x1000]
[    0.275470] localhost kernel: pci 0000:00:16.4: BAR 13: failed to assign [io  size 0x1000]
[    0.275571] localhost kernel: pci 0000:00:16.3: BAR 13: no space for [io  size 0x1000]
[    0.275658] localhost kernel: pci 0000:00:16.3: BAR 13: failed to assign [io  size 0x1000]
[    0.275795] localhost kernel: pci 0000:00:15.7: BAR 13: no space for [io  size 0x1000]
[    0.275905] localhost kernel: pci 0000:00:15.7: BAR 13: failed to assign [io  size 0x1000]
[    0.276008] localhost kernel: pci 0000:00:15.6: BAR 13: no space for [io  size 0x1000]
[    0.276107] localhost kernel: pci 0000:00:15.6: BAR 13: failed to assign [io  size 0x1000]
[    0.276215] localhost kernel: pci 0000:00:15.5: BAR 13: no space for [io  size 0x1000]
[    0.276314] localhost kernel: pci 0000:00:15.5: BAR 13: failed to assign [io  size 0x1000]
[    0.276416] localhost kernel: pci 0000:00:15.4: BAR 13: no space for [io  size 0x1000]
[    0.276514] localhost kernel: pci 0000:00:15.4: BAR 13: failed to assign [io  size 0x1000]
[    0.276615] localhost kernel: pci 0000:00:15.3: BAR 13: no space for [io  size 0x1000]
[    0.276658] localhost kernel: pci 0000:00:15.3: BAR 13: failed to assign [io  size 0x1000]
[    0.276765] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.276917] localhost kernel: pci 0000:00:11.0: PCI bridge to [bus 02]
[    0.277017] localhost kernel: pci 0000:00:11.0:   bridge window [io  0x2000-0x3fff]
[    0.277164] localhost kernel: pci 0000:00:11.0:   bridge window [mem 0xfd600000-0xfdffffff]
[    0.277280] localhost kernel: pci 0000:00:11.0:   bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.277516] localhost kernel: pci 0000:03:00.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
[    0.277659] localhost kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.277777] localhost kernel: pci 0000:00:15.0:   bridge window [io  0x4000-0x4fff]
[    0.277899] localhost kernel: pci 0000:00:15.0:   bridge window [mem 0xfd500000-0xfd5fffff]
[    0.278021] localhost kernel: pci 0000:00:15.0:   bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.278253] localhost kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
[    0.278363] localhost kernel: pci 0000:00:15.1:   bridge window [io  0x8000-0x8fff]
[    0.278483] localhost kernel: pci 0000:00:15.1:   bridge window [mem 0xfd100000-0xfd1fffff]
[    0.278602] localhost kernel: pci 0000:00:15.1:   bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.278700] localhost kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
[    0.278815] localhost kernel: pci 0000:00:15.2:   bridge window [io  0xc000-0xcfff]
[    0.278955] localhost kernel: pci 0000:00:15.2:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.279073] localhost kernel: pci 0000:00:15.2:   bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.279298] localhost kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
[    0.279442] localhost kernel: pci 0000:00:15.3:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.279570] localhost kernel: pci 0000:00:15.3:   bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.279692] localhost kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
[    0.279805] localhost kernel: pci 0000:00:15.4:   bridge window [mem 0xfc500000-0xfc5fffff]
[    0.279926] localhost kernel: pci 0000:00:15.4:   bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.280116] localhost kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
[    0.280230] localhost kernel: pci 0000:00:15.5:   bridge window [mem 0xfc100000-0xfc1fffff]
[    0.280344] localhost kernel: pci 0000:00:15.5:   bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.280531] localhost kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
[    0.280643] localhost kernel: pci 0000:00:15.6:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    0.280676] localhost kernel: pci 0000:00:15.6:   bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.280896] localhost kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
[    0.281009] localhost kernel: pci 0000:00:15.7:   bridge window [mem 0xfb900000-0xfb9fffff]
[    0.281124] localhost kernel: pci 0000:00:15.7:   bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.281329] localhost kernel: pci 0000:0b:00.0: BAR 6: assigned [mem 0xfd400000-0xfd40ffff pref]
[    0.281493] localhost kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
[    0.281593] localhost kernel: pci 0000:00:16.0:   bridge window [io  0x5000-0x5fff]
[    0.281678] localhost kernel: pci 0000:00:16.0:   bridge window [mem 0xfd400000-0xfd4fffff]
[    0.281800] localhost kernel: pci 0000:00:16.0:   bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.281996] localhost kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
[    0.282096] localhost kernel: pci 0000:00:16.1:   bridge window [io  0x9000-0x9fff]
[    0.282214] localhost kernel: pci 0000:00:16.1:   bridge window [mem 0xfd000000-0xfd0fffff]
[    0.282330] localhost kernel: pci 0000:00:16.1:   bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.282516] localhost kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
[    0.282616] localhost kernel: pci 0000:00:16.2:   bridge window [io  0xd000-0xdfff]
[    0.282680] localhost kernel: pci 0000:00:16.2:   bridge window [mem 0xfcc00000-0xfccfffff]
[    0.282796] localhost kernel: pci 0000:00:16.2:   bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.283019] localhost kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
[    0.283147] localhost kernel: pci 0000:00:16.3:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.283687] localhost kernel: pci 0000:00:16.3:   bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.283903] localhost kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
[    0.284020] localhost kernel: pci 0000:00:16.4:   bridge window [mem 0xfc400000-0xfc4fffff]
[    0.284138] localhost kernel: pci 0000:00:16.4:   bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.284345] localhost kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
[    0.284471] localhost kernel: pci 0000:00:16.5:   bridge window [mem 0xfc000000-0xfc0fffff]
[    0.284616] localhost kernel: pci 0000:00:16.5:   bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.284696] localhost kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
[    0.284854] localhost kernel: pci 0000:00:16.6:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    0.284988] localhost kernel: pci 0000:00:16.6:   bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.285XXX] localhost kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
[    0.285315] localhost kernel: pci 0000:00:16.7:   bridge window [mem 0xfb800000-0xfb8fffff]
[    0.285441] localhost kernel: pci 0000:00:16.7:   bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.285645] localhost kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
[    0.285672] localhost kernel: pci 0000:00:17.0:   bridge window [io  0x6000-0x6fff]
[    0.285801] localhost kernel: pci 0000:00:17.0:   bridge window [mem 0xfd300000-0xfd3fffff]
[    0.285927] localhost kernel: pci 0000:00:17.0:   bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.286140] localhost kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
[    0.286249] localhost kernel: pci 0000:00:17.1:   bridge window [io  0xa000-0xafff]
[    0.286378] localhost kernel: pci 0000:00:17.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.286504] localhost kernel: pci 0000:00:17.1:   bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.286700] localhost kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
[    0.286813] localhost kernel: pci 0000:00:17.2:   bridge window [io  0xe000-0xefff]
[    0.286942] localhost kernel: pci 0000:00:17.2:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.287067] localhost kernel: pci 0000:00:17.2:   bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.287270] localhost kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
[    0.287393] localhost kernel: pci 0000:00:17.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.287519] localhost kernel: pci 0000:00:17.3:   bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.287698] localhost kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
[    0.287822] localhost kernel: pci 0000:00:17.4:   bridge window [mem 0xfc300000-0xfc3fffff]
[    0.287948] localhost kernel: pci 0000:00:17.4:   bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.288156] localhost kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
[    0.288285] localhost kernel: pci 0000:00:17.5:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.288404] localhost kernel: pci 0000:00:17.5:   bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.288633] localhost kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
[    0.288680] localhost kernel: pci 0000:00:17.6:   bridge window [mem 0xfbb00000-0xfbbfffff]
[    0.288796] localhost kernel: pci 0000:00:17.6:   bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.288982] localhost kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
[    0.289095] localhost kernel: pci 0000:00:17.7:   bridge window [mem 0xfb700000-0xfb7fffff]
[    0.289210] localhost kernel: pci 0000:00:17.7:   bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.289421] localhost kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
[    0.289550] localhost kernel: pci 0000:00:18.0:   bridge window [io  0x7000-0x7fff]
[    0.289677] localhost kernel: pci 0000:00:18.0:   bridge window [mem 0xfd200000-0xfd2fffff]
[    0.289793] localhost kernel: pci 0000:00:18.0:   bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.289991] localhost kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
[    0.290104] localhost kernel: pci 0000:00:18.1:   bridge window [io  0xb000-0xbfff]
[    0.290221] localhost kernel: pci 0000:00:18.1:   bridge window [mem 0xfce00000-0xfcefffff]
[    0.290341] localhost kernel: pci 0000:00:18.1:   bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.290561] localhost kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
[    0.290678] localhost kernel: pci 0000:00:18.2:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.290806] localhost kernel: pci 0000:00:18.2:   bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.291042] localhost kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
[    0.291158] localhost kernel: pci 0000:00:18.3:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.291280] localhost kernel: pci 0000:00:18.3:   bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.291531] localhost kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
[    0.291647] localhost kernel: pci 0000:00:18.4:   bridge window [mem 0xfc200000-0xfc2fffff]
[    0.291790] localhost kernel: pci 0000:00:18.4:   bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.291998] localhost kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
[    0.292121] localhost kernel: pci 0000:00:18.5:   bridge window [mem 0xfbe00000-0xfbefffff]
[    0.292247] localhost kernel: pci 0000:00:18.5:   bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.292449] localhost kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
[    0.292578] localhost kernel: pci 0000:00:18.6:   bridge window [mem 0xfba00000-0xfbafffff]
[    0.292674] localhost kernel: pci 0000:00:18.6:   bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.292887] localhost kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
[    0.293015] localhost kernel: pci 0000:00:18.7:   bridge window [mem 0xfb600000-0xfb6fffff]
[    0.293146] localhost kernel: pci 0000:00:18.7:   bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.293350] localhost kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[    0.293352] localhost kernel: pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff window]
[    0.293354] localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff window]
[    0.293356] localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
[    0.293357] localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
[    0.293359] localhost kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff window]
[    0.293360] localhost kernel: pci_bus 0000:00: resource 10 [io  0x0000-0x0cf7 window]
[    0.293362] localhost kernel: pci_bus 0000:00: resource 11 [io  0x0d00-0xfeff window]
[    0.293364] localhost kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x3fff]
[    0.293366] localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfdffffff]
[    0.293367] localhost kernel: pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]
[    0.293369] localhost kernel: pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
[    0.293371] localhost kernel: pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff window]
[    0.293372] localhost kernel: pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff window]
[    0.293374] localhost kernel: pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff window]
[    0.293375] localhost kernel: pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff window]
[    0.293377] localhost kernel: pci_bus 0000:02: resource 9 [mem 0xc0000000-0xfebfffff window]
[    0.293378] localhost kernel: pci_bus 0000:02: resource 10 [io  0x0000-0x0cf7 window]
[    0.293380] localhost kernel: pci_bus 0000:02: resource 11 [io  0x0d00-0xfeff window]
[    0.293382] localhost kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.293384] localhost kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
[    0.293385] localhost kernel: pci_bus 0000:03: resource 2 [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.293387] localhost kernel: pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
[    0.293389] localhost kernel: pci_bus 0000:04: resource 1 [mem 0xfd100000-0xfd1fffff]
[    0.293391] localhost kernel: pci_bus 0000:04: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]
[    0.293392] localhost kernel: pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.293394] localhost kernel: pci_bus 0000:05: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.293395] localhost kernel: pci_bus 0000:05: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]
[    0.293397] localhost kernel: pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.293399] localhost kernel: pci_bus 0000:06: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]
[    0.293400] localhost kernel: pci_bus 0000:07: resource 1 [mem 0xfc500000-0xfc5fffff]
[    0.293402] localhost kernel: pci_bus 0000:07: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]
[    0.293404] localhost kernel: pci_bus 0000:08: resource 1 [mem 0xfc100000-0xfc1fffff]
[    0.293405] localhost kernel: pci_bus 0000:08: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]
[    0.293407] localhost kernel: pci_bus 0000:09: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    0.293409] localhost kernel: pci_bus 0000:09: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]
[    0.293411] localhost kernel: pci_bus 0000:0a: resource 1 [mem 0xfb900000-0xfb9fffff]
[    0.293414] localhost kernel: pci_bus 0000:0a: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
[    0.293417] localhost kernel: pci_bus 0000:0b: resource 0 [io  0x5000-0x5fff]
[    0.293419] localhost kernel: pci_bus 0000:0b: resource 1 [mem 0xfd400000-0xfd4fffff]
[    0.293422] localhost kernel: pci_bus 0000:0b: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.293424] localhost kernel: pci_bus 0000:0c: resource 0 [io  0x9000-0x9fff]
[    0.293426] localhost kernel: pci_bus 0000:0c: resource 1 [mem 0xfd000000-0xfd0fffff]
[    0.293428] localhost kernel: pci_bus 0000:0c: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]
[    0.293430] localhost kernel: pci_bus 0000:0d: resource 0 [io  0xd000-0xdfff]
[    0.293431] localhost kernel: pci_bus 0000:0d: resource 1 [mem 0xfcc00000-0xfccfffff]
[    0.293433] localhost kernel: pci_bus 0000:0d: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]
[    0.293435] localhost kernel: pci_bus 0000:0e: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.293436] localhost kernel: pci_bus 0000:0e: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]
[    0.293438] localhost kernel: pci_bus 0000:0f: resource 1 [mem 0xfc400000-0xfc4fffff]
[    0.293440] localhost kernel: pci_bus 0000:0f: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]
[    0.293441] localhost kernel: pci_bus 0000:10: resource 1 [mem 0xfc000000-0xfc0fffff]
[    0.293443] localhost kernel: pci_bus 0000:10: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]
[    0.293444] localhost kernel: pci_bus 0000:11: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    0.293446] localhost kernel: pci_bus 0000:11: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]
[    0.293448] localhost kernel: pci_bus 0000:12: resource 1 [mem 0xfb800000-0xfb8fffff]
[    0.293449] localhost kernel: pci_bus 0000:12: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]
[    0.293451] localhost kernel: pci_bus 0000:13: resource 0 [io  0x6000-0x6fff]
[    0.293453] localhost kernel: pci_bus 0000:13: resource 1 [mem 0xfd300000-0xfd3fffff]
[    0.293454] localhost kernel: pci_bus 0000:13: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]
[    0.293456] localhost kernel: pci_bus 0000:14: resource 0 [io  0xa000-0xafff]
[    0.293457] localhost kernel: pci_bus 0000:14: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.293459] localhost kernel: pci_bus 0000:14: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]
[    0.293461] localhost kernel: pci_bus 0000:15: resource 0 [io  0xe000-0xefff]
[    0.293462] localhost kernel: pci_bus 0000:15: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.293464] localhost kernel: pci_bus 0000:15: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]
[    0.293465] localhost kernel: pci_bus 0000:16: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.293467] localhost kernel: pci_bus 0000:16: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]
[    0.293469] localhost kernel: pci_bus 0000:17: resource 1 [mem 0xfc300000-0xfc3fffff]
[    0.293471] localhost kernel: pci_bus 0000:17: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]
[    0.293473] localhost kernel: pci_bus 0000:18: resource 1 [mem 0xfbf00000-0xfbffffff]
[    0.293474] localhost kernel: pci_bus 0000:18: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]
[    0.293476] localhost kernel: pci_bus 0000:19: resource 1 [mem 0xfbb00000-0xfbbfffff]
[    0.293477] localhost kernel: pci_bus 0000:19: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]
[    0.293479] localhost kernel: pci_bus 0000:1a: resource 1 [mem 0xfb700000-0xfb7fffff]
[    0.293481] localhost kernel: pci_bus 0000:1a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]
[    0.293482] localhost kernel: pci_bus 0000:1b: resource 0 [io  0x7000-0x7fff]
[    0.293484] localhost kernel: pci_bus 0000:1b: resource 1 [mem 0xfd200000-0xfd2fffff]
[    0.293485] localhost kernel: pci_bus 0000:1b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]
[    0.293487] localhost kernel: pci_bus 0000:1c: resource 0 [io  0xb000-0xbfff]
[    0.293489] localhost kernel: pci_bus 0000:1c: resource 1 [mem 0xfce00000-0xfcefffff]
[    0.293490] localhost kernel: pci_bus 0000:1c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]
[    0.293492] localhost kernel: pci_bus 0000:1d: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.293493] localhost kernel: pci_bus 0000:1d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]
[    0.293495] localhost kernel: pci_bus 0000:1e: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.293497] localhost kernel: pci_bus 0000:1e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]
[    0.293498] localhost kernel: pci_bus 0000:1f: resource 1 [mem 0xfc200000-0xfc2fffff]
[    0.293500] localhost kernel: pci_bus 0000:1f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]
[    0.293501] localhost kernel: pci_bus 0000:20: resource 1 [mem 0xfbe00000-0xfbefffff]
[    0.293503] localhost kernel: pci_bus 0000:20: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]
[    0.293505] localhost kernel: pci_bus 0000:21: resource 1 [mem 0xfba00000-0xfbafffff]
[    0.293506] localhost kernel: pci_bus 0000:21: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]
[    0.293508] localhost kernel: pci_bus 0000:22: resource 1 [mem 0xfb600000-0xfb6fffff]
[    0.293510] localhost kernel: pci_bus 0000:22: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]
[    0.293537] localhost kernel: NET: Registered protocol family 2
[    0.293852] localhost kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.294141] localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.294358] localhost kernel: TCP: Hash tables configured (established 65536 bind 65536)
[    0.294500] localhost kernel: TCP: reno registered
[    0.294598] localhost kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.294684] localhost kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.294839] localhost kernel: NET: Registered protocol family 1
[    0.294951] localhost kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.295122] localhost kernel: pci 0000:00:0f.0: Boot video device
[    0.295380] localhost kernel: PCI: CLS 32 bytes, default 64
[    0.295415] localhost kernel: Unpacking initramfs...
[    3.725678] localhost kernel: Freeing initrd memory: 43656k freed
[    3.734677] localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.734690] localhost kernel: software IO TLB [mem 0xbbef0000-0xbfef0000] (64MB) mapped at [ffff8800bbef0000-ffff8800bfeeffff]
[    3.734703] localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 10737418240 ms ovfl timer
[    3.734715] localhost kernel: RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
[    3.734728] localhost kernel: RAPL PMU: hw unit of domain package 2^-0 Joules
[    3.734741] localhost kernel: RAPL PMU: hw unit of domain dram 2^-0 Joules
[    3.734754] localhost kernel: Simple Boot Flag at 0x36 set to 0x80
[    3.734785] localhost kernel: Switched to clocksource tsc
[    3.734945] localhost kernel: sha1_ssse3: Using AVX optimized SHA-1 implementation
[    3.735015] localhost kernel: sha256_ssse3: Using AVX optimized SHA-256 implementation
[    3.735167] localhost kernel: futex hash table entries: 256 (order: 2, 16384 bytes)
[    3.735180] localhost kernel: Initialise system trusted keyring
[    3.735XXX] localhost kernel: audit: initializing netlink socket (disabled)
[    3.735205] localhost kernel: type=2000 audit(1496227829.707:1): initialized
[    3.752794] localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    3.753542] localhost kernel: zpool: loaded
[    3.753555] localhost kernel: zbud: loaded
[    3.753741] localhost kernel: VFS: Disk quotas dquot_6.5.2
[    3.753776] localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.753851] localhost kernel: msgmni has been set to 11933
[    3.753889] localhost kernel: Key type big_key registered
[    3.753902] localhost kernel: SELinux:  Registering netfilter hooks
[    3.754237] localhost kernel: NET: Registered protocol family 38
[    3.754250] localhost kernel: Key type asymmetric registered
[    3.754263] localhost kernel: Asymmetric key parser 'x509' registered
[    3.754288] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    3.754327] localhost kernel: io scheduler noop registered
[    3.754340] localhost kernel: io scheduler deadline registered (default)
[    3.754362] localhost kernel: io scheduler cfq registered
[    3.754426] localhost kernel: pcieport 0000:00:15.0: irq 24 for MSI/MSI-X
[    3.754677] localhost kernel: pcieport 0000:00:15.1: irq 25 for MSI/MSI-X
[    3.754716] localhost kernel: pcieport 0000:00:15.2: irq 26 for MSI/MSI-X
[    3.754741] localhost kernel: pcieport 0000:00:15.3: irq 27 for MSI/MSI-X
[    3.754757] localhost kernel: pcieport 0000:00:15.4: irq 28 for MSI/MSI-X
[    3.754787] localhost kernel: pcieport 0000:00:15.5: irq 29 for MSI/MSI-X
[    3.754825] localhost kernel: pcieport 0000:00:15.6: irq 30 for MSI/MSI-X
[    3.754854] localhost kernel: pcieport 0000:00:15.7: irq 31 for MSI/MSI-X
[    3.754880] localhost kernel: pcieport 0000:00:16.0: irq 32 for MSI/MSI-X
[    3.754905] localhost kernel: pcieport 0000:00:16.1: irq 33 for MSI/MSI-X
[    3.754934] localhost kernel: pcieport 0000:00:16.2: irq 34 for MSI/MSI-X
[    3.754972] localhost kernel: pcieport 0000:00:16.3: irq 35 for MSI/MSI-X
[    3.754985] localhost kernel: pcieport 0000:00:16.4: irq 36 for MSI/MSI-X
[    3.755018] localhost kernel: pcieport 0000:00:16.5: irq 37 for MSI/MSI-X
[    3.755057] localhost kernel: pcieport 0000:00:16.6: irq 38 for MSI/MSI-X
[    3.755083] localhost kernel: pcieport 0000:00:16.7: irq 39 for MSI/MSI-X
[    3.755099] localhost kernel: pcieport 0000:00:17.0: irq 40 for MSI/MSI-X
[    3.755129] localhost kernel: pcieport 0000:00:17.1: irq 41 for MSI/MSI-X
[    3.755154] localhost kernel: pcieport 0000:00:17.2: irq 42 for MSI/MSI-X
[    3.755183] localhost kernel: pcieport 0000:00:17.3: irq 43 for MSI/MSI-X
[    3.755214] localhost kernel: pcieport 0000:00:17.4: irq 44 for MSI/MSI-X
[    3.755239] localhost kernel: pcieport 0000:00:17.5: irq 45 for MSI/MSI-X
[    3.755268] localhost kernel: pcieport 0000:00:17.6: irq 46 for MSI/MSI-X
[    3.755306] localhost kernel: pcieport 0000:00:17.7: irq 47 for MSI/MSI-X
[    3.755674] localhost kernel: pcieport 0000:00:18.0: irq 48 for MSI/MSI-X
[    3.755706] localhost kernel: pcieport 0000:00:18.1: irq 49 for MSI/MSI-X
[    3.755744] localhost kernel: pcieport 0000:00:18.2: irq 50 for MSI/MSI-X
[    3.755783] localhost kernel: pcieport 0000:00:18.3: irq 51 for MSI/MSI-X
[    3.755799] localhost kernel: pcieport 0000:00:18.4: irq 52 for MSI/MSI-X
[    3.755829] localhost kernel: pcieport 0000:00:18.5: irq 53 for MSI/MSI-X
[    3.755854] localhost kernel: pcieport 0000:00:18.6: irq 54 for MSI/MSI-X
[    3.755884] localhost kernel: pcieport 0000:00:18.7: irq 55 for MSI/MSI-X
[    3.755916] localhost kernel: pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[    3.755929] localhost kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    3.755942] localhost kernel: pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
[    3.755955] localhost kernel: pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
[    3.755968] localhost kernel: pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
[    3.755980] localhost kernel: pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
[    3.755993] localhost kernel: pcie_pme 0000:00:15.2:pcie01: service driver pcie_pme loaded
[    3.756012] localhost kernel: pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
[    3.756025] localhost kernel: pcie_pme 0000:00:15.3:pcie01: service driver pcie_pme loaded
[    3.756038] localhost kernel: pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
[    3.756050] localhost kernel: pcie_pme 0000:00:15.4:pcie01: service driver pcie_pme loaded
[    3.756063] localhost kernel: pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
[    3.756076] localhost kernel: pcie_pme 0000:00:15.5:pcie01: service driver pcie_pme loaded
[    3.756096] localhost kernel: pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
[    3.756109] localhost kernel: pcie_pme 0000:00:15.6:pcie01: service driver pcie_pme loaded
[    3.756122] localhost kernel: pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
[    3.756134] localhost kernel: pcie_pme 0000:00:15.7:pcie01: service driver pcie_pme loaded
[    3.756150] localhost kernel: pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
[    3.756163] localhost kernel: pci 0000:0b:00.0: Signaling PME through PCIe PME interrupt
[    3.756176] localhost kernel: pcie_pme 0000:00:16.0:pcie01: service driver pcie_pme loaded
[    3.756196] localhost kernel: pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
[    3.756208] localhost kernel: pcie_pme 0000:00:16.1:pcie01: service driver pcie_pme loaded
[    3.756221] localhost kernel: pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
[    3.756234] localhost kernel: pcie_pme 0000:00:16.2:pcie01: service driver pcie_pme loaded
[    3.756247] localhost kernel: pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
[    3.756260] localhost kernel: pcie_pme 0000:00:16.3:pcie01: service driver pcie_pme loaded
[    3.756281] localhost kernel: pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
[    3.756294] localhost kernel: pcie_pme 0000:00:16.4:pcie01: service driver pcie_pme loaded
[    3.756307] localhost kernel: pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
[    3.756320] localhost kernel: pcie_pme 0000:00:16.5:pcie01: service driver pcie_pme loaded
[    3.756333] localhost kernel: pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
[    3.756346] localhost kernel: pcie_pme 0000:00:16.6:pcie01: service driver pcie_pme loaded
[    3.756366] localhost kernel: pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
[    3.756379] localhost kernel: pcie_pme 0000:00:16.7:pcie01: service driver pcie_pme loaded
[    3.756392] localhost kernel: pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
[    3.756405] localhost kernel: pcie_pme 0000:00:17.0:pcie01: service driver pcie_pme loaded
[    3.756418] localhost kernel: pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
[    3.756430] localhost kernel: pcie_pme 0000:00:17.1:pcie01: service driver pcie_pme loaded
[    3.756449] localhost kernel: pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
[    3.756462] localhost kernel: pcie_pme 0000:00:17.2:pcie01: service driver pcie_pme loaded
[    3.756475] localhost kernel: pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
[    3.756488] localhost kernel: pcie_pme 0000:00:17.3:pcie01: service driver pcie_pme loaded
[    3.756500] localhost kernel: pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
[    3.756513] localhost kernel: pcie_pme 0000:00:17.4:pcie01: service driver pcie_pme loaded
[    3.756532] localhost kernel: pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
[    3.756674] localhost kernel: pcie_pme 0000:00:17.5:pcie01: service driver pcie_pme loaded
[    3.756691] localhost kernel: pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
[    3.756704] localhost kernel: pcie_pme 0000:00:17.6:pcie01: service driver pcie_pme loaded
[    3.756717] localhost kernel: pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
[    3.756730] localhost kernel: pcie_pme 0000:00:17.7:pcie01: service driver pcie_pme loaded
[    3.756748] localhost kernel: pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
[    3.756761] localhost kernel: pcie_pme 0000:00:18.0:pcie01: service driver pcie_pme loaded
[    3.756774] localhost kernel: pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
[    3.756787] localhost kernel: pcie_pme 0000:00:18.1:pcie01: service driver pcie_pme loaded
[    3.756803] localhost kernel: pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
[    3.756816] localhost kernel: pcie_pme 0000:00:18.2:pcie01: service driver pcie_pme loaded
[    3.756836] localhost kernel: pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
[    3.756849] localhost kernel: pcie_pme 0000:00:18.3:pcie01: service driver pcie_pme loaded
[    3.756875] localhost kernel: pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
[    3.756888] localhost kernel: pcie_pme 0000:00:18.4:pcie01: service driver pcie_pme loaded
[    3.756901] localhost kernel: pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
[    3.756913] localhost kernel: pcie_pme 0000:00:18.5:pcie01: service driver pcie_pme loaded
[    3.756933] localhost kernel: pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
[    3.756946] localhost kernel: pcie_pme 0000:00:18.6:pcie01: service driver pcie_pme loaded
[    3.756958] localhost kernel: pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
[    3.756971] localhost kernel: pcie_pme 0000:00:18.7:pcie01: service driver pcie_pme loaded
[    3.756984] localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5

Here is the rdsosreport from the build: (part 3)

Code:
[    3.756997] localhost kernel: pciehp 0000:00:15.0:pcie04: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757025] localhost kernel: pciehp 0000:00:15.0:pcie04: service driver pciehp loaded
[    3.757038] localhost kernel: pciehp 0000:00:15.1:pcie04: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757066] localhost kernel: pciehp 0000:00:15.1:pcie04: service driver pciehp loaded
[    3.757079] localhost kernel: pciehp 0000:00:15.2:pcie04: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757111] localhost kernel: pciehp 0000:00:15.2:pcie04: service driver pciehp loaded
[    3.757127] localhost kernel: pciehp 0000:00:15.3:pcie04: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757155] localhost kernel: pciehp 0000:00:15.3:pcie04: service driver pciehp loaded
[    3.757172] localhost kernel: pciehp 0000:00:15.4:pcie04: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757199] localhost kernel: pciehp 0000:00:15.4:pcie04: service driver pciehp loaded
[    3.757212] localhost kernel: pciehp 0000:00:15.5:pcie04: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757240] localhost kernel: pciehp 0000:00:15.5:pcie04: service driver pciehp loaded
[    3.757253] localhost kernel: pciehp 0000:00:15.6:pcie04: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757280] localhost kernel: pciehp 0000:00:15.6:pcie04: service driver pciehp loaded
[    3.757297] localhost kernel: pciehp 0000:00:15.7:pcie04: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757691] localhost kernel: pciehp 0000:00:15.7:pcie04: service driver pciehp loaded
[    3.757704] localhost kernel: pciehp 0000:00:16.0:pcie04: Slot #XXX AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757732] localhost kernel: pciehp 0000:00:16.0:pcie04: service driver pciehp loaded
[    3.757745] localhost kernel: pciehp 0000:00:16.1:pcie04: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757772] localhost kernel: pciehp 0000:00:16.1:pcie04: service driver pciehp loaded
[    3.757785] localhost kernel: pciehp 0000:00:16.2:pcie04: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757819] localhost kernel: pciehp 0000:00:16.2:pcie04: service driver pciehp loaded
[    3.757832] localhost kernel: pciehp 0000:00:16.3:pcie04: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757860] localhost kernel: pciehp 0000:00:16.3:pcie04: service driver pciehp loaded
[    3.757872] localhost kernel: pciehp 0000:00:16.4:pcie04: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757900] localhost kernel: pciehp 0000:00:16.4:pcie04: service driver pciehp loaded
[    3.757913] localhost kernel: pciehp 0000:00:16.5:pcie04: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757940] localhost kernel: pciehp 0000:00:16.5:pcie04: service driver pciehp loaded
[    3.757953] localhost kernel: pciehp 0000:00:16.6:pcie04: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.757985] localhost kernel: pciehp 0000:00:16.6:pcie04: service driver pciehp loaded
[    3.757998] localhost kernel: pciehp 0000:00:16.7:pcie04: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758025] localhost kernel: pciehp 0000:00:16.7:pcie04: service driver pciehp loaded
[    3.758038] localhost kernel: pciehp 0000:00:17.0:pcie04: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758066] localhost kernel: pciehp 0000:00:17.0:pcie04: service driver pciehp loaded
[    3.758078] localhost kernel: pciehp 0000:00:17.1:pcie04: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758109] localhost kernel: pciehp 0000:00:17.1:pcie04: service driver pciehp loaded
[    3.758122] localhost kernel: pciehp 0000:00:17.2:pcie04: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758154] localhost kernel: pciehp 0000:00:17.2:pcie04: service driver pciehp loaded
[    3.758167] localhost kernel: pciehp 0000:00:17.3:pcie04: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758204] localhost kernel: pciehp 0000:00:17.3:pcie04: service driver pciehp loaded
[    3.758217] localhost kernel: pciehp 0000:00:17.4:pcie04: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758245] localhost kernel: pciehp 0000:00:17.4:pcie04: service driver pciehp loaded
[    3.758258] localhost kernel: pciehp 0000:00:17.5:pcie04: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758286] localhost kernel: pciehp 0000:00:17.5:pcie04: service driver pciehp loaded
[    3.758299] localhost kernel: pciehp 0000:00:17.6:pcie04: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758326] localhost kernel: pciehp 0000:00:17.6:pcie04: service driver pciehp loaded
[    3.758339] localhost kernel: pciehp 0000:00:17.7:pcie04: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758367] localhost kernel: pciehp 0000:00:17.7:pcie04: service driver pciehp loaded
[    3.758380] localhost kernel: pciehp 0000:00:18.0:pcie04: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758416] localhost kernel: pciehp 0000:00:18.0:pcie04: service driver pciehp loaded
[    3.758428] localhost kernel: pciehp 0000:00:18.1:pcie04: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758456] localhost kernel: pciehp 0000:00:18.1:pcie04: service driver pciehp loaded
[    3.758469] localhost kernel: pciehp 0000:00:18.2:pcie04: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758696] localhost kernel: pciehp 0000:00:18.2:pcie04: service driver pciehp loaded
[    3.758709] localhost kernel: pciehp 0000:00:18.3:pcie04: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758736] localhost kernel: pciehp 0000:00:18.3:pcie04: service driver pciehp loaded
[    3.758749] localhost kernel: pciehp 0000:00:18.4:pcie04: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758777] localhost kernel: pciehp 0000:00:18.4:pcie04: service driver pciehp loaded
[    3.758790] localhost kernel: pciehp 0000:00:18.5:pcie04: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758817] localhost kernel: pciehp 0000:00:18.5:pcie04: service driver pciehp loaded
[    3.758830] localhost kernel: pciehp 0000:00:18.6:pcie04: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758857] localhost kernel: pciehp 0000:00:18.6:pcie04: service driver pciehp loaded
[    3.758870] localhost kernel: pciehp 0000:00:18.7:pcie04: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[    3.758898] localhost kernel: pciehp 0000:00:18.7:pcie04: service driver pciehp loaded
[    3.758902] localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    3.758928] localhost kernel: intel_idle: does not run on family 6 model 45
[    3.758943] localhost kernel: ACPI: AC Adapter [ACAD] (on-line)
[    3.758992] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    3.759005] localhost kernel: ACPI: Power Button [PWRF]
[    3.759072] localhost kernel: GHES: HEST is not enabled!
[    3.759117] localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.779690] localhost kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.779947] localhost kernel: Non-volatile memory driver v1.3
[    3.779959] localhost kernel: Linux agpgart interface v0.103
[    3.779972] localhost kernel: agpgart-intel 0000:00:00.0: Intel 440BX Chipset
[    3.780017] localhost kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
[    3.780051] localhost kernel: crash memory driver: version 1.1
[    3.780087] localhost kernel: rdac: device handler registered
[    3.780122] localhost kernel: hp_sw: device handler registered
[    3.780135] localhost kernel: emc: device handler registered
[    3.780148] localhost kernel: alua: device handler registered
[    3.780174] localhost kernel: libphy: Fixed MDIO Bus: probed
[    3.780202] localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.780215] localhost kernel: ehci-pci: EHCI PCI platform driver
[    3.780228] localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.780241] localhost kernel: ohci-pci: OHCI PCI platform driver
[    3.780261] localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
[    3.780289] localhost kernel: usbcore: registered new interface driver usbserial
[    3.780302] localhost kernel: usbcore: registered new interface driver usbserial_generic
[    3.780320] localhost kernel: usbserial: USB Serial support registered for generic
[    3.780333] localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[    3.780908] localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.780923] localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.780990] localhost kernel: mousedev: PS/2 mouse device common for all mice
[    3.801252] localhost kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    3.801338] localhost kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.801378] localhost kernel: cpuidle: using governor menu
[    3.801748] localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    3.801957] localhost kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2
[    3.802081] localhost kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[    3.803124] localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
[    3.803178] localhost kernel: usbcore: registered new interface driver usbhid
[    3.803191] localhost kernel: usbhid: USB HID core driver
[    3.803215] localhost kernel: drop_monitor: Initializing network drop monitor service
[    3.803228] localhost kernel: TCP: cubic registered
[    3.803241] localhost kernel: Initializing XFRM netlink socket
[    3.803309] localhost kernel: NET: Registered protocol family 10
[    3.803418] localhost kernel: NET: Registered protocol family 17
[    3.803483] localhost kernel: microcode: CPU0 sig=0x206d7, pf=0x1, revision=0x710
[    3.803513] localhost kernel: microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.803768] localhost kernel: Loading compiled-in X.509 certificates
[    3.803794] localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    3.803807] localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    3.803820] localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 75fea1df245accd97a17fe3a367261e65f8a1e60'
[    3.803833] localhost kernel: registered taskstats version 1
[    3.804392] localhost kernel: Key type trusted registered
[    3.804966] localhost kernel: Key type encrypted registered
[    3.805430] localhost kernel: IMA: No TPM chip found, activating TPM-bypass!
[    3.806775] localhost kernel: rtc_cmos 00:01: setting system clock to 2017-05-31 10:50:31 UTC (1496227831)
[    3.806818] localhost kernel: Freeing unused kernel memory: XXX0k freed
[    3.807520] 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)
[    3.807862] localhost systemd[1]: Detected virtualization vmware.
[    3.807875] localhost systemd[1]: Detected architecture x86-64.
[    3.807888] localhost systemd[1]: Running in initial RAM disk.
[    3.807931] localhost systemd[1]: No hostname configured.
[    3.807944] localhost systemd[1]: Set hostname to <localhost>.
[    3.807957] localhost systemd[1]: Initializing machine ID from random generator.
[    3.814703] localhost systemd[1]: Cannot add dependency job for unit blk-availability.service, ignoring: Unit not found.
[    3.814848] localhost systemd[1]: Reached target Encrypted Volumes.
[    3.814861] localhost systemd[1]: Starting Encrypted Volumes.
[    3.814923] localhost systemd[1]: Created slice Root Slice.
[    3.814936] localhost systemd[1]: Starting Root Slice.
[    3.815034] localhost systemd[1]: Created slice System Slice.
[    3.815047] localhost systemd[1]: Starting System Slice.
[    3.815095] localhost systemd[1]: Reached target Local File Systems.
[    3.815108] localhost systemd[1]: Starting Local File Systems.
[    3.815188] localhost systemd[1]: Listening on Journal Socket.
[    3.815201] localhost systemd[1]: Starting Journal Socket.
[    3.815349] localhost systemd[1]: Starting Setup Virtual Console...
[    3.815465] localhost systemd[1]: Reached target Swap.
[    3.815477] localhost systemd[1]: Starting Swap.
[    3.815716] localhost systemd[1]: Reached target Timers.
[    3.815729] localhost systemd[1]: Starting Timers.
[    3.815794] localhost systemd[1]: Listening on udev Kernel Socket.
[    3.815807] localhost systemd[1]: Starting udev Kernel Socket.
[    3.815913] localhost systemd[1]: Starting Journal Service...
[    3.816045] localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    3.816203] localhost systemd[1]: Starting dracut cmdline hook...
[    3.816440] localhost systemd[1]: Starting Apply Kernel Variables...
[    3.816711] localhost systemd[1]: Listening on udev Control Socket.
[    3.816724] localhost systemd[1]: Starting udev Control Socket.
[    3.816988] localhost systemd[1]: Reached target Slices.
[    3.817001] localhost systemd[1]: Starting Slices.
[    3.817461] localhost systemd[1]: Started Apply Kernel Variables.
[    3.818979] localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
[    3.819144] localhost systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.821987] localhost systemd[1]: Started Create Static Device Nodes in /dev.
[    3.823075] localhost systemd[1]: Started Setup Virtual Console.
[    3.827204] localhost systemd-journal[81]: Journal started
[    3.854990] localhost systemd[1]: Started Journal Service.
[    3.906806] localhost kernel: BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[    3.891142] localhost dracut-cmdline[83]: Loading Red Hat Enterprise Linux 7.3 x86_64 installer...
[    4.043616] localhost systemd[1]: Started dracut cmdline hook.
[    4.043764] localhost systemd[1]: Starting dracut pre-udev hook...
[    4.094733] localhost kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    4.095817] localhost kernel: Loading iSCSI transport class v2.0-870.
[    4.096046] localhost kernel: iscsi: registered transport (tcp)
[    4.102871] localhost kernel: Floppy drive(s): fd0 is 1.44M
[    4.113783] localhost kernel: FDC 0 is a post-1991 82077
[    4.114819] localhost kernel: No iBFT detected.
[    4.115775] localhost kernel: md: raid0 personality registered for level 0
[    4.116797] localhost kernel: md: raid1 personality registered for level 1
[    4.117780] localhost kernel: async_tx: api initialized (async)
[    4.117854] localhost kernel: xor: automatically using best checksumming function:
[    4.127667] localhost kernel:    avx       : 18392.000 MB/sec
[    4.145665] localhost kernel: raid6: sse2x1   gen()  8257 MB/s
[    4.162666] localhost kernel: raid6: sse2x2   gen() 10222 MB/s
[    4.179664] localhost kernel: raid6: sse2x4   gen() 11914 MB/s
[    4.179682] localhost kernel: raid6: using algorithm sse2x4 gen() (11914 MB/s)
[    4.179700] localhost kernel: raid6: using ssse3x2 recovery algorithm
[    4.181777] localhost kernel: md: raid6 personality registered for level 6
[    4.181795] localhost kernel: md: raid5 personality registered for level 5
[    4.181813] localhost kernel: md: raid4 personality registered for level 4
[    4.183733] localhost kernel: md: raid10 personality registered for level 10
[    4.184074] localhost kernel: md: linear personality registered for level -1
[    4.184838] localhost kernel: device-mapper: uevent: version 1.0.3
[    4.184902] localhost kernel: device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    4.188778] localhost kernel: device-mapper: multipath: version 1.11.0 loaded
[    4.189159] localhost kernel: device-mapper: multipath round-robin: version 1.1.0 loaded
[    4.200974] localhost kernel: RPC: Registered named UNIX socket transport module.
[    4.200992] localhost kernel: RPC: Registered udp transport module.
[    4.201010] localhost kernel: RPC: Registered tcp transport module.
[    4.201028] localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.194207] localhost rpc.statd[386]: Version 1.3.0 starting
[    4.196071] localhost rpc.statd[386]: Initializing NSM state
[    4.196307] localhost rpc.statd[386]: Running as root.  chown /var/lib/nfs/statd to choose different user
[    4.209108] localhost systemd[1]: Started dracut pre-udev hook.
[    4.209179] localhost systemd[1]: Starting udev Kernel Device Manager...
[    4.209562] localhost systemd-udevd[413]: starting version 219
[    4.209660] localhost systemd-udevd[413]: Network interface NamePolicy= disabled on kernel command line, ignoring.
[    4.211429] localhost systemd[1]: Started udev Kernel Device Manager.
[    4.211489] localhost systemd[1]: Starting dracut pre-trigger hook...
[    4.222341] localhost lldpad[426]: config file failed to load,
[    4.222426] localhost lldpad[426]: create a new file.
[    4.222512] localhost lldpad[426]: bound ctrl iface to /com/intel/lldpad
[    4.223206] localhost dracut-pre-trigger[414]: 427
[    4.246090] localhost systemd[1]: Started dracut pre-trigger hook.
[    4.246166] localhost systemd[1]: Starting udev Coldplug all Devices...
[    4.247XXX] localhost systemd-udevd[413]: Network interface NamePolicy= disabled on kernel command line, ignoring.
[    4.262492] localhost systemd[1]: Mounting Configuration File System...
[    4.269515] localhost systemd[1]: Mounted Configuration File System.
[    4.297744] localhost kernel: FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[    4.275109] localhost systemd[1]: Started udev Coldplug all Devices.
[    4.275176] localhost systemd[1]: Starting Device-Mapper Multipath Device Controller...
[    4.275239] localhost systemd[1]: Reached target System Initialization.
[    4.275301] localhost systemd[1]: Starting System Initialization.
[    4.275361] localhost systemd[1]: Listening on Open-iSCSI iscsiuio Socket.
[    4.275435] localhost systemd[1]: Starting Open-iSCSI iscsiuio Socket.
[    4.275492] localhost systemd[1]: Reached target Sockets.
[    4.275551] localhost systemd[1]: Starting Sockets.
[    4.275610] localhost systemd[1]: Starting Show Plymouth Boot Screen...
[    4.296685] localhost systemd[1]: Received SIGRTMIN+20 from PID 511 (plymouthd).
[    4.297292] localhost systemd[1]: Started Show Plymouth Boot Screen.
[    4.297362] localhost systemd[1]: Reached target Paths.
[    4.297421] localhost systemd[1]: Starting Paths.
[    4.297483] localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
[    4.297540] localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch.
[    4.297599] localhost systemd[1]: Reached target Basic System.
[    4.297656] localhost systemd[1]: Starting Basic System.
[    4.298334] localhost systemd[1]: Started Device-Mapper Multipath Device Controller.
[    4.298407] localhost systemd[1]: Starting Open-iSCSI...
[    4.300881] localhost iscsid[522]: iSCSI logger with pid=527 started!
[    4.301858] localhost systemd[1]: Failed to read PID from file /var/run/iscsid.pid: Invalid argument
[    4.303811] localhost iscsid[527]: iSCSI daemon with pid=528 started!
[    4.304874] localhost systemd[1]: Started Open-iSCSI.
[    4.304934] localhost systemd[1]: Starting dracut initqueue hook...
[    4.344732] localhost kernel: VMware PVSCSI driver - version 1.0.6.0-k
[    4.344877] localhost kernel: vmw_pvscsi: using 64bit dma
[    4.344895] localhost kernel: vmw_pvscsi: max_id: 16
[    4.344913] localhost kernel: vmw_pvscsi: setting ring_pages to 8
[    4.346933] localhost kernel: libata version 3.00 loaded.
[    4.347767] localhost kernel: ata_piix 0000:00:07.1: version 2.13
[    4.350927] localhost kernel: [drm] Initialized drm 1.1.0 20060810
[    4.352734] localhost kernel: VMware vmxnet3 virtual NIC driver - version 1.4.7.0-k-NAPI
[    4.352752] localhost kernel: vmxnet3 0000:0b:00.0: # of Tx queues : 1, # of Rx queues : 1
[    4.353774] localhost kernel: vmxnet3 0000:0b:00.0: irq 56 for MSI/MSI-X
[    4.353792] localhost kernel: vmxnet3 0000:0b:00.0: irq 57 for MSI/MSI-X
[    4.353881] localhost kernel: vmxnet3 0000:0b:00.0 eth0: NIC Link is Up 10000 Mbps
[    4.355389] localhost kernel: scsi host1: ata_piix
[    4.358683] localhost kernel: vmw_pvscsi 0000:03:00.0: irq 58 for MSI/MSI-X
[    4.358701] localhost kernel: vmw_pvscsi: using MSI-X
[    4.358719] localhost kernel: pvscsi: enabling reqCallThreshold
[    4.358737] localhost kernel: pvscsi: driver-based request coalescing disabled
[    4.358755] localhost kernel: scsi host0: VMware PVSCSI storage adapter rev 2, req/cmp/msg rings: 8/8/1 pages, cmd_per_lun=254
[    4.358791] localhost kernel: vmw_pvscsi 0000:03:00.0: VMware PVSCSI rev 2 host #0
[    4.358891] localhost kernel: scsi 0:0:0:0: Direct-Access     VMware   Virtual disk     1.0  PQ: 0 ANSI: 2
[    4.364128] localhost kernel: scsi host2: ata_piix
[    4.364164] localhost kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
[    4.364182] localhost kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
[    4.370389] localhost kernel: 8021q: 802.1Q VLAN Support v1.8
[    4.371397] localhost kernel: [drm] DMA map mode: Using physical TTM page addresses.
[    4.371676] localhost kernel: [drm] Capabilities:
[    4.371694] localhost kernel: [drm]   Rect copy.
[    4.371712] localhost kernel: [drm]   Cursor.
[    4.371730] localhost kernel: [drm]   Cursor bypass.
[    4.371748] localhost kernel: [drm]   Cursor bypass 2.
[    4.371766] localhost kernel: [drm]   8bit emulation.
[    4.371784] localhost kernel: [drm]   Alpha cursor.
[    4.371801] localhost kernel: [drm]   Extended Fifo.
[    4.371819] localhost kernel: [drm]   Multimon.
[    4.371837] localhost kernel: [drm]   Pitchlock.
[    4.371855] localhost kernel: [drm]   Irq mask.
[    4.371873] localhost kernel: [drm]   Display Topology.
[    4.371891] localhost kernel: [drm]   GMR.
[    4.371909] localhost kernel: [drm]   Traces.
[    4.37XXX7] localhost kernel: [drm]   GMR2.
[    4.371945] localhost kernel: [drm]   Screen Object 2.
[    4.371963] localhost kernel: [drm]   Command Buffers.
[    4.371981] localhost kernel: [drm]   Command Buffers 2.
[    4.371999] localhost kernel: [drm]   Guest Backed Resources.
[    4.372017] localhost kernel: [drm] Max GMR ids is 64
[    4.372035] localhost kernel: [drm] Max number of GMR pages is 65536
[    4.372053] localhost kernel: [drm] Max dedicated hypervisor surface memory is 0 kiB
[    4.372071] localhost kernel: [drm] Maximum display memory size is 8XXX kiB
[    4.372089] localhost kernel: [drm] VRAM at 0xe8000000 size is 8XXX kiB
[    4.372107] localhost kernel: [drm] MMIO at 0xfe000000 size is 256 kiB
[    4.373139] localhost kernel: [drm] global init.
[    4.376756] localhost kernel: [TTM] Zone  kernel: Available graphics memory: 3055840 kiB
[    4.376774] localhost kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    4.376792] localhost kernel: [TTM] Initializing pool allocator
[    4.376810] localhost kernel: [TTM] Initializing DMA pool allocator
[    4.376857] localhost kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.376875] localhost kernel: [drm] No driver support for vblank timestamp query.
[    4.377091] localhost kernel: [drm] Screen Target Display device initialized
[    4.377108] localhost kernel: [drm] width 1280
[    4.377126] localhost kernel: [drm] height 768
[    4.377144] localhost kernel: [drm] bpp 32
[    4.377690] localhost kernel: [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
[    4.382044] localhost kernel: [drm] Using command buffers with DMA pool.
[    4.382062] localhost kernel: [drm] DX: no.
[    4.401880] localhost kernel: AES CTR mode by8 optimization enabled
[    4.403284] localhost kernel: fbcon: svgadrmfb (fb0) is primary device
[    4.416692] localhost kernel: Console: switching to colour frame buffer device 160x48
[    4.441999] localhost kernel: [drm] Initialized vmwgfx 2.10.0 20160210 for 0000:00:0f.0 on minor 0
[    4.470409] localhost kernel: sd 0:0:0:0: [sda] 41943040 512-byte logical blocks: (21.4 GB/20.0 GiB)
[    4.470458] localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
[    4.470476] localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 61 00 00 00
[    4.470511] localhost kernel: sd 0:0:0:0: [sda] Cache data unavailable
[    4.470529] localhost kernel: sd 0:0:0:0: [sda] Assuming drive cache: write through
[    4.472000] localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
[    4.472141] localhost kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    4.510991] localhost kernel: alg: No test for crc32 (crc32-pclmul)
[    4.530795] localhost kernel: ata2.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
[    4.536794] localhost kernel: ata2.00: configured for UDMA/33
[    4.537237] localhost kernel: scsi 2:0:0:0: CD-ROM            NECVMWar VMware IDE CDR10 1.00 PQ: 0 ANSI: 5
[    4.549352] localhost kernel: sr 2:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
[    4.549370] localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.550106] localhost kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
[    4.534576] localhost multipathd[519]: path checkers start up
[    4.534741] localhost multipathd[519]: sda: add path (uevent)
[    4.535046] localhost multipathd[519]: sda: failed to get path uid
[    4.537186] localhost multipathd[519]: uevent trigger error
[    4.621730] localhost kernel: vmxnet3 0000:0b:00.0 eth0: intr type 3, mode 0, 2 vectors allocated
[    4.623686] localhost kernel: vmxnet3 0000:0b:00.0 eth0: NIC Link is Up 10000 Mbps
[    4.623974] localhost kernel: 8021q: adding VLAN 0 to HW filter on device eth0
[    4.609441] localhost dracut-initqueue[529]: RTNETLINK answers: Network is unreachable
[    5.304158] localhost iscsid[527]: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi
[    5.304285] localhost iscsid[527]: Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formated InitiatorName. If using software iscsi (iscsi_tcp or ib_iser) or partial offload (bnx2i or cxgbi iscsi), you may not be able to log into or d
[    5.304382] localhost iscsid[527]: can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi
[    5.304476] localhost iscsid[527]: can't open iscsid.safe_logout configuration file /etc/iscsi/iscsid.conf
[   14.992485] test01 multipathd[519]: sda: add path (uevent)
[   14.992852] test01 multipathd[519]: sda: spurious uevent, path already in pathvec
[   14.994119] test01 multipathd[519]: sda: failed to get path uid
[   14.995505] test01 multipathd[519]: uevent trigger error
[   25.058843] test01 multipathd[519]: sda: add path (uevent)
[   25.059217] test01 multipathd[519]: sda: spurious uevent, path already in pathvec
[   25.060263] test01 multipathd[519]: sda: failed to get path uid
[   25.062459] test01 multipathd[519]: uevent trigger error
[   35.060321] test01 multipathd[519]: sda: add path (uevent)
[   35.060660] test01 multipathd[519]: sda: spurious uevent, path already in pathvec
[   35.061457] test01 multipathd[519]: sda: failed to get path uid
[   35.063461] test01 multipathd[519]: uevent trigger error
[   68.190356] test01 dracut-initqueue[529]: % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
[   68.XXX145] test01 dracut-initqueue[529]: Dload  Upload   Total   Spent    Left  Speed
[   68.336820] test01 dracut-initqueue[529]: 0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 42.6M  100 42.6M    0     0   289M      0 --:--:-- --:--:-- --:--:--  291M
[   68.467287] test01 kernel: loop: module loaded
[   68.448956] test01 dracut-initqueue[529]: losetup: /tmp/curl_fetch_url0/initrd.img: warning: file does not fit into a 512-byte sector the end of the file will be ignored.
[   68.604404] test01 dracut-initqueue[529]: RTNETLINK answers: File exists
[   69.213816] test01 dracut-initqueue[529]: % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
[   69.217161] test01 dracut-initqueue[529]: Dload  Upload   Total   Spent    Left  Speed
[   69.224898] test01 dracut-initqueue[529]: 0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   840  100   840    0     0  73846      0 --:--:-- --:--:-- --:--:-- 76363
[   70.203180] test01 systemd[1]: Started dracut initqueue hook.
[   70.203316] test01 systemd[1]: Starting dracut pre-mount hook...
[   70.203452] test01 systemd[1]: Reached target Remote File Systems (Pre).
[   70.203576] test01 systemd[1]: Starting Remote File Systems (Pre).
[   70.203681] test01 systemd[1]: Reached target Remote File Systems.
[   70.203789] test01 systemd[1]: Starting Remote File Systems.
[   70.217136] test01 systemd[1]: Started dracut pre-mount hook.
[   70.217259] test01 systemd[1]: Reached target Initrd Root File System.
[   70.217378] test01 systemd[1]: Starting Initrd Root File System.
[   70.217490] test01 systemd[1]: Starting Reload Configuration from the Real Root...
[   70.221138] test01 systemd[1]: Reloading.
[   70.258806] test01 systemd[1]: Started Reload Configuration from the Real Root.
[   70.259354] test01 systemd[1]: Starting dracut mount hook...
[   70.261081] test01 systemd[1]: Reached target Initrd File Systems.
[   70.261249] test01 systemd[1]: Starting Initrd File Systems.
[   70.272390] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.273289] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.274154] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.274266] test01 dracut-mount[921]: dmesg | tail or so.
[   70.280473] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.281458] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.282409] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.282526] test01 dracut-mount[921]: dmesg | tail or so.
[   70.289173] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.290111] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.291740] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.291861] test01 dracut-mount[921]: dmesg | tail or so.
[   70.298764] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.299748] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.300734] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.300853] test01 dracut-mount[921]: dmesg | tail or so.
[   70.307104] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.308062] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.308997] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.309130] test01 dracut-mount[921]: dmesg | tail or so.
[   70.315303] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.316303] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.317246] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.317364] test01 dracut-mount[921]: dmesg | tail or so.
[   70.324452] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.325434] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.326389] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.326510] test01 dracut-mount[921]: dmesg | tail or so.
[   70.333222] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.334183] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.335117] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.335228] test01 dracut-mount[921]: dmesg | tail or so.
[   70.341607] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.342564] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.343477] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.343594] test01 dracut-mount[921]: dmesg | tail or so.
[   70.349940] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.350851] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.351772] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.351894] test01 dracut-mount[921]: dmesg | tail or so.
[   70.359240] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.360215] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.361115] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.361233] test01 dracut-mount[921]: dmesg | tail or so.
[   70.367799] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.368917] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.369863] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.369983] test01 dracut-mount[921]: dmesg | tail or so.
[   70.376505] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.377414] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.378366] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.378493] test01 dracut-mount[921]: dmesg | tail or so.
[   70.384625] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.385472] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.386310] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.386444] test01 dracut-mount[921]: dmesg | tail or so.
[   70.393363] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.394344] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.395262] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.395384] test01 dracut-mount[921]: dmesg | tail or so.
[   70.402053] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.402945] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.403867] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.403985] test01 dracut-mount[921]: dmesg | tail or so.
[   70.410191] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.411103] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.412039] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.412157] test01 dracut-mount[921]: dmesg | tail or so.
[   70.418297] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.4XXX10] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.420171] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.420328] test01 dracut-mount[921]: dmesg | tail or so.
[   70.427276] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.428208] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.429159] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.429280] test01 dracut-mount[921]: dmesg | tail or so.
[   70.436040] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.436937] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.437845] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.437955] test01 dracut-mount[921]: dmesg | tail or so.
[   70.444190] test01 dracut-mount[921]: mount: wrong fs type, bad option, bad superblock on /dev/mapper/live-rw,
[   70.445094] test01 dracut-mount[921]: missing codepage or helper program, or other error
[   70.445977] test01 dracut-mount[921]: In some cases useful info is found in syslog - try
[   70.446110] test01 dracut-mount[921]: dmesg | tail or so.
[   70.449603] test01 dracut-mount[921]: Warning: Can't mount root filesystem
[   70.534104] test01 systemd[1]: Received SIGRTMIN+20 from PID 511 (plymouthd).
[   70.541257] test01 systemd[1]: Starting Dracut Emergency Shell...
[   70.558914] test01 systemd[1]: Received SIGRTMIN+21 from PID 511 (plymouthd).
[   70.660706] test01 kernel: blk_update_request: I/O error, dev fd0, sector 0
[   70.705730] test01 kernel: blk_update_request: I/O error, dev fd0, sector 0

By the way. My initial setup/menu is to provide the admin the ability to enter IP address, hostname, gateway and such and pass that along to a PHP script on the webserver. It then cats out the kickstart config file with the networking info on the top. I do this because we are not permitted to use tftp or DHCP in the server environment.

I even tried to rebuild the DVD with the latest patches but that failed to go anywhere. I see the KS changed a bit in RHEL7 and I'm wondering if I'm missing something or not loading in the proper sequence.

Redhat can't provide much help so I'm pretty much stuck.

Thanks

Glen
Find all posts by this user
Quote this message in a reply
2017-05-31, 21:19
Post: #5
RE: Any have a working RHEL7 HTTP/Static install configuration
Well folks. I answered my own question coming across a CenOS7 post someplace else.

Here is what I found...

Code:
set mirror http://${ksaddress}/iso/rh73/
set repo inst.repo=http://${ksaddress}/iso/rh73
set ks http://${ksaddress}/ks/html/boot.php?ip=${ip}&hostname=${hostname}&netmask=${netmask}&gateway=${gateway}&ksfile=${ksfile}

set image images/pxeboot/initrd.img
set squash LiveOS/squashfs.img
set bootdev inst.ksdevice=eth0
set predictable net.ifnames=0 biosdevname=0

set params ${bootdev} ${predictable} inst.ks=${ks} ip=${ip}::${gateway}:${netmask}:${hostname}::none inst.loglevel=debug [color=#FF0000]root=live:${mirror}${squash}[/color]
kernel ${mirror}images/pxeboot/vmlinuz ${repo} ${params}
boot

Rather than using initrd.img in the location where you specify "root=live:http://ipaddress/path/to/initrd.img" I needed to use "root=live:http://ipaddress/LiveOS/squashfs.img" instead. So in fact it did change from RHEL6 and not a bug, user error.

I was able to get an OS install operational.

I just wanted to post this in case anyone else has these issues.

Thanks.

Glen
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)