Booting into linux-3.11-1 causes network to break [solved]

I cherry picked linux-3.11-1 and linux-firmware-20130903 out of [i686 testing] on a 10-year-old machine (nforce2-based motherboard, model Asus A7N8X-E Deluxe).  Upon rebooting, into the new kernel, I am left with a partially functional network.  Downgrading/rebooting fixes the issue. 
What works:
*Netctl successfully bring up the interface
*I can ping internal IP addresses (
*I can resolve domain names; wget can start a download from the aur (aur.archlinux.org gets resolved to a numerical IP but the download never starts).
What doesn't work:
*I cannot ping external addresses (names or numerical)
*I cannot ssh out or into the box
*I cannot receive data via wget which just hangs indefinitely.
Not quite sure where to start since systemd doesn't report any problems with netctl coming up under 3.11-1-ARCH.  Here is the dmesg output under 3.11-1-ARCH but again, I don't see anything obvious pointing to an error.  Thoughts are welcomed.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.11.0-1-ARCH (tobias@testing-i686) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Sep 3 09:40:44 CEST 2013
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fff2fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000003fff3000-0x000000003fffffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffff0000-0x00000000ffffffff] reserved
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] SMBIOS 2.2 present.
[ 0.000000] DMI: ASUSTeK Computer INC. A7N8X-E/A7N8X-E, BIOS ASUS A7N8X-E Deluxe ACPI BIOS Rev 1013 11/12/2004
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-C7FFF write-protect
[ 0.000000] C8000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 0A0000000 mask FE0000000 write-combining
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
[ 0.000000] [mem 0x37000000-0x373fffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
[ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[ 0.000000] [mem 0x00100000-0x003fffff] page 4k
[ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
[ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
[ 0.000000] BRK [0x0177b000, 0x0177bfff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x37840000-0x37c17fff]
[ 0.000000] Allocated new RAMDISK: [mem 0x37426000-0x377fd85f]
[ 0.000000] Move RAMDISK from [mem 0x37840000-0x37c1785f] to [mem 0x37426000-0x377fd85f]
[ 0.000000] ACPI: RSDP 000f75e0 00014 (v00 Nvidia)
[ 0.000000] ACPI: RSDT 3fff3000 0002C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 3fff3040 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: DSDT 3fff30c0 04561 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000E)
[ 0.000000] ACPI: FACS 3fff0000 00040
[ 0.000000] ACPI: APIC 3fff7640 0006E (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 135MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] BRK [0x0177c000, 0x0177cfff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x377fdfff]
[ 0.000000] HighMem [mem 0x377fe000-0x3ffeffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009ffff]
[ 0.000000] node 0: [mem 0x00100000-0x3ffeffff]
[ 0.000000] On node 0 totalpages: 262031
[ 0.000000] free_area_init_node: node 0, pgdat c15d7680, node_mem_map f6c26020
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3999 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 223230 pages, LIFO batch:31
[ 0.000000] HighMem zone: 272 pages used for memmap
[ 0.000000] HighMem zone: 34802 pages, LIFO batch:7
[ 0.000000] Using APIC driver default
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: BIOS IRQ0 override ignored.
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x40000000-0xfebfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @f6c11000 s33536 r0 d23808 u57344
[ 0.000000] pcpu-alloc: s33536 r0 d23808 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260255
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=e44cf5d1-6138-4fcd-9a42-24ea02a17429 rw quiet
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 2097016 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:0003fff0)
[ 0.000000] Memory: 1025320K/1048124K available (4259K kernel code, 430K rwdata, 1356K rodata, 608K init, 948K bss, 22804K reserved, 139208K highmem)
[ 0.000000] virtual kernel memory layout:
fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
.init : 0xc15e9000 - 0xc1681000 ( 608 kB)
.data : 0xc1428f5e - 0xc15e8940 (1790 kB)
.text : 0xc1000000 - 0xc1428f5e (4259 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[ 0.000000] NR_IRQS:2304 nr_irqs:256 16
[ 0.000000] CPU 0 irqstacks, hard=f6406000 soft=f6408000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2191.342 MHz processor
[ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 4384.29 BogoMIPS (lpj=7304473)
[ 0.003340] pid_max: default: 32768 minimum: 301
[ 0.003404] Security Framework initialized
[ 0.003424] AppArmor: AppArmor disabled by boot time parameter
[ 0.003442] Mount-cache hash table entries: 512
[ 0.003784] Initializing cgroup subsys memory
[ 0.003810] Initializing cgroup subsys devices
[ 0.003814] Initializing cgroup subsys freezer
[ 0.003817] Initializing cgroup subsys net_cls
[ 0.003820] Initializing cgroup subsys blkio
[ 0.003857] mce: CPU supports 4 MCE banks
[ 0.003878] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
tlb_flushall_shift: -1
[ 0.010167] Freeing SMP alternatives memory: 20K (c1681000 - c1686000)
[ 0.011045] ACPI: Core revision 20130517
[ 0.014805] ACPI: All ACPI Tables successfully acquired
[ 0.015605] ftrace: allocating 19083 entries in 38 pages
[ 0.023487] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.023931] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.058245] smpboot: CPU0: AMD Athlon(tm) XP 3200+ (fam: 06, model: 0a, stepping: 00)
[ 0.059999] Performance Events: AMD PMU driver.
[ 0.059999] ... version: 0
[ 0.059999] ... bit width: 48
[ 0.059999] ... generic registers: 4
[ 0.059999] ... value mask: 0000ffffffffffff
[ 0.059999] ... max period: 00007fffffffffff
[ 0.059999] ... fixed-purpose events: 0
[ 0.059999] ... event mask: 000000000000000f
[ 0.076672] Brought up 1 CPUs
[ 0.076679] smpboot: Total of 1 processors activated (4384.29 BogoMIPS)
[ 0.077080] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.077245] devtmpfs: initialized
[ 0.077523] PM: Registering ACPI NVS region [mem 0x3fff0000-0x3fff2fff] (12288 bytes)
[ 0.079094] RTC time: 17:00:47, date: 09/09/13
[ 0.079157] NET: Registered protocol family 16
[ 0.079371] ACPI: bus type PCI registered
[ 0.079375] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.111138] PCI: PCI BIOS revision 2.10 entry at 0xfb410, last bus=3
[ 0.111140] PCI: Using configuration type 1 for base access
[ 0.112142] bio: create slab <bio-0> at 0
[ 0.112302] ACPI: Added _OSI(Module Device)
[ 0.112305] ACPI: Added _OSI(Processor Device)
[ 0.112307] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.112310] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.113217] ACPI: EC: Look up EC in DSDT
[ 0.116900] ACPI: Interpreter enabled
[ 0.116919] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[ 0.116925] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130517/hwxface-571)
[ 0.116938] ACPI: (supports S0 S1 S4 S5)
[ 0.116941] ACPI: Using IOAPIC for interrupt routing
[ 0.116978] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.117081] ACPI: No dock devices found.
[ 0.125228] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.125323] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.125327] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.125331] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.125334] acpi PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
[ 0.125337] acpi PNP0A03:00: host bridge window [mem 0x40000000-0xfebfffff] (ignored)
[ 0.125340] PCI: root bus 00: using default resources
[ 0.125344] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.125547] PCI host bridge to bus 0000:00
[ 0.125553] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.125556] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.125559] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.125574] pci 0000:00:00.0: [10de:01e0] type 00 class 0x060000
[ 0.125584] pci 0000:00:00.0: reg 0x10: [mem 0xa0000000-0xbfffffff pref]
[ 0.125600] pci 0000:00:00.0: nForce2 C1 Halt Disconnect fixup
[ 0.125733] pci 0000:00:00.1: [10de:01eb] type 00 class 0x050000
[ 0.125874] pci 0000:00:00.2: [10de:01ee] type 00 class 0x050000
[ 0.126005] pci 0000:00:00.3: [10de:01ed] type 00 class 0x050000
[ 0.126129] pci 0000:00:00.4: [10de:01ec] type 00 class 0x050000
[ 0.126258] pci 0000:00:00.5: [10de:01ef] type 00 class 0x050000
[ 0.126389] pci 0000:00:01.0: [10de:0060] type 00 class 0x060100
[ 0.126569] pci 0000:00:01.1: [10de:0064] type 00 class 0x0c0500
[ 0.126584] pci 0000:00:01.1: reg 0x10: [io 0xdc00-0xdc1f]
[ 0.126640] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.126778] pci 0000:00:02.0: [10de:0067] type 00 class 0x0c0310
[ 0.126793] pci 0000:00:02.0: reg 0x10: [mem 0xd6083000-0xd6083fff]
[ 0.126848] pci 0000:00:02.0: supports D1 D2
[ 0.126851] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.126930] pci 0000:00:02.0: System wakeup disabled by ACPI
[ 0.126984] pci 0000:00:02.1: [10de:0067] type 00 class 0x0c0310
[ 0.126999] pci 0000:00:02.1: reg 0x10: [mem 0xd6081000-0xd6081fff]
[ 0.127053] pci 0000:00:02.1: supports D1 D2
[ 0.127056] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.127135] pci 0000:00:02.1: System wakeup disabled by ACPI
[ 0.127191] pci 0000:00:02.2: [10de:0068] type 00 class 0x0c0320
[ 0.127208] pci 0000:00:02.2: reg 0x10: [mem 0xd6082000-0xd60820ff]
[ 0.127272] pci 0000:00:02.2: supports D1 D2
[ 0.127275] pci 0000:00:02.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.127374] pci 0000:00:02.2: System wakeup disabled by ACPI
[ 0.127430] pci 0000:00:05.0: [10de:006b] type 00 class 0x040100
[ 0.127445] pci 0000:00:05.0: reg 0x10: [mem 0xd6000000-0xd607ffff]
[ 0.127500] pci 0000:00:05.0: supports D1 D2
[ 0.127623] pci 0000:00:06.0: [10de:006a] type 00 class 0x040100
[ 0.127638] pci 0000:00:06.0: reg 0x10: [io 0xe000-0xe0ff]
[ 0.127647] pci 0000:00:06.0: reg 0x14: [io 0xd000-0xd07f]
[ 0.127656] pci 0000:00:06.0: reg 0x18: [mem 0xd6084000-0xd6084fff]
[ 0.127699] pci 0000:00:06.0: supports D1 D2
[ 0.127810] pci 0000:00:08.0: [10de:006c] type 01 class 0x060400
[ 0.127911] pci 0000:00:08.0: System wakeup disabled by ACPI
[ 0.127964] pci 0000:00:09.0: [10de:0065] type 00 class 0x01018a
[ 0.128001] pci 0000:00:09.0: reg 0x20: [io 0xf000-0xf00f]
[ 0.128162] pci 0000:00:1e.0: [10de:01e8] type 01 class 0x060400
[ 0.128336] pci 0000:01:04.0: [11ab:4320] type 00 class 0x020000
[ 0.128358] pci 0000:01:04.0: reg 0x10: [mem 0xd5000000-0xd5003fff]
[ 0.128370] pci 0000:01:04.0: reg 0x14: [io 0xa000-0xa0ff]
[ 0.128417] pci 0000:01:04.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 0.128456] pci 0000:01:04.0: supports D1 D2
[ 0.128459] pci 0000:01:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.128533] pci 0000:01:0b.0: [1095:3112] type 00 class 0x010400
[ 0.128553] pci 0000:01:0b.0: reg 0x10: [io 0xa400-0xa407]
[ 0.128564] pci 0000:01:0b.0: reg 0x14: [io 0xa800-0xa803]
[ 0.128576] pci 0000:01:0b.0: reg 0x18: [io 0xac00-0xac07]
[ 0.128587] pci 0000:01:0b.0: reg 0x1c: [io 0xb000-0xb003]
[ 0.128599] pci 0000:01:0b.0: reg 0x20: [io 0xb400-0xb40f]
[ 0.128611] pci 0000:01:0b.0: reg 0x24: [mem 0xd5004000-0xd50041ff]
[ 0.128622] pci 0000:01:0b.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
[ 0.128652] pci 0000:01:0b.0: supports D1 D2
[ 0.128722] pci 0000:00:08.0: PCI bridge to [bus 01]
[ 0.128727] pci 0000:00:08.0: bridge window [io 0xa000-0xbfff]
[ 0.128732] pci 0000:00:08.0: bridge window [mem 0xd4000000-0xd5ffffff]
[ 0.128787] pci 0000:03:00.0: [10de:0221] type 00 class 0x030000
[ 0.128803] pci 0000:03:00.0: reg 0x10: [mem 0xd1000000-0xd1ffffff]
[ 0.128812] pci 0000:03:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff pref]
[ 0.128821] pci 0000:03:00.0: reg 0x18: [mem 0xd2000000-0xd2ffffff]
[ 0.128846] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 0.128944] pci 0000:00:1e.0: PCI bridge to [bus 03]
[ 0.128950] pci 0000:00:1e.0: bridge window [mem 0xd1000000-0xd3ffffff]
[ 0.128955] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xcfffffff pref]
[ 0.128965] pci_bus 0000:00: on NUMA node 0
[ 0.128969] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.128973] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.129112] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.129191] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.129271] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.129346] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.129420] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.129496] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.129579] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)
[ 0.129784] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.129860] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[ 0.129933] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[ 0.130016] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.130094] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 6 *7 9 10 11 12 14 15)
[ 0.130174] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.130253] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.130327] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.130401] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.130480] ACPI: PCI Interrupt Link [APC1] (IRQs *16), disabled.
[ 0.130543] ACPI: PCI Interrupt Link [APC2] (IRQs *17)
[ 0.130605] ACPI: PCI Interrupt Link [APC3] (IRQs *18)
[ 0.130667] ACPI: PCI Interrupt Link [APC4] (IRQs *19)
[ 0.130728] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[ 0.130822] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0
[ 0.130917] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22) *0
[ 0.131010] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
[ 0.131104] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22) *0
[ 0.131197] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22) *0
[ 0.131290] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22) *0, disabled.
[ 0.131354] ACPI: PCI Interrupt Link [APCS] (IRQs *23)
[ 0.131445] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0
[ 0.131539] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[ 0.131632] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22) *0, disabled.
[ 0.131725] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[ 0.132431] ACPI: \_SB_.PCI0: notify handler is installed
[ 0.132471] Found 1 acpi root devices
[ 0.132619] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.132621] vgaarb: loaded
[ 0.132623] vgaarb: bridge control possible 0000:03:00.0
[ 0.132697] PCI: Using ACPI for IRQ routing
[ 0.132724] PCI: pci_cache_line_size set to 32 bytes
[ 0.132763] e820: reserve RAM buffer [mem 0x3fff0000-0x3fffffff]
[ 0.132920] NetLabel: Initializing
[ 0.132923] NetLabel: domain hash size = 128
[ 0.132925] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.132944] NetLabel: unlabeled traffic allowed by default
[ 0.132995] Switched to clocksource refined-jiffies
[ 0.141261] pnp: PnP ACPI init
[ 0.141296] ACPI: bus type PNP registered
[ 0.141637] system 00:00: [io 0x4000-0x407f] has been reserved
[ 0.141641] system 00:00: [io 0x4080-0x40ff] has been reserved
[ 0.141645] system 00:00: [io 0x4400-0x447f] has been reserved
[ 0.141648] system 00:00: [io 0x4480-0x44ff] has been reserved
[ 0.141652] system 00:00: [io 0x4200-0x427f] has been reserved
[ 0.141655] system 00:00: [io 0x4280-0x42ff] has been reserved
[ 0.141661] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.141707] system 00:01: [io 0x5000-0x503f] has been reserved
[ 0.141712] system 00:01: [io 0x5500-0x553f] has been reserved
[ 0.141716] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.141932] system 00:02: [mem 0x000d9800-0x000dbfff] has been reserved
[ 0.141937] system 00:02: [mem 0x000f0000-0x000f7fff] could not be reserved
[ 0.141941] system 00:02: [mem 0x000f8000-0x000fbfff] could not be reserved
[ 0.141945] system 00:02: [mem 0x000fc000-0x000fffff] could not be reserved
[ 0.141948] system 00:02: [mem 0x3fff0000-0x3fffffff] could not be reserved
[ 0.141952] system 00:02: [mem 0xffff0000-0xffffffff] has been reserved
[ 0.141955] system 00:02: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.141959] system 00:02: [mem 0x00100000-0x3ffeffff] could not be reserved
[ 0.141962] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.141966] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.141970] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.142573] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.142578] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.142596] pnp 00:04: [dma 4]
[ 0.142633] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.142692] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.142733] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.142784] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.143142] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.143443] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.143732] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 0.143982] pnp 00:0b: Plug and Play ACPI device, IDs PNPb006 (active)
[ 0.144194] pnp 00:0c: Plug and Play ACPI device, IDs PNPb02f (active)
[ 0.144202] pnp: PnP ACPI: found 13 devices
[ 0.144205] ACPI: bus type PNP unregistered
[ 0.181223] Switched to clocksource acpi_pm
[ 0.181259] pci 0000:00:08.0: BAR 15: assigned [mem 0x40000000-0x400fffff pref]
[ 0.181264] pci 0000:01:0b.0: BAR 6: assigned [mem 0x40000000-0x4007ffff pref]
[ 0.181269] pci 0000:01:04.0: BAR 6: assigned [mem 0x40080000-0x4009ffff pref]
[ 0.181273] pci 0000:00:08.0: PCI bridge to [bus 01]
[ 0.181277] pci 0000:00:08.0: bridge window [io 0xa000-0xbfff]
[ 0.181283] pci 0000:00:08.0: bridge window [mem 0xd4000000-0xd5ffffff]
[ 0.181288] pci 0000:00:08.0: bridge window [mem 0x40000000-0x400fffff pref]
[ 0.181296] pci 0000:03:00.0: BAR 6: assigned [mem 0xd3000000-0xd301ffff pref]
[ 0.181299] pci 0000:00:1e.0: PCI bridge to [bus 03]
[ 0.181304] pci 0000:00:1e.0: bridge window [mem 0xd1000000-0xd3ffffff]
[ 0.181308] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xcfffffff pref]
[ 0.181322] pci 0000:00:08.0: setting latency timer to 64
[ 0.181330] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.181333] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 0.181336] pci_bus 0000:01: resource 0 [io 0xa000-0xbfff]
[ 0.181339] pci_bus 0000:01: resource 1 [mem 0xd4000000-0xd5ffffff]
[ 0.181342] pci_bus 0000:01: resource 2 [mem 0x40000000-0x400fffff pref]
[ 0.181346] pci_bus 0000:03: resource 1 [mem 0xd1000000-0xd3ffffff]
[ 0.181349] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xcfffffff pref]
[ 0.181408] NET: Registered protocol family 2
[ 0.181638] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.181714] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.181792] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.181862] TCP: reno registered
[ 0.181866] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.181887] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.181983] NET: Registered protocol family 1
[ 0.182282] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[ 0.250255] ACPI: PCI Interrupt Link [APCG] enabled at IRQ 21
[ 0.326920] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 20
[ 0.327032] pci 0000:03:00.0: Boot video device
[ 0.327037] PCI: CLS 32 bytes, default 32
[ 0.327105] Unpacking initramfs...
[ 0.362835] Freeing initrd memory: 3936K (f7426000 - f77fe000)
[ 0.362969] apm: BIOS not found.
[ 0.363032] Scanning for low memory corruption every 60 seconds
[ 0.363495] audit: initializing netlink socket (disabled)
[ 0.363516] type=2000 audit(1378746047.363:1): initialized
[ 0.376513] bounce pool size: 64 pages
[ 0.376536] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.378493] zbud: loaded
[ 0.378602] VFS: Disk quotas dquot_6.5.2
[ 0.378668] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.378953] msgmni has been set to 1738
[ 0.379253] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.379293] io scheduler noop registered
[ 0.379296] io scheduler deadline registered
[ 0.379339] io scheduler cfq registered (default)
[ 0.379504] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.379531] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.379633] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[ 0.379636] vesafb: scrolling: redraw
[ 0.379639] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.379843] vesafb: framebuffer at 0xc0000000, mapped to 0xf8080000, using 3072k, total 3072k
[ 0.435747] Console: switching to colour frame buffer device 128x48
[ 0.491469] fb0: VESA VGA frame buffer device
[ 0.491537] GHES: HEST is not enabled!
[ 0.491556] isapnp: Scanning for PnP cards...
[ 0.804800] isapnp: No Plug & Play device found
[ 0.804853] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.825495] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.846111] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 0.846589] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.846591] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.847491] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.847629] mousedev: PS/2 mouse device common for all mice
[ 0.847730] rtc_cmos 00:05: RTC can wake from S4
[ 0.847876] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 0.847904] rtc_cmos 00:05: alarms up to one year, y3k, 242 bytes nvram
[ 0.847939] cpuidle: using governor ladder
[ 0.847942] cpuidle: using governor menu
[ 0.847999] drop_monitor: Initializing network drop monitor service
[ 0.848098] TCP: cubic registered
[ 0.848278] NET: Registered protocol family 10
[ 0.848507] NET: Registered protocol family 17
[ 0.848522] Key type dns_resolver registered
[ 0.848652] Using IPI No-Shortcut mode
[ 0.848762] PM: Hibernation image not present or could not be loaded.
[ 0.848784] registered taskstats version 1
[ 0.849195] Magic number: 13:458:36
[ 0.849296] rtc_cmos 00:05: setting system clock to 2013-09-09 17:00:48 UTC (1378746048)
[ 0.849972] Freeing unused kernel memory: 608K (c15e9000 - c1681000)
[ 0.849996] Write protecting the kernel text: 4260k
[ 0.850104] Write protecting the kernel read-only data: 1360k
[ 0.863566] systemd-udevd[39]: starting version 204
[ 0.874646] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.928667] ACPI: bus type USB registered
[ 0.928716] usbcore: registered new interface driver usbfs
[ 0.928741] usbcore: registered new interface driver hub
[ 0.932214] usbcore: registered new device driver usb
[ 0.932890] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.933073] ehci-pci: EHCI PCI platform driver
[ 0.933236] ehci-pci 0000:00:02.2: setting latency timer to 64
[ 0.933250] ehci-pci 0000:00:02.2: EHCI Host Controller
[ 0.933260] ehci-pci 0000:00:02.2: new USB bus registered, assigned bus number 1
[ 0.933275] ehci-pci 0000:00:02.2: debug port 1
[ 0.933310] ehci-pci 0000:00:02.2: cache line size of 32 is not supported
[ 0.933405] ehci-pci 0000:00:02.2: irq 20, io mem 0xd6082000
[ 0.933923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.934096] ohci-pci: OHCI PCI platform driver
[ 0.938056] SCSI subsystem initialized
[ 0.943407] ehci-pci 0000:00:02.2: USB 2.0 started, EHCI 1.00
[ 0.943620] hub 1-0:1.0: USB hub found
[ 0.943628] hub 1-0:1.0: 6 ports detected
[ 0.943966] ohci-pci 0000:00:02.0: setting latency timer to 64
[ 0.943971] ohci-pci 0000:00:02.0: OHCI PCI host controller
[ 0.943979] ohci-pci 0000:00:02.0: new USB bus registered, assigned bus number 2
[ 0.944021] ohci-pci 0000:00:02.0: irq 22, io mem 0xd6083000
[ 0.947956] ACPI: bus type ATA registered
[ 0.952016] libata version 3.00 loaded.
[ 0.952691] sata_sil 0000:01:0b.0: version 2.4
[ 0.952976] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[ 0.956520] scsi0 : sata_sil
[ 0.959744] scsi1 : sata_sil
[ 0.959823] ata1: SATA max UDMA/100 mmio m512@0xd5004000 tf 0xd5004080 irq 18
[ 0.959828] ata2: SATA max UDMA/100 mmio m512@0xd5004000 tf 0xd50040c0 irq 18
[ 0.998900] hub 2-0:1.0: USB hub found
[ 0.998912] hub 2-0:1.0: 3 ports detected
[ 0.999073] pata_amd 0000:00:09.0: version 0.4.1
[ 0.999134] pata_amd 0000:00:09.0: setting latency timer to 64
[ 0.999815] scsi2 : pata_amd
[ 1.000258] scsi3 : pata_amd
[ 1.000549] ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[ 1.000552] ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[ 1.000684] ohci-pci 0000:00:02.1: setting latency timer to 64
[ 1.000689] ohci-pci 0000:00:02.1: OHCI PCI host controller
[ 1.000698] ohci-pci 0000:00:02.1: new USB bus registered, assigned bus number 3
[ 1.000739] ohci-pci 0000:00:02.1: irq 21, io mem 0xd6081000
[ 1.055635] hub 3-0:1.0: USB hub found
[ 1.055645] hub 3-0:1.0: 3 ports detected
[ 1.276705] ata1: SATA link down (SStatus 0 SControl 310)
[ 1.363357] tsc: Refined TSC clocksource calibration: 2191.226 MHz
[ 1.596715] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.603799] ata2.00: HPA detected: current 156299375, native 156301488
[ 1.603806] ata2.00: ATA-6: ST380013AS, 3.18, max UDMA/133
[ 1.603809] ata2.00: 156299375 sectors, multi 16: LBA48
[ 1.617155] ata2.00: configured for UDMA/100
[ 1.617321] scsi 1:0:0:0: Direct-Access ATA ST380013AS 3.18 PQ: 0 ANSI: 5
[ 1.777042] ata4.00: ATAPI: PIONEER DVD-RW DVR-107D, 1.21, max UDMA/33
[ 1.777051] ata4: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc000) ACPI=0x701f (60:600:0x13)
[ 1.790272] ata4.00: configured for UDMA/33
[ 1.797187] scsi 3:0:0:0: CD-ROM PIONEER DVD-RW DVR-107D 1.21 PQ: 0 ANSI: 5
[ 1.803907] sd 1:0:0:0: [sda] 156299375 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.803995] sd 1:0:0:0: [sda] Write Protect is off
[ 1.804000] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.804037] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.812982] sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[ 1.812989] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.813247] sr 3:0:0:0: Attached scsi CD-ROM sr0
[ 1.856419] sda: sda1 sda2 sda3 sda4 sda5 sda6
[ 1.857176] sd 1:0:0:0: [sda] Attached SCSI disk
[ 2.363410] Switched to clocksource tsc
[ 2.637191] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.355776] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 3.372392] systemd[1]: Set hostname to <sub>.
[ 4.034589] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 4.034668] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.034692] systemd[1]: Expecting device sys-subsystem-net-devices-enp1s4.device...
[ 4.034714] systemd[1]: Starting Remote File Systems.
[ 4.034733] systemd[1]: Reached target Remote File Systems.
[ 4.034751] systemd[1]: Starting Delayed Shutdown Socket.
[ 4.034800] systemd[1]: Listening on Delayed Shutdown Socket.
[ 4.034817] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ 4.034853] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 4.034870] systemd[1]: Starting Device-mapper event daemon FIFOs.
[ 4.034910] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 4.034933] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[ 4.034983] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 4.034999] systemd[1]: Starting Paths.
[ 4.035017] systemd[1]: Reached target Paths.
[ 4.035035] systemd[1]: Starting Journal Socket.
[ 4.035102] systemd[1]: Listening on Journal Socket.
[ 4.035126] systemd[1]: Starting Setup Virtual Console...
[ 4.073117] systemd[1]: Starting Load Kernel Modules...
[ 4.073863] systemd[1]: Starting Journal Service...
[ 4.074569] systemd[1]: Started Journal Service.
[ 4.074664] systemd[1]: Mounting Debug File System...
[ 4.075284] systemd[1]: Starting Encrypted Volumes.
[ 4.075313] systemd[1]: Reached target Encrypted Volumes.
[ 4.075377] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[ 4.075555] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.102323] systemd[1]: Started Set Up Additional Binary Formats.
[ 4.102460] systemd[1]: Starting udev Kernel Socket.
[ 4.102519] systemd[1]: Listening on udev Kernel Socket.
[ 4.102611] systemd[1]: Starting udev Control Socket.
[ 4.102658] systemd[1]: Listening on udev Control Socket.
[ 4.102743] systemd[1]: Starting udev Coldplug all Devices...
[ 4.104209] systemd[1]: Mounting Huge Pages File System...
[ 4.104909] systemd[1]: Starting Create static device nodes in /dev...
[ 4.105595] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.128406] systemd[1]: Starting Apply Kernel Variables...
[ 4.129193] systemd[1]: Expecting device dev-disk-by\x2dlabel-swap.device...
[ 4.129239] systemd[1]: Started File System Check on Root Device.
[ 4.129270] systemd[1]: Mounting Temporary Directory...
[ 4.150626] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.151333] systemd[1]: Expecting device dev-disk-by\x2dlabel-boot.device...
[ 4.151359] systemd[1]: Expecting device dev-disk-by\x2dlabel-homes.device...
[ 4.874094] systemd-udevd[109]: starting version 204
[ 5.091469] FS-Cache: Loaded
[ 5.123824] RPC: Registered named UNIX socket transport module.
[ 5.123830] RPC: Registered udp transport module.
[ 5.123832] RPC: Registered tcp transport module.
[ 5.123834] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 5.193221] FS-Cache: Netfs 'nfs' registered for caching
[ 5.212678] EXT4-fs (sda2): re-mounted. Opts: (null)
[ 5.539182] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 5.539194] ACPI: Power Button [PWRB]
[ 5.539293] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 5.539297] ACPI: Power Button [PWRF]
[ 5.621556] Linux agpgart interface v0.103
[ 5.637170] agpgart: Detected NVIDIA nForce2 chipset
[ 5.666970] agpgart-nvidia 0000:00:00.0: AGP aperture is 512M @ 0xa0000000
[ 5.667026] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 5.854746] i2c i2c-0: nForce2 SMBus adapter at 0x5000
[ 5.854780] i2c i2c-1: nForce2 SMBus adapter at 0x5500
[ 5.884663] ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 22
[ 5.884702] snd_intel8x0 0000:00:06.0: setting latency timer to 64
[ 5.916201] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 5.971066] gameport gameport0: NS558 PnP Gameport is pnp00:0c/gameport0, io 0x201, speed 701kHz
[ 6.020372] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[ 6.020443] skge: 1.14 addr 0xd5000000 irq 17 chip Yukon-Lite rev 7
[ 6.020977] skge 0000:01:04.0 eth0: addr 00:0e:a6:70:b8:12
[ 6.080144] systemd-udevd[122]: renamed network interface eth0 to enp1s4
[ 6.206695] intel8x0_measure_ac97_clock: measured 52005 usecs (2528 samples)
[ 6.206702] intel8x0: clocking to 47397
[ 7.463433] Adding 1048572k swap on /dev/sda5. Priority:-1 extents:1 across:1048572k FS
[ 7.938849] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[ 8.117195] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[ 9.009004] skge 0000:01:04.0 enp1s4: enabling interface
[ 9.012600] IPv6: ADDRCONF(NETDEV_UP): enp1s4: link is not ready
[ 11.906824] skge 0000:01:04.0 enp1s4: Link is up at 1000 Mbps, full duplex, flow control both
[ 11.906848] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s4: link becomes ready
[ 12.093470] skge 0000:01:04.0 enp1s4: disabling interface
[ 12.095851] skge 0000:01:04.0 enp1s4: enabling interface
[ 15.733743] skge 0000:01:04.0 enp1s4: Link is up at 1000 Mbps, full duplex, flow control both
[ 16.197821] NFS: Registering the id_resolver key type
[ 16.197847] Key type id_resolver registered
[ 16.197849] Key type id_legacy registered
Last edited by graysky (2013-09-10 19:41:43)

