You are not logged in.

#1 2016-12-03 21:11:31

wytrych
Member
Registered: 2016-12-03
Posts: 5

HDD is invisible

Hi,

I have a Asus ROG GL752 which came with preinstalled Windows 10. It has two hard drives: a 2 TB mechanical and 256 SSD. Of course both can be seen in Windows. I am using linux from a USB drive currently and is running fine. However I don't see the internal drives listed at all. Extensive googling has not provided any clues whatsoever. I am an intermediately advanced linux user. The output from the commands I tried (all run as root):

fdisk -lu
Disk /dev/sda: 465.8 GiB, 500107861504 bytes, 976773167 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Disklabel type: gpt
Disk identifier: 69975753-2938-4FCB-9FC6-FAFF1AF03CD8

Device      Start       End   Sectors   Size Type
/dev/sda1    2048    613281    611234 298.5M Linux filesystem
/dev/sda2  616448 976773133 976156686 465.5G Linux filesystem
/dev/sda3  614400    616447      2048     1M BIOS boot

Partition table entries are not in disk order.
parted -l
Model: Seagate BUP Slim BK (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags: 

Number  Start   End    Size    File system  Name                 Flags
 1      1049kB  314MB  313MB   ext4         Linux filesystem
 3      315MB   316MB  1049kB               BIOS boot partition  bios_grub
 2      316MB   500GB  500GB   ext4         Linux filesystem
blkid
/dev/sda1: UUID="a55a3427-4b74-46db-94f9-b1d72011cb67" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="e9f8a948-2852-4444-9980-254be0925f97"
/dev/sda2: UUID="6ca05480-11d6-4e3c-8234-f32f724becb6" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="e451c3a4-0b85-405e-9450-8b72f447ba74"
/dev/sda3: PARTLABEL="BIOS boot partition" PARTUUID="19a4b881-3cf9-4b1f-bd2b-1be72741dcff"
ls -l /dev/hd*
ls: cannot access '/dev/hd*': No such file or directory
uname -a
Linux Zigot 4.8.4-1-ARCH #1 SMP PREEMPT Sat Oct 22 18:26:57 CEST 2016 x86_64 GNU/Linux

I have just done a full system update.

Any ideas?

Last edited by wytrych (2016-12-03 21:13:14)

Offline

#2 2016-12-03 21:24:06

pekka
Member
Registered: 2011-07-21
Posts: 104

Re: HDD is invisible

"full system update."

and you have old kernel  4.8.4-1

Offline

#3 2016-12-03 23:42:30

wytrych
Member
Registered: 2016-12-03
Posts: 5

Re: HDD is invisible

Ah yes, I'm sorry I didn't reboot after the update. I'm now on:

Linux Zigot 4.8.11-1-ARCH #1 SMP PREEMPT Sun Nov 27 09:26:14 CET 2016 x86_64 GNU/Linux

I ran all the commands again, exactly the same output.

Last edited by wytrych (2016-12-03 23:42:54)

Offline

#4 2016-12-03 23:50:26

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,447
Website

Re: HDD is invisible

Er, what?  Why do you expect "ls -l /dev/hd*" to match sda?


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Online

#5 2016-12-04 00:50:05

2ManyDogs
Forum Moderator
Registered: 2012-01-15
Posts: 4,645

Re: HDD is invisible

Trilby wrote:

Er, what?  Why do you expect "ls -l /dev/hd*" to match sda?

I think he was just being complete after showing the other output (fdisk, parted, and blkid), and maybe hoping the disks that don't show up in the other outputs might show up in /dev/hd* for some reason.

Last edited by 2ManyDogs (2016-12-04 00:50:25)


How to post. A sincere effort to use modest and proper language and grammar is a sign of respect toward the community.

Online

#6 2016-12-04 01:03:08

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,447
Website

Re: HDD is invisible

Oops!  Sorry.  I read far too quickly.  I thought the concern was the discrepancy between the outputs.  Sorry for the noise.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Online

#7 2016-12-04 17:49:54

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: HDD is invisible

Full output of dmesg and lsblk would be helpful.

Edit:
The output of 'lspci -nnk' will also be helpful for other people to get an idea of the hardware involved.

Last edited by R00KIE (2016-12-04 22:15:15)


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#8 2016-12-04 18:42:36

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: HDD is invisible

You probably need a particular *kernel module* loaded, for the drive controller to be recognized by the kernel.

One trick is to boot a Ubuntu LiveCD, and see which kernel modules are used.

Offline

#9 2016-12-06 08:45:47

wytrych
Member
Registered: 2016-12-03
Posts: 5

Re: HDD is invisible

Some other commands suggested by ROOKIE:

dmesg
[    0.000000] Linux version 4.8.11-1-ARCH (builduser@tobias) (gcc version 6.2.1 20160830 (GCC) ) #1 SMP PREEMPT Sun Nov 27 09:26:14 CET 2016
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ca05480-11d6-4e3c-8234-f32f724becb6 rw quiet
[    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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009c7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009c800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000029464fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000029465000-0x0000000029465fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000029466000-0x00000000294affff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000294b0000-0x0000000029502fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000029503000-0x0000000029943fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000029944000-0x000000003595cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000003595d000-0x0000000036401fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000036402000-0x00000000366f2fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000366f3000-0x000000003739bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003739c000-0x0000000037ffdfff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000037ffe000-0x0000000037ffefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000038000000-0x00000000380fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004c67fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. G752VL/G752VL, BIOS G752VL.219 03/30/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x4c6800 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 0040000000 mask 7FC0000000 uncachable
[    0.000000]   2 base 003C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 003A000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 0039000000 mask 7FFF000000 uncachable
[    0.000000]   5 base 0038800000 mask 7FFF800000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0x37fff max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcce0-0x000fccef] mapped at [ffff8800000fcce0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01d4d000, 0x01d4dfff] PGTABLE
[    0.000000] BRK [0x01d4e000, 0x01d4efff] PGTABLE
[    0.000000] BRK [0x01d4f000, 0x01d4ffff] PGTABLE
[    0.000000] BRK [0x01d50000, 0x01d50fff] PGTABLE
[    0.000000] BRK [0x01d51000, 0x01d51fff] PGTABLE
[    0.000000] BRK [0x01d52000, 0x01d52fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x34591000-0x34b04fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x00000000367FB0A8 0000CC (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x0000000036824590 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000367FB200 02938B (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000003739AF80 000040
[    0.000000] ACPI: APIC 0x00000000368246A0 0000BC (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x0000000036824760 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000368247A8 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x0000000036824848 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x0000000036824888 000038 (v01 _ASUS_ Notebook 01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x00000000368248C0 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: ECDT 0x0000000036824BD8 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: LPIT 0x0000000036824CA0 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000036824D38 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x0000000036824F80 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x0000000036824FB8 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000036825010 00337E (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x0000000036828390 005741 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x000000003682DAD8 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: SSDT 0x000000003682DB20 000E58 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: DMAR 0x000000003682E978 0000B8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.000000] ACPI: UEFI 0x000000003682EA30 00063A (v01 INTEL  RstSataE 00000000 ??   00000000)
[    0.000000] ACPI: UEFI 0x000000003682F070 00005C (v01 INTEL  RstSataV 00000000 ??   00000000)
[    0.000000] ACPI: TPM2 0x000000003682F0D0 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: MSDM 0x000000003618BF18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000004c67fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x4c67f7000-0x4c67fbfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000004c67fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000029464fff]
[    0.000000]   node   0: [mem 0x00000000294b0000-0x0000000029502fff]
[    0.000000]   node   0: [mem 0x0000000029944000-0x000000003595cfff]
[    0.000000]   node   0: [mem 0x0000000036402000-0x00000000366f2fff]
[    0.000000]   node   0: [mem 0x0000000037ffe000-0x0000000037ffefff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000004c67fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004c67fffff]
[    0.000000] On node 0 totalpages: 4177758
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3360 pages used for memmap
[    0.000000]   DMA32 zone: 214979 pages, LIFO batch:31
[    0.000000]   Normal zone: 61856 pages used for memmap
[    0.000000]   Normal zone: 3958784 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x29465000-0x29465fff]
[    0.000000] PM: Registered nosave memory: [mem 0x29466000-0x294affff]
[    0.000000] PM: Registered nosave memory: [mem 0x29503000-0x29943fff]
[    0.000000] PM: Registered nosave memory: [mem 0x3595d000-0x36401fff]
[    0.000000] PM: Registered nosave memory: [mem 0x366f3000-0x3739bfff]
[    0.000000] PM: Registered nosave memory: [mem 0x3739c000-0x37ffdfff]
[    0.000000] PM: Registered nosave memory: [mem 0x37fff000-0x37ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x38000000-0x380fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x38100000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x38100000-0xdfffffff] 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: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff8804c6400000 s103128 r8192 d32040 u262144
[    0.000000] pcpu-alloc: s103128 r8192 d32040 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: 4112457
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ca05480-11d6-4e3c-8234-f32f724becb6 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16362116K/16711032K available (6131K kernel code, 1051K rwdata, 1912K rodata, 1256K init, 1036K bss, 348916K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:2048 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: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 5186.00 BogoMIPS (lpj=8640000)
[    0.000020] pid_max: default: 32768 minimum: 301
[    0.000027] ACPI: Core revision 20160422
[    0.036744] ACPI: 6 ACPI AML tables successfully acquired and loaded

[    0.036763] Security Framework initialized
[    0.036764] Yama: becoming mindful.
[    0.037332] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.039853] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.041012] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.041021] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.041255] CPU: Physical Processor ID: 0
[    0.041256] CPU: Processor Core ID: 0
[    0.041259] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.041259] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.041263] mce: CPU supports 10 MCE banks
[    0.041270] CPU0: Thermal monitoring enabled (TM1)
[    0.041284] process: using mwait in idle threads
[    0.041286] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.041287] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.041561] Freeing SMP alternatives memory: 24K (ffffffff81c42000 - ffffffff81c48000)
[    0.045041] ftrace: allocating 24335 entries in 96 pages
[    0.053104] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.053105] smpboot: Max logical packages: 2
[    0.053107] DMAR: Host address width 39
[    0.053108] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.053113] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.053114] DMAR: RMRR base: 0x0000003616b000 end: 0x0000003618afff
[    0.053115] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.053115] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.053117] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
[    0.053117] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.053118] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.053118] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.054457] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.054458] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.058485] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.091494] TSC deadline timer enabled
[    0.091500] smpboot: CPU0: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.091502] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.091524] ... version:                4
[    0.091524] ... bit width:              48
[    0.091524] ... generic registers:      4
[    0.091525] ... value mask:             0000ffffffffffff
[    0.091525] ... max period:             0000ffffffffffff
[    0.091525] ... fixed-purpose events:   3
[    0.091526] ... event mask:             000000070000000f
[    0.114995] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.131578] x86: Booting SMP configuration:
[    0.131581] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.797196] x86: Booted up 1 node, 8 CPUs
[    0.797198] smpboot: Total of 8 processors activated (41496.76 BogoMIPS)
[    0.803293] devtmpfs: initialized
[    0.803335] x86/mm: Memory block size: 128MB
[    0.805285] PM: Registering ACPI NVS region [mem 0x29465000-0x29465fff] (4096 bytes)
[    0.805286] PM: Registering ACPI NVS region [mem 0x366f3000-0x3739bfff] (13275136 bytes)
[    0.805448] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.805481] pinctrl core: initialized pinctrl subsystem
[    0.805588] RTC time:  8:23:44, date: 12/06/16
[    0.806435] NET: Registered protocol family 16
[    0.822928] cpuidle: using governor ladder
[    0.839608] cpuidle: using governor menu
[    0.839650] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.839651] ACPI: bus type PCI registered
[    0.839652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.839703] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.839705] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.839715] PCI: Using configuration type 1 for base access
[    0.859719] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.859720] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.859878] ACPI: Added _OSI(Module Device)
[    0.859879] ACPI: Added _OSI(Processor Device)
[    0.859880] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.859880] ACPI: Added _OSI(Processor Aggregator Device)
[    0.859882] ACPI : EC: EC description table is found, configuring boot EC
[    0.859882] ACPI : EC: EC started
[    0.862475] ACPI: Executed 22 blocks of module-level executable AML code
[    0.872421] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.878714] ACPI: Dynamic OEM Table Load:
[    0.878726] ACPI: SSDT 0xFFFF8804B35F8000 0005DC (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.879570] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.880703] ACPI: Dynamic OEM Table Load:
[    0.880707] ACPI: SSDT 0xFFFF8804B358C400 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.882130] ACPI: Dynamic OEM Table Load:
[    0.882133] ACPI: SSDT 0xFFFF8804B35FD800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.883141] ACPI: Dynamic OEM Table Load:
[    0.883144] ACPI: SSDT 0xFFFF8804B3590800 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.888038] ACPI : EC: EC stopped
[    0.888154] ACPI : EC: EC started
[    0.888259] ACPI: Interpreter enabled
[    0.888291] ACPI: (supports S0 S3 S4 S5)
[    0.888291] ACPI: Using IOAPIC for interrupt routing
[    0.888317] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.890917] ACPI: Power Resource [WRST] (off)
[    0.891168] ACPI: Power Resource [WRST] (off)
[    0.891417] ACPI: Power Resource [WRST] (off)
[    0.891664] ACPI: Power Resource [WRST] (off)
[    0.891912] ACPI: Power Resource [WRST] (off)
[    0.892159] ACPI: Power Resource [WRST] (off)
[    0.892413] ACPI: Power Resource [WRST] (off)
[    0.892873] ACPI: Power Resource [WRST] (off)
[    0.893144] ACPI: Power Resource [WRST] (off)
[    0.893534] ACPI: Power Resource [WRST] (off)
[    0.893782] ACPI: Power Resource [WRST] (off)
[    0.894030] ACPI: Power Resource [WRST] (off)
[    0.894282] ACPI: Power Resource [WRST] (off)
[    0.894530] ACPI: Power Resource [WRST] (off)
[    0.894779] ACPI: Power Resource [WRST] (off)
[    0.895031] ACPI: Power Resource [WRST] (off)
[    0.895282] ACPI: Power Resource [WRST] (off)
[    0.895530] ACPI: Power Resource [WRST] (off)
[    0.895779] ACPI: Power Resource [WRST] (off)
[    0.896029] ACPI: Power Resource [WRST] (off)
[    0.902003] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.902007] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.902033] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.902519] PCI host bridge to bus 0000:00
[    0.902520] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.902521] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.902522] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.902523] pci_bus 0000:00: root bus resource [mem 0x38800000-0xdfffffff window]
[    0.902523] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.902524] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.902529] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    0.902609] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.902639] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.902724] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.902778] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.902786] pci 0000:00:04.0: reg 0x10: [mem 0xda1a8000-0xda1affff 64bit]
[    0.902943] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.902958] pci 0000:00:14.0: reg 0x10: [mem 0xda190000-0xda19ffff 64bit]
[    0.903014] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.903085] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.903113] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.903127] pci 0000:00:14.2: reg 0x10: [mem 0xda1bd000-0xda1bdfff 64bit]
[    0.903288] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[    0.903334] pci 0000:00:15.0: reg 0x10: [mem 0xda1bc000-0xda1bcfff 64bit]
[    0.903577] pci 0000:00:15.1: [8086:a161] type 00 class 0x118000
[    0.903636] pci 0000:00:15.1: reg 0x10: [mem 0xda1bb000-0xda1bbfff 64bit]
[    0.903889] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.903907] pci 0000:00:16.0: reg 0x10: [mem 0xda1ba000-0xda1bafff 64bit]
[    0.903972] pci 0000:00:16.0: PME# supported from D3hot
[    0.904171] pci 0000:00:17.0: [8086:2822] type 00 class 0x010400
[    0.904186] pci 0000:00:17.0: reg 0x10: [mem 0xda1a0000-0xda1a7fff]
[    0.904194] pci 0000:00:17.0: reg 0x14: [mem 0xda1b9000-0xda1b90ff]
[    0.904202] pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
[    0.904209] pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
[    0.904217] pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
[    0.904226] pci 0000:00:17.0: reg 0x24: [mem 0xda100000-0xda17ffff]
[    0.904270] pci 0000:00:17.0: PME# supported from D3hot
[    0.904374] pci 0000:00:1c.0: [8086:a112] type 01 class 0x060400
[    0.904425] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.904509] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.904539] pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
[    0.904589] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.904670] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.904696] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.904752] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.904833] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.904877] pci 0000:00:1f.0: [8086:a150] type 00 class 0x060100
[    0.905055] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.905065] pci 0000:00:1f.2: reg 0x10: [mem 0xda1b4000-0xda1b7fff]
[    0.905196] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.905216] pci 0000:00:1f.3: reg 0x10: [mem 0xda1b0000-0xda1b3fff 64bit]
[    0.905245] pci 0000:00:1f.3: reg 0x20: [mem 0xda180000-0xda18ffff 64bit]
[    0.905289] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.905407] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.905438] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.905486] pci 0000:00:1f.4: reg 0x10: [mem 0xda1b8000-0xda1b80ff 64bit]
[    0.905557] pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
[    0.905745] pci 0000:01:00.0: [10de:1619] type 00 class 0x030000
[    0.905755] pci 0000:01:00.0: reg 0x10: [mem 0xdb000000-0xdbffffff]
[    0.905764] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.905772] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[    0.905778] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.905784] pci 0000:01:00.0: reg 0x30: [mem 0xdc000000-0xdc07ffff pref]
[    0.905852] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.905879] pci 0000:01:00.1: [10de:0fbb] type 00 class 0x040300
[    0.905888] pci 0000:01:00.1: reg 0x10: [mem 0xdc080000-0xdc083fff]
[    0.914181] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.914183] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.914185] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    0.914188] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.914493] pci 0000:02:00.0: [8086:095a] type 00 class 0x028000
[    0.914527] pci 0000:02:00.0: reg 0x10: [mem 0xdc300000-0xdc301fff 64bit]
[    0.914749] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.914888] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.924328] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.924331] pci 0000:00:1c.0:   bridge window [mem 0xdc300000-0xdc3fffff]
[    0.924436] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.924453] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.924477] pci 0000:03:00.0: reg 0x18: [mem 0xdc204000-0xdc204fff 64bit]
[    0.924492] pci 0000:03:00.0: reg 0x20: [mem 0xdc200000-0xdc203fff 64bit]
[    0.924578] pci 0000:03:00.0: supports D1 D2
[    0.924579] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.924657] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.934188] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.934191] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.934193] pci 0000:00:1c.3:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.934297] pci 0000:00:1c.4: PCI bridge to [bus 04-3c]
[    0.934300] pci 0000:00:1c.4:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.934304] pci 0000:00:1c.4:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.936566] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.936608] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.936650] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.936690] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.936729] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.936768] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.936807] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.936847] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.937304] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.938052] ACPI : EC: EC stopped
[    0.938151] ACPI : EC: GPE = 0x23, I/O: command/status = 0x66, data = 0x62
[    0.938152] ACPI : EC: EC started
[    0.938331] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.938332] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.938332] vgaarb: loaded
[    0.938333] vgaarb: bridge control possible 0000:01:00.0
[    0.938380] PCI: Using ACPI for IRQ routing
[    0.962082] PCI: pci_cache_line_size set to 64 bytes
[    0.962459] e820: reserve RAM buffer [mem 0x0009c800-0x0009ffff]
[    0.962460] e820: reserve RAM buffer [mem 0x29465000-0x2bffffff]
[    0.962460] e820: reserve RAM buffer [mem 0x29503000-0x2bffffff]
[    0.962461] e820: reserve RAM buffer [mem 0x3595d000-0x37ffffff]
[    0.962462] e820: reserve RAM buffer [mem 0x366f3000-0x37ffffff]
[    0.962462] e820: reserve RAM buffer [mem 0x37fff000-0x37ffffff]
[    0.962463] e820: reserve RAM buffer [mem 0x4c6800000-0x4c7ffffff]
[    0.962521] NetLabel: Initializing
[    0.962522] NetLabel:  domain hash size = 128
[    0.962522] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.962530] NetLabel:  unlabeled traffic allowed by default
[    0.962592] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.962596] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.964638] clocksource: Switched to clocksource hpet
[    0.968906] VFS: Disk quotas dquot_6.6.0
[    0.968956] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.969001] pnp: PnP ACPI init
[    0.969229] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.969230] system 00:00: [io  0xffff] has been reserved
[    0.969231] system 00:00: [io  0xffff] has been reserved
[    0.969232] system 00:00: [io  0xffff] has been reserved
[    0.969233] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.969233] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.969235] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.969305] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.969307] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.969321] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.969346] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.969347] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.969373] system 00:04: [io  0x0240-0x0259] has been reserved
[    0.969375] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.969403] pnp 00:05: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    0.969525] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.969526] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.969527] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.969528] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.969529] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.969530] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.969530] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.969531] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.969532] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.969533] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.969534] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.969565] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.969565] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.969566] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.969567] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.969568] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.969569] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.969570] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.969571] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.969806] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.969808] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.970595] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.971253] pnp: PnP ACPI: found 10 devices
[    0.979973] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.979993] pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 04-3c] add_size 1000
[    0.979996] pci 0000:00:1c.4: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.979997] pci 0000:00:1c.4: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.979999] pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x2fff]
[    0.980000] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.980001] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.980003] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    0.980005] pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.980007] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.980010] pci 0000:00:1c.0:   bridge window [mem 0xdc300000-0xdc3fffff]
[    0.980014] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.980015] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.980018] pci 0000:00:1c.3:   bridge window [mem 0xdc200000-0xdc2fffff]
[    0.980022] pci 0000:00:1c.4: PCI bridge to [bus 04-3c]
[    0.980025] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
[    0.980028] pci 0000:00:1c.4:   bridge window [mem 0xc4000000-0xda0fffff]
[    0.980030] pci 0000:00:1c.4:   bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.980034] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.980035] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.980035] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.980036] pci_bus 0000:00: resource 7 [mem 0x38800000-0xdfffffff window]
[    0.980037] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.980038] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.980038] pci_bus 0000:01: resource 1 [mem 0xdb000000-0xdc0fffff]
[    0.980039] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[    0.980040] pci_bus 0000:02: resource 1 [mem 0xdc300000-0xdc3fffff]
[    0.980040] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.980041] pci_bus 0000:03: resource 1 [mem 0xdc200000-0xdc2fffff]
[    0.980042] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.980042] pci_bus 0000:04: resource 1 [mem 0xc4000000-0xda0fffff]
[    0.980043] pci_bus 0000:04: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[    0.980062] NET: Registered protocol family 2
[    0.980179] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.980325] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.980460] TCP: Hash tables configured (established 131072 bind 65536)
[    0.980478] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.980518] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.980577] NET: Registered protocol family 1
[    0.987727] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.987878] PCI: CLS 0 bytes, default 64
[    0.987902] Unpacking initramfs...
[    1.054075] Freeing initrd memory: 5584K (ffff880034591000 - ffff880034b05000)
[    1.054097] DMAR: ACPI device "device:7f" under DMAR at fed90000 as 00:15.0
[    1.054099] DMAR: ACPI device "device:80" under DMAR at fed90000 as 00:15.1
[    1.054108] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.054109] software IO TLB [mem 0x30591000-0x34591000] (64MB) mapped at [ffff880030591000-ffff880034590fff]
[    1.054736] Scanning for low memory corruption every 60 seconds
[    1.054962] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.055252] Initialise system trusted keyrings
[    1.055551] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    1.056567] zbud: loaded
[    1.057425] Key type asymmetric registered
[    1.057444] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.057591] io scheduler noop registered
[    1.057591] io scheduler deadline registered
[    1.057610] io scheduler cfq registered (default)
[    1.058231] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.058234] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.058240] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    1.058240] vesafb: scrolling: redraw
[    1.058241] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.058249] vesafb: framebuffer at 0xc1000000, mapped to 0xffffc90002000000, using 8128k, total 8128k
[    1.188791] Console: switching to colour frame buffer device 240x67
[    1.318075] fb0: VESA VGA frame buffer device
[    1.318085] intel_idle: MWAIT substates: 0x11142120
[    1.318086] intel_idle: v0.4.1 model 0x5E
[    1.318371] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.318494] GHES: HEST is not enabled!
[    1.318560] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.319071] Linux agpgart interface v0.103
[    1.319501] rtc_cmos 00:02: RTC can wake from S4
[    1.319905] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.319984] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.319989] intel_pstate: Intel P-state driver initializing
[    1.320401] intel_pstate: HWP enabled
[    1.320748] ledtrig-cpu: registered to indicate activity on CPUs
[    1.320952] NET: Registered protocol family 10
[    1.321421] NET: Registered protocol family 17
[    1.321650] microcode: sig=0x506e3, pf=0x20, revision=0x74
[    1.322073] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.322435] registered taskstats version 1
[    1.322437] Loading compiled-in X.509 certificates
[    1.322445] zswap: loaded using pool lzo/zbud
[    1.324519]   Magic number: 12:157:371
[    1.324883] rtc_cmos 00:02: setting system clock to 2016-12-06 08:23:44 UTC (1481012624)
[    1.324925] PM: Hibernation image not present or could not be loaded.
[    1.325746] Freeing unused kernel memory: 1256K (ffffffff81b08000 - ffffffff81c42000)
[    1.325747] Write protecting the kernel read-only data: 10240k
[    1.326460] Freeing unused kernel memory: 2044K (ffff880001601000 - ffff880001800000)
[    1.326826] Freeing unused kernel memory: 136K (ffff8800019de000 - ffff880001a00000)
[    1.332332] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[    1.333677] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.333719] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.334114] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.334125] random: udevadm: uninitialized urandom read (16 bytes read)
[    1.335525] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.335535] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.335538] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.335724] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.335731] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.366645] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    1.366646] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.368143] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.376169] SCSI subsystem initialized
[    1.376875] ACPI: bus type USB registered
[    1.376893] usbcore: registered new interface driver usbfs
[    1.376906] usbcore: registered new interface driver hub
[    1.376960] usbcore: registered new device driver usb
[    1.378312] libata version 3.00 loaded.
[    1.380378] ahci 0000:00:17.0: version 3.0
[    1.380519] ahci 0000:00:17.0: controller can't do SNTF, turning off CAP_SNTF
[    1.380728] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl RAID mode
[    1.380729] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part ems deso sadm sds apst 
[    1.380737] ahci 0000:00:17.0: both AHCI_HFLAG_MULTI_MSI flag set and custom irq handler implemented
[    1.392066] scsi host0: ahci
[    1.392305] scsi host1: ahci
[    1.392369] ata1: SATA max UDMA/133 abar m524288@0xda100000 port 0xda100100 irq 314
[    1.392372] ata2: SATA max UDMA/133 abar m524288@0xda100000 port 0xda100180 irq 315
[    1.392705] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.392710] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.393955] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    1.393960] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.394337] hub 1-0:1.0: USB hub found
[    1.394380] hub 1-0:1.0: 16 ports detected
[    1.396736] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.396741] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.396973] hub 2-0:1.0: USB hub found
[    1.396988] hub 2-0:1.0: 10 ports detected
[    1.448716] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.701371] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.701403] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.714744] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.966627] hub 1-1:1.0: USB hub found
[    1.982090] hub 1-1:1.0: 4 ports detected
[    1.988340] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    2.010535] hub 2-1:1.0: USB hub found
[    2.010876] hub 2-1:1.0: 4 ports detected
[    2.081411] tsc: Refined TSC clocksource calibration: 2592.008 MHz
[    2.081424] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cbea3061, max_idle_ns: 440795313801 ns
[    2.124792] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[    2.146625] usbcore: registered new interface driver usb-storage
[    2.150905] scsi host2: uas
[    2.151078] usbcore: registered new interface driver uas
[    2.152103] scsi 2:0:0:0: Direct-Access     Seagate  BUP Slim BK      0302 PQ: 0 ANSI: 6
[    2.254743] usb 1-4: new high-speed USB device number 3 using xhci_hcd
[    2.458390] usb 2-1.1: new SuperSpeed USB device number 4 using xhci_hcd
[    2.484533] hub 2-1.1:1.0: USB hub found
[    2.485361] hub 2-1.1:1.0: 4 ports detected
[    2.548079] usb 1-1.1: new high-speed USB device number 4 using xhci_hcd
[    2.644108] hub 1-1.1:1.0: USB hub found
[    2.644438] hub 1-1.1:1.0: 4 ports detected
[    2.808076] usb 1-8: new full-speed USB device number 5 using xhci_hcd
[    3.023014] hidraw: raw HID events driver (C) Jiri Kosina
[    3.035883] usbcore: registered new interface driver usbhid
[    3.035884] usbhid: USB HID core driver
[    3.037580] input: ASUS Tech Inc. ASUS HID Device  as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1819.0001/input/input1
[    3.068027] usb 1-1.4: new low-speed USB device number 6 using xhci_hcd
[    3.091812] hid-generic 0003:0B05:1819.0001: input,hiddev0,hidraw0: USB HID v1.10 Keyboard [ASUS Tech Inc. ASUS HID Device ] on usb-0000:00:14.0-8/input0
[    3.092047] input: ASUS Tech Inc. ASUS HID Device  as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1819.0002/input/input2
[    3.092225] hid-generic 0003:0B05:1819.0002: input,hidraw1: USB HID v1.10 Mouse [ASUS Tech Inc. ASUS HID Device ] on usb-0000:00:14.0-8/input1
[    3.095134] clocksource: Switched to clocksource tsc
[    3.188179] random: fast init done
[    3.231396] usb 1-1.1.4: new full-speed USB device number 7 using xhci_hcd
[    3.326954] input: MOSART Semi. 2.4G Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4:1.0/0003:062A:4102.0005/input/input3
[    3.327246] hid-generic 0003:062A:4102.0005: input,hiddev0,hidraw2: USB HID v1.10 Mouse [MOSART Semi. 2.4G Wireless Mouse] on usb-0000:00:14.0-1.1.4/input0
[    3.434730] usb 1-9: new full-speed USB device number 8 using xhci_hcd
[    3.681393] usb 1-10: new full-speed USB device number 9 using xhci_hcd
[    3.815234] input: Sunrex/JME Ghost Key Elimiantion Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:0B05:1822.0006/input/input4
[    3.871638] hid-generic 0003:0B05:1822.0006: input,hidraw3: USB HID v1.11 Keyboard [Sunrex/JME Ghost Key Elimiantion Keyboard] on usb-0000:00:14.0-10/input0
[    3.873424] input: Sunrex/JME Ghost Key Elimiantion Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.1/0003:0B05:1822.0007/input/input5
[    3.928442] hid-generic 0003:0B05:1822.0007: input,hiddev0,hidraw4: USB HID v1.11 Device [Sunrex/JME Ghost Key Elimiantion Keyboard] on usb-0000:00:14.0-10/input1
[    6.881409] ata1.00: qc timeout (cmd 0x27)
[    6.881417] ata1.00: failed to read native max address (err_mask=0x4)
[    6.881419] ata1.00: HPA support seems broken, skipping HPA handling
[    6.881436] ata2.00: qc timeout (cmd 0xa1)
[    6.881445] ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[    7.195781] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    7.195807] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   12.214751] ata1.00: qc timeout (cmd 0xef)
[   12.214759] ata1.00: failed to enable AA (error_mask=0x4)
[   12.216291] ata1: limiting SATA link speed to 3.0 Gbps
[   12.529067] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   12.535622] ata1.00: ATA-8: ST2000LM003 HN-M201RAD, 2BE10001, max UDMA/133
[   12.535625] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   17.334768] ata2.00: qc timeout (cmd 0xa1)
[   17.334775] ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   17.334778] ata2: limiting SATA link speed to 1.5 Gbps
[   17.649062] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   22.668117] ata1.00: qc timeout (cmd 0xec)
[   22.668124] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   22.668127] ata1.00: revalidation failed (errno=-5)
[   22.669495] ata1.00: disabled
[   22.669508] ata1: hard resetting link
[   22.982410] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   22.982421] ata1: EH complete
[   49.121530] ata2.00: qc timeout (cmd 0xa1)
[   49.121538] ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   49.435817] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   49.439202] sd 2:0:0:0: [sda] 976773167 512-byte logical blocks: (500 GB/466 GiB)
[   49.439206] sd 2:0:0:0: [sda] 4096-byte physical blocks
[   49.439523] sd 2:0:0:0: [sda] Write Protect is off
[   49.439527] sd 2:0:0:0: [sda] Mode Sense: 4f 00 00 00
[   49.439683] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   49.916250]  sda: sda1 sda2 sda3
[   49.917477] sd 2:0:0:0: [sda] Attached SCSI disk
[   50.301777] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   51.334852] random: crng init done
[   51.951247] ip_tables: (C) 2000-2006 Netfilter Core Team
[   52.072128] 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)
[   52.072557] systemd[1]: Detected architecture x86-64.
[   52.106503] systemd[1]: Set hostname to <Zigot>.
[   54.004758] systemd[1]: Reached target Remote File Systems.
[   54.004822] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   54.004851] systemd[1]: Listening on Journal Socket.
[   54.004871] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   54.020444] systemd[1]: Listening on Process Core Dump Socket.
[   54.020559] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   54.020582] systemd[1]: Listening on udev Control Socket.
[   54.741237] EXT4-fs (sda2): re-mounted. Opts: stripe=8191,data=ordered
[   57.165825] ACPI: AC Adapter [AC0] (on-line)
[   57.236724] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[   57.246675] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6
[   57.271950] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input7
[   57.273230] ACPI: Lid Switch [LID]
[   57.273261] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input8
[   57.273263] ACPI: Sleep Button [SLPB]
[   57.273288] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input9
[   57.273289] ACPI: Power Button [PWRF]
[   57.340856] ACPI: Battery Slot [BAT0] (battery present)
[   57.344807] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[   57.370448] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   57.384807] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[   57.385010] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   57.385174] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   57.521183] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[   57.540171] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   57.593685] tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff]
[   57.595450] tpm_crb: probe of MSFT0101:00 failed with error -16
[   57.651563] acpi device:15: registered as cooling_device8
[   57.692910] wmi: Mapper loaded
[   57.733899] Intel(R) Wireless WiFi driver for Linux
[   57.733900] Copyright(c) 2003- 2015 Intel Corporation
[   57.771584] acpi device:17: registered as cooling_device9
[   57.771629] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input10
[   57.823886] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   57.823890] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[   57.832371] r8169 0000:03:00.0 eth0: RTL8168g/8111g at 0xffffc900018fe000, 2c:56:dc:0b:47:47, XID 10900800 IRQ 318
[   57.832372] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   57.845305] input: PC Speaker as /devices/platform/pcspkr/input/input11
[   58.053018] Bluetooth: Core ver 2.21
[   58.053039] NET: Registered protocol family 31
[   58.053041] Bluetooth: HCI device and connection manager initialized
[   58.053046] Bluetooth: HCI socket layer initialized
[   58.053050] Bluetooth: L2CAP socket layer initialized
[   58.053057] Bluetooth: SCO socket layer initialized
[   58.061348] input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:045E:00DB.0003/input/input12
[   58.068399] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   58.082299] thermal LNXTHERM:00: registered as thermal_zone2
[   58.082300] ACPI: Thermal Zone [THRM] (35 C)
[   58.114838] microsoft 0003:045E:00DB.0003: input,hidraw5: USB HID v1.11 Keyboard [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:00:14.0-1.4/input0
[   58.115790] input: Microsoft Natural® Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:045E:00DB.0004/input/input13
[   58.126544] Bluetooth: HCI UART driver ver 2.3
[   58.126544] Bluetooth: HCI UART protocol H4 registered
[   58.126545] Bluetooth: HCI UART protocol BCSP registered
[   58.126545] Bluetooth: HCI UART protocol LL registered
[   58.126546] Bluetooth: HCI UART protocol ATH3K registered
[   58.126546] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   58.126565] Bluetooth: HCI UART protocol Intel registered
[   58.126573] Bluetooth: HCI UART protocol BCM registered
[   58.126573] Bluetooth: HCI UART protocol QCA registered
[   58.126574] Bluetooth: HCI UART protocol AG6XX registered
[   58.141487] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   58.141488] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   58.141489] RAPL PMU: hw unit of domain package 2^-14 Joules
[   58.141490] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   58.141490] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   58.141491] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   58.149423] media: Linux media interface: v0.10
[   58.171552] microsoft 0003:045E:00DB.0004: input,hidraw6: USB HID v1.11 Device [Microsoft Natural® Ergonomic Keyboard 4000] on usb-0000:00:14.0-1.4/input1
[   58.171612] mousedev: PS/2 mouse device common for all mice
[   58.233375] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-24.ucode failed with error -2
[   58.233387] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-7265D-23.ucode failed with error -2
[   58.261528] iwlwifi 0000:02:00.0: loaded firmware version 22.361476.0 op_mode iwlmvm
[   58.322376] usbcore: registered new interface driver btusb
[   58.337487] Bluetooth: hci0: read Intel version: 370810011003110e00
[   58.376005] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[   58.388994] snd_hda_intel 0000:01:00.1: Disabling MSI
[   58.389002] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   58.517890] AVX2 version of gcm_enc/dec engaged.
[   58.517891] AES CTR mode by8 optimization enabled
[   58.580897] Linux video capture interface: v2.00
[   58.594477] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[   58.644650] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x210
[   58.646961] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   58.647401] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   58.678557] uvcvideo: Found UVC 1.00 device USB2.0 HD UVC WebCam (04f2:b414)
[   58.680820] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC668: line_outs=1 (0x15/0x0/0x0/0x0/0x0) type:line
[   58.680822] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=2 (0x14/0x1a/0x0/0x0/0x0)
[   58.680823] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   58.680823] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   58.680824] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   58.680824] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   58.680825] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   58.680826] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   58.682920] uvcvideo 1-4:1.0: Entity type for entity Extension 4 was not initialized!
[   58.682922] uvcvideo 1-4:1.0: Entity type for entity Processing 2 was not initialized!
[   58.682923] uvcvideo 1-4:1.0: Entity type for entity Camera 1 was not initialized!
[   58.682968] input: USB2.0 HD UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input14
[   58.683009] usbcore: registered new interface driver uvcvideo
[   58.683009] USB Video Class driver (1.1.1)
[   58.691388] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[   58.691444] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[   58.724005] asus_wmi: ASUS WMI generic driver loaded
[   58.741263] r8169 0000:03:00.0 enp3s0: renamed from eth0
[   58.760091] asus_wmi: Initialization: 0x1
[   58.760158] asus_wmi: BIOS WMI version: 7.9
[   58.760225] asus_wmi: SFUN value: 0xa0077
[   58.762375] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input17
[   58.765020] asus_wmi: Number of fans: 1
[   58.803695] input: Elan Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-ELAN1000:00/input/input18
[   58.877557] iTCO_vendor_support: vendor-support=0
[   58.879112] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   58.879285] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   58.879534] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   58.912208] systemd[1]: Reached target Bluetooth.
[   58.912487] systemd[1]: Created slice system-systemd\x2dbacklight.slice.
[   58.928317] systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video1...
[   58.929213] systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
[   58.929282] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[   58.930267] systemd[1]: Starting Load/Save RF Kill Switch Status...
[   58.995276] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   58.998959] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[   58.999078] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[   58.999183] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
[   59.199634] systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video1.
[   59.262375] systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
[   59.905434] intel_rapl: Found RAPL domain package
[   59.905439] intel_rapl: Found RAPL domain core
[   59.905446] intel_rapl: Found RAPL domain dram
[   59.991684] systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
[   59.991723] systemd[1]: Reached target Sound Card.
[   60.111379] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[   61.817530] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: stripe=4,data=ordered
[   62.488333] systemd-journald[178]: Received request to flush runtime journal from PID 1
[   68.287553] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   68.288004] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   68.353953] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   68.354404] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   68.375625] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[   72.453531] wlp2s0: authenticate with fc:3f:7c:66:89:34
[   72.459784] wlp2s0: send auth to fc:3f:7c:66:89:34 (try 1/3)
[   72.460560] wlp2s0: authenticated
[   72.461642] wlp2s0: associate with fc:3f:7c:66:89:34 (try 1/3)
[   72.462690] wlp2s0: RX AssocResp from fc:3f:7c:66:89:34 (capab=0x11 status=0 aid=1)
[   72.463068] wlp2s0: AP has invalid WMM params (AIFSN=1 for ACI 0), will use 2
[   72.474068] wlp2s0: associated
[   72.474105] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[  152.708673] nvidia: loading out-of-tree module taints kernel.
[  152.708676] nvidia: module license 'NVIDIA' taints kernel.
[  152.708677] Disabling lock debugging due to kernel taint
[  152.715696] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[  152.715757] nvidia-nvlink: Nvlink Core is being initialized, major device number 244
[  152.715768] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  375.20  Tue Nov 15 16:49:10 PST 2016 (using threaded interrupts)
[  152.730923] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  152.730944] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  152.730953] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  152.730961] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  152.730975] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  152.730983] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  152.730990] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.010771] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.010833] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.010867] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.010899] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.010931] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.010963] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.010994] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.011026] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.011057] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.011088] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.011120] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.011151] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.011183] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.011214] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.011245] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.011276] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.011310] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.136404] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.313993] NVRM: Your system is not currently configured to drive a VGA console
[  153.313995] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[  153.313996] NVRM: requires the use of a text-mode VGA console. Use of other console
[  153.313997] NVRM: drivers including, but not limited to, vesafb, may result in
[  153.313997] NVRM: corruption and stability problems, and is not supported.
[  153.398804] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  375.20  Tue Nov 15 16:43:27 PST 2016
[  153.399139] nvidia-modeset: Allocated GPU:0 (GPU-f21eea44-b57f-5ea7-303a-d36b14793f83) @ PCI:0000:01:00.0
[  153.403010] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.403083] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.403148] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  153.403190] ACPI Warning: \_SB.PCI0.PEG0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20160422/nsarguments-95)
[  183.148079] fuse init (API version 7.25)

