Link to home
Start Free TrialLog in
Avatar of mickt
micktFlag for Ireland

asked on

How can I resolve "No disk activity in 300 seconds, failing." with oz-install?

I am trying to create a centOs image using oz-install but it fails as outlined below.  I've trawled through much on the web but I'm no closer to a resolution.  Any assistance would be appreciated.

I've tried on two CentOS6.4 servers, one real and one a VM with the same result.


[root@mick ~]# oz-install -p -u -d4 -a centos6.4-template.cfg centos6.4.tdl
DEBUG:oz.Guest.RHEL6Guest:libvirt bridge name is virbr0
DEBUG:oz.Guest.RHEL6Guest:Libvirt type is qemu
DEBUG:oz.Guest.RHEL6Guest:Name: centos6.4-x86_64, UUID: f7c74d2a-6d6d-4df7-9e32-7f7380d8e2ff
DEBUG:oz.Guest.RHEL6Guest:MAC: 52:54:00:36:dc:9b, distro: CentOS-6
DEBUG:oz.Guest.RHEL6Guest:update: 4, arch: x86_64, diskimage: /images/centos6.4-x86_64.dsk
DEBUG:oz.Guest.RHEL6Guest:nicmodel: virtio, clockoffset: utc
DEBUG:oz.Guest.RHEL6Guest:mousetype: ps2, disk_bus: virtio, disk_dev: vda
DEBUG:oz.Guest.RHEL6Guest:icicletmp: /var/lib/oz/icicletmp/centos6.4-x86_64, listen_port: 55366
DEBUG:oz.Guest.RHEL6Guest:Original ISO path: /var/lib/oz/isos/CentOS-64x86_64-url.iso
DEBUG:oz.Guest.RHEL6Guest:Modified ISO cache: /var/lib/oz/isos/CentOS-64x86_64-url-oz.iso
DEBUG:oz.Guest.RHEL6Guest:Output ISO path: /images/centos6.4-x86_64-url-oz.iso
DEBUG:oz.Guest.RHEL6Guest:ISO content path: /var/lib/oz/isocontent/centos6.4-x86_64-url
INFO:oz.Guest.RHEL6Guest:Cleaning up guest named centos6.4-x86_64
DEBUG:oz.Guest.RHEL6Guest:Installtype is URL, trying to do direct kernel boot
DEBUG:oz.Guest.RHEL6Guest:Kernel was None, trying images/pxeboot/vmlinuz
DEBUG:oz.Guest.RHEL6Guest:Initrd was None, trying images/pxeboot/initrd.img
INFO:oz.Guest.RHEL6Guest:Fetching the original media
DEBUG:oz.Guest.RHEL6Guest:Attempting to get the lock for /var/lib/oz/kernels/CentOS-64x86_64-kernel
DEBUG:oz.Guest.RHEL6Guest:Got the lock, doing the download
INFO:oz.Guest.RHEL6Guest:Original install media available, using cached version
INFO:oz.Guest.RHEL6Guest:Fetching the original media
DEBUG:oz.Guest.RHEL6Guest:Attempting to get the lock for /var/lib/oz/kernels/CentOS-64x86_64-ramdisk
DEBUG:oz.Guest.RHEL6Guest:Got the lock, doing the download
INFO:oz.Guest.RHEL6Guest:Original install media available, using cached version
DEBUG:oz.Guest.RHEL6Guest:Putting the kickstart in place
DEBUG:oz.Guest.RHEL6Guest:Writing cpio to /var/lib/oz/icicletmp/centos6.4-x86_64/extra.cpio
INFO:oz.Guest.RHEL6Guest:Generating 20GB diskimage for centos6.4-x86_64
INFO:oz.Guest.RHEL6Guest:Running install for centos6.4-x86_64
INFO:oz.Guest.RHEL6Guest:Generate XML for guest centos6.4-x86_64 with bootdev None
DEBUG:oz.Guest.RHEL6Guest:Generated XML:
<domain type="qemu">
  <name>centos6.4-x86_64</name>
  <memory>1048576</memory>
  <currentMemory>1048576</currentMemory>
  <uuid>f7c74d2a-6d6d-4df7-9e32-7f7380d8e2ff</uuid>
  <clock offset="utc"/>
  <vcpu>1</vcpu>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <os>
    <type>hvm</type>
    <kernel>/images/centos6.4-x86_64-kernel</kernel>
    <initrd>/images/centos6.4-x86_64-ramdisk</initrd>
    <cmdline>method=http://10.10.12.254/CENTOS6.4-x86_64-ES/ ks=file:/ks.cfg</cmdline>
  </os>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <graphics type="vnc" port="-1"/>
    <interface type="bridge">
      <source bridge="virbr0"/>
      <mac address="52:54:00:36:dc:9b"/>
      <model type="virtio"/>
    </interface>
    <input bus="ps2" type="mouse"/>
    <serial type="pty">
      <target port="0"/>
    </serial>
    <serial type="tcp">
      <source host="127.0.0.1" mode="bind" service="55366"/>
      <protocol type="raw"/>
      <target port="1"/>
    </serial>
    <disk device="disk" type="file">
      <target bus="virtio" dev="vda"/>
      <source file="/images/centos6.4-x86_64.dsk"/>
      <driver type="raw" name="qemu"/>
    </disk>
  </devices>
</domain>

DEBUG:oz.Guest.RHEL6Guest:Waiting for centos6.4-x86_64 to finish installing, 1200/1200

DEBUG:oz.Guest.RHEL6Guest:Waiting for centos6.4-x86_64 to finish installing, 700/1200
INFO:oz.Guest.RHEL6Guest:Cleaning up guest named centos6.4-x86_64
INFO:oz.Guest.RHEL6Guest:Cleaning up after install
Traceback (most recent call last):
  File "/usr/bin/oz-install", line 162, in <module>
    libvirt_xml = guest.install(timeout, force_download)
  File "/usr/lib/python2.6/site-packages/oz/RedHat.py", line 685, in install
    self.initrdfname, self.cmdline)
  File "/usr/lib/python2.6/site-packages/oz/Guest.py", line 1663, in _do_install
    self._wait_for_install_finish(dom, timeout)
  File "/usr/lib/python2.6/site-packages/oz/Guest.py", line 775, in _wait_for_install_finish
    raise oz.OzException.OzException("No disk activity in %d seconds, failing.  %s" % (inactivity_timeout, screenshot_text))
oz.OzException.OzException: No disk activity in 300 seconds, failing.  Check screenshot at /var/lib/oz/screenshots/centos6.4-x86_64-1408364808.19.ppm for more detail


[root@mick ~]# cat centos6.4.tdl
<template>
 <name>centos6.4-x86_64</name>
 <description>CentOS6.4 x86_64 template</description>
 <os>
  <name>CentOS-6</name>
  <version>4</version>
  <arch>x86_64</arch>
  <install type='url'>
    <url>http://10.10.12.254/CENTOS6.4-x86_64-ES/</url>
  </install>
 </os>
 <disk>
   <size>20</size>
 </disk>
</template>


[root@mick ~]# cat centos6.4-template.cfg
#Skip Identification Number
key --skip