WorMzy wrote:
At a guess, there's a problem with the skge module. The latest commit was a month ago: https://github.com/torvalds/linux/commi … 29ccaa5d74
You could try reverting it and see if that resolves your problem.
EDIT: There were three commits: https://github.com/torvalds/linux/commi … ell/skge.c
Excellent suggestion and spot on!  Reverting those three commits gives me a completely functional network again!  Need to report this upstream.  Thank you very much for the idea.
Upstream report: http://marc.info/?l=linux-netdev&m=137884262727796&w=2
Arch report: https://bugs.archlinux.org/task/36865
Last edited by graysky (2013-09-10 19:58:17)

Similar Messages

  • Cannot boot into Windows XP, should I replace hard drive?

    THE PROBLEM: I have not been able to boot into or use Windows XP (SP2) for almost 3 years. I have been using Linux instead for 3 years and am using it now. The Windows Recovery process only half works, it works up until you have to boot up the computer from the hard drive. Then it no longer works. The computer will load the files from the TOSHIBA Recovery and Applications/Drivers DVD that came new with the computer onto the hard drive. But when you get to the point of booting off the hard drive, with newly added Windows & Toshiba files, nothing happens. It does not boot up into Windows XP. In fact I can see the newly added Windows & Toshiba fileson the hard drive when I boot into Linux (Live) off the hard drive.
    THE HARD DRIVE (Specs below): I ran a SMART Data check using a Linux (Ubuntu) Disk utility on the hard drive and it passed everything except for Reallocated Sector Count. There are 20 bad sectors. I called the Toshiba 800 # on the DVD and they told me that the problem may be the hard drive. A new TOSHIBA Recovery and Applications/Drivers DVD costs $40. Toshiba also said there is no Windows XP Recovery Console on the DVD. 
    CAUSE OF THE PROBLEM: I think, and TOSHIBA agreed it is either the hard drive or corrupteD files on the TOSHIBA Recovery and Applications/Drivers DVD
    POSSIBLE SOLUTIONS: I have found a couple of sites that seem to have instructions for making a  Windows XP Recovery Console CD. And I have thought I might try to run some Windows XP Recovery Console commands  from such a CD, such as fixboot, fixmbr, etc. The try to see if I can boot into Windows XP from the hard drive. If I can, then that might suggest he problem is corrupted files on the TOSHIBA Recovery and Applications/Drivers DVD. If I still cannot boot into Windows, then maybe I should replace the hard drive. This should be very easy to do.
    QUESTION(S): Does anybody have any comments or suggestions? Does my approach sound good? Do you have any other suggestions?
    I have a TOSHIBA Satellite L25 S1216 that I bought new in early 2006. It has a 40 GB (5400 RPM) Enhanced IDE (ATA-6) 9.5 mm height hard disk drive in it. User removable, i.e., it is easy to replace.
    Thank you,
    Bob
    Solved!
    Go to Solution.

    My plan is to try to use the TOSHIBA Recovery and Applications/Drivers DVD to load the WIndows XP files onto the hard drive, then use the Windows XP Recovery console CD I downloaded from here
    http://www.proposedsolution.com/downloads/download​-windows-recovery-console/ 
    by using commmands such as fxmbr, fixboot, etc to see if I can get the computer to boot up into Windows XP.
    Good plan, Bob!
       Description of the Windows XP Recovery Console for advanced users
    A backup plan would be to obtain a Windows XP installation CD from eBay or wherever. They are super cheap now. Then you could install Windows clean and add the drivers and utilities from the website here. Or you could use it to repair-install Windows.
       How to Perform a Windows XP Repair Install
    You are entitled to activate Home Edition for free. I understand that even after Microsoft no longer supports Windows XP (in April), they will honor activation attempts.
    I wouldn't mess with SSDs. And stick with IDE PATA drives. You won't need to worry about advanced-format technology since that didn't come along until the very recent SATA drives. Your BIOS should support 120GB (KB303013).  Some here.
    -Jerry

  • Do not upgrade to an IvyBridge processor if you need to boot into 32-bit mode with Lion

    I recently upgraded to a MBP running the Ivybridge processor and tried to boot into 32-bit mode.  Although it did boot after a short period (3-5 mins) it totally crashed a locked up.  This was precursored by a graphics error and then the mouse cursor could be moved but nothing else could be done and it was only solved by a hard shut down (holding down the power button).  Previously I had been running a MBP with the Sandybridge architecture and this booted fine into 32-bit mode and worked without a problem.
    I spent a lot of time on the phone with Apple care who said they'd not had any reports of this issue and we went right though my system until they said there was nothing else they could do and I should try a re-install of Lion.  I did this onto another hard-drive, booted into it and managed to get the machine to crash again... leading me to understand that it's nothing to do with my setup.
    Thinking it might be an issue with my firmware on the mac today I visited an Apple store and tried booting 5 MacBook Pro's and a MacBook Air - all running IvyBridge - into 32-bit mode and managed to cause the same crash on all of them.  If the machine is just booted an left with finder it didn't seem to want to crash but when I opened programs, mainly mac mail, it didn't take too much longer for the crash to occur.
    If there are any Apple engineer reading this could you try and reproduce the issue and look at fixing this please as a lot of people still use 32-bit and if I'd known that the IvyBridge processors weren't going to work in 32-bit mode I would have stayed with the Sandybridge MBPs.
    Many Thanks,
    Adam Peters,

    That is a pain then.  Pretty much all of the OS included applications (finder, Mail, iTunes, Safari,...) are all fully 64-bit programs now (since Lion) so I can see where launching them when booted into 32-bit mode could cause stability issues.
    If you boot into 32-bit mode and just run the Tascam software without launching anything else, will it work?
    Was it alright in 10.6? And if so, how about keeping 10.6 in a virtual machine or on a separate disc or partition?

  • [SOLVED] Unable to dual boot into Windows 8

    I have an Acer Aspire S3 laptop which came with Windows 8 installed. After following the Beginner's Guide to install Arch alongside Windows, Linux works but Windows fails to boot. When I select Windows from the GRUB menu I get kicked out to rescue mode with a "file not found" error. This is a UEFI-GPT setup and in GRUB rescue I get an "unknown filesystem" error when I try to ls the ESP. In fact I get that error for everything except the two ext4 partitions I created during the Arch install.
    I'll just briefly run down (what I think are) the relevant parts of the installation process, then post the output of Boot Info Script at the end.
    Partitions
    I created three partitions during the installation:
    Swap (/dev/sda6)
    Root (/dev/sda7)
    Home (/dev/sda8)
    The disk already had an EFI System Partition (/dev/sda2) so I used that instead of creating my own, mounting it to /boot as described in the beginner's guide (not /boot/efi as in the GRUB docs - not sure if that makes a difference).
    Boot Loader
    I installed and configured GRUB exactly as described in the beginner's guide:
    # pacman -S grub efibootmgr os-prober
    # grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=arch_grub --recheck
    # grub-mkconfig -o /boot/grub/grub.cfg
    This appeared to work. Os-prober found my Windows OS ("Found Windows Boot Manager on /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi") and added a corresponding menuentry to grub.cfg. On discovering that this didn't actually boot, I added a custom Windows entry per the GRUB dual-boot instructions. That didn't work either.
    Boot Info
    Here is the output from boot info script which includes my grub config, partition info, fstab etc. One strange thing is that the script found every boot file on the ESP except the Windows Boot Manager, including leftover files from short-lived installations of Elementary OS and gummiboot. Maybe Windows is the "Unknown BootLoader" mentioned at the end.
    Boot Info Script 0.61 [1 April 2012]
    ============================= Boot Info Summary: ===============================
    => No boot loader is installed in the MBR of /dev/sda.
    => No boot loader is installed in the MBR of /dev/sdb.
    sda1: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files:
    sda2: __________________________________________________________________________
    File system: vfat
    Boot sector type: Unknown
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files: /grub/grub.cfg /efi/arch_grub/grubx64.efi
    /efi/Boot/bkpbootx64.efi /efi/Boot/bootx64.efi
    /efi/elementary/grubx64.efi
    /efi/gummiboot/gummibootx64.efi
    sda3: __________________________________________________________________________
    File system:
    Boot sector type: -
    Boot sector info:
    Mounting failed: mount: unknown filesystem type ''
    sda4: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files: /bootmgr /Windows/System32/winload.exe
    sda5: __________________________________________________________________________
    File system: ntfs
    Boot sector type: Windows Vista/7: NTFS
    Boot sector info: No errors found in the Boot Parameter Block.
    Operating System:
    Boot files:
    sda6: __________________________________________________________________________
    File system: swap
    Boot sector type: -
    Boot sector info:
    sda7: __________________________________________________________________________
    File system: ext4
    Boot sector type: -
    Boot sector info:
    Operating System: Arch Linux ()
    Boot files: /etc/fstab
    sda8: __________________________________________________________________________
    File system: ext4
    Boot sector type: -
    Boot sector info:
    Operating System:
    Boot files:
    sdb1: __________________________________________________________________________
    File system:
    Boot sector type: -
    Boot sector info:
    Mounting failed: mount: unknown filesystem type ''
    mount: unknown filesystem type ''
    sdb2: __________________________________________________________________________
    File system:
    Boot sector type: -
    Boot sector info:
    Mounting failed: mount: unknown filesystem type ''
    mount: unknown filesystem type ''
    mount: unknown filesystem type ''
    ============================ Drive/Partition Info: =============================
    Drive: sda _____________________________________________________________________
    Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 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
    Partition Boot Start Sector End Sector # of Sectors Id System
    /dev/sda1 1 976,773,167 976,773,167 ee GPT
    GUID Partition Table detected.
    Partition Start Sector End Sector # of Sectors System
    /dev/sda1 2,048 821,247 819,200 Windows Recovery Environment (Windows)
    /dev/sda2 821,248 1,435,647 614,400 EFI System partition
    /dev/sda3 1,435,648 1,697,791 262,144 Microsoft Reserved Partition (Windows)
    /dev/sda4 1,697,792 130,945,023 129,247,232 Data partition (Windows/Linux)
    /dev/sda5 950,145,024 976,773,119 26,628,096 Windows Recovery Environment (Windows)
    /dev/sda6 130,945,024 139,333,631 8,388,608 Swap partition (Linux)
    /dev/sda7 139,333,632 206,442,495 67,108,864 Data partition (Linux)
    /dev/sda8 206,442,496 950,145,023 743,702,528 Data partition (Linux)
    Drive: sdb _____________________________________________________________________
    Disk /dev/sdb: 20.0 GB, 20014718976 bytes, 39091248 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
    Partition Boot Start Sector End Sector # of Sectors Id System
    /dev/sdb1 1 4,294,967,295 4,294,967,295 ee GPT
    /dev/sdb1 ends after the last sector of /dev/sdb
    GUID Partition Table detected.
    Partition Start Sector End Sector # of Sectors System
    /dev/sdb1 7,839,744 39,090,175 31,250,432 -
    /dev/sdb2 2,048 7,837,695 7,835,648 -
    "blkid" output: ________________________________________________________________
    Device UUID TYPE LABEL
    /dev/sda1 CCAC5E91AC5E75C4 ntfs Recovery
    /dev/sda2 A05F-051D vfat ESP
    /dev/sda3
    /dev/sda4 4218603F18603457 ntfs ACER
    /dev/sda5 8088627C88627118 ntfs Push Button Reset
    /dev/sda6 d4f5415f-f771-4f9c-ba4a-0f639d055360 swap
    /dev/sda7 90d566ac-57d9-475c-9493-14ba0472d832 ext4
    /dev/sda8 8ab4a486-02d8-4cb4-af91-43acac7e81d7 ext4
    /dev/sdb1
    /dev/sdb2
    ================================ Mount points: =================================
    Device Mount_Point Type Options
    /dev/sda2 /boot vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
    /dev/sda7 / ext4 (rw,relatime,data=ordered)
    /dev/sda8 /home ext4 (rw,relatime,data=ordered)
    ============================= sda2/grub/grub.cfg: ==============================
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt7'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7 90d566ac-57d9-475c-9493-14ba0472d832
    else
    search --no-floppy --fs-uuid --set=root 90d566ac-57d9-475c-9493-14ba0472d832
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_GB
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-90d566ac-57d9-475c-9493-14ba0472d832' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod fat
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 A05F-051D
    else
    search --no-floppy --fs-uuid --set=root A05F-051D
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=90d566ac-57d9-475c-9493-14ba0472d832 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-90d566ac-57d9-475c-9493-14ba0472d832' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod fat
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 A05F-051D
    else
    search --no-floppy --fs-uuid --set=root A05F-051D
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=90d566ac-57d9-475c-9493-14ba0472d832 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows Boot Manager (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-efi-A05F-051D' {
    insmod part_gpt
    insmod fat
    set root='hd0,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 A05F-051D
    else
    search --no-floppy --fs-uuid --set=root A05F-051D
    fi
    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry "Windoze Ate UEFI-GPT" {
    insmod part_gpt
    insmod fat
    insmod search_fs_uuid
    insmod chain
    search --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 A05F-051D
    chainloader /EFI/Microsoft/Boot/bootmgfw.efi
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    =================== sda2: Location of files loaded by Grub: ====================
    GiB - GB File Fragment(s)
    =============================== sda7/etc/fstab: ================================
    # /dev/sda7
    UUID=90d566ac-57d9-475c-9493-14ba0472d832 / ext4 rw,relatime 0 1
    # /dev/sda8
    UUID=8ab4a486-02d8-4cb4-af91-43acac7e81d7 /home ext4 rw,relatime 0 2
    # /dev/sda2 LABEL=ESP
    UUID=A05F-051D /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    # /dev/sda6
    UUID=d4f5415f-f771-4f9c-ba4a-0f639d055360 none swap defaults 0 0
    ======================== Unknown MBRs/Boot Sectors/etc: ========================
    Unknown GPT Partiton Type
    5850cbb887c11947baf0379ca2d4c97e
    Unknown GPT Partiton Type
    dee2bfd3af3ddf11ba40e3a556d89593
    Unknown BootLoader on sda2
    00000000 eb 58 90 4d 53 44 4f 53 35 2e 30 00 02 08 5e 1b |.X.MSDOS5.0...^.|
    00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 88 0c 00 |........?.......|
    00000020 00 60 09 00 51 02 00 00 00 00 00 00 02 00 00 00 |.`..Q...........|
    00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
    00000040 80 01 29 1d 05 5f a0 4e 4f 20 4e 41 4d 45 20 20 |..).._.NO NAME |
    00000050 20 20 46 41 54 33 32 20 20 20 33 c9 8e d1 bc f4 | FAT32 3.....|
    00000060 7b 8e c1 8e d9 bd 00 7c 88 56 40 88 4e 02 8a 56 |{......|[email protected]|
    00000070 40 b4 41 bb aa 55 cd 13 72 10 81 fb 55 aa 75 0a |@.A..U..r...U.u.|
    00000080 f6 c1 01 74 05 fe 46 02 eb 2d 8a 56 40 b4 08 cd |...t..F..-.V@...|
    00000090 13 73 05 b9 ff ff 8a f1 66 0f b6 c6 40 66 0f b6 |.s......f...@f..|
    000000a0 d1 80 e2 3f f7 e2 86 cd c0 ed 06 41 66 0f b7 c9 |...?.......Af...|
    000000b0 66 f7 e1 66 89 46 f8 83 7e 16 00 75 39 83 7e 2a |f..f.F..~..u9.~*|
    000000c0 00 77 33 66 8b 46 1c 66 83 c0 0c bb 00 80 b9 01 |.w3f.F.f........|
    000000d0 00 e8 2c 00 e9 a8 03 a1 f8 7d 80 c4 7c 8b f0 ac |..,......}..|...|
    000000e0 84 c0 74 17 3c ff 74 09 b4 0e bb 07 00 cd 10 eb |..t.<.t.........|
    000000f0 ee a1 fa 7d eb e4 a1 7d 80 eb df 98 cd 16 cd 19 |...}...}........|
    00000100 66 60 80 7e 02 00 0f 84 20 00 66 6a 00 66 50 06 |f`.~.... .fj.fP.|
    00000110 53 66 68 10 00 01 00 b4 42 8a 56 40 8b f4 cd 13 |Sfh.....B.V@....|
    00000120 66 58 66 58 66 58 66 58 eb 33 66 3b 46 f8 72 03 |fXfXfXfX.3f;F.r.|
    00000130 f9 eb 2a 66 33 d2 66 0f b7 4e 18 66 f7 f1 fe c2 |..*f3.f..N.f....|
    00000140 8a ca 66 8b d0 66 c1 ea 10 f7 76 1a 86 d6 8a 56 |..f..f....v....V|
    00000150 40 8a e8 c0 e4 06 0a cc b8 01 02 cd 13 66 61 0f |@............fa.|
    00000160 82 74 ff 81 c3 00 02 66 40 49 75 94 c3 42 4f 4f |[email protected]|
    00000170 54 4d 47 52 20 20 20 20 00 00 00 00 00 00 00 00 |TMGR ........|
    00000180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
    000001a0 00 00 00 00 00 00 00 00 00 00 00 00 0d 0a 44 69 |..............Di|
    000001b0 73 6b 20 65 72 72 6f 72 ff 0d 0a 50 72 65 73 73 |sk error...Press|
    000001c0 20 61 6e 79 20 6b 65 79 20 74 6f 20 72 65 73 74 | any key to rest|
    000001d0 61 72 74 0d 0a 00 00 00 00 00 00 00 00 00 00 00 |art.............|
    000001e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
    000001f0 00 00 00 00 00 00 00 00 ac 01 b9 01 00 00 55 aa |..............U.|
    00000200
    ========= Devices which don't seem to have a corresponding hard drive: =========
    sdc
    =============================== StdErr Messages: ===============================
    cat: /tmp/BootInfo-9VAYCuxc/Tmp_Log: No such file or directory
    /dev/sdc: open failed: No medium found
    No volume groups found
    mdadm: No arrays found in config file or automatically
    I tried tackling this myself and ended up not being able to boot into Linux either. I had to go back to the USB install stick and redo a lot of the installation. I thought I'd better ask for some advice before diving in again. Let me know if you need any more info or log/config files.
    Last edited by pauldice (2013-10-11 03:06:18)

    As mentioned earlier, Fast Startup is off. I disabled it before installing Linux. dosfsck looks clean.
    $ sudo umount /dev/sda2
    $ sudo dosfsck -w -r -l -a -v -t /dev/sda2
    fsck.fat 3.0.22 (2013-07-19)
    fsck.fat 3.0.22 (2013-07-19)
    Checking we can access the last sector of the filesystem
    Boot sector contents:
    System ID "MSDOS5.0"
    Media byte 0xf8 (hard disk)
    512 bytes per logical sector
    4096 bytes per cluster
    7006 reserved sectors
    First FAT starts at byte 3587072 (sector 7006)
    2 FATs, 32 bit entries
    303616 bytes per FAT (= 593 sectors)
    Root directory start at cluster 2 (arbitrary size)
    Data area starts at byte 4194304 (sector 8192)
    75776 data clusters (310378496 bytes)
    63 sectors/track, 255 heads
    821248 hidden sectors
    614400 sectors total
    Checking file /
    Checking file /ESP
    Checking file /grub (GRUB)
    Checking file /EFI
    Checking file /loader (LOADER)
    Checking file /vmlinuz-linux (VMLINU~1)
    Checking file /initramfs-linux.img (INITRA~1.IMG)
    Checking file /initramfs-linux-fallback.img (INITRA~2.IMG)
    Checking file /grub/.
    Checking file /grub/..
    Checking file /grub/x86_64-efi (X86_64~1)
    Checking file /grub/locale (LOCALE)
    Checking file /grub/themes (THEMES)
    Checking file /grub/fonts (FONTS)
    Checking file /grub/grub.cfg (GRUB.CFG)
    Checking file /grub/grubenv (GRUBENV)
    Checking file /grub/grub.cfg.backup (GRUBCF~1.BAC)
    Checking file /grub/grub.efi (GRUB.EFI)
    Checking file /grub/x86_64-efi/.
    Checking file /grub/x86_64-efi/..
    Checking file /grub/x86_64-efi/acpi.mod (ACPI.MOD)
    Checking file /grub/x86_64-efi/adler32.mod (ADLER32.MOD)
    Checking file /grub/x86_64-efi/affs.mod (AFFS.MOD)
    Checking file /grub/x86_64-efi/afs.mod (AFS.MOD)
    Checking file /grub/x86_64-efi/ahci.mod (AHCI.MOD)
    Checking file /grub/x86_64-efi/all_video.mod (ALL_VI~1.MOD)
    Checking file /grub/x86_64-efi/aout.mod (AOUT.MOD)
    Checking file /grub/x86_64-efi/appleldr.mod (APPLELDR.MOD)
    Checking file /grub/x86_64-efi/archelp.mod (ARCHELP.MOD)
    Checking file /grub/x86_64-efi/at_keyboard.mod (AT_KEY~1.MOD)
    Checking file /grub/x86_64-efi/ata.mod (ATA.MOD)
    Checking file /grub/x86_64-efi/backtrace.mod (BACKTR~1.MOD)
    Checking file /grub/x86_64-efi/bfs.mod (BFS.MOD)
    Checking file /grub/x86_64-efi/bitmap.mod (BITMAP.MOD)
    Checking file /grub/x86_64-efi/bitmap_scale.mod (BITMAP~1.MOD)
    Checking file /grub/x86_64-efi/blocklist.mod (BLOCKL~1.MOD)
    Checking file /grub/x86_64-efi/boot.mod (BOOT.MOD)
    Checking file /grub/x86_64-efi/bsd.mod (BSD.MOD)
    Checking file /grub/x86_64-efi/btrfs.mod (BTRFS.MOD)
    Checking file /grub/x86_64-efi/bufio.mod (BUFIO.MOD)
    Checking file /grub/x86_64-efi/cacheinfo.mod (CACHEI~1.MOD)
    Checking file /grub/x86_64-efi/cat.mod (CAT.MOD)
    Checking file /grub/x86_64-efi/cbfs.mod (CBFS.MOD)
    Checking file /grub/x86_64-efi/cbls.mod (CBLS.MOD)
    Checking file /grub/x86_64-efi/cbmemc.mod (CBMEMC.MOD)
    Checking file /grub/x86_64-efi/cbtable.mod (CBTABLE.MOD)
    Checking file /grub/x86_64-efi/cbtime.mod (CBTIME.MOD)
    Checking file /grub/x86_64-efi/chain.mod (CHAIN.MOD)
    Checking file /grub/x86_64-efi/cmdline_cat_test.mod (CMDLIN~1.MOD)
    Checking file /grub/x86_64-efi/cmp.mod (CMP.MOD)
    Checking file /grub/x86_64-efi/configfile.mod (CONFIG~1.MOD)
    Checking file /grub/x86_64-efi/cpio.mod (CPIO.MOD)
    Checking file /grub/x86_64-efi/cpio_be.mod (CPIO_BE.MOD)
    Checking file /grub/x86_64-efi/cpuid.mod (CPUID.MOD)
    Checking file /grub/x86_64-efi/crc64.mod (CRC64.MOD)
    Checking file /grub/x86_64-efi/crypto.mod (CRYPTO.MOD)
    Checking file /grub/x86_64-efi/cryptodisk.mod (CRYPTO~1.MOD)
    Checking file /grub/x86_64-efi/cs5536.mod (CS5536.MOD)
    Checking file /grub/x86_64-efi/date.mod (DATE.MOD)
    Checking file /grub/x86_64-efi/datehook.mod (DATEHOOK.MOD)
    Checking file /grub/x86_64-efi/datetime.mod (DATETIME.MOD)
    Checking file /grub/x86_64-efi/diskfilter.mod (DISKFI~1.MOD)
    Checking file /grub/x86_64-efi/dm_nv.mod (DM_NV.MOD)
    Checking file /grub/x86_64-efi/echo.mod (ECHO.MOD)
    Checking file /grub/x86_64-efi/efi_gop.mod (EFI_GOP.MOD)
    Checking file /grub/x86_64-efi/efi_uga.mod (EFI_UGA.MOD)
    Checking file /grub/x86_64-efi/efifwsetup.mod (EFIFWS~1.MOD)
    Checking file /grub/x86_64-efi/efinet.mod (EFINET.MOD)
    Checking file /grub/x86_64-efi/ehci.mod (EHCI.MOD)
    Checking file /grub/x86_64-efi/elf.mod (ELF.MOD)
    Checking file /grub/x86_64-efi/eval.mod (EVAL.MOD)
    Checking file /grub/x86_64-efi/exfat.mod (EXFAT.MOD)
    Checking file /grub/x86_64-efi/exfctest.mod (EXFCTEST.MOD)
    Checking file /grub/x86_64-efi/ext2.mod (EXT2.MOD)
    Checking file /grub/x86_64-efi/extcmd.mod (EXTCMD.MOD)
    Checking file /grub/x86_64-efi/fat.mod (FAT.MOD)
    Checking file /grub/x86_64-efi/fixvideo.mod (FIXVIDEO.MOD)
    Checking file /grub/x86_64-efi/font.mod (FONT.MOD)
    Checking file /grub/x86_64-efi/fshelp.mod (FSHELP.MOD)
    Checking file /grub/x86_64-efi/functional_test.mod (FUNCTI~1.MOD)
    Checking file /grub/x86_64-efi/gcry_arcfour.mod (GCRY_A~1.MOD)
    Checking file /grub/x86_64-efi/gcry_blowfish.mod (GCRY_B~1.MOD)
    Checking file /grub/x86_64-efi/gcry_camellia.mod (GCRY_C~1.MOD)
    Checking file /grub/x86_64-efi/gcry_cast5.mod (GCRY_C~2.MOD)
    Checking file /grub/x86_64-efi/gcry_crc.mod (GCRY_CRC.MOD)
    Checking file /grub/x86_64-efi/gcry_des.mod (GCRY_DES.MOD)
    Checking file /grub/x86_64-efi/gcry_dsa.mod (GCRY_DSA.MOD)
    Checking file /grub/x86_64-efi/gcry_ecc.mod (GCRY_ECC.MOD)
    Checking file /grub/x86_64-efi/gcry_md4.mod (GCRY_MD4.MOD)
    Checking file /grub/x86_64-efi/gcry_md5.mod (GCRY_MD5.MOD)
    Checking file /grub/x86_64-efi/gcry_rfc2268.mod (GCRY_R~1.MOD)
    Checking file /grub/x86_64-efi/gcry_rijndael.mod (GCRY_R~2.MOD)
    Checking file /grub/x86_64-efi/gcry_rmd160.mod (GCRY_R~3.MOD)
    Checking file /grub/x86_64-efi/gcry_rsa.mod (GCRY_RSA.MOD)
    Checking file /grub/x86_64-efi/gcry_seed.mod (GCRY_S~1.MOD)
    Checking file /grub/x86_64-efi/gcry_serpent.mod (GCRY_S~2.MOD)
    Checking file /grub/x86_64-efi/gcry_sha1.mod (GCRY_S~3.MOD)
    Checking file /grub/x86_64-efi/gcry_sha256.mod (GCRY_S~4.MOD)
    Checking file /grub/x86_64-efi/gcry_sha512.mod (GCRY_S~5.MOD)
    Checking file /grub/x86_64-efi/gcry_tiger.mod (GCRY_T~1.MOD)
    Checking file /grub/x86_64-efi/gcry_twofish.mod (GCRY_T~2.MOD)
    Checking file /grub/x86_64-efi/gcry_whirlpool.mod (GCRY_W~1.MOD)
    Checking file /grub/x86_64-efi/geli.mod (GELI.MOD)
    Checking file /grub/x86_64-efi/gettext.mod (GETTEXT.MOD)
    Checking file /grub/x86_64-efi/gfxmenu.mod (GFXMENU.MOD)
    Checking file /grub/x86_64-efi/gfxterm.mod (GFXTERM.MOD)
    Checking file /grub/x86_64-efi/gfxterm_background.mod (GFXTER~1.MOD)
    Checking file /grub/x86_64-efi/gfxterm_menu.mod (GFXTER~2.MOD)
    Checking file /grub/x86_64-efi/gptsync.mod (GPTSYNC.MOD)
    Checking file /grub/x86_64-efi/gzio.mod (GZIO.MOD)
    Checking file /grub/x86_64-efi/halt.mod (HALT.MOD)
    Checking file /grub/x86_64-efi/hashsum.mod (HASHSUM.MOD)
    Checking file /grub/x86_64-efi/hdparm.mod (HDPARM.MOD)
    Checking file /grub/x86_64-efi/hello.mod (HELLO.MOD)
    Checking file /grub/x86_64-efi/help.mod (HELP.MOD)
    Checking file /grub/x86_64-efi/hexdump.mod (HEXDUMP.MOD)
    Checking file /grub/x86_64-efi/hfs.mod (HFS.MOD)
    Checking file /grub/x86_64-efi/hfsplus.mod (HFSPLUS.MOD)
    Checking file /grub/x86_64-efi/hfspluscomp.mod (HFSPLU~1.MOD)
    Checking file /grub/x86_64-efi/http.mod (HTTP.MOD)
    Checking file /grub/x86_64-efi/iorw.mod (IORW.MOD)
    Checking file /grub/x86_64-efi/iso9660.mod (ISO9660.MOD)
    Checking file /grub/x86_64-efi/jfs.mod (JFS.MOD)
    Checking file /grub/x86_64-efi/jpeg.mod (JPEG.MOD)
    Checking file /grub/x86_64-efi/keylayouts.mod (KEYLAY~1.MOD)
    Checking file /grub/x86_64-efi/keystatus.mod (KEYSTA~1.MOD)
    Checking file /grub/x86_64-efi/ldm.mod (LDM.MOD)
    Checking file /grub/x86_64-efi/legacycfg.mod (LEGACY~1.MOD)
    Checking file /grub/x86_64-efi/linux.mod (LINUX.MOD)
    Checking file /grub/x86_64-efi/linux16.mod (LINUX16.MOD)
    Checking file /grub/x86_64-efi/loadbios.mod (LOADBIOS.MOD)
    Checking file /grub/x86_64-efi/loadenv.mod (LOADENV.MOD)
    Checking file /grub/x86_64-efi/loopback.mod (LOOPBACK.MOD)
    Checking file /grub/x86_64-efi/ls.mod (LS.MOD)
    Checking file /grub/x86_64-efi/lsacpi.mod (LSACPI.MOD)
    Checking file /grub/x86_64-efi/lsefi.mod (LSEFI.MOD)
    Checking file /grub/x86_64-efi/lsefimmap.mod (LSEFIM~1.MOD)
    Checking file /grub/x86_64-efi/lsefisystab.mod (LSEFIS~1.MOD)
    Checking file /grub/x86_64-efi/lsmmap.mod (LSMMAP.MOD)
    Checking file /grub/x86_64-efi/lspci.mod (LSPCI.MOD)
    Checking file /grub/x86_64-efi/lssal.mod (LSSAL.MOD)
    Checking file /grub/x86_64-efi/luks.mod (LUKS.MOD)
    Checking file /grub/x86_64-efi/lvm.mod (LVM.MOD)
    Checking file /grub/x86_64-efi/lzopio.mod (LZOPIO.MOD)
    Checking file /grub/x86_64-efi/mdraid09.mod (MDRAID09.MOD)
    Checking file /grub/x86_64-efi/mdraid09_be.mod (MDRAID~1.MOD)
    Checking file /grub/x86_64-efi/mdraid1x.mod (MDRAID1X.MOD)
    Checking file /grub/x86_64-efi/memdisk.mod (MEMDISK.MOD)
    Checking file /grub/x86_64-efi/memrw.mod (MEMRW.MOD)
    Checking file /grub/x86_64-efi/minicmd.mod (MINICMD.MOD)
    Checking file /grub/x86_64-efi/minix.mod (MINIX.MOD)
    Checking file /grub/x86_64-efi/minix2.mod (MINIX2.MOD)
    Checking file /grub/x86_64-efi/minix2_be.mod (MINIX2~1.MOD)
    Checking file /grub/x86_64-efi/minix3.mod (MINIX3.MOD)
    Checking file /grub/x86_64-efi/minix3_be.mod (MINIX3~1.MOD)
    Checking file /grub/x86_64-efi/minix_be.mod (MINIX_BE.MOD)
    Checking file /grub/x86_64-efi/mmap.mod (MMAP.MOD)
    Checking file /grub/x86_64-efi/morse.mod (MORSE.MOD)
    Checking file /grub/x86_64-efi/mpi.mod (MPI.MOD)
    Checking file /grub/x86_64-efi/msdospart.mod (MSDOSP~1.MOD)
    Checking file /grub/x86_64-efi/multiboot.mod (MULTIB~1.MOD)
    Checking file /grub/x86_64-efi/multiboot2.mod (MULTIB~2.MOD)
    Checking file /grub/x86_64-efi/nativedisk.mod (NATIVE~1.MOD)
    Checking file /grub/x86_64-efi/net.mod (NET.MOD)
    Checking file /grub/x86_64-efi/newc.mod (NEWC.MOD)
    Checking file /grub/x86_64-efi/nilfs2.mod (NILFS2.MOD)
    Checking file /grub/x86_64-efi/normal.mod (NORMAL.MOD)
    Checking file /grub/x86_64-efi/ntfs.mod (NTFS.MOD)
    Checking file /grub/x86_64-efi/ntfscomp.mod (NTFSCOMP.MOD)
    Checking file /grub/x86_64-efi/odc.mod (ODC.MOD)
    Checking file /grub/x86_64-efi/ohci.mod (OHCI.MOD)
    Checking file /grub/x86_64-efi/part_acorn.mod (PART_A~1.MOD)
    Checking file /grub/x86_64-efi/part_amiga.mod (PART_A~2.MOD)
    Checking file /grub/x86_64-efi/part_apple.mod (PART_A~3.MOD)
    Checking file /grub/x86_64-efi/part_bsd.mod (PART_BSD.MOD)
    Checking file /grub/x86_64-efi/part_dfly.mod (PART_D~1.MOD)
    Checking file /grub/x86_64-efi/part_dvh.mod (PART_DVH.MOD)
    Checking file /grub/x86_64-efi/part_gpt.mod (PART_GPT.MOD)
    Checking file /grub/x86_64-efi/part_msdos.mod (PART_M~1.MOD)
    Checking file /grub/x86_64-efi/part_plan.mod (PART_P~1.MOD)
    Checking file /grub/x86_64-efi/part_sun.mod (PART_SUN.MOD)
    Checking file /grub/x86_64-efi/part_sunpc.mod (PART_S~1.MOD)
    Checking file /grub/x86_64-efi/parttool.mod (PARTTOOL.MOD)
    Checking file /grub/x86_64-efi/password.mod (PASSWORD.MOD)
    Checking file /grub/x86_64-efi/password_pbkdf2.mod (PASSWO~1.MOD)
    Checking file /grub/x86_64-efi/pata.mod (PATA.MOD)
    Checking file /grub/x86_64-efi/pbkdf2.mod (PBKDF2.MOD)
    Checking file /grub/x86_64-efi/pcidump.mod (PCIDUMP.MOD)
    Checking file /grub/x86_64-efi/play.mod (PLAY.MOD)
    Checking file /grub/x86_64-efi/png.mod (PNG.MOD)
    Checking file /grub/x86_64-efi/priority_queue.mod (PRIORI~1.MOD)
    Checking file /grub/x86_64-efi/probe.mod (PROBE.MOD)
    Checking file /grub/x86_64-efi/procfs.mod (PROCFS.MOD)
    Checking file /grub/x86_64-efi/raid5rec.mod (RAID5REC.MOD)
    Checking file /grub/x86_64-efi/raid6rec.mod (RAID6REC.MOD)
    Checking file /grub/x86_64-efi/read.mod (READ.MOD)
    Checking file /grub/x86_64-efi/reboot.mod (REBOOT.MOD)
    Checking file /grub/x86_64-efi/regexp.mod (REGEXP.MOD)
    Checking file /grub/x86_64-efi/reiserfs.mod (REISERFS.MOD)
    Checking file /grub/x86_64-efi/relocator.mod (RELOCA~1.MOD)
    Checking file /grub/x86_64-efi/romfs.mod (ROMFS.MOD)
    Checking file /grub/x86_64-efi/scsi.mod (SCSI.MOD)
    Checking file /grub/x86_64-efi/search.mod (SEARCH.MOD)
    Checking file /grub/x86_64-efi/search_fs_file.mod (SEARCH~1.MOD)
    Checking file /grub/x86_64-efi/search_fs_uuid.mod (SEARCH~2.MOD)
    Checking file /grub/x86_64-efi/search_label.mod (SEARCH~3.MOD)
    Checking file /grub/x86_64-efi/serial.mod (SERIAL.MOD)
    Checking file /grub/x86_64-efi/setjmp.mod (SETJMP.MOD)
    Checking file /grub/x86_64-efi/setjmp_test.mod (SETJMP~1.MOD)
    Checking file /grub/x86_64-efi/setpci.mod (SETPCI.MOD)
    Checking file /grub/x86_64-efi/sfs.mod (SFS.MOD)
    Checking file /grub/x86_64-efi/sleep.mod (SLEEP.MOD)
    Checking file /grub/x86_64-efi/spkmodem.mod (SPKMODEM.MOD)
    Checking file /grub/x86_64-efi/squash4.mod (SQUASH4.MOD)
    Checking file /grub/x86_64-efi/tar.mod (TAR.MOD)
    Checking file /grub/x86_64-efi/terminal.mod (TERMINAL.MOD)
    Checking file /grub/x86_64-efi/terminfo.mod (TERMINFO.MOD)
    Checking file /grub/x86_64-efi/test.mod (TEST.MOD)
    Checking file /grub/x86_64-efi/test_blockarg.mod (TEST_B~1.MOD)
    Checking file /grub/x86_64-efi/testload.mod (TESTLOAD.MOD)
    Checking file /grub/x86_64-efi/testspeed.mod (TESTSP~1.MOD)
    Checking file /grub/x86_64-efi/tftp.mod (TFTP.MOD)
    Checking file /grub/x86_64-efi/tga.mod (TGA.MOD)
    Checking file /grub/x86_64-efi/time.mod (TIME.MOD)
    Checking file /grub/x86_64-efi/trig.mod (TRIG.MOD)
    Checking file /grub/x86_64-efi/true.mod (TRUE.MOD)
    Checking file /grub/x86_64-efi/udf.mod (UDF.MOD)
    Checking file /grub/x86_64-efi/ufs1.mod (UFS1.MOD)
    Checking file /grub/x86_64-efi/ufs1_be.mod (UFS1_BE.MOD)
    Checking file /grub/x86_64-efi/ufs2.mod (UFS2.MOD)
    Checking file /grub/x86_64-efi/uhci.mod (UHCI.MOD)
    Checking file /grub/x86_64-efi/usb.mod (USB.MOD)
    Checking file /grub/x86_64-efi/usb_keyboard.mod (USB_KE~1.MOD)
    Checking file /grub/x86_64-efi/usbms.mod (USBMS.MOD)
    Checking file /grub/x86_64-efi/usbserial_common.mod (USBSER~1.MOD)
    Checking file /grub/x86_64-efi/usbserial_ftdi.mod (USBSER~2.MOD)
    Checking file /grub/x86_64-efi/usbserial_pl2303.mod (USBSER~3.MOD)
    Checking file /grub/x86_64-efi/usbserial_usbdebug.mod (USBSER~4.MOD)
    Checking file /grub/x86_64-efi/usbtest.mod (USBTEST.MOD)
    Checking file /grub/x86_64-efi/verify.mod (VERIFY.MOD)
    Checking file /grub/x86_64-efi/video.mod (VIDEO.MOD)
    Checking file /grub/x86_64-efi/video_bochs.mod (VIDEO_~1.MOD)
    Checking file /grub/x86_64-efi/video_cirrus.mod (VIDEO_~2.MOD)
    Checking file /grub/x86_64-efi/video_colors.mod (VIDEO_~3.MOD)
    Checking file /grub/x86_64-efi/video_fb.mod (VIDEO_FB.MOD)
    Checking file /grub/x86_64-efi/videoinfo.mod (VIDEOI~1.MOD)
    Checking file /grub/x86_64-efi/videotest.mod (VIDEOT~1.MOD)
    Checking file /grub/x86_64-efi/videotest_checksum.mod (VIDEOT~2.MOD)
    Checking file /grub/x86_64-efi/xfs.mod (XFS.MOD)
    Checking file /grub/x86_64-efi/xnu.mod (XNU.MOD)
    Checking file /grub/x86_64-efi/xnu_uuid.mod (XNU_UUID.MOD)
    Checking file /grub/x86_64-efi/xzio.mod (XZIO.MOD)
    Checking file /grub/x86_64-efi/zfs.mod (ZFS.MOD)
    Checking file /grub/x86_64-efi/zfscrypt.mod (ZFSCRYPT.MOD)
    Checking file /grub/x86_64-efi/zfsinfo.mod (ZFSINFO.MOD)
    Checking file /grub/x86_64-efi/moddep.lst (MODDEP.LST)
    Checking file /grub/x86_64-efi/command.lst (COMMAND.LST)
    Checking file /grub/x86_64-efi/fs.lst (FS.LST)
    Checking file /grub/x86_64-efi/partmap.lst (PARTMAP.LST)
    Checking file /grub/x86_64-efi/parttool.lst (PARTTOOL.LST)
    Checking file /grub/x86_64-efi/video.lst (VIDEO.LST)
    Checking file /grub/x86_64-efi/crypto.lst (CRYPTO.LST)
    Checking file /grub/x86_64-efi/terminal.lst (TERMINAL.LST)
    Checking file /grub/x86_64-efi/core.efi (CORE.EFI)
    Checking file /grub/x86_64-efi/grub.efi (GRUB.EFI)
    Checking file /grub/locale/.
    Checking file /grub/locale/..
    Checking file /grub/locale/ast.mo (AST.MO)
    Checking file /grub/locale/ca.mo (CA.MO)
    Checking file /grub/locale/da.mo (DA.MO)
    Checking file /grub/locale/de.mo (DE.MO)
    Checking file /grub/locale/[email protected] (DE@HEB~1.MO)
    Checking file /grub/locale/de_CH.mo (DE_CH.MO)
    Checking file /grub/locale/[email protected] (EN@ARA~1.MO)
    Checking file /grub/locale/[email protected] (EN@HEB~1.MO)
    Checking file /grub/locale/[email protected] (EN@PIG~1.MO)
    Checking file /grub/locale/[email protected] ([email protected])
    Checking file /grub/locale/eo.mo (EO.MO)
    Checking file /grub/locale/es.mo (ES.MO)
    Checking file /grub/locale/fi.mo (FI.MO)
    Checking file /grub/locale/fr.mo (FR.MO)
    Checking file /grub/locale/hu.mo (HU.MO)
    Checking file /grub/locale/id.mo (ID.MO)
    Checking file /grub/locale/it.mo (IT.MO)
    Checking file /grub/locale/ja.mo (JA.MO)
    Checking file /grub/locale/lt.mo (LT.MO)
    Checking file /grub/locale/nl.mo (NL.MO)
    Checking file /grub/locale/pa.mo (PA.MO)
    Checking file /grub/locale/pl.mo (PL.MO)
    Checking file /grub/locale/pt_BR.mo (PT_BR.MO)
    Checking file /grub/locale/ru.mo (RU.MO)
    Checking file /grub/locale/sl.mo (SL.MO)
    Checking file /grub/locale/sv.mo (SV.MO)
    Checking file /grub/locale/tr.mo (TR.MO)
    Checking file /grub/locale/uk.mo (UK.MO)
    Checking file /grub/locale/vi.mo (VI.MO)
    Checking file /grub/locale/zh_CN.mo (ZH_CN.MO)
    Checking file /grub/locale/zh_TW.mo (ZH_TW.MO)
    Checking file /grub/themes/.
    Checking file /grub/themes/..
    Checking file /grub/themes/starfield (STARFI~1)
    Checking file /grub/themes/starfield/.
    Checking file /grub/themes/starfield/..
    Checking file /grub/themes/starfield/COPYING.CC-BY-SA-3.0 (COPYIN~1.0)
    Checking file /grub/themes/starfield/README
    Checking file /grub/themes/starfield/blob_w.png (BLOB_W.PNG)
    Checking file /grub/themes/starfield/boot_menu_c.png (BOOT_M~1.PNG)
    Checking file /grub/themes/starfield/boot_menu_e.png (BOOT_M~2.PNG)
    Checking file /grub/themes/starfield/boot_menu_n.png (BOOT_M~3.PNG)
    Checking file /grub/themes/starfield/boot_menu_ne.png (BOOT_M~4.PNG)
    Checking file /grub/themes/starfield/boot_menu_nw.png (BOOT_M~5.PNG)
    Checking file /grub/themes/starfield/boot_menu_s.png (BOOT_M~6.PNG)
    Checking file /grub/themes/starfield/boot_menu_se.png (BOOT_M~7.PNG)
    Checking file /grub/themes/starfield/boot_menu_sw.png (BOOT_M~8.PNG)
    Checking file /grub/themes/starfield/boot_menu_w.png (BOOT_M~9.PNG)
    Checking file /grub/themes/starfield/dejavu_10.pf2 (DEJAVU~1.PF2)
    Checking file /grub/themes/starfield/dejavu_12.pf2 (DEJAVU~2.PF2)
    Checking file /grub/themes/starfield/dejavu_14.pf2 (DEJAVU~3.PF2)
    Checking file /grub/themes/starfield/dejavu_16.pf2 (DEJAVU~4.PF2)
    Checking file /grub/themes/starfield/dejavu_bold_14.pf2 (DEJAVU~5.PF2)
    Checking file /grub/themes/starfield/slider_c.png (SLIDER_C.PNG)
    Checking file /grub/themes/starfield/slider_n.png (SLIDER_N.PNG)
    Checking file /grub/themes/starfield/slider_s.png (SLIDER_S.PNG)
    Checking file /grub/themes/starfield/starfield.png (STARFI~1.PNG)
    Checking file /grub/themes/starfield/terminal_box_c.png (TERMIN~1.PNG)
    Checking file /grub/themes/starfield/terminal_box_e.png (TERMIN~2.PNG)
    Checking file /grub/themes/starfield/terminal_box_n.png (TERMIN~3.PNG)
    Checking file /grub/themes/starfield/terminal_box_ne.png (TERMIN~4.PNG)
    Checking file /grub/themes/starfield/terminal_box_nw.png (TERMIN~5.PNG)
    Checking file /grub/themes/starfield/terminal_box_s.png (TERMIN~6.PNG)
    Checking file /grub/themes/starfield/terminal_box_se.png (TERMIN~7.PNG)
    Checking file /grub/themes/starfield/terminal_box_sw.png (TERMIN~8.PNG)
    Checking file /grub/themes/starfield/terminal_box_w.png (TERMIN~9.PNG)
    Checking file /grub/themes/starfield/theme.txt (THEME.TXT)
    Checking file /grub/fonts/.
    Checking file /grub/fonts/..
    Checking file /grub/fonts/unicode.pf2 (UNICODE.PF2)
    Checking file /EFI/.
    Checking file /EFI/..
    Checking file /EFI/Microsoft (MICROS~1)
    Checking file /EFI/Boot (BOOT)
    Checking file /EFI/elementary (ELEMEN~1)
    Checking file /EFI/arch_grub (ARCH_G~1)
    Checking file /EFI/gummiboot (GUMMIB~1)
    Checking file /EFI/Microsoft/.
    Checking file /EFI/Microsoft/..
    Checking file /EFI/Microsoft/Boot (BOOT)
    Checking file /EFI/Microsoft/Boot/.
    Checking file /EFI/Microsoft/Boot/..
    Checking file /EFI/Microsoft/Boot/bg-BG (BG-BG)
    Checking file /EFI/Microsoft/Boot/BOOT.STL
    Checking file /EFI/Microsoft/Boot/BOOTMGR.EFI
    Checking file /EFI/Microsoft/Boot/cs-CZ (CS-CZ)
    Checking file /EFI/Microsoft/Boot/da-DK (DA-DK)
    Checking file /EFI/Microsoft/Boot/de-DE (DE-DE)
    Checking file /EFI/Microsoft/Boot/el-GR (EL-GR)
    Checking file /EFI/Microsoft/Boot/en-GB (EN-GB)
    Checking file /EFI/Microsoft/Boot/en-US (EN-US)
    Checking file /EFI/Microsoft/Boot/es-ES (ES-ES)
    Checking file /EFI/Microsoft/Boot/et-EE (ET-EE)
    Checking file /EFI/Microsoft/Boot/fi-FI (FI-FI)
    Checking file /EFI/Microsoft/Boot/fr-FR (FR-FR)
    Checking file /EFI/Microsoft/Boot/hr-HR (HR-HR)
    Checking file /EFI/Microsoft/Boot/hu-HU (HU-HU)
    Checking file /EFI/Microsoft/Boot/it-IT (IT-IT)
    Checking file /EFI/Microsoft/Boot/ja-JP (JA-JP)
    Checking file /EFI/Microsoft/Boot/ko-KR (KO-KR)
    Checking file /EFI/Microsoft/Boot/lt-LT (LT-LT)
    Checking file /EFI/Microsoft/Boot/lv-LV (LV-LV)
    Checking file /EFI/Microsoft/Boot/MEMTEST.EFI
    Checking file /EFI/Microsoft/Boot/nb-NO (NB-NO)
    Checking file /EFI/Microsoft/Boot/nl-NL (NL-NL)
    Checking file /EFI/Microsoft/Boot/pl-PL (PL-PL)
    Checking file /EFI/Microsoft/Boot/pt-BR (PT-BR)
    Checking file /EFI/Microsoft/Boot/pt-PT (PT-PT)
    Checking file /EFI/Microsoft/Boot/QPS-PLOC
    Checking file /EFI/Microsoft/Boot/ro-RO (RO-RO)
    Checking file /EFI/Microsoft/Boot/ru-RU (RU-RU)
    Checking file /EFI/Microsoft/Boot/sk-SK (SK-SK)
    Checking file /EFI/Microsoft/Boot/sl-SI (SL-SI)
    Checking file /EFI/Microsoft/Boot/sr-Latn-CS (SR-LAT~1)
    Checking file /EFI/Microsoft/Boot/sv-SE (SV-SE)
    Checking file /EFI/Microsoft/Boot/tr-TR (TR-TR)
    Checking file /EFI/Microsoft/Boot/uk-UA (UK-UA)
    Checking file /EFI/Microsoft/Boot/zh-CN (ZH-CN)
    Checking file /EFI/Microsoft/Boot/zh-HK (ZH-HK)
    Checking file /EFI/Microsoft/Boot/zh-TW (ZH-TW)
    Checking file /EFI/Microsoft/Boot/BOOTSTAT.DAT
    Checking file /EFI/Microsoft/Boot/Fonts (FONTS)
    Checking file /EFI/Microsoft/Boot/Resources (RESOUR~1)
    Checking file /EFI/Microsoft/Boot/BCD
    Checking file /EFI/Microsoft/Boot/BCD.LOG
    Checking file /EFI/Microsoft/Boot/BCD.LOG1 (BCD~1.LOG)
    Checking file /EFI/Microsoft/Boot/BCD.LOG2 (BCD~2.LOG)
    Checking file /EFI/Microsoft/Boot/bootmgfw.efi (BOOTMGFW.EFI)
    Checking file /EFI/Microsoft/Boot/bootx64.efi.grb (BOOTX6~1.GRB)
    Checking file /EFI/Microsoft/Boot/bootx64.efi (BOOTX64.EFI)
    Checking file /EFI/Microsoft/Boot/bootmgfw.bootrepair.efi (BOOTMG~1.EFI)
    Checking file /EFI/Microsoft/Boot/bg-BG/.
    Checking file /EFI/Microsoft/Boot/bg-BG/..
    Checking file /EFI/Microsoft/Boot/bg-BG/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/bg-BG/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/cs-CZ/.
    Checking file /EFI/Microsoft/Boot/cs-CZ/..
    Checking file /EFI/Microsoft/Boot/cs-CZ/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/cs-CZ/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/cs-CZ/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/da-DK/.
    Checking file /EFI/Microsoft/Boot/da-DK/..
    Checking file /EFI/Microsoft/Boot/da-DK/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/da-DK/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/da-DK/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/de-DE/.
    Checking file /EFI/Microsoft/Boot/de-DE/..
    Checking file /EFI/Microsoft/Boot/de-DE/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/de-DE/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/de-DE/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/el-GR/.
    Checking file /EFI/Microsoft/Boot/el-GR/..
    Checking file /EFI/Microsoft/Boot/el-GR/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/el-GR/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/el-GR/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/en-GB/.
    Checking file /EFI/Microsoft/Boot/en-GB/..
    Checking file /EFI/Microsoft/Boot/en-GB/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/en-GB/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/en-US/.
    Checking file /EFI/Microsoft/Boot/en-US/..
    Checking file /EFI/Microsoft/Boot/en-US/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/en-US/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/en-US/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/es-ES/.
    Checking file /EFI/Microsoft/Boot/es-ES/..
    Checking file /EFI/Microsoft/Boot/es-ES/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/es-ES/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/es-ES/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/et-EE/.
    Checking file /EFI/Microsoft/Boot/et-EE/..
    Checking file /EFI/Microsoft/Boot/et-EE/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/et-EE/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/fi-FI/.
    Checking file /EFI/Microsoft/Boot/fi-FI/..
    Checking file /EFI/Microsoft/Boot/fi-FI/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/fi-FI/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/fi-FI/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/fr-FR/.
    Checking file /EFI/Microsoft/Boot/fr-FR/..
    Checking file /EFI/Microsoft/Boot/fr-FR/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/fr-FR/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/fr-FR/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/hr-HR/.
    Checking file /EFI/Microsoft/Boot/hr-HR/..
    Checking file /EFI/Microsoft/Boot/hr-HR/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/hr-HR/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/hu-HU/.
    Checking file /EFI/Microsoft/Boot/hu-HU/..
    Checking file /EFI/Microsoft/Boot/hu-HU/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/hu-HU/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/hu-HU/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/it-IT/.
    Checking file /EFI/Microsoft/Boot/it-IT/..
    Checking file /EFI/Microsoft/Boot/it-IT/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/it-IT/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/it-IT/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/ja-JP/.
    Checking file /EFI/Microsoft/Boot/ja-JP/..
    Checking file /EFI/Microsoft/Boot/ja-JP/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/ja-JP/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/ja-JP/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/ko-KR/.
    Checking file /EFI/Microsoft/Boot/ko-KR/..
    Checking file /EFI/Microsoft/Boot/ko-KR/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/ko-KR/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/ko-KR/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/lt-LT/.
    Checking file /EFI/Microsoft/Boot/lt-LT/..
    Checking file /EFI/Microsoft/Boot/lt-LT/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/lt-LT/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/lv-LV/.
    Checking file /EFI/Microsoft/Boot/lv-LV/..
    Checking file /EFI/Microsoft/Boot/lv-LV/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/lv-LV/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/nb-NO/.
    Checking file /EFI/Microsoft/Boot/nb-NO/..
    Checking file /EFI/Microsoft/Boot/nb-NO/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/nb-NO/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/nb-NO/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/nl-NL/.
    Checking file /EFI/Microsoft/Boot/nl-NL/..
    Checking file /EFI/Microsoft/Boot/nl-NL/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/nl-NL/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/nl-NL/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/pl-PL/.
    Checking file /EFI/Microsoft/Boot/pl-PL/..
    Checking file /EFI/Microsoft/Boot/pl-PL/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/pl-PL/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/pl-PL/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/pt-BR/.
    Checking file /EFI/Microsoft/Boot/pt-BR/..
    Checking file /EFI/Microsoft/Boot/pt-BR/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/pt-BR/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/pt-BR/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/pt-PT/.
    Checking file /EFI/Microsoft/Boot/pt-PT/..
    Checking file /EFI/Microsoft/Boot/pt-PT/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/pt-PT/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/pt-PT/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/QPS-PLOC/.
    Checking file /EFI/Microsoft/Boot/QPS-PLOC/..
    Checking file /EFI/Microsoft/Boot/QPS-PLOC/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/QPS-PLOC/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/QPS-PLOC/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/ro-RO/.
    Checking file /EFI/Microsoft/Boot/ro-RO/..
    Checking file /EFI/Microsoft/Boot/ro-RO/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/ro-RO/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/ru-RU/.
    Checking file /EFI/Microsoft/Boot/ru-RU/..
    Checking file /EFI/Microsoft/Boot/ru-RU/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/ru-RU/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/ru-RU/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/sk-SK/.
    Checking file /EFI/Microsoft/Boot/sk-SK/..
    Checking file /EFI/Microsoft/Boot/sk-SK/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/sk-SK/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/sl-SI/.
    Checking file /EFI/Microsoft/Boot/sl-SI/..
    Checking file /EFI/Microsoft/Boot/sl-SI/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/sl-SI/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/sr-Latn-CS/.
    Checking file /EFI/Microsoft/Boot/sr-Latn-CS/..
    Checking file /EFI/Microsoft/Boot/sr-Latn-CS/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/sr-Latn-CS/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/sv-SE/.
    Checking file /EFI/Microsoft/Boot/sv-SE/..
    Checking file /EFI/Microsoft/Boot/sv-SE/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/sv-SE/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/sv-SE/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/tr-TR/.
    Checking file /EFI/Microsoft/Boot/tr-TR/..
    Checking file /EFI/Microsoft/Boot/tr-TR/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/tr-TR/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/tr-TR/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/uk-UA/.
    Checking file /EFI/Microsoft/Boot/uk-UA/..
    Checking file /EFI/Microsoft/Boot/uk-UA/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/uk-UA/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/zh-CN/.
    Checking file /EFI/Microsoft/Boot/zh-CN/..
    Checking file /EFI/Microsoft/Boot/zh-CN/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/zh-CN/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/zh-CN/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/zh-HK/.
    Checking file /EFI/Microsoft/Boot/zh-HK/..
    Checking file /EFI/Microsoft/Boot/zh-HK/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/zh-HK/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/zh-HK/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/zh-TW/.
    Checking file /EFI/Microsoft/Boot/zh-TW/..
    Checking file /EFI/Microsoft/Boot/zh-TW/bootmgfw.efi.mui (BOOTMG~1.MUI)
    Checking file /EFI/Microsoft/Boot/zh-TW/bootmgr.efi.mui (BOOTMG~2.MUI)
    Checking file /EFI/Microsoft/Boot/zh-TW/memtest.efi.mui (MEMTES~1.MUI)
    Checking file /EFI/Microsoft/Boot/Fonts/.
    Checking file /EFI/Microsoft/Boot/Fonts/..
    Checking file /EFI/Microsoft/Boot/Fonts/CHS_BOOT.TTF
    Checking file /EFI/Microsoft/Boot/Fonts/CHT_BOOT.TTF
    Checking file /EFI/Microsoft/Boot/Fonts/JPN_BOOT.TTF
    Checking file /EFI/Microsoft/Boot/Fonts/KOR_BOOT.TTF
    Checking file /EFI/Microsoft/Boot/Fonts/malgunn_boot.ttf (MALGUN~1.TTF)
    Checking file /EFI/Microsoft/Boot/Fonts/malgun_boot.ttf (MALGUN~2.TTF)
    Checking file /EFI/Microsoft/Boot/Fonts/meiryon_boot.ttf (MEIRYO~1.TTF)
    Checking file /EFI/Microsoft/Boot/Fonts/meiryo_boot.ttf (MEIRYO~2.TTF)
    Checking file /EFI/Microsoft/Boot/Fonts/msjhn_boot.ttf (MSJHN_~1.TTF)
    Checking file /EFI/Microsoft/Boot/Fonts/msjh_boot.ttf (MSJH_B~1.TTF)
    Checking file /EFI/Microsoft/Boot/Fonts/msyhn_boot.ttf (MSYHN_~1.TTF)
    Checking file /EFI/Microsoft/Boot/Fonts/msyh_boot.ttf (MSYH_B~1.TTF)
    Checking file /EFI/Microsoft/Boot/Fonts/segmono_boot.ttf (SEGMON~1.TTF)
    Checking file /EFI/Microsoft/Boot/Fonts/segoen_slboot.ttf (SEGOEN~1.TTF)
    Checking file /EFI/Microsoft/Boot/Fonts/segoe_slboot.ttf (SEGOE_~1.TTF)
    Checking file /EFI/Microsoft/Boot/Fonts/wgl4_boot.ttf (WGL4_B~1.TTF)
    Checking file /EFI/Microsoft/Boot/Resources/.
    Checking file /EFI/Microsoft/Boot/Resources/..
    Checking file /EFI/Microsoft/Boot/Resources/BOOTRES.DLL
    Checking file /EFI/Microsoft/Boot/Resources/en-US (EN-US)
    Checking file /EFI/Microsoft/Boot/Resources/en-US/.
    Checking file /EFI/Microsoft/Boot/Resources/en-US/..
    Checking file /EFI/Microsoft/Boot/Resources/en-US/bootres.dll.mui (BOOTRE~1.MUI)
    Checking file /EFI/Boot/.
    Checking file /EFI/Boot/..
    Checking file /EFI/Boot/bkpbootx64.efi (BKPBOO~1.EFI)
    Checking file /EFI/Boot/bootx64.efi (BOOTX64.EFI)
    Checking file /EFI/elementary/.
    Checking file /EFI/elementary/..
    Checking file /EFI/elementary/grubx64.efi (GRUBX64.EFI)
    Checking file /EFI/arch_grub/.
    Checking file /EFI/arch_grub/..
    Checking file /EFI/arch_grub/grubx64.efi (GRUBX64.EFI)
    Checking file /EFI/gummiboot/.
    Checking file /EFI/gummiboot/..
    Checking file /EFI/gummiboot/gummibootx64.efi (GUMMIB~2.EFI)
    Checking file /loader/.
    Checking file /loader/..
    Checking file /loader/entries (ENTRIES)
    Checking file /loader/loader.conf (LOADER~1.CON)
    Checking file /loader/entries/.
    Checking file /loader/entries/..
    Checking file /loader/entries/arch.conf (ARCH~1.CON)
    Checking for bad clusters.
    Reclaiming unconnected clusters.
    Checking free cluster summary.
    /dev/sda2: 500 files, 14626/75776 clusters
    srs5694 wrote:No, it definitely looks in EFI/Microsoft/Boot for boot loader files.
    I'm not sure it does. This is the only mention of efi files I can find in the script.
    # Check FAT filesystems for EFI boot files.
    for file in "${mountname}"/efi/*/*.efi ; do
    # Remove "${mountname}" part of the filename.
    file="${file#${mountname}}";
    if [ -f "${mountname}${file}" ] && [ -s "${mountname}${file}" ] && FileNotMounted "${mountname}${file}" "${mountname}" ; then
    BootFiles="${BootFiles} ${file}";
    fi
    done
    Looking for "${mountname}"/efi/*/*.efi will only pick up files one level down from, say, /boot/EFI. Files in /boot/EFI/Microsoft/Boot are two levels down. I copied bootx64.efi into /boot/EFI/Microsoft and the script picked it up. This is with the latest version of bootinfoscript afaik.
    $ bootinfoscript -v
    Boot Info Script version: 0.61
    Release date: 1 April 2012

  • Mac Mini Bios and booting in Linux

    Does anyone know if the EFI /Bios issue that prevented the previous generation Mini from booting into Linux without a monitor or KVM switch attached has been remedied in the new Mini's?

    If you read the article it says ASUS PB279Q via DisplayPort (the monitor) and the title says in Windows.
    It works on any 4k Monitor with a DisplayPort. For OS X guides search google, there are solutions there.
    I posted this article for people using Windows who are struggling with 4K out of the mac mini's.
    Cheers

  • Arch Linux won't boot (and Linux in general)

    Hello everyone,
    I've been having this problem for about 3 days now. I finally made an account and post the problem since I can't find a solution (I solved most of my past problems by searching forums and googling so I had never posted before).
    So, I was installing Arch linux and Windows 7 on my machine (eee pc 1201t) but had problems booting into linux. First I installed Windows and it worked fine, then I installed Arch linux (this isn't my first time) and rebooted after finishing the installation. But my laptop just won't boot. It just displayed a blinking cursor on the top left of the screen. No error messages whatsoever. It was my first time encountering the problem so I thought reinstalling would do the trick. But it didn't. So I started researching on the same problems on google and discovered that it could be either a HD problem or corrupted MBR or some other problem. My drive works fine, since I can copy data onto it using a live cd (Ubuntu) and Windows works fine with it.
    I'm thinking of using "dd" command on my drive and repair the MBR. I would like to know if you guys have encountered the same problem before and what kind of solution you applied.
    Note: I also tried installing Ubuntu on my machine but the result was the same.

    ngoonee wrote:Live CD, setup grub again, and profit?
    I tried this first, had no luck or maybe I wasn't doing it right.
    nixpunk wrote:So are you booting into windows using grub or just ntldr?
    My laptop boots using ntldr only. Grub does not seem to work. I tried installing Arch and Ubuntu but I had the same result (blinking cursor on the top left of the screen).
    schuay wrote:As always with boot problems, you will need to provide some more data about your setup. Output of 'df -h', contents of /boot/grub/menu.lst, install location of grub, etc. Without that, other people can only make guesses about the possible solution
    I'll keep that in mind. Sorry for the lack of details regarding my problem. I will try to add as much information as I can the next time I post.
    Anyway, I think I solved the problem. I zeroed the MBR on my HD by issuing the command "dd if=/dev/zero of=/dev/sda bs=512 count=1 and grub installed just fine. Thanks for the reply everyone.

  • IPod boots into diagnostic mode

    Hello,
    I have a 5th gen iPod, 60 GB. Recently, when I wake my iPod from sleep, it boots right into the diagnostic mode. I keep resetting it, and it keeps booting into diagnostic mode. I've run the auto test and a bunch of the manual tests, and nothing looks like it failed, but I really can't tell.
    Eventually, after resetting it enough times, it will boot correctly and will be useable. But then the next day, it will start booting into diag mode again.
    I have tried plugging it into my iMac and that does nothing. It's not recognized when it's in diagnostic mode. I've also tried plugging it into the wall, and that didn't help. The battery is relatively full (when I get to the regular menus, the battery meter looks 90% full or more).
    So is this one going the way of the dodo? Or is there something I can do? I would like this one to last until mid-year, because I think I will be getting an iPhone then. I plan to do a restore next time it boots into the regular screen.
    Thanks!

    Well, I was able to get it to boot again. For some reason, whenever I plug it into the power adaptor in my car, it comes back to life.
    :shrug:
    Restoring it did not help, cause it's still happening.
    Also, it seems that this booting-into-diagnostic-mode problem is caused when the iPod goes to sleep (i.e., when you wake it up and the first thing you see is the Apple logo). If I turn it off and turn it back on again relatively soon, it goes right into the main menu. But if I don't touch it for 24 hours or so and then I turn it on, I see the Apple logo, hear a beep and a click, and it boots into diagnostic mode.
    Anybody have any ideas? It's out of warranty so worst case scenario is I keep resurrecting it using my car until I get my iPhone.

  • Boot Into Windows or LInux Directly with rEFIt

    Hi,
    I'm installing Linux on my MBP. How do I setup the GRUB so I can boot into Windows or Linux directly without having to "--> Windows --> Windows or Windows --> Linux
    THanks.

    Hi,
    I'm installing Linux on my MBP. How do I setup the GRUB so I can boot into Windows or Linux directly without having to "--> Windows --> Windows or Windows --> Linux
    THanks.

  • Cannot boot into Safe Mode with Networking - Windows 8.1 Update

    I'm trying to boot into safe mode with networking. I can successfully boot into Safe Mode, but my Network Access is always disabled.
    I've tried msconfig / Click on Restart / Restart Now from the Update and Recovery menu in 'Change PC Settings'. They all eventually get me to the Same boot options menu which says ... F4 for Safe mode, F5 for Safe mode with Networking etc..  I
    select the F5 Safe mode with Networking and it re-boots into Safe mode but I have no network access. 
    I'm connecting to my home ADSL, no proxy required. If I boot normally I have network & internet access, but in 'F5 Safe mode with Networking' my networking is disabled.
    Windows 8.1 Pro x64

    I can see that I am actually connected to my router, but the network icon still shows as disconnected.
    What about the Network list via the Settings charm (Win-I)?  Last week I was having problems with that one after long sleeps.  Later I realized that although I could see the icon in the Settings charm (as normal) when I clicked on it, it still
    showed the same icon as I was expecting; the difference is that it didn't show "Connected"; so, clicking on the icon proved that it was offering a Connect button and clicking that finally got me connected.  Meanwhile the troubleshooters were misleading
    at best and destructive at worst, suggesting I power things off, etc.  I don't know if there was a fix for this specific symptom or whether I just tried a different path but yesterday instead of trying the above procedure I tried to see what the Network
    troubleshooter associated with IE's "unable to connect" page would do; amazingly it identified the problem precisely.  That connection had somehow acquired a connect manually attribute.  The troubleshooter offered to fix that problem for me
    and I accepted.  Since then, no more problem.
    FYI
    Robert Aldwinckle

  • Client boots into WinPE but then it will fail and reboot after the step: "Preparing network connections"

    I  have a new issue with all DPs.
    When I pxe boot, it will boot into WinPE but then it will fail and reboot after the step: “Preparing network connections”
    I have tried reinstalling the DP and MP. Also redistributing the boot image.
    When I press F8 to go into debug mode, ipconfig show me an IP address and I am able to ping my Management point, my DHCP server and also my Distribution point.
    I have attached the smsts.log file.
    <![LOG[LOGGING: Finalize process ID set to 900]LOG]!><time="10:43:28.925+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="tslogging.cpp:1495">
    <![LOG[==============================[ TSBootShell.exe ]==============================]LOG]!><time="10:43:28.925+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904"
    file="bootshell.cpp:1055">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="10:43:28.925+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="util.cpp:964">
    <![LOG[Debug shell is enabled]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="bootshell.cpp:1066">
    <![LOG[Waiting for PNP initialization...]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:60">
    <![LOG[RAM Disk Boot Path: NET(0)\SMSIMAGES\EVN0002F\BOOT.EVN0002F.WIM]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="configpath.cpp:302">
    <![LOG[Booted from network (PXE)]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="configpath.cpp:317">
    <![LOG[Network(PXE) path: X:\sms\data\]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="configpath.cpp:319">
    <![LOG[Found config path X:\sms\data\]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:548">
    <![LOG[Booting from removable media, not restoring bootloaders on hard drive]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:582">
    <![LOG[X:\sms\data\WinPE does not exist.]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:599">
    <![LOG[X:\_SmsTsWinPE\WinPE does not exist.]LOG]!><time="10:43:28.940+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:613">
    <![LOG[Executing command line: wpeinit.exe -winpe]LOG]!><time="10:43:28.956+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="10:44:13.294+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:942">
    <![LOG[Starting DNS client service.]LOG]!><time="10:44:13.294+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:666">
    <![LOG[Executing command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="10:44:13.809+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908"
    file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="10:44:13.809+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:942">
    <![LOG[==============================[ TSMBootStrap.exe ]==============================]LOG]!><time="10:44:13.903+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116"
    file="tsmbootstrap.cpp:1165">
    <![LOG[Command line: X:\sms\bin\x64\TsmBootstrap.exe /env:WinPE /configpath:X:\sms\data\]LOG]!><time="10:44:13.903+480" date="08-13-2014" component="TSMBootstrap" context="" type="0" thread="1116"
    file="tsmbootstrap.cpp:1166">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="10:44:13.919+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116" file="util.cpp:964">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\TSRESNLC.DLL']LOG]!><time="10:44:13.919+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116" file="resourceutils.cpp:169">
    <![LOG[Current OS version is 6.2.9200.0]LOG]!><time="10:44:13.919+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116" file="util.cpp:3094">
    <![LOG[Adding SMS bin folder "X:\sms\bin\x64" to the system environment PATH]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSMBootstrap" context="" type="0" thread="1116"
    file="tsmbootstrap.cpp:963">
    <![LOG[PXE Boot with Root = X:\]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116" file="tsmbootstrap.cpp:1062">
    <![LOG[Executing from PXE in WinPE]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSMBootstrap" context="" type="1" thread="1116" file="tsmbootstrap.cpp:1077">
    <![LOG[Loading TsPxe.dll from X:\sms\bin\x64\TsPxe.dll]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSMBootstrap" context="" type="0" thread="1116" file="tsmbootstraputil.cpp:1363">
    <![LOG[TsPxe.dll loaded]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tsmbootstraputil.cpp:1373">
    <![LOG[Device has PXE booted]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tspxe.cpp:122">
    <![LOG[Variable Path: \SMSTemp\2014.08.13.10.42.54.0001.{F722E5C6-13E4-4635-B674-7A56A68BCF03}.boot.var]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116"
    file="tspxe.cpp:134">
    <![LOG[Variable Key Len: 69]LOG]!><time="10:44:13.934+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tspxe.cpp:141">
    <![LOG[Succesfully added firewall rule for Tftp]LOG]!><time="10:44:13.950+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="fwopen.cpp:123">
    <![LOG[Executing: X:\sms\bin\x64\smstftp.exe -i 10.9.12.122 get \SMSTemp\2014.08.13.10.42.54.0001.{F722E5C6-13E4-4635-B674-7A56A68BCF03}.boot.var X:\sms\data\variables.dat]LOG]!><time="10:44:13.950+480" date="08-13-2014" component="TSPxe"
    context="" type="0" thread="1116" file="tspxe.cpp:177">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="10:44:14.028+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="commandline.cpp:228">
    <![LOG[Set command line: "X:\sms\bin\x64\smstftp.exe" -i 10.9.12.122 get \SMSTemp\2014.08.13.10.42.54.0001.{F722E5C6-13E4-4635-B674-7A56A68BCF03}.boot.var X:\sms\data\variables.dat]LOG]!><time="10:44:14.028+480" date="08-13-2014"
    component="TSPxe" context="" type="0" thread="1116" file="commandline.cpp:731">
    <![LOG[Executing command line: "X:\sms\bin\x64\smstftp.exe" -i 10.9.12.122 get \SMSTemp\2014.08.13.10.42.54.0001.{F722E5C6-13E4-4635-B674-7A56A68BCF03}.boot.var X:\sms\data\variables.dat]LOG]!><time="10:44:14.028+480" date="08-13-2014"
    component="TSPxe" context="" type="1" thread="1116" file="commandline.cpp:827">
    <![LOG[Process completed with exit code 0]LOG]!><time="10:44:14.106+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="commandline.cpp:1123">
    <![LOG[Succesfully removed firewall rule for Tftp]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="fwopen.cpp:146">
    <![LOG[Successfully downloaded pxe variable file.]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tspxe.cpp:187">
    <![LOG[we are booted using PXE]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:2673">
    <![LOG[we are booted using PXE and we use a generated password]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:2678">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="10:44:14.122+480"
    date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tsremovablemedia.cpp:387">
    <![LOG[Verifying media password.]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:271">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="10:44:14.122+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsremovablemedia.cpp:322">
    <![LOG[Found network adapter "Intel(R) 82577LM Gigabit Network Connection" with IP Address 10.9.2.50.]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="0"
    thread="1116" file="tsmbootstraputil.cpp:517">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsremovablemedia.cpp:322">
    <![LOG[CryptDecrypt (hKey, 0, 1, 0, pData, &dwDecryptedLen), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\smscrypt\windes.cpp,165)]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="windes.cpp:165">
    <![LOG[SMS::Crypto::DES::DecryptBuffer( (BYTE*)pszPassword, (DWORD)(wcslen(pszPassword)*sizeof(WCHAR)), encryptedBuffer.getBuffer(), (DWORD)encryptedBuffer.size(), pbDecryptedBuffer, dwDecryptedBufferSize ), HRESULT=80090005 (e:\nts_sccm_release\sms\framework\tscore\tsremovablemedia.cpp,387)]LOG]!><time="10:44:14.153+480"
    date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tsremovablemedia.cpp:387">
    <![LOG[Entering TSMediaWizardControl::GetPolicy.]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tsmediawizardcontrol.cpp:527">
    <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00350031004100300031003600420036002D0046003000440045002D0034003700350032002D0042003900370043002D003500340045003600460033003800360041003900310032007D00']LOG]!><time="10:44:14.153+480"
    date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="environmentscope.cpp:263">
    <![LOG[Environment scope successfully created: Global\{51A016B6-F0DE-4752-B97C-54E6F386A912}]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116"
    file="environmentscope.cpp:623">
    <![LOG[Creating key 'Software\Microsoft\SMS\47006C006F00620061006C005C007B00420041003300410033003900300030002D0043004100360044002D0034006100630031002D0038004300320038002D003500300037003300410046004300320032004200300033007D00']LOG]!><time="10:44:14.153+480"
    date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="environmentscope.cpp:263">
    <![LOG[Environment scope successfully created: Global\{BA3A3900-CA6D-4ac1-8C28-5073AFC22B03}]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116"
    file="environmentscope.cpp:623">
    <![LOG[Setting LogMaxSize to 1000000]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:555">
    <![LOG[Setting LogMaxHistory to 1]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:556">
    <![LOG[Setting LogLevel to 0]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:557">
    <![LOG[Setting LogEnabled to 1]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:558">
    <![LOG[Setting LogDebug to 1]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:559">
    <![LOG[UEFI: false]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:569">
    <![LOG[Loading variables from the Task Sequencing Removable Media.]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:584">
    <![LOG[Loading Media Variables from "X:\sms\data\variables.dat"]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsremovablemedia.cpp:322">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="util.cpp:964">
    <![LOG[Setting SMSTSMP TS environment variable]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSMediaGuid TS environment variable]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSBootMediaPackageID TS environment variable]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSHTTPPort TS environment variable]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSHTTPSPort TS environment variable]LOG]!><time="10:44:14.153+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSIISSSLState TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSLaunchMode TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSMediaPFX TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSPublicRootKey TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSSiteCode TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSSiteSigningCertificate TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSUseFirstCert TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSx64UnknownMachineGUID TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Setting _SMSTSx86UnknownMachineGUID TS environment variable]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:604">
    <![LOG[Root CA Public Certs=]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:615">
    <![LOG[Missing root CA environment variable from variables file]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:621">
    <![LOG[Support Unknown Machines: 0]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:632">
    <![LOG[Custom hook from X:\\TSConfig.INI is ]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:675">
    <![LOG[No hook is found to be executed before downloading policy]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:699">
    <![LOG[Authenticator from the environment is empty.]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:838">
    <![LOG[Need to create Authenticator Info using PFX]LOG]!><time="10:44:14.169+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmediawizardcontrol.cpp:850">
    <![LOG[Initialized CStringStream object with string: 6b7b5b1a-8a29-40a1-af6b-008746965168;2014-08-13T18:44:14Z.]LOG]!><time="10:44:14.200+480" date="08-13-2014" component="TSPxe" context="" type="0"
    thread="1116" file="stringstream.cpp:101">
    <![LOG[Set media certificate in transport]LOG]!><time="10:44:14.216+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="libsmsmessaging.cpp:9401">
    <![LOG[Set authenticator in transport]LOG]!><time="10:44:14.216+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="libsmsmessaging.cpp:7734">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SS01.adskevents.local:80  GET /SMS_MP/.sms_aut?MPKEYINFORMATIONMEDIA]LOG]!><time="10:44:14.216+480" date="08-13-2014" component="TSPxe" context="" type="1"
    thread="1116" file="libsmsmessaging.cpp:8604">
    <![LOG[Executing command line: X:\WINDOWS\system32\cmd.exe /k]LOG]!><time="10:44:15.939+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="10:44:15.939+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="bootshell.cpp:942">
    <![LOG[Successfully launched command shell.]LOG]!><time="10:44:15.939+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="904" file="bootshell.cpp:432">
    <![LOG[Error. Received 0x80072ee2 from WinHttpSendRequest.]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="libsmsmessaging.cpp:8870">
    <![LOG[hr, HRESULT=80072ee2 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,8919)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116"
    file="libsmsmessaging.cpp:8919">
    <![LOG[sending with winhttp failed; 80072ee2]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="3" thread="1116" file="libsmsmessaging.cpp:8919">
    <![LOG[m_pHttpTransport->Send (0, 0, pServerReply, nReplySize), HRESULT=80072ee2 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,5159)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe"
    context="" type="0" thread="1116" file="libsmsmessaging.cpp:5159">
    <![LOG[MPKeyInformation.RequestMPKeyInformationForMedia(szTrustedRootKey), HRESULT=80072ee2 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,9410)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe"
    context="" type="0" thread="1116" file="libsmsmessaging.cpp:9410">
    <![LOG[Failed to get information for MP: http://SS01.adskevents.local. 80072ee2.]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="3" thread="1116" file="tsmbootstraputil.cpp:1518">
    <![LOG[sMP.length() > 0, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstraputil.cpp,1526)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="tsmbootstraputil.cpp:1526">
    <![LOG[TSMBootstrapUtil::SelectMP ( sSMSTSMP.c_str(), sMediaPfx.c_str(), sMediaGuid.c_str(), sAuthenticator.c_str(), sEnterpriseCert.c_str(), sServerCerts.c_str(), nHttpPort, nHttpsPort, bUseCRL, sSiteCode, sAssignedSiteCode, sMP, sCertificates, sX86UnknownMachineGUID,
    sX64UnknownMachineGUID), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,907)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="tsmediawizardcontrol.cpp:907">
    <![LOG[Exiting TSMediaWizardControl::GetPolicy.]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="0" thread="1116" file="tsmediawizardcontrol.cpp:1419">
    <![LOG[GetPolicy(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2492)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="tsmediawizardcontrol.cpp:2492">
    <![LOG[RunWizardForPXE(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,2834)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context=""
    type="0" thread="1116" file="tsmediawizardcontrol.cpp:2834">
    <![LOG[oTSMediaWizardControl.Run( sMediaRoot, true, sTSLaunchMode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1078)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe"
    context="" type="0" thread="1116" file="tsmbootstrap.cpp:1078">
    <![LOG[Execute( eExecutionEnv, sConfigPath, sTSXMLFile, uBootCount, &uExitCode ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmbootstrap.cpp,1226)]LOG]!><time="10:44:35.281+480" date="08-13-2014"
    component="TSPxe" context="" type="0" thread="1116" file="tsmbootstrap.cpp:1226">
    <![LOG[Exiting with return code 0x80004005]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSPxe" context="" type="1" thread="1116" file="tsmbootstrap.cpp:1238">
    <![LOG[Execution complete.]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:693">
    <![LOG[hMap != 0, HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,493)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="0"
    thread="908" file="environmentscope.cpp:493">
    <![LOG[m_pGlobalScope->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,335)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="0"
    thread="908" file="environmentlib.cpp:335">
    <![LOG[this->open(), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,553)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="0"
    thread="908" file="environmentlib.cpp:553">
    <![LOG[::RegOpenKeyExW (HKEY_LOCAL_MACHINE, sKey.c_str(), 0, KEY_READ, &hSubKey), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,809)]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell"
    context="" type="0" thread="908" file="utils.cpp:809">
    <![LOG[RegOpenKeyExW is unsuccessful for Software\Microsoft\SMS\Task Sequence]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="2" thread="908"
    file="utils.cpp:809">
    <![LOG[GetTsRegValue() is unsuccessful. 0x80070002.]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="2" thread="908" file="utils.cpp:842">
    <![LOG[End program: ]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="bootshell.cpp:725">
    <![LOG[Finalizing logging from process 900]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="tslogging.cpp:1741">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="10:44:35.281+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="tslogging.cpp:1583">
    <![LOG[Successfully finalized logs to C:\SMSTSLog]LOG]!><time="10:44:35.687+480" date="08-13-2014" component="TSBootShell" context="" type="1" thread="908" file="tslogging.cpp:1640">
    <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="10:44:35.687+480" date="08-13-2014" component="TSBootShell" context="" type="0" thread="908" file="tslogging.cpp:584">

    Every time a query is sent to the MP, it receives 0x80072ee2 which translates to "The operation timed out". This has nothing to do with your MP or DP though so reinstalling them won't make any difference.
    This error is indicative of network issues -- basically, the "client" is not getting a response back in a timely manner (and probably not at all). Assuming the MP is healthy though, then only other piece of the puzzle is the network.
    You can try setting the SMSTSAssignmentsDownloadRetry and SMSTSAssignmentsDownloadInterval task sequence variables in the boot image to increase the client's tolerance for latency or other weirdness in the network. This has worked for many.
    If that doesn't work, you'll have to break out a sniffer and watch the traffic to see what's going on at a network level.
    Jason | http://blog.configmgrftw.com

  • IMac not connecting to network when booted into Mountain Lion Installation Partition

    My iMac for some reason won't connect to any networks in the list when I'm booted into the installer using a partition, I cick my network, but it does nothing! I even tried clicking a random network with a password it didn't even ask for the password after I clicked it, it wouldn't do anything! What do I do? How do I get this working in the installler partition?

    Reset the PRAM > About NVRAM and PRAM
    1. Shut down the computer.
    2. Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    3. Turn on the computer.
    4. Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    5. Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    6. Release the keys.

  • Cannot boot into Arch using Gummiboot and Intel fake RAID

    This is my first time installing Arch Linux in a few years. The installation seemed to go fine, but I can't boot into it. At this point, when I try to boot into it this is my console output: http://pastie.org/9389435
    First of all, what confuses me about this output are the RAID lines. My system currently has two RAID arrays: My RAID0 array where Windows 7 is installed and my RAID1 array where I'm attempting to install Arch Linux. My fstab nor Gummiboot entry files refer to the RAID0 array at all. Why does it activate the partitions on the RAID0 array but not the RAID1 array?
    Second of all, lines 10, 11, 14, and 16 refer to /dev/sdd3. When I mount the partitions on my RAID array using the Arch live CD, I have to refer to them as either /dev/md/RAID1_0p1-4 or /dev/md124p1-4. The /dev/sda-sdd seem to refer to the individual drives. Why is it different when I try to boot into the system?
    Here is my current fstab: http://sprunge.us/bQCT
    The reason fstab is using labels is because the genfstab command generated an fstab that mounted the partitions on the RAID array with their /dev/md124p1-4 names. I noticed these names sometimes changed if I booted back into the live cd, so at one point I changed those names to the /dev/md/RAID1_0p1-4 names. Then in another attempt to fix the problem I'm currently having, I gave each of the partitions labels and I'm now referring to them by their labels in fstab. I also removed the commented UUID's since a few of them had changed since this fstab was generated. Everything to the right of the labels was kept from the original genfstab command.
    Here is my gummiboot arch.conf entry file: http://sprunge.us/HPVb
    I'm also referring to my root partition by label in this file, rather than the UUID which seems to be the norm. The reason for this is because I was previously getting an error saying that it couldn't even find the root partition based on that UUID. As you can see, I left the UUID line commented in case I have to use it again later.
    Here is my mkinitcpio.conf file, which I'm thinking the problem has something to do with this since it's the part I understand the least: http://sprunge.us/IFDL
    The modifications I made to this file were based on what I read in the fake raid article on the Arch wiki. All I did was make sure dm_mod and dm_mirror were added to the MODULES line and dmraid was added to the HOOKS line. At first I also had chipset_module_driver in MODULES, but it just generated warnings when I ran `mkinicpio -p linux` so I took it out. I don't know what that module would be for, since it only says "if necessary" on the wiki.
    As for the emergency shell it puts me in when it fails to boot, there's not really much I can do from there. The filesystem it puts me in looks entirely different from the root filesystem I can mount from the live cd.
    At this point, I'm stumped and I'm not sure where to go from here.

    x:5:respawn:/opt/kde/bin/kdm -nodaemon
    This is the line that's causing it.  It's probably not because of this line, but because kdm isn't starting properly (possibly erroring) and being re-run because of the respawn option.
    Try booting into single user mode, changing the default run level to 3, and debugging it from there (figure out why kdm doesn't want to start right).

  • Tutorial - How to triple boot OSX, Linux and Windows 8.1 with a shared Data Partition without any third party Win / OSX softwares

    This is not a question, but rather a personal guide that has proved to be running successfully.
    I would like to thank numerous sources, including Christopher Murphy's suggestions at:
    Re: Repairing Boot Camp after creating new partition
    Before proceeding, there are certain concepts needs to know:
    Why Boot Camp does NOT allow further partitioning of drives after Windows has installed?
    Answer: Because the way Apple configures the Mac to be recognized as non UEFI capable system on Windows.
    Quote from Christopher Murphy based on the above line:
    However, Windows on Macs right now use CSM-BIOS mode in Mac firmware that presents BIOS to Windows rather than EFI. Windows thinks it's on a BIOS computer, and therefore mandates the use of MBR for boot disks, rather than GPT. So that's why we have this hybrid MBR+GPT approach on Mac with Windows on it. You inherit the limitations of MBR, which is four primary partitions.
    So what does it means?
    It means that OSX + EFI + Recovery HD + Boot Camp partition = 4 primary partitions and thus any attempt to modify the disk will render booting issues of either system.
    For more info on GPT (GUID Partition Table disks VS Master Boot Record or MBR in short, you may visit: http://msdn.microsoft.com/en-us/library/windows/hardware/dn640535%28v=vs.85%29.a spx)
    So, how to overcome it?
    The general guideline is to install ALL GPT ready OS first then create a Data partition, before installing Windows (Which is again, NOT supported GPT due to EFI configuration by Apple where end-users are not able to modify it).
    Interestingly, since Mac Pro 2013 Late supports only Windows 8 and above, thus it is not known if this CSM-BIOS applies to it or not.
    Do take note that GPT disks in Windows can only be booted when the system meets the 2 requirements:
    http://msdn.microsoft.com/en-us/library/windows/hardware/dn640535%28v=vs.85%29.a spx#gpt_faq_win7_boot
    1) Windows x64 version (Which is a must for newer Macs. If you cannot go to Boot Camp 5, then you need Windows 7 x86 or 32bit version)
    2) UEFI system. However, Windows sees all Macs (With the possibility of Mac Pro 2013 Late is an exception. To be determined) as BIOS, or rather NON-UEFI system.
    In short, booting on GPT disks is not possible for Mac in Windows.
    Summary,
    It is tested that a combination of the following will not work:
    - OSX + Windows + Linux
    - Windows + OSX + Linux
    - Windows + Linux + OSX
    Usually it can create the system un-bootable or OSX refused to install due to the system does not recognize such partitions and / or Disk Utility refused to format a free space. An example screen-shot is provided below:
    The error message is shown as
    Title: "Failed to erase volume" Message: "Failed to wipe volume, as an error occurred: MediaKit has reported that the device does not have enough free space to execute the requested operations."
    The second thing is about the preparations we need.
    1) 1X Windows 7 or 8 DVD or USB thumbdrive
    1A) If you uses a DVD to install, you will need another thumbdrive to load the BootCamp drivers for Windows as well as may requires an external DVD drive for newer Macs
    2) 1X Linux DVD of your choice. Personally I choose Fedora 20.
    So ready? Let's go.
    1. Using Disk Utility, shrink the OSX's partition size to what is needed. For me, I give OSX 150GB. Do NOT create any new partition.
    Disk Utility should see something like below whereby only OSX partition is left with desired disk space. The remaining space are to be unused disk space for the moment.
    Note: Click on the top most item that should start with the size of your HDD / SSD. Then clicked on "Partition" and specify the desired OSX size. Hit "Apply" after that.
    2: Download Boot Camp drivers only via Boot Camp Assistant. The USB thumbdrive shall be used later after Linux's installation.
    Boot Camp Assistant should see this:
    I have only selected "Download latest Windows Support Files from Apple"
    3. Insert Linux DVD, reboot Mac into EFI mode (The left most first "EFI mode").
    Note 1: Before rebooting, please plugged in an Ethernet adapter because Wi-Fi drivers is not installed.
    Note 2: For Thunderbolt adapters, it must be plugged in before reboot as hot-swapping is not supported under Linux. More on the tips at the end of this article.
    Note 3: Press and hold "Option" after the screen turns black. Release Option key after you see the image as below:

    For the unfortunate part that did not make it on time to edit the images:
    9. Install the Windows Support software from your CD/USB drive to gain full functionality of your computer. Reboot and go to Windows again.
    Note 1: You may choose to eject disc at this point of time. For Apple SuperDrive users, you will need to wait until the drivers (i.e. Boot Camp support files) is installed and rebooted before ejecting is reasonably possible (As I failed to figured out how to right click without the drivers)
    Note 2: Unlike Windows 7 on KBase article TS4599 Keyboard/trackpad inoperative, black screen, or alert messages when installing Windows 7, USB stick can be plugged in after the Windows installation is done. This is because Windows 7 (And probably Windows 7 with SP1 DVD) does not have a built in USB 3 drivers when it was released back in 2009 where USB3 has not arrived then.
    Note 3: Due to TPM, Bitlocker is not supported without the use of thumbdrives.
    10. Using Disk Management to determine the given drive letter for the DATA partition (DO NOT DELETE and RECREATE partition or else you can goodbye to booting Linux and OSX). Disk Management will not allow you to format it as exFAT / FAT32 in graphical way.
    Note: You may remove or modify some of the disk letters in Disk Management. However, do NOT remove / modfify the drive letter for the partition with 200MB size in HFS. This is because it will disallow booting of Linux and neither could Windows nor OSX can do anything EXCEPT to reinstall Linux only.
    11. Open Command Prompt in Administrator Mode (Important!!), and key in the following command:
    format F: /FS:exFAT
    Give this volume a label after it has successfully formatted before hitting "Enter" again.
    Note: Mine Data partition was assigned as F drive. Please make necessary adjustment to "F:" should your Data partition is assigned to other letters.
    12. After that, Setup your Data partition structure as you like.
    Tip: Minimally create the important folders such as:
    - Music
    - Documents
    - Movie (Videos)
    - Downloads
    - Pictures
    All these folders are commonly used by the 3 OSes. I do NOT recommend changing of /home (OSX and / or Linux) and / or user home directory (Windows) either partially or as a whole.
    This is because of compatibility issue.
    On a side note, iTunes Media Library used in OSX and Windows are NOT able to be use interchangably due to hard-coded path used.
    13. Useful troubleshooting in Fedora / Linux:
    With references to these:
    http://chaidarun.com/fedora-mbp
    http://anderson.the-silvas.com/2014/02/14/fedora-20-on-a-macbook-pro-13-late-201 3-retina-display/
    http://unencumberedbyfacts.com/2013/08/16/linux-on-a-macbook-pro-101/
    I would like to highlight a few important points:
    1) Wi-Fi driver:
    http://rpmfusion.org/Configuration
    Note 1: The sound driver should be installed at Out of Box Experience. However, the Wi-Fi is not.
    Note 2: Install both free and non-free repository. By the way, some other software like VLC can only be found after the Free Repository is installed.
    Search for "akmod-wl" in Gnome-Package-Installer in order to install Wi-Fi drivers
    Note 3: For those who do not have Ethernet adapters and their Mac does NOT have a built-in Ethernet port, it is recommended to get one. This is because Fedora 20 does not have a good support for iPhone USB tethering. Unsure for Andriod / Blackberry / Windows Phone users.
    2) Grub Menu:
    It will show several options to boot into OSX, even of the capability to boot into x86 or x64 mode. However, neither of them is bootable except Linux and the rescue.
    Hence, it is recommended to remove the items by hand in this file:
    /boot/efi/EFI/fedora/grub.cfg
    Command to be used:
    "sudo gedit /boot/efi/EFI/fedora/grub.cfg"
    Parts to be removed:
    - For any extra kernels, delete the target entry by locating the line "menuentry" under "/etc/grub.d/10_linux" sector to one line above the next "menuentry".
    It is recommended to keep one main kernel, and one recovery at the minimal.
    - For other OS, delete all the entry (Since neither it can works) under "/etc/grub.d/30_os-prober" sector without removing the lines starts with ###.
    Auto Mount exFAT partition:
    - After installing extra packages for exFAT support (Since it is not supported by Fedora 20 from a default installation), you may wish to edit "/etc/fstab" in order to mount the exFAT partition during boot time.
    Command to be used:
    "sudo gedit /etc/fstab"
    Add the following line in gedit:
    UUID=702D-912D /run/media/Samuel/DATA                   exfat    defaults        1 2
    Note 1: For DATA partition, OSX & Boot Camp partition, Fedora defaults mounts under: "/run/medua/<Username with case sensitive>/<Partition Label Name>"
    Note 2: UUID is unique ID. You can find out the UUID by:
    Step 1: First determine the DATA partition number:
    "sudo gdisk /dev/sda"
    Step 2: Determine the UUID of this partition number:
    "sudo blkid /dev/sda8"
    Reference 1: http://manpages.courier-mta.org/htmlman5/fstab.5.html
    Reference 2: http://liquidat.wordpress.com/2007/10/15/short-tip-get-uuid-of-hard-disks/
    3) Overheating CPU
    Solution is to issue the following command in Linux terminal: su -c "echo -n 1 > /sys/devices/system/cpu/intel_pstate/no_turbo"
    4) System resumes immediately after suspend
    Solution is to issue the following command in Linux terminal: su -c "echo XHC1 > /proc/acpi/wakeup"
    5) What does not works well out of box:
    - Both GNOME and KDE's fonts are too small to be readable for out of box experience. Additional configuration is a need. (Some of the info can be found on "More Tips" later)
    - Thunderbolt hotplugging is NOT supported under Windows and Linux so far. Neither FaceTime HD camera works as well.
    - The red light in Headphone jack is always on. I do not have luck in switching off the light without losing the sound.
    Note 1: It is determined that the module "snd_hda_intel" is used by both cards (HDMI and normal output)
    Note 2: It is also known that blacklisting it can switch off the redlight at the price of muting the system.
    Note: Based on this article, http://support.apple.com/kb/TS1574
    A Mac (Except Mac Pro) needs servicing when there is a red light while the system fails to detect internal speakers. However, this article does NOT applies to this issue.
    5A) More Tips:
    Install gnome-tweak-tool for more customization
    Search for: "gnome-package" to install:
    Install Gnome Package Installer for advanced package repository
    Install Gnome Package Updater for advanced updates to be install (Whereby Fedora's App Store alike might not show the relevant updates)
    14. Verify if disk is still GPT:
    Use Gdisk to determine if the disk is pure GPT:
    http://ubuntuforums.org/showthread.php?t=1742682
    Command: sudo gdisk -l /dev/sda (The entire hard drive)
    You should see the MBR is "Protective" instead of anything else.
    15. Congrats, the system is ready for triple boot. (I forgot to eject my Windows DVD when the photo was taken)
    Note 1: You cannot set the default startup disk in Linux due to the lack of Boot Camp Control Panel in Linux.
    Neither is changing startup disk recommended in Windows due to the inability to display correctly.
    For me, I click "Cancel" whenever I am on this tab (Feel free to make other Boot Camp adjustments in other tabs).
    Only OSX I know that can show the startup disk options correctly.
    Note 2: For some reason, OSX likes to auto mount the EFI partition everytime it boots up. It is not known to have any issue for ejecting other disks or mounting disks via Disk Utility.
    Note 3: It is not determined if any Firmware or System upgrades will cause issues. It is only known that all 3 OS's regular updates should not be an issue.
    System Updates excludes Mac OSX 10.9.3 updates to OSX 10.9.4 type as I had done it on a OSX 10.9.4 Mac or Windows 8.1 to Windows 8.1 Update 1 since my Windows DVD comes with Update 1.
    System Upgrades refers to OSX Mavericks to Yosemite, Fedora 20 to Fedora 21, Windows 8.1 Update 1 to Windows 8.2 / Windows 9 for that matter.
    Note 4: Reset SMC and / or PRAM will NOT affect your ability to boot any of the OS (OSX, Recovery HD, Fedora & Windows 8)
    Yup, that is it!

  • Black screen when trying to boot into Windows 7

    Hello everyone.
    Today we've encountered an issue with one of our MacBook Pros with Windows 7 installed. The computer was booted into Windows 7 (it's strictly used as a Windows machine by this particular user) and after a time of inactivity it went to sleep. It wouldn't wake up from it's sleep so we tried a hard boot. At that point we would get the grey screen, the Apple tone wouldn't sound off and it would just go to a black screen (by default we have it booting to windows). So then we reset the PRAM. Now, we get the apple tone and we can boot into the Mac side. But when we try and boot into Windows, we get a blank screen.
    What's even more interesting, if I try and boot into a Windows install disk to do a boot repair, it gives me a black screen. If I even try to boot from a live Linux cd, I get a blank screen! When important thing I then noticed was that the cd spinned for a couple minutes, then stopped. So I began to wonder if it was still loading the OS like expected, but just wasn't displaying it.
    So I booted into Windows, got the blank black screen. Then I went into another computer, fired up remote desktop and voila! I'm in the machine!
    So the problem is this: When booting into ANYTHING other than OS X, the display turns off.
    What can we do?

    Hello there,
    I have a similar problem! Windows 7 shutdown unexpectedly and since that I can not reboot in windows anymore only with safe mode where everything is a mess.
    Also when it's trying to reboot in windows a blue window appears,says something about drivers  and it is counting something (79.78...till100)but  I m not able to read it cause it disappears immidiately and then black screen and then it turns to reboot in mac which works fine.
    I m sorry if I confused you with my english...
    If anyone knows please help!
    Thanks

  • [SOLVED] Cannot boot with linux-3.5.3

    Edit: Solved, as explained here.
    Hello,
    after upgrading to linux-3.5.3-1 my boot stopped at
    :: running early hook [udev]
    I tried upgrading to grub-bios-2.00, removing any customization I had in modprobe.conf and /etc/modules-load.d as well as removing the only module (radeon) from /etc/mkinitcpio.conf (obviously followed by mkinitcpio -p linux), which made me go on to
    :: waiting for udev uevents to be processed [BUSY]
    I'm not sure it's an actual progress.
    My /etc/udev/rules.d is empty and /usr/lib/udev/rules.d only contains pacman-tracked stuff.
    I enabled some debugging as described here but couldn't get anything useful - is there any way for such messages to be logged somewhere, so they can be pasted here?
    I ended up downgrading to linux-3.4.9, which boots fine.
    Any idea to troubleshoot this?
    cat /etc/rc.conf
    # /etc/rc.conf - configuration file for initscripts
    # Most of rc.conf has been replaced by various other configuration
    # files. See archlinux(7) for details.
    # For more details on rc.conf see rc.conf(5).
    DAEMONS=(!hwclock ntpd syslog-ng !network netfs crond dbus @networkmanager kdm @cpufreq sshd @cups @supervisor)
    # Storage
    # USEDMRAID="no"
    # USELVM="no"
    # Network
    # interface=
    # address=
    # netmask=
    # gateway=
    cat /etc/mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev autodetect pata scsi sata resume filesystems usbinput fsck"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    pacman -Qo /usr/lib/udev/rules.d/*
    /usr/lib/udev/rules.d/10-dm.rules is owned by device-mapper 2.02.97-1
    /usr/lib/udev/rules.d/10-vboxdrv.rules is owned by virtualbox 4.1.20-2
    /usr/lib/udev/rules.d/11-dm-lvm.rules is owned by lvm2 2.02.97-1
    /usr/lib/udev/rules.d/13-dm-disk.rules is owned by device-mapper 2.02.97-1
    /usr/lib/udev/rules.d/40-gphoto.rules is owned by libgphoto2 2.4.14-1
    /usr/lib/udev/rules.d/40-hpet-permissions.rules is owned by jack2 1.9.8-2
    /usr/lib/udev/rules.d/40-usb-media-players.rules is owned by media-player-info 17-1
    /usr/lib/udev/rules.d/42-usb-hid-pm.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/50-udev-default.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/53-sane.rules is owned by sane 1.0.23-1
    /usr/lib/udev/rules.d/60-cdrom_id.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-pcmcia.rules is owned by pcmciautils 018-4
    /usr/lib/udev/rules.d/60-persistent-alsa.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-input.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-serial.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-storage-tape.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-storage.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-v4l.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-rfkill.rules is owned by rfkill 0.4-5
    /usr/lib/udev/rules.d/61-accelerometer.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules is owned by gnome-bluetooth 3.4.2-1
    /usr/lib/udev/rules.d/64-md-raid.rules is owned by mdadm 3.2.5-2
    /usr/lib/udev/rules.d/65-kvm.rules is owned by qemu 1.1.1-1
    /usr/lib/udev/rules.d/69-cd-sensors.rules is owned by colord 0.1.21-2
    /usr/lib/udev/rules.d/69-libmtp.rules is owned by libmtp 1.1.4-1
    /usr/lib/udev/rules.d/70-infrared.rules is owned by v4l-utils 0.8.8-1
    /usr/lib/udev/rules.d/70-power-switch.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/70-uaccess.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/70-udev-acl.rules is owned by consolekit 0.4.6-4
    /usr/lib/udev/rules.d/71-seat.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/73-seat-late.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/75-net-description.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/75-probe_mtd.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/75-tty-description.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/77-nm-olpc-mesh.rules is owned by networkmanager 0.9.4.0-6
    /usr/lib/udev/rules.d/78-sound-card.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/80-drivers.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/80-udisks.rules is owned by udisks 1.0.4-5
    /usr/lib/udev/rules.d/80-udisks2.rules is owned by udisks2 1.94.0-2
    /usr/lib/udev/rules.d/85-usbmuxd.rules is owned by usbmuxd 1.0.8-1
    /usr/lib/udev/rules.d/90-alsa-restore.rules is owned by alsa-utils 1.0.25-3
    /usr/lib/udev/rules.d/90-libgpod.rules is owned by libgpod 0.8.2-6
    /usr/lib/udev/rules.d/90-pulseaudio.rules is owned by pulseaudio 2.1-1
    /usr/lib/udev/rules.d/95-cd-devices.rules is owned by colord 0.1.21-2
    /usr/lib/udev/rules.d/95-dm-notify.rules is owned by device-mapper 2.02.97-1
    /usr/lib/udev/rules.d/95-keyboard-force-release.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/95-keymap.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/95-udev-late.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-dell.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-gateway.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-ibm.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-csr.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-hid.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-wup.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules is owned by bluez 4.101-1
    /usr/lib/udev/rules.d/99-systemd.rules is owned by systemd-tools 188-2
    cat /var/log/pacman.log
    [2012-08-28 12:27] Running 'pacman -Sy'
    [2012-08-28 12:27] synchronizing package lists
    [2012-08-28 14:51] Running 'pacman -S -u'
    [2012-08-28 14:51] starting full system upgrade
    [2012-08-28 14:53] upgraded gc (7.2.c-1 -> 7.2.d-1)
    [2012-08-28 14:53] >>> Updating module dependencies. Please wait ...
    [2012-08-28 14:53] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-08-28 14:53] ==> Building image from preset: 'default'
    [2012-08-28 14:53] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-08-28 14:53] ==> Starting build: 3.5.3-1-ARCH
    [2012-08-28 14:53] -> Running build hook: [base]
    [2012-08-28 14:53] -> Running build hook: [udev]
    [2012-08-28 14:53] -> Running build hook: [autodetect]
    [2012-08-28 14:53] -> Running build hook: [pata]
    [2012-08-28 14:53] -> Running build hook: [scsi]
    [2012-08-28 14:53] -> Running build hook: [sata]
    [2012-08-28 14:53] -> Running build hook: [resume]
    [2012-08-28 14:53] -> Running build hook: [filesystems]
    [2012-08-28 14:53] -> Running build hook: [usbinput]
    [2012-08-28 14:53] -> Running build hook: [fsck]
    [2012-08-28 14:53] ==> Generating module dependencies
    [2012-08-28 14:53] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-08-28 14:53] ==> Image generation successful
    [2012-08-28 14:53] ==> Building image from preset: 'fallback'
    [2012-08-28 14:53] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-08-28 14:53] ==> Starting build: 3.5.3-1-ARCH
    [2012-08-28 14:53] -> Running build hook: [base]
    [2012-08-28 14:53] -> Running build hook: [udev]
    [2012-08-28 14:53] -> Running build hook: [pata]
    [2012-08-28 14:53] -> Running build hook: [scsi]
    [2012-08-28 14:53] -> Running build hook: [sata]
    [2012-08-28 14:53] -> Running build hook: [resume]
    [2012-08-28 14:53] -> Running build hook: [filesystems]
    [2012-08-28 14:53] -> Running build hook: [usbinput]
    [2012-08-28 14:53] -> Running build hook: [fsck]
    [2012-08-28 14:53] ==> Generating module dependencies
    [2012-08-28 14:53] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-08-28 14:53] ==> Image generation successful
    [2012-08-28 14:53] upgraded linux (3.4.9-1 -> 3.5.3-1)
    [2012-08-28 14:53] upgraded lirc-utils (1:0.9.0-22 -> 1:0.9.0-26)
    [2012-08-28 14:53] In order to use the new version, reload all virtualbox modules manually.
    [2012-08-28 14:53] upgraded virtualbox-modules (4.1.20-1 -> 4.1.20-3)
    [2012-08-28 14:59] Running 'pacman -U /tmp/yaourt-tmp-dp/PKGDEST.3fb/google-chrome-21.0.1180.81-1-x86_64.pkg.tar.xz'
    [2012-08-28 14:59] upgraded google-chrome (21.0.1180.57-1 -> 21.0.1180.81-1)
    [2012-08-28 15:00] Running 'pacman -U /tmp/yaourt-tmp-dp/PKGDEST.MgI/tunlr-0.1.5-1-any.pkg.tar.xz'
    [2012-08-28 15:00] Running 'pacman -Sy'
    [2012-08-28 15:00] synchronizing package lists
    [2012-08-28 15:01] Running 'pacman -U /tmp/yaourt-tmp-dp/PKGDEST.Vic/tunlr-0.1.5-1-any.pkg.tar.xz'
    [2012-08-28 15:01] upgraded tunlr (0.1.4-1 -> 0.1.5-1)
    [2012-08-28 17:34] Running 'pacman -S extra/kdeedu-kmplot'
    [2012-08-28 17:34] installed kdeedu-kmplot (4.9.0-1)
    [2012-08-29 10:20] Running 'pacman -Syu'
    [2012-08-29 10:20] synchronizing package lists
    [2012-08-29 10:20] starting full system upgrade
    [2012-08-29 11:07] Running 'pacman -S grub-bios'
    [2012-08-29 11:07] removed grub (0.97-21)
    [2012-08-29 11:07] Generating grub.cfg.example config file...
    [2012-08-29 11:07] This may fail on some machines running a custom kernel.
    [2012-08-29 11:08] done.
    [2012-08-29 11:08] installed grub-common (2.00-1)
    [2012-08-29 11:08] installed grub-bios (2.00-1)
    [2012-08-29 11:48] Running 'pacman -Sy'
    [2012-08-29 11:48] synchronizing package lists
    [2012-08-29 11:48] starting full system upgrade
    [2012-08-29 12:11] Running 'pacman -Sy'
    [2012-08-29 12:11] synchronizing package lists
    [2012-08-29 12:11] starting full system upgrade
    [2012-08-29 12:11] Running 'pacman -S -u'
    [2012-08-29 12:11] starting full system upgrade
    [2012-08-29 12:15] upgraded firefox (14.0.1-1 -> 15.0-1)
    [2012-08-29 12:15] upgraded firefox-i18n-it (14.0.1-1 -> 15.0-1)
    [2012-08-29 12:15] upgraded gsmartcontrol (0.8.7-1 -> 0.8.7-2)
    [2012-08-29 12:15] upgraded libwbclient (3.6.7-1 -> 3.6.7-2)
    [2012-08-29 12:15] upgraded smbclient (3.6.7-1 -> 3.6.7-2)
    [2012-08-29 12:15] upgraded samba (3.6.7-1 -> 3.6.7-2)
    [2012-08-29 12:15] upgraded sane (1.0.22-9 -> 1.0.23-1)
    [2012-08-29 12:15] upgraded syslinux (4.05-6 -> 4.05-7)
    [2012-08-29 12:15] upgraded thunderbird (14.0-1 -> 15.0-1)
    [2012-08-29 12:15] upgraded thunderbird-i18n-it (14.0-1 -> 15.0-1)
    [2012-08-29 12:15] -> You can now set custom file descriptor ulimits for Tor in
    [2012-08-29 12:15] -> "/etc/conf.d/tor" using the "TOR_MAX_FD" variable.
    [2012-08-29 12:15] upgraded tor (0.2.2.37-1 -> 0.2.2.38-1)
    [2012-08-29 12:56] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.K10/downgrade-3.0-1-any.pkg.tar.xz'
    [2012-08-29 12:56] installed downgrade (3.0-1)
    [2012-08-29 12:57] Running 'pacman -U /var/cache/pacman/pkg/linux-3.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:04] Running 'pacman -U /var/cache/pacman/pkg/virtualbox-modules-4.1.20-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:05] Running 'pacman -U /var/cache/pacman/pkg/linux-3.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:05] Running 'pacman -R virtualbox-modules'
    [2012-08-29 13:05] Running 'pacman -Rd virtualbox-modules'
    [2012-08-29 13:05] Running 'pacman -Rdd virtualbox-modules'
    [2012-08-29 13:06] removed virtualbox-modules (4.1.20-3)
    [2012-08-29 13:06] Running 'pacman -U /var/cache/pacman/pkg/linux-3.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:06] >>> Updating module dependencies. Please wait ...
    [2012-08-29 13:06] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-08-29 13:06] ==> Building image from preset: 'default'
    [2012-08-29 13:06] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-08-29 13:06] ==> Starting build: 3.4.9-1-ARCH
    [2012-08-29 13:06] -> Running build hook: [base]
    [2012-08-29 13:06] -> Running build hook: [udev]
    [2012-08-29 13:06] -> Running build hook: [autodetect]
    [2012-08-29 13:06] -> Running build hook: [pata]
    [2012-08-29 13:06] -> Running build hook: [scsi]
    [2012-08-29 13:06] -> Running build hook: [sata]
    [2012-08-29 13:06] -> Running build hook: [resume]
    [2012-08-29 13:06] -> Running build hook: [filesystems]
    [2012-08-29 13:06] -> Running build hook: [usbinput]
    [2012-08-29 13:06] -> Running build hook: [fsck]
    [2012-08-29 13:06] ==> Generating module dependencies
    [2012-08-29 13:06] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-08-29 13:06] ==> Image generation successful
    [2012-08-29 13:06] ==> Building image from preset: 'fallback'
    [2012-08-29 13:06] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-08-29 13:06] ==> Starting build: 3.4.9-1-ARCH
    [2012-08-29 13:06] -> Running build hook: [base]
    [2012-08-29 13:06] -> Running build hook: [udev]
    [2012-08-29 13:06] -> Running build hook: [pata]
    [2012-08-29 13:06] -> Running build hook: [scsi]
    [2012-08-29 13:07] -> Running build hook: [sata]
    [2012-08-29 13:07] -> Running build hook: [resume]
    [2012-08-29 13:07] -> Running build hook: [filesystems]
    [2012-08-29 13:07] -> Running build hook: [usbinput]
    [2012-08-29 13:07] -> Running build hook: [fsck]
    [2012-08-29 13:07] ==> Generating module dependencies
    [2012-08-29 13:07] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-08-29 13:07] ==> Image generation successful
    [2012-08-29 13:07] upgraded linux (3.5.3-1 -> 3.4.9-1)
    [2012-08-29 14:47] Running 'pacman -Sy'
    [2012-08-29 14:47] synchronizing package lists
    [2012-08-29 14:49] Running 'pacman -S -u'
    [2012-08-29 14:49] starting full system upgrade
    Last edited by thujone (2012-09-19 12:18:51)

    because the report opener said that those freezes fixed with the 'futex' patch (included in 3.14-5).
    As he says:
    for those who have again problems despite the patch it means probably that there are another bugs further in the source code of kernel 3.14, bugs who are not necessarily related to the "futex problem"
    i will try a clean profile, thanks.
    Last edited by tritonas00 (2014-04-16 13:22:51)

Maybe you are looking for

  • Cant change tap to click settings because boot camp does not appear in the drive or task bar.

    Late 2008 macbook pro 8Gb ram 750Gb HDD 2.8Ghz intel duo-core with OSX 10.9 (partition with Windows 7 ultamate) I am experiancing a whole host of issues with installing windows on my mac, frst of all the genuine product key that I bought directly fro

  • Port 5900, how to open for local USER?

    I'm having the same problem as many on this ARD forum - we canot Observe & Control some Macs. I've noticed that the ones we cannot access are running AppleVNCS through port 5900 via 'root', but those we can access are running AppleVNCS via 'user'. Is

  • Central Admin site won't let anyone log in.

    I am trying to set up our production multi-server farm.  I have run the configuration wizard after creating the configuration database manually using powershell, and Central Administration site loads fine when opened directly from the application ser

  • Powl in webdynpro abap

    hi, in My trip and expense on all my expense report tab depends upon status i need to add link othrewise disable the link powl class cl_fitv_powl_feeder class please help regards, kanchan

  • Servlets / JSP / IE 5.0

    I have a jsp which invokes a servlet . The servlet does some processing ,           puts a collection           in the request as an attribute . The servlet uses a requestdispatcher to           forward to another jsp page           which uses the co