You are not logged in.

#1 2017-07-02 22:23:55

propo
Member
Registered: 2017-03-06
Posts: 6

[SOLVED] (Kernel 4.11.7 custom) Failed to mount /boot.

I've compiled a new custom kernel 4.11.7 but it fails to boot up, so it brings Emergency mode up.
The only error it shows is:

[FAILED] Failed to mount /boot. 
[DEPEND] Dependency failed for Local File Systems.

Everything else seems ok, even booting without quiet flag on grub command line.

I can boot -ARCH kernel default without problems.

My partition scheme is like:
/boot in ext2
/ in ext4
/home in ext4

I'm using regular BIOS (not UEFI) even my mobo is UEFI capable. I have a Z97P asus motherboard.

Here some Filesystem's kernel code:

ext2

grep EXT2 .config

CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set

Here's some general output:

journalctl -xb

-- Logs begin at Tue 2017-06-27 02:37:07 CEST, end at Mon 2017-07-03 00:52:57 CEST. --
jul 03 00:52:51 Dagobah systemd-journald[169]: Time spent on flushing to /var is 577us for 0 entries.
jul 03 00:52:51 Dagobah kernel: microcode: microcode updated early to revision 0x22, date = 2017-01-27
jul 03 00:52:52 Dagobah kernel: Linux version 4.11.7-4.11.7-no_nouv (uri@Dagobah) (gcc version 7.1.1 20170621 (GCC) ) #1 SMP PREEMPT Sat Jul 1 01:04:26 CEST 2017
jul 03 00:52:52 Dagobah kernel: Command line: BOOT_IMAGE=/vmlinuz-4.11.7-no_nouv root=UUID=85ce4871-93cc-4660-8412-ec5a350d112f rw quiet splash iommu=soft
jul 03 00:52:52 Dagobah kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
jul 03 00:52:52 Dagobah kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
jul 03 00:52:52 Dagobah kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
jul 03 00:52:52 Dagobah kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
jul 03 00:52:52 Dagobah kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
jul 03 00:52:52 Dagobah kernel: e820: BIOS-provided physical RAM map:
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bd99bfff] usable
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000bd99c000-0x00000000bd9a2fff] ACPI NVS
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000bd9a3000-0x00000000bde02fff] usable
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000bde03000-0x00000000be249fff] reserved
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000be24a000-0x00000000ddb57fff] usable
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000ddb58000-0x00000000ddbc1fff] reserved
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000ddbc2000-0x00000000ddbddfff] ACPI data
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000ddbde000-0x00000000de101fff] ACPI NVS
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000de102000-0x00000000deffefff] reserved
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000defff000-0x00000000deffffff] usable
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
jul 03 00:52:52 Dagobah kernel: BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable
jul 03 00:52:52 Dagobah kernel: NX (Execute Disable) protection: active
jul 03 00:52:52 Dagobah kernel: SMBIOS 2.8 present.
jul 03 00:52:52 Dagobah kernel: DMI: ASUS All Series/Z97-P, BIOS 2601 12/08/2014
jul 03 00:52:52 Dagobah kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
jul 03 00:52:52 Dagobah kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
jul 03 00:52:52 Dagobah kernel: e820: last_pfn = 0x21f000 max_arch_pfn = 0x400000000
jul 03 00:52:52 Dagobah kernel: MTRR default type: uncachable
jul 03 00:52:52 Dagobah kernel: MTRR fixed ranges enabled:
jul 03 00:52:52 Dagobah kernel:   00000-9FFFF write-back
jul 03 00:52:52 Dagobah kernel:   A0000-BFFFF uncachable
jul 03 00:52:52 Dagobah kernel:   C0000-CFFFF write-protect
jul 03 00:52:52 Dagobah kernel:   D0000-E7FFF uncachable
jul 03 00:52:52 Dagobah kernel:   E8000-FFFFF write-protect
jul 03 00:52:52 Dagobah kernel: MTRR variable ranges enabled:
jul 03 00:52:52 Dagobah kernel:   0 base 0000000000 mask 7E00000000 write-back
jul 03 00:52:52 Dagobah kernel:   1 base 0200000000 mask 7FF0000000 write-back
jul 03 00:52:52 Dagobah kernel:   2 base 0210000000 mask 7FF8000000 write-back
jul 03 00:52:52 Dagobah kernel:   3 base 0218000000 mask 7FFC000000 write-back
jul 03 00:52:52 Dagobah kernel:   4 base 021C000000 mask 7FFE000000 write-back
jul 03 00:52:52 Dagobah kernel:   5 base 021E000000 mask 7FFF000000 write-back
jul 03 00:52:52 Dagobah kernel:   6 base 00E0000000 mask 7FE0000000 uncachable
jul 03 00:52:52 Dagobah kernel:   7 disabled
jul 03 00:52:52 Dagobah kernel:   8 disabled
jul 03 00:52:52 Dagobah kernel:   9 disabled
jul 03 00:52:52 Dagobah kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
jul 03 00:52:52 Dagobah kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
jul 03 00:52:52 Dagobah kernel: e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
jul 03 00:52:52 Dagobah kernel: found SMP MP-table at [mem 0x000fd8e0-0x000fd8ef] mapped at [ffff8800000fd8e0]
jul 03 00:52:52 Dagobah kernel: Scanning 1 areas for low memory corruption
jul 03 00:52:52 Dagobah kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
jul 03 00:52:52 Dagobah kernel: Using GB pages for direct mapping
jul 03 00:52:52 Dagobah kernel: BRK [0x01d42000, 0x01d42fff] PGTABLE
jul 03 00:52:52 Dagobah kernel: BRK [0x01d43000, 0x01d43fff] PGTABLE
jul 03 00:52:52 Dagobah kernel: BRK [0x01d44000, 0x01d44fff] PGTABLE
jul 03 00:52:52 Dagobah kernel: BRK [0x01d45000, 0x01d45fff] PGTABLE
jul 03 00:52:52 Dagobah kernel: BRK [0x01d46000, 0x01d46fff] PGTABLE
jul 03 00:52:52 Dagobah kernel: BRK [0x01d47000, 0x01d47fff] PGTABLE
jul 03 00:52:52 Dagobah kernel: RAMDISK: [mem 0x372f3000-0x37970fff]
jul 03 00:52:52 Dagobah kernel: ACPI: Early table checksum verification disabled
jul 03 00:52:52 Dagobah kernel: ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
jul 03 00:52:52 Dagobah kernel: ACPI: XSDT 0x00000000DDBC7080 000074 (v01 ALASKA A M I    01072009 AMI  00010013)
jul 03 00:52:52 Dagobah kernel: ACPI: FACP 0x00000000DDBD5920 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
jul 03 00:52:52 Dagobah kernel: ACPI: DSDT 0x00000000DDBC7188 00E798 (v02 ALASKA A M I    00000011 INTL 20120711)
jul 03 00:52:52 Dagobah kernel: ACPI: FACS 0x00000000DE101F80 000040
jul 03 00:52:52 Dagobah kernel: ACPI: APIC 0x00000000DDBD5A30 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
jul 03 00:52:52 Dagobah kernel: ACPI: FPDT 0x00000000DDBD5AA8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
jul 03 00:52:52 Dagobah kernel: ACPI: SSDT 0x00000000DDBD5AF0 000C7D (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
jul 03 00:52:52 Dagobah kernel: ACPI: SSDT 0x00000000DDBD6770 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
jul 03 00:52:52 Dagobah kernel: ACPI: SSDT 0x00000000DDBD6CB0 000B74 (v01 CpuRef CpuSsdt  00003000 INTL 20051117)
jul 03 00:52:52 Dagobah kernel: ACPI: MCFG 0x00000000DDBD7828 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
jul 03 00:52:52 Dagobah kernel: ACPI: HPET 0x00000000DDBD7868 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
jul 03 00:52:52 Dagobah kernel: ACPI: SSDT 0x00000000DDBD78A0 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
jul 03 00:52:52 Dagobah kernel: ACPI: SSDT 0x00000000DDBD7C10 005977 (v01 SaSsdt SaSsdt   00003000 INTL 20120711)
jul 03 00:52:52 Dagobah kernel: ACPI: Local APIC address 0xfee00000
jul 03 00:52:52 Dagobah kernel: No NUMA configuration found
jul 03 00:52:52 Dagobah kernel: Faking a node at [mem 0x0000000000000000-0x000000021effffff]
jul 03 00:52:52 Dagobah kernel: NODE_DATA(0) allocated [mem 0x21eff6000-0x21effafff]
jul 03 00:52:52 Dagobah kernel: Zone ranges:
jul 03 00:52:52 Dagobah kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
jul 03 00:52:52 Dagobah kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
jul 03 00:52:52 Dagobah kernel:   Normal   [mem 0x0000000100000000-0x000000021effffff]
jul 03 00:52:52 Dagobah kernel:   Device   empty
jul 03 00:52:52 Dagobah kernel: Movable zone start for each node
jul 03 00:52:52 Dagobah kernel: Early memory node ranges
jul 03 00:52:52 Dagobah kernel:   node   0: [mem 0x0000000000001000-0x000000000009cfff]
jul 03 00:52:52 Dagobah kernel:   node   0: [mem 0x0000000000100000-0x00000000bd99bfff]
jul 03 00:52:52 Dagobah kernel:   node   0: [mem 0x00000000bd9a3000-0x00000000bde02fff]
jul 03 00:52:52 Dagobah kernel:   node   0: [mem 0x00000000be24a000-0x00000000ddb57fff]
jul 03 00:52:52 Dagobah kernel:   node   0: [mem 0x00000000defff000-0x00000000deffffff]
jul 03 00:52:52 Dagobah kernel:   node   0: [mem 0x0000000100000000-0x000000021effffff]
jul 03 00:52:52 Dagobah kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000021effffff]
jul 03 00:52:52 Dagobah kernel: On node 0 totalpages: 2082471
jul 03 00:52:52 Dagobah kernel:   DMA zone: 64 pages used for memmap
jul 03 00:52:52 Dagobah kernel:   DMA zone: 21 pages reserved
jul 03 00:52:52 Dagobah kernel:   DMA zone: 3996 pages, LIFO batch:0
jul 03 00:52:52 Dagobah kernel:   DMA32 zone: 14109 pages used for memmap
jul 03 00:52:52 Dagobah kernel:   DMA32 zone: 902923 pages, LIFO batch:31
jul 03 00:52:52 Dagobah kernel:   Normal zone: 18368 pages used for memmap
jul 03 00:52:52 Dagobah kernel:   Normal zone: 1175552 pages, LIFO batch:31
jul 03 00:52:52 Dagobah kernel: ACPI: PM-Timer IO Port: 0x1808
jul 03 00:52:52 Dagobah kernel: ACPI: Local APIC address 0xfee00000
jul 03 00:52:52 Dagobah kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
jul 03 00:52:52 Dagobah kernel: IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
jul 03 00:52:52 Dagobah kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
jul 03 00:52:52 Dagobah kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
jul 03 00:52:52 Dagobah kernel: ACPI: IRQ0 used by override.
jul 03 00:52:52 Dagobah kernel: ACPI: IRQ9 used by override.
jul 03 00:52:52 Dagobah kernel: Using ACPI (MADT) for SMP configuration information
jul 03 00:52:52 Dagobah kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
jul 03 00:52:52 Dagobah kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xbd99c000-0xbd9a2fff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xbde03000-0xbe249fff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xddb58000-0xddbc1fff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xddbc2000-0xddbddfff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xddbde000-0xde101fff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xde102000-0xdeffefff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
jul 03 00:52:52 Dagobah kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
jul 03 00:52:52 Dagobah kernel: e820: [mem 0xdf000000-0xf7ffffff] available for PCI devices
jul 03 00:52:52 Dagobah kernel: Booting paravirtualized kernel on bare hardware
jul 03 00:52:52 Dagobah kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
jul 03 00:52:52 Dagobah kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
jul 03 00:52:52 Dagobah kernel: percpu: Embedded 35 pages/cpu @ffff88021ec00000 s103256 r8192 d31912 u524288
jul 03 00:52:52 Dagobah kernel: pcpu-alloc: s103256 r8192 d31912 u524288 alloc=1*2097152
jul 03 00:52:52 Dagobah kernel: pcpu-alloc: [0] 0 1 2 3 
jul 03 00:52:52 Dagobah kernel: Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2049909
jul 03 00:52:52 Dagobah kernel: Policy zone: Normal
jul 03 00:52:52 Dagobah kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-4.11.7-no_nouv root=UUID=85ce4871-93cc-4660-8412-ec5a350d112f rw quiet splash iommu=soft
jul 03 00:52:52 Dagobah kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
jul 03 00:52:52 Dagobah kernel: Memory: 8111864K/8329884K available (6672K kernel code, 1088K rwdata, 2016K rodata, 1304K init, 904K bss, 218020K reserved, 0K cma-reserved)
jul 03 00:52:52 Dagobah kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
jul 03 00:52:52 Dagobah kernel: Preemptible hierarchical RCU implementation.
jul 03 00:52:52 Dagobah kernel:         Build-time adjustment of leaf fanout to 64.
jul 03 00:52:52 Dagobah kernel:         RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
jul 03 00:52:52 Dagobah kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
jul 03 00:52:52 Dagobah kernel: NR_IRQS:8448 nr_irqs:456 16
jul 03 00:52:52 Dagobah kernel: Console: colour dummy device 80x25
jul 03 00:52:52 Dagobah kernel: console [tty0] enabled
jul 03 00:52:52 Dagobah kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
jul 03 00:52:52 Dagobah kernel: hpet clockevent registered
jul 03 00:52:52 Dagobah kernel: tsc: Fast TSC calibration using PIT
jul 03 00:52:52 Dagobah kernel: tsc: Detected 3498.196 MHz processor
jul 03 00:52:52 Dagobah kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6999.90 BogoMIPS (lpj=11660653)
jul 03 00:52:52 Dagobah kernel: pid_max: default: 32768 minimum: 301
jul 03 00:52:52 Dagobah kernel: ACPI: Core revision 20170119
jul 03 00:52:52 Dagobah kernel: ACPI: 6 ACPI AML tables successfully acquired and loaded
jul 03 00:52:52 Dagobah kernel: Security Framework initialized
jul 03 00:52:52 Dagobah kernel: Yama: becoming mindful.
jul 03 00:52:52 Dagobah kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
jul 03 00:52:52 Dagobah kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
jul 03 00:52:52 Dagobah kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
jul 03 00:52:52 Dagobah kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
jul 03 00:52:52 Dagobah kernel: CPU: Physical Processor ID: 0
jul 03 00:52:52 Dagobah kernel: CPU: Processor Core ID: 0
jul 03 00:52:52 Dagobah kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
jul 03 00:52:52 Dagobah kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
jul 03 00:52:52 Dagobah kernel: mce: CPU supports 9 MCE banks
jul 03 00:52:52 Dagobah kernel: CPU0: Thermal monitoring enabled (TM1)
jul 03 00:52:52 Dagobah kernel: process: using mwait in idle threads
jul 03 00:52:52 Dagobah kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
jul 03 00:52:52 Dagobah kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
jul 03 00:52:52 Dagobah kernel: Freeing SMP alternatives memory: 24K
jul 03 00:52:52 Dagobah kernel: ftrace: allocating 25721 entries in 101 pages
jul 03 00:52:52 Dagobah kernel: smpboot: Max logical packages: 1
jul 03 00:52:52 Dagobah kernel: x2apic: IRQ remapping doesn't support X2APIC mode
jul 03 00:52:52 Dagobah kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
jul 03 00:52:52 Dagobah kernel: TSC deadline timer enabled
jul 03 00:52:52 Dagobah kernel: smpboot: CPU0: Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz (family: 0x6, model: 0x3c, stepping: 0x3)
jul 03 00:52:52 Dagobah kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
jul 03 00:52:52 Dagobah kernel: ... version:                3
jul 03 00:52:52 Dagobah kernel: ... bit width:              48
jul 03 00:52:52 Dagobah kernel: ... generic registers:      8
jul 03 00:52:52 Dagobah kernel: ... value mask:             0000ffffffffffff
jul 03 00:52:52 Dagobah kernel: ... max period:             00007fffffffffff
jul 03 00:52:52 Dagobah kernel: ... fixed-purpose events:   3
jul 03 00:52:52 Dagobah kernel: ... event mask:             00000007000000ff
jul 03 00:52:52 Dagobah kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
jul 03 00:52:52 Dagobah kernel: smp: Bringing up secondary CPUs ...
jul 03 00:52:52 Dagobah kernel: x86: Booting SMP configuration:
jul 03 00:52:52 Dagobah kernel: .... node  #0, CPUs:      #1 #2 #3
jul 03 00:52:52 Dagobah kernel: smp: Brought up 1 node, 4 CPUs
jul 03 00:52:52 Dagobah kernel: smpboot: Total of 4 processors activated (28000.44 BogoMIPS)
jul 03 00:52:52 Dagobah kernel: sched_clock: Marking stable (426666624, 0)->(423885311, 2781313)
jul 03 00:52:52 Dagobah kernel: devtmpfs: initialized
jul 03 00:52:52 Dagobah kernel: x86/mm: Memory block size: 128MB
jul 03 00:52:52 Dagobah kernel: PM: Registering ACPI NVS region [mem 0xbd99c000-0xbd9a2fff] (28672 bytes)
jul 03 00:52:52 Dagobah kernel: PM: Registering ACPI NVS region [mem 0xddbde000-0xde101fff] (5390336 bytes)
jul 03 00:52:52 Dagobah kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
jul 03 00:52:52 Dagobah kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
jul 03 00:52:52 Dagobah kernel: pinctrl core: initialized pinctrl subsystem
jul 03 00:52:52 Dagobah kernel: RTC time: 22:52:47, date: 07/02/17
jul 03 00:52:52 Dagobah kernel: NET: Registered protocol family 16
jul 03 00:52:52 Dagobah kernel: cpuidle: using governor ladder
jul 03 00:52:52 Dagobah kernel: cpuidle: using governor menu
jul 03 00:52:52 Dagobah kernel: PCCT header not found.
jul 03 00:52:52 Dagobah kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
jul 03 00:52:52 Dagobah kernel: ACPI: bus type PCI registered
jul 03 00:52:52 Dagobah kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
jul 03 00:52:52 Dagobah kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
jul 03 00:52:52 Dagobah kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
jul 03 00:52:52 Dagobah kernel: pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
jul 03 00:52:52 Dagobah kernel: PCI: Using configuration type 1 for base access
jul 03 00:52:52 Dagobah kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
jul 03 00:52:52 Dagobah kernel: core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
jul 03 00:52:52 Dagobah kernel: HugeTLB registered 1 GB page size, pre-allocated 0 pages
jul 03 00:52:52 Dagobah kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
jul 03 00:52:52 Dagobah kernel: ACPI: Added _OSI(Module Device)
jul 03 00:52:52 Dagobah kernel: ACPI: Added _OSI(Processor Device)
jul 03 00:52:52 Dagobah kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
jul 03 00:52:52 Dagobah kernel: ACPI: Added _OSI(Processor Aggregator Device)
jul 03 00:52:52 Dagobah kernel: ACPI: Executed 4 blocks of module-level executable AML code
jul 03 00:52:52 Dagobah kernel: ACPI: Dynamic OEM Table Load:
jul 03 00:52:52 Dagobah kernel: ACPI: SSDT 0xFFFF880214C81C00 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
jul 03 00:52:52 Dagobah kernel: ACPI: Dynamic OEM Table Load:
jul 03 00:52:52 Dagobah kernel: ACPI: SSDT 0xFFFF880214C88000 0005AA (v01 PmRef  ApIst    00003000 INTL 20051117)
jul 03 00:52:52 Dagobah kernel: ACPI: Dynamic OEM Table Load:
jul 03 00:52:52 Dagobah kernel: ACPI: SSDT 0xFFFF880214C85200 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
jul 03 00:52:52 Dagobah kernel: ACPI: Interpreter enabled
jul 03 00:52:52 Dagobah kernel: ACPI: (supports S0 S3 S4 S5)
jul 03 00:52:52 Dagobah kernel: ACPI: Using IOAPIC for interrupt routing
jul 03 00:52:52 Dagobah kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
jul 03 00:52:52 Dagobah kernel: ACPI: Power Resource [PG00] (on)
jul 03 00:52:52 Dagobah kernel: ACPI: Power Resource [PG01] (on)
jul 03 00:52:52 Dagobah kernel: ACPI: Power Resource [PG02] (on)
jul 03 00:52:52 Dagobah kernel: ACPI: Power Resource [FN00] (off)
jul 03 00:52:52 Dagobah kernel: ACPI: Power Resource [FN01] (off)
jul 03 00:52:52 Dagobah kernel: ACPI: Power Resource [FN02] (off)
jul 03 00:52:52 Dagobah kernel: ACPI: Power Resource [FN03] (off)
jul 03 00:52:52 Dagobah kernel: ACPI: Power Resource [FN04] (off)
jul 03 00:52:52 Dagobah kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
jul 03 00:52:52 Dagobah kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
jul 03 00:52:52 Dagobah kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
jul 03 00:52:52 Dagobah kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
jul 03 00:52:52 Dagobah kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
jul 03 00:52:52 Dagobah kernel: PCI host bridge to bus 0000:00
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
jul 03 00:52:52 Dagobah kernel: pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
jul 03 00:52:52 Dagobah kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
jul 03 00:52:52 Dagobah kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
jul 03 00:52:52 Dagobah kernel: pci 0000:00:14.0: [8086:8cb1] type 00 class 0x0c0330
jul 03 00:52:52 Dagobah kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7200000-0xf720ffff 64bit]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
jul 03 00:52:52 Dagobah kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
jul 03 00:52:52 Dagobah kernel: pci 0000:00:16.0: [8086:8cba] type 00 class 0x078000
jul 03 00:52:52 Dagobah kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf7219000-0xf721900f 64bit]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1a.0: [8086:8cad] type 00 class 0x0c0320
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7217000-0xf72173ff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1b.0: [8086:8ca0] type 00 class 0x040300
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7210000-0xf7213fff 64bit]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0: [8086:8c90] type 01 class 0x060400
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.2: [8086:8c94] type 01 class 0x060400
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3: [8086:244e] type 01 class 0x060401
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1d.0: [8086:8ca6] type 00 class 0x0c0320
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7216000-0xf72163ff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.0: [8086:8cc4] type 00 class 0x060100
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.2: [8086:8c82] type 00 class 0x010601
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.2: reg 0x10: [io  0xf070-0xf077]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.2: reg 0x14: [io  0xf060-0xf063]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.2: reg 0x18: [io  0xf050-0xf057]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xf040-0xf043]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7215000-0xf72157ff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.2: PME# supported from D3hot
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.3: [8086:8ca2] type 00 class 0x0c0500
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7214000-0xf72140ff 64bit]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.0: [10de:1c03] type 00 class 0x030000
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
jul 03 00:52:52 Dagobah kernel: acpiphp: Slot [1] registered
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
jul 03 00:52:52 Dagobah kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
jul 03 00:52:52 Dagobah kernel: pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
jul 03 00:52:52 Dagobah kernel: pci 0000:03:00.0: reg 0x18: [mem 0xf7100000-0xf7100fff 64bit]
jul 03 00:52:52 Dagobah kernel: pci 0000:03:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
jul 03 00:52:52 Dagobah kernel: pci 0000:03:00.0: supports D1 D2
jul 03 00:52:52 Dagobah kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
jul 03 00:52:52 Dagobah kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.2:   bridge window [mem 0xf7100000-0xf71fffff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0: [1b21:1080] type 01 class 0x060401
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0: System wakeup disabled by ACPI
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3:   bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0:   bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
jul 03 00:52:52 Dagobah kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
jul 03 00:52:52 Dagobah kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
jul 03 00:52:52 Dagobah kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 *6 7 10 11 12 14 15)
jul 03 00:52:52 Dagobah kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
jul 03 00:52:52 Dagobah kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
jul 03 00:52:52 Dagobah kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 *15)
jul 03 00:52:52 Dagobah kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 *14 15)
jul 03 00:52:52 Dagobah kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
jul 03 00:52:52 Dagobah kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.0: vgaarb: bridge control possible
jul 03 00:52:52 Dagobah kernel: vgaarb: loaded
jul 03 00:52:52 Dagobah kernel: PCI: Using ACPI for IRQ routing
jul 03 00:52:52 Dagobah kernel: PCI: pci_cache_line_size set to 64 bytes
jul 03 00:52:52 Dagobah kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
jul 03 00:52:52 Dagobah kernel: e820: reserve RAM buffer [mem 0xbd99c000-0xbfffffff]
jul 03 00:52:52 Dagobah kernel: e820: reserve RAM buffer [mem 0xbde03000-0xbfffffff]
jul 03 00:52:52 Dagobah kernel: e820: reserve RAM buffer [mem 0xddb58000-0xdfffffff]
jul 03 00:52:52 Dagobah kernel: e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
jul 03 00:52:52 Dagobah kernel: e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
jul 03 00:52:52 Dagobah kernel: NetLabel: Initializing
jul 03 00:52:52 Dagobah kernel: NetLabel:  domain hash size = 128
jul 03 00:52:52 Dagobah kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
jul 03 00:52:52 Dagobah kernel: NetLabel:  unlabeled traffic allowed by default
jul 03 00:52:52 Dagobah kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
jul 03 00:52:52 Dagobah kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
jul 03 00:52:52 Dagobah kernel: clocksource: Switched to clocksource hpet
jul 03 00:52:52 Dagobah kernel: VFS: Disk quotas dquot_6.6.0
jul 03 00:52:52 Dagobah kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
jul 03 00:52:52 Dagobah kernel: pnp: PnP ACPI init
jul 03 00:52:52 Dagobah kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
jul 03 00:52:52 Dagobah kernel: system 00:01: [io  0x0800-0x087f] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
jul 03 00:52:52 Dagobah kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
jul 03 00:52:52 Dagobah kernel: system 00:03: [io  0x1854-0x1857] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
jul 03 00:52:52 Dagobah kernel: system 00:04: [io  0x0a00-0x0a1f] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:04: [io  0x0290-0x029f] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:04: [io  0x0a20-0x0a2f] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
jul 03 00:52:52 Dagobah kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
jul 03 00:52:52 Dagobah kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0f03 (active)
jul 03 00:52:52 Dagobah kernel: system 00:07: [io  0x04d0-0x04d1] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
jul 03 00:52:52 Dagobah kernel: pnp 00:08: [dma 0 disabled]
jul 03 00:52:52 Dagobah kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xff000000-0xffffffff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xf7fe0000-0xf7feffff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: [mem 0xf7ff0000-0xf7ffffff] has been reserved
jul 03 00:52:52 Dagobah kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
jul 03 00:52:52 Dagobah kernel: pnp: PnP ACPI: found 10 devices
jul 03 00:52:52 Dagobah kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xf2200000-0xf23fffff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xf2400000-0xf25fffff 64bit pref]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0:   bridge window [mem 0xf2200000-0xf23fffff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.0:   bridge window [mem 0xf2400000-0xf25fffff 64bit pref]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.2:   bridge window [mem 0xf7100000-0xf71fffff]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
jul 03 00:52:52 Dagobah kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
jul 03 00:52:52 Dagobah kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:02: resource 1 [mem 0xf2200000-0xf23fffff]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:02: resource 2 [mem 0xf2400000-0xf25fffff 64bit pref]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:03: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:04: resource 11 [mem 0x000e0000-0x000e3fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:04: resource 12 [mem 0x000e4000-0x000e7fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:04: resource 13 [mem 0xe0000000-0xfeafffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000d3fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:05: resource 8 [mem 0x000d4000-0x000d7fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:05: resource 9 [mem 0x000d8000-0x000dbfff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:05: resource 10 [mem 0x000dc000-0x000dffff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:05: resource 11 [mem 0x000e0000-0x000e3fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:05: resource 12 [mem 0x000e4000-0x000e7fff window]
jul 03 00:52:52 Dagobah kernel: pci_bus 0000:05: resource 13 [mem 0xe0000000-0xfeafffff window]
jul 03 00:52:52 Dagobah kernel: NET: Registered protocol family 2
jul 03 00:52:52 Dagobah kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes)
jul 03 00:52:52 Dagobah kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
jul 03 00:52:52 Dagobah kernel: TCP: Hash tables configured (established 65536 bind 65536)
jul 03 00:52:52 Dagobah kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
jul 03 00:52:52 Dagobah kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
jul 03 00:52:52 Dagobah kernel: NET: Registered protocol family 1
jul 03 00:52:52 Dagobah kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
jul 03 00:52:52 Dagobah kernel: PCI: CLS 64 bytes, default 64
jul 03 00:52:52 Dagobah kernel: Unpacking initramfs...
jul 03 00:52:52 Dagobah kernel: Freeing initrd memory: 6648K
jul 03 00:52:52 Dagobah kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
jul 03 00:52:52 Dagobah kernel: software IO TLB [mem 0xd9b58000-0xddb58000] (64MB) mapped at [ffff8800d9b58000-ffff8800ddb57fff]
jul 03 00:52:52 Dagobah kernel: Scanning for low memory corruption every 60 seconds
jul 03 00:52:52 Dagobah kernel: Initialise system trusted keyrings
jul 03 00:52:52 Dagobah kernel: workingset: timestamp_bits=40 max_order=21 bucket_order=0
jul 03 00:52:52 Dagobah kernel: zbud: loaded
jul 03 00:52:52 Dagobah kernel: ntfs: driver 2.1.32 [Flags: R/W].
jul 03 00:52:52 Dagobah kernel: Key type asymmetric registered
jul 03 00:52:52 Dagobah kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
jul 03 00:52:52 Dagobah kernel: io scheduler noop registered
jul 03 00:52:52 Dagobah kernel: io scheduler deadline registered
jul 03 00:52:52 Dagobah kernel: io scheduler cfq registered (default)
jul 03 00:52:52 Dagobah kernel: io scheduler mq-deadline registered
jul 03 00:52:52 Dagobah kernel: vesafb: mode is 1920x1080x32, linelength=7680, pages=0
jul 03 00:52:52 Dagobah kernel: vesafb: scrolling: redraw
jul 03 00:52:52 Dagobah kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
jul 03 00:52:52 Dagobah kernel: vesafb: framebuffer at 0xf1000000, mapped to 0xffffc90001800000, using 8128k, total 8128k
jul 03 00:52:52 Dagobah kernel: Console: switching to colour frame buffer device 240x67
jul 03 00:52:52 Dagobah kernel: fb0: VESA VGA frame buffer device
jul 03 00:52:52 Dagobah kernel: intel_idle: MWAIT substates: 0x42120
jul 03 00:52:52 Dagobah kernel: intel_idle: v0.4.1 model 0x3C
jul 03 00:52:52 Dagobah kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
jul 03 00:52:52 Dagobah kernel: GHES: HEST is not enabled!
jul 03 00:52:52 Dagobah kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
jul 03 00:52:52 Dagobah kernel: 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
jul 03 00:52:52 Dagobah kernel: Linux agpgart interface v0.103
jul 03 00:52:52 Dagobah kernel: rtc_cmos 00:02: RTC can wake from S4
jul 03 00:52:52 Dagobah kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
jul 03 00:52:52 Dagobah kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
jul 03 00:52:52 Dagobah kernel: intel_pstate: Intel P-state driver initializing
jul 03 00:52:52 Dagobah kernel: ledtrig-cpu: registered to indicate activity on CPUs
jul 03 00:52:52 Dagobah kernel: NET: Registered protocol family 10
jul 03 00:52:52 Dagobah kernel: Segment Routing with IPv6
jul 03 00:52:52 Dagobah kernel: NET: Registered protocol family 17
jul 03 00:52:52 Dagobah kernel: microcode: sig=0x306c3, pf=0x2, revision=0x22
jul 03 00:52:52 Dagobah kernel: microcode: Microcode Update Driver: v2.2.
jul 03 00:52:52 Dagobah kernel: registered taskstats version 1
jul 03 00:52:52 Dagobah kernel: Loading compiled-in X.509 certificates
jul 03 00:52:52 Dagobah kernel: zswap: loaded using pool lzo/zbud
jul 03 00:52:52 Dagobah kernel:   Magic number: 9:828:905
jul 03 00:52:52 Dagobah kernel: rtc_cmos 00:02: setting system clock to 2017-07-02 22:52:47 UTC (1499035967)
jul 03 00:52:52 Dagobah kernel: PM: Hibernation image not present or could not be loaded.
jul 03 00:52:52 Dagobah kernel: Freeing unused kernel memory: 1304K
jul 03 00:52:52 Dagobah kernel: Write protecting the kernel read-only data: 10240k
jul 03 00:52:52 Dagobah kernel: Freeing unused kernel memory: 1504K
jul 03 00:52:52 Dagobah kernel: Freeing unused kernel memory: 32K
jul 03 00:52:52 Dagobah kernel: random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
jul 03 00:52:52 Dagobah kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
jul 03 00:52:52 Dagobah kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
jul 03 00:52:52 Dagobah kernel: random: udevadm: uninitialized urandom read (16 bytes read)
jul 03 00:52:52 Dagobah kernel: random: udevadm: uninitialized urandom read (16 bytes read)
jul 03 00:52:52 Dagobah kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
jul 03 00:52:52 Dagobah kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
jul 03 00:52:52 Dagobah kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
jul 03 00:52:52 Dagobah kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
jul 03 00:52:52 Dagobah kernel: random: systemd-udevd: uninitialized urandom read (16 bytes read)
jul 03 00:52:52 Dagobah kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
jul 03 00:52:52 Dagobah kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
jul 03 00:52:52 Dagobah kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
jul 03 00:52:52 Dagobah kernel: ACPI: bus type USB registered
jul 03 00:52:52 Dagobah kernel: usbcore: registered new interface driver usbfs
jul 03 00:52:52 Dagobah kernel: usbcore: registered new interface driver hub
jul 03 00:52:52 Dagobah kernel: usbcore: registered new device driver usb
jul 03 00:52:52 Dagobah kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
jul 03 00:52:52 Dagobah kernel: ehci-pci: EHCI PCI platform driver
jul 03 00:52:52 Dagobah kernel: SCSI subsystem initialized
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1a.0: debug port 2
jul 03 00:52:52 Dagobah kernel: libata version 3.00 loaded.
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1a.0: irq 20, io mem 0xf7217000
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
jul 03 00:52:52 Dagobah kernel: hub 1-0:1.0: USB hub found
jul 03 00:52:52 Dagobah kernel: hub 1-0:1.0: 2 ports detected
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1d.0: debug port 2
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7216000
jul 03 00:52:52 Dagobah kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
jul 03 00:52:52 Dagobah kernel: hub 2-0:1.0: USB hub found
jul 03 00:52:52 Dagobah kernel: hub 2-0:1.0: 2 ports detected
jul 03 00:52:52 Dagobah kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
jul 03 00:52:52 Dagobah kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
jul 03 00:52:52 Dagobah kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
jul 03 00:52:52 Dagobah kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
jul 03 00:52:52 Dagobah kernel: hub 3-0:1.0: USB hub found
jul 03 00:52:52 Dagobah kernel: hub 3-0:1.0: 14 ports detected
jul 03 00:52:52 Dagobah kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
jul 03 00:52:52 Dagobah kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
jul 03 00:52:52 Dagobah kernel: hub 4-0:1.0: USB hub found
jul 03 00:52:52 Dagobah kernel: hub 4-0:1.0: 6 ports detected
jul 03 00:52:52 Dagobah kernel: ahci 0000:00:1f.2: version 3.0
jul 03 00:52:52 Dagobah kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
jul 03 00:52:52 Dagobah kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
jul 03 00:52:52 Dagobah kernel: scsi host0: ahci
jul 03 00:52:52 Dagobah kernel: scsi host1: ahci
jul 03 00:52:52 Dagobah kernel: scsi host2: ahci
jul 03 00:52:52 Dagobah kernel: scsi host3: ahci
jul 03 00:52:52 Dagobah kernel: ata1: SATA max UDMA/133 abar m2048@0xf7215000 port 0xf7215100 irq 26
jul 03 00:52:52 Dagobah kernel: ata2: SATA max UDMA/133 abar m2048@0xf7215000 port 0xf7215180 irq 26
jul 03 00:52:52 Dagobah kernel: ata3: DUMMY
jul 03 00:52:52 Dagobah kernel: ata4: DUMMY
jul 03 00:52:52 Dagobah kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
jul 03 00:52:52 Dagobah kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
jul 03 00:52:52 Dagobah kernel: usb 3-4: new high-speed USB device number 2 using xhci_hcd
jul 03 00:52:52 Dagobah kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
jul 03 00:52:52 Dagobah kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
jul 03 00:52:52 Dagobah kernel: ata1.00: supports DRM functions and may not be fully accessible
jul 03 00:52:52 Dagobah kernel: ata1.00: disabling queued TRIM support
jul 03 00:52:52 Dagobah kernel: ata1.00: ATA-9: Samsung SSD 850 EVO 500GB, EMT02B6Q, max UDMA/133
jul 03 00:52:52 Dagobah kernel: ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
jul 03 00:52:52 Dagobah kernel: ata1.00: supports DRM functions and may not be fully accessible
jul 03 00:52:52 Dagobah kernel: ata1.00: disabling queued TRIM support
jul 03 00:52:52 Dagobah kernel: ata1.00: configured for UDMA/133
jul 03 00:52:52 Dagobah kernel: scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
jul 03 00:52:52 Dagobah kernel: ata2.00: ATA-8: WDC WD5000AAVS-00ZTB0, 01.01B01, max UDMA/133
jul 03 00:52:52 Dagobah kernel: ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
jul 03 00:52:52 Dagobah kernel: ata2.00: configured for UDMA/133
jul 03 00:52:52 Dagobah kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC WD5000AAVS-0 1B01 PQ: 0 ANSI: 5
jul 03 00:52:52 Dagobah kernel: sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
jul 03 00:52:52 Dagobah kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
jul 03 00:52:52 Dagobah kernel: sd 0:0:0:0: [sda] Write Protect is off
jul 03 00:52:52 Dagobah kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
jul 03 00:52:52 Dagobah kernel: sd 1:0:0:0: [sdb] Write Protect is off
jul 03 00:52:52 Dagobah kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
jul 03 00:52:52 Dagobah kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
jul 03 00:52:52 Dagobah kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
jul 03 00:52:52 Dagobah kernel:  sda: sda1 sda2 sda3
jul 03 00:52:52 Dagobah kernel: sd 0:0:0:0: [sda] Attached SCSI disk
jul 03 00:52:52 Dagobah kernel:  sdb: sdb1 sdb2 sdb3 sdb4
jul 03 00:52:52 Dagobah kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
jul 03 00:52:52 Dagobah kernel: hub 1-1:1.0: USB hub found
jul 03 00:52:52 Dagobah kernel: hub 1-1:1.0: 6 ports detected
jul 03 00:52:52 Dagobah kernel: hub 2-1:1.0: USB hub found
jul 03 00:52:52 Dagobah kernel: hub 2-1:1.0: 8 ports detected
jul 03 00:52:52 Dagobah kernel: tsc: Refined TSC clocksource calibration: 3497.972 MHz
jul 03 00:52:52 Dagobah kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x326bd592a83, max_idle_ns: 440795311901 ns
jul 03 00:52:52 Dagobah kernel: random: fast init done
jul 03 00:52:52 Dagobah kernel: usb 3-9: new full-speed USB device number 3 using xhci_hcd
jul 03 00:52:52 Dagobah kernel: EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
jul 03 00:52:52 Dagobah kernel: usb 3-13: new low-speed USB device number 4 using xhci_hcd
jul 03 00:52:52 Dagobah kernel: usb 3-14: new low-speed USB device number 5 using xhci_hcd
jul 03 00:52:52 Dagobah kernel: clocksource: Switched to clocksource tsc
jul 03 00:52:52 Dagobah kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
jul 03 00:52:52 Dagobah systemd[1]: systemd 232 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
jul 03 00:52:52 Dagobah systemd[1]: Detected architecture x86-64.
jul 03 00:52:52 Dagobah systemd[1]: Set hostname to <Dagobah>.
jul 03 00:52:52 Dagobah kernel: random: crng init done
jul 03 00:52:52 Dagobah systemd[1]: Listening on Device-mapper event daemon FIFOs.
jul 03 00:52:52 Dagobah systemd[1]: Started Forward Password Requests to Wall Directory Watch.
jul 03 00:52:52 Dagobah systemd[1]: Listening on udev Control Socket.
jul 03 00:52:52 Dagobah systemd[1]: Listening on udev Kernel Socket.
jul 03 00:52:52 Dagobah systemd[1]: Listening on LVM2 metadata daemon socket.
jul 03 00:52:52 Dagobah systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
jul 03 00:52:52 Dagobah systemd[1]: Created slice System Slice.
jul 03 00:52:52 Dagobah kernel: EXT4-fs (sdb3): re-mounted. Opts: data=ordered
jul 03 00:52:52 Dagobah kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
jul 03 00:52:52 Dagobah kernel: ACPI: Power Button [PWRB]
jul 03 00:52:52 Dagobah kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
jul 03 00:52:52 Dagobah kernel: ACPI: Power Button [PWRF]
jul 03 00:52:52 Dagobah kernel: wmi: Mapper loaded
jul 03 00:52:52 Dagobah kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
jul 03 00:52:52 Dagobah kernel: thermal LNXTHERM:00: registered as thermal_zone0
jul 03 00:52:52 Dagobah kernel: ACPI: Thermal Zone [TZ00] (28 C)
jul 03 00:52:52 Dagobah kernel: thermal LNXTHERM:01: registered as thermal_zone1
jul 03 00:52:52 Dagobah kernel: ACPI: Thermal Zone [TZ01] (30 C)
jul 03 00:52:52 Dagobah systemd-journald[169]: Journal started
-- Subject: The journal has been started
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The system journal process has started up, opened the journal
-- files for writing and is now ready to process requests.
jul 03 00:52:52 Dagobah systemd-journald[169]: System journal (/var/log/journal/035e3c1e5d094112b5558d5c84ad419f) is 152.0M, max 3.7G, 3.5G free.
-- Subject: Disk space used by the journal
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- System journal (/var/log/journal/035e3c1e5d094112b5558d5c84ad419f) is currently using 152.0M.
-- Maximum allowed usage is set to 3.7G.
-- Leaving at least 4.0G free (of currently available 29.7G of disk space).
-- Enforced usage limit is thus 3.7G, of which 3.5G are still available.
-- 
-- The limits controlling how much disk space is used by the journal may
-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
-- /etc/systemd/journald.conf. See journald.conf(5) for details.
jul 03 00:52:52 Dagobah systemd[1]: Starting Flush Journal to Persistent Storage...
-- Subject: Unit systemd-journal-flush.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-flush.service has begun starting up.
jul 03 00:52:53 Dagobah kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
jul 03 00:52:53 Dagobah kernel: ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20170119/utaddress-247)
jul 03 00:52:53 Dagobah kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
jul 03 00:52:53 Dagobah kernel: ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170119/utaddress-247)
jul 03 00:52:53 Dagobah kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
jul 03 00:52:53 Dagobah kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20170119/utaddress-247)
jul 03 00:52:53 Dagobah kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170119/utaddress-247)
jul 03 00:52:53 Dagobah kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
jul 03 00:52:53 Dagobah kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20170119/utaddress-247)
jul 03 00:52:53 Dagobah kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20170119/utaddress-247)
jul 03 00:52:53 Dagobah kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
jul 03 00:52:53 Dagobah kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
jul 03 00:52:53 Dagobah kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
jul 03 00:52:53 Dagobah kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
jul 03 00:52:53 Dagobah kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
jul 03 00:52:53 Dagobah kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
jul 03 00:52:53 Dagobah kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
jul 03 00:52:53 Dagobah kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
jul 03 00:52:53 Dagobah kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
jul 03 00:52:53 Dagobah kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
jul 03 00:52:53 Dagobah systemd-journald[169]: System journal (/var/log/journal/035e3c1e5d094112b5558d5c84ad419f) is 152.0M, max 3.7G, 3.5G free.
-- Subject: Disk space used by the journal
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- System journal (/var/log/journal/035e3c1e5d094112b5558d5c84ad419f) is currently using 152.0M.
-- Maximum allowed usage is set to 3.7G.
-- Leaving at least 4.0G free (of currently available 29.7G of disk space).
-- Enforced usage limit is thus 3.7G, of which 3.5G are still available.
-- 
-- The limits controlling how much disk space is used by the journal may
-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,
-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in
-- /etc/systemd/journald.conf. See journald.conf(5) for details.
jul 03 00:52:54 Dagobah kernel: AVX2 version of gcm_enc/dec engaged.
jul 03 00:52:54 Dagobah kernel: AES CTR mode by8 optimization enabled
jul 03 00:52:54 Dagobah kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
jul 03 00:52:54 Dagobah kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
jul 03 00:52:54 Dagobah kernel: r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc90000d0d000, 08:62:66:2b:52:52, XID 0c000800 IRQ 28
jul 03 00:52:54 Dagobah kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
jul 03 00:52:54 Dagobah mtp-probe[217]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13"
jul 03 00:52:54 Dagobah systemd[1]: Found device WDC_WD5000AAVS-00ZTB0 2.
-- Subject: Unit dev-disk-by\x2duuid-dc3b6443\x2d8dd9\x2d49b9\x2d8810\x2d9f2aef8744b1.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-dc3b6443\x2d8dd9\x2d49b9\x2d8810\x2d9f2aef8744b1.device has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:54 Dagobah kernel: asus_wmi: ASUS WMI generic driver loaded
jul 03 00:52:54 Dagobah kernel: asus_wmi: Initialization: 0x0
jul 03 00:52:54 Dagobah kernel: asus_wmi: BIOS WMI version: 0.9
jul 03 00:52:54 Dagobah kernel: asus_wmi: SFUN value: 0x0
jul 03 00:52:54 Dagobah kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input6
jul 03 00:52:54 Dagobah kernel: asus_wmi: Number of fans: 1
jul 03 00:52:54 Dagobah kernel: media: Linux media interface: v0.10
jul 03 00:52:54 Dagobah kernel: usbcore: registered new interface driver xpad
jul 03 00:52:54 Dagobah kernel: Linux video capture interface: v2.00
jul 03 00:52:54 Dagobah kernel: iTCO_vendor_support: vendor-support=0
jul 03 00:52:54 Dagobah kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
jul 03 00:52:54 Dagobah kernel: iTCO_wdt: Found a 9 Series TCO device (Version=2, TCOBASE=0x1860)
jul 03 00:52:54 Dagobah kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
jul 03 00:52:54 Dagobah mtp-probe[218]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9"
jul 03 00:52:54 Dagobah systemd[1]: Activating swap /dev/disk/by-uuid/dc3b6443-8dd9-49b9-8810-9f2aef8744b1...
-- Subject: Unit dev-disk-by\x2duuid-dc3b6443\x2d8dd9\x2d49b9\x2d8810\x2d9f2aef8744b1.swap has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-dc3b6443\x2d8dd9\x2d49b9\x2d8810\x2d9f2aef8744b1.swap has begun starting up.
jul 03 00:52:54 Dagobah mtp-probe[219]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4"
jul 03 00:52:54 Dagobah systemd[1]: Started Flush Journal to Persistent Storage.
-- Subject: Unit systemd-journal-flush.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-flush.service has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:54 Dagobah mtp-probe[216]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14"
jul 03 00:52:54 Dagobah mtp-probe[217]: bus: 3, device: 4 was not an MTP device
jul 03 00:52:54 Dagobah mtp-probe[216]: bus: 3, device: 5 was not an MTP device
jul 03 00:52:54 Dagobah mtp-probe[219]: bus: 3, device: 2 was not an MTP device
jul 03 00:52:54 Dagobah mtp-probe[218]: bus: 3, device: 3 was not an MTP device
jul 03 00:52:54 Dagobah systemd[1]: Activated swap /dev/disk/by-uuid/dc3b6443-8dd9-49b9-8810-9f2aef8744b1.
-- Subject: Unit dev-disk-by\x2duuid-dc3b6443\x2d8dd9\x2d49b9\x2d8810\x2d9f2aef8744b1.swap has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-dc3b6443\x2d8dd9\x2d49b9\x2d8810\x2d9f2aef8744b1.swap has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:54 Dagobah systemd[1]: Reached target Swap.
-- Subject: Unit swap.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit swap.target has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:54 Dagobah kernel: Adding 999420k swap on /dev/sdb2.  Priority:-1 extents:1 across:999420k FS
jul 03 00:52:54 Dagobah kernel: uvcvideo: Found UVC 1.00 device <unnamed> (046d:0825)
jul 03 00:52:54 Dagobah systemd[1]: Mounting Temporary Directory...
-- Subject: Unit tmp.mount has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit tmp.mount has begun starting up.
jul 03 00:52:54 Dagobah systemd[1]: Mounted Temporary Directory.
-- Subject: Unit tmp.mount has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit tmp.mount has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:54 Dagobah systemd[1]: Found device WDC_WD5000AAVS-00ZTB0 1.
-- Subject: Unit dev-disk-by\x2duuid-b8acad0a\x2db691\x2d4296\x2dbced\x2d60d38f91da01.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-b8acad0a\x2db691\x2d4296\x2dbced\x2d60d38f91da01.device has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:54 Dagobah systemd[1]: Starting File System Check on /dev/disk/by-uuid/b8acad0a-b691-4296-bced-60d38f91da01...
-- Subject: Unit systemd-fsck@dev-disk-by\x2duuid-b8acad0a\x2db691\x2d4296\x2dbced\x2d60d38f91da01.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-fsck@dev-disk-by\x2duuid-b8acad0a\x2db691\x2d4296\x2dbced\x2d60d38f91da01.service has begun starting up.
jul 03 00:52:54 Dagobah kernel: uvcvideo 3-4:1.0: Entity type for entity Extension 4 was not initialized!
jul 03 00:52:54 Dagobah kernel: uvcvideo 3-4:1.0: Entity type for entity Extension 6 was not initialized!
jul 03 00:52:54 Dagobah kernel: uvcvideo 3-4:1.0: Entity type for entity Extension 7 was not initialized!
jul 03 00:52:54 Dagobah kernel: uvcvideo 3-4:1.0: Entity type for entity Processing 2 was not initialized!
jul 03 00:52:54 Dagobah kernel: uvcvideo 3-4:1.0: Entity type for entity Extension 3 was not initialized!
jul 03 00:52:54 Dagobah kernel: uvcvideo 3-4:1.0: Entity type for entity Camera 1 was not initialized!
jul 03 00:52:54 Dagobah kernel: input: UVC Camera (046d:0825) as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input7
jul 03 00:52:54 Dagobah kernel: usbcore: registered new interface driver uvcvideo
jul 03 00:52:54 Dagobah kernel: USB Video Class driver (1.1.1)
jul 03 00:52:54 Dagobah kernel: hidraw: raw HID events driver (C) Jiri Kosina
jul 03 00:52:55 Dagobah kernel: usbcore: registered new interface driver usbhid
jul 03 00:52:55 Dagobah kernel: usbhid: USB HID core driver
jul 03 00:52:55 Dagobah kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
jul 03 00:52:55 Dagobah systemd[1]: Found device RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller.
-- Subject: Unit sys-subsystem-net-devices-enp3s0.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sys-subsystem-net-devices-enp3s0.device has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:55 Dagobah systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
-- Subject: Unit systemd-rfkill.socket has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-rfkill.socket has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:55 Dagobah kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
jul 03 00:52:55 Dagobah kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
jul 03 00:52:55 Dagobah kernel: input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/0003:258A:0001.0001/input/input8
jul 03 00:52:55 Dagobah kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
jul 03 00:52:55 Dagobah kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
jul 03 00:52:55 Dagobah kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
jul 03 00:52:55 Dagobah kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
jul 03 00:52:55 Dagobah kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x0
jul 03 00:52:55 Dagobah kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
jul 03 00:52:55 Dagobah kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
jul 03 00:52:55 Dagobah kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
jul 03 00:52:55 Dagobah kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
jul 03 00:52:55 Dagobah kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
jul 03 00:52:55 Dagobah kernel: hid-generic 0003:258A:0001.0001: input,hidraw0: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-13/input0
jul 03 00:52:55 Dagobah kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
jul 03 00:52:55 Dagobah kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
jul 03 00:52:55 Dagobah kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
jul 03 00:52:55 Dagobah kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
jul 03 00:52:55 Dagobah kernel: input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.1/0003:258A:0001.0002/input/input14
jul 03 00:52:55 Dagobah kernel: hid-generic 0003:258A:0001.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-13/input1
jul 03 00:52:55 Dagobah kernel: input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:093A:2521.0003/input/input15
jul 03 00:52:55 Dagobah kernel: hid-generic 0003:093A:2521.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE] on usb-0000:00:14.0-14/input0
jul 03 00:52:55 Dagobah systemd[1]: Reached target Sound Card.
-- Subject: Unit sound.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sound.target has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:55 Dagobah kernel: intel_rapl: Found RAPL domain package
jul 03 00:52:55 Dagobah kernel: intel_rapl: Found RAPL domain core
jul 03 00:52:55 Dagobah kernel: intel_rapl: Found RAPL domain dram
jul 03 00:52:55 Dagobah kernel: mousedev: PS/2 mouse device common for all mice
jul 03 00:52:55 Dagobah systemd-udevd[207]: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
jul 03 00:52:55 Dagobah kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
jul 03 00:52:55 Dagobah kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
jul 03 00:52:55 Dagobah kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
jul 03 00:52:55 Dagobah kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
jul 03 00:52:55 Dagobah systemd-udevd[207]: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
jul 03 00:52:55 Dagobah systemd[1]: Found device WDC_WD5000AAVS-00ZTB0 4.
-- Subject: Unit dev-disk-by\x2duuid-d7e36158\x2df37b\x2d4007\x2d885d\x2da1a02db3c7b2.device has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit dev-disk-by\x2duuid-d7e36158\x2df37b\x2d4007\x2d885d\x2da1a02db3c7b2.device has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah systemd[1]: Starting File System Check on /dev/disk/by-uuid/d7e36158-f37b-4007-885d-a1a02db3c7b2...
-- Subject: Unit systemd-fsck@dev-disk-by\x2duuid-d7e36158\x2df37b\x2d4007\x2d885d\x2da1a02db3c7b2.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-fsck@dev-disk-by\x2duuid-d7e36158\x2df37b\x2d4007\x2d885d\x2da1a02db3c7b2.service has begun starting up.
jul 03 00:52:56 Dagobah systemd-fsck[261]: /dev/sdb1: limpio, 376/32512 ficheros, 64789/130048 bloques
jul 03 00:52:56 Dagobah systemd[1]: Started File System Check on /dev/disk/by-uuid/b8acad0a-b691-4296-bced-60d38f91da01.
-- Subject: Unit systemd-fsck@dev-disk-by\x2duuid-b8acad0a\x2db691\x2d4296\x2dbced\x2d60d38f91da01.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-fsck@dev-disk-by\x2duuid-b8acad0a\x2db691\x2d4296\x2dbced\x2d60d38f91da01.service has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah systemd[1]: Mounting /boot...
-- Subject: Unit boot.mount has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot.mount has begun starting up.
jul 03 00:52:56 Dagobah systemd-fsck[289]: /dev/sdb4: limpio, 198142/27959296 ficheros, 62922533/111813888 bloques
jul 03 00:52:56 Dagobah systemd[1]: Started File System Check on /dev/disk/by-uuid/d7e36158-f37b-4007-885d-a1a02db3c7b2.
-- Subject: Unit systemd-fsck@dev-disk-by\x2duuid-d7e36158\x2df37b\x2d4007\x2d885d\x2da1a02db3c7b2.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-fsck@dev-disk-by\x2duuid-d7e36158\x2df37b\x2d4007\x2d885d\x2da1a02db3c7b2.service has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah systemd[1]: Mounting /home...
-- Subject: Unit home.mount has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit home.mount has begun starting up.
jul 03 00:52:56 Dagobah systemd[1]: boot.mount: Mount process exited, code=exited status=32
jul 03 00:52:56 Dagobah systemd[1]: Failed to mount /boot.
-- Subject: Unit boot.mount has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit boot.mount has failed.
-- 
-- The result is failed.
jul 03 00:52:56 Dagobah systemd[1]: Dependency failed for Local File Systems.
-- Subject: Unit local-fs.target has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit local-fs.target has failed.
-- 
-- The result is dependency.
jul 03 00:52:56 Dagobah systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'.
jul 03 00:52:56 Dagobah systemd[1]: local-fs.target: Triggering OnFailure= dependencies.
jul 03 00:52:56 Dagobah systemd[1]: boot.mount: Unit entered failed state.
jul 03 00:52:56 Dagobah systemd[1]: Reached target Timers.
-- Subject: Unit timers.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit timers.target has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah systemd[1]: Reached target Sockets.
-- Subject: Unit sockets.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit sockets.target has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah systemd[1]: Starting Create Volatile Files and Directories...
-- Subject: Unit systemd-tmpfiles-setup.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup.service has begun starting up.
jul 03 00:52:56 Dagobah systemd[1]: Starting Rebuild Journal Catalog...
-- Subject: Unit systemd-journal-catalog-update.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-catalog-update.service has begun starting up.
jul 03 00:52:56 Dagobah systemd[1]: Started Emergency Shell.
-- Subject: Unit emergency.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit emergency.service has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah systemd[1]: Starting Rebuild Dynamic Linker Cache...
-- Subject: Unit ldconfig.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit ldconfig.service has begun starting up.
jul 03 00:52:56 Dagobah systemd[1]: Reached target Emergency Mode.
-- Subject: Unit emergency.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit emergency.target has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah systemd[1]: Reached target Network.
-- Subject: Unit network.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit network.target has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah systemd-tmpfiles[301]: Cannot set file attribute for '/var/log/journal', value=0x00800000, mask=0x00800000: Operation not supported
jul 03 00:52:56 Dagobah systemd-tmpfiles[301]: Cannot set file attribute for '/var/log/journal/035e3c1e5d094112b5558d5c84ad419f', value=0x00800000, mask=0x00800000: Operation not supported
jul 03 00:52:56 Dagobah systemd-tmpfiles[301]: Cannot set file attribute for '/var/log/journal/remote', value=0x00800000, mask=0x00800000: Operation not supported
jul 03 00:52:56 Dagobah systemd[1]: Started Create Volatile Files and Directories.
-- Subject: Unit systemd-tmpfiles-setup.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-tmpfiles-setup.service has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah kernel: usb 3-4: set resolution quirk: cval->res = 384
jul 03 00:52:56 Dagobah kernel: usbcore: registered new interface driver snd-usb-audio
jul 03 00:52:56 Dagobah systemd[1]: Starting Network Time Synchronization...
-- Subject: Unit systemd-timesyncd.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-timesyncd.service has begun starting up.
jul 03 00:52:56 Dagobah systemd[1]: Starting Update UTMP about System Boot/Shutdown...
-- Subject: Unit systemd-update-utmp.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-utmp.service has begun starting up.
jul 03 00:52:56 Dagobah systemd[1]: Started Rebuild Journal Catalog.
-- Subject: Unit systemd-journal-catalog-update.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-journal-catalog-update.service has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah systemd[1]: Started Network Time Synchronization.
-- Subject: Unit systemd-timesyncd.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-timesyncd.service has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah systemd[1]: Reached target System Time Synchronized.
-- Subject: Unit time-sync.target has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit time-sync.target has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:56 Dagobah systemd[1]: Started Update UTMP about System Boot/Shutdown.
-- Subject: Unit systemd-update-utmp.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-utmp.service has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:57 Dagobah systemd[1]: Mounted /home.
-- Subject: Unit home.mount has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit home.mount has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:57 Dagobah kernel: EXT4-fs (sdb4): mounted filesystem with ordered data mode. Opts: data=ordered
jul 03 00:52:57 Dagobah systemd[1]: Started Rebuild Dynamic Linker Cache.
-- Subject: Unit ldconfig.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit ldconfig.service has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:57 Dagobah systemd[1]: Starting Update is Completed...
-- Subject: Unit systemd-update-done.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-done.service has begun starting up.
jul 03 00:52:57 Dagobah systemd[1]: Started Update is Completed.
-- Subject: Unit systemd-update-done.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit systemd-update-done.service has finished starting up.
-- 
-- The start-up result is done.
jul 03 00:52:57 Dagobah systemd[1]: Startup finished in 2.653s (kernel) + 8.415s (userspace) = 11.069s.
-- Subject: System start-up is now complete
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- All system services necessary queued for starting at boot have been
-- successfully started. Note that this does not mean that the machine is
-- now idle as services might still be busy with completing start-up.
-- 
-- Kernel start-up required 2653737 microseconds.
-- 
-- Initial RAM disk start-up required INITRD_USEC microseconds.
-- 
-- Userspace start-up required 8415836 microseconds.
jul 03 00:52:57 Dagobah systemd[303]: emergency.service: Failed at step EXEC spawning /bin/plymouth: No such file or directory
-- Subject: Process /bin/plymouth could not be executed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- The process /bin/plymouth could not be executed and failed.
-- 
-- The error number returned by this process is 2.

dmesg | tail -n60

[    6.045693] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[    6.045704] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    6.442476] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    6.442477] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.442478] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.442478] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.442478] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.478603] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.478609] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    6.488945] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc90000d0d000, 08:62:66:2b:52:52, XID 0c000800 IRQ 29
[    6.488947] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    6.537558] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    6.780206] asus_wmi: ASUS WMI generic driver loaded
[    6.780645] asus_wmi: Initialization: 0x0
[    6.780662] asus_wmi: BIOS WMI version: 0.9
[    6.780682] asus_wmi: SFUN value: 0x0
[    6.780887] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input8
[    6.780912] asus_wmi: Number of fans: 1
[    6.948702] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
[    6.948734] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
[    6.948762] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[    6.948790] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[    7.170096] iTCO_vendor_support: vendor-support=0
[    7.170527] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    7.170553] iTCO_wdt: Found a 9 Series TCO device (Version=2, TCOBASE=0x1860)
[    7.170606] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    7.184915] systemd-journald[173]: Received request to flush runtime journal from PID 1
[    7.212409] hidraw: raw HID events driver (C) Jiri Kosina
[    7.288769] AVX2 version of gcm_enc/dec engaged.
[    7.288770] AES CTR mode by8 optimization enabled
[    7.292347] usbcore: registered new interface driver usbhid
[    7.292348] usbhid: USB HID core driver
[    7.583758] Adding 999420k swap on /dev/sdb2.  Priority:-1 extents:1 across:999420k FS
[    7.605321] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    7.744663] usbcore: registered new interface driver xpad
[    7.772961] media: Linux media interface: v0.10
[    7.811661] input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/0003:258A:0001.0001/input/input16
[    7.815867] Linux video capture interface: v2.00
[    7.868259] hid-generic 0003:258A:0001.0001: input,hidraw0: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-13/input0
[    7.869243] input: SINO WEALTH USB KEYBOARD as /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.1/0003:258A:0001.0002/input/input17
[    7.924948] hid-generic 0003:258A:0001.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [SINO WEALTH USB KEYBOARD] on usb-0000:00:14.0-13/input1
[    7.925015] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:093A:2521.0003/input/input18
[    7.925111] hid-generic 0003:093A:2521.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE] on usb-0000:00:14.0-14/input0
[    8.238173] intel_rapl: Found RAPL domain package
[    8.238175] intel_rapl: Found RAPL domain core
[    8.238175] intel_rapl: Found RAPL domain dram
[    8.926037] mousedev: PS/2 mouse device common for all mice
[    9.107158] usb 3-4: set resolution quirk: cval->res = 384
[    9.107331] usbcore: registered new interface driver snd-usb-audio
[    9.107341] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0825)
[    9.121952] uvcvideo 3-4:1.0: Entity type for entity Extension 4 was not initialized!
[    9.121953] uvcvideo 3-4:1.0: Entity type for entity Extension 6 was not initialized!
[    9.121953] uvcvideo 3-4:1.0: Entity type for entity Extension 7 was not initialized!
[    9.121954] uvcvideo 3-4:1.0: Entity type for entity Processing 2 was not initialized!
[    9.121954] uvcvideo 3-4:1.0: Entity type for entity Extension 3 was not initialized!
[    9.121955] uvcvideo 3-4:1.0: Entity type for entity Camera 1 was not initialized!
[    9.122058] input: UVC Camera (046d:0825) as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input19
[    9.122162] usbcore: registered new interface driver uvcvideo
[    9.122163] USB Video Class driver (1.1.1)
[    9.939870] EXT4-fs (sdb4): mounted filesystem with ordered data mode. Opts: data=ordered