I can see there is some ata error

[   12.214751] ata1.00: qc timeout (cmd 0xef)
[   12.214759] ata1.00: failed to enable AA (error_mask=0x4)
[   12.216291] ata1: limiting SATA link speed to 3.0 Gbps
[   12.529067] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   12.535622] ata1.00: ATA-8: ST2000LM003 HN-M201RAD, 2BE10001, max UDMA/133
[   12.535625] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   17.334768] ata2.00: qc timeout (cmd 0xa1)
[   17.334775] ata2.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   17.334778] ata2: limiting SATA link speed to 1.5 Gbps
[   17.649062] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[   22.668117] ata1.00: qc timeout (cmd 0xec)
[   22.668124] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4)
[   22.668127] ata1.00: revalidation failed (errno=-5)
[   22.669495] ata1.00: disabled

And

lspci -nnk
00:00.0 Host bridge [0600]: Intel Corporation Skylake Host Bridge/DRAM Registers [8086:1910] (rev 07)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
00:01.0 PCI bridge [0604]: Intel Corporation Skylake PCIe Controller (x16) [8086:1901] (rev 07)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:04.0 Signal processing controller [1180]: Intel Corporation Skylake Processor Thermal Subsystem [8086:1903] (rev 07)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
	Kernel driver in use: proc_thermal
	Kernel modules: processor_thermal_device
