You are not logged in.

#1 2017-10-16 04:01:53

antspants
Member
Registered: 2017-10-09
Posts: 9

[SOLVED] Mount point for HD not found from live USB

My laptop won't boot, after a forced upgrade. I'm getting a "device not found" error and am getting dropped in to the emergency shell. Digging through the wiki and previous topics, it seems like initramfs (and the fallback) is corrupted, so I have booted up through a usb. So far, so good. However, I am unable to mount the hd to run mkinitcpio. If I try

mkdir /mnt/sda
mnt /dev/sda /mnt/sda

I get

medium not found

.
Can anyone tell me what has gone wrong and how I can fix it?

emergency shell screenshot
arch iso mount info screenshot

(Edit: Hmm. Images are not showing, here are links.)
emergency shell screenshot
arch iso mount info screenshot

Last edited by antspants (2017-10-27 03:37:34)

Offline

#2 2017-10-16 06:10:02

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: [SOLVED] Mount point for HD not found from live USB

/dev/sda is your whole disk; you need to mount the partition (sda1 or sda2 etc).

Offline

#3 2017-10-16 22:27:12

antspants
Member
Registered: 2017-10-09
Posts: 9

Re: [SOLVED] Mount point for HD not found from live USB

Using ls or findmnt, there's nothing listed under /dev/sda for me to mount. Even if I try to mount sda1 or 2, I get a "device does not exist" error. Is my HD listed somewhere else under /dev?

Offline

#4 2017-10-16 22:33:36

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

Re: [SOLVED] Mount point for HD not found from live USB

findmnt finds what's mounted, it is of no use in finding devices.  Use lsblk for that.

But in this case both the emergency shell an the live system only detect the live usb filesystem.  This leads me to suspect a hardware issue which would also account for the initial symptoms that left you in this situation.  Check the cables/connections.  Try the drive on another system if you can.


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

Offline

#5 2017-10-17 03:17:25

antspants
Member
Registered: 2017-10-09
Posts: 9

Re: [SOLVED] Mount point for HD not found from live USB

Trilby wrote:

findmnt finds what's mounted...

*facepalm* Thanks. Good to know.

Trilby wrote:

...suspect a hardware issue...

Unlikely. It's a laptop - still possible of course -  and it happened after a

pacman -Syyu

which got aborted, due to a network issue, so I did it again the next day, after which I got these issues.

Offline

#6 2017-10-17 12:24:37

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Mount point for HD not found from live USB

antspants wrote:

Unlikely. It's a laptop - still possible of course -  and it happened after a

pacman -Syyu