systemctl status boot.mount

● boot.mount - /boot
   Loaded: loaded (/etc/fstab; generated; vendor preset: disabled)
   Active: failed (Result: exit-code) since Mon 2017-07-03 01:45:22 CEST; 22s ago
    Where: /boot
     What: /dev/disk/by-uuid/b8acad0a-b691-4296-bced-60d38f91da01
     Docs: man:fstab(5)
           man:systemd-fstab-generator(8)
  Process: 291 ExecMount=/usr/bin/mount /dev/disk/by-uuid/b8acad0a-b691-4296-bced-60d38f91da01 /boot -t ext2 -o rw,relatime,block_validity,barrier,user_xattr,acl (code=exited, status=32)

jul 03 01:45:22 Dagobah systemd[1]: Mounting /boot...
jul 03 01:45:22 Dagobah systemd[1]: boot.mount: Mount process exited, code=exited status=32
jul 03 01:45:22 Dagobah systemd[1]: Failed to mount /boot.
jul 03 01:45:22 Dagobah systemd[1]: boot.mount: Unit entered failed state.

/etc/fstab

# 
# /etc/fstab: static file system information
#
# <file system> <dir>   <type>  <options>       <dump>  <pass>
# /dev/sdb3
UUID=85ce4871-93cc-4660-8412-ec5a350d112f       /               ext4            rw,relatime,data=ordered        0 1