#Do not install X system
skipx

#System  language
lang en_IE.UTF-8

#System keyboard
keyboard uk

#Sytem timezone
timezone --utc Europe/Dublin

#Root password
rootpw --iscrypted $1$js7Kjkuf$I4pW./OZsqBLBnoAGajeK.

#Reboot after installation
reboot

#Install OS instead of upgrade
install

#System bootloader configuration
bootloader --location mbr --append "rhgb quiet"

#Clear the Master Boot Record
zerombr yes

#Partition clearing information
clearpart --all --initlabel
#Partioning information
part /boot      --fstype ext4   --size 200
part swap                       --size 2000
part pv.01      --fstype ext4   --size 1 --grow
#LVM information
volgroup sysvg pv.01
# The following line is for TEST only; must NOT be used in live environment!
logvol /        --vgname=sysvg --size=1 --grow --name=lv_root

#System authorization infomation
auth  --useshadow  --enablemd5

#Network information
network --device eth0 --bootproto static --ip 10.10.12.253 --netmask 255.255.255.0 --gateway 10.10.12.1 --nameserver 10.10.9.6,10.10.9.7 --hostname TEMPLATE

#Firewall configuration
firewall --disabled

#SELinux configuration
selinux --disabled

#Package install information
%packages
@arabic-support
@base
@core
@mail-server
@debugging
@development
@nfs-file-server
@network-file-system-client
@perl-runtime
@server-platform
@server-policy
.......
various rpm & -rpm etc.
.......
Avatar of gheist
gheist
Flag of Belgium image

What is in dmesg when timeout happens?
Avatar of compdigit44
compdigit44

Did you use the same CenTOs media to install both servers? If so, try to install it again with a fresh download.
Avatar of mickt

ASKER

Both servers were kickstarted with the same setup, only IP and partition table differ.  I will check dmesg during another attempt later today.
Avatar of mickt

ASKER

dmesg from bare metal server as follows.

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32-358.el6.x86_64 (mockbuild@c6b8.bsys.dev.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) ) #1 SMP Fri Feb 22 00:31:26 UTC 2013
Command line: ro root=/dev/mapper/sysvg-lv_root rd_NO_LUKS LANG=en_IE.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto  KEYBOARDTYPE=pc KEYTABLE=uk rd_LVM_LV=sysvg/lv_root rd_NO_DM rhgb quiet rhgb quiet
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
 BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 00000000cfe56000 (usable)
 BIOS-e820: 00000000cfe56000 - 00000000cfe5e000 (ACPI data)
 BIOS-e820: 00000000cfe5e000 - 00000000cfe5f000 (usable)
 BIOS-e820: 00000000cfe5f000 - 00000000d0000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fed00000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
 BIOS-e820: 00000000ffc00000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 000000042ffff000 (usable)
DMI 2.4 present.
SMBIOS version 2.4 @ 0xF4F40
DMI: HP ProLiant BL460c G1, BIOS I15 02/29/2008
e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
last_pfn = 0x42ffff max_arch_pfn = 0x400000000
MTRR default type: write-back
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 00D0000000 mask 0FF0000000 uncachable
  1 base 00E0000000 mask 0FE0000000 uncachable
  2 disabled
  3 disabled
  4 disabled
  5 disabled
  6 disabled
  7 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
last_pfn = 0xcfe5f max_arch_pfn = 0x400000000
initial memory mapped : 0 - 20000000
init_memory_mapping: 0000000000000000-00000000cfe5f000
 0000000000 - 00cfe00000 page 2M
 00cfe00000 - 00cfe5f000 page 4k
kernel direct mapping tables up to cfe5f000 @ 8000-e000
init_memory_mapping: 0000000100000000-000000042ffff000
 0100000000 - 042fe00000 page 2M
 042fe00000 - 042ffff000 page 4k
kernel direct mapping tables up to 42ffff000 @ c000-1f000
RAMDISK: 37041000 - 37fef4ed
ACPI: RSDP 00000000000f4f00 00024 (v02 HP    )
ACPI: XSDT 00000000cfe567c0 00074 (v01 HP     ProLiant 00000002   Ò? 0000162E)
ACPI: FACP 00000000cfe56840 000F4 (v03 HP     ProLiant 00000002   Ò? 0000162E)
ACPI Warning: Invalid length for Pm1aControlBlock: 32, using default 16 (20090903/tbfadt-607)
ACPI: DSDT 00000000cfe56940 02135 (v01 HP         DSDT 00000001 INTL 20030228)
ACPI: FACS 00000000cfe56100 00040
ACPI: SPCR 00000000cfe56140 00050 (v01 HP     SPCRRBSU 00000001   Ò? 0000162E)
ACPI: MCFG 00000000cfe561c0 0003C (v01 HP     ProLiant 00000001      00000000)
ACPI: HPET 00000000cfe56200 00038 (v01 HP     ProLiant 00000002   Ò? 0000162E)
ACPI: SPMI 00000000cfe56240 00040 (v05 HP     ProLiant 00000001   Ò? 0000162E)
ACPI: ERST 00000000cfe56280 001D0 (v01 HP     ProLiant 00000001   Ò? 0000162E)
ACPI: APIC 00000000cfe56480 00092 (v01 HP     ProLiant 00000002      00000000)
ACPI: FFFF 00000000cfe56540 00176 (v01 HP     ProLiant 00000001   Ò? 0000162E)
ACPI: BERT 00000000cfe566c0 00030 (v01 HP     ProLiant 00000001   Ò? 0000162E)
ACPI: HEST 00000000cfe56700 000BC (v01 HP     ProLiant 00000001   Ò? 0000162E)
ACPI: Local APIC address 0xfee00000
Setting APIC routing to flat.
No NUMA configuration found
Faking a node at 0000000000000000-000000042ffff000
Bootmem setup node 0 0000000000000000-000000042ffff000
  NODE_DATA [000000000001a000 - 000000000004dfff]
  bootmap [0000000000100000 -  0000000000185fff] pages 86
(8 early reservations) ==> bootmem [0000000000 - 042ffff000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0001000000 - 000201b0a4]    TEXT DATA BSS ==> [0001000000 - 000201b0a4]
  #3 [0037041000 - 0037fef4ed]          RAMDISK ==> [0037041000 - 0037fef4ed]
  #4 [000009f400 - 0000100000]    BIOS reserved ==> [000009f400 - 0000100000]
  #5 [000201c000 - 000201c114]              BRK ==> [000201c000 - 000201c114]
  #6 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
  #7 [000000c000 - 000001a000]          PGTABLE ==> [000000c000 - 000001a000]
found SMP MP-table at [ffff8800000f4f80] f4f80
Reserving 130MB of memory at 48MB for crashkernel (System RAM: 17151MB)
 [ffffea0000000000-ffffea000ebfffff] PMD -> [ffff880028600000-ffff8800367fffff] on node 0
Zone PFN ranges:
  DMA      0x00000001 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x0042ffff
Movable zone start PFN for each node
early_node_map[4] active PFN ranges
    0: 0x00000001 -> 0x0000009f
    0: 0x00000100 -> 0x000cfe56
    0: 0x000cfe5e -> 0x000cfe5f
    0: 0x00100000 -> 0x0042ffff