00:14.0 USB controller [0c03]: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller [8086:a12f] (rev 31)
	Subsystem: ASUSTeK Computer Inc. Device [1043:201f]
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:14.2 Signal processing controller [1180]: Intel Corporation Sunrise Point-H Thermal subsystem [8086:a131] (rev 31)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
00:15.0 Signal processing controller [1180]: Intel Corporation Sunrise Point-H Serial IO I2C Controller #0 [8086:a160] (rev 31)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:15.1 Signal processing controller [1180]: Intel Corporation Sunrise Point-H Serial IO I2C Controller #1 [8086:a161] (rev 31)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
00:16.0 Communication controller [0780]: Intel Corporation Sunrise Point-H CSME HECI #1 [8086:a13a] (rev 31)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:17.0 RAID bus controller [0104]: Intel Corporation SATA Controller [RAID mode] [8086:2822] (rev 31)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
	Kernel driver in use: ahci
	Kernel modules: ahci
00:1c.0 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #3 [8086:a112] (rev f1)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.3 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #4 [8086:a113] (rev f1)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1c.4 PCI bridge [0604]: Intel Corporation Sunrise Point-H PCI Express Root Port #5 [8086:a114] (rev f1)
	Kernel driver in use: pcieport
	Kernel modules: shpchp