# /dev/sdb1
UUID=b8acad0a-b691-4296-bced-60d38f91da01       /boot           ext2            rw,relatime,block_validity,barrier,user_xattr,acl      0 2

# /dev/sdb4
UUID=d7e36158-f37b-4007-885d-a1a02db3c7b2       /home           ext4            rw,relatime,data=ordered        0 2

# /dev/sdb2
UUID=dc3b6443-8dd9-49b9-8810-9f2aef8744b1       none            swap            defaults        0 0

NOTE: fstab is generated by genfstab like on Installation guide

blkid

/dev/sda1: LABEL="Reservado para el sistema" UUID="4A421A54421A44DB" TYPE="ntfs" PARTUUID="7404b742-01"
/dev/sda2: UUID="D6B6724DB6722DDD" TYPE="ntfs" PARTUUID="7404b742-02"
/dev/sda3: LABEL="STEAM" UUID="B0382DE8382DADF2" TYPE="ntfs" PARTUUID="7404b742-03"
/dev/sdb1: UUID="b8acad0a-b691-4296-bced-60d38f91da01" TYPE="ext2" PARTUUID="d2795d52-01"
/dev/sdb2: UUID="dc3b6443-8dd9-49b9-8810-9f2aef8744b1" TYPE="swap" PARTUUID="d2795d52-02"
/dev/sdb3: UUID="85ce4871-93cc-4660-8412-ec5a350d112f" TYPE="ext4" PARTUUID="d2795d52-03"
/dev/sdb4: UUID="d7e36158-f37b-4007-885d-a1a02db3c7b2" TYPE="ext4" PARTUUID="d2795d52-04"

