|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v16 4/9] x86: add multiboot2 protocol support for EFI platforms
On Tue, Mar 07, 2017 at 12:39:04AM +0100, Daniel Kiper wrote:
> On Wed, Feb 22, 2017 at 09:04:17AM -0800, Doug Goldstein wrote:
>
> [...]
>
> > I'm currently at ELC and then on vacation so I don't have access to any
> > of the machines currently myself. However the machine I most use to test
> > is a NUC5i5MYHE and a NUC5i3MYHE if you want to ask around if someone
> > has one internally. But that's why I gave QEMU as an example.
> >
> > I was using qemu master from a few weeks ago. I'll have to find the
> > revision for you. But the command line I use is:
> >
> > -enable-kvm -M pc-q35-2.8 -device intel-iommu -cpu host -m 2048 -smp 2
> > -drive if=pflash,format=raw,file=/tmp/tmp.EiR6ixmYzV -global
> > isa-debugcon.iobase=0x402 -debugcon file:/tmp/tmp.nuvEXUWfnA -monitor
> > stdio -chardev socket,host=127.0.0.1,port=25914,id=S0,server,nowait
> > -device isa-serial,chardev=S0 -device piix3-usb-uhci -device usb-tablet
> > -netdev id=net0,type=tap -device
> > virtio-net-pci,netdev=net0,mac=52:54:00:12:34:56 -boot order=n -device
> > qxl-vga -gdb tcp::14952
>
> Sadly, my colleagues and I are not able to reproduce the problem on any of
> machines available for us (available on the market and some development
> stuff in our labs). I did tests with QEMU (I am not able to run it with
> "-device intel-iommu" on my machine; I have to investigate this). Everything
> works. Joao did some tests on Intel NUC D34010WYK second generation.
> Everything works. So, Konrad ordered Intel NUC NUC5i3MYHE for me. I am
> waiting for delivery. Doug, could you tell me what distro, Xen, etc. you
> have installed on that NUC? I would like to test same config as yours on
> this machine.
I had a chat with Doug on IRC and:
- I had tested earlier on AMD, while he has only Intel boxes,
- He was wondering if this was an IOMMU issue.
So to double-check that, I installed Ubuntu 16.10 on my X11SAE
SuperMicro, which has an Haswell E3-1245 v5 and with IOMMU enabled.
I tested the 'origin/staging' xen.gz build with the upstream grub2
(I just used the 'master' branch) first and also just booting xen.efi.
Both worked fine.
Then I used v16 of Daniel's patches (this thread). They are also
now on git://xenbits.xen.org/people/konradwilk/xen.git mb2.v16
also the same way - as xen.efi and then using grub.efi and booting it
(see below)
All worked fine.
Now in the process I discovered that my patch for grub-mkconfig to
detect multiboot2 payloads and use those instead of multiboot never
made it upstream, so I had to modify my grub.cfg by hand (see below).
xen.cfg:
[global]
default=ubuntu
[ubuntu]
options=console=vga,com1 com1=115200,8n1 iommu=verbose ucode=scan
flask=disabled conring_size=2097152 loglvl=all
kernel=vmlinuz root=UUID=3f1e35fb-9907-48d1-b621-42369d5ad88f ro quiet
vt.handoff=7 console=hvc0
ramdisk=initrd.img
[25;1H[1;33;40mfs0:\EFI\xen> xen[25;22H[0;37;40m
Xen 4.9-unstable
(XEN) Xen version 4.9-unstable (konrad@) (gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0
20161005) debug=y Tue Mar 7 22:13:08 EST 2017
(XEN) Latest ChangeSet: Tue Feb 21 20:19:58 2017 +0100 git:e4ccbd0
(XEN) Bootloader: EFI
(XEN) Command line: console=vga,com1 com1=115200,8n1 iommu=verbose ucode=scan
flask=disabled conring_size=2097152 loglvl=all
(XEN) Xen image load base address: 0x29800000
(XEN) Video information:
(XEN) VGA is graphics mode 1280x1024, 32 bpp
(XEN) Disc information:
(XEN) Found 0 MBR signatures
(XEN) Found 1 EDD information structures
(XEN) EFI RAM map:
(XEN) 0000000000000000 - 0000000000058000 (usable)
(XEN) 0000000000058000 - 0000000000059000 (reserved)
(XEN) 0000000000059000 - 000000000009f000 (usable)
(XEN) 000000000009f000 - 00000000000a0000 (reserved)
(XEN) 0000000000100000 - 000000002ae33000 (usable)
(XEN) 000000002ae33000 - 000000002ae34000 (ACPI NVS)
(XEN) 000000002ae34000 - 000000002ae7e000 (reserved)
(XEN) 000000002ae7e000 - 000000002e8c1000 (usable)
(XEN) 000000002e8c1000 - 000000002ec64000 (reserved)
(XEN) 000000002ec64000 - 000000002eddf000 (usable)
(XEN) 000000002eddf000 - 000000002f3eb000 (ACPI NVS)
(XEN) 000000002f3eb000 - 000000002ffff000 (reserved)
(XEN) 000000002ffff000 - 0000000030000000 (usable)
(XEN) 0000000030000000 - 0000000038000000 (reserved)
(XEN) 00000000e0000000 - 00000000f0000000 (reserved)
(XEN) 00000000fe000000 - 00000000fe011000 (reserved)
(XEN) 00000000fec00000 - 00000000fec01000 (reserved)
(XEN) 00000000fee00000 - 00000000fee01000 (reserved)
(XEN) 00000000ff000000 - 0000000100000000 (reserved)
(XEN) 0000000100000000 - 00000008c3400000 (usable)
(XEN) ACPI: RSDP 2EE67000, 0024 (r2 SUPERM)
(XEN) ACPI: XSDT 2EE670B0, 00DC (r1 SUPERM SUPERM 1072009 AMI 10013)
(XEN) 1072009 AMI 10013)
(XEN) ACPI: FPDT 2EE8A778, 0044 (r1 1072009 AMI 10013)
(XEN) ACPI: FIDT 2EE8A7C0, 009C (r1 1072009 AMI 10013)
(XEN) ACPI: MCFG 2EE8A860, 003C (r1 SUPERM SMCI--MB 1072009 MSFT 97)
(XEN) ACPI: HPET 2EE8A8A0, 0038 (r1 SUPERM SMCI--MB 1072009 AMI. 5000B)
(XEN) ACPI: LPIT 2EE8A8D8, 0094 (r1 INTEL SKL 0 MSFT 5F)
(XEN) ACPI: SSDT 2EE8A970, 0248 (r2 INTEL sensrhub 0 INTL 20120913)
(XEN) ACPI: SSDT 2EE8ABB8, 2BAE (r2 INTEL PtidDevc 1000 INTL 20120913)
(XEN) ACPI: SSDT 2EE8D768, 0BE3 (r2 INTEL Ther_Rvp 1000 INTL 20120913)
(XEN) ACPI: DBGP 2EE8E350, 0034 (r1 INTEL 0 MSFT 5F)
(XEN) ACPI: DBG2 2EE8E388, 0054 (r0 INTEL 0 MSFT 5F)
(XEN) ACPI: SSDT 2EE8E3E0, 06FD (r2 INTEL xh_rvp08 0 INTL 20120913)
(XEN) ACPI: SSDT 2EE8EAE0, 546C (r2 SaSsdt SaSsdt 3000 INTL 20120913)
(XEN) ACPI: UEFI 2EE93F50, 0042 (r1 0 0)
(XEN) ACPI: SSDT 2EE93F98, 0E73 (r2 CpuRef CpuSsdt 3000 INTL 20120913)
(XEN) ACPI: DMAR 2EE94E10, 00A8 (r1 INTEL SKL 1 INTL 1)
(XEN) ACPI: ASF! 2EE94EB8, 00A5 (r32 INTEL HCG 1 TFSM F4240)
(XEN) ACPI: EINJ 2EE94F60, 0130 (r1 AMI AMI.EINJ 0 AMI. 0)
(XEN) ACPI: ERST 2EE95090, 0230 (r1 AMIER AMI.ERST 0 AMI. 0)
(XEN) ACPI: BERT 2EE952C0, 0030 (r1 AMI AMI.BERT 0 AMI. 0)
(XEN) ACPI: HEST 2EE952F0, 027C (r1 AMI AMI.HEST 0 AMI. 0)
(XEN) ACPI: BGRT 2EE95570, 0038 (r1 SUPERM SMCI--MB 1072009 AMI 10013)
(XEN) System RAM: 32541MB (33322560kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-00000008c3400000
(XEN) Domain heap initialised
(XEN) Allocated console ring of 1048576 KiB.
(XEN) vesafb: framebuffer at 0x90000000, mapped to 0xffff82c000201000, using
5120k, total 5120k
(XEN) vesafb: mode is 1280x1024x32, linelength=5120, font 8x16
(XEN) vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
(XEN) CPU Vendor: Intel, Family 6 (0x6), Model 94 (0x5e), Stepping 3 (raw
000506e3)
(XEN) SMBIOS 3.0 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x1808 (32 bits)
(XEN) ACPI: v5 SLEEP status[0:0]
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:1804,1:0], pm1x_evt[1:1800,1:0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - 2f3e9f80/0000000000000000,
using 32
(XEN) ACPI: wakeup_vec[2f3e9f8c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode: Flat. Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a701 base: 0xfed00000
(XEN) [VT-D]Host address width 39
(XEN) [VT-D]found ACPI_DMAR_DRHD:
(XEN) [VT-D] dmaru->address = fed90000
(XEN) [VT-D]drhd->address = fed90000 iommu->reg = ffff82c00071c000
(XEN) [VT-D]cap = 1c0000c40660462 ecap = 7e3ff0505e
(XEN) [VT-D] endpoint: 0000:00:02.0
(XEN) [VT-D]found ACPI_DMAR_DRHD:
(XEN) [VT-D] dmaru->address = fed91000
(XEN) [VT-D]drhd->address = fed91000 iommu->reg = ffff82c00071e000
(XEN) [VT-D]cap = d2008c40660462 ecap = f050da
(XEN) [VT-D] IOAPIC: 0000:f0:1f.0
(XEN) [VT-D] MSI HPET: 0000:00:1f.0
(XEN) [VT-D] flags: INCLUDE_ALL
(XEN) [VT-D]found ACPI_DMAR_RMRR:
(XEN) [VT-D] endpoint: 0000:00:14.0
(XEN) [VT-D]dmar.c:638: RMRR region: base_addr 2e9ab000 end_addr 2e9cafff
(XEN) [VT-D]found ACPI_DMAR_RMRR:
(XEN) [VT-D] RMRR address range 38400000..3abfffff not in reserved memory;
need "iommu_inclusive_mapping=1"?
(XEN) [VT-D] endpoint: 0000:00:02.0
(XEN) [VT-D]dmar.c:638: RMRR region: base_addr 38400000 end_addr 3abfffff
(XEN) Xen ERST support is initialized.
(XEN) HEST: Table parsing has been initialized
(XEN) ACPI: BGRT: invalidating v1 image at 0x2c713018
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 8 CPUs (0 hotplug CPUs)
(XEN) IRQ limits: 24 GSI, 1528 MSI/MSI-X
(XEN) Not enabling x2APIC (upon firmware request)
(XEN) xstate: size: 0x440 and states: 0x1f
(XEN) mce_intel.c:735: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0
extended MCE MSR 0
(XEN) CPU0: Intel machine check reporting enabled
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Platform timer is 23.999MHz HPET
(XEN) Detected 3504.107 MHz processor.
(XEN) EFI memory map:
(XEN) 0000000000000-0000000007fff type=3 attr=000000000000000f
(XEN) 0000000008000-0000000057fff type=7 attr=000000000000000f
(XEN) 0000000058000-0000000058fff type=0 attr=000000000000000f
(XEN) 0000000059000-000000005bfff type=7 attr=000000000000000f
(XEN) 000000005c000-000000005efff type=2 attr=000000000000000f
(XEN) 000000005f000-000000005ffff type=4 attr=000000000000000f
(XEN) 0000000060000-000000009efff type=3 attr=000000000000000f
(XEN) 000000009f000-000000009ffff type=0 attr=000000000000000f
(XEN) 0000000100000-0000022eebfff type=7 attr=000000000000000f
(XEN) 0000022eec000-0000022f2bfff type=4 attr=000000000000000f
(XEN) 0000022f2c000-0000026910fff type=7 attr=000000000000000f
(XEN) 0000026911000-00000297a7fff type=2 attr=000000000000000f
(XEN) 00000297a8000-000002a9a7fff type=1 attr=000000000000000f
(XEN) 000002a9a8000-000002a9a8fff type=2 attr=000000000000000f
(XEN) 000002a9a9000-000002a9aafff type=7 attr=000000000000000f
(XEN) 000002a9ab000-000002a9abfff type=2 attr=000000000000000f
(XEN) 000002a9ac000-000002a9acfff type=7 attr=000000000000000f
(XEN) 000002a9ad000-000002a9aefff type=2 attr=000000000000000f
(XEN) 000002a9af000-000002a9b4fff type=7 attr=000000000000000f
(XEN) 000002a9b5000-000002aa71fff type=1 attr=000000000000000f
(XEN) 000002aa72000-000002ae32fff type=4 attr=000000000000000f
(XEN) 000002ae33000-000002ae33fff type=10 attr=000000000000000f
(XEN) 000002ae34000-000002ae7dfff type=6 attr=800000000000000f
(XEN) 000002ae7e000-000002aedbfff type=4 attr=000000000000000f
(XEN) 000002aedc000-000002aeddfff type=2 attr=000000000000000f
(XEN) 000002aede000-000002aee0fff type=7 attr=000000000000000f
(XEN) 000002aee1000-000002aeeafff type=2 attr=000000000000000f
(XEN) 000002aeeb000-000002e2c0fff type=4 attr=000000000000000f
(XEN) 000002e2c1000-000002e4e1fff type=7 attr=000000000000000f
(XEN) 000002e4e2000-000002e8c0fff type=3 attr=000000000000000f
(XEN) 000002e8c1000-000002ec63fff type=0 attr=000000000000000f
(XEN) 000002ec64000-000002eddefff type=7 attr=000000000000000f
(XEN) 000002eddf000-000002f3eafff type=10 attr=000000000000000f
(XEN) 000002f3eb000-000002fe72fff type=6 attr=800000000000000f
(XEN) 000002fe73000-000002fffefff type=5 attr=800000000000000f
(XEN) 000002ffff000-000002fffffff type=4 attr=000000000000000f
(XEN) 0000100000000-00008c33fffff type=7 attr=000000000000000f
(XEN) 0000030000000-0000037ffffff type=0 attr=0000000000000000
(XEN) 00000e0000000-00000efffffff type=11 attr=8000000000000001
(XEN) 00000fe000000-00000fe010fff type=11 attr=8000000000000001
(XEN) 00000fec00000-00000fec00fff type=11 attr=8000000000000001
(XEN) 00000fee00000-00000fee00fff type=11 attr=8000000000000001
(XEN) 00000ff000000-00000ffffffff type=11 attr=8000000000000001
(XEN) Initing memory sharing.
(XEN) alt table ffff82d080658690 -> ffff82d080659c80
(XEN) spurious 8259A interrupt: IRQ7.
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: MCFG area at e0000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB, 2MB, 1GB.
(XEN) Intel VT-d iommu 1 supported page sizes: 4kB, 2MB, 1GB.
(XEN) Intel VT-d Snoop Control not enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) Intel VT-d Posted Interrupt not enabled.
(XEN) Intel VT-d Shared EPT tables enabled.
(XEN) I/O virtualisation enabled
(XEN) - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) nr_sockets: 1
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN) -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=0 pin2=0
(XEN) TSC deadline timer enabled
(XEN) mwait-idle: MWAIT substates: 0x142120
(XEN) mwait-idle: v0.4.1 model 0x5e
(XEN) mwait-idle: lapic_timer_reliable_states 0xffffffff
(XEN) VMX: Supported ed Guest
(XEN) - VMCS shadowing
(XEN) - VM Functions
(XEN) - Virtualisation Exceptions
(XEN) - Page Modification Logging
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging (HAP) detected
(XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) [VT-D]INTR-REMAP: Request device [0000:f0:1f.0] fault index 0, iommu reg
= ffff82c00071e000
(XEN) [VT-D]INTR-REMAP: reason 22 - Present field in the IRTE entry is clear
(XEN) Brought up 8 CPUs
(XEN) build-id: 2e8d5e7d6382866f8230d37bb12cc752
(XEN) traps.c:3451: GPF (0000): ffff82d0bffff041 [ffff82d0bffff041] ->
ffff82d0803625be
(XEN) traps.c:813: Trap 12: ffff82d0bffff040 [ffff82d0bffff040] ->
ffff82d0803625be
(XEN) ACPI sleep modes: S3
(XEN) VPMU: disabled
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) Dom0 has maximum 792 PIRQs
(XEN) NX (Execute Disable) protection active
(XEN) *** LOADING DOMAIN 0 ***
(XEN) ELF: phdr: paddr=0x1000000 memsz=0xdbd000
(XEN) ELF: phdr: paddr=0x1e00000 memsz=0x16a000
(XEN) ELF: phdr: paddr=0x1f6a000 memsz=0x1a558
(XEN) ELF: phdr: paddr=0x1f85000 memsz=0x2e4000
(XEN) ELF: memory: 0x1000000 -> 0x2269000
(XEN) ELF: note: GUEST_OS = "linux"
(XEN) ELF: note: GUEST_VERSION = "2.6"
(XEN) ELF: note: XEN_VERSION = "xen-3.0"
(XEN) ELF: note: VIRT_BASE = 0xffffffff80000000
(XEN) ELF: note: INIT_P2M = 0x8000000000
(XEN) ELF: note: ENTRY = 0xffffffff81f85180
(XEN) ELF: note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) ELF: note: FEATURES =
"!writable_page_tables|pae_pgdir_above_4gb|writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel"
(XEN) ELF: note: SUPPORTED_FEATURES = 0x90d
(XEN) ELF: note: PAE_MODE = "y
(XEN) ELF: note: SUSPEND_CANCEL = 0x1
(XEN) ELF: note: MOD_START_PFN = 0x1
(XEN) ELF: note: HV_START_LOW = 0xffff800000000000
(XEN) ELF: note: PADDR_OFFSET = 0
(XEN) ELF: addresses:
(XEN) virt_base = 0xffffffff80000000
(XEN) elf_paddr_offset = 0x0
(XEN) virt_offset = 0xffffffff80000000
(XEN) virt_kstart = 0xffffffff81000000
(XEN) virt_kend = 0xffffffff82269000
(XEN) virt_entry = 0xffffffff81f85180
(XEN) p2m_base = 0x8000000000
(XEN) Xen kernel: 64-bit, lsb, compat32
(XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2269000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN) Dom0 alloc.: 00000008a4000000->00000008a8000000 (7897528 pages to be
allocated)
(XEN) Init. ramdisk: 00000008c0cb4000->00000008c33ff905
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN) Loaded kernel: ffffffff81000000->ffffffff82269000
(XEN) Init. ramdisk: 0000000000000000->0000000000000000
(XEN) Phys-Mach map: 0000008000000000->0000008003c74820
(XEN) Start info: ffffffff82269000->ffffffff822694b4
(XEN) Page tables: ffffffff8226a000->ffffffff8227f000
(XEN) Boot stack: ffffffff8227f000->ffffffff82280000
(XEN) TOTAL: ffffffff80000000->ffffffff82400000
(XEN) ENTRY ADDRESS: ffffffff81f85180
(XEN) Dom0 has maximum 8 VCPUs
(XEN) ELF: phdr 0 at 0xffffffff81000000 -> 0xffffffff81dbd000
(XEN) ELF: phdr 1 at 0xffffffff81e00000 -> 0xffffffff81f6a000
(XEN) ELF: phdr 2 at 0xffffffff81f6a000 -> 0xffffffff81f84558
(XEN) ELF: phdr 3 at 0xffffffff81f85000 -> 0xffffffff820f8000
(XEN) Bogus DMIBAR 0xfed18001 on 0000:00:00.0
(XEN) [VT-D]iommu_enable_translation: iommu->reg = ffff82c00071c000
(XEN) [VT-D]iommu_enable_translation: iommu->reg = ffff82c00071e000
(XEN) Scrubbing Free RAM on 1 nodes using 4 CPUs
(XEN) [VT-D]DMAR:[DMA Write] Request device [0000:00:02.0] fault addr 0, iommu
reg = ffff82c00071c000
(XEN) [VT-D]DM l4[000] = c72a003
(XEN) l3[000] = c729003
(XEN) l2[000] = c728003
(XEN) l1[000] = 3
(XEN)
.......................................................................done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to
Xen)
(XEN) Freed 2048kB init memory
mapping kernel into physical memory
about to get started...
[ 0.000000] efi: EFI_MEMMAP is not enabled.
[ 0.000000] esrt: ESRT header is not in the memory map.
(XEN) d0: Forcing write emulation on MFNs e0000-effff
(XEN) Bogus DMIBAR 0xfed18001 on 0000:00:00.0
(XEN) PCI add device 0000:00:00.0
(XEN) PCI add device 0000:00:02.0
(XEN) PCI aN) PCI add device 0000:00:17.0
(XEN) PCI add device 0000:00:1c.0
(XEN) PCI add device 0000:00:1c.5
(XEN) PCI add device 0000:00:1c.6
(XEN) PCI add device 0000:00:1c.7
(XEN) PCI add device 0000:00:1d.0
(XEN) PCI add device 0000:00:1f.0
(XEN) PCI add device 0000:00:1f.2
(XEN) PCI add device 0000:00:1f.3
(XEN) PCI add device 0000:00:1f.4
(XEN) PCI add device 0000:00:1f.6
(XEN) PCI add device 0000:3a:00.0
(XEN) PCI add device 0000:3b:00.0
(XEN) PCI add device 0000:3d:00.0
(XEN) d0: Forcing read-only access to MFN fed00
[ 52.797424] mce: Unable to init device /dev/mcelog (rc: -16)
[ 52.809790] BERT: Can't request iomem region
<000000002f3eaG^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G/dev/sda2:
clean, 331976/58933248 files, 6275307/235728640 blocks
[ 57.290316] parport_pc parport_pc.956: Unable to set coherent dma mask:
disabling DMA
[ 57.290657] parport_pc parport_pc.888: Unable to set coherent dma mask:
disabling DMA
[ 57.290964] parport_pc parport_pc.632: Unable to set coherent dma mask:
disabling DMA
[ 58.273984] Error: Driver 'processor_aggregator' is already registered,
aborting...
[ 58.332713] Error: Driver 'processor_aggregator' is already registered,
aborting...
(XEN) traps.c:2863:d0v0 Domain attempted WRMSR 00000610 from 0x0042832000dd8280
to 0x004283200015828a
(XEN) traps.c:2863:d0v0 D2000dd8280 to 0x0042832000dd0280
(XEN) traps.c:2863:d0v0 Domain attempted WRMSR 00000610 from 0x0042832000dd8280
to 0x0042832000dc8280
(XEN) traps.c:2863:d0v0 Domain attempted WRMSR 00000610 from 0x0042832000dd8280
to 0x0042032000dd8280
(XEN) traps.c:2863:d0v0 Domain attempted WRMSR 000001b2 from 0x0000000000000000
to 0x000000000000a200
Ubuntu 16.10 konrad-Super-Server hvc0
konrad-Super-Server login: [ 188.181526] reboot: Restarting system
(XEN) Hardware Dom0 shutdown: rebooting machine
(XEN) APIC error on CPU0: 40(00)
... reboot.
grub2.cfg (with some lines removed)
serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
terminal_input serial
terminal_output serial
### BEGIN /usr/local/etc/grub.d/20_linux_xen ###
menuentry 'Ubuntu GNU/Linux, with Xen hypervisor' --class ubuntu --class
gnu-linux --class gnu --class os --class xen $menuentry_id_option
'xen-gnulinux-simple-3f1e35fb-9907-48d1-b621-42369d5
ad88f' {
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2
--hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2
3f1e35fb-9907-48d1-b621-42369d5ad88f
else
search --no-floppy --fs-uuid --set=root
3f1e35fb-9907-48d1-b621-42369d5ad88f
fi
echo 'Loading Xen xen ...'
if [ "$grub_platform" = "pc" -o "$grub_platform" = "" ]; then
xen_rm_opts=
else
xen_rm_opts="no-real-mode edd=off"
fi
multiboot2 /boot/xen.gz placeholder loglvl=all guest_loglvl=all
dom0_mem=max:8G console=com1,vga com1=115200,8n1 crashkernel=512M@64M
${xen_rm_opts}
echo 'Loading Linux 4.8.0-41-generic ...'
module2 /boot/vmlinuz-4.8.0-41-generic placeholder root=/dev/sda2 ro
console=hvc0 loglevel=8 initcall_debug
module2 /boot/initrd.img-4.8.0-41-generic
}
[25;1H[1;33;40mfs0:\EFI\grub2> grub2[25;22H[0;37;40m
[0;30;47mWelcome to GRUB!
[0;37;40m[H[J[1;1H[?25l[m[H[J[1;1H[2;28HGNU GRUB version 2.02~rc1
[m[4;2H+------------------------------------------------16;79H|[17;2H+----------------------------------------------------------------------------+[m[18;2H[19;2H[m
Use the ^ and v keys to select which entry is highlighted.
Press enter to boot the selected OS, `e' to edit the commands
before booting or `c' for a command-line.
[5;80H [7m[5;3H*Ubuntu GNU/Linux, with Xen hypervisor
[m[5;78H[m[m[6;3H Advanced options for Ubuntu GNU/Linux
(with Xen hypervisor) [m[6;78H[m[m[7;3H
[m[7;78H[m[m[8;3H
[m[8;78H[m[m[9;3H
[m[9;78H[m[m[10;3H
[m[10;78H[m[m[11;3H
[m[11;78H[m[m[12;3H
[m[12;78H[m[m[13;3H
[m[13;78H[m[m[14;3H
[m[14;78H[m[m[15;3H
[m[15;78H[m[m[16;3H
[m[16;78H[m[16;80H [5;78H[22;1H
The highlighted entry will be executed automatically in 10s.
[5;78H[22;1H The highlighted entry will be executed automatically in 9s.
[5;78H[22;1H
[23;1H
[5;78H[?25h[H[J[1;1H[H[J[1;1H
Loading Xen xen ...
Loading Linux 4.8.0-41-generic ...
Xen 4.9-unstable
(XEN) Xen version 4.9-unstable (konrad@) (gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0
20161005) debug=y Tue Mar 7 22~rc1
(XEN) Command line: placeholder loglvl=all guest_loglvl=all dom0_mem=max:8G
console=com1,vga com1=115200,8n1 crashkernel=512M@64M no-real-mode edd=off
(XEN) Xen image load base address: 0x2a200000
(XEN) Video information:
(XEN) VGA is graphics mode 1280x1024, 32 bpp
(XEN) Disc information:
(XEN) Found 0 MBR signatures
(XEN) Found 1 EDD information structures
(XEN) EFI RAM map:
(XEN) 0000000000000000 - 0000000000058000 (usable)
(XEN) 0000000000058000 - 0000000000059000 (reserved)
(XEN) 0000000000059000 - 000000000009f000 (usable)
(XEN) 000000000009f000 - 00000000000a0000 (reserved)
(XEN) 0000000000100000 - 000000002ae33000 (usable)
(XEN) 000000002ae33000 - 000000002ae34000 (ACPI NVS)
(XEN) 000000002ae34000 - 000000002ae7e000 (reserved)
(XEN) 000000002ae7e000 - 000000002e8c1000 (usable)
(XEN) 000000002e8c1000 - 000000002ec64000 (reserved)
(XEN) 000000002ec64000 - 000000002eddf000 (usable)
(XEN) 000000002eddf000 - 000000002f3eb000 (ACPI NVS)
(XEN) 000000002f3eb000 - 000000002ffff000 (reserved)
(XEN) 000000002ffff000 - 0000000030000000 (usable)
(XEN) 0000000030000000 - 0000000038000000 (reserved)
(XEN) 00000000e0000000 - 00000000f0000000 (reserved)
(XEN) 00000000fe000000 - 00000000fe011000 (reserved)
(XEN) 00000000fec00000 - 00000000fec01000 (reserved)
(XEN) 00000000fee00000 - 00000000fee01000 (reserved)
(XEN) 00000000ff000000 - 0000000100000000 (reserved)
(XEN) 0000000100000000 - 00000008c3400000 (usable)
(XEN) Kdump: 512MB (524288kB) at 0x4000000
(XEN) ACPI: RSDP 2EE67000, 0024 (r2 SUPERM)
(XEN) ACPI: XSDT 2EE670B0, 00DC (r1 SUPERM SUPERM 1072009 AMI 10013)
(XEN) EE8A5A8, 010C (r5 1072009 AMI 10013)
(XEN) ACPI: DSDT 2EE67220, 23387 (r2 SUPERM SMCI--MB 1072009 INTL 20120913)
(XEN) ACPI: FACS 2F3E9F80, 0040
(XEN) ACPI: APIC 2EE8A6B8, 00BC (r3 1072009 AMI 10013)
(XEN) ACPI: FPDT 2EE8A778, 0044 (r1 1072009 AMI 10013)
(XEN) ACPI: FIDT 2EE8A7C0, 009C (r1 1072009 AMI 10013)
(XEN) ACPI: MCFG 2EE8A860, 003C (r1 SUPERM SMCI--MB 1072009 MSFT 97)
(XEN) ACPI: HPET 2EE8A8A0, 0038 (r1 SUPERM SMCI--MB 1072009 AMI. 5000B)
(XEN) ACPI: LPIT 2EE8A8D8, 0094 (r1 INTEL SKL 0 MSFT 5F)
(XEN) ACPI: SSDT 2EE8A970, 0248 (r2 INTEL sensrhub 0 INTL 20120913)
(XEN) ACPI: SSDT 2EE8ABB8, 2BAE (r2 INTEL PtidDevc 1000 INTL 20120913)
(XEN) ACPI: SSDT 2EE8D768, 0BE3 (r2 INTEL Ther_Rvp 1000 INTL 20120913)
(XEN) ACPI: DBGP 2EE8E350, 0034 (r1 INTEL 0 MSFT 5F)
(XEN) ACPI: DBG2 2EE8E388, 0054 (r0 INTEL 0 MSFT 5F)
(XEN) ACPI: SSDT 2EE8E3E0, 06FD (r2 INTEL xh_rvp08 0 INTL 20120913)
(XEN) ACPI: SSDT 2EE8EAE0, 546C (r2 SaSsdt SaSsdt 3000 INTL 20120913)
(XEN) ACPI: UEFI 2EE93F50, 0042 (r1 0 0)
(XEN) ACPI: SSDT 2EE93F98, 0E73 (r2 CpuRef CpuSsdt 3000 INTL 20120913)
(XEN) ACPI: DMAR 2EE94E10, 00A8 (r1 INTEL SKL 1 INTL 1)
(XEN) ACPI: ASF! 2EE94EB8, 00A5 (r32 INTEL HCG 1 TFSM F4240)
(XEN) ACPI: EINJ 2EE94F60, 0130 (r1 AMI AMI.EINJ 0 AMI. 0)
(XEN) ACPI: ERST 2EE95090, 0230 (r1 AMIER AMI.ERST 0 AMI. 0)
(XEN) ACPI: BERT 2EE952C0, 0030 (r1 AMI AMI.BERT 0 AMI. 0)
(XEN) ACPI: HEST 2EE952F0, 027C (r1 AMI AMI.HEST 0 AMI. 0)
(XEN) ACPI: BGRT 2EE95570, 0038 (r1 SUPERM SMCI--MB 1072009 AMI 10013)
(XEN) System RAM: 32541MB (33322560kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-00000008c3400000
(XEN) Domain heap initialised
(XEN) vesafb: framebuffer at 0x90000000, mapped to 0xffff82c000201000, using
5120k, total 5120k
(XEN) vesafb: mode is 1280x1024(XEN) SMBIOS 3.0 present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x1808 (32 bits)
(XEN) ACPI: v5 SLEEP INFO: control[0:0], status[0:0]
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:1804,1:0], pm1x_evt[1:1800,1:0]
(XEN) ACPI: 32/64X FACS address mismatch in FADT - 2f3e9f80/0000000000000000,
using 32
(XEN) ACPI: wakeup_vec[2f3e9f8c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode: Flat. Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8086a701 base: 0xfed00000
(XEN) [VT-D] RMRR address range 38400000..3abfffff not in reserved memory;
need "iommu_inclusive_mapping=1"?
(XEN) Xen ERST support is initialized.
(XEN) HEST: Table parsing has been initialized
(XEN) ACPI: BGRT: invalidating v1 imag enabling x2APIC (upon firmware request)
(XEN) xstate: size: 0x440 and states: 0x1f
(XEN) mce_intel.c:735: MCA Capability: BCAST 1 SER 0 CMCI 1 firstbank 0
extended MCE MSR 0
(XEN) CPU0: Intel machine check reporting enabled
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Platform timer is 23.999MHz HPET
(XEN) Detected 3504.201 MHz processor.
(XEN) EFI memory map:
(XEN) 0000000000000-0000000000000f
(XEN) 0000000008000-000000000bfff type=2 attr=000000000000000f
(XEN) 000000000c000-0000000047fff type=7 attr=000000000000000f
(XEN) 0000000048000-0000000057fff type=2 attr=000000000000000f
(XEN) 0000000058000-0000000058fff type=0 attr=000000000000000f
(XEN) 0000000059000-000000005efff type=7 attr=000000000000000f
(XEN) 000000005f000-000000005ffff type=4 attr=000000000000000f
(XEN) 0000000060000-000000009efff type=3 attr=000000000000000f
(XEN) 000000009f000-000000009ffff type=0 attr=000000000000000f
(XEN) 0000000100000-0000007205fff type=2 attr=000000000000000f
(XEN) 0000007206000-000001842cfff type=7 attr=000000000000000f
(XEN) 000001842d000-0000022eebfff type=2 attr=000000000000000f
(XEN) 0000022eec000-0000022f2bfff type=4 attr=000000000000000f
(XEN) 0000022f2c000-000002a3fffff type=7 attr=000000000000000f
(XEN) 000002a400000-000002a78bfff type=2 attr=000000000000000f
(XEN) 000002a78c000-000002a87efff type=7 attr=000000000000000f
(XEN) 000002a87f000-000002a8a4fff type=2 attr=000000000000000f
(XEN) 000002a8a5000-000002a9a7fff type=1 attr=000000000000000f
(XEN) 000002a9a8000-000002a9a8fff type=2 attr=000000000000000f
(XEN) 000002a9a9000-000002a9aafff type=7 attr=000000000000000f
(XEN) 000002a9ab000-000002a9abfff type=2 attr=000000000000000f
(XEN) 000002a9ac000-000002a9acfff type=7 attr=000000000000000f
(XEN) 000002a9ad000-000002a9aefff type=2 attr=000000000000000f
(XEN) 000002a9af000-000002a9b4fff type=7 attr=000000000000000f
(XEN) 000002a9b5000-000002aa71fff type=1 attr=000000000000000f
(XEN) 000002aa72000-000002ae32fff type=4 attr=000000000000000f
(XEN) 000002ae33000-000002ae33fff type=10 attr=000000000000000f
(XEN) 000002ae34000-000002ae7dfff type=6 attr=800000000000000f
(XEN) 000002ae7e000-000002aedbfff type=4 attr=000000000000000f
(XEN) 000002aedc000-000002aeddfff type=2 attr=000000000000000f
(XEN) 000002aede000-000002aee0fff type=7 attr=000000000000000f
(XEN) 000002aee1000-000002aeeafff type=2 attr=000000000000000f
(XEN) 000002aeeb000-000002e2c0fff type=4 attr=000000000000000f
(XEN) 000002e2c1000-000002e4e1fff type=7 attr=000000000000000f
(XEN) 000002e4e2000-000002e8c0fff type=3 attr=000000000000000f
(XEN) 000002e8c1000-000002ec63fff type=0 attr=000000000000000f
(XEN) 000002ec64000-000002eddefff type=7 attr=000000000000000f
(XEN) 000002eddf000-000002f3eafff type=10 attr=000000000000000f
(XEN) 000002f3eb000-000002fe72fff type=6 attr=800000000000000f
(XEN) 000002fe73000-000002fffefff type=5 attr=800000000000000f
(XEN) 000002ffff000-000002fffffff type=4 attr=000000000000000f
(XEN) 0000100000000-00008c33fffff type=7 attr=000000000000000f
(XEN) 0000030000000-0000037ffffff type=0 attr=0000000000000000
(XEN) 00000e0000000-00000efffffff type=11 attr=8000000000000001
(XEN) 00000fe000000-00000fe010fff type=11 attr=8000000000000001
(XEN) 00000fec00000-00000fec00fff type=11 attr=8000000000000001
(XEN) 00000fee00000-00000fee00fff type=11 attr=8000000000000001
(XEN) 00000ff000000-00000ffffffff type=11 attr=8000000000000001
(XEN) Initing memory sharing.
(XEN) alt table ffff82d080429678 -> ffff82d08042ac68
(XEN) spurious 8259A interrupt: IRQ7.
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: MCFG area at e0000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) Intel VT-d iommu 0 supported page sizes: 4kB, 2MB, 1GB.
(XEN) Intel VT-d iommu 1 supported page sizes: 4kB, 2MB, 1GB.
(XEN) Intel VT-d Snoop Control not enabled.
(XEN) Intel VT-d Dom0 DMA Passthrough not enabled.
(XEN) Intel VT-d Queued Invalidation enabled.
(XEN) Intel VT-d Interrupt Remapping enabled.
(XEN) Intel VT-d Posted Interrupt not enabled.
(XEN) Intel VT-d Shared EPT tables enabled.
(XEN) I/O virtualisation enabled
(XEN) - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) nr_sockets: 1
(XEN) Enabled directed EOI with ioapic_ack_old on!
(XEN) ENABLING IO-APIC IRQs
(XEN) -> Using old ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=0 pin2=0
(XEN) TSC deadline timer enabled
(XEN) Allocated console ring of 64 KiB.
(XEN) mwait-idle: MWAIT substates: 0x142120
(XEN) mwait-idle: v0.4.1 model 0x5e
(XEN) mwait-idle: lapic_timer_reliableXEN) - APIC TPR shadow
(XEN) - Extended Page Tables (EPT)
(XEN) - Virtual-Processor Identifiers (VPID)
(XEN) - Virtual NMI
(XEN) - MSR direct-access bitmap
(XEN) - Unrestricted Guest
(XEN) - VMCS shadowing
(XEN) - VM Functions
(XEN) - Virtualisation Exceptions
(XEN) - Page Modification Logging
(XEN) HVM: ASIDs enabled.
(XEN) HVM: VMX enabled
(XEN) HVM: Hardware Assisted Paging (HAP) detected
(XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) [VT-D]INTR-REMAP: Request device [0000:f0:1f.0] fault index 0, iommu reg
= ffff82c00071e000
(XEN) [VT-D]INTR-REMAP: reason 22 - Present field in the IRTE entry is clear
(XEN) Brought up 8 CPUs
(XEN) build-id: 5fc07965d87beee52fcec64056ea877408cfef2a
(XEN) traps.c:3451: GPF (0000): ffff82d0bffff041 [ffff82d0bffff041] ->
ffff82d0803625d3
(XEN) traps.c:813: Trap 12: ffff82d0bffff040 [ffff82d0bffff040] ->
ffff82d0803625d3
(XEN) ACPI sleep modes: S3
(XEN) VPMU: *
(XEN) ELF: phdr: paddr=0x1000000 memsz=0xdbd000
(XEN) ELF: phdr: paddr=0x1e00000 memsz=0x16a000
(XEN) ELF: phdr: paddr=0x1f6a000 memsz=0x1a558
(XEN) ELF: phdr: paddr=0x1f85000 memsz=0x2e4000
(XEN) ELF: memory: 0x1000000 -> 0x2269000
(XEN) ELF: note: GUEST_OS = "linux"
(XEN) ELF: note: GUEST_VERSION = "2.6"
(XEN) ELF: note: XEN_VERSION = "xen-3.0"
(XEN) ELF: note: VIRT_BASE = 0xffffffff80000000
(XEN) ELF: note: INIT_P2M = 0x8000000000
(XEN) ELF: note: ENTRY = 0xffffffff81f85180
(XEN) ELF: note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) ELF: note: FEATURES =
"!writable_page_tables|pae_pgdir_above_4gb|writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel"
(XEN) ELF: note: SUPPORTED_FEATURES = 0x90d
(XEN) ELF: note: PAE_MODE = "yric"
(XEN) ELF: note: unknown (0xd)
(XEN) ELF: note: SUSPEND_CANCEL = 0x1
(XEN) ELF: note: MOD_START_PFN = 0x1
(XEN) ELF: note: HV_START_LOW = 0xffff800000000000
(XEN) ELF: note: PADDR_OFFSET = 0
(XEN) ELF: addresses:
(XEN) virt_base = 0xffffffff80000000
(XEN) elf_paddr_offset = 0x0
(XEN) virt_offset = 0xffffffff80000000
(XEN) virt_kstart = 0xffffffff81000000
(XEN) virt_kend = 0xffffffff82269000
(XEN) virt_entry = 0xffffffff81f85180
(XEN) p2m_base = 0x8000000000
(XEN) Xen kernel: 64-bit, lsb, compat32
(XEN) Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2269000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN) Dom0 alloc.: 00000008a0000000->00000008a4000000 (2053663 pages to be
allocated)
(XEN) Init. ramdisk: 00000008bca1f000->00000008c3400000
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN) Loaded kernel: ffffffff81000000->ffffffff82269000
(XEN) Init. ramdisk: 0000000000000000->0000000000000000
(XEN) Phys-Mach map: 0000008000000000->0000008001000000
(XEN) Start info: ffffffff82269000->ffffffff822694b4
(XEN) Page tables: ffffffff8226a000->ffffffff8227f000
(XEN) Boot stack: ffffffff8227f000->ffffffff82280000
(XEN) TOTAL: ffffffff80000000->ffffffff82400000
(XEN) ENTRY ADDRESS: ffffffff81f85180
(XEN) Dom0 has maximum 8 VCPUs
(XEN) ELF: phdr 0 at 0xffffffff81000000 -> 0xffffffff81dbd000
(XEN) ELF: phdr 1 at 0xffffffff81e00000 -> 0xffffffff81f6a000
(XEN) ELF: phdr 2 at 0xffffffff81f6a000 -> 0xffffffff81f84558
(XEN) ELF: phdr 3 at 0xffffffff81f85000 -> 0xffffffff820f8000
(XEN) Bogus DMIBAR 0xfed18001 on 0000:00:00.0
(XEN) Scrubbing Free RAM on 1 nodes using 4 CPUs
(XEN)
.......................................................................done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to
Xen)
(XEN) Freed 360kB init memory
mapping kernel into physical memory
about to get started...
[ 0.000000] Linux version 4.8.0-41-generic (buildd@lgw01-18) (gcc version
6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12) ) #44-Ubuntu SMP Fri Mar 3 15:27:17 UTC
2017 (Ubuntu 4.8.0-41.44-generic 4.8.17)
[ 0.000000] Command line: placeholder root=/dev/sda2 ro console=hvc0
loglevel=8 initcall_debug
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point
registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes,
using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] Released 0 page(s)
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] Xen: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] Xen: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] Xen: [mem 0x0000000000059000-0x000000000009efff] usable
[ 0.000000] Xen: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] Xen: [mem 0x0000000000100000-0x000000002ae32fff] usable
[ 0.000000] Xen: [mem 0x000000002ae33000-0x000000002ae33fff] ACPI NVS
[ 0.000000] Xen: [mem 0x000000002ae34000-0x000000002ae7dfff] reserved
[ 0.000000] Xen: [mem 0x000000002ae7e000-0x000000002e8c0fff] usable
[ 0.000000] Xen: [mem 0x000000002e8c1000-0x000000002ec63fff] reserved
[ 0.000000] Xen: [mem 0x000000002ec64000-0x000000002eddefff] usable
[ 0.000000] Xen: [mem 0x000000002eddf000-0x000000002f3eafff] ACPI NVS
[ 0.000000] Xen: [mem 0x000000002f3eb000-0x000000002fffefff] reserved
[ 0.000000] Xen: [mem 0x000000002ffff000-0x000000002fffffff] usable
[ 0.000000] Xen: [mem 0x0000000030000000-0x0000000037ffffff] reserved
[ 0.000000] Xen: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] Xen: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] Xen: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] Xen: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
[ 0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] Xen: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] Xen: [mem 0x0000000100000000-0x00000002d166ffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.40 by American Megatrends
[ 0.000000] efi: ESRT=0x2fc39d98 ACPI=0x2ee67000 ACPI 2.0=0x2ee67000
SMBIOS=0xf05e0 SMBIOS 3.0=0x2fb85000 MPS=0xfca00
[ 0.000000] efi: EFI_MEMMAP is not enabled.
[ 0.000000] esrt: ESRT header is not in the memory map.
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] Hypervisor detected: Xen
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x2d1670 max_arch_pfn = 0x400000000
[ 0.000000] MTRR: Disabled
[ 0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too.
[ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WC WP UC UC
[ 0.000000] e820: last_pfn = 0x30000 max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] BRK [0x0223d000, 0x0223dfff] PGTABLE
[ 0.000000] BRK [0x0223e000, 0x0223efff] PGTABLE
[ 0.000000] BRK [0x0223f000, 0x0223ffff] PGTABLE
[ 0.000000] BRK [0x02240000, 0x02240fff] PGTABLE
[ 0.000000] BRK [0x02241000, 0x02241fff] PGTABLE
[ 0.000000] BRK [0x02242000, 0x02242fff] PGTABLE
[ 0.000000] BRK [0x02243000, 0x02243fff] PGTABLE
[ 0.000000] BRK [0x02244000, 0x02244fff] PGTABLE
[ 0.000000] BRK [0x02245000, 0x02245fff] PGTABLE
[ 0.000000] BRK [0x02246000, 0x02246fff] PGTABLE
[ 0.000000] BRK [0x02247000, 0x02247fff] PGTABLE
[ 0.000000] BRK [0x02248000, 0x02248fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x04000000-0x0a9e0fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000000002EE67000 000024 (v02 SUPERM)
[ 0.000000] ACPI: XSDT 0x000000002EE670B0 0000DC (v01 SUPERM SUPERM
01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x000000002EE8A5A8 00010C (v05
01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x000000002EE67220 023387 (v02 SUPERM SMCI--MB
01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x000000002F3E9F80 000040
[ 0.000000] ACPI: APIC 0x000000002EE8A6B8 0000BC (v03
01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x000000002EE8A778 000044 (v01
01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x000000002EE8A7C0 00009C (v01
01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x000000002EE8A860 00003C (v01 SUPERM SMCI--MB
01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x000000002EE8A8A0 000038 (v01 SUPERM SMCI--MB
01072009 AMI. 0005000B)
[ 0.000000] ACPI: LPIT 0x000000002EE8A8D8 000094 (v01 INTEL SKL
00000000 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x000000002EE8A970 000248 (v02 INTEL sensrhub
00000000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x000000002EE8ABB8 002BAE (v02 INTEL PtidDevc
00001000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x000000002EE8D768 000BE3 (v02 INTEL Ther_Rvp
00001000 INTL 20120913)
[ 0.000000] ACPI: DBGP 0x000000002EE8E350 000034 (v01 INTEL
00000000 MSFT 0000005F)
[ 0.000000] ACPI: DBG2 0x000000002EE8E388 000054 (v00 INTEL
00000000 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x000000002EE8E3E0 0006FD (v02 INTEL xh_rvp08
00000000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x000000002EE8EAE0 00546C (v02 SaSsdt SaSsdt
00003000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x000000002EE93F50 000042 (v01
00000000 00000000)
[ 0.000000] ACPI: SSDT 0x000000002EE93F98 000E73 (v02 CpuRef CpuSsdt
00003000 INTL 20120913)
[ 0.000000] ACPI: RMAD 0x000000002EE94E10 0000A8 (v01 INTEL SKL
00000001 INTL 00000001)
[ 0.000000] ACPI: ASF! 0x000000002EE94EB8 0000A5 (v32 INTEL HCG
00000001 TFSM 000F4240)
[ 0.000000] ACPI: EINJ 0x000000002EE94F60 000130 (v01 AMI AMI.EINJ
00000000 AMI. 00000000)
[ 0.000000] ACPI: ERST 0x000000002EE95090 000230 (v01 AMIER AMI.ERST
00000000 AMI. 00000000)
[ 0.000000] ACPI: BERT 0x000000002EE952C0 000030 (v01 AMI AMI.BERT
00000000 AMI. 00000000)
[ 0.000000] ACPI: HEST 0x000000002EE952F0 00027C (v01 AMI AMI.HEST
00000000 AMI. 00000000)
[ 0.000000] ACPI: BGRT 0x000000002EE95570 000038 (v01 SUPERM SMCI--MB
01072009 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] Setting APIC routing to Xen PV.
[ 0.000000] NUMA turned off
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000002d166ffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x1ff00e000-0x1ff012fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x00000002d166ffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000002ae32fff]
[ 0.000000] node 0: [mem 0x000000002ae7e000-0x000000002e8c0fff]
[ 0.000000] node 0: [mem 0x000000002ec64000-0x000000002eddefff]
[ 0.000000] node 0: [mem 0x000000002ffff000-0x000000002fffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000002d166ffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000002d166ffff]
[ 0.000000] On node 0 totalpages: 2097151
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 2920 pages used for memmap
[ 0.000000] DMA32 zone: 186866 pages, LIFO batch:31
[ 0.000000] Normal zone: 29786 pages used for memmap
[ 0.000000] Normal zone: 1906288 pages, LIFO batch:31
[ 0.000000] p2m virtual area at ffffc90000000000, size is 40000000
[ 0.000000] Remapped 857712 page(s)
[ 0.000000] Reserving Intel graphics memory at
0x0000000038c00000-0x000000003abfffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, 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 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x2ae33000-0x2ae33fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x2ae34000-0x2ae7dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x2e8c1000-0x2ec63fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x2eddf000-0x2f3eafff]
[ 0.000000] PM: Registered nosave memory: [mem 0x2f3eb000-0x2fffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x30000000-0x37ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x38000000-0x38bfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x38c00000-0x3abfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x3ac00000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed8ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed92000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0x3ac00000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on Xen
[ 0.000000] Xen version: 4.9-unstable (preserve-AD)
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8
nr_node_ids:1
[ 0.000000] percpu: Embedded 36 pages/cpu @ffff8802d1400000 s107864 r8192
d31400 u262144
[ 0.000000] pcpu-alloc: s107864 r8192 d31400 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] xen: PV spinlocks enabled
[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total
pages: 2064360
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: placeholder root=/dev/sda2 ro console=hvc0
loglevel=8 initcall_debug
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] software IO TLB [mem 0x2cd400000-0x2d1400000] (64MB) mapped at
[ffff8802cd400000-ffff8802d13fffff]
[ 0.000000] Memory: 8027612K/8388604K available (8852K kernel code, 1441K
rwdata, 3828K rodata, 1556K init, 1296K bss, 360992K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=512 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] Using NULL legacy PIC
[ 0.000000] NR_IRQS:33024 nr_irqs:488 0
[ 0.000000] xen:events: Using FIFO-based ABI
[ 0.000000] xen: --> pirq=1 -> irq=1 (gsi=1)
[ 0.000000] xen: --> pirq=2 -> irq=2 (gsi=2)
[ 0.000000] xen: --> pirq=3 -> irq=3 (gsi=3)
[ 0.000000] xen: --> pirq=4 -> irq=4 (gsi=4)
[ 0.000000] xen: --> pirq=5 -> irq=5 (gsi=5)
[ 0.000000] xen: --> pirq=6 -> irq=6 (gsi=6)
[ 0.000000] xen: --> pirq=7 -> irq=7 (gsi=7)
[ 0.000000] xen: --> pirq=8 -> irq=8 (gsi=8)
[ 0.000000] xen: --> pirq=9 -> irq=9 (gsi=9)
[ 0.000000] xen: --> pirq=10 -> irq=10 (gsi=10)
[ 0.000000] xen: --> pirq=11 -> irq=11 (gsi=11)
[ 0.000000] xen: --> pirq=12 -> irq=12 (gsi=12)
[ 0.000000] xen: --> pirq=13 -> irq=13 (gsi=13)
[ 0.000000] xen: --> pirq=14 -> irq=14 (gsi=14)
[ 0.000000] xen: --> pirq=15 -> irq=15 (gsi=15)
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [hvc0] enabled
[ 0.000000] clocksource: xen: mask: 0xffffffffffffffff max_cycles:
0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Xen: using vcpuop timer interface
[ 0.000000] installing Xen timer for CPU 0
[ 0.000000] tsc: Unable to calibrate against PIT
[ 0.000000] tsc: HPET/PMTIMER calibration failed
[ 0.000000] tsc: Detected 3504.200 MHz processor
[ 11.288098] Calibrating delay loop (skipped), value calculated using timer
frequency.. 7008.40 BogoMIPS (lpj=14016800)
[ 11.288103] pid_max: default: 32768 minimum: 301
[ 11.288121] ACPI: Core revision 20160422
[ 11.368442] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 11.368445]
[ 11.368674] Security Framework initialized
[ 11.368676] Yama: becoming mindful.
[ 11.368699] AppArmor: AppArmor initialized
[ 11.369679] Dentry cache hash table entries: 1048576 (order: 11, 8388608
bytes)
[ 11.371018] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 11.371462] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 11.371479] Mountpoint-cache hash table entries: 16384 (order: 5, 131072
bytes)
[ 11.371789] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 11.371791] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 11.371795] CPU: Physical Processor ID: 0
[ 11.371796] CPU: Processor Core ID: 0
[ 11.371800] mce: CPU supports 2 MCE banks
[ 11.371813] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 11.371815] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 11.372050] Freeing SMP alternatives memory: 32K (ffffffff820ef000 -
ffffffff820f7000)
[ 11.373699] efi_bgrt: Ignoring BGRT: null image address
[ 11.373702] ftrace: allocating 33435 entries in 131 pages
[ 11.383774] cpu 0 spinlock event irq 25
[ 11.383779] smpboot: APIC(0) Converting physical 0 to logical package 0
[ 11.383783] smpboot: Max logical packages: 1
[ 11.383786] Could not initialize VPMU for cpu 0, error -95
[ 11.383797] calling trace_init_flags_sys_exit+0x0/0xf @ 1
[ 11.383800] initcall trace_init_flags_sys_exit+0x0/0xf returned 0 after 0
usecs
[ 11.383803] calling trace_init_flags_sys_enter+0x0/0xf @ 1
[ 11.383805] initcall trace_init_flags_sys_enter+0x0/0xf returned 0 after 0
usecs
[ 11.383808] calling init_hw_perf_events+0x0/0x567 @ 1
[ 11.383810] Performance Events: unsupported p6 CPU model 94 no PMU driver,
software events only.
[ 11.383815] initcall init_hw_perf_events+0x0/0x567 returned 0 after 3 usecs
[ 11.383817] calling xen_init_spinlocks_jump+0x0/0x29 @ 1
[ 11.383820] initcall xen_init_spinlocks_jump+0x0/0x29 returned 0 after 0
usecs
[ 11.383822] calling init_real_mode+0x0/0x1ad @ 1
[ 11.383838] initcall init_real_mode+0x0/0x1ad returned 0 after 13 usecs
[ 11.383841] calling trace_init_perf_perm_irq_work_exit+0x0/0x13 @ 1
[ 11.383843] initcall trace_init_perf_perm_irq_work_exit+0x0/0x13 returned 0
after 0 usecs
[ 11.383846] calling register_trigger_all_cpu_backtrace+0x0/0x16 @ 1
[ 11.383849] initcall register_trigger_all_cpu_backtrace+0x0/0x16 returned 0
after 0 usecs
[ 11.383852] calling numachip_system_init+0x0/0x67 @ 1
[ 11.383855] initcall numachip_system_init+0x0/0x67 returned 0 after 0 usecs
[ 11.383858] calling kvm_spinlock_init_jump+0x0/0x46 @ 1
[ 11.383863] initcall kvm_spinloc[ 12.621291] clocksource: tsc: mask:
0xffffffffffffffff max_cycles: 0x3282d0e4408, max_idle_ns: 440795379196 ns
[ 12.705220] usb 3-1: new low-speed USB device number 2 using xhci_hcd
[ 13.016619] i8042: No controller found
[ 13.016636] initcall i8042_init+0x0/0x439 returned -19 after 1159929 usecs
[ 13.016639] calling mousedev_init+0x0/0x81 @ 1
[ 13.016788] mousedev: PS/2 mouse device common for all mice
[ 13.016818] initcall mousedev_init+0x0/0x81 returned 0 after 171 usecs
[ 13.016821] calling evdev_init+0x0/0x12 @ 1
[ 13.017034] initcall evdev_init+0x0/0x12 returned 0 after 206 usecs
[ 13.017037] calling atkbd_init+0x0/0x27 @ 1
[ 13.017045] initcall atkbd_init+0x0/0x27 returned 0 after 6 usecs
[ 13.017048] calling elants_i2c_driver_init+0x0/0x14 @ 1
[ 13.017070] initcall elants_i2c_driver_init+0x0/0x14 returned 0 after 6 usecs
[ 13.017073] calling uinput_init+0x0/0x12 @ 1
[ 13.017109] initcall uinput_init+0x0/0x12 returned 0 after 32 usecs
[ 13.017112] calling cmos_init+0x0/0x69 @ 1
[ 13.017185] rtc_cmos 00:04: RTC can wake from S4
[ 13.017554] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 13.017683] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[ 13.017688] initcall cmos_init+0x0/0x69 returned 0 after 560 usecs
[ 13.017691] calling i2c_dev_init+0x0/0xb9 @ 1
[ 13.017693] i2c /dev entries driver
[ 13.017696] initcall i2c_dev_init+0x0/0xb9 returned 0 after 2 usecs
[ 13.017699] calling restart_poweroff_driver_init+0x0/0x14 @ 1
[ 13.017706] initcall restart_poweroff_driver_init+0x0/0x14 returned 0 after
3 usecs
[ 13.017708] calling dm_init+0x0/0x46 @ 1
[ 13.017733] device-mapper: uevent: version 1.0.3
[ 13.017802] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised:
dm-devel@xxxxxxxxxx
[ 13.017805] initcall dm_init+0x0/0x46 returned 0 after 92 usecs
[ 13.017807] calling cpufreq_gov_powersave_init+0x0/0x12 @ 1
[ 13.017809] initcall cpufreq_gov_powersave_init+0x0/0x12 returned -19 after
0 usecs
[ 13.017824] calling cpufreq_gov_userspace_init+0x0/0x12 @ 1
[ 13.017826] initcall cpufreq_gov_userspace_init+0x0/0x12 returned -19 after
0 usecs
[ 13.017829] calling cpufreq_gov_dbs_init+0x0/0x12 @ 1
[ 13.017830] initcall cpufreq_gov_dbs_init+0x0/0x12 returned -19 after 0 usecs
[ 13.017847] calling cpufreq_gov_dbs_init+0x0/0x12 @ 1
[ 13.017849] initcall cpufreq_gov_dbs_init+0x0/0x12 returned -19 after 0 usecs
[ 13.017851] calling intel_pstate_init+0x0/0x434 @ 1
[ 13.017854] intel_pstate: Intel P-state driver initializing
[ 13.017862] initcall intel_pstate_init+0x0/0x434 returned -19 after 9 usecs
[ 13.017879] calling ledtrig_disk_init+0x0/0x2e @ 1
[ 13.017881] initcall ledtrig_disk_init+0x0/0x2e returned 0 after 0 usecs
[ 13.017884] calling ledtrig_mtd_init+0x0/0x2e @ 1
[ 13.017886] initcall ledtrig_mtd_init+0x0/0x2e returned 0 after 0 usecs
[ 13.017901] calling ledtrig_cpu_init+0x0/0xbd @ 1
[ 13.018096] ledtrig-cpu: registered to indicate activity on CPUs
[ 13.018099] initcall ledtrig_cpu_init+0x0/0xbd returned 0 after 191 usecs
[ 13.018101] calling ledtrig_panic_init+0x0/0x39 @ 1
[ 13.018104] initcall ledtrig_panic_init+0x0/0x39 returned 0 after 0 usecs
[ 13.018178] calling efivars_sysfs_init+0x0/0x210 @ 1
[ 13.018180] EFI Variables Facility v0.08 2004-May-17
[ 13.021393] initcall efivars_sysfs_init+0x0/0x210 returned 0 after 3137 usecs
[ 13.021396] calling esrt_sysfs_init+0x0/0x32c @ 1
[ 13.021398] initcall esrt_sysfs_init+0x0/0x32c returned -38 after 0 usecs
[ 13.021401] calling skein_generic_init+0x0/0x56 @ 1
[ 13.021518] initcall skein_generic_init+0x0/0x56 returned 0 after 112 usecs
[ 13.021521] calling intel_pmc_core_driver_init+0x0/0x1b @ 1
[ 13.021544] initcall intel_pmc_core_driver_init+0x0/0x1b returned 0 after 6
usecs
[ 13.021561] calling gpio_clk_driver_init+0x0/0x14 @ 1
[ 13.021567] initcall gpio_clk_driver_init+0x0/0x14 returned 0 after 3 usecs
[ 13.021582] calling extcon_class_init+0x0/0x18 @ 1
[ 13.021586] initcall extcon_class_init+0x0/0x18 returned 0 after 1 usecs
[ 13.021589] calling powercap_init+0x0/0x28b @ 1
[ 13.021617] initcall powercap_init+0x0/0x28b returned 0 after 25 usecs
[ 13.021620] calling pm_check_save_msr+0x0/0x20 @ 1
[ 13.021623] initcall pm_check_save_msr+0x0/0x20 returned 0 after 0 usecs
[ 13.021625] calling sock_diag_init+0x0/0x35 @ 1
[ 13.021645] initcall sock_diag_init+0x0/0x35 returned 0 after 16 usecs
[ 13.021647] calling blackhole_init+0x0/0x12 @ 1
[ 13.021650] initcall blackhole_init+0x0/0x12 returned 0 after 0 usecs
[ 13.021665] calling gre_offload_init+0x0/0x49 @ 1
[ 13.021667] initcall gre_offload_init+0x0/0x49 returned 0 after 0 usecs
[ 13.021670] calling sysctl_ipv4_init+0x0/0x4c @ 1
[ 13.021711] initcall sysctl_ipv4_init+0x0/0x4c returned 0 after 38 usecs
[ 13.021726] calling cubictcp_register+0x0/0x5a @ 1
[ 13.021728] initcall cubictcp_register+0x0/0x5a returned 0 after 0 usecs
[ 13.021730] calling inet6_init+0x0/0x335 @ 1
[ 13.021781] NET: Registered protocol family 10
[ 13.021960] initcall inet6_init+0x0/0x335 returned 0 after 221 usecs
[ 13.021963] calling packet_init+0x0/0x42 @ 1
[ 13.021964] NET: Registered protocol family 17
[ 13.021967] initcall packet_init+0x0/0x42 returned 0 after 2 usecs
[ 13.021970] calling dcbnl_init+0x0/0x4d @ 1
[ 13.021972] initcall dcbnl_init+0x0/0x4d returned 0 after 0 usecs
[ 13.021974] calling init_dns_resolver+0x0/0xd3 @ 1
[ 13.021978] Key type dns_resolver registered
[ 13.021980] initcall init_dns_resolver+0x0/0xd3 returned 0 after 4 usecs
[ 13.021983] calling mcheck_init_device+0x0/0x181 @ 1
[ 13.022109] mce: Unable to init device /dev/mcelog (rc: -16)
[ 13.022112] initcall mcheck_init_device+0x0/0x181 returned -16 after 122
usecs
[ 13.022128] calling tboot_late_init+0x0/0x27f @ 1
[ 13.022130] initcall tboot_late_init+0x0/0x27f returned 0 after 0 usecs
[ 13.022132] calling mcheck_late_init+0x0/0x5b @ 1
[ 13.022137] initcall mcheck_late_init+0x0/0x5b returned 0 after 2 usecs
[ 13.022139] calling severities_debugfs_init+0x0/0x3b @ 1
[ 13.022142] initcall severities_debugfs_init+0x0/0x3b returned 0 after 0
usecs
[ 13.022145] calling threshold_init_device+0x0/0x4d @ 1
[ 13.022148] initcall threshold_init_device+0x0/0x4d returned 0 after 0 usecs
[ 13.022151] calling microcode_init+0x0/0x1d0 @ 1
[ 13.022172] microcode: sig=0x506e3, pf=0x2, revision=0x84
[ 13.022326] microcode: Microcode Update Driver: v2.01
<tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[ 13.022343] initcall microcode_init+0x0/0x1d0 returned 0 after 172 usecs
[ 13.022346] calling hpet_insert_resource+0x0/0x24 @ 1
[ 13.022349] initcall hpet_insert_resource+0x0/0x24 returned 0 after 0 usecs
[ 13.022351] calling update_mp_table+0x0/0x45f @ 1
[ 13.022354] initcall update_mp_table+0x0/0x45f returned 0 after 0 usecs
[ 13.022356] calling lapic_insert_resource+0x0/0x40 @ 1
[ 13.022358] initcall lapic_insert_resource+0x0/0x40 returned 0 after 0 usecs
[ 13.022361] calling print_ICs+0x0/0x1b3 @ 1
[ 13.022363] initcall print_ICs+0x0/0x1b3 returned 0 after 0 usecs
[ 13.022366] calling pat_memtype_list_init+0x0/0x35 @ 1
[ 13.022368] initcall pat_memtype_list_init+0x0/0x35 returned 0 after 0 usecs
[ 13.022371] calling create_tlb_single_page_flush_ceiling+0x0/0x29 @ 1
[ 13.022375] initcall create_tlb_single_page_flush_ceiling+0x0/0x29 returned
0 after 1 usecs
[ 13.022378] calling create_init_pkru_value+0x0/0x29 @ 1
[ 13.022381] initcall create_init_pkru_value+0x0/0x29 returned 0 after 0 usecs
[ 13.022385] calling init_oops_id+0x0/0x40 @ 1
[ 13.022388] initcall init_oops_id+0x0/0x40 returned 0 after 0 usecs
[ 13.022390] calling sched_init_debug+0x0/0x24 @ 1
[ 13.022393] initcall sched_init_debug+0x0/0x24 returned 0 after 0 usecs
[ 13.022395] calling pm_qos_power_init+0x0/0xac @ 1
[ 13.022467] initcall pm_qos_power_init+0x0/0xac returned 0 after 67 usecs
[ 13.022470] calling pm_debugfs_init+0x0/0x24 @ 1
[ 13.022472] initcall pm_debugfs_init+0x0/0x24 returned 0 after 0 usecs
[ 13.022475] calling printk_late_init+0x0/0x65 @ 1
[ 13.022478] initcall printk_late_init+0x0/0x65 returned 0 after 0 usecs
[ 13.022480] calling tk_debug_sleep_time_init+0x0/0x3c @ 1
[ 13.022483] initcall tk_debug_sleep_time_init+0x0/0x3c returned 0 after 0
usecs
[ 13.022486] calling load_uefi_certs+0x0/0x2a1 @ 1
[ 13.022488] initcall load_uefi_certs+0x0/0x2a1 returned 0 after 0 usecs
[ 13.022491] calling debugfs_kprobe_init+0x0/0xcc @ 1
[ 13.022496] initcall debugfs_kprobe_init+0x0/0xcc returned 0 after 2 usecs
[ 13.022498] calling taskstats_init+0x0/0x6c @ 1
[ 13.022502] registered taskstats version 1
[ 13.022504] initcall taskstats_init+0x0/0x6c returned 0 after 3 usecs
[ 13.022519] calling clear_boot_tracer+0x0/0x2e @ 1
[ 13.022521] initcall clear_boot_tracer+0x0/0x2e returned 0 after 0 usecs
[ 13.022524] calling register_kprobe_prog_ops+0x0/0x20 @ 1
[ 13.022526] initcall register_kprobe_prog_ops+0x0/0x20 returned 0 after 0
usecs
[ 13.022529] calling kdb_ftrace_register+0x0/0x32 @ 1
[ 13.022532] initcall kdb_ftrace_register+0x0/0x32 returned 0 after 0 usecs
[ 13.022534] calling register_htab_map+0x0/0x20 @ 1
[ 13.022536] initcall register_htab_map+0x0/0x20 returned 0 after 0 usecs
[ 13.022539] calling register_cgroup_array_map+0x0/0x14 @ 1
[ 13.022541] initcall register_cgroup_array_map+0x0/0x14 returned 0 after 0
usecs
[ 13.022543] calling register_perf_event_array_map+0x0/0x14 @ 1
[ 13.022546] initcall register_perf_event_array_map+0x0/0x14 returned 0 after
0 usecs
[ 13.022548] calling register_prog_array_map+0x0/0x14 @ 1
[ 13.022551] initcall register_prog_array_map+0x0/0x14 returned 0 after 0
usecs
[ 13.022553] calling register_array_map+0x0/0x20 @ 1
[ 13.022555] initcall register_array_map+0x0/0x20 returned 0 after 0 usecs
[ 13.022557] calling register_stack_map+0x0/0x14 @ 1
[ 13.022560] initcall register_stack_map+0x0/0x14 returned 0 after 0 usecs
[ 13.022562] calling load_system_certificate_list+0x0/0x11e @ 1
[ 13.022564] Loading compiled-in X.509 certificates
[ 13.024913] usb 3-1: New USB device found, idVendor=045e, idProduct=0040
[ 13.024917] usb 3-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 13.024920] usb 3-1: Product: Microsoft 3-Button Mouse with IntelliEye(TM)
[ 13.024922] usb 3-1: Manufacturer: Microsoft
[ 13.025461] Loaded X.509 cert 'Build time autogenerated kernel key:
01efd8212b4e7a4a90d2d5ccf24572af6c03b153'
[ 13.025466] initcall load_system_certificate_list+0x0/0x11e returned 0 after
2832 usecs
[ 13.025469] calling fault_around_debugfs+0x0/0x35 @ 1
[ 13.025476] initcall fault_around_debugfs+0x0/0x35 returned 0 after 4 usecs
[ 13.025479] calling max_swapfiles_check+0x0/0x8 @ 1
[ 13.025482] initcall max_swapfiles_check+0x0/0x8 returned 0 after 0 usecs
[ 13.025484] calling init_zswap+0x0/0x3ff @ 1
[ 13.025497] zswap: loaded using pool lzo/zbud
[ 13.025653] initcall init_zswap+0x0/0x3ff returned 0 after 161 usecs
[ 13.025655] calling split_huge_pages_debugfs+0x0/0x35 @ 1
[ 13.025658] initcall split_huge_pages_debugfs+0x0/0x35 returned 0 after 0
usecs
[ 13.025660] calling check_early_ioremap_leak+0x0/0x42 @ 1
[ 13.025663] initcall check_early_ioremap_leak+0x0/0x42 returned 0 after 0
usecs
[ 13.025665] calling init_root_keyring+0x0/0xb @ 1
[ 13.025671] initcall init_root_keyring+0x0/0xb returned 0 after 3 usecs
[ 13.025673] calling big_key_init+0x0/0xe2 @ 1
[ 13.029797] Key type big_key registered
[ 13.029800] initcall big_key_init+0x0/0xe2 returned 0 after 4027 usecs
[ 13.029802] calling init_trusted+0x0/0xaf @ 1
[ 13.031920] Key type trusted registered
[ 13.031924] initcall init_trusted+0x0/0xaf returned 0 after 2068 usecs
[ 13.031926] calling init_encrypted+0x0/0x117 @ 1
[ 13.034100] Key type encrypted registered
[ 13.034104] initcall init_encrypted+0x0/0x117 returned 0 after 2123 usecs
[ 13.034107] calling init_profile_hash+0x0/0x7f @ 1
[ 13.034110] AppArmor: AppArmor sha1 policy hashing enabled
[ 13.034112] initcall init_profile_hash+0x0/0x7f returned 0 after 2 usecs
[ 13.034114] calling init_ima+0x0/0x30 @ 1
[ 13.034116] ima: No TPM chip found, activating TPM-bypass!
[ 13.034145] initcall init_ima+0x0/0x30 returned 0 after 27 usecs
[ 13.034147] calling init_evm+0x0/0x51 @ 1
[ 13.034148] evm: HMAC attrs: 0x1
[ 13.034152] initcall init_evm+0x0/0x51 returned 0 after 3 usecs
[ 13.034155] calling prandom_reseed+0x0/0x2f @ 1
[ 13.034161] initcall prandom_reseed+0x0/0x2f returned 0 after 3 usecs
[ 13.034164] calling pci_resource_alignment_sysfs_init+0x0/0x19 @ 1
[ 13.034167] initcall pci_resource_alignment_sysfs_init+0x0/0x19 returned 0
after 1 usecs
[ 13.034170] calling pci_sysfs_init+0x0/0x55 @ 1
[ 13.035233] initcall pci_sysfs_init+0x0/0x55 returned 0 after 1035 usecs
[ 13.035237] calling bert_init+0x0/0x212 @ 1
[ 13.035239] BERT: Can't request iomem region
<000000002f3eaf98-000000002f3eafab>.
[ 13.035242] initcall bert_init+0x0/0x212 returned -5 after 3 usecs
[ 13.035245] calling boot_wait_for_devices+0x0/0x29 @ 1
[ 13.035248] initcall boot_wait_for_devices+0x0/0x29 returned 0 after 0 usecs
[ 13.035250] calling dmar_free_unused_resources+0x0/0xbb @ 1
[ 13.035253] initcall dmar_free_unused_resources+0x0/0xbb returned 0 after 0
usecs
[ 13.035256] calling deferred_probe_initcall+0x0/0x70 @ 1
[ 13.035304] initcall deferred_probe_initcall+0x0/0x70 returned 0 after 44
usecs
[ 13.035307] calling late_resume_init+0x0/0x1a0 @ 1
[ 13.035309] Magic number: 9:718:360
[ 13.035347] acpi INT3470:00: hash matches
[ 13.035386] initcall late_resume_init+0x0/0x1a0 returned 0 after 74 usecs
[ 13.035388] calling pm_genpd_debug_init+0x0/0x4b @ 1
[ 13.035392] initcall pm_genpd_debug_init+0x0/0x4b returned 0 after 1 usecs
[ 13.035395] calling genpd_poweroff_unused+0x0/0x7e @ 1
[ 13.035397] initcall genpd_poweroff_unused+0x0/0x7e returned 0 after 0 usecs
[ 13.035400] calling rtc_hctosys+0x0/0xf7 @ 1
[ 13.035526] rtc_cmos 00:04: setting system clock to 2017-03-08 03:23:16 UTC
(1488943396)
[ 13.035543] initcall rtc_hctosys+0x0/0xf7 returned 0 after 124 usecs
[ 13.035546] calling charger_manager_init+0x0/0x99 @ 1
[ 13.035576] initcall charger_manager_init+0x0/0x99 returned 0 after 26 usecs
[ 13.035579] calling acpi_cpufreq_init+0x0/0x26c @ 1
[ 13.035609] initcall acpi_cpufreq_init+0x0/0x26c returned -19 after 27 usecs
[ 13.035612] calling powernowk8_init+0x0/0x1a0 @ 1
[ 13.035615] initcall powernowk8_init+0x0/0x1a0 returned -19 after 0 usecs
[ 13.035617] calling pcc_cpufreq_init+0x0/0x4a2 @ 1
[ 13.035621] initcall pcc_cpufreq_init+0x0/0x4a2 returned -19 after 2 usecs
[ 13.035623] calling centrino_init+0x0/0x2b @ 1
[ 13.035625] initcall centrino_init+0x0/0x2b returned -19 after 0 usecs
[ 13.035628] calling edd_init+0x0/0x2d1 @ 1
[ 13.035629] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[ 13.035637] initcall edd_init+0x0/0x2d1 returned 0 after 7 usecs
[ 13.035639] calling firmware_memmap_init+0x0/0x33 @ 1
[ 13.035672] initcall firmware_memmap_init+0x0/0x33 returned 0 after 29 usecs
[ 13.035674] calling efi_shutdown_init+0x0/0x31 @ 1
[ 13.035677] initcall efi_shutdown_init+0x0/0x31 returned 0 after 0 usecs
[ 13.035679] calling clk_debug_init+0x0/0x147 @ 1
[ 13.035684] initcall clk_debug_init+0x0/0x147 returned 0 after 2 usecs
[ 13.035686] calling pci_mmcfg_late_insert_resources+0x0/0x53 @ 1
[ 13.035689] initcall pci_mmcfg_late_insert_resources+0x0/0x53 returned 0
after 0 usecs
[ 13.035692] calling register_sk_filter_ops+0x0/0x38 @ 1
[ 13.035695] initcall register_sk_filter_ops+0x0/0x38 returned 0 after 0 usecs
[ 13.035698] calling tcp_congestion_default+0x0/0x12 @ 1
[ 13.035701] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 usecs
[ 13.035704] calling software_resume+0x0/0x2f0 @ 1
[ 13.035706] PM: Hibernation image not present or could not be loaded.
[ 13.035708] initcall software_resume+0x0/0x2f0 returned -2 after 2 usecs
[ 13.035711] calling regulator_ini[ 13.983101] ACPI: Video Device [GFX0]
(multi-head: yes rom: no post: no)
[ 13.984385] acpi device:0f: registered as cooling_device13
[ 13.984578] input: Video Bus as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[ 13.984774] [drm] Initialized i915 1.6.0 20160711 for 0000:00:02.0 on minor 0
[ 13.984885] initcall i915_init+0x0/0x62 [i915] returned 0 after 827007 usecs
[ 14.276593] fbcon: inteldrmfb (fb0) is primary device
[ 14.630920] Console: switching to colour frame buffer device 160x64
[ 14.653806] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.28.2
[/sbin/fsck.ext4 (1) -- /dev/sda2] fsck.ext4 -a -C0 /dev/sda2
/dev/sda2: clean, 331978/58933248 files, 6275398/235728640 blocks
done.
[ 14.903692] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts:
(null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[ 15.053632] [drm] RC6 on
[ 15.855822] calling init_autofs4_fs+0x0/0x26 [autofs4] @ 1
[ 15.856446] initcall init_autofs4_fs+0x0/0x26 [autofs4] returned 0 after 563
usecs
[ 15.913000] calling xt_init+0x0/0x1000 [x_tables] @ 1
[ 15.913072] initcall xt_init+0x0/0x1000 [x_tables] returned 0 aft15.941274]
calling ip_tables_init+0x0/0x1000 [ip_tables] @ 1
[ 15.941319] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 15.941331] initcall ip_tables_init+0x0/0x1000 [ip_tables] returned 0 after
15 usecs
[ 16.051753] systemd[1]: systemd 231 running in system mode. (+PAM +AUDIT
+SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS
+ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 16.052059] systemd[1]: Detected virtualization xen.
[ 16.052077] systemd[1]: Detected architecture x86-64.
Welcome to [1mUbuntu 16.10[0m!
[ 16.081938] systemd[1]: Set hostname to <konrad-Super-Server>.
[ 17.242759] systemd[1]: Reached target Encrypted Volumes.
[[0;32m OK [0m] Reached target Encrypted Volumes.
[ 17.24 on Journal Audit Socket.
[ 17.243658] systemd[1]: Listening on Journal Socket.
[[0;32m OK [0m] Listening on Journal Socket.
[ 17.244136] systemd[1]: Created slice System Slice.
[[0;32m OK [0m] Created slice System Slice.
[ 17.265434] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 17.266252] systemd[1]: Created slice system-serial\x2dgetty.slice.
[[0;32m OK [0m] Created slice system-serial\x2dgetty.slice.
Starting Create list of required st... nodes for the current kernel...
[[0;32m OK [0m] Created slice system-systemd\x2dfsck.slice.
Starting Uncomplicated firewall...
[[0;32m OK [0m] Reached target User and Group Name Lookups.
[[0;32m OK [0m] Listening on Journal Socket (/dev/log).
[[0;32m OK [0m] Listening on udev Kernel Socket.
[[0;32m OK [0m] Created slice User and Session Slice.
[[0;32m OK [0m] Listening on udev Control Socket.
[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.
[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.
Starting Set the console keyboard layout...
[[0;32m OK [0m] Reached target Slices.
[[0;32m OK [0m] Listening on Syslog Socket.
Starting Journal Service...
[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.
[[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System
Automount Point.
Mounting POSIX Message Queue File System...
Starting Load Kernel Modules...
[[0;32m OK [0m] Reached target Remote File Systems.
[[0;32m OK [0m] Started Uncomplicated firewall.
[[0;32m OK [0m] Started Create list of required sta...ce nodes for the
current kernel.
Starting Create Static Device Nodes in /dev...
[ 17.639470] calling parport_default_proc_register+0x0/0x1000 [parport] @ 311
[ 17.639548] initcall parport_default_proc_^G^G^G^G^G^G^G^G^G^G^G^G^G[[0;32m
OK [0m] Mounted POSIX Message Queue File System.
[[0;32m OK [0m] Mounted Debug File System.
[ 17.704154] calling lp_init_module+0x0/0x1000 [lp] @ 311
[^G^G[0;32m OK [0m] Started Journal Service.
[ 17.809637] lp: driver loaded but no devices found
[ 17.809685] initcall lp_init_module+0x0/0x1000 [lp] returned 0 after
[ 17.837844] calling ppdev_init+0x0/0x1000 [ppdev] @ 311
[ 17.843201] ppdev: user-space parallel port driver
[ 17.843[ 17.864075] calling parport_pc_init+0x0/0xf23 [parport_pc] @ 311
[ 17.864359] parport_pc parport_pc.956: Unable to set cUnable to set coherent
dma mask: disabling DMA
[ 17.864919] parport_pc parport_pc.632: Unable to set coherent dma mask:
disabling DMA
[ 17.865214] initcall parport_pc_init+0x0/0xf23 [parport_pc] returned 0 after
1070 usecs
[[0;32m OK [0m] Started Load Kernel Modules.
^ Starting Apply Kernel Variables...
Mounting FUSE Control File System...
[[0;32m OK [0m] Mounted FUSE Control File System.
[[0;32m OK [0m] Started Apply Kernel Variables.
[[0;32m OK [0m] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[[0;32m OK [0m] Started Set the console keyboard layout.
[[0;32m OK [0m] Started udev Kernel Device Manager.
Starting Remount Root and Kernel File Systems...
[[0;32m OK [0m] Started Remount Root and Kernel File Systems.
Starting Flush Journal to Persistent Storage...
[[0;32m OK [0m] Reached target Local File Systems (Pre).
Starting udev Coldplug all Devices...
Starting Load/Save Random Seed...
[[0;32m OK [0m] Started Flush Persistent Storage.
[[0;32m OK [0m] Started Load/Save Random Seed.
[[0;32m OK [0m] Started udev Coldplug all Devices.
[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory
Watch.
[[0;32m OK [0m] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight...ness of backlight:acpi_video0...
[ 19.139877] Error: Driver 'processor_aggregator' is already registered,
aborting...
[[0;32m OK [0m] Found device /dev/hvc0.
[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill
Watch.
[[0;32m OK [0m] Started Load/Save Screen Backlight ...htness of
backlight:acpi_video0.
[[0;32m OK [0m] Found device WDC_WD1001FALS-00E8B0
EFI\x20System\x20Partition.
Starting File System Check on /dev/disk/by-uuid/B3D5-AADB...
[[0;32m OK [0m] Found device WDC_WD1001FALS-00E8B0 3.
[[0;32m OK [0m] Found device WDC_WD1001FALS-00E8B0 3.
^G^G^G^G^G^G^G^G^G^G^G^G^G[[0;32m OK [0m] Started File System Check
Daemon to report status.
[[0;32m OK [0m] Activated swap Swap Partition.
[[0;32m OK [0m] Activated swap
/dev/disk/by-uuid/223b4458-f860-451c-a674-10efe46c43b1.
[[0;32m OK [0m] Reached target Swap.
[[0;32m OK [0m] Started File System Check on /dev/disk/by-uuid/B3D5-AADB.
Mounting /boot/efi...
[[0;32m OK [0m] Mounted /boot/efi.
[[0;32m OK [0m] Reached target Local File Systems.
Starting Clean up any mess left by 0dns-up...
Starting AppArmor initialization...
Starting Set console font and keymap...
Starting Create Volatile Files and Directories...
Starting Run snappy firstboot setup...
Starting Tell Plymouth To Write Out Runtime Data...
[[0;32m OK
[[0;32m OK [0m] Started Clean up any mess left by 0dns-up.
Starting Nameserver information manager...
[[0;32m OK [0m] Started Nameserver information manager.
[[0;32m OK [0m] Reached target Sound Card.
[[0;32m OK [0m] Started Create Volatile Files and Directories.
Starting Update UTMP about System Boot/Shutdown...
Starting Network Time Synchronization...
[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.
[[0;32m OK [0m] Started Network Time Synchronization.
[[0;32m OK [0m] Reached target System Time Synchronized.
[[0;32m OK [0m] Started Run snappy firstboot setup.
[[0;32m OK [0m] Started AppArmor initialization.
[[0;32m OK [0m] Reached target System Initialization.
[[0;32m OK [[0;32m OK [0m] Started ACPI Events Check.
Starting Socket activation for snappy daemon.
[[0;32m OK [0m] Ste Bus Socket.
[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.
[[0;32m OK [0m] Listening on ACPID Listen Socket.
[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.
[[0;32m OK [0m] Reached target Timers.
[[0;32m OK [0m] Listening on UUID daemon activation socket.
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G
Starting Raise network interfaces...
[[0;32m OK [0m] Listening on Socket activation for snappy daemon.
[[0;32m OK [0m] Reached target Sockets.
[[0;32m OK [0m] Reached target Basic System.
Starting LSB: automatic crash report generation...
[[0;32m OK [0m] Started CUPS Scheduler.
Starting LSB: daemon to balance interrupts for SMP systems...
Starting LSB: Speech Dispatcher...
[[0;32m OK [0m] Started ACPI event daemon.
Starting Avahi mDNS/DNS-SD Stack...
[[0;32m OK [0m] Started Cgros and deal with any system changes...
^G^G^G Starting LSB: Record successful boot for GRUB...
^G[[0;32m OK [0m] Started Run anacron jobs.
^G^G^G^G^G Starting Login Service...
^G^G^G Starting Restore /etc/resolv.conf i...re the ppp link was shut
down...
^G^G^G Starting System Logging Service...
^GStarting Accounts Service...
Starting Thermal Daemon Service...
Starting Modem Manager...
[[0;32m OK [0m] Started crash report submission daemon.
Starting Save/Restore Sound Card State...
[[0;32m OK [0m] Started Snappy daemon.
[[0;32m OK [0m] Started D-Bus System Message Bus.
[[0;32m OK [0m] Started Avahi mDNS/DNS-SD Stack.
Starting Network Manager...
Starting Run Click system-level hooks...
[[0;32m OK [0m] Started Regular background program processing daemon.
[[0;32m OK [0m] Started Make remote CUPS printerore the ppp link was shut
down.
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[0;32m OK
[0m] Started Save/Restore Sound Card State.
[[0;32m OK [0m] Started Thermal Daemon Service.
[[0;32m OK [0m] Started Login Service.
Starting Authenticate and Authorize Users to Run Privileged Tasks...
[[0;32m OK [0m] Started LSB: Speech Dispatcher.
(XEN) traps.c:2863:d0v0 Domain attempted WRMSR 00000610 from 0x0042832000dd8280
to 0x004283200015828a
(XEN) traps.c:2863:d0v0 Ddd8280
(XEN) traps.c:2863:d0v0 Domain attempted WRMSR 000001b2 from 0x0000000000000000
to 0x000000000000a200
[^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^tion.
^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[[0;32m OK [0m] Started Authenticate
and Authorize Users to Run Privileged Tasks.
[[0;32m OK [0m] Started Accounts Service.
[[0;32m OK [0m] Started Detect the available GPUs and deal with any system
changes.
[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.
[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.
[[0;32m OK [0m] Started Network Manager.
[[0;32m OK [0m] Started Raise network interfaces.
[[0;32m OK [0m] Reached target Network.
Starting OpenVPN
^G^G^G Starting Permit User Sessions...
Starting Network Name Resolution...
Starting OpenBSD Secure Shell server...
[[0;32m OK [0m] Started OpenVPN service.
[[0;32m OK [0m] Started Permit User Sessions.
[[0;32m OK [0m] Started Modem Manager.
Starting Network Manager Script Dispatcher Service...
Starting Light Display Manager...
Starting Hold until boot process finishes up...
[[0;32m OK [0m] Started Hold until boot process finishes up.
[[0;32m OK [0m] Started Serial Getty on hvc0.
Starting Set console scheme...
[[0;32m OK [0m] Started Network Name Resolution.
[[0;32m OK [0m] Started Set console scheme.
[[0;32m OK [0m] Created slice system-getty.slice.
[[0;32m OK [0m] Started Getty on tty1.
[[0;32m OK [0m] Reached target Login Prompts.
[[0;32m OK [0m] Started Network Manager Script Dispatcher Service.
Starting Hostname Service...
[[0;32m OK [0m] Started Hostname Service.
[[0;32m OK [0m] Started OpenBSD Secure Shell server.
[[0;32m OK [0m] Started Light Display Manager.
[[0;32m OK [0m] Started Run Click system-level hooks.
[[0;32m OK [0m] Reached target Multi-User System.
[[0;32m OK^G^G^G^G^G^G^G^G^G^G^G^G Starting Update UTMP about System
Runlevel Changes...
Starting Notify bootloader
tha[^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G^G[0;32m OK [0m] Started
Notify bootloader that boot was successful.
Ubuntu 16.10 konrad-Super-Server hvc0
konrad-Super-Server login:
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |