Dear Michael,

Not mounted /usr and made kernel panic still longer sleep.

Then booting with "init=/bin/bash" , check dmesg (attached).
Below message was wrote when trying to mount /usr :
>[   15.958645] EXT4-fs (sde3): Unrecognized mount option "auto" or missing 
>value

If this message is correct, mount program included by initramfs
has not recognized "auto" (or some another) option(s), regardless
/bin/mount (or /sbin/mount/ext4) recognize this option(s) :-(

Regards,
Ohta.

On Wed, 23 Nov 2016 10:29:24 +0100
Michael Biebl <bi...@debian.org> wrote:

> Am 23.11.2016 um 10:25 schrieb Michael Biebl:
> > Can you edit /usr/share/initramfs-tools/init, go to line 232, add a
> > line "sleep 10", then run "update-initramfs -u".  
> 
> Choose a longer sleep, if you have a slow system/lots of hard
> disks/controllers.
> 
> 

[    0.000000] Linux version 4.8.0-1-amd64 (debian-ker...@lists.debian.org) 
(gcc version 5.4.1 20161019 (Debian 5.4.1-3) ) #1 SMP Debian 4.8.7-1 
(2016-11-13)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.8.0-1-amd64 
root=UUID=040b41b0-26fe-4064-af0a-3619f3112096 ro single vga=0x3d4 
video=vesafb:yrap,noresume init=/bin/bash
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point 
registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, 
using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bdf00fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bdf01000-0x00000000be4defff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000be4df000-0x00000000be8d2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000be8d3000-0x00000000bede8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bede9000-0x00000000bee25fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000bee26000-0x00000000bee26fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bee27000-0x00000000bf02cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bf02d000-0x00000000bf452fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf453000-0x00000000bf7f3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf7f4000-0x00000000bf7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000043effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xbe8c2000  ACPI 2.0=0xbe8c2000  SMBIOS=0xf04c0  
MPS=0xfd550 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./990FX 
Extreme4, BIOS P2.70 06/05/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x43f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-D6FFF write-protect
[    0.000000]   D7000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000BF800000 mask FFFFFF800000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000043f000000 aka 17392M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fda20-0x000fda2f] mapped at 
[ffff8926400fda20]
[    0.000000] Base memory trampoline at [ffff892640097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x88f4c000, 0x88f4cfff] PGTABLE
[    0.000000] BRK [0x88f4d000, 0x88f4dfff] PGTABLE
[    0.000000] BRK [0x88f4e000, 0x88f4efff] PGTABLE
[    0.000000] BRK [0x88f4f000, 0x88f4ffff] PGTABLE
[    0.000000] BRK [0x88f50000, 0x88f50fff] PGTABLE
[    0.000000] BRK [0x88f51000, 0x88f51fff] PGTABLE
[    0.000000] BRK [0x88f52000, 0x88f52fff] PGTABLE
[    0.000000] BRK [0x88f53000, 0x88f53fff] PGTABLE
[    0.000000] BRK [0x88f54000, 0x88f54fff] PGTABLE
[    0.000000] BRK [0x88f55000, 0x88f55fff] PGTABLE
[    0.000000] BRK [0x88f56000, 0x88f56fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36ecb000-0x3775cfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000BE8C2000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000BE8C2078 00006C (v01 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000BE8C8600 00010C (v05 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has 
valid Length but zero Address: 0x0000000000000000/0x1 (20160422/tbfadt-658)
[    0.000000] ACPI: DSDT 0x00000000BE8C2178 006483 (v02 ALASKA A M I    
00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000BE8CC080 000040
[    0.000000] ACPI: APIC 0x00000000BE8C8710 00009E (v03 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000BE8C87B0 000044 (v01 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000BE8C87F8 00003C (v01 ALASKA A M I    
01072009 MSFT 00010013)
[    0.000000] ACPI: AAFT 0x00000000BE8C8838 00008A (v01 ALASKA OEMAAFT  
01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000BE8C88C8 000038 (v01 ALASKA A M I    
01072009 AMI  00000005)
[    0.000000] ACPI: BGRT 0x00000000BE8C8900 000038 (v00 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000BE8C8938 001714 (v01 AMD    POWERNOW 
00000001 AMD  00000001)
[    0.000000] ACPI: IVRS 0x00000000BE8CA050 0000F8 (v01 AMD    RD890S   
00202031 AMD  00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000043effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x43eff9000-0x43effdfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000043effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000bdf00fff]
[    0.000000]   node   0: [mem 0x00000000bee26000-0x00000000bee26fff]
[    0.000000]   node   0: [mem 0x00000000bf02d000-0x00000000bf452fff]
[    0.000000]   node   0: [mem 0x00000000bf7f4000-0x00000000bf7fffff]
[    0.000000]   node   0: [mem 0x0000000100001000-0x000000043effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000043effffff]
[    0.000000] On node 0 totalpages: 4182738
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 47 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12109 pages used for memmap
[    0.000000]   DMA32 zone: 774964 pages, LIFO batch:31
[    0.000000]   Normal zone: 53184 pages used for memmap
[    0.000000]   Normal zone: 3403775 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x43538210 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdf01000-0xbe4defff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe4df000-0xbe8d2fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe8d3000-0xbede8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbede9000-0xbee25fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbee27000-0xbf02cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf453000-0xbf7f3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
[    0.000000] e820: [mem 0xbf800000-0xfebfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 
nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff892a7ec00000 s103384 r8192 
d31784 u262144
[    0.000000] pcpu-alloc: s103384 r8192 d31784 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total 
pages: 4117334
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.8.0-1-amd64 
root=UUID=040b41b0-26fe-4064-af0a-3619f3112096 ro single vga=0x3d4 
video=vesafb:yrap,noresume init=/bin/bash
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Node 0: aperture [bus addr 0xa8000000-0xa9ffffff] (32MB)
[    0.000000] Aperture pointing to e820 RAM. Ignoring.
[    0.000000] AGP: Your BIOS doesn't leave an aperture memory hole
[    0.000000] AGP: Please enable the IOMMU option in the BIOS setup
[    0.000000] AGP: This costs you 64MB of RAM
[    0.000000] AGP: Mapping aperture over RAM [mem 0xa8000000-0xabffffff] 
(65536KB)
[    0.000000] PM: Registered nosave memory: [mem 0xa8000000-0xabffffff]
[    0.000000] Memory: 16127100K/16730952K available (6097K kernel code, 1165K 
rwdata, 2828K rodata, 1372K init, 800K bss, 603852K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:33024 nr_irqs:1032 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3492.504 MHz processor
[    0.000018] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 6985.00 BogoMIPS (lpj=13970016)
[    0.000024] pid_max: default: 32768 minimum: 301
[    0.000045] ACPI: Core revision 20160422
[    0.002930] ACPI: 2 ACPI AML tables successfully acquired and loaded

[    0.003244] Security Framework initialized
[    0.003248] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.003255] AppArmor: AppArmor disabled by boot time parameter
[    0.004097] Dentry cache hash table entries: 2097152 (order: 12, 16777216 
bytes)
[    0.007867] Inode-cache hash table entries: 1048576 (order: 11, 8388608 
bytes)
[    0.009610] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.009629] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 
bytes)
[    0.009960] CPU: Physical Processor ID: 0
[    0.009963] CPU: Processor Core ID: 0
[    0.009966] mce: CPU supports 7 MCE banks
[    0.009974] LVT offset 1 assigned for vector 0xf9
[    0.009981] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[    0.009984] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.010226] Freeing SMP alternatives memory: 24K (ffffffffb6e7c000 - 
ffffffffb6e82000)
[    0.023117] ftrace: allocating 24996 entries in 98 pages
[    0.030592] smpboot: APIC(10) Converting physical 1 to logical package 0
[    0.030597] smpboot: Max logical packages: 2
[    0.105855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.251642] smpboot: CPU0: AMD FX(tm)-8320 Eight-Core Processor (family: 
0x15, model: 0x2, stepping: 0x0)
[    0.251649] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.251655] ... version:                0
[    0.251658] ... bit width:              48
[    0.251660] ... generic registers:      6
[    0.251663] ... value mask:             0000ffffffffffff
[    0.251665] ... max period:             00007fffffffffff
[    0.251668] ... fixed-purpose events:   0
[    0.251670] ... event mask:             000000000000003f
[    0.252163] NMI watchdog: enabled on all CPUs, permanently consumes one 
hw-PMU counter.
[    0.252273] x86: Booting SMP configuration:
[    0.252276] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.837667] x86: Booted up 1 node, 8 CPUs
[    0.837674] smpboot: Total of 8 processors activated (55877.81 BogoMIPS)
[    0.849283] devtmpfs: initialized
[    0.849354] x86/mm: Memory block size: 128MB
[    0.853486] PM: Registering ACPI NVS region [mem 0xbe4df000-0xbe8d2fff] 
(4145152 bytes)
[    0.853589] PM: Registering ACPI NVS region [mem 0xbee27000-0xbf02cfff] 
(2121728 bytes)
[    0.853708] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 7645041785100000 ns
[    0.853766] pinctrl core: initialized pinctrl subsystem
[    0.853877] NET: Registered protocol family 16
[    0.867644] cpuidle: using governor ladder
[    0.879646] cpuidle: using governor menu
[    0.879709] ACPI: bus type PCI registered
[    0.879712] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.879783] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 
0xe0000000-0xefffffff] (base 0xe0000000)
[    0.879788] PCI: not using MMCONFIG
[    0.879791] PCI: Using configuration type 1 for base access
[    0.879793] PCI: Using configuration type 1 for extended access
[    0.895780] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.895784] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.896127] ACPI: Added _OSI(Module Device)
[    0.896132] ACPI: Added _OSI(Processor Device)
[    0.896135] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.896138] ACPI: Added _OSI(Processor Aggregator Device)
[    0.896321] ACPI: Executed 3 blocks of module-level executable AML code
[    0.899386] ACPI: Interpreter enabled
[    0.899402] ACPI: (supports S0 S3 S4 S5)
[    0.899405] ACPI: Using IOAPIC for interrupt routing
[    0.899529] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 
0xe0000000-0xefffffff] (base 0xe0000000)
[    0.899565] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI 
motherboard resources
[    0.899578] PCI: Using host bridge windows from ACPI; if necessary, use 
"pci=nocrs" and report a bug
[    0.904066] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.904073] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM 
Segments MSI]
[    0.904081] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.904326] PCI host bridge to bus 0000:00
[    0.904330] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.904333] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.904337] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.904340] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.904344] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff 
window]
[    0.904349] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff 
window]
[    0.904353] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff 
window]
[    0.904358] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.904368] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[    0.904464] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
[    0.904554] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.904584] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.904620] pci 0000:00:02.0: System wakeup disabled by ACPI
[    0.904659] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
[    0.904688] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.904723] pci 0000:00:04.0: System wakeup disabled by ACPI
[    0.904760] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[    0.904788] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.904824] pci 0000:00:05.0: System wakeup disabled by ACPI
[    0.904860] pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400
[    0.904889] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.904924] pci 0000:00:06.0: System wakeup disabled by ACPI
[    0.904963] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[    0.904991] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.905026] pci 0000:00:09.0: System wakeup disabled by ACPI
[    0.905063] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[    0.905091] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.905126] pci 0000:00:0a.0: System wakeup disabled by ACPI
[    0.905164] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[    0.905193] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[    0.905228] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    0.905272] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.905284] pci 0000:00:11.0: reg 0x10: [io  0xf090-0xf097]
[    0.905291] pci 0000:00:11.0: reg 0x14: [io  0xf080-0xf083]
[    0.905298] pci 0000:00:11.0: reg 0x18: [io  0xf070-0xf077]
[    0.905304] pci 0000:00:11.0: reg 0x1c: [io  0xf060-0xf063]
[    0.905311] pci 0000:00:11.0: reg 0x20: [io  0xf050-0xf05f]
[    0.905317] pci 0000:00:11.0: reg 0x24: [mem 0xfeb0b000-0xfeb0b3ff]
[    0.905409] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.905419] pci 0000:00:12.0: reg 0x10: [mem 0xfeb0a000-0xfeb0afff]
[    0.905491] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.905532] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.905544] pci 0000:00:12.2: reg 0x10: [mem 0xfeb09000-0xfeb090ff]
[    0.905601] pci 0000:00:12.2: supports D1 D2
[    0.905602] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.905653] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.905695] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.905705] pci 0000:00:13.0: reg 0x10: [mem 0xfeb08000-0xfeb08fff]
[    0.905778] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.905819] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.905831] pci 0000:00:13.2: reg 0x10: [mem 0xfeb07000-0xfeb070ff]
[    0.905888] pci 0000:00:13.2: supports D1 D2
[    0.905889] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.905924] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.905966] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.906073] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
[    0.906083] pci 0000:00:14.1: reg 0x10: [io  0xf040-0xf047]
[    0.906089] pci 0000:00:14.1: reg 0x14: [io  0xf030-0xf033]
[    0.906096] pci 0000:00:14.1: reg 0x18: [io  0xf020-0xf027]
[    0.906102] pci 0000:00:14.1: reg 0x1c: [io  0xf010-0xf013]
[    0.906109] pci 0000:00:14.1: reg 0x20: [io  0xf000-0xf00f]
[    0.906123] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.906127] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.906130] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.906134] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.906204] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.906217] pci 0000:00:14.2: reg 0x10: [mem 0xfeb00000-0xfeb03fff 64bit]
[    0.906258] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.906291] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.906328] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.906436] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.906492] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.906530] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.906539] pci 0000:00:14.5: reg 0x10: [mem 0xfeb06000-0xfeb06fff]
[    0.906613] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.906655] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.906705] pci 0000:00:15.0: supports D1 D2
[    0.906741] pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.906785] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.906794] pci 0000:00:16.0: reg 0x10: [mem 0xfeb05000-0xfeb05fff]
[    0.906867] pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.906909] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.906921] pci 0000:00:16.2: reg 0x10: [mem 0xfeb04000-0xfeb040ff]
[    0.906979] pci 0000:00:16.2: supports D1 D2
[    0.906980] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.907014] pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.907055] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
[    0.907120] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
[    0.907181] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
[    0.907243] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
[    0.907308] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
[    0.907369] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
[    0.907472] pci 0000:01:00.0: [1002:683d] type 00 class 0x030000
[    0.907482] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit 
pref]
[    0.907490] pci 0000:01:00.0: reg 0x18: [mem 0xfea00000-0xfea3ffff 64bit]
[    0.907495] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.907504] pci 0000:01:00.0: reg 0x30: [mem 0xfea40000-0xfea5ffff pref]
[    0.907540] pci 0000:01:00.0: supports D1 D2
[    0.907541] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    0.907601] pci 0000:01:00.1: [1002:aab0] type 00 class 0x040300
[    0.907611] pci 0000:01:00.1: reg 0x10: [mem 0xfea60000-0xfea63fff 64bit]
[    0.907655] pci 0000:01:00.1: supports D1 D2
[    0.921674] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.921680] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.921682] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.921684] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 
64bit pref]
[    0.921723] pci 0000:02:00.0: [1b4b:9120] type 00 class 0x010601
[    0.921733] pci 0000:02:00.0: reg 0x10: [io  0xd090-0xd097]
[    0.921739] pci 0000:02:00.0: reg 0x14: [io  0xd080-0xd083]
[    0.921744] pci 0000:02:00.0: reg 0x18: [io  0xd070-0xd077]
[    0.921750] pci 0000:02:00.0: reg 0x1c: [io  0xd060-0xd063]
[    0.921755] pci 0000:02:00.0: reg 0x20: [io  0xd050-0xd05f]
[    0.921761] pci 0000:02:00.0: reg 0x24: [mem 0xfe915000-0xfe9157ff]
[    0.921767] pci 0000:02:00.0: reg 0x30: [mem 0xfe900000-0xfe90ffff pref]
[    0.921774] pci 0000:02:00.0: Enabling fixed DMA alias to 00.1
[    0.921800] pci 0000:02:00.0: PME# supported from D3hot
[    0.933673] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.933678] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    0.933680] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.933724] pci 0000:03:00.0: [1b6f:7023] type 00 class 0x0c0330
[    0.933739] pci 0000:03:00.0: reg 0x10: [mem 0xfe800000-0xfe807fff 64bit]
[    0.933808] pci 0000:03:00.0: supports D1 D2
[    0.933809] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.945672] pci 0000:00:05.0: PCI bridge to [bus 03]
[    0.945679] pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.945723] pci 0000:04:00.0: [1b6f:7023] type 00 class 0x0c0330
[    0.945738] pci 0000:04:00.0: reg 0x10: [mem 0xfe700000-0xfe707fff 64bit]
[    0.945808] pci 0000:04:00.0: supports D1 D2
[    0.945809] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.957675] pci 0000:00:06.0: PCI bridge to [bus 04]
[    0.957681] pci 0000:00:06.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    0.957738] pci 0000:05:00.0: [1106:3403] type 00 class 0x0c0010
[    0.957753] pci 0000:05:00.0: reg 0x10: [mem 0xfe610000-0xfe6107ff 64bit]
[    0.957759] pci 0000:05:00.0: reg 0x18: [io  0xc000-0xc0ff]
[    0.957821] pci 0000:05:00.0: supports D2
[    0.957821] pci 0000:05:00.0: PME# supported from D2 D3hot D3cold
[    0.957887] pci 0000:05:00.1: [1106:0415] type 00 class 0x010185
[    0.957900] pci 0000:05:00.1: reg 0x10: [io  0xc140-0xc147]
[    0.957907] pci 0000:05:00.1: reg 0x14: [io  0xc130-0xc133]
[    0.957915] pci 0000:05:00.1: reg 0x18: [io  0xc120-0xc127]
[    0.957923] pci 0000:05:00.1: reg 0x1c: [io  0xc110-0xc113]
[    0.957930] pci 0000:05:00.1: reg 0x20: [io  0xc100-0xc10f]
[    0.957945] pci 0000:05:00.1: reg 0x30: [mem 0xfe600000-0xfe60ffff pref]
[    0.957987] pci 0000:05:00.1: supports D2
[    0.957988] pci 0000:05:00.1: PME# supported from D2 D3hot D3cold
[    0.969678] pci 0000:00:09.0: PCI bridge to [bus 05]
[    0.969684] pci 0000:00:09.0:   bridge window [io  0xc000-0xcfff]
[    0.969686] pci 0000:00:09.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.969733] pci 0000:06:00.0: [14e4:16b1] type 00 class 0x020000
[    0.969752] pci 0000:06:00.0: reg 0x10: [mem 0xd0110000-0xd011ffff 64bit 
pref]
[    0.969765] pci 0000:06:00.0: reg 0x18: [mem 0xd0100000-0xd010ffff 64bit 
pref]
[    0.969788] pci 0000:06:00.0: reg 0x30: [mem 0xfe500000-0xfe5007ff pref]
[    0.969853] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.981676] pci 0000:00:0a.0: PCI bridge to [bus 06]
[    0.981682] pci 0000:00:0a.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.981685] pci 0000:00:0a.0:   bridge window [mem 0xd0100000-0xd01fffff 
64bit pref]
[    0.981735] pci 0000:07:00.0: [1172:4c15] type 00 class 0x048000
[    0.981757] pci 0000:07:00.0: reg 0x10: [mem 0xd0001000-0xd0001fff 64bit 
pref]
[    0.981772] pci 0000:07:00.0: reg 0x18: [mem 0xd0000000-0xd0000fff 64bit 
pref]
[    0.993674] pci 0000:00:0b.0: PCI bridge to [bus 07]
[    0.993682] pci 0000:00:0b.0:   bridge window [mem 0xd0000000-0xd00fffff 
64bit pref]
[    0.993746] pci 0000:00:14.4: PCI bridge to [bus 08] (subtractive decode)
[    0.993755] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af window] 
(subtractive decode)
[    0.993756] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7 window] 
(subtractive decode)
[    0.993757] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df window] 
(subtractive decode)
[    0.993758] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] 
(subtractive decode)
[    0.993759] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff 
window] (subtractive decode)
[    0.993760] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff 
window] (subtractive decode)
[    0.993761] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff 
window] (subtractive decode)
[    0.993824] pci 0000:09:00.0: [1912:0015] type 00 class 0x0c0330
[    0.993851] pci 0000:09:00.0: reg 0x10: [mem 0xfe400000-0xfe401fff 64bit]
[    0.993984] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    1.005681] pci 0000:00:15.0: PCI bridge to [bus 09]
[    1.005689] pci 0000:00:15.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    1.006236] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11 14 15) *0
[    1.006294] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11 14 15) *0
[    1.006352] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11 14 15) *0
[    1.006409] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11 14 15) *0
[    1.006457] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11 14 15) *0
[    1.006495] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11 14 15) *0
[    1.006532] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11 14 15) *0
[    1.006569] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11 14 15) *0
[    1.006758] vgaarb: setting as boot device: PCI:0000:01:00.0
[    1.006761] vgaarb: device added: 
PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    1.006767] vgaarb: loaded
[    1.006770] vgaarb: bridge control possible 0000:01:00.0
[    1.022223] PCI: Using ACPI for IRQ routing
[    1.028339] PCI: pci_cache_line_size set to 64 bytes
[    1.028405] e820: reserve RAM buffer [mem 0xbdf01000-0xbfffffff]
[    1.028406] e820: reserve RAM buffer [mem 0xbee27000-0xbfffffff]
[    1.028407] e820: reserve RAM buffer [mem 0xbf453000-0xbfffffff]
[    1.028408] e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
[    1.028409] e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff]
[    1.028571] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.028576] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    1.031639] clocksource: Switched to clocksource hpet
[    1.038222] VFS: Disk quotas dquot_6.6.0
[    1.038250] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.038331] pnp: PnP ACPI init
[    1.038433] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    1.038438] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.038541] system 00:01: [mem 0xfec20000-0xfec200ff] could not be reserved
[    1.038545] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.038619] system 00:02: [mem 0xfeb20000-0xfeb23fff] could not be reserved
[    1.038623] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.038898] system 00:03: [io  0x040b] has been reserved
[    1.038902] system 00:03: [io  0x04d6] has been reserved
[    1.038905] system 00:03: [io  0x0c00-0x0c01] has been reserved
[    1.038909] system 00:03: [io  0x0c14] has been reserved
[    1.038912] system 00:03: [io  0x0c50-0x0c51] has been reserved
[    1.038916] system 00:03: [io  0x0c52] has been reserved
[    1.038919] system 00:03: [io  0x0c6c] has been reserved
[    1.038923] system 00:03: [io  0x0c6f] has been reserved
[    1.038926] system 00:03: [io  0x0cd0-0x0cd1] has been reserved
[    1.038930] system 00:03: [io  0x0cd2-0x0cd3] has been reserved
[    1.038933] system 00:03: [io  0x0cd4-0x0cd5] has been reserved
[    1.038936] system 00:03: [io  0x0cd6-0x0cd7] has been reserved
[    1.038940] system 00:03: [io  0x0cd8-0x0cdf] has been reserved
[    1.038943] system 00:03: [io  0x0800-0x089f] has been reserved
[    1.038947] system 00:03: [io  0x0b20-0x0b3f] has been reserved
[    1.038950] system 00:03: [io  0x0900-0x090f] has been reserved
[    1.038954] system 00:03: [io  0x0910-0x091f] has been reserved
[    1.038957] system 00:03: [io  0xfe00-0xfefe] has been reserved
[    1.038961] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.038965] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.038969] system 00:03: [mem 0xfed80000-0xfed8ffff] has been reserved
[    1.038973] system 00:03: [mem 0xfed61000-0xfed70fff] has been reserved
[    1.038977] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[    1.038981] system 00:03: [mem 0xfed00000-0xfed00fff] could not be reserved
[    1.038985] system 00:03: [mem 0xffc00000-0xffffffff] has been reserved
[    1.038989] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.039074] system 00:04: [io  0x0290-0x029f] has been reserved
[    1.039078] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.039270] pnp 00:05: [dma 2]
[    1.039305] pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active)
[    1.039416] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.039479] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    1.039484] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.039526] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.039710] pnp 00:09: [dma 0 disabled]
[    1.039753] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.039837] pnp: PnP ACPI: found 10 devices
[    1.046606] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, 
max_idle_ns: 2085701024 ns
[    1.046641] pci 0000:00:02.0: PCI bridge to [bus 01]
[    1.046645] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    1.046650] pci 0000:00:02.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    1.046654] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xcfffffff 
64bit pref]
[    1.046660] pci 0000:00:04.0: PCI bridge to [bus 02]
[    1.046664] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[    1.046668] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    1.046673] pci 0000:00:05.0: PCI bridge to [bus 03]
[    1.046678] pci 0000:00:05.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    1.046683] pci 0000:00:06.0: PCI bridge to [bus 04]
[    1.046687] pci 0000:00:06.0:   bridge window [mem 0xfe700000-0xfe7fffff]
[    1.046692] pci 0000:00:09.0: PCI bridge to [bus 05]
[    1.046695] pci 0000:00:09.0:   bridge window [io  0xc000-0xcfff]
[    1.046700] pci 0000:00:09.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    1.046705] pci 0000:00:0a.0: PCI bridge to [bus 06]
[    1.046709] pci 0000:00:0a.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[    1.046713] pci 0000:00:0a.0:   bridge window [mem 0xd0100000-0xd01fffff 
64bit pref]
[    1.046718] pci 0000:00:0b.0: PCI bridge to [bus 07]
[    1.046723] pci 0000:00:0b.0:   bridge window [mem 0xd0000000-0xd00fffff 
64bit pref]
[    1.046729] pci 0000:00:14.4: PCI bridge to [bus 08]
[    1.046740] pci 0000:00:15.0: PCI bridge to [bus 09]
[    1.046744] pci 0000:00:15.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    1.046752] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    1.046753] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    1.046754] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    1.046756] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    1.046757] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.046758] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.046759] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
[    1.046760] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    1.046761] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    1.046762] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit 
pref]
[    1.046763] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    1.046764] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
[    1.046765] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
[    1.046766] pci_bus 0000:04: resource 1 [mem 0xfe700000-0xfe7fffff]
[    1.046767] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    1.046768] pci_bus 0000:05: resource 1 [mem 0xfe600000-0xfe6fffff]
[    1.046769] pci_bus 0000:06: resource 1 [mem 0xfe500000-0xfe5fffff]
[    1.046770] pci_bus 0000:06: resource 2 [mem 0xd0100000-0xd01fffff 64bit 
pref]
[    1.046771] pci_bus 0000:07: resource 2 [mem 0xd0000000-0xd00fffff 64bit 
pref]
[    1.046773] pci_bus 0000:08: resource 4 [io  0x0000-0x03af window]
[    1.046774] pci_bus 0000:08: resource 5 [io  0x03e0-0x0cf7 window]
[    1.046775] pci_bus 0000:08: resource 6 [io  0x03b0-0x03df window]
[    1.046776] pci_bus 0000:08: resource 7 [io  0x0d00-0xffff window]
[    1.046777] pci_bus 0000:08: resource 8 [mem 0x000a0000-0x000bffff window]
[    1.046778] pci_bus 0000:08: resource 9 [mem 0x000c0000-0x000dffff window]
[    1.046779] pci_bus 0000:08: resource 10 [mem 0xc0000000-0xffffffff window]
[    1.046780] pci_bus 0000:09: resource 1 [mem 0xfe400000-0xfe4fffff]
[    1.046862] NET: Registered protocol family 2
[    1.047059] TCP established hash table entries: 131072 (order: 8, 1048576 
bytes)
[    1.047309] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.047502] TCP: Hash tables configured (established 131072 bind 65536)
[    1.047542] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.047602] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.047701] NET: Registered protocol family 1
[    1.371947] pci 0000:01:00.0: Video device with shadowed ROM at [mem 
0x000c0000-0x000dffff]
[    1.372271] pci 0000:09:00.0: enabling device (0000 -> 0002)
[    1.372333] PCI: CLS 64 bytes, default 64
[    1.372373] Unpacking initramfs...
[    1.494581] Freeing initrd memory: 8776K (ffff892676ecb000 - 
ffff89267775d000)
[    1.495078] iommu: Adding device 0000:00:00.0 to group 0
[    1.495165] iommu: Adding device 0000:00:02.0 to group 1
[    1.495249] iommu: Adding device 0000:00:04.0 to group 2
[    1.495332] iommu: Adding device 0000:00:05.0 to group 3
[    1.495414] iommu: Adding device 0000:00:06.0 to group 4
[    1.495496] iommu: Adding device 0000:00:09.0 to group 5
[    1.495582] iommu: Adding device 0000:00:0a.0 to group 6
[    1.495683] iommu: Adding device 0000:00:0b.0 to group 7
[    1.495768] iommu: Adding device 0000:00:11.0 to group 8
[    1.495864] iommu: Adding device 0000:00:12.0 to group 9
[    1.495882] iommu: Adding device 0000:00:12.2 to group 9
[    1.495976] iommu: Adding device 0000:00:13.0 to group 10
[    1.495994] iommu: Adding device 0000:00:13.2 to group 10
[    1.496080] iommu: Adding device 0000:00:14.0 to group 11
[    1.496166] iommu: Adding device 0000:00:14.1 to group 12
[    1.496252] iommu: Adding device 0000:00:14.2 to group 13
[    1.496339] iommu: Adding device 0000:00:14.3 to group 14
[    1.496423] iommu: Adding device 0000:00:14.4 to group 15
[    1.496507] iommu: Adding device 0000:00:14.5 to group 16
[    1.496618] iommu: Adding device 0000:00:15.0 to group 17
[    1.496717] iommu: Adding device 0000:00:16.0 to group 18
[    1.496737] iommu: Adding device 0000:00:16.2 to group 18
[    1.496854] iommu: Adding device 0000:01:00.0 to group 19
[    1.496881] iommu: Adding device 0000:01:00.1 to group 19
[    1.496972] iommu: Adding device 0000:02:00.0 to group 20
[    1.497060] iommu: Adding device 0000:03:00.0 to group 21
[    1.497154] iommu: Adding device 0000:04:00.0 to group 22
[    1.497258] iommu: Adding device 0000:05:00.0 to group 23
[    1.497286] iommu: Adding device 0000:05:00.1 to group 23
[    1.497380] iommu: Adding device 0000:06:00.0 to group 24
[    1.497475] iommu: Adding device 0000:07:00.0 to group 25
[    1.497492] iommu: Adding device 0000:09:00.0 to group 17
[    1.572029] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    1.572032] AMD-Vi: Interrupt remapping enabled
[    1.572141] AMD-Vi: Lazy IO/TLB flushing enabled
[    1.573713] perf: AMD NB counters detected
[    1.573921] LVT offset 0 assigned for vector 0x400
[    1.574019] perf: AMD IBS detected (0x000000ff)
[    1.574123] simple-framebuffer simple-framebuffer.0: framebuffer at 
0xc0000000, 0x300000 bytes, mapped to 0xffffc7e681c00000
[    1.574131] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, 
mode=1024x768x32, linelength=4096
[    1.575808] Console: switching to colour frame buffer device 128x48
[    1.577400] simple-framebuffer simple-framebuffer.0: fb0: simplefb 
registered!
[    1.577729] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.577787] audit: initializing netlink subsys (disabled)
[    1.577817] audit: type=2000 audit(1479895357.388:1): initialized
[    1.578139] Initialise system trusted keyrings
[    1.578271] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.578301] zbud: loaded
[    1.618786] Key type asymmetric registered
[    1.618803] Asymmetric key parser 'x509' registered
[    1.618852] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
251)
[    1.618941] io scheduler noop registered
[    1.618955] io scheduler deadline registered
[    1.618974] io scheduler cfq registered (default)
[    1.619552] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.619576] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.620267] GHES: HEST is not enabled!
[    1.620339] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.640780] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 
16550A
[    1.641155] Linux agpgart interface v0.103
[    1.641209] AMD IOMMUv2 driver by Joerg Roedel <jroe...@suse.de>
[    1.641229] AMD IOMMUv2 functionality not available on this system
[    1.641969] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.644761] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.645329] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.646045] mousedev: PS/2 mouse device common for all mice
[    1.646655] rtc_cmos 00:06: RTC can wake from S4
[    1.647363] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.647990] rtc_cmos 00:06: alarms up to one month, y3k, 114 bytes nvram, 
hpet irqs
[    1.648780] ledtrig-cpu: registered to indicate activity on CPUs
[    1.649772] NET: Registered protocol family 10
[    1.650694] mip6: Mobile IPv6
[    1.651334] NET: Registered protocol family 17
[    1.652006] mpls_gso: MPLS GSO support
[    1.653275] microcode: microcode updated early to new patch_level=0x0600084f
[    1.653984] microcode: CPU0: patch_level=0x0600084f
[    1.654699] microcode: CPU1: patch_level=0x0600084f
[    1.655438] microcode: CPU2: patch_level=0x0600084f
[    1.656148] microcode: CPU3: patch_level=0x0600084f
[    1.656845] microcode: CPU4: patch_level=0x0600084f
[    1.657518] microcode: CPU5: patch_level=0x0600084f
[    1.658192] microcode: CPU6: patch_level=0x0600084f
[    1.658975] microcode: CPU7: patch_level=0x0600084f
[    1.659719] microcode: Microcode Update Driver: v2.01 
<tig...@aivazian.fsnet.co.uk>, Peter Oruba
[    1.660568] registered taskstats version 1
[    1.661207] Loading compiled-in X.509 certificates
[    1.663754] alg: No test for pkcs1pad(rsa,sha256) 
(pkcs1pad(rsa-generic,sha256))
[    1.664718] Loaded X.509 cert 'Debian Project: Ben Hutchings: 
008a018dca80932630'
[    1.665373] zswap: loaded using pool lzo/zbud
[    1.666608] rtc_cmos 00:06: setting system clock to 2016-11-23 10:02:38 UTC 
(1479895358)
[    1.667301] PM: Hibernation image not present or could not be loaded.
[    1.668470] Freeing unused kernel memory: 1372K (ffffffffb6d25000 - 
ffffffffb6e7c000)
[    1.669112] Write protecting the kernel read-only data: 10240k
[    1.670268] Freeing unused kernel memory: 32K (ffff8926c87f8000 - 
ffff8926c8800000)
[    1.673571] Freeing unused kernel memory: 1268K (ffff8926c8ac3000 - 
ffff8926c8c00000)
[    1.680602] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.760089] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.760799] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.760847] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.760855] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.760864] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.760879] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.763920] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.765356] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.765979] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.766880] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.791740] shpchp: module verification failed: signature and/or required 
key missing - tainting kernel
[    1.792713] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.795379] ACPI: bus type USB registered
[    1.795398] SCSI subsystem initialized
[    1.796725] usbcore: registered new interface driver usbfs
[    1.797398] usbcore: registered new interface driver hub
[    1.798075] usbcore: registered new device driver usb
[    1.799422] libata version 3.00 loaded.
[    1.799743] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.800953] ehci-pci: EHCI PCI platform driver
[    1.800981] QUIRK: Enable AMD PLL fix
[    1.800998] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.801005] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus 
number 1
[    1.801088] xhci_hcd 0000:03:00.0: hcc params 0x040050af hci version 0x100 
quirks 0x00080490
[    1.801234] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.801236] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.801237] usb usb1: Product: xHCI Host Controller
[    1.801238] usb usb1: Manufacturer: Linux 4.8.0-1-amd64 xhci-hcd
[    1.801238] usb usb1: SerialNumber: 0000:03:00.0
[    1.801405] hub 1-0:1.0: USB hub found
[    1.801416] hub 1-0:1.0: 2 ports detected
[    1.801535] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    1.801539] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus 
number 2
[    1.801566] usb usb2: We don't know the algorithms for LPM for this host, 
disabling LPM.
[    1.801608] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.801609] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.801610] usb usb2: Product: xHCI Host Controller
[    1.801611] usb usb2: Manufacturer: Linux 4.8.0-1-amd64 xhci-hcd
[    1.801612] usb usb2: SerialNumber: 0000:03:00.0
[    1.801734] hub 2-0:1.0: USB hub found
[    1.801746] hub 2-0:1.0: 2 ports detected
[    1.801938] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.801943] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus 
number 3
[    1.802019] xhci_hcd 0000:04:00.0: hcc params 0x040050af hci version 0x100 
quirks 0x00080490
[    1.802144] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.802145] usb usb3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.802146] usb usb3: Product: xHCI Host Controller
[    1.802147] usb usb3: Manufacturer: Linux 4.8.0-1-amd64 xhci-hcd
[    1.802147] usb usb3: SerialNumber: 0000:04:00.0
[    1.802250] hub 3-0:1.0: USB hub found
[    1.802260] hub 3-0:1.0: 2 ports detected
[    1.802370] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.802373] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus 
number 4
[    1.802400] usb usb4: We don't know the algorithms for LPM for this host, 
disabling LPM.
[    1.802444] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.802445] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.802446] usb usb4: Product: xHCI Host Controller
[    1.802447] usb usb4: Manufacturer: Linux 4.8.0-1-amd64 xhci-hcd
[    1.802447] usb usb4: SerialNumber: 0000:04:00.0
[    1.802555] hub 4-0:1.0: USB hub found
[    1.802566] hub 4-0:1.0: 2 ports detected
[    1.802711] xhci_hcd 0000:09:00.0: xHCI Host Controller
[    1.802714] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus 
number 5
[    1.808030] xhci_hcd 0000:09:00.0: hcc params 0x014051cf hci version 0x100 
quirks 0x00000090
[    1.808266] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.808267] usb usb5: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.808268] usb usb5: Product: xHCI Host Controller
[    1.808269] usb usb5: Manufacturer: Linux 4.8.0-1-amd64 xhci-hcd
[    1.808270] usb usb5: SerialNumber: 0000:09:00.0
[    1.808379] hub 5-0:1.0: USB hub found
[    1.808386] hub 5-0:1.0: 2 ports detected
[    1.808479] xhci_hcd 0000:09:00.0: xHCI Host Controller
[    1.808483] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus 
number 6
[    1.808582] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.833295] usb usb6: We don't know the algorithms for LPM for this host, 
disabling LPM.
[    1.833321] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[    1.833323] usb usb6: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.833324] usb usb6: Product: xHCI Host Controller
[    1.833325] usb usb6: Manufacturer: Linux 4.8.0-1-amd64 xhci-hcd
[    1.833326] usb usb6: SerialNumber: 0000:09:00.0
[    1.834597] ahci 0000:00:11.0: version 3.0
[    1.834787] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf 
impl SATA mode
[    1.834789] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio 
slum part 
[    1.835365] hub 6-0:1.0: USB hub found
[    1.835373] hub 6-0:1.0: 2 ports detected
[    1.839748] scsi host0: ahci
[    1.839875] scsi host1: ahci
[    1.839971] scsi host2: ahci
[    1.840065] scsi host3: ahci
[    1.840124] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b100 
irq 19
[    1.840126] ata2: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b180 
irq 19
[    1.840128] ata3: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b200 
irq 19
[    1.840130] ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port 0xfeb0b280 
irq 19
[    1.840418] ahci 0000:02:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 
impl SATA mode
[    1.840420] ahci 0000:02:00.0: flags: 64bit ncq sntf led only pmp fbs pio 
slum part sxs 
[    1.840750] scsi host4: ahci
[    1.840852] scsi host5: ahci
[    1.840903] ata5: SATA max UDMA/133 abar m2048@0xfe915000 port 0xfe915100 
irq 42
[    1.840904] ata6: SATA max UDMA/133 abar m2048@0xfe915000 port 0xfe915180 
irq 42
[    1.860506] AVX version of gcm_enc/dec engaged.
[    1.860563] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.860570] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus 
number 7
[    1.860574] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI 
dummy qh workaround
[    1.860581] ehci-pci 0000:00:12.2: debug port 1
[    1.860621] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
[    1.864753] AES CTR mode by8 optimization enabled
[    1.879708] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.880388] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[    1.880984] usb usb7: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.881618] usb usb7: Product: EHCI Host Controller
[    1.882189] usb usb7: Manufacturer: Linux 4.8.0-1-amd64 ehci_hcd
[    1.882778] usb usb7: SerialNumber: 0000:00:12.2
[    1.883510] hub 7-0:1.0: USB hub found
[    1.884152] hub 7-0:1.0: 5 ports detected
[    1.884990] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.885535] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus 
number 8
[    1.886087] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI 
dummy qh workaround
[    1.886669] ehci-pci 0000:00:13.2: debug port 1
[    1.887247] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb07000
[    1.903726] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.904500] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    1.905094] usb usb8: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.905666] usb usb8: Product: EHCI Host Controller
[    1.906205] usb usb8: Manufacturer: Linux 4.8.0-1-amd64 ehci_hcd
[    1.906742] usb usb8: SerialNumber: 0000:00:13.2
[    1.907477] hub 8-0:1.0: USB hub found
[    1.908092] hub 8-0:1.0: 5 ports detected
[    1.908916] ehci-pci 0000:00:16.2: EHCI Host Controller
[    1.909511] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus 
number 9
[    1.910080] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI 
dummy qh workaround
[    1.910654] ehci-pci 0000:00:16.2: debug port 1
[    1.911204] ehci-pci 0000:00:16.2: irq 17, io mem 0xfeb04000
[    1.927727] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    1.928449] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
[    1.929055] usb usb9: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.929604] usb usb9: Product: EHCI Host Controller
[    1.930182] usb usb9: Manufacturer: Linux 4.8.0-1-amd64 ehci_hcd
[    1.930745] usb usb9: SerialNumber: 0000:00:16.2
[    1.931507] hub 9-0:1.0: USB hub found
[    1.932146] hub 9-0:1.0: 4 ports detected
[    1.933402] ohci-pci: OHCI PCI platform driver
[    1.934161] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.934782] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus 
number 10
[    1.935447] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
[    1.999739] usb usb10: New USB device found, idVendor=1d6b, idProduct=0001
[    2.000313] usb usb10: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.000917] usb usb10: Product: OHCI PCI host controller
[    2.001489] usb usb10: Manufacturer: Linux 4.8.0-1-amd64 ohci_hcd
[    2.002085] usb usb10: SerialNumber: 0000:00:12.0
[    2.002776] hub 10-0:1.0: USB hub found
[    2.003368] hub 10-0:1.0: 5 ports detected
[    2.004125] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    2.004715] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus 
number 11
[    2.005296] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb08000
[    2.067669] usb usb11: New USB device found, idVendor=1d6b, idProduct=0001
[    2.068266] usb usb11: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.068884] usb usb11: Product: OHCI PCI host controller
[    2.069513] usb usb11: Manufacturer: Linux 4.8.0-1-amd64 ohci_hcd
[    2.070085] usb usb11: SerialNumber: 0000:00:13.0
[    2.070785] hub 11-0:1.0: USB hub found
[    2.071410] hub 11-0:1.0: 5 ports detected
[    2.072252] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    2.072850] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus 
number 12
[    2.073463] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
[    2.127731] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[    2.135729] usb usb12: New USB device found, idVendor=1d6b, idProduct=0001
[    2.136370] usb usb12: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.136946] usb usb12: Product: OHCI PCI host controller
[    2.137538] usb usb12: Manufacturer: Linux 4.8.0-1-amd64 ohci_hcd
[    2.138108] usb usb12: SerialNumber: 0000:00:14.5
[    2.138789] hub 12-0:1.0: USB hub found
[    2.139356] hub 12-0:1.0: 2 ports detected
[    2.140159] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    2.140780] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus 
number 13
[    2.141420] ohci-pci 0000:00:16.0: irq 18, io mem 0xfeb05000
[    2.151934] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    2.155416] ata6: SATA link down (SStatus 0 SControl 330)
[    2.179989] usb 2-1: New USB device found, idVendor=067b, idProduct=2775
[    2.180643] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.181260] usb 2-1: Product: USB-SATA Bridge
[    2.181862] usb 2-1: Manufacturer: Prolific Technology Inc.
[    2.182440] usb 2-1: SerialNumber: PROLIFICMP000000001
[    2.184738] usb-storage 2-1:1.0: USB Mass Storage device detected
[    2.185550] scsi host6: usb-storage 2-1:1.0
[    2.186255] usbcore: registered new interface driver usb-storage
[    2.203749] usb usb13: New USB device found, idVendor=1d6b, idProduct=0001
[    2.204392] usb usb13: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.205066] usb usb13: Product: OHCI PCI host controller
[    2.205673] usb usb13: Manufacturer: Linux 4.8.0-1-amd64 ohci_hcd
[    2.206304] usb usb13: SerialNumber: 0000:00:16.0
[    2.207024] hub 13-0:1.0: USB hub found
[    2.207637] hub 13-0:1.0: 4 ports detected
[    2.280215] usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
[    2.288659] usb 3-2: New USB device found, idVendor=05b8, idProduct=1004
[    2.289352] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.289942] usb 3-2: Product: Elecom Wired Gamepad
[    2.290550] usb 3-2: Manufacturer: Sysgration Ltd.
[    2.293869] hidraw: raw HID events driver (C) Jiri Kosina
[    2.299720] usbcore: registered new interface driver usbhid
[    2.299927] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[    2.301092] usbhid: USB HID core driver
[    2.303576] input: Sysgration Ltd. Elecom Wired Gamepad as 
/devices/pci0000:00/0000:00:06.0/0000:04:00.0/usb3/3-2/3-2:1.0/0003:05B8:1004.0001/input/input2
[    2.303838] usb 6-1: New USB device found, idVendor=067b, idProduct=2775
[    2.303840] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.303841] usb 6-1: Product: USB-SATA Bridge
[    2.303841] usb 6-1: Manufacturer: Prolific Technology Inc.
[    2.303842] usb 6-1: SerialNumber: HD3206PRD000000001
[    2.305447] usb-storage 6-1:1.0: USB Mass Storage device detected
[    2.305612] scsi host7: usb-storage 6-1:1.0
[    2.309890] hid-generic 0003:05B8:1004.0001: input,hidraw0: USB HID v1.10 
Gamepad [Sysgration Ltd. Elecom Wired Gamepad] on usb-0000:04:00.0-2/input0
[    2.315671] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.315677] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    2.317172] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.317186] ata5.00: ATA-9: ADATA SP550, P0330AA, max UDMA/133
[    2.317188] ata5.00: 468862128 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    2.318151] ata5.00: configured for UDMA/133
[    2.320081] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.320860] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.321748] ata1.00: ATA-8: WDC WD20EARS-00S8B1, 80.00A80, max UDMA/133
[    2.322463] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), 
AA
[    2.323220] ata2.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
[    2.323970] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), 
AA
[    2.324725] ata4.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
[    2.325477] ata4.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), 
AA
[    2.326326] ata3.00: ATA-9: WDC WD30EZRX-00D8PB0, 80.00A80, max UDMA/133
[    2.327074] ata3.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), 
AA
[    2.328011] ata2.00: configured for UDMA/133
[    2.328868] ata4.00: configured for UDMA/133
[    2.329645] ata3.00: configured for UDMA/133
[    2.330543] ata1.00: configured for UDMA/133
[    2.330685] usb 2-2: New USB device found, idVendor=067b, idProduct=2775
[    2.330686] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.330687] usb 2-2: Product: USB-SATA Bridge
[    2.330688] usb 2-2: Manufacturer: Prolific Technology Inc.
[    2.330689] usb 2-2: SerialNumber: HD3206PRD000000001
[    2.331209] usb-storage 2-2:1.0: USB Mass Storage device detected
[    2.331317] scsi host8: usb-storage 2-2:1.0
[    2.336406] scsi 0:0:0:0: Direct-Access     ATA      WDC WD20EARS-00S 0A80 
PQ: 0 ANSI: 5
[    2.372262] scsi 1:0:0:0: Direct-Access     ATA      WDC WD20EZRX-00D 0A80 
PQ: 0 ANSI: 5
[    2.391714] usb 10-2: new low-speed USB device number 2 using ohci-pci
[    2.416203] scsi 2:0:0:0: Direct-Access     ATA      WDC WD30EZRX-00D 0A80 
PQ: 0 ANSI: 5
[    2.468254] scsi 3:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA3 ABB0 
PQ: 0 ANSI: 5
[    2.508159] scsi 4:0:0:0: Direct-Access     ATA      ADATA SP550      0AA  
PQ: 0 ANSI: 5
[    2.527708] usb 9-2: new high-speed USB device number 3 using ehci-pci
[    2.555714] usb 11-1: new full-speed USB device number 2 using ohci-pci
[    2.557319] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 
TB/1.82 TiB)
[    2.557367] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 
TB/1.82 TiB)
[    2.557368] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.557435] sd 1:0:0:0: [sdb] Write Protect is off
[    2.557437] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.557441] sd 3:0:0:0: [sdd] 5860533168 512-byte logical blocks: (3.00 
TB/2.73 TiB)
[    2.557442] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[    2.557462] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    2.557468] sd 2:0:0:0: [sdc] 5860533168 512-byte logical blocks: (3.00 
TB/2.73 TiB)
[    2.557469] sd 2:0:0:0: [sdc] 4096-byte physical blocks
[    2.557482] sd 4:0:0:0: [sde] 468862128 512-byte logical blocks: (240 GB/224 
GiB)
[    2.557483] sd 4:0:0:0: [sde] 4096-byte physical blocks
[    2.557545] sd 3:0:0:0: [sdd] Write Protect is off
[    2.557547] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.557569] sd 2:0:0:0: [sdc] Write Protect is off
[    2.557571] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.557575] sd 4:0:0:0: [sde] Write Protect is off
[    2.557576] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    2.557593] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    2.557600] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    2.557711] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    2.560063]  sde: sde1 sde2 sde3 sde4 sde5
[    2.560671] sd 4:0:0:0: [sde] Attached SCSI removable disk
[    2.570198] sd 0:0:0:0: [sda] Write Protect is off
[    2.570802] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.570812] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    2.571646] usb 13-1: new full-speed USB device number 2 using ohci-pci
[    2.587714] tsc: Refined TSC clocksource calibration: 3492.432 MHz
[    2.588500] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 
0x3257639f9a8, max_idle_ns: 440795309869 ns
[    2.597859]  sdd: sdd3 sdd4 sdd5 sdd6 sdd7 sdd8 sdd9 sdd10 sdd11
[    2.599193] sd 3:0:0:0: [sdd] Attached SCSI disk
[    2.609882] usb 10-2: New USB device found, idVendor=0566, idProduct=3107
[    2.610542] usb 10-2: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[    2.618186] input: HID 0566:3107 as 
/devices/pci0000:00/0000:00:12.0/usb10/10-2/10-2:1.0/0003:0566:3107.0002/input/input3
[    2.675983] hid-generic 0003:0566:3107.0002: input,hidraw1: USB HID v1.10 
Keyboard [HID 0566:3107] on usb-0000:00:12.0-2/input0
[    2.678954] usb 9-2: New USB device found, idVendor=0411, idProduct=01ea
[    2.679725] usb 9-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.680492] usb 9-2: Product: USB-SATA Bridge
[    2.681203] usb 9-2: Manufacturer: BUFFALO
[    2.681892] usb 9-2: SerialNumber: 00000000372E12A3
[    2.683296] usb-storage 9-2:1.0: USB Mass Storage device detected
[    2.684122] scsi host9: usb-storage 9-2:1.0
[    2.686944] input: HID 0566:3107 as 
/devices/pci0000:00/0000:00:12.0/usb10/10-2/10-2:1.1/0003:0566:3107.0003/input/input4
[    2.747927] hid-generic 0003:0566:3107.0003: input,hidraw2: USB HID v1.10 
Device [HID 0566:3107] on usb-0000:00:12.0-2/input1
[    2.759745] usb 11-1: New USB device found, idVendor=04e6, idProduct=511a
[    2.760564] usb 11-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=5
[    2.761315] usb 11-1: Product: SCR3310-NTTCom USB SmartCard Reader
[    2.761834] usb 13-1: New USB device found, idVendor=067b, idProduct=2303
[    2.761836] usb 13-1: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[    2.761837] usb 13-1: Product: USB-Serial Controller
[    2.761838] usb 13-1: Manufacturer: Prolific Technology Inc.
[    2.765280] usb 11-1: Manufacturer: NTT Communications Corp.
[    2.766065] usb 11-1: SerialNumber: 21120651339187
[    2.807704] usb 9-4: new high-speed USB device number 4 using ehci-pci
[    2.968420] usb 9-4: New USB device found, idVendor=0bda, idProduct=2838
[    2.969232] usb 9-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.970019] usb 9-4: Product: RTL2838UHIDIR
[    2.970737] usb 9-4: Manufacturer: Realtek
[    2.971467] usb 9-4: SerialNumber: 00000001
[    3.009679]  sda: sda1 sda2 sda3 sda5 sda6 sda7
[    3.011070] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.091763] usb 11-3: new low-speed USB device number 3 using ohci-pci
[    3.144067] random: fast init done
[    3.151855]  sdb: sdb1
[    3.153098] sd 1:0:0:0: [sdb] Attached SCSI disk
[    3.174969]  sdc: sdc1 sdc2 sdc3 sdc4 sdc5
[    3.176331] sd 2:0:0:0: [sdc] Attached SCSI disk
[    3.324803] usb 11-3: New USB device found, idVendor=0553, idProduct=0a02
[    3.325580] usb 11-3: New USB device strings: Mfr=1, Product=3, 
SerialNumber=0
[    3.326378] usb 11-3: Product: 5 button optical mouse with scroll wheel
[    3.327105] usb 11-3: Manufacturer: 5 button optical mouse with scroll wheel
[    3.335181] input: 5 button optical mouse with scroll wheel 5 button optical 
mouse with scroll wheel as 
/devices/pci0000:00/0000:00:13.0/usb11/11-3/11-3:1.0/0003:0553:0A02.0004/input/input5
[    3.336893] hid-generic 0003:0553:0A02.0004: input,hidraw3: USB HID v1.10 
Mouse [5 button optical mouse with scroll wheel 5 button optical mouse with 
scroll wheel] on usb-0000:00:13.0-3/input0
[    3.607936] clocksource: Switched to clocksource tsc
[    3.701167] random: crng init done
[    3.704345] scsi 9:0:0:0: Direct-Access     BUFFALO  External HDD     0000 
PQ: 0 ANSI: 3
[    3.804641] scsi 7:0:0:0: Direct-Access     WDC WD20 EARX-00PASB0     51.0 
PQ: 0 ANSI: 0
[    3.981444] scsi 6:0:0:0: Direct-Access     TOSHIBA  DT01ACA300       MX6O 
PQ: 0 ANSI: 0
[    3.982578] scsi 6:0:0:1: Direct-Access     WDC WD40 EZRZ-00WN9B0     80.0 
PQ: 0 ANSI: 0
[    3.983948] sd 6:0:0:0: [sdf] 732566646 4096-byte logical blocks: (3.00 
TB/2.73 TiB)
[    3.984334] sd 6:0:0:1: [sdg] 976754646 4096-byte logical blocks: (4.00 
TB/3.64 TiB)
[    3.984693] sd 6:0:0:1: [sdg] Write Protect is off
[    3.984695] sd 6:0:0:1: [sdg] Mode Sense: 03 00 00 00
[    3.984952] sd 7:0:0:0: [sdh] 3907029168 512-byte logical blocks: (2.00 
TB/1.82 TiB)
[    3.985200] sd 6:0:0:1: [sdg] No Caching mode page found
[    3.985202] sd 6:0:0:1: [sdg] Assuming drive cache: write through
[    3.986332] sd 7:0:0:0: [sdh] Write Protect is off
[    3.986334] sd 7:0:0:0: [sdh] Mode Sense: 03 00 00 00
[    3.987853] sd 7:0:0:0: [sdh] No Caching mode page found
[    3.987854] sd 7:0:0:0: [sdh] Assuming drive cache: write through
[    4.003448] sd 6:0:0:0: [sdf] Write Protect is off
[    4.004173] sd 6:0:0:0: [sdf] Mode Sense: 03 00 00 00
[    4.014448] sd 6:0:0:0: [sdf] No Caching mode page found
[    4.015149] sd 6:0:0:0: [sdf] Assuming drive cache: write through
[    4.044285]  sdh: sdh1 sdh2 sdh3 sdh4 sdh5 sdh6 sdh7
[    4.047509] sd 7:0:0:0: [sdh] Attached SCSI disk
[    4.053988]  sdg: sdg1
[    4.074490] sd 6:0:0:1: [sdg] Attached SCSI disk
[    4.099035]  sdf: sdf1
[    4.101698] sd 6:0:0:0: [sdf] Attached SCSI disk
[    4.590920] scsi 8:0:0:0: Direct-Access     WDC WD30 EZRZ-00Z5HB0     80.0 
PQ: 0 ANSI: 0
[    4.591942] scsi 8:0:0:1: Direct-Access     WDC WD30 EZRZ-00Z5HB0     80.0 
PQ: 0 ANSI: 0
[    4.593174] sd 8:0:0:0: [sdi] Very big device. Trying to use READ 
CAPACITY(16).
[    4.594201] sd 8:0:0:0: [sdi] 5860533168 512-byte logical blocks: (3.00 
TB/2.73 TiB)
[    4.594971] sd 8:0:0:1: [sdj] Very big device. Trying to use READ 
CAPACITY(16).
[    4.595722] sd 8:0:0:0: [sdi] Write Protect is off
[    4.595960] sd 8:0:0:1: [sdj] 5860533168 512-byte logical blocks: (3.00 
TB/2.73 TiB)
[    4.596691] sd 8:0:0:1: [sdj] Write Protect is off
[    4.596693] sd 8:0:0:1: [sdj] Mode Sense: 03 00 00 00
[    4.597184] sd 8:0:0:1: [sdj] No Caching mode page found
[    4.597185] sd 8:0:0:1: [sdj] Assuming drive cache: write through
[    4.597506] sd 8:0:0:1: [sdj] Very big device. Trying to use READ 
CAPACITY(16).
[    4.600053] sd 8:0:0:0: [sdi] Mode Sense: 03 00 00 00
[    4.618936] sd 8:0:0:0: [sdi] No Caching mode page found
[    4.619673] sd 8:0:0:0: [sdi] Assuming drive cache: write through
[    4.630257] sd 8:0:0:0: [sdi] Very big device. Trying to use READ 
CAPACITY(16).
[    4.716392]  sdj: sdj1 sdj2
[    4.717946] sd 8:0:0:1: [sdj] Very big device. Trying to use READ 
CAPACITY(16).
[    4.724441] sd 8:0:0:1: [sdj] Attached SCSI disk
[    4.725274]  sdi: sdi1
[    4.726960] sd 8:0:0:0: [sdi] Very big device. Trying to use READ 
CAPACITY(16).
[    4.729690] sd 8:0:0:0: [sdi] Attached SCSI disk
[    4.855020] sd 9:0:0:0: [sdk] 3907029168 512-byte logical blocks: (2.00 
TB/1.82 TiB)
[    4.857250] sd 9:0:0:0: [sdk] Write Protect is off
[    4.857938] sd 9:0:0:0: [sdk] Mode Sense: 3b 00 00 00
[    4.859514] sd 9:0:0:0: [sdk] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    4.989942]  sdk: sdk1
[    4.994551] sd 9:0:0:0: [sdk] Attached SCSI disk
[    5.208941] md: linear personality registered for level -1
[    5.210941] md: multipath personality registered for level -4
[    5.212905] md: raid0 personality registered for level 0
[    5.214887] md: raid1 personality registered for level 1
[    5.283620] raid6: sse2x1   gen()  6378 MB/s
[    5.351615] raid6: sse2x1   xor()  4507 MB/s
[    5.419611] raid6: sse2x2   gen() 10535 MB/s
[    5.487611] raid6: sse2x2   xor()  6757 MB/s
[    5.555611] raid6: sse2x4   gen() 12501 MB/s
[    5.623612] raid6: sse2x4   xor()  6456 MB/s
[    5.624264] raid6: using algorithm sse2x4 gen() 12501 MB/s
[    5.624899] raid6: .... xor() 6456 MB/s, rmw enabled
[    5.625508] raid6: using ssse3x2 recovery algorithm
[    5.626368] async_tx: api initialized (async)
[    5.627139] xor: automatically using best checksumming function:
[    5.667608]    avx       :  4579.000 MB/sec
[    5.669836] md: raid6 personality registered for level 6
[    5.670494] md: raid5 personality registered for level 5
[    5.671118] md: raid4 personality registered for level 4
[    5.675524] md: raid10 personality registered for level 10
[    5.690764] PM: Starting manual resume from disk
[    5.691438] PM: Hibernation image partition 8:55 present
[    5.691439] PM: Looking for hibernation image.
[    5.691620] PM: Image not found (code -22)
[    5.691621] PM: Hibernation image not present or could not be loaded.
[    5.853799] EXT4-fs (sdd3): mounted filesystem with ordered data mode. Opts: 
(null)
[   15.958645] EXT4-fs (sde3): Unrecognized mount option "auto" or missing value
[   15.961575] aufs: loading out-of-tree module taints kernel.
[   15.963421] aufs 4.8-20161010
[   95.794920] EXT4-fs (sdd3): re-mounted. Opts: (null)

Attachment: pgphdOcM6d2NI.pgp
Description: OpenPGP digital signature

Reply via email to