Hope this helps. Tia.

Last edited by propo (2017-07-04 11:49:22)

Offline

#2 2017-07-02 23:59:06

jackpot
Member
From: Riyadh, Saudi Arabia
Registered: 2014-08-18
Posts: 86

Re: [SOLVED] (Kernel 4.11.7 custom) Failed to mount /boot.

Did you compile kernel with ext2 file system support? You can see FS support using:

ls /lib/modules/$(uname -r)/kernel/fs

KDE is all good bloated, try to trim away from K*.apps... whatever it leaves behind equals "Kuck yourself!"
nVidia.... fsck sdy0

Offline

#3 2017-07-03 09:41:10

propo
Member
Registered: 2017-03-06
Posts: 6

Re: [SOLVED] (Kernel 4.11.7 custom) Failed to mount /boot.

propo wrote:

Here some Filesystem's kernel code:

ext2

grep EXT2 .config

CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set

But looking on your given directory, it doesnt show at all...wtf. I'm gonna try to make a fresh clean compile again...Thanks @jackpot


EDIT: jackpot, just a second: I don't want to have ext2 support as a module, but as in-kernel driver because I need it to boot my /boot partition, don't I? as is said in here

EDIT 2: I've re-compiled again but it doesn't work. Maybe I should try to compile ext2 support as a module?