On node 0 totalpages: 4193780
  DMA zone: 56 pages used for memmap
  DMA zone: 117 pages reserved
  DMA zone: 3825 pages, LIFO batch:0
  DMA32 zone: 14280 pages used for memmap
  DMA32 zone: 833167 pages, LIFO batch:31
  Normal zone: 45696 pages used for memmap
  Normal zone: 3296639 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x908
ACPI: Local APIC address 0xfee00000
Setting APIC routing to flat.
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
SMP: Allowing 8 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 24
PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
PM: Registered nosave memory: 00000000cfe56000 - 00000000cfe5e000
PM: Registered nosave memory: 00000000cfe5f000 - 00000000d0000000
PM: Registered nosave memory: 00000000d0000000 - 00000000e0000000
PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
PM: Registered nosave memory: 00000000fec00000 - 00000000fed00000
PM: Registered nosave memory: 00000000fed00000 - 00000000fee00000
PM: Registered nosave memory: 00000000fee00000 - 00000000fee10000
PM: Registered nosave memory: 00000000fee10000 - 00000000ffc00000
PM: Registered nosave memory: 00000000ffc00000 - 0000000100000000
Allocating PCI resources starting at d0000000 (gap: d0000000:10000000)
Booting paravirtualized kernel on bare hardware
NR_CPUS:4096 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
PERCPU: Embedded 31 pages/cpu @ffff880028200000 s94552 r8192 d24232 u262144
pcpu-alloc: s94552 r8192 d24232 u262144 alloc=1*2097152
pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4133631
Policy zone: Normal
Kernel command line: ro root=/dev/mapper/sysvg-lv_root rd_NO_LUKS LANG=en_IE.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=130M@0M  KEYBOARDTYPE=pc KEYTABLE=uk rd_LVM_LV=sysvg/lv_root rd_NO_DM rhgb quiet rhgb quiet
PID hash table entries: 4096 (order: 3, 32768 bytes)
Checking aperture...
No AGP bridge found
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
software IO TLB at phys 0x20000000 - 0x24000000
Memory: 16310400k/17563644k available (5220k kernel code, 788524k absent, 464720k reserved, 7121k data, 1264k init)
Hierarchical RCU implementation.
NR_IRQS:33024 nr_irqs:472
Extended CMOS year: 2000
Console: colour VGA+ 80x25
console [tty0] enabled
allocated 67108864 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
hpet clockevent registered
Fast TSC calibration using PIT
Detected 3000.251 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 6000.50 BogoMIPS (lpj=3000251)
pid_max: default: 32768 minimum: 301
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Mount-cache hash table entries: 256
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
Initializing cgroup subsys blkio
Initializing cgroup subsys perf_event
Initializing cgroup subsys net_prio
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
mce: CPU supports 6 MCE banks
CPU0: Thermal monitoring enabled (TM2)
using mwait in idle threads.
ACPI: Core revision 20090903
ftrace: converting mcount calls to 0f 1f 44 00 00
ftrace: allocating 21428 entries in 85 pages
Setting APIC routing to flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Xeon(R) CPU           E5450  @ 3.00GHz stepping 06
Performance Events: PEBS fmt0+, Core2 events, Broken BIOS detected, complain to your hardware vendor.
[Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 186 is 43003c)
Intel PMU driver.
... version:                2
... bit width:              40
... generic registers:      2
... value mask:             000000ffffffffff
... max period:             000000007fffffff
... fixed-purpose events:   3
... event mask:             0000000700000003
NMI watchdog enabled, takes one hw-pmu counter.
Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 Ok.
Brought up 8 CPUs
Total of 8 processors activated (48002.23 BogoMIPS).
sizeof(vma)=200 bytes
sizeof(page)=56 bytes
sizeof(inode)=592 bytes
sizeof(dentry)=192 bytes
sizeof(ext3inode)=800 bytes
sizeof(buffer_head)=104 bytes
sizeof(skbuff)=232 bytes
sizeof(task_struct)=2648 bytes
devtmpfs: initialized
regulator: core version 0.5
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG at e0000000 - efffffff
PCI: Using configuration type 1 for base access
PCI: HP ProLiant BL460c G1 detected, enabling pci=bfsort.
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI Error: Field [CDW3] at 96 exceeds Buffer [NULL] size 64 (bits) (20090903/dsopcode-596)
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_._OSC] (Node ffff880429d331c8), AE_AML_BUFFER_LIMIT
ACPI: Interpreter enabled
ACPI: (supports S0 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: No dock devices found.
HEST: Table parsing has been initialized.
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
pci_root PNP0A03:00: host bridge window [io  0x0000-0x0cf7]
pci_root PNP0A03:00: host bridge window [io  0x0d00-0xffff]
pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
pci_root PNP0A03:00: host bridge window [mem 0xd0000000-0xdfffffff]
pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff]
pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:00.0: PME# disabled
pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
pci 0000:00:04.0: PME# disabled
pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
pci 0000:00:05.0: PME# disabled
pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
pci 0000:00:06.0: PME# disabled
pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
pci 0000:00:07.0: PME# disabled
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.0: PME# disabled
pci 0000:00:1d.0: reg 20: [io  0x1000-0x101f]
pci 0000:00:1d.1: reg 20: [io  0x1020-0x103f]
pci 0000:00:1d.2: reg 20: [io  0x1040-0x105f]
pci 0000:00:1d.3: reg 20: [io  0x1060-0x107f]
pci 0000:00:1d.7: reg 10: [mem 0xf5df0000-0xf5df03ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
pci 0000:04:00.0: PME# disabled
pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
pci 0000:04:00.3: PME# disabled
pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:00:02.0: PCI bridge to [bus 04-09]
pci 0000:00:02.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:02.0:   bridge window [mem 0xf9f00000-0xfbffffff]
pci 0000:00:02.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
pci 0000:05:00.0: PME# disabled
pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:05:01.0: PME# supported from D0 D3hot D3cold
pci 0000:05:01.0: PME# disabled
pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:04:00.0: PCI bridge to [bus 05-08]
pci 0000:04:00.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:04:00.0:   bridge window [mem 0xfa000000-0xfbffffff]
pci 0000:04:00.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
pci 0000:06:00.0: PME# disabled
pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:05:00.0: PCI bridge to [bus 06-07]
pci 0000:05:00.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:05:00.0:   bridge window [mem 0xfa000000-0xfbffffff]
pci 0000:05:00.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:07:00.0: reg 10: [mem 0xfa000000-0xfbffffff 64bit]
pci 0000:07:00.0: reg 30: [mem 0x00000000-0x00003fff pref]
pci 0000:07:00.0: PME# supported from D3hot D3cold
pci 0000:07:00.0: PME# disabled
pci 0000:06:00.0: PCI bridge to [bus 07-07]
pci 0000:06:00.0:   bridge window [io  0xfffffffffffff000-0x0000] (disabled)
pci 0000:06:00.0:   bridge window [mem 0xfa000000-0xfbffffff]
pci 0000:06:00.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:05:01.0: PCI bridge to [bus 08-08]
pci 0000:05:01.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:05:01.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:05:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:04:00.3: PCI bridge to [bus 09-09]
pci 0000:04:00.3:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:04:00.3:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:04:00.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
pci 0000:0a:00.0: PME# disabled
pci 0000:0a:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:00:03.0: PCI bridge to [bus 0a-0c]
pci 0000:00:03.0:   bridge window [io  0x4000-0x4fff]
pci 0000:00:03.0:   bridge window [mem 0xfdf00000-0xfdffffff]
pci 0000:00:03.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:0b:08.0: reg 10: [mem 0xfdf80000-0xfdffffff 64bit]
pci 0000:0b:08.0: reg 18: [io  0x4000-0x40ff]
pci 0000:0b:08.0: reg 1c: [mem 0xfdf70000-0xfdf77fff]
pci 0000:0b:08.0: reg 30: [mem 0x00000000-0x00003fff pref]
pci 0000:0b:08.0: supports D1
pci 0000:0a:00.0: PCI bridge to [bus 0b-0c]
pci 0000:0a:00.0:   bridge window [io  0x4000-0x4fff]
pci 0000:0a:00.0:   bridge window [mem 0xfdf00000-0xfdffffff]
pci 0000:0a:00.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:0b:04.0: PCI bridge to [bus 0c-0c]
pci 0000:0b:04.0:   bridge window [io  0xfffffffffffff000-0x0000] (disabled)
pci 0000:0b:04.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:0b:04.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:04.0: PCI bridge to [bus 0d-0f]
pci 0000:00:04.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:04.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:04.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:05.0: PCI bridge to [bus 10-12]
pci 0000:00:05.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:05.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:05.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:06.0: PCI bridge to [bus 13-15]
pci 0000:00:06.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:06.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:06.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:00:07.0: PCI bridge to [bus 16-18]
pci 0000:00:07.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:07.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
pci 0000:00:07.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
pci 0000:02:00.0: PME# disabled
pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:00:1c.0: PCI bridge to [bus 02-03]
pci 0000:00:1c.0:   bridge window [io  0xf000-0x0000] (disabled)
pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf7ffffff]
pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:03:00.0: reg 10: [mem 0xf6000000-0xf7ffffff 64bit]
pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
pci 0000:03:00.0: PME# supported from D3hot D3cold
pci 0000:03:00.0: PME# disabled
pci 0000:02:00.0: PCI bridge to [bus 03-03]
pci 0000:02:00.0:   bridge window [io  0xfffffffffffff000-0x0000] (disabled)
pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf7ffffff]
pci 0000:02:00.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
pci 0000:01:03.0: reg 10: [mem 0xd8000000-0xdfffffff pref]
pci 0000:01:03.0: reg 14: [io  0x3000-0x30ff]
pci 0000:01:03.0: reg 18: [mem 0xf5ff0000-0xf5ffffff]
pci 0000:01:03.0: reg 30: [mem 0x00000000-0x0001ffff pref]
pci 0000:01:03.0: supports D1 D2
pci 0000:01:04.0: reg 10: [io  0x2800-0x28ff]
pci 0000:01:04.0: reg 14: [mem 0xf5fe0000-0xf5fe01ff]
pci 0000:01:04.0: PME# supported from D0 D3hot D3cold
pci 0000:01:04.0: PME# disabled
pci 0000:01:04.2: reg 10: [io  0x3400-0x34ff]
pci 0000:01:04.2: reg 14: [mem 0xf5fd0000-0xf5fd07ff]
pci 0000:01:04.2: reg 18: [mem 0xf5fc0000-0xf5fc1fff]
pci 0000:01:04.2: reg 1c: [mem 0xf5f00000-0xf5f7ffff]
pci 0000:01:04.2: reg 30: [mem 0x00000000-0x0000ffff pref]
pci 0000:01:04.2: PME# supported from D0 D3hot D3cold
pci 0000:01:04.2: PME# disabled
pci 0000:01:04.4: reg 20: [io  0x3800-0x381f]
pci 0000:01:04.4: PME# supported from D0 D3hot D3cold
pci 0000:01:04.4: PME# disabled
pci 0000:01:04.6: reg 10: [mem 0xf5ef0000-0xf5ef00ff]
pci 0000:01:04.6: PME# supported from D0 D3hot D3cold
pci 0000:01:04.6: PME# disabled
pci 0000:00:1e.0: PCI bridge to [bus 01-01] (subtractive decode)
pci 0000:00:1e.0:   bridge window [io  0x2000-0x3fff]
pci 0000:00:1e.0:   bridge window [mem 0xf5e00000-0xf5ffffff]
pci 0000:00:1e.0:   bridge window [mem 0xd8000000-0xdfffffff 64bit pref]
pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IP2P._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IPTA.NPE1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PT02._PRT]
ACPI Warning for \_SB_.PCI0.PT02._PRT: Return Package has no elements (empty) (20090903/nspredef-440)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PT02.IPE4._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PT02.IPE4.IPE1.NPE2._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PT03._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PT04._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PT05._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PT06._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PT07._PRT]
 pci0000:00: Requesting ACPI _OSC control (0x1d)