Lat weekend on my MacBook -- update to High Sierra, left it running overnight. Laptop hasn't worked since. Can't safe boot, internet boot, install from USB -- anything. Laptops are not infallible. (Yes, a little OT, but it goes to contradict your assumption that laptops can't have hardware failures.)

Anyway, let's see what lsblk shows like Trilby said. If it can't even find your drives, that'd be the starting point.

Last edited by mrunion (2017-10-17 12:25:16)


Matt

"It is very difficult to educate the educated."

Offline

#7 2017-10-17 23:29:43

antspants
Member
Registered: 2017-10-09
Posts: 9

Re: [SOLVED] Mount point for HD not found from live USB

mrunion wrote:

Anyway, let's see what lsblk shows like Trilby said. If it can't even find your drives, that'd be the starting point.

As shown in the screenshots in my first post, from the emergency shell /dev/sda1 and 2 are confirmed by 'ls' and

cat /proc/partitions

I don't have lsblk in the emergency shell.
However, from the live usb,

lsblk -f

shows only the usb partitions.

Offline

#8 2017-10-18 07:08:45

seth
Member
Registered: 2012-09-03
Posts: 51,543

Re: [SOLVED] Mount point for HD not found from live USB

Please provide a complete dmesg output from the archiso boot. It's text, so do not post screenshots of it, post the text.
https://wiki.archlinux.org/index.php/Li … in_clients

Offline

#9 2017-10-18 10:27:01

antspants
Member
Registered: 2017-10-09
Posts: 9

Re: [SOLVED] Mount point for HD not found from live USB

Dmesg output:

[    0.000000] microcode: microcode updated early to revision 0x20, date = 2017-01-27
[    0.000000] random: get_random_bytes called from start_kernel+0x42/0x4b7 with crng_init=0
[    0.000000] Linux version 4.13.3-1-ARCH (builduser@tobias) (gcc version 7.2.0 (GCC)) #1 SMP PREEMPT Thu Sep 21 20:33:16 CEST 2017
[    0.000000] Command line: initrd=\EFI\archiso\intel_ucode.img initrd=\EFI\archiso\archiso.img archisobasedir=arch archisolabel=ARCH_201710
[    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] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008cd13fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008cd14000-0x000000008cd52fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008cd53000-0x000000008cd63fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008cd64000-0x000000008cd8efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008cd8f000-0x000000008ce38fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ce39000-0x000000008ce8efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008ce8f000-0x000000008ced0fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008ced1000-0x000000008cefefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008ceff000-0x000000008cf86fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008cf87000-0x000000008cfeffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008cff0000-0x000000008cffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008d000000-0x000000008f9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000026f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x80f45190-0x80f551cf] usable ==> usable
[    0.000000] e820: update [mem 0x80f45190-0x80f551cf] usable ==> usable
[    0.000000] e820: update [mem 0x8167f890-0x8167fd70] usable ==> usable
[    0.000000] e820: update [mem 0x8167f890-0x8167fd70] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000008efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000bffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000080f4518f] usable
[    0.000000] reserve setup_data: [mem 0x0000000080f45190-0x0000000080f551cf] usable
[    0.000000] reserve setup_data: [mem 0x0000000080f551d0-0x000000008167f88f] usable
[    0.000000] reserve setup_data: [mem 0x000000008167f890-0x000000008167fd70] usable
[    0.000000] reserve setup_data: [mem 0x000000008167fd71-0x000000008cd13fff] usable
[    0.000000] reserve setup_data: [mem 0x000000008cd14000-0x000000008cd52fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000008cd53000-0x000000008cd63fff] usable
[    0.000000] reserve setup_data: [mem 0x000000008cd64000-0x000000008cd8efff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000008cd8f000-0x000000008ce38fff] usable
[    0.000000] reserve setup_data: [mem 0x000000008ce39000-0x000000008ce8efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000008ce8f000-0x000000008ced0fff] usable
[    0.000000] reserve setup_data: [mem 0x000000008ced1000-0x000000008cefefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000008ceff000-0x000000008cf86fff] usable
[    0.000000] reserve setup_data: [mem 0x000000008cf87000-0x000000008cfeffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000008cff0000-0x000000008cffffff] usable
[    0.000000] reserve setup_data: [mem 0x000000008d000000-0x000000008f9fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000026f5fffff] usable
[    0.000000] efi: EFI v1.10 by Apple
[    0.000000] efi:  ACPI=0x8cd8e000  ACPI 2.0=0x8cd8e014  SMBIOS=0x8cd15000 
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Apple Inc. MacBookAir6,2/Mac-xxx, BIOS MBA61xxx 05/24/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x26f600 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-DFFFF write-protect
[    0.000000]   E0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000000]   3 base 008E000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 008D800000 mask 7FFF800000 uncachable
[    0.000000]   5 disabled
[    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 = 0x8d000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff978240099000] 99000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x181d5e000, 0x181d5efff] PGTABLE
[    0.000000] BRK [0x181d5f000, 0x181d5ffff] PGTABLE
[    0.000000] BRK [0x181d60000, 0x181d60fff] PGTABLE
[    0.000000] BRK [0x181d61000, 0x181d61fff] PGTABLE
[    0.000000] BRK [0x181d62000, 0x181d62fff] PGTABLE
[    0.000000] BRK [0x181d63000, 0x181d63fff] PGTABLE
[    0.000000] BRK [0x181d64000, 0x181d64fff] PGTABLE
[    0.000000] BRK [0x181d65000, 0x181d65fff] PGTABLE
[    0.000000] Secure boot disabled
[    0.000000] RAMDISK: [mem 0x7cdd3000-0x7f6e3fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000008CD8E014 000024 (v02 APPLE )
[    0.000000] ACPI: XSDT 0x000000008CD8E1C0 00009C (v01 APPLE  Apple00  00000000      01000013)
[    0.000000] ACPI: FACP 0x000000008CD8C000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
[    0.000000] ACPI: DSDT 0x000000008CD7F000 007C21 (v03 APPLE  MacBookA 00060001 INTL 20100915)
[    0.000000] ACPI: FACS 0x000000008CD1C000 000040
[    0.000000] ACPI: FACS 0x000000008CD1C000 000040
[    0.000000] ACPI: HPET 0x000000008CD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 0x000000008CD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 0x000000008CD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: ECDT 0x000000008CD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 0x000000008CD7E000 00010B (v01 APPLE  SataAhci 00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 0x000000008CD7D000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 0x000000008CD7A000 000E15 (v01 APPLE  SDUsbLpt 00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 0x000000008CD76000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 0x000000008CD74000 001EB7 (v01 APPLE  PcieTbt  00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 0x000000008CD67000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20100915)
[    0.000000] ACPI: SSDT 0x000000008CD66000 0006CE (v01 PmRef  Cpu0Ist  00003000 INTL 20100915)
[    0.000000] ACPI: SSDT 0x000000008CD65000 000B83 (v01 PmRef  CpuPm    00003000 INTL 20100915)
[    0.000000] ACPI: MCFG 0x000000008CD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
[    0.000000] ACPI: DMAR 0x000000008CD64000 000088 (v01 APPLE  HSW      00000001 AAPL 00000001)
[    0.000000] ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000026f5fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x26f5fb000-0x26f5fffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000026f5fffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000008cd13fff]
[    0.000000]   node   0: [mem 0x000000008cd53000-0x000000008cd63fff]
[    0.000000]   node   0: [mem 0x000000008cd8f000-0x000000008ce38fff]
[    0.000000]   node   0: [mem 0x000000008ce8f000-0x000000008ced0fff]
[    0.000000]   node   0: [mem 0x000000008ceff000-0x000000008cf86fff]
[    0.000000]   node   0: [mem 0x000000008cff0000-0x000000008cffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000026f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000026f5fffff]
[    0.000000] On node 0 totalpages: 2081862
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8955 pages used for memmap
[    0.000000]   DMA32 zone: 573097 pages, LIFO batch:31
[    0.000000]   Normal zone: 23512 pages used for memmap
[    0.000000]   Normal zone: 1504768 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x000000008da00000-0x000000008f9fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    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-39
[    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: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80f45000-0x80f45fff]
[    0.000000] PM: Registered nosave memory: [mem 0x80f55000-0x80f55fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8167f000-0x8167ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x8167f000-0x8167ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x8cd14000-0x8cd52fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8cd64000-0x8cd8efff]
[    0.000000] PM: Registered nosave memory: [mem 0x8ce39000-0x8ce8efff]
[    0.000000] PM: Registered nosave memory: [mem 0x8ced1000-0x8cefefff]
[    0.000000] PM: Registered nosave memory: [mem 0x8cf87000-0x8cfeffff]
[    0.000000] PM: Registered nosave memory: [mem 0x8d000000-0x8f9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x8fa00000-0xe00f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xffe0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe10000-0xffe3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe40000-0xffffffff]
[    0.000000] e820: [mem 0x8fa00000-0xe00f7fff] 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:4 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff9784af200000 s106520 r8192 d32744 u524288
[    0.000000] pcpu-alloc: s106520 r8192 d32744 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2049309
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\EFI\archiso\intel_ucode.img initrd=\EFI\archiso\archiso.img archisobasedir=arch archisolabel=ARCH_201710
[    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: 7878664K/8327448K available (6603K kernel code, 1126K rwdata, 2036K rodata, 1328K init, 900K bss, 448784K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 28108 entries in 110 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 8448, nr_irqs: 728, preallocated irqs: 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: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.003333] tsc: Detected 2300.079 MHz processor
[    0.003333] Calibrating delay loop (skipped), value calculated using timer frequency.. 4601.83 BogoMIPS (lpj=7666930)
[    0.003333] pid_max: default: 32768 minimum: 301
[    0.003333] ACPI: Core revision 20170531
[    0.016396] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.024528] Security Framework initialized
[    0.024529] Yama: becoming mindful.
[    0.026116] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.026935] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.026970] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.026998] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.027251] CPU: Physical Processor ID: 0
[    0.027252] CPU: Processor Core ID: 0
[    0.027257] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.027258] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.027263] mce: CPU supports 7 MCE banks
[    0.027274] CPU0: Thermal monitoring enabled (TM1)
[    0.027289] process: using mwait in idle threads
[    0.027292] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.027293] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.027455] Freeing SMP alternatives memory: 24K
[    0.035199] smpboot: Max logical packages: 2
[    0.035212] DMAR: Host address width 39
[    0.035214] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.035220] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    0.035222] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.035228] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[    0.035229] DMAR: RMRR base: 0x0000008d800000 end: 0x0000008f9fffff
[    0.035232] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.035233] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.035234] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.035680] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.035681] x2apic enabled
[    0.035686] Switched APIC routing to cluster x2apic.
[    0.036334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.069351] TSC deadline timer enabled
[    0.069353] smpboot: CPU0: Intel(R) Core(TM) i7-4650U CPU @ 1.70GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.080020] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.080068] ... version:                3
[    0.080069] ... bit width:              48
[    0.080069] ... generic registers:      4
[    0.080070] ... value mask:             0000ffffffffffff
[    0.080071] ... max period:             00007fffffffffff
[    0.080072] ... fixed-purpose events:   3
[    0.080073] ... event mask:             000000070000000f
[    0.086681] Hierarchical SRCU implementation.
[    0.100110] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.106681] smp: Bringing up secondary CPUs ...
[    0.133360] x86: Booting SMP configuration:
[    0.133361] .... node  #0, CPUs:      #1 #2 #3
[    0.436694] smp: Brought up 1 node, 4 CPUs
[    0.436694] smpboot: Total of 4 processors activated (18415.73 BogoMIPS)
[    0.440309] devtmpfs: initialized
[    0.440309] x86/mm: Memory block size: 128MB
[    0.440864] PM: Registering ACPI NVS region [mem 0x8cd14000-0x8cd52fff] (258048 bytes)
[    0.440864] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.440864] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.440864] pinctrl core: initialized pinctrl subsystem
[    0.440864] RTC time:  9:58:27, date: 10/18/17
[    0.440864] NET: Registered protocol family 16
[    0.440864] cpuidle: using governor ladder
[    0.440864] cpuidle: using governor menu
[    0.440864] PCCT header not found.
[    0.440864] ACPI: bus type PCI registered
[    0.440864] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.440864] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
[    0.440864] PCI: not using MMCONFIG
[    0.440864] PCI: Using configuration type 1 for base access
[    0.440864] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.440923] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.440923] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.443381] ACPI: Disabled all _OSI OS vendors
[    0.443383] ACPI: Added _OSI(Module Device)
[    0.443384] ACPI: Added _OSI(Processor Device)
[    0.443385] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.443386] ACPI: Added _OSI(Processor Aggregator Device)
[    0.443387] ACPI: Added _OSI(Darwin)
[    0.443396] ACPI: EC: EC started
[    0.443397] ACPI: EC: interrupt blocked
[    0.445413] ACPI: \: Used as first EC
[    0.445415] ACPI: \: GPE=0x4e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.445416] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.446670] ACPI: BIOS _OSI(Darwin) query honored via DMI
[    0.451380] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.451537] ACPI Error: Needed type [Reference], found [Integer] ffff9784a5090ee8 (20170531/exresop-103)
[    0.451548] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20170531/dswexec-461)
[    0.451556] ACPI Error: Method parse/execution failed \_PR.CPU0._PDC, AE_AML_OPERAND_TYPE (20170531/psparse-550)
[    0.451762] ACPI: Dynamic OEM Table Load:
[    0.451762] ACPI: SSDT 0xFFFF9784A56EE000 00067C (v01 PmRef  ApIst    00003000 INTL 20100915)
[    0.451762] ACPI: Dynamic OEM Table Load:
[    0.451762] ACPI: SSDT 0xFFFF9784A5005C00 000119 (v01 PmRef  ApCst    00003000 INTL 20100915)
[    0.453460] ACPI: Interpreter enabled
[    0.453493] ACPI: (supports S0 S3 S4 S5)
[    0.453494] ACPI: Using IOAPIC for interrupt routing
[    0.453524] PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
[    0.454071] PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved in ACPI motherboard resources
[    0.454084] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.463807] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.463812] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability]
[    0.463833] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge
[    0.464114] PCI host bridge to bus 0000:00
[    0.464117] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.464119] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.464120] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.464122] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.464123] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.464124] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.464126] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.464127] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.464129] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.464130] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.464131] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.464133] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.464134] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.464135] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.464137] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.464138] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.464140] pci_bus 0000:00: root bus resource [mem 0x8fa00000-0xfeafffff window]
[    0.464141] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.464143] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.464152] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    0.464269] pci 0000:00:02.0: [8086:0a26] type 00 class 0x030000
[    0.464284] pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb03fffff 64bit]
[    0.464291] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.464297] pci 0000:00:02.0: reg 0x20: [io  0x2000-0x203f]
[    0.464409] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    0.464422] pci 0000:00:03.0: reg 0x10: [mem 0xb0a10000-0xb0a13fff 64bit]
[    0.464558] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    0.464580] pci 0000:00:14.0: reg 0x10: [mem 0xb0a00000-0xb0a0ffff 64bit]
[    0.464642] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.464771] pci 0000:00:15.0: [8086:9c60] type 00 class 0x080102
[    0.464791] pci 0000:00:15.0: reg 0x10: [mem 0xb0a29000-0xb0a29fff]
[    0.464798] pci 0000:00:15.0: reg 0x14: [mem 0xb0a28000-0xb0a28fff]
[    0.464929] pci 0000:00:15.4: [8086:9c66] type 00 class 0x0c8000
[    0.464948] pci 0000:00:15.4: reg 0x10: [mem 0xb0a21000-0xb0a21fff]
[    0.464955] pci 0000:00:15.4: reg 0x14: [mem 0xb0a20000-0xb0a20fff]
[    0.465094] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    0.465118] pci 0000:00:16.0: reg 0x10: [mem 0xb0a2a100-0xb0a2a11f 64bit]
[    0.465190] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.465277] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    0.465298] pci 0000:00:1b.0: reg 0x10: [mem 0xb0a14000-0xb0a17fff 64bit]
[    0.465368] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.465449] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    0.465521] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.465539] pci 0000:00:1c.0: Enabling MPC IRBNCE
[    0.465541] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[    0.465628] pci 0000:00:1c.1: [8086:9c12] type 01 class 0x060400
[    0.465709] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.465726] pci 0000:00:1c.1: Enabling MPC IRBNCE
[    0.465728] pci 0000:00:1c.1: Intel PCH root port ACS workaround enabled
[    0.465815] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
[    0.465894] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.465911] pci 0000:00:1c.2: Enabling MPC IRBNCE
[    0.465914] pci 0000:00:1c.2: Intel PCH root port ACS workaround enabled
[    0.465999] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
[    0.466071] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.466089] pci 0000:00:1c.4: Enabling MPC IRBNCE
[    0.466091] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[    0.466177] pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400
[    0.466252] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.466268] pci 0000:00:1c.5: Enabling MPC IRBNCE
[    0.466270] pci 0000:00:1c.5: Intel PCH root port ACS workaround enabled
[    0.466361] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    0.466548] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    0.466566] pci 0000:00:1f.3: reg 0x10: [mem 0xb0a2a000-0xb0a2a0ff 64bit]
[    0.466587] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.466716] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.466796] pci 0000:02:00.0: [14e4:1570] type 00 class 0x048000
[    0.466831] pci 0000:02:00.0: reg 0x10: [mem 0xb0900000-0xb090ffff 64bit]
[    0.466848] pci 0000:02:00.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.466865] pci 0000:02:00.0: reg 0x20: [mem 0xb0800000-0xb08fffff 64bit]
[    0.466956] pci 0000:02:00.0: supports D1
[    0.466958] pci 0000:02:00.0: PME# supported from D0 D3hot
[    0.476695] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.476700] pci 0000:00:1c.1:   bridge window [mem 0xb0800000-0xb09fffff]
[    0.476705] pci 0000:00:1c.1:   bridge window [mem 0x90000000-0x9fffffff 64bit pref]
[    0.476828] pci 0000:03:00.0: [14e4:43a0] type 00 class 0x028000
[    0.476888] pci 0000:03:00.0: reg 0x10: [mem 0xb0600000-0xb0607fff 64bit]
[    0.476915] pci 0000:03:00.0: reg 0x18: [mem 0xb0400000-0xb05fffff 64bit]
[    0.477107] pci 0000:03:00.0: supports D1 D2
[    0.477109] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.486734] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.486739] pci 0000:00:1c.2:   bridge window [mem 0xb0400000-0xb06fffff]
[    0.486817] pci 0000:05:00.0: [8086:1547] type 01 class 0x060400
[    0.486950] pci 0000:05:00.0: supports D1 D2
[    0.486952] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.496688] pci 0000:00:1c.4: PCI bridge to [bus 05-9b]
[    0.496692] pci 0000:00:1c.4:   bridge window [io  0x3000-0x5fff]
[    0.496695] pci 0000:00:1c.4:   bridge window [mem 0xb0b00000-0xbcbfffff]
[    0.496700] pci 0000:00:1c.4:   bridge window [mem 0xbcc00000-0xc8bfffff 64bit pref]
[    0.496859] pci 0000:06:00.0: [8086:1547] type 01 class 0x060400
[    0.497000] pci 0000:06:00.0: supports D1 D2
[    0.497002] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.497116] pci 0000:06:03.0: [8086:1547] type 01 class 0x060400
[    0.497246] pci 0000:06:03.0: supports D1 D2
[    0.497247] pci 0000:06:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.497351] pci 0000:06:04.0: [8086:1547] type 01 class 0x060400
[    0.497481] pci 0000:06:04.0: supports D1 D2
[    0.497482] pci 0000:06:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.497588] pci 0000:06:05.0: [8086:1547] type 01 class 0x060400
[    0.497720] pci 0000:06:05.0: supports D1 D2
[    0.497721] pci 0000:06:05.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.497828] pci 0000:06:06.0: [8086:1547] type 01 class 0x060400
[    0.497958] pci 0000:06:06.0: supports D1 D2
[    0.497959] pci 0000:06:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.498088] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    0.498095] pci 0000:05:00.0:   bridge window [io  0x3000-0x4fff]
[    0.498099] pci 0000:05:00.0:   bridge window [mem 0xb0b00000-0xb8bfffff]
[    0.498106] pci 0000:05:00.0:   bridge window [mem 0xbcc00000-0xc4bfffff 64bit pref]
[    0.498171] acpiphp: Slot [1] registered
[    0.498195] pci 0000:07:00.0: [8086:1547] type 00 class 0x088000
[    0.498233] pci 0000:07:00.0: reg 0x10: [mem 0xb0b00000-0xb0b3ffff]
[    0.498247] pci 0000:07:00.0: reg 0x14: [mem 0xb0b40000-0xb0b40fff]
[    0.498422] pci 0000:07:00.0: supports D1 D2
[    0.498423] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.506697] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.506708] pci 0000:06:00.0:   bridge window [mem 0xb0b00000-0xb0bfffff]
[    0.506806] pci 0000:06:03.0: PCI bridge to [bus 08-38]
[    0.506813] pci 0000:06:03.0:   bridge window [io  0x3000-0x3fff]
[    0.506818] pci 0000:06:03.0:   bridge window [mem 0xb0c00000-0xb4bfffff]
[    0.506825] pci 0000:06:03.0:   bridge window [mem 0xbcc00000-0xc0bfffff 64bit pref]
[    0.506908] pci 0000:06:04.0: PCI bridge to [bus 39-69]
[    0.506915] pci 0000:06:04.0:   bridge window [io  0x4000-0x4fff]
[    0.506919] pci 0000:06:04.0:   bridge window [mem 0xb4c00000-0xb8bfffff]
[    0.506926] pci 0000:06:04.0:   bridge window [mem 0xc0c00000-0xc4bfffff 64bit pref]
[    0.506977] pci 0000:06:05.0: PCI bridge to [bus 6a]
[    0.507041] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    0.507184] pci 0000:04:00.0: [1b4b:9183] type 00 class 0x010601
[    0.507206] pci 0000:04:00.0: reg 0x10: [io  0x1028-0x102f]
[    0.507216] pci 0000:04:00.0: reg 0x14: [io  0x1034-0x1037]
[    0.507226] pci 0000:04:00.0: reg 0x18: [io  0x1020-0x1027]
[    0.507235] pci 0000:04:00.0: reg 0x1c: [io  0x1030-0x1033]
[    0.507245] pci 0000:04:00.0: reg 0x20: [io  0x1000-0x101f]
[    0.507256] pci 0000:04:00.0: reg 0x24: [mem 0xb0700000-0xb07001ff]
[    0.507266] pci 0000:04:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.507322] pci 0000:04:00.0: PME# supported from D3hot
[    0.516686] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.516690] pci 0000:00:1c.5:   bridge window [io  0x1000-0x1fff]
[    0.516693] pci 0000:00:1c.5:   bridge window [mem 0xb0700000-0xb07fffff]
[    0.517746] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.517804] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.517858] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.517912] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.517964] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.518017] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.518069] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.518122] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.518333] ACPI: Enabled 2 GPEs in block 00 to 7F
[    0.518386] ACPI: EC: EC stopped
[    0.518387] ACPI: EC: EC started
[    0.518387] ACPI: EC: interrupt blocked
[    0.519261] ACPI: EC: interrupt unblocked
[    0.519269] ACPI: EC: event unblocked
[    0.519276] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x4e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.519278] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot ECDT EC to handle transactions and events
[    0.519302] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x4e, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.519303] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[    0.519373] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.519373] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.519373] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.519373] vgaarb: loaded
[    0.519373] EDAC MC: Ver: 3.0.0
[    0.519373] Registered efivars operations
[    0.732814] PCI: Using ACPI for IRQ routing
[    0.738778] PCI: pci_cache_line_size set to 64 bytes
[    0.738923] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.738924] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.738925] e820: reserve RAM buffer [mem 0x80f45190-0x83ffffff]
[    0.738927] e820: reserve RAM buffer [mem 0x8167f890-0x83ffffff]
[    0.738928] e820: reserve RAM buffer [mem 0x8cd14000-0x8fffffff]
[    0.738931] e820: reserve RAM buffer [mem 0x8cd64000-0x8fffffff]
[    0.738933] e820: reserve RAM buffer [mem 0x8ce39000-0x8fffffff]
[    0.738935] e820: reserve RAM buffer [mem 0x8ced1000-0x8fffffff]
[    0.738937] e820: reserve RAM buffer [mem 0x8cf87000-0x8fffffff]
[    0.738938] e820: reserve RAM buffer [mem 0x8d000000-0x8fffffff]
[    0.738940] e820: reserve RAM buffer [mem 0x26f600000-0x26fffffff]
[    0.739032] NetLabel: Initializing
[    0.739033] NetLabel:  domain hash size = 128
[    0.739033] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.739052] NetLabel:  unlabeled traffic allowed by default
[    0.739068] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.739068] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.741023] clocksource: Switched to clocksource hpet
[    0.750623] VFS: Disk quotas dquot_6.6.0
[    0.750643] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.750736] pnp: PnP ACPI init
[    0.750945] system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.750950] system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.751000] system 00:01: [io  0xffff] has been reserved
[    0.751003] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.751005] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.751008] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.751031] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.751801] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.751803] system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.751805] system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.751806] system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.751808] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.751810] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.751812] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.751814] system 00:03: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.751816] system 00:03: [mem 0xff000000-0xffffffff] could not be reserved
[    0.751818] system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.751821] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.751888] system 00:04: [mem 0x20000000-0x201fffff] could not be reserved
[    0.751889] system 00:04: [mem 0x40000000-0x401fffff] could not be reserved
[    0.751892] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.752032] pnp: PnP ACPI: found 5 devices
[    0.754022] pci 0000:00:02.0: assigning 3 device properties
[    0.754074] pci 0000:07:00.0: assigning 7 device properties
[    0.754126] pci 0000:00:1b.0: assigning 6 device properties
[    0.758647] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.758653] pci 0000:04:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.758713] pci 0000:06:05.0: bridge window [io  0x1000-0x0fff] to [bus 6a] add_size 1000
[    0.758715] pci 0000:06:05.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6a] add_size 200000 add_align 100000
[    0.758718] pci 0000:06:05.0: bridge window [mem 0x00100000-0x000fffff] to [bus 6a] add_size 200000 add_align 100000
[    0.758728] pci 0000:06:06.0: bridge window [io  0x1000-0x0fff] to [bus 6b] add_size 1000
[    0.758730] pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6b] add_size 200000 add_align 100000
[    0.758732] pci 0000:06:06.0: bridge window [mem 0x00100000-0x000fffff] to [bus 6b] add_size 200000 add_align 100000
[    0.758755] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.758768] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.758772] pci 0000:00:1c.1:   bridge window [mem 0xb0800000-0xb09fffff]
[    0.758776] pci 0000:00:1c.1:   bridge window [mem 0x90000000-0x9fffffff 64bit pref]
[    0.758782] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.758786] pci 0000:00:1c.2:   bridge window [mem 0xb0400000-0xb06fffff]
[    0.758799] pci 0000:06:05.0: BAR 14: no space for [mem size 0x00200000]
[    0.758800] pci 0000:06:05.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.758805] pci 0000:06:05.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.758806] pci 0000:06:05.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.758808] pci 0000:06:06.0: BAR 14: no space for [mem size 0x00200000]
[    0.758810] pci 0000:06:06.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.758813] pci 0000:06:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.758814] pci 0000:06:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.758816] pci 0000:06:05.0: BAR 13: no space for [io  size 0x1000]
[    0.758817] pci 0000:06:05.0: BAR 13: failed to assign [io  size 0x1000]
[    0.758819] pci 0000:06:06.0: BAR 13: no space for [io  size 0x1000]
[    0.758820] pci 0000:06:06.0: BAR 13: failed to assign [io  size 0x1000]
[    0.758823] pci 0000:06:06.0: BAR 14: no space for [mem size 0x00200000]
[    0.758825] pci 0000:06:06.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.758828] pci 0000:06:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.758829] pci 0000:06:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.758831] pci 0000:06:06.0: BAR 13: no space for [io  size 0x1000]
[    0.758832] pci 0000:06:06.0: BAR 13: failed to assign [io  size 0x1000]
[    0.758834] pci 0000:06:05.0: BAR 14: no space for [mem size 0x00200000]
[    0.758835] pci 0000:06:05.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.758838] pci 0000:06:05.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.758840] pci 0000:06:05.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.758841] pci 0000:06:05.0: BAR 13: no space for [io  size 0x1000]
[    0.758843] pci 0000:06:05.0: BAR 13: failed to assign [io  size 0x1000]
[    0.758845] pci 0000:06:00.0: PCI bridge to [bus 07]
[    0.758851] pci 0000:06:00.0:   bridge window [mem 0xb0b00000-0xb0bfffff]
[    0.758861] pci 0000:06:03.0: PCI bridge to [bus 08-38]
[    0.758864] pci 0000:06:03.0:   bridge window [io  0x3000-0x3fff]
[    0.758870] pci 0000:06:03.0:   bridge window [mem 0xb0c00000-0xb4bfffff]
[    0.758874] pci 0000:06:03.0:   bridge window [mem 0xbcc00000-0xc0bfffff 64bit pref]
[    0.758882] pci 0000:06:04.0: PCI bridge to [bus 39-69]
[    0.758884] pci 0000:06:04.0:   bridge window [io  0x4000-0x4fff]
[    0.758890] pci 0000:06:04.0:   bridge window [mem 0xb4c00000-0xb8bfffff]
[    0.758894] pci 0000:06:04.0:   bridge window [mem 0xc0c00000-0xc4bfffff 64bit pref]
[    0.758901] pci 0000:06:05.0: PCI bridge to [bus 6a]
[    0.758916] pci 0000:06:06.0: PCI bridge to [bus 6b]
[    0.758930] pci 0000:05:00.0: PCI bridge to [bus 06-6b]
[    0.758933] pci 0000:05:00.0:   bridge window [io  0x3000-0x4fff]
[    0.758939] pci 0000:05:00.0:   bridge window [mem 0xb0b00000-0xb8bfffff]
[    0.758943] pci 0000:05:00.0:   bridge window [mem 0xbcc00000-0xc4bfffff 64bit pref]
[    0.758950] pci 0000:00:1c.4: PCI bridge to [bus 05-9b]
[    0.758952] pci 0000:00:1c.4:   bridge window [io  0x3000-0x5fff]
[    0.758956] pci 0000:00:1c.4:   bridge window [mem 0xb0b00000-0xbcbfffff]
[    0.758959] pci 0000:00:1c.4:   bridge window [mem 0xbcc00000-0xc8bfffff 64bit pref]
[    0.758966] pci 0000:04:00.0: BAR 6: assigned [mem 0xb0720000-0xb073ffff pref]
[    0.758968] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.758970] pci 0000:00:1c.5:   bridge window [io  0x1000-0x1fff]
[    0.758975] pci 0000:00:1c.5:   bridge window [mem 0xb0700000-0xb07fffff]
[    0.758984] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.758985] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.758987] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.758989] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.758990] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.758992] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.758993] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.758995] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.758996] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.758998] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.758999] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.759001] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.759002] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.759004] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.759005] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.759006] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.759008] pci_bus 0000:00: resource 20 [mem 0x8fa00000-0xfeafffff window]
[    0.759009] pci_bus 0000:00: resource 21 [mem 0xfed40000-0xfed44fff window]
[    0.759011] pci_bus 0000:02: resource 1 [mem 0xb0800000-0xb09fffff]
[    0.759013] pci_bus 0000:02: resource 2 [mem 0x90000000-0x9fffffff 64bit pref]
[    0.759014] pci_bus 0000:03: resource 1 [mem 0xb0400000-0xb06fffff]
[    0.759016] pci_bus 0000:05: resource 0 [io  0x3000-0x5fff]
[    0.759017] pci_bus 0000:05: resource 1 [mem 0xb0b00000-0xbcbfffff]
[    0.759019] pci_bus 0000:05: resource 2 [mem 0xbcc00000-0xc8bfffff 64bit pref]
[    0.759020] pci_bus 0000:06: resource 0 [io  0x3000-0x4fff]
[    0.759022] pci_bus 0000:06: resource 1 [mem 0xb0b00000-0xb8bfffff]
[    0.759023] pci_bus 0000:06: resource 2 [mem 0xbcc00000-0xc4bfffff 64bit pref]
[    0.759024] pci_bus 0000:07: resource 1 [mem 0xb0b00000-0xb0bfffff]
[    0.759026] pci_bus 0000:08: resource 0 [io  0x3000-0x3fff]
[    0.759027] pci_bus 0000:08: resource 1 [mem 0xb0c00000-0xb4bfffff]
[    0.759028] pci_bus 0000:08: resource 2 [mem 0xbcc00000-0xc0bfffff 64bit pref]
[    0.759030] pci_bus 0000:39: resource 0 [io  0x4000-0x4fff]
[    0.759031] pci_bus 0000:39: resource 1 [mem 0xb4c00000-0xb8bfffff]
[    0.759033] pci_bus 0000:39: resource 2 [mem 0xc0c00000-0xc4bfffff 64bit pref]
[    0.759034] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.759036] pci_bus 0000:04: resource 1 [mem 0xb0700000-0xb07fffff]
[    0.759173] NET: Registered protocol family 2
[    0.759355] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.759495] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.759640] TCP: Hash tables configured (established 65536 bind 65536)
[    0.759678] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.759706] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.759767] NET: Registered protocol family 1
[    0.759781] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.760112] PCI: CLS 256 bytes, default 64
[    0.760152] Unpacking initramfs...
[    7.072997] Freeing initrd memory: 42052K
[    7.073030] DMAR: No ATSR found
[    7.073491] DMAR: dmar0: Using Queued invalidation
[    7.073500] DMAR: dmar1: Using Queued invalidation
[    7.073574] DMAR: Setting RMRR:
[    7.073619] DMAR: Setting identity map for device 0000:00:02.0 [0x8d800000 - 0x8f9fffff]
[    7.073930] DMAR: Prepare 0-16MiB unity mapping for LPC
[    7.073968] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[    7.074185] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    7.074247] iommu: Adding device 0000:00:00.0 to group 0
[    7.074258] iommu: Adding device 0000:00:02.0 to group 1
[    7.074269] iommu: Adding device 0000:00:03.0 to group 2
[    7.074279] iommu: Adding device 0000:00:14.0 to group 3
[    7.074299] iommu: Adding device 0000:00:15.0 to group 4
[    7.074310] iommu: Adding device 0000:00:15.4 to group 4
[    7.074325] iommu: Adding device 0000:00:16.0 to group 5
[    7.074335] iommu: Adding device 0000:00:1b.0 to group 6
[    7.074346] iommu: Adding device 0000:00:1c.0 to group 7
[    7.074357] iommu: Adding device 0000:00:1c.1 to group 8
[    7.074368] iommu: Adding device 0000:00:1c.2 to group 9
[    7.074379] iommu: Adding device 0000:00:1c.4 to group 10
[    7.074390] iommu: Adding device 0000:00:1c.5 to group 11
[    7.074409] iommu: Adding device 0000:00:1f.0 to group 12
[    7.074420] iommu: Adding device 0000:00:1f.3 to group 12
[    7.074432] iommu: Adding device 0000:02:00.0 to group 13
[    7.074442] iommu: Adding device 0000:03:00.0 to group 14
[    7.074453] iommu: Adding device 0000:05:00.0 to group 15
[    7.074464] iommu: Adding device 0000:06:00.0 to group 16
[    7.074475] iommu: Adding device 0000:06:03.0 to group 17
[    7.074487] iommu: Adding device 0000:06:04.0 to group 18
[    7.074500] iommu: Adding device 0000:06:05.0 to group 19
[    7.074511] iommu: Adding device 0000:06:06.0 to group 20
[    7.074522] iommu: Adding device 0000:07:00.0 to group 16
[    7.074532] iommu: Adding device 0000:04:00.0 to group 21
[    7.076752] Scanning for low memory corruption every 60 seconds
[    7.077393] Initialise system trusted keyrings
[    7.077406] Key type blacklist registered
[    7.077458] workingset: timestamp_bits=40 max_order=21 bucket_order=0
[    7.078760] zbud: loaded
[    7.079398] Key type asymmetric registered
[    7.079432] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    7.079468] io scheduler noop registered
[    7.079469] io scheduler deadline registered
[    7.079495] io scheduler cfq registered (default)
[    7.079496] io scheduler mq-deadline registered
[    7.079497] io scheduler kyber registered
[    7.079522] io scheduler bfq registered
[    7.080623] pcieport 0000:06:03.0: enabling device (0000 -> 0003)
[    7.080826] pcieport 0000:06:04.0: enabling device (0000 -> 0003)
[    7.081404] pciehp 0000:06:03.0:pcie204: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
[    7.081462] pciehp 0000:06:04.0:pcie204: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
[    7.081504] pciehp 0000:06:05.0:pcie204: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
[    7.081544] pciehp 0000:06:06.0:pcie204: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- LLActRep+
[    7.081587] efifb: probing for efifb
[    7.081600] efifb: framebuffer at 0xa0000000, using 5400k, total 5400k
[    7.081602] efifb: mode is 1440x900x32, linelength=6144, pages=1
[    7.081602] efifb: scrolling: redraw
[    7.081604] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    7.085360] Console: switching to colour frame buffer device 180x56
[    7.088997] fb0: EFI VGA frame buffer device
[    7.089005] intel_idle: MWAIT substates: 0x11142120
[    7.089006] intel_idle: v0.4.1 model 0x45
[    7.089235] intel_idle: lapic_timer_reliable_states 0xffffffff
[    7.089409] GHES: HEST is not enabled!
[    7.089452] dw_dmac_pci 0000:00:15.0: enabling device (0000 -> 0002)
[    7.089537] dw_dmac_pci 0000:00:15.0: can't derive routing for PCI INT B
[    7.089538] dw_dmac_pci 0000:00:15.0: PCI INT B: no GSI
[    7.089569] genirq: Flags mismatch irq 0. 00000080 (dw:dmac168) vs. 00015a00 (timer)
[    7.089621] dw_dmac_pci: probe of 0000:00:15.0 failed with error -16
[    7.089679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    7.090196] Linux agpgart interface v0.103
[    7.090535] rtc_cmos 00:02: RTC can wake from S4
[    7.090675] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    7.090709] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    7.090722] intel_pstate: Intel P-state driver initializing
[    7.090935] ledtrig-cpu: registered to indicate activity on CPUs
[    7.090998] vlv2_plat_clk vlv2_plat_clk: vlv2_plat_clk initialized
[    7.091475] NET: Registered protocol family 10
[    7.098889] Segment Routing with IPv6
[    7.098934] NET: Registered protocol family 17
[    7.099406] RAS: Correctable Errors collector initialized.
[    7.099463] microcode: sig=0x40651, pf=0x40, revision=0x20
[    7.099620] microcode: Microcode Update Driver: v2.2.
[    7.099640] sched_clock: Marking stable (7099610008, 0)->(7100044315, -434307)
[    7.100122] registered taskstats version 1
[    7.100134] Loading compiled-in X.509 certificates
[    7.100165] zswap: loaded using pool lzo/zbud
[    7.101394]   Magic number: 5:772:980
[    7.101557] rtc_cmos 00:02: setting system clock to 2017-10-18 09:58:34 UTC (1508320714)
[    7.103121] PM: Hibernation image not present or could not be loaded.
[    7.105888] Freeing unused kernel memory: 1328K
[    7.105891] Write protecting the kernel read-only data: 10240k
[    7.106730] Freeing unused kernel memory: 1576K
[    7.106844] Freeing unused kernel memory: 12K
[    7.564905] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    7.564943] ACPI: Lid Switch [LID0]
[    7.564989] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    7.565000] ACPI: Power Button [PWRB]
[    7.565038] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    7.565046] ACPI: Sleep Button [SLPB]
[    7.565083] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    7.565095] ACPI: Power Button [PWRF]
[    7.574642] ACPI: bus type USB registered
[    7.574666] usbcore: registered new interface driver usbfs
[    7.574675] usbcore: registered new interface driver hub
[    7.574701] usbcore: registered new device driver usb
[    7.576000] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    7.576010] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    7.577175] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0004b810
[    7.577182] xhci_hcd 0000:00:14.0: cache line size of 256 is not supported
[    7.577423] SCSI subsystem initialized
[    7.577444] hub 1-0:1.0: USB hub found
[    7.577456] hub 1-0:1.0: 9 ports detected
[    7.577856] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    7.577864] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    7.578038] hub 2-0:1.0: USB hub found
[    7.578046] hub 2-0:1.0: 4 ports detected
[    7.602142] libata version 3.00 loaded.
[    7.604117] AVX2 version of gcm_enc/dec engaged.
[    7.604118] AES CTR mode by8 optimization enabled
[    7.604758] ahci 0000:04:00.0: version 3.0
[    7.606746] [drm] Memory usable by graphics device = 2048M
[    7.606748] [drm] VT-d active for gfx access
[    7.606751] checking generic (a0000000 546000) vs hw (a0000000 10000000)
[    7.606752] fb: switching to inteldrmfb from EFI VGA
[    7.606784] Console: switching to colour dummy device 80x25
[    7.606884] [drm] Replacing VGA console driver
[    7.606907] [drm] DMAR active, disabling use of stolen memory
[    7.610054] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    7.610055] [drm] Driver supports precise vblank timestamp query.
[    7.610402] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    7.615039] ahci 0000:04:00.0: AHCI 0001.0000 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    7.615042] ahci 0000:04:00.0: flags: 64bit ncq sntf led pio slum part 
[    7.615342] scsi host0: ahci
[    7.615405] ata1: SATA max UDMA/133 abar m512@0xb0700000 port 0xb0700100 irq 49
[    7.620424] DMAR: DRHD: handling fault status reg 2
[    7.620433] DMAR: [DMA Write] Request device [04:00.1] fault addr fffe0000 [fault reason 02] Present bit in context entry is clear
[    7.627541] [drm] Initialized i915 1.6.0 20170619 for 0000:00:02.0 on minor 0
[    7.628438] ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
[    7.628929] acpi device:02: registered as cooling_device4
[    7.629029] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    7.793502] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
[    7.816590] usb-storage 2-3:1.0: USB Mass Storage device detected
[    7.816867] scsi host1: usb-storage 2-3:1.0
[    7.816985] usbcore: registered new interface driver usb-storage
[    7.817511] usbcore: registered new interface driver uas
[    7.923398] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    7.927809] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    7.928215] DMAR: DRHD: handling fault status reg 3
[    7.928236] DMAR: [DMA Write] Request device [04:00.1] fault addr fffe0000 [fault reason 02] Present bit in context entry is clear
[    7.928271] ata1.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[    7.970143] fbcon: inteldrmfb (fb0) is primary device
[    8.061880] usb-storage 1-2:1.0: USB Mass Storage device detected
[    8.062127] scsi host2: usb-storage 1-2:1.0
[    8.103396] tsc: Refined TSC clocksource calibration: 2299.999 MHz
[    8.103407] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2127345424d, max_idle_ns: 440795318347 ns
[    8.230064] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    8.361942] hub 1-3:1.0: USB hub found
[    8.362065] hub 1-3:1.0: 3 ports detected
[    8.530084] usb 1-5: new full-speed USB device number 4 using xhci_hcd
[    8.666764] hidraw: raw HID events driver (C) Jiri Kosina
[    8.669539] usbcore: registered new interface driver usbhid
[    8.669541] usbhid: USB HID core driver
[    8.671611] apple 0003:05AC:0291.0001: hiddev0,hidraw0: USB HID v1.10 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input0
[    8.672122] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:05AC:0291.0002/input/input5
[    8.726972] apple 0003:05AC:0291.0002: input,hiddev1,hidraw1: USB HID v1.10 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-5/input1
[    8.733425] usb 1-3.1: new full-speed USB device number 5 using xhci_hcd
[    8.825405] scsi 1:0:0:0: Direct-Access     APPLE    SD Card Reader   3.00 PQ: 0 ANSI: 6
[    8.830240] input: HID 05ac:820a as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.0/0003:05AC:820A.0003/input/input6
[    8.830529] sd 1:0:0:0: [sda] Attached SCSI removable disk
[    8.886993] hid-generic 0003:05AC:820A.0003: input,hidraw2: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:14.0-3.1/input0
[    8.900129] usb 1-3.2: new full-speed USB device number 6 using xhci_hcd
[    8.994741] input: HID 05ac:820b as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:05AC:820B.0004/input/input7
[    8.994846] hid-generic 0003:05AC:820B.0004: input,hidraw3: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:14.0-3.2/input0
[    9.065517] scsi 2:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
[    9.066682] usb 1-3.3: new full-speed USB device number 7 using xhci_hcd
[    9.066968] sd 2:0:0:0: [sdb] 15730688 512-byte logical blocks: (8.05 GB/7.50 GiB)
[    9.067675] sd 2:0:0:0: [sdb] Write Protect is off
[    9.067679] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[    9.068359] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    9.073293]  sdb: sdb1 sdb2
[    9.075645] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    9.113384] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* uncleared fifo underrun on pipe A
[    9.113457] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
[    9.116873] clocksource: Switched to clocksource tsc
[    9.348232] Console: switching to colour frame buffer device 180x56
[    9.370624] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   13.068541] DMAR: DRHD: handling fault status reg 2
[   13.068631] DMAR: [DMA Write] Request device [04:00.1] fault addr fffe0000 [fault reason 02] Present bit in context entry is clear
[   13.378169] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   13.378577] DMAR: DRHD: handling fault status reg 3
[   13.378631] ata1.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[   13.378638] ata1: limiting SATA link speed to 3.0 Gbps
[   13.378695] DMAR: [DMA Write] Request device [04:00.1] fault addr fffe0000 [fault reason 02] Present bit in context entry is clear
[   18.401813] DMAR: DRHD: handling fault status reg 2
[   18.401881] DMAR: [DMA Write] Request device [04:00.1] fault addr fffe0000 [fault reason 02] Present bit in context entry is clear
[   18.711396] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   18.711809] DMAR: DRHD: handling fault status reg 3
[   18.711850] ata1.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)
[   18.711897] DMAR: [DMA Write] Request device [04:00.1] fault addr fffe0000 [fault reason 02] Present bit in context entry is clear
[   23.735179] DMAR: DRHD: handling fault status reg 2
[   23.735266] DMAR: [DMA Write] Request device [04:00.1] fault addr fffe0000 [fault reason 02] Present bit in context entry is clear
[   24.044789] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[   24.176044] ISO 9660 Extensions: RRIP_1991A
[   24.184486] loop: module loaded
[   24.359481] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   24.383493] overlayfs: fs on '/run/archiso/sfs/airootfs' does not support file handles, falling back to index=off.
[   25.244648] ip_tables: (C) 2000-2006 Netfilter Core Team
[   25.279581] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[   25.279741] systemd[1]: Detected architecture x86-64.
[   25.291394] systemd[1]: Set hostname to <archiso>.
[   25.337208] systemd[1]: Initializing machine ID from random generator.
[   25.601266] systemd[1]: Listening on Journal Socket.
[   25.601379] systemd[1]: Reached target Swap.
[   25.601678] systemd[1]: Created slice System Slice.
[   25.601766] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   25.602551] systemd[1]: Mounting Temporary Directory (/tmp)...
[   25.602702] systemd[1]: Created slice User and Session Slice.
[   25.771723] systemd-journald[206]: Received request to flush runtime journal from PID 1
[   26.244155] ACPI: AC Adapter [ADP1] (on-line)
[   26.278025] ACPI: SBS HC: EC = 0xffff9784a5026b00, offset = 0x20, query_bit = 0x10
[   26.299514] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   26.352437] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   26.437028] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   26.437052] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
[   26.454983] random: crng init done
[   26.526738] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops vgt_balloon_space [i915])
[   26.533567] input: PC Speaker as /devices/platform/pcspkr/input/input8
[   26.551294] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   26.551296] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   26.551297] RAPL PMU: hw unit of domain package 2^-14 Joules
[   26.551297] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   26.551298] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   26.576219] snd_hda_codec_cirrus hdaudioC1D0: autoconfig for CS4208: line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:speaker
[   26.576221] snd_hda_codec_cirrus hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   26.576222] snd_hda_codec_cirrus hdaudioC1D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
[   26.576222] snd_hda_codec_cirrus hdaudioC1D0:    mono: mono_out=0x0
[   26.576223] snd_hda_codec_cirrus hdaudioC1D0:    inputs:
[   26.576224] snd_hda_codec_cirrus hdaudioC1D0:      Mic=0x1c
[   26.582103] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
[   26.585232] bcma: bus0: Found chip with id 0x4360, rev 0x03 and package 0x00
[   26.585275] bcma: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x2B, class 0x0)
[   26.585299] bcma: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x2A, class 0x0)
[   26.585343] bcma: bus0: Core 2 found: ARM CR4 (manuf 0x4BF, id 0x83E, rev 0x02, class 0x0)
[   26.585391] bcma: bus0: Core 3 found: PCIe Gen2 (manuf 0x4BF, id 0x83C, rev 0x01, class 0x0)
[   26.585414] bcma: bus0: Core 4 found: USB 2.0 Device (manuf 0x4BF, id 0x81A, rev 0x11, class 0x0)
[   26.610310] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
[   26.610365] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[   26.610418] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
[   26.610466] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[   26.610520] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[   26.611059] thunderbolt 0000:07:00.0: NHI initialized, starting thunderbolt
[   26.611063] thunderbolt 0000:07:00.0: allocating TX ring 0 of size 10
[   26.611125] thunderbolt 0000:07:00.0: allocating RX ring 0 of size 10
[   26.611139] thunderbolt 0000:07:00.0: control channel created
[   26.611140] thunderbolt 0000:07:00.0: control channel starting...
[   26.611141] thunderbolt 0000:07:00.0: starting TX ring 0
[   26.611149] thunderbolt 0000:07:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[   26.611150] thunderbolt 0000:07:00.0: starting RX ring 0
[   26.611158] thunderbolt 0000:07:00.0: enabling interrupt at register 0x38200 bit 12 (0x1 -> 0x1001)
[   26.611912] thunderbolt 0000:07:00.0: current switch config:
[   26.611915] thunderbolt 0000:07:00.0:  Switch: 8086:1547 (Revision: 3, TB Version: 1)
[   26.611916] thunderbolt 0000:07:00.0:   Max Port Number: 12
[   26.611917] thunderbolt 0000:07:00.0:   Config:
[   26.611919] thunderbolt 0000:07:00.0:    Upstream Port Number: 5 Depth: 0 Route String: 0x0 Enabled: 1, PlugEventsDelay: 255ms
[   26.611921] thunderbolt 0000:07:00.0:    unknown1: 0x0 unknown4: 0x0
[   26.611971] thunderbolt 0000:07:00.0: initializing Switch at 0x0 (depth: 0, up port: 5)
[   26.612119] thunderbolt 0000:07:00.0: 0: uid: 0x1000d1eaa2000
[   26.612249] thunderbolt 0000:07:00.0:  Port 0: 8086:1547 (Revision: 3, TB Version: 1, Type: Port (0x1))
[   26.612251] thunderbolt 0000:07:00.0:   Max hop id (in/out): 7/7
[   26.612252] thunderbolt 0000:07:00.0:   Max counters: 8
[   26.612253] thunderbolt 0000:07:00.0:   NFC Credits: 0x700000
[   26.612309] thunderbolt 0000:07:00.0:  Port 1: 8086:1547 (Revision: 3, TB Version: 1, Type: Port (0x1))
[   26.612310] thunderbolt 0000:07:00.0:   Max hop id (in/out): 15/15
[   26.612311] thunderbolt 0000:07:00.0:   Max counters: 16
[   26.612313] thunderbolt 0000:07:00.0:   NFC Credits: 0x3c00000
[   26.612372] thunderbolt 0000:07:00.0:  Port 2: 8086:1547 (Revision: 3, TB Version: 1, Type: Port (0x1))
[   26.612373] thunderbolt 0000:07:00.0:   Max hop id (in/out): 15/15
[   26.612375] thunderbolt 0000:07:00.0:   Max counters: 16
[   26.612376] thunderbolt 0000:07:00.0:   NFC Credits: 0x3c00000
[   26.612377] thunderbolt 0000:07:00.0: 0:3: disabled by eeprom
[   26.612378] thunderbolt 0000:07:00.0: 0:4: disabled by eeprom
[   26.612393] thunderbolt 0000:07:00.0:  Port 5: 8086:1547 (Revision: 3, TB Version: 1, Type: NHI (0x2))
[   26.612395] thunderbolt 0000:07:00.0:   Max hop id (in/out): 11/11
[   26.612396] thunderbolt 0000:07:00.0:   Max counters: 16
[   26.612397] thunderbolt 0000:07:00.0:   NFC Credits: 0x700000
[   26.612413] thunderbolt 0000:07:00.0:  Port 6: 8086:1547 (Revision: 3, TB Version: 1, Type: PCIe (0x100101))
[   26.612415] thunderbolt 0000:07:00.0:   Max hop id (in/out): 8/8
[   26.612416] thunderbolt 0000:07:00.0:   Max counters: 2
[   26.612417] thunderbolt 0000:07:00.0:   NFC Credits: 0x700000
[   26.612434] thunderbolt 0000:07:00.0:  Port 7: 8086:1547 (Revision: 3, TB Version: 1, Type: PCIe (0x100101))
[   26.612435] thunderbolt 0000:07:00.0:   Max hop id (in/out): 8/8
[   26.612436] thunderbolt 0000:07:00.0:   Max counters: 2
[   26.612437] thunderbolt 0000:07:00.0:   NFC Credits: 0x700000
[   26.612452] thunderbolt 0000:07:00.0:  Port 8: 8086:1547 (Revision: 3, TB Version: 1, Type: PCIe (0x100101))
[   26.612453] thunderbolt 0000:07:00.0:   Max hop id (in/out): 8/8
[   26.612454] thunderbolt 0000:07:00.0:   Max counters: 2
[   26.612455] thunderbolt 0000:07:00.0:   NFC Credits: 0x700000
[   26.612471] thunderbolt 0000:07:00.0:  Port 9: 8086:1547 (Revision: 3, TB Version: 1, Type: PCIe (0x100101))
[   26.612472] thunderbolt 0000:07:00.0:   Max hop id (in/out): 8/8
[   26.612473] thunderbolt 0000:07:00.0:   Max counters: 2
[   26.612474] thunderbolt 0000:07:00.0:   NFC Credits: 0x700000
[   26.612476] thunderbolt 0000:07:00.0: 0:a: disabled by eeprom
[   26.612493] thunderbolt 0000:07:00.0:  Port 11: 8086:1547 (Revision: 3, TB Version: 1, Type: DP/HDMI (0xe0101))
[   26.612494] thunderbolt 0000:07:00.0:   Max hop id (in/out): 9/9
[   26.612495] thunderbolt 0000:07:00.0:   Max counters: 2
[   26.612497] thunderbolt 0000:07:00.0:   NFC Credits: 0xf00000
[   26.612512] thunderbolt 0000:07:00.0:  Port 12: 8086:1547 (Revision: 3, TB Version: 1, Type: DP/HDMI (0xe0101))
[   26.612514] thunderbolt 0000:07:00.0:   Max hop id (in/out): 9/9
[   26.612515] thunderbolt 0000:07:00.0:   Max counters: 2
[   26.612516] thunderbolt 0000:07:00.0:   NFC Credits: 0xf00000
[   26.612556] thunderbolt 0000:07:00.0: 0:1: is unplugged (state: 7)
[   26.653833] bcma: Unsupported SPROM revision: 11
[   26.654963] bcma: bus0: Invalid SPROM read from the PCIe card, trying to use fallback SPROM
[   26.654964] bcma: bus0: Using fallback SPROM failed (err -2)
[   26.654965] bcma: bus0: No SPROM available
[   26.657844] bcma: bus0: Bus registered
[   26.751230] input: bcm5974 as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.2/input/input15
[   26.751407] usbcore: registered new interface driver bcm5974
[   26.807396] iTCO_vendor_support: vendor-support=0
[   26.809666] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   26.809732] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[   26.824147] mousedev: PS/2 mouse device common for all mice
[   26.935086] applesmc: key=518 fan=1 temp=32 index=32 acc=0 lux=2 kbd=1
[   26.935199] applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   27.132184] Bluetooth: Core ver 2.22
[   27.132206] NET: Registered protocol family 31
[   27.132207] Bluetooth: HCI device and connection manager initialized
[   27.132211] Bluetooth: HCI socket layer initialized
[   27.132214] Bluetooth: L2CAP socket layer initialized
[   27.132221] Bluetooth: SCO socket layer initialized
[   27.266399] usbcore: registered new interface driver btusb
[   27.377914] Bluetooth: hci0: BCM: chip id 73 build 0464
[   27.378900] Bluetooth: hci0: BCM: product 05ac:828f
[   27.379902] Bluetooth: hci0: BCM: features 0x07
[   27.387004] usb 1-3.1: USB disconnect, device number 5
[   27.393038] intel_rapl: Found RAPL domain package
[   27.393042] intel_rapl: Found RAPL domain core
[   27.393044] intel_rapl: Found RAPL domain uncore
[   27.393046] intel_rapl: Found RAPL domain dram
[   27.395905] Bluetooth: hci0: BCM20702B0 Generic USB Class 1 @ 20 MHz
[   27.610117] usb 1-3.2: USB disconnect, device number 6
[   27.685959] b43-phy0: Broadcom 4360 WLAN found (core revision 42)
[   27.687195] b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 12, Type 11 (AC), Revision 1)
[   27.687985] b43: probe of bcma0:1 failed with error -95
[   27.688000] Broadcom 43xx driver loaded [ Features: PNLS ]
[   39.953412] usb 1-1: new high-speed USB device number 8 using xhci_hcd
[   40.085831] usb-storage 1-1:1.0: USB Mass Storage device detected
[   40.086092] scsi host3: usb-storage 1-1:1.0
[   41.212005] scsi 3:0:0:0: Direct-Access                                    PQ: 0 ANSI: 4
[   41.212845] sd 3:0:0:0: [sdc] 7802880 512-byte logical blocks: (4.00 GB/3.72 GiB)
[   41.213314] sd 3:0:0:0: [sdc] Write Protect is off
[   41.213321] sd 3:0:0:0: [sdc] Mode Sense: 43 00 00 00
[   41.215353] sd 3:0:0:0: [sdc] No Caching mode page found
[   41.215429] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[   41.219159]  sdc: sdc1
[   41.221103] sd 3:0:0:0: [sdc] Attached SCSI removable disk

Offline

#10 2017-10-18 13:18:44

seth
Member
Registered: 2012-09-03
Posts: 51,543

Re: [SOLVED] Mount point for HD not found from live USB

[    7.928271] ata1.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)

Uuhh-oohhh (There's a severe lack of link resets to make this a cable issue...)

Does the disk still show up in BIOS/UEFI?
In case, try appending "iommu=off" to the kernel parameters of the next archiso boot and pray.

Offline

#11 2017-10-18 15:47:45

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

Re: [SOLVED] Mount point for HD not found from live USB

antspants wrote:
Trilby wrote:

...suspect a hardware issue...

Unlikely. It's a laptop

I don't follow.  Laptops don't have hardware issues?  They could be *more* prone to such issues as they are moved around.


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

Offline

#12 2017-10-18 19:19:09

antspants
Member
Registered: 2017-10-09
Posts: 9

Re: [SOLVED] Mount point for HD not found from live USB

seth wrote:

Does the disk still show up in BIOS/UEFI?

I have four options to choose from:
Arch iso
UEFI v.1
UEFI v.2
EFI Loader

This is where things get f!#*ing wierd and scary. I tried booting from UEFI v.1 and got a "not found" error. Booting from UEFI v.2 brings up a black screen. I tried booting in to UEFI v.1 again 10 minutes later and it has brought up a "Device Mapping Table" with various hard disks, block devices etc. This certainly suggests a dodgy connection. Apologies to Trilby. The reason I thought it unlikely (not impossible) is because the first time this happened, I did not move the laptop from the time it was working to failed reboot. There must be a very sensitive and light connection somewhere.

Laptop is cactus?

Finally, do I have to remaster the iso to change the kernel params so that I can recover data, assuming I can sustain a connection to the HD?

Last edited by antspants (2017-10-18 19:27:29)

Offline

#13 2017-10-18 19:47:12

seth
Member
Registered: 2012-09-03
Posts: 51,543

Re: [SOLVED] Mount point for HD not found from live USB

I meant in the pre-boot settings (pressing DEL, F2 or F11 or so will get you there)
This *might* be a firmware issue (so flashing the disk would revive it) or *might* be a loose connection (if it's detachable) - but the thing could just as much be toast :-(

Check the visibility in the BIOS settings, then check whether you can flash its firmware and otherwise go get a screwdriver ... sorry :-\

Edit: you can edit the kernel parameters right in the kernel command line of the iso disk, but first you need to get some sort of access to the disk.

Last edited by seth (2017-10-18 19:48:25)

Offline

#14 2017-10-23 23:47:33

antspants
Member
Registered: 2017-10-09
Posts: 9

Re: [SOLVED] Mount point for HD not found from live USB

seth wrote:

pressing DEL, F2 or F11 or so will get you there

Sorry about the delay.

I'm not able to get in to the live usb pre-boot settings. Unlike the regular arch setup (which responds to "e"), no menu appears when I start the usb, it just starts booting with a stream of messages. I have tried pressing all the keys and others that you suggested anyway, to no avail. I can't find any documentation suggesting that pre-boot settings can even be modified on a live usb. Thoughts?

Offline

#15 2017-10-24 07:38:39

seth
Member
Registered: 2012-09-03
Posts: 51,543

Re: [SOLVED] Mount point for HD not found from live USB

Unlike the regular arch setup (which responds to "e")

No, that's the boot loader (grub, syslinus, ...) - you're looking for something before that you can access even without any bootable OS (whether on HDD or USB)

=> google or check your motherboards manual.

Offline

#16 2017-10-24 23:14:26

antspants
Member
Registered: 2017-10-09
Posts: 9

Re: [SOLVED] Mount point for HD not found from live USB

Thanks for your patience.

This is a Macbook Air, so the "option" key gets me to what I assume are the pre-boot settings. This brings up a screen where I can "Choose Network" and/or select "EFI Boot". When I select EFI Boot, I get a screen with four options, which I listed above (archiso, UEFI, etc).

If I select the archiso, there is nowhere to change the kernel params to "iommu=off", as you suggested.

If I select "UEFI Shell x86_64 v1", I can see "Device Mapping Table" with various hard disks and block devices. Here I have a shell prompt, and "help" or "?" spews out all the commands, but they don't fit on the screen. I can't | less either. I guess these shell commands are built in to the firmware and is unix, not linux, so I may have to ask elsewhere.

Offline

#17 2017-10-25 07:52:13

seth
Member
Registered: 2012-09-03
Posts: 51,543

Re: [SOLVED] Mount point for HD not found from live USB

Be careful what you do in the firmware shell - you can brick the device!

There should be a HW diagnostics tool in the firmware, see https://support.apple.com/en-us/HT201255

Offline

#18 2017-10-27 03:36:58

antspants
Member
Registered: 2017-10-09
Posts: 9

Re: [SOLVED] Mount point for HD not found from live USB

Finally able to boot in to my laptop. Got a hint from this topic. All I had to do was edit the kernel params by pressing "e" when "Arch Linux" is selected in the boot options and add

iommu=soft

to the kernel parameters.

After that:
- back up data!

sudo mkinitcpio -p linux

The initramfs was successfully built, but I still got dropped into emergency shell if I omitted the iommu flag.
I also do not get the previous error in dmesg anymore.

[    7.928271] ata1.00: failed to IDENTIFY (INIT_DEV_PARAMS failed, err_mask=0x80)

So then I ran

sudo pacman -Syu

and got a "failed to prepare transaction" error due to a package conflict. By getting rid of the offending package and re-running pacman, I now have a bootable computer! This may have been the original culprit.

I'm still not sure exactly what happened. Either a problem caused by upgrading or a hardware problem or both. I'll assume the worst and open up the laptop.

Thanks for all your help. If anyone can explain what happened, I would be very grateful.

Last edited by antspants (2017-10-27 03:40:27)

Offline

#19 2017-10-27 06:51:00

seth
Member
Registered: 2012-09-03
Posts: 51,543

Re: [SOLVED] Mount point for HD not found from live USB

intel_iommu was enabled by default in 4.13.0 - 4.13.4 and caused all sorts of troubles - yours being outstandingly nasty. (if you had said "after updating from 4.12.5 to 4.13.3 [things] suddenly no longer work" that would probably immediately have triggered a link to iommu)

Offline

Board footer

Powered by FluxBB