Last edited by propo (2017-07-03 11:43:30)

Offline

#4 2017-07-03 11:49:45

loqs
Member
Registered: 2014-03-06
Posts: 17,324

Re: [SOLVED] (Kernel 4.11.7 custom) Failed to mount /boot.

Modules needed for boot should be added to the initrd.  As the partition in question is /boot not the root filesystem support does not need to be included in the initrd.
After the root filesystem is mounted the the modules under /usr/lib/modules become available.  If support is builtin then no module is generated.

ExecMount=/usr/bin/mount /dev/disk/by-uuid/b8acad0a-b691-4296-bced-60d38f91da01 /boot -t ext2 -o rw,relatime,block_validity,barrier,user_xattr,acl (code=exited, status=32)

Note user_xattr and acl options.  So I would suggest setting

CONFIG_EXT2_FS_XATTR=y

or do as arch does

# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=m
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y
CONFIG_EXT4_FS_ENCRYPTION=y
# CONFIG_EXT4_DEBUG is not set

Edit:
included explanation about user_xattr,acl and added value to CONFIG_EXT2_FS_XATTR

Last edited by loqs (2017-07-03 11:53:29)

Online

#5 2017-07-03 19:24:27

Buddlespit
Member
From: Chesapeake, Va.
Registered: 2014-02-07
Posts: 501

