I've tested with nopcid boot option, but nothing changed. Here is the dmesg from one of a virtual guest machine:
- Code: Select all
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.2.3 (root@ubsrv) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) ) #1 SMP Thu Oct 8 10:08:57 CEST 2015
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.2.3 root=UUID=ecd19c96-6290-49a1-8a04-2f56c40e5534 ro serial=tty0 console=ttyS0,115200n8 nopcid
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bffe0000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001c1bfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: last_pfn = 0x1c1c00 max_arch_pfn = 0x400000000
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: last_pfn = 0xbffe0 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f0e60-0x000f0e6f] mapped at [ffff8800000f0e60]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] init_memory_mapping: [mem 0x1c1a00000-0x1c1bfffff]
[ 0.000000] init_memory_mapping: [mem 0x1c0000000-0x1c19fffff]
[ 0.000000] init_memory_mapping: [mem 0x1a0000000-0x1bfffffff]
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xbffdffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x19fffffff]
[ 0.000000] RAMDISK: [mem 0x35d2e000-0x36e8efff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0BC0 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x00000000BFFE18C7 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x00000000BFFE0B37 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x00000000BFFE0040 000AF7 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x00000000BFFE0000 000040
[ 0.000000] ACPI: SSDT 0x00000000BFFE0BAB 000C94 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x00000000BFFE183F 000088 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000001c1bfffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x1c1bf9000-0x1c1bfdfff]
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 1:c1bf5001, primary cpu clock
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001c1bfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bffdffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000001c1bfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000001c1bfffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 3 CPUs, 0 hotplug CPUs
[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:3 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8801c1800000 s78616 r8192 d31976 u524288
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1c180c540
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1555193
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.3 root=UUID=ecd19c96-6290-49a1-8a04-2f56c40e5534 ro serial=tty0 console=ttyS0,115200n8 nopcid
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 6109568K/6319608K available (7610K kernel code, 3224K rwdata, 6852K rodata, 3108K init, 1476K bss, 210040K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=3, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=3.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=3
[ 0.000000] NR_IRQS:16640 nr_irqs:448 16
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-2.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [ttyS0] enabled
[ 0.000000] tsc: Detected 2998.262 MHz processor
[ 0.181951] Calibrating delay loop (skipped) preset value.. 5996.52 BogoMIPS (lpj=11993048)
[ 0.182921] pid_max: default: 32768 minimum: 501
[ 0.183463] ACPI: Core revision 20150619
[ 0.184925] ACPI: All ACPI Tables successfully acquired
[ 0.185666] Security Framework initialized
[ 0.186141] AppArmor: AppArmor initialized
[ 0.194512] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.201046] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.202903] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.203811] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.204899] Initializing cgroup subsys blkio
[ 0.205403] Initializing cgroup subsys memory
[ 0.205964] Initializing cgroup subsys devices
[ 0.206475] Initializing cgroup subsys freezer
[ 0.206986] Initializing cgroup subsys net_cls
[ 0.207501] Initializing cgroup subsys perf_event
[ 0.208044] Initializing cgroup subsys hugetlb
[ 0.209420] mce: CPU supports 10 MCE banks
[ 0.209974] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.210582] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.233862] Freeing SMP alternatives memory: 36K (ffffffff82709000 - ffffffff82712000)
[ 0.286214] ftrace: allocating 28420 entries in 112 pages
[ 0.415134] x2apic enabled
[ 0.415658] Switched APIC routing to physical x2apic.
[ 0.417002] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.417873] smpboot: CPU0: Intel Xeon E312xx (Sandy Bridge) (fam: 06, model: 2a, stepping: 01)
[ 0.419049] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
[ 0.421570] x86: Booting SMP configuration:
[ 0.422163] .... node #0, CPUs: #1
[ 0.430795] kvm-clock: cpu 1, msr 1:c1bf5041, secondary cpu clock
[ 0.452704] KVM setup async PF for cpu 1
[ 0.453230] #2
[ 0.453230] kvm-stealtime: cpu 1, msr 1c188c540
[ 0.461218] kvm-clock: cpu 2, msr 1:c1bf5081, secondary cpu clock
[ 0.483118] x86: Booted up 1 node, 3 CPUs
[ 0.483119] KVM setup async PF for cpu 2
[ 0.483123] kvm-stealtime: cpu 2, msr 1c190c540
[ 0.484584] smpboot: Total of 3 processors activated (17989.57 BogoMIPS)
[ 0.531792] devtmpfs: initialized
[ 0.535812] evm: security.ima
[ 0.536164] evm: security.capability
[ 0.536765] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.538025] pinctrl core: initialized pinctrl subsystem
[ 0.538762] RTC time: 15:12:29, date: 10/09/15
[ 0.539383] NET: Registered protocol family 16
[ 0.543978] cpuidle: using governor ladder
[ 0.547980] cpuidle: using governor menu
[ 0.548664] ACPI: bus type PCI registered
[ 0.549118] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.549944] PCI: Using configuration type 1 for base access
[ 0.552850] ACPI: Added _OSI(Module Device)
[ 0.553330] ACPI: Added _OSI(Processor Device)
[ 0.553822] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.554359] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.555918] ACPI: Interpreter enabled
[ 0.556347] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580)
[ 0.557379] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580)
[ 0.558419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150619/hwxface-580)
[ 0.559465] ACPI: (supports S0 S5)
[ 0.559859] ACPI: Using IOAPIC for interrupt routing
[ 0.560424] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.563367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.564061] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.564825] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.565587] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.567087] acpiphp: Slot [3] registered
[ 0.567576] acpiphp: Slot [5] registered
[ 0.568039] acpiphp: Slot [6] registered
[ 0.568501] acpiphp: Slot [7] registered
[ 0.568978] acpiphp: Slot [8] registered
[ 0.569441] acpiphp: Slot [9] registered
[ 0.569895] acpiphp: Slot [10] registered
[ 0.570362] acpiphp: Slot [11] registered
[ 0.570836] acpiphp: Slot [12] registered
[ 0.571317] acpiphp: Slot [13] registered
[ 0.571810] acpiphp: Slot [14] registered
[ 0.572288] acpiphp: Slot [15] registered
[ 0.572771] acpiphp: Slot [16] registered
[ 0.573274] acpiphp: Slot [17] registered
[ 0.573753] acpiphp: Slot [18] registered
[ 0.574246] acpiphp: Slot [19] registered
[ 0.574723] acpiphp: Slot [20] registered
[ 0.575198] acpiphp: Slot [21] registered
[ 0.575664] acpiphp: Slot [22] registered
[ 0.576126] acpiphp: Slot [23] registered
[ 0.576588] acpiphp: Slot [24] registered
[ 0.577049] acpiphp: Slot [25] registered
[ 0.577518] acpiphp: Slot [26] registered
[ 0.577991] acpiphp: Slot [27] registered
[ 0.578452] acpiphp: Slot [28] registered
[ 0.578912] acpiphp: Slot [29] registered
[ 0.579375] acpiphp: Slot [30] registered
[ 0.579837] acpiphp: Slot [31] registered
[ 0.580291] PCI host bridge to bus 0000:00
[ 0.580744] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.581340] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.582089] pci_bus 0000:00: root bus resource [io 0x0d00-0xadff window]
[ 0.582828] pci_bus 0000:00: root bus resource [io 0xae0f-0xaeff window]
[ 0.583564] pci_bus 0000:00: root bus resource [io 0xaf20-0xafdf window]
[ 0.584299] pci_bus 0000:00: root bus resource [io 0xafe4-0xffff window]
[ 0.585034] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.585842] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.602301] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.603290] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.604045] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.604866] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.606037] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 0.606838] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 0.851720] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 0.852491] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.853232] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.853978] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 0.854688] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 0.855607] ACPI: Enabled 16 GPEs in block 00 to 0F
[ 0.856320] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.856753] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.857366] vgaarb: loaded
[ 0.857578] vgaarb: bridge control possible 0000:00:02.0
[ 0.858184] SCSI subsystem initialized
[ 0.858635] ACPI: bus type USB registered
[ 0.858979] usbcore: registered new interface driver usbfs
[ 0.859405] usbcore: registered new interface driver hub
[ 0.859826] usbcore: registered new device driver usb
[ 0.860515] PCI: Using ACPI for IRQ routing
[ 0.861322] NetLabel: Initializing
[ 0.861721] NetLabel: domain hash size = 128
[ 0.862216] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.862774] NetLabel: unlabeled traffic allowed by default
[ 0.863514] clocksource: Switched to clocksource kvm-clock
[ 0.871350] AppArmor: AppArmor Filesystem Enabled
[ 0.872255] pnp: PnP ACPI init
[ 0.873213] pnp: PnP ACPI: found 5 devices
[ 0.880791] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.881852] NET: Registered protocol family 2
[ 0.883026] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.885057] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.886700] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.887729] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.888721] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.889555] NET: Registered protocol family 1
[ 0.890082] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.890746] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.891395] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.913035] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[ 0.956560] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[ 0.999681] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[ 1.042013] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[ 1.063901] Trying to unpack rootfs image as initramfs...
[ 1.297160] Freeing initrd memory: 17796K (ffff880035d2e000 - ffff880036e8f000)
[ 1.298041] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.298740] software IO TLB [mem 0xbbfe0000-0xbffe0000] (64MB) mapped at [ffff8800bbfe0000-ffff8800bffdffff]
[ 1.299953] microcode: CPU0 sig=0x206a1, pf=0x1, revision=0x1
[ 1.300475] microcode: CPU1 sig=0x206a1, pf=0x1, revision=0x1
[ 1.300928] microcode: CPU2 sig=0x206a1, pf=0x1, revision=0x1
[ 1.301651] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 1.302381] Scanning for low memory corruption every 60 seconds
[ 1.303263] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 1.303773] Initialise system trusted keyring
[ 1.304125] audit: initializing netlink subsys (disabled)
[ 1.304548] audit: type=2000 audit(1444403550.070:1): initialized
[ 1.305340] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.306100] zpool: loaded
[ 1.306621] VFS: Disk quotas dquot_6.6.0
[ 1.307085] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.308215] fuse init (API version 7.23)
[ 1.308815] Key type big_key registered
[ 1.310458] Key type asymmetric registered
[ 1.310787] Asymmetric key parser 'x509' registered
[ 1.311170] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 1.311841] io scheduler noop registered
[ 1.312302] io scheduler deadline registered
[ 1.312782] io scheduler cfq registered (default)
[ 1.313386] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.314064] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.314987] ipmi message handler version 39.2
[ 1.315655] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 1.316641] ACPI: Power Button [PWRF]
[ 1.317397] GHES: HEST is not enabled!
[ 1.338985] virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver
[ 1.361209] virtio-pci 0000:00:05.0: virtio_pci: leaving for legacy driver
[ 1.384116] virtio-pci 0000:00:06.0: virtio_pci: leaving for legacy driver
[ 1.405586] virtio-pci 0000:00:07.0: virtio_pci: leaving for legacy driver
[ 1.426726] virtio-pci 0000:00:08.0: virtio_pci: leaving for legacy driver
[ 1.449577] virtio-pci 0000:00:09.0: virtio_pci: leaving for legacy driver
[ 1.450840] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.477302] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.479238] MOXA Intellio family driver version 6.0k
[ 1.479664] MOXA Smartio/Industio family driver version 2.0.5
[ 1.480203] Linux agpgart interface v0.103
[ 1.483244] brd: module loaded
[ 1.484854] loop: module loaded
[ 1.487636] vda: vda1
[ 1.496832] vdb: vdb1 vdb2 < vdb5 >
[ 1.499305] vdc: vdc1
[ 1.503278] scsi host0: ata_piix
[ 1.504397] scsi host1: ata_piix
[ 1.505103] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc180 irq 14
[ 1.506301] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc188 irq 15
[ 1.507574] libphy: Fixed MDIO Bus: probed
[ 1.508332] tun: Universal TUN/TAP device driver, 1.6
[ 1.509043] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 2.231694] ata1.01: ATAPI: QEMU DVD-ROM, 2.1.2, max UDMA/100
[ 2.311535] PPP generic driver version 2.4.2
[ 2.311731] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.311737] ehci-pci: EHCI PCI platform driver
[ 2.313141] tsc: Refined TSC clocksource calibration: 2998.263 MHz
[ 2.313607] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b37dcd9946, max_idle_ns: 440795353631 ns
[ 2.314620] ata1.01: configured for MWDMA2
[ 2.315475] scsi 0:0:1:0: CD-ROM QEMU QEMU DVD-ROM 2.1. PQ: 0 ANSI: 5
[ 2.324701] sr 0:0:1:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
[ 2.326042] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.326948] sr 0:0:1:0: Attached scsi generic sg0 type 5
[ 2.333400] ehci-pci 0000:00:04.7: EHCI Host Controller
[ 2.333985] ehci-pci 0000:00:04.7: new USB bus registered, assigned bus number 1
[ 2.334898] ehci-pci 0000:00:04.7: irq 11, io mem 0xfebd2000
[ 2.347631] ehci-pci 0000:00:04.7: USB 2.0 started, EHCI 1.00
[ 2.348448] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.349182] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.350007] usb usb1: Product: EHCI Host Controller
[ 2.350835] usb usb1: Manufacturer: Linux 4.2.3 ehci_hcd
[ 2.351747] usb usb1: SerialNumber: 0000:00:04.7
[ 2.352779] hub 1-0:1.0: USB hub found
[ 2.353277] hub 1-0:1.0: 6 ports detected
[ 2.354135] ehci-platform: EHCI generic platform driver
[ 2.354782] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.355543] ohci-pci: OHCI PCI platform driver
[ 2.356096] ohci-platform: OHCI generic platform driver
[ 2.356731] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.380805] uhci_hcd 0000:00:04.0: UHCI Host Controller
[ 2.381420] uhci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
[ 2.382262] uhci_hcd 0000:00:04.0: detected 2 ports
[ 2.382847] uhci_hcd 0000:00:04.0: irq 11, io base 0x0000c0e0
[ 2.383624] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.384387] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.385229] usb usb2: Product: UHCI Host Controller
[ 2.385804] usb usb2: Manufacturer: Linux 4.2.3 uhci_hcd
[ 2.386409] usb usb2: SerialNumber: 0000:00:04.0
[ 2.387085] hub 2-0:1.0: USB hub found
[ 2.387541] hub 2-0:1.0: 2 ports detected
[ 2.410693] uhci_hcd 0000:00:04.1: UHCI Host Controller
[ 2.411358] uhci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 3
[ 2.412256] uhci_hcd 0000:00:04.1: detected 2 ports
[ 2.412869] uhci_hcd 0000:00:04.1: irq 10, io base 0x0000c100
[ 2.413629] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.414398] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.415206] usb usb3: Product: UHCI Host Controller
[ 2.415808] usb usb3: Manufacturer: Linux 4.2.3 uhci_hcd
[ 2.416395] usb usb3: SerialNumber: 0000:00:04.1
[ 2.417043] hub 3-0:1.0: USB hub found
[ 2.417486] hub 3-0:1.0: 2 ports detected
[ 2.440410] uhci_hcd 0000:00:04.2: UHCI Host Controller
[ 2.441129] uhci_hcd 0000:00:04.2: new USB bus registered, assigned bus number 4
[ 2.441848] uhci_hcd 0000:00:04.2: detected 2 ports
[ 2.442288] uhci_hcd 0000:00:04.2: irq 10, io base 0x0000c120
[ 2.443025] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.443835] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.444707] usb usb4: Product: UHCI Host Controller
[ 2.445248] usb usb4: Manufacturer: Linux 4.2.3 uhci_hcd
[ 2.445931] usb usb4: SerialNumber: 0000:00:04.2
[ 2.446601] hub 4-0:1.0: USB hub found
[ 2.447047] hub 4-0:1.0: 2 ports detected
[ 2.447689] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 2.449828] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.450436] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.451126] mousedev: PS/2 mouse device common for all mice
[ 2.452033] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 2.453445] rtc_cmos 00:00: RTC can wake from S4
[ 2.454193] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 2.454955] rtc_cmos 00:00: alarms up to one day, 0 bytes nvram
[ 2.455686] device-mapper: uevent: version 1.0.3
[ 2.456285] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
[ 2.457245] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.458279] NET: Registered protocol family 10
[ 2.459090] NET: Registered protocol family 17
[ 2.459650] Key type dns_resolver registered
[ 2.460498] Loading compiled-in X.509 certificates
[ 2.461638] Loaded X.509 cert 'Build time autogenerated kernel key: e5578bfbb37b4544672ed8d408d9b2bec78a20c9'
[ 2.462758] registered taskstats version 1
[ 2.463235] zswap: loading zswap
[ 2.468754] zpool: no driver for type zbud
[ 2.469274] zswap: zbud zpool not available
[ 2.469773] zswap: zpool creation failed
[ 2.480266] Key type trusted registered
[ 2.503357] Key type encrypted registered
[ 2.503885] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.504512] ima: No TPM chip found, activating TPM-bypass!
[ 2.505145] evm: HMAC attrs: 0x1
[ 2.505845] Magic number: 3:459:234
[ 2.506383] rtc_cmos 00:00: setting system clock to 2015-10-09 15:12:31 UTC (1444403551)
[ 2.507368] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.508064] EDD information not available.
[ 2.509287] Freeing unused kernel memory: 3108K (ffffffff82400000 - ffffffff82709000)
Loading, please wait...
[ 2.625065] systemd-udevd[115]: starting version 204
[ 2.639849] systemd-udevd[115]: segfault at ffffffffff5ff000 ip 000003cc9a5c2c59 sp 000003fab75f5ab4 error 5
[ 2.641092] grsec: Segmentation fault occurred at ffffffffff5ff000 in /lib/systemd/systemd-udevd[systemd-udevd:115] uid/euid:0/0 gid/egid:0/0, parent /init[init:1] uid/euid:0/0 gid/egid:0/0
[ 2.642968] grsec: denied resource overstep by requesting 4096 for RLIMIT_CORE against limit 0 for /lib/systemd/systemd-udevd[systemd-udevd:115] uid/euid:0/0 gid/egid:0/0, parent /init[init:1] uid/euid:0/0 gid/egid:0/0
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Gave up waiting for root device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= (did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)
ALERT! /dev/disk/by-uuid/ecd19c96-6290-49a1-8a04-2f56c40e5534 does not exist. Dropping to a shell!
[ 32.729996] hid: module verification failed: signature and/or required key missing - tainting kernel
[ 32.745880] hidraw: raw HID events driver (C) Jiri Kosina
[ 32.754833] usbcore: registered new interface driver usbhid
[ 32.755454] usbhid: USB HID core driver
BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
(initramfs)