00:1f.0 ISA bridge [0601]: Intel Corporation Sunrise Point-H LPC Controller [8086:a150] (rev 31)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
00:1f.2 Memory controller [0580]: Intel Corporation Sunrise Point-H PMC [8086:a121] (rev 31)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
00:1f.3 Audio device [0403]: Intel Corporation Sunrise Point-H HD Audio [8086:a170] (rev 31)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
00:1f.4 SMBus [0c05]: Intel Corporation Sunrise Point-H SMBus [8086:a123] (rev 31)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM204M [GeForce GTX 965M] [10de:1619] (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia
01:00.1 Audio device [0403]: NVIDIA Corporation GM204 High Definition Audio Controller [10de:0fbb] (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device [1043:1ced]
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
02:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 59)
	Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5010]
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
	Subsystem: ASUSTeK Computer Inc. Device [1043:200f]
	Kernel driver in use: r8169
	Kernel modules: r8169

Last edited by wytrych (2016-12-06 08:47:16)

Offline

#10 2016-12-06 13:31:52

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: HDD is invisible

It seems at least one disk is detected "[   49.916250]  sda: sda1 sda2 sda3". What I would try is going into the bios/fw setup and try to disable/change raid and make all ports work in ahci mode if possible.

This "00:17.0 RAID bus controller [0104]: Intel Corporation SATA Controller [RAID mode] [8086:2822] (rev 31)" is what makes me suspect raid mode is preventing things from operating correctly.