Re: [SOLVED] (Kernel 4.11.7 custom) Failed to mount /boot.

Doesn't /boot need to be mounted to access the kernel? Wouldn't this make the problem a grub issue? Or, am I reading this all wrong (I'm using neither grub nor bios)?

Offline

#6 2017-07-03 19:46:53

loqs
Member
Registered: 2014-03-06
Posts: 17,324

Re: [SOLVED] (Kernel 4.11.7 custom) Failed to mount /boot.

Buddlespit wrote:

Doesn't /boot need to be mounted to access the kernel?

No the kernel and initrd loading is done by the bootmgr/bootloader or in the case of efistub directly by the firmware.

Online

#7 2017-07-03 22:21:16

Buddlespit
Member
From: Chesapeake, Va.
Registered: 2014-02-07
Posts: 501

Re: [SOLVED] (Kernel 4.11.7 custom) Failed to mount /boot.

loqs wrote:
Buddlespit wrote:

Doesn't /boot need to be mounted to access the kernel?

No the kernel and initrd loading is done by the bootmgr/bootloader or in the case of efistub directly by the firmware.

How can the bootloader/mgr/firmware read the kernel without mounting boot? In the case of UEFI, I know that it has to be fat32 with flags before the firmware (ESP) can mount it to read it. I had thought that bioses mounted the boot sector to call up the boot manager. Which brings me back to: Maybe it's a grub issue with the kernel?

Offline

#8 2017-07-03 22:36:14

loqs
Member
Registered: 2014-03-06
Posts: 17,324

Re: [SOLVED] (Kernel 4.11.7 custom) Failed to mount /boot.

Buddlespit wrote:
loqs wrote:
Buddlespit wrote:

Doesn't /boot need to be mounted to access the kernel?

No the kernel and initrd loading is done by the bootmgr/bootloader or in the case of efistub directly by the firmware.

How can the bootloader/mgr/firmware read the kernel without mounting boot? In the case of UEFI, I know that it has to be fat32 with flags before the firmware (ESP) can mount it to read it. I had thought that bioses mounted the boot sector to call up the boot manager. Which brings me back to: Maybe it's a grub issue with the kernel?

Yes the bootloadmgr/bootloader/firmware has to be able to read the filesystem that has the kernel and initrd on it but that ability is provided by that component itself not the kernel or a kernel module.
I was trying to delineate that /boot does not need to be mounted in early user space which is separate from the kernel / initrd itself being loaded from /boot by another component.
Back to the propo's issue if the entry for /boot was commented out in /etc/fstab I belive the system would boot.
I not suggesting this as a solution just illustrating that not having /boot mounted in userspace does not imply the system can not be booted.

Online

#9 2017-07-03 23:18:49

propo
Member
Registered: 2017-03-06
Posts: 6

Re: [SOLVED] (Kernel 4.11.7 custom) Failed to mount /boot.

loqs wrote:
CONFIG_EXT2_FS_XATTR=y

or do as arch does

# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=m
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y
CONFIG_EXT4_FS_ENCRYPTION=y
# CONFIG_EXT4_DEBUG is not set

I've recompiled with your flags proposal (I didn't find CONFIG_EXT4_USE_FOR_EXT2 even with CONFIG_EXT4_FS as module). It didn't work. Still the same error on boot.