Unable to assume _OSC PCIe control. Disabling ASPM
ACPI: PCI Interrupt Link [LNKA] (IRQs *5 7 10 11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *7 10 11)
ACPI: PCI Interrupt Link [LNKC] (IRQs 5 7 *10 11)
ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 *10 11)
ACPI: PCI Interrupt Link [LNKE] (IRQs 5 7 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *5 7 10 11)
ACPI: PCI Interrupt Link [LNKG] (IRQs 5 7 *10 11)
ACPI: PCI Interrupt Link [LNKH] (IRQs 5 *7 10 11)
vgaarb: device added: PCI:0000:01:03.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
vgaarb: bridge control possible 0000:01:03.0
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: old code would have set cacheline size to 32 bytes, but clflush_size = 64
PCI: pci_cache_line_size set to 64 bytes
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 comparators, 64-bit 14.318180 MHz counter
Switching to clocksource hpet
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
pnp 00:01: [io  0x0070-0x0077]
pnp 00:01: [io  0x0408-0x040f]
pnp 00:01: [io  0x04d0-0x04d1]
pnp 00:01: [io  0x0020-0x003f]
pnp 00:01: [io  0x00a0-0x00bf]
pnp 00:01: [io  0x0090-0x009f]
pnp 00:01: [io  0x0050-0x0053]
pnp 00:01: [io  0x0700-0x071f]
pnp 00:01: [io  0x0800-0x083f]
pnp 00:01: [io  0x0900-0x097f]
pnp 00:01: [io  0x0010-0x001f]
pnp 00:01: [io  0x0c80-0x0c83]
pnp 00:01: [io  0x0cd4-0x0cd7]
pnp 00:01: [io  0x0f50-0x0f58]
pnp 00:01: [io  0x00f0]
pnp 00:01: [io  0x0ca0-0x0ca1]
pnp 00:01: [io  0x0ca4-0x0ca5]
pnp 00:01: [mem 0xe0000000-0xefffffff]
pnp 00:01: [mem 0xfe000000-0xfebfffff]
pnp 00:01: [io  0x03f8-0x03ff]
pnp 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
pnp 00:02: [io  0x0ca2-0x0ca3]
pnp 00:02: Plug and Play ACPI device, IDs IPI0001 (active)
pnp 00:03: [mem 0xfed00000-0xfed003ff]
pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
pnp 00:04: [dma 7]
pnp 00:04: [io  0x0000-0x000f]
pnp 00:04: [io  0x0080-0x008f]
pnp 00:04: [io  0x00c0-0x00df]
pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
pnp 00:05: [io  0x0061]
pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
pnp 00:06: [io  0x0060]
pnp 00:06: [io  0x0064]
pnp 00:06: [irq 1]
pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
pnp 00:07: [irq 12]
pnp 00:07: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
pnp 00:08: [io  0x002e-0x002f]
pnp 00:08: [io  0x004e-0x004f]
pnp 00:08: [io  0x0620-0x065f]
pnp 00:08: [io  0x0680-0x069f]
pnp 00:08: [io  0x0600-0x061f]
pnp 00:08: [io  0x0660-0x067f]
pnp 00:08: [io  0x0300-0x030f]
pnp 00:08: Plug and Play ACPI device, IDs PNP0a06 (active)
pnp 00:09: [irq 3]
pnp 00:09: [io  0x02f8-0x02ff]
pnp 00:09: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
pnp 00:0a: Plug and Play ACPI device, IDs PNP0700 (disabled)
pnp: PnP ACPI: found 11 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: [io  0x0408-0x040f] has been reserved
system 00:01: [io  0x04d0-0x04d1] has been reserved
system 00:01: [io  0x0700-0x071f] has been reserved
system 00:01: [io  0x0800-0x083f] has been reserved
system 00:01: [io  0x0900-0x097f] has been reserved
system 00:01: [io  0x0c80-0x0c83] has been reserved
system 00:01: [io  0x0cd4-0x0cd7] has been reserved
system 00:01: [io  0x0f50-0x0f58] has been reserved
system 00:01: [io  0x0ca0-0x0ca1] has been reserved
system 00:01: [io  0x0ca4-0x0ca5] has been reserved
system 00:01: [io  0x03f8-0x03ff] has been reserved
system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
PCI: max bus depth: 4 pci_try_num: 5
pci 0000:00:02.0: BAR 15: assigned [mem 0xd0000000-0xd00fffff pref]
pci 0000:00:03.0: BAR 15: assigned [mem 0xd0100000-0xd01fffff pref]
pci 0000:00:1c.0: BAR 15: assigned [mem 0xd0200000-0xd02fffff pref]
pci 0000:04:00.0: BAR 15: assigned [mem 0xd0000000-0xd00fffff pref]
pci 0000:05:00.0: BAR 15: assigned [mem 0xd0000000-0xd00fffff pref]
pci 0000:06:00.0: BAR 15: assigned [mem 0xd0000000-0xd00fffff pref]
pci 0000:07:00.0: BAR 6: assigned [mem 0xd0000000-0xd0003fff pref]
pci 0000:06:00.0: PCI bridge to [bus 07-07]
pci 0000:06:00.0: PCI bridge to [bus 07-07]
pci 0000:06:00.0:   bridge window [io  disabled]
pci 0000:06:00.0:   bridge window [mem 0xfa000000-0xfbffffff]
pci 0000:06:00.0:   bridge window [mem 0xd0000000-0xd00fffff pref]
pci 0000:05:00.0: PCI bridge to [bus 06-07]
pci 0000:05:00.0: PCI bridge to [bus 06-07]
pci 0000:05:00.0:   bridge window [io  disabled]
pci 0000:05:00.0:   bridge window [mem 0xfa000000-0xfbffffff]
pci 0000:05:00.0:   bridge window [mem 0xd0000000-0xd00fffff pref]
pci 0000:05:01.0: PCI bridge to [bus 08-08]
pci 0000:05:01.0: PCI bridge to [bus 08-08]
pci 0000:05:01.0:   bridge window [io  disabled]
pci 0000:05:01.0:   bridge window [mem disabled]
pci 0000:05:01.0:   bridge window [mem pref disabled]
pci 0000:04:00.0: PCI bridge to [bus 05-08]
pci 0000:04:00.0: PCI bridge to [bus 05-08]
pci 0000:04:00.0:   bridge window [io  disabled]
pci 0000:04:00.0:   bridge window [mem 0xfa000000-0xfbffffff]
pci 0000:04:00.0:   bridge window [mem 0xd0000000-0xd00fffff pref]
pci 0000:04:00.3: PCI bridge to [bus 09-09]
pci 0000:04:00.3: PCI bridge to [bus 09-09]
pci 0000:04:00.3:   bridge window [io  disabled]
pci 0000:04:00.3:   bridge window [mem disabled]
pci 0000:04:00.3:   bridge window [mem pref disabled]
pci 0000:00:02.0: PCI bridge to [bus 04-09]
pci 0000:00:02.0: PCI bridge to [bus 04-09]
pci 0000:00:02.0:   bridge window [io  disabled]
pci 0000:00:02.0:   bridge window [mem 0xf9f00000-0xfbffffff]
pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xd00fffff pref]
pci 0000:0a:00.0: BAR 15: assigned [mem 0xd0100000-0xd01fffff pref]
pci 0000:0b:08.0: BAR 6: assigned [mem 0xd0100000-0xd0103fff pref]
pci 0000:0b:04.0: PCI bridge to [bus 0c-0c]
pci 0000:0b:04.0: PCI bridge to [bus 0c-0c]
pci 0000:0b:04.0:   bridge window [io  disabled]
pci 0000:0b:04.0:   bridge window [mem disabled]
pci 0000:0b:04.0:   bridge window [mem pref disabled]
pci 0000:0a:00.0: PCI bridge to [bus 0b-0c]
pci 0000:0a:00.0: PCI bridge to [bus 0b-0c]
pci 0000:0a:00.0:   bridge window [io  0x4000-0x4fff]
pci 0000:0a:00.0:   bridge window [mem 0xfdf00000-0xfdffffff]
pci 0000:0a:00.0:   bridge window [mem 0xd0100000-0xd01fffff pref]
pci 0000:00:03.0: PCI bridge to [bus 0a-0c]
pci 0000:00:03.0: PCI bridge to [bus 0a-0c]
pci 0000:00:03.0:   bridge window [io  0x4000-0x4fff]
pci 0000:00:03.0:   bridge window [mem 0xfdf00000-0xfdffffff]
pci 0000:00:03.0:   bridge window [mem 0xd0100000-0xd01fffff pref]
pci 0000:00:04.0: PCI bridge to [bus 0d-0f]
pci 0000:00:04.0: PCI bridge to [bus 0d-0f]
pci 0000:00:04.0:   bridge window [io  disabled]
pci 0000:00:04.0:   bridge window [mem disabled]
pci 0000:00:04.0:   bridge window [mem pref disabled]
pci 0000:00:05.0: PCI bridge to [bus 10-12]
pci 0000:00:05.0: PCI bridge to [bus 10-12]
pci 0000:00:05.0:   bridge window [io  disabled]
pci 0000:00:05.0:   bridge window [mem disabled]
pci 0000:00:05.0:   bridge window [mem pref disabled]
pci 0000:00:06.0: PCI bridge to [bus 13-15]
pci 0000:00:06.0: PCI bridge to [bus 13-15]
pci 0000:00:06.0:   bridge window [io  disabled]
pci 0000:00:06.0:   bridge window [mem disabled]
pci 0000:00:06.0:   bridge window [mem pref disabled]
pci 0000:00:07.0: PCI bridge to [bus 16-18]
pci 0000:00:07.0: PCI bridge to [bus 16-18]
pci 0000:00:07.0:   bridge window [io  disabled]
pci 0000:00:07.0:   bridge window [mem disabled]
pci 0000:00:07.0:   bridge window [mem pref disabled]
pci 0000:02:00.0: BAR 15: assigned [mem 0xd0200000-0xd02fffff pref]
pci 0000:03:00.0: BAR 6: assigned [mem 0xd0200000-0xd021ffff pref]
pci 0000:02:00.0: PCI bridge to [bus 03-03]
pci 0000:02:00.0: PCI bridge to [bus 03-03]
pci 0000:02:00.0:   bridge window [io  disabled]
pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf7ffffff]
pci 0000:02:00.0:   bridge window [mem 0xd0200000-0xd02fffff pref]
pci 0000:00:1c.0: PCI bridge to [bus 02-03]
pci 0000:00:1c.0: PCI bridge to [bus 02-03]
pci 0000:00:1c.0:   bridge window [io  disabled]
pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf7ffffff]
pci 0000:00:1c.0:   bridge window [mem 0xd0200000-0xd02fffff pref]
pci 0000:01:03.0: BAR 6: assigned [mem 0xf5e00000-0xf5e1ffff pref]
pci 0000:01:04.2: BAR 6: assigned [mem 0xf5e20000-0xf5e2ffff pref]
pci 0000:00:1e.0: PCI bridge to [bus 01-01]
pci 0000:00:1e.0: PCI bridge to [bus 01-01]
pci 0000:00:1e.0:   bridge window [io  0x2000-0x3fff]
pci 0000:00:1e.0:   bridge window [mem 0xf5e00000-0xf5ffffff]
pci 0000:00:1e.0:   bridge window [mem 0xd8000000-0xdfffffff 64bit pref]
pci 0000:00:02.0: setting latency timer to 64
pci 0000:04:00.0: setting latency timer to 64
  alloc irq_desc for 16 on node -1
  alloc kstat_irqs on node -1