Recently there was lots of noise about a new lenovo laptop which came with the disk controller in raid mode without any possibility of change and there was no linux support the disk controller in raid mode. I'm not sure if after all the noise support for that was added to linux, and if it was added if that was backported to the stable series. The "fix" in the lenovo case is a "special" bios/fw that sets the disk controller in ahci mode and then everything works as expected.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#11 2016-12-10 20:30:28

wytrych
Member
Registered: 2016-12-03
Posts: 5

Re: HDD is invisible

Ok, so after turning off RAID mode in the BIOS I can see the internal drives:

fdisk -lu
Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: AF23AA2F-4A6B-499B-ADCC-C6E02BD6231C

Device     Start        End    Sectors  Size Type
/dev/sda1   2048 3907028991 3907026944  1.8T Microsoft basic data


Disk /dev/sdb: 465.8 GiB, 500107861504 bytes, 976773167 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 33553920 bytes
Disklabel type: gpt
Disk identifier: 69975753-2938-4FCB-9FC6-FAFF1AF03CD8

Device      Start       End   Sectors   Size Type
/dev/sdb1    2048    613281    611234 298.5M Linux filesystem
/dev/sdb2  616448 976773133 976156686 465.5G Linux filesystem
/dev/sdb3  614400    616447      2048     1M BIOS boot