I'll try tomorrow 'cause it lasts 1 hour to compile and I'm going to bed.

@Buddlespit: let's suppose it's a grub fault. What would you do or change in the process? I do wiki's traditional method. Last step, bootloader configuration, I assume a

grub-mkconfig -o /boot/grub/grub.cfg

it's just well done

current kernel

CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
# CONFIG_EXT2_FS_SECURITY is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=m
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y
CONFIG_EXT4_FS_ENCRYPTION=y

tia.

Offline

#10 2017-07-03 23:25:31

loqs
Member
Registered: 2014-03-06
Posts: 17,324

Re: [SOLVED] (Kernel 4.11.7 custom) Failed to mount /boot.

https://cateee.net/lkddb/web-lkddb/EXT4 … _EXT2.html
You would need to disable CONFIG_EXT2_FS but it seems to be something else if it is stil failing to mount /boot.
If you disable the fstab entry for /boot doe the system then finish booting?
If it does then manually try mounting /boot and what is the output / check dmesg.

Online

#11 2017-07-04 11:48:56

propo
Member
Registered: 2017-03-06
Posts: 6

Re: [SOLVED] (Kernel 4.11.7 custom) Failed to mount /boot.

loqs, thank you very very much, it worked!

So, I left:

CONFIG_EXT2_FS=n

and then

CONFIG_EXT4_FS=m
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y
CONFIG_EXT4_FS_ENCRYPTION=y

.
Then, it failed to boot again but this time was caused by nvidia drivers, so as I was booting a custom kernel I needed to install nvidia-dkms and then, at last, my system booted correctly.

Thanks to loqs, Buddlespit and jackpot.

Offline

Board footer

Powered by FluxBB