pci 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:05:00.0: setting latency timer to 64
pci 0000:06:00.0: setting latency timer to 64
  alloc irq_desc for 17 on node -1
  alloc kstat_irqs on node -1
pci 0000:05:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
pci 0000:05:01.0: setting latency timer to 64
pci 0000:04:00.3: setting latency timer to 64
pci 0000:00:03.0: setting latency timer to 64
pci 0000:0a:00.0: setting latency timer to 64
pci 0000:00:04.0: setting latency timer to 64
pci 0000:00:05.0: setting latency timer to 64
pci 0000:00:06.0: setting latency timer to 64
pci 0000:00:07.0: setting latency timer to 64
pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1c.0: setting latency timer to 64
pci 0000:02:00.0: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:00: resource 7 [mem 0xd0000000-0xdfffffff]
pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfebfffff]
pci_bus 0000:04: resource 1 [mem 0xf9f00000-0xfbffffff]
pci_bus 0000:04: resource 2 [mem 0xd0000000-0xd00fffff pref]
pci_bus 0000:05: resource 1 [mem 0xfa000000-0xfbffffff]
pci_bus 0000:05: resource 2 [mem 0xd0000000-0xd00fffff pref]
pci_bus 0000:06: resource 1 [mem 0xfa000000-0xfbffffff]
pci_bus 0000:06: resource 2 [mem 0xd0000000-0xd00fffff pref]
pci_bus 0000:07: resource 1 [mem 0xfa000000-0xfbffffff]
pci_bus 0000:07: resource 2 [mem 0xd0000000-0xd00fffff pref]
pci_bus 0000:0a: resource 0 [io  0x4000-0x4fff]
pci_bus 0000:0a: resource 1 [mem 0xfdf00000-0xfdffffff]
pci_bus 0000:0a: resource 2 [mem 0xd0100000-0xd01fffff pref]
pci_bus 0000:0b: resource 0 [io  0x4000-0x4fff]
pci_bus 0000:0b: resource 1 [mem 0xfdf00000-0xfdffffff]
pci_bus 0000:0b: resource 2 [mem 0xd0100000-0xd01fffff pref]
pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf7ffffff]
pci_bus 0000:02: resource 2 [mem 0xd0200000-0xd02fffff pref]
pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf7ffffff]
pci_bus 0000:03: resource 2 [mem 0xd0200000-0xd02fffff pref]
pci_bus 0000:01: resource 0 [io  0x2000-0x3fff]
pci_bus 0000:01: resource 1 [mem 0xf5e00000-0xf5ffffff]
pci_bus 0000:01: resource 2 [mem 0xd8000000-0xdfffffff 64bit pref]
pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7]
pci_bus 0000:01: resource 5 [io  0x0d00-0xffff]
pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
pci_bus 0000:01: resource 7 [mem 0xd0000000-0xdfffffff]
pci_bus 0000:01: resource 8 [mem 0xf0000000-0xfebfffff]
NET: Registered protocol family 2
IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
TCP: Hash tables configured (established 524288 bind 65536)
TCP reno registered
NET: Registered protocol family 1
pci 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1d.0: PCI INT A disabled
pci 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
pci 0000:00:1d.1: PCI INT B disabled
  alloc irq_desc for 18 on node -1
  alloc kstat_irqs on node -1
pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
pci 0000:00:1d.2: PCI INT C disabled
  alloc irq_desc for 19 on node -1
  alloc kstat_irqs on node -1
pci 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
pci 0000:00:1d.3: PCI INT D disabled
pci 0000:00:1d.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16
pci 0000:00:1d.7: PCI INT A disabled
pci 0000:00:1f.0: rerouting interrupts for [8086:2670]
pci 0000:01:03.0: Boot video device
  alloc irq_desc for 22 on node -1
  alloc kstat_irqs on node -1
pci 0000:01:04.4: PCI INT B -> GSI 22 (level, low) -> IRQ 22
pci 0000:01:04.4: PCI INT B disabled
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 16057k freed
platform rtc_cmos: registered platform RTC device (no PNP device found)
audit: initializing netlink socket (disabled)
type=2000 audit(1408358937.496:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 31887
SELinux:  Registering netfilter hooks
alg: No test for stdrng (krng)
ksign: Installing public key data
Loading keyring
- Added public key 6AA10540A705B299
- User ID: CentOS (Kernel Module GPG key)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pcieport 0000:00:1c.0: setting latency timer to 64
  alloc irq_desc for 24 on node -1
  alloc kstat_irqs on node -1
pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
intel_idle: MWAIT substates: 0x2220
intel_idle: does not run on family 6 model 23
ipmi message handler version 39.2
IPMI System Interface driver.
ipmi_si: Adding ACPI-specified kcs state machine
ipmi_si: Adding SMBIOS-specified kcs state machine: duplicate interface
  alloc irq_desc for 21 on node -1
  alloc kstat_irqs on node -1
ipmi_si 0000:01:04.6: PCI INT A -> GSI 21 (level, low) -> IRQ 21
ipmi_si: Adding PCI-specified kcs state machine
ipmi_si: Adding ACPI-specified kcs state machine: duplicate interface
ipmi_si: Trying PCI-specified kcs state machine at mem address 0xf5ef0000, slave address 0x0, irq 21
IRQ 21/ipmi_si: IRQF_DISABLED is not guaranteed on shared IRQs
  Using irq 21
ipmi: Found new BMC (man_id: 0x00000b,  prod_id: 0x0000, dev_id: 0x11)
IPMI kcs interface initialized
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
ACPI: Power Button [PWRF]
ACPI: acpi_idle registered with cpuidle
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [THM0] (8 C)
[Firmware Bug]: APEI: Invalid bit width + offset in GAR [0xe8028/64/0/2/0]
GHES: APEI firmware first mode is enabled by WHEA _OSC.
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
crash memory driver: version 1.1
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /devices/virtual/input/input1
Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
ehci_hcd 0000:00:1d.7: irq 16, io mem 0xf5df0000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.32-358.el6.x86_64 ehci_hcd
usb usb1: SerialNumber: 0000:00:1d.7
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001000
usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: UHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.32-358.el6.x86_64 uhci_hcd
usb usb2: SerialNumber: 0000:00:1d.0
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001020
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.32-358.el6.x86_64 uhci_hcd
usb usb3: SerialNumber: 0000:00:1d.1
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001040
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.32-358.el6.x86_64 uhci_hcd
usb usb4: SerialNumber: 0000:00:1d.2
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.3: setting latency timer to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 19, io base 0x00001060
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.32-358.el6.x86_64 uhci_hcd
usb usb5: SerialNumber: 0000:00:1d.3
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
uhci_hcd 0000:01:04.4: PCI INT B -> GSI 22 (level, low) -> IRQ 22
uhci_hcd 0000:01:04.4: UHCI Host Controller
uhci_hcd 0000:01:04.4: new USB bus registered, assigned bus number 6
uhci_hcd 0000:01:04.4: port count misdetected? forcing to 2 ports
uhci_hcd 0000:01:04.4: irq 22, io base 0x00003800
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.32-358.el6.x86_64 uhci_hcd
usb usb6: SerialNumber: 0000:01:04.4
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos rtc_cmos: RTC can wake from S4
rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
cpuidle: using governor ladder
cpuidle: using governor menu
EFI Variables Facility v0.08 2004-May-17
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
registered taskstats version 1
rtc_cmos rtc_cmos: setting system clock to 2014-08-18 10:48:58 UTC (1408358938)
Initalizing network drop monitor service
Freeing unused kernel memory: 1264k freed
Write protecting the kernel read-only data: 10240k
Freeing unused kernel memory: 904k freed
Freeing unused kernel memory: 1676k freed
dracut: dracut-004-303.el6
dracut: rd_NO_LUKS: removing cryptoluks activation
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.23.6-ioctl (2012-07-25) initialised: dm-devel@redhat.com
udev: starting version 147
[drm] Initialized drm 1.1.0 20060810
[drm] radeon defaulting to kernel modesetting.
[drm] radeon kernel modesetting enabled.
  alloc irq_desc for 23 on node -1
  alloc kstat_irqs on node -1
radeon 0000:01:03.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000D8000000 - 0x00000000DFFFFFFF (32M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000B8000000 - 0x00000000D7FFFFFF
[drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
mtrr: your BIOS has configured an incorrect mask, fixing it.
Disabling lock debugging due to kernel taint
mtrr: your BIOS has configured an incorrect mask, fixing it.
mtrr: your BIOS has configured an incorrect mask, fixing it.
mtrr: your BIOS has configured an incorrect mask, fixing it.
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone  kernel: Available graphics memory: 8165152 kiB
[TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 32M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
[drm] PCI GART of 512M enabled (table at 0x0000000037880000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000b8000000 and cpu addr 0xffff880037824000
[drm] Loading R100 Microcode
platform radeon_cp.0: firmware: requesting radeon/R100_cp.bin
[drm] radeon: ring at 0x00000000B8001000
[drm] ring test succeeded in 1 usecs
usb 6-1: new full speed USB device number 2 using uhci_hcd
Refined TSC clocksource calibration: 3000.106 MHz.
Switching to clocksource tsc
usb 6-1: New USB device found, idVendor=03f0, idProduct=1027
usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 6-1: Product: Virtual Keyboard
usb 6-1: Manufacturer: HP
usb 6-1: configuration #1 chosen from 1 choice
input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1e.0/0000:01:04.4/usb6/6-1/6-1:1.0/input/input2
generic-usb 0003:03F0:1027.0001: input,hidraw0: USB HID v1.01 Keyboard [HP Virtual Keyboard] on usb-0000:01:04.4-1/input0
input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1e.0/0000:01:04.4/usb6/6-1/6-1:1.1/input/input3
generic-usb 0003:03F0:1027.0002: input,hidraw1: USB HID v1.01 Mouse [HP Virtual Keyboard] on usb-0000:01:04.4-1/input1
usb 6-2: new full speed USB device number 3 using uhci_hcd
[drm] ib test succeeded in 0 usecs
[drm] Radeon Display Connectors
[drm] Connector 0:
[drm]   VGA-1
[drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[drm]   Encoders:
[drm]     CRT1: INTERNAL_DAC1
[drm] Connector 1:
[drm]   VGA-2
[drm]   DDC: 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c
[drm]   Encoders:
[drm]     CRT2: INTERNAL_DAC2
usb 6-2: New USB device found, idVendor=03f0, idProduct=1327
usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 6-2: Product: Virtual Hub
usb 6-2: Manufacturer: HP
usb 6-2: configuration #1 chosen from 1 choice
hub 6-2:1.0: USB hub found
hub 6-2:1.0: 7 ports detected
[drm] fb mappable at 0xD8040000
[drm] vram apper at 0xD8000000
[drm] size 786432
[drm] fb depth is 8
[drm]    pitch is 1024
fbcon: radeondrmfb (fb0) is primary device
Console: switching to colour frame buffer device 128x48
fb0: radeondrmfb frame buffer device
drm: registered panic notifier
Slow work thread pool: Starting up
Slow work thread pool: Ready
[drm] Initialized radeon 2.22.0 20080528 for 0000:01:03.0 on minor 0
dracut: Starting plymouth daemon
dracut: rd_NO_DM: removing DM RAID activation
dracut: rd_NO_MD: removing MD RAID activation
HP CISS Driver (v 3.6.28-RH1)
cciss 0000:0b:08.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
  alloc irq_desc for 25 on node -1
  alloc kstat_irqs on node -1
cciss 0000:0b:08.0: irq 25 for MSI/MSI-X
cciss 0000:0b:08.0: cciss0: <0x3238> at PCI 0000:0b:08.0 IRQ 25 using DAC
 cciss/c0d0: p1 p2
 cciss/c0d1: p1
dracut: Scanning devices  for LVM logical volumes sysvg/lv_root
dracut: inactive '/dev/sysvg/lv_root' [136.69 GiB] inherit
EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts:
dracut: Mounted root filesystem /dev/mapper/sysvg-lv_root
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
type=1404 audit(1408358940.531:2): selinux=0 auid=4294967295 ses=4294967295
dracut:
dracut: Switching root
readahead-collector: starting
udev: starting version 147
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
EDAC MC: Ver: 2.1.0 Feb 22 2013
EDAC MC0: Giving out device to 'i5000_edac.c' 'I5000': DEV 0000:00:10.0
EDAC PCI0: Giving out device to module 'i5000_edac' controller 'EDAC PCI controller': DEV '0000:00:10.0' (POLLED)
intel_rng: FWH not detected
iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07rh
iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
microcode: CPU0 sig=0x10676, pf=0x40, revision=0x60b
platform microcode: firmware: requesting intel-ucode/06-17-06
microcode: CPU1 sig=0x10676, pf=0x40, revision=0x60b
platform microcode: firmware: requesting intel-ucode/06-17-06
microcode: CPU2 sig=0x10676, pf=0x40, revision=0x60b
platform microcode: firmware: requesting intel-ucode/06-17-06
microcode: CPU3 sig=0x10676, pf=0x40, revision=0x60b
platform microcode: firmware: requesting intel-ucode/06-17-06
microcode: CPU4 sig=0x10676, pf=0x40, revision=0x60b
platform microcode: firmware: requesting intel-ucode/06-17-06
microcode: CPU5 sig=0x10676, pf=0x40, revision=0x60b
platform microcode: firmware: requesting intel-ucode/06-17-06
microcode: CPU6 sig=0x10676, pf=0x40, revision=0x60b
platform microcode: firmware: requesting intel-ucode/06-17-06
microcode: CPU7 sig=0x10676, pf=0x40, revision=0x60b
platform microcode: firmware: requesting intel-ucode/06-17-06
Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
microcode: CPU0 updated to revision 0x60f, date = 2010-09-29
microcode: CPU1 updated to revision 0x60f, date = 2010-09-29
microcode: CPU2 updated to revision 0x60f, date = 2010-09-29
microcode: CPU3 updated to revision 0x60f, date = 2010-09-29
microcode: CPU4 updated to revision 0x60f, date = 2010-09-29
microcode: CPU5 updated to revision 0x60f, date = 2010-09-29
microcode: CPU6 updated to revision 0x60f, date = 2010-09-29
microcode: CPU7 updated to revision 0x60f, date = 2010-09-29
bnx2: Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.2.3 (June 27, 2012)
bnx2 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
bnx2 0000:03:00.0: firmware: requesting bnx2/bnx2-mips-06-6.2.3.fw
bnx2 0000:03:00.0: firmware: requesting bnx2/bnx2-rv2p-06-6.0.15.fw
bnx2 0000:03:00.0: eth0: Broadcom NetXtreme II BCM5708 1000Base-SX (B2) PCI-X 64-bit 133MHz found at mem f6000000, IRQ 16, node addr 00:1f:29:0a:7c:84
bnx2 0000:07:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
bnx2 0000:07:00.0: firmware: requesting bnx2/bnx2-mips-06-6.2.3.fw
bnx2 0000:07:00.0: firmware: requesting bnx2/bnx2-rv2p-06-6.0.15.fw
bnx2 0000:07:00.0: eth1: Broadcom NetXtreme II BCM5708 1000Base-SX (B2) PCI-X 64-bit 133MHz found at mem fa000000, IRQ 16, node addr 00:1f:29:0a:7c:82
hpilo 0000:01:04.2: PCI INT B -> GSI 22 (level, low) -> IRQ 22
hpwdt 0000:01:04.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
hpwdt: New timer passed in is 30 seconds.
hpwdt 0000:01:04.0: HP Watchdog Timer Driver: NMI decoding initialized, allow kernel dump: ON (default = 0/OFF), priority: LAST (default = 0/LAST).
hpwdt 0000:01:04.0: HP Watchdog Timer Driver: 1.3.0, timer margin: 30 seconds (nowayout=0).
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
EXT4-fs (cciss!c0d0p1): mounted filesystem with ordered data mode. Opts:
Adding 2047992k swap on /dev/cciss/c0d0p2.  Priority:-1 extents:1 across:2047992k
readahead-disable-service: delaying service auditd
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
  alloc irq_desc for 26 on node -1
  alloc kstat_irqs on node -1
bnx2 0000:03:00.0: irq 26 for MSI/MSI-X
bnx2 0000:03:00.0: eth0: using MSI
ADDRCONF(NETDEV_UP): eth0: link is not ready
bnx2 0000:03:00.0: eth0: NIC SerDes Link is Up, 2500 Mbps full duplex
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
Bridge firewalling registered
device virbr0-nic entered promiscuous mode
virbr0: starting userspace STP failed, starting kernel STP
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Ebtables v2.0 registered
ip6_tables: (C) 2000-2006 Netfilter Core Team
lo: Disabled Privacy Extensions
eth0: no IPv6 routers present
readahead-collector: starting delayed service auditd
readahead-collector: sorting
readahead-collector: finished
device vnet0 entered promiscuous mode
virbr0: topology change detected, propagating
virbr0: port 2(vnet0) entering forwarding state
kvm: 2097: cpu0 disabled perfctr wrmsr: 0xc1 data 0xabcd
vnet0: no IPv6 routers present
kvm: emulating exchange as write
virbr0: port 2(vnet0) entering disabled state
device vnet0 left promiscuous mode
virbr0: port 2(vnet0) entering disabled state
device vnet0 entered promiscuous mode
virbr0: topology change detected, propagating
virbr0: port 2(vnet0) entering forwarding state
kvm: 2427: cpu0 disabled perfctr wrmsr: 0xc1 data 0xabcd
vnet0: no IPv6 routers present
virbr0: port 2(vnet0) entering disabled state
device vnet0 left promiscuous mode
virbr0: port 2(vnet0) entering disabled state
device vnet0 entered promiscuous mode
virbr0: topology change detected, propagating
virbr0: port 2(vnet0) entering forwarding state
kvm: 30937: cpu0 disabled perfctr wrmsr: 0xc1 data 0xabcd
vnet0: no IPv6 routers present
virbr0: port 2(vnet0) entering disabled state
device vnet0 left promiscuous mode
virbr0: port 2(vnet0) entering disabled state
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Firmware loaders in Linux kernel are last effort to squeeze some function from your (1) PROCESSOR (2) network cards.
Avatar of mickt

ASKER

Thanks guys.  This is temporary set-up for familiarisation; don't want it to be too painful or too much effort.  I've decided to go with virt-install, simpler and seems to be working well.