Partition table entries are not in disk order.


Disk /dev/nvme0n1: 238.5 GiB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 2335D6E7-2265-4102-AB62-50ED449F4690

Device             Start       End   Sectors   Size Type
/dev/nvme0n1p1      2048    534527    532480   260M EFI System
/dev/nvme0n1p2    534528    567295     32768    16M Microsoft reserved
/dev/nvme0n1p3    567296 499095551 498528256 237.7G Microsoft basic data
/dev/nvme0n1p4 499095552 500117503   1021952   499M Windows recovery environment
blkid

/dev/sda1: LABEL="DATA" UUID="628605F48605C98D" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="1cfb721c-46e5-411b-92e3-b03500f597fa"
/dev/sdb1: UUID="a55a3427-4b74-46db-94f9-b1d72011cb67" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="e9f8a948-2852-4444-9980-254be0925f97"
/dev/sdb2: UUID="6ca05480-11d6-4e3c-8234-f32f724becb6" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="e451c3a4-0b85-405e-9450-8b72f447ba74"
/dev/sdb3: PARTLABEL="BIOS boot partition" PARTUUID="19a4b881-3cf9-4b1f-bd2b-1be72741dcff"
/dev/nvme0n1: PTUUID="2335d6e7-2265-4102-ab62-50ed449f4690" PTTYPE="gpt"
/dev/nvme0n1p1: LABEL="SYSTEM" UUID="3094-054F" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="8f85db0c-9a32-404f-b5bc-75b18da870c7"
/dev/nvme0n1p2: PARTLABEL="Microsoft reserved partition" PARTUUID="81cf624f-f19c-4f4a-868b-6ce6ca7fbaee"
/dev/nvme0n1p3: LABEL="OS" UUID="A03295DB3295B6AE" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="7ebd2ebf-5ae9-4c50-92f8-740d3339b6d9"
/dev/nvme0n1p4: LABEL="RECOVERY" UUID="A60A16C30A169103" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="d9d73779-ec18-4b36-8139-791e98cac9c3"

However Windows doesn't want to boot when I disabled RAID mode. So I guess the issue is partially fixed, as I can see the drives, but the reason I wanted to see them in the first place (to move the linux installation to the internal drive) is still not reachable, since in this config I cannot use Windows. I would have to switch the mode in the BIOS each time I'd want to change the system. A real fix would be if linux could see the drives in RAID mode, but I guess there's no support for that yet?

Last edited by wytrych (2016-12-10 20:33:59)

Offline

Board footer

Powered by FluxBB