Random I/O errors (hdd) and failing to boot, Windows not affected

I'm experiencing lots of I/O errors when booting and running my Linux partition. I am dual booting Windows 7 (x86_64) and Arch Linux (i686) on a single HDD.
Im using a Lenovo Ideapad G505s with a Seagate ST1000LM HDD and an SDD currently not in use.
Partition layout:
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 ntfs System Reserved D8B40750B4073094
├─sda2 ntfs 00EA107FEA107360
└─sda3 ext3 b753e7d2-6a23-4c20-8fa7-bf281a4a09e4 /
sr0
All three are primary partitions. Using ext4 yields the exact same result.
The problem is easy to reproduce:
Install Windows 7 to first half of HDD and Arch on the second half
At first Arch works fine but over the next couple of days increasingly more I/O errors show up and at some point the system fails to boot
Windows seems to work just fine
Dmesg output:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.16.2-1-ARCH (nobody@var-lib-archbuild-testing-i686-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Sat Sep 6 13:13:35 CEST 2014
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009555dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009555e000-0x0000000095d5efff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000095d5f000-0x0000000095dbbfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000095dbc000-0x00000000966bbfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000966bc000-0x000000009f8befff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009f8bf000-0x000000009fabefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009fabf000-0x000000009fbbefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009fbbf000-0x000000009fbfefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009fbff000-0x000000009fbfffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009fc00000-0x00000000cfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022effffff] usable
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: LENOVO 20255/Lenovo G505s, BIOS 83CN35WW(V2.05) 12/06/2013
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x9fc00 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-FFFFF write-through
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
[ 0.000000] 1 base 000080000000 mask FFFFE0000000 write-back
[ 0.000000] 2 base 00009FBBD000 mask FFFFFFFFF000 uncachable
[ 0.000000] 3 base 0000FFC00000 mask FFFFFFC00000 write-protect
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 000000022f000000 aka 8944M
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [c00fe1b0]
[ 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 [0x01798000, 0x01798fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x7fcaf000-0x7fffffff]
[ 0.000000] Allocated new RAMDISK: [mem 0x374ad000-0x377fd0d0]
[ 0.000000] Move RAMDISK from [mem 0x7fcaf000-0x7ffff0d0] to [mem 0x374ad000-0x377fd0d0]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000FE020 000024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 0x9FBFE120 000094 (v01 LENOVO CB-01 00000001 01000013)
[ 0.000000] ACPI: FACP 0x9FBFB000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: DSDT 0x9FBEA000 00CA66 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: FACS 0x9FB7C000 000040
[ 0.000000] ACPI: SLIC 0x9FBFD000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: UEFI 0x9FBFC000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: HPET 0x9FBFA000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: APIC 0x9FBF9000 000084 (v03 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: MCFG 0x9FBF8000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: ASF! 0x9FBF7000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: BOOT 0x9FBE9000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: WDRT 0x9FBE8000 000047 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: WDAT 0x9FBE7000 0001AC (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: FPDT 0x9FBE5000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: MSDM 0x9FBE4000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: SSDT 0x9FBE3000 000B9C (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: SSDT 0x9FBE1000 001F6E (v02 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1668MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] BRK [0x01799000, 0x01799fff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x377fdfff]
[ 0.000000] HighMem [mem 0x377fe000-0x9fbfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x9555dfff]
[ 0.000000] node 0: [mem 0x95d5f000-0x95dbbfff]
[ 0.000000] node 0: [mem 0x966bc000-0x9f8befff]
[ 0.000000] node 0: [mem 0x9fbff000-0x9fbfffff]
[ 0.000000] On node 0 totalpages: 649053
[ 0.000000] free_area_init_node: node 0, pgdat c161c180, node_mem_map f60b5020
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3998 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: 3337 pages used for memmap
[ 0.000000] HighMem zone: 421825 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x10] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x11] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x12] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x13] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] e820: [mem 0xd0000000-0xf7ffffff] 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:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @f6071000 s33344 r0 d24000 u57344
[ 0.000000] pcpu-alloc: s33344 r0 d24000 u57344 alloc=14*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 647277
[ 0.000000] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda3 rw radeon.dpm=1 initrd=../initramfs-linux.img
[ 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] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] allocated 5234680 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:0009fc00)
[ 0.000000] Initializing Movable for node 0 (00000000:00000000)
[ 0.000000] Memory: 2558328K/2596212K available (4512K kernel code, 483K rwdata, 1328K rodata, 568K init, 824K bss, 37884K reserved, 1687300K highmem)
[ 0.000000] virtual kernel memory layout:
fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
.init : 0xc1630000 - 0xc16be000 ( 568 kB)
.data : 0xc146853a - 0xc162ec80 (1817 kB)
.text : 0xc1000000 - 0xc146853a (4513 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS:2304 nr_irqs:712 16
[ 0.000000] CPU 0 irqstacks, hard=f5408000 soft=f540a000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1896.408 MHz processor
[ 0.000028] Calibrating delay loop (skipped), value calculated using timer frequency.. 3794.85 BogoMIPS (lpj=6321360)
[ 0.000032] pid_max: default: 32768 minimum: 301
[ 0.000037] ACPI: Core revision 20140424
[ 0.009582] ACPI: All ACPI Tables successfully acquired
[ 0.015209] Security Framework initialized
[ 0.015217] Yama: becoming mindful.
[ 0.015230] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.015233] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.015472] Initializing cgroup subsys memory
[ 0.015491] Initializing cgroup subsys devices
[ 0.015498] Initializing cgroup subsys freezer
[ 0.015502] Initializing cgroup subsys net_cls
[ 0.015507] Initializing cgroup subsys blkio
[ 0.015528] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
[ 0.015531] CPU: Physical Processor ID: 0
[ 0.015532] CPU: Processor Core ID: 0
[ 0.015536] mce: CPU supports 7 MCE banks
[ 0.015551] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
tlb_flushall_shift: 6
[ 0.015678] Freeing SMP alternatives memory: 16K (c16be000 - c16c2000)
[ 0.016347] ftrace: allocating 19356 entries in 38 pages
[ 0.023471] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.023812] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.056821] smpboot: CPU0: AMD A8-4500M APU with Radeon(tm) HD Graphics (fam: 15, model: 10, stepping: 01)
[ 0.162662] Performance Events: Fam15h core perfctr, AMD PMU driver.
[ 0.162668] ... version: 0
[ 0.162670] ... bit width: 48
[ 0.162671] ... generic registers: 6
[ 0.162672] ... value mask: 0000ffffffffffff
[ 0.162674] ... max period: 00007fffffffffff
[ 0.162675] ... fixed-purpose events: 0
[ 0.162676] ... event mask: 000000000000003f
[ 0.179472] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.186176] CPU 1 irqstacks, hard=f554a000 soft=f554c000
[ 0.186179] x86: Booting SMP configuration:
[ 0.186182] .... node #0, CPUs: #1
[ 0.218942] Initializing CPU#1
[ 0.218972] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
[ 0.226174] CPU 2 irqstacks, hard=f5570000 soft=f5572000
[ 0.226179] #2
[ 0.258736] Initializing CPU#2
[ 0.258760] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
[ 0.266174] CPU 3 irqstacks, hard=f559a000 soft=f559c000
[ 0.266180] #3
[ 0.276300] Initializing CPU#3
[ 0.277268] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
[ 0.279379] x86: Booted up 1 node, 4 CPUs
[ 0.279384] smpboot: Total of 4 processors activated (15177.40 BogoMIPS)
[ 0.280484] devtmpfs: initialized
[ 0.280769] PM: Registering ACPI NVS region [mem 0x9fabf000-0x9fbbefff] (1048576 bytes)
[ 0.281973] pinctrl core: initialized pinctrl subsystem
[ 0.282053] RTC time: 22:28:26, date: 09/21/14
[ 0.282107] NET: Registered protocol family 16
[ 0.282225] cpuidle: using governor ladder
[ 0.282228] cpuidle: using governor menu
[ 0.282436] ACPI: bus type PCI registered
[ 0.282439] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.282552] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.282556] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.282558] PCI: Using MMCONFIG for extended config space
[ 0.282559] PCI: Using configuration type 1 for base access
[ 0.293370] ACPI: Added _OSI(Module Device)
[ 0.293374] ACPI: Added _OSI(Processor Device)
[ 0.293376] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.293378] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.297280] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.301911] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.323484] ACPI: Interpreter enabled
[ 0.323495] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[ 0.323501] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[ 0.323519] ACPI: (supports S0 S3 S4 S5)
[ 0.323522] ACPI: Using IOAPIC for interrupt routing
[ 0.323762] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.324136] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 0.324308] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 0.324511] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[ 0.335527] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.335534] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.335540] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.335709] acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cf1ff])
[ 0.335713] acpi PNP0A08:00: ignoring host bridge window [mem 0x000d0000-0x000d3fff] (conflicts with Adapter ROM [mem 0x000cf800-0x000d07ff])
[ 0.335718] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.335971] PCI host bridge to bus 0000:00
[ 0.335974] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.335977] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.335985] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.335988] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.335990] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[ 0.335992] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[ 0.335994] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[ 0.335996] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[ 0.335998] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[ 0.336000] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[ 0.336001] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[ 0.336003] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[ 0.336005] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
[ 0.336007] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
[ 0.336009] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff]
[ 0.336011] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff]
[ 0.336013] pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff]
[ 0.336022] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
[ 0.336199] pci 0000:00:01.0: [1002:9903] type 00 class 0x030000
[ 0.336211] pci 0000:00:01.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
[ 0.336217] pci 0000:00:01.0: reg 0x14: [io 0x4000-0x40ff]
[ 0.336224] pci 0000:00:01.0: reg 0x18: [mem 0xf0300000-0xf033ffff]
[ 0.336266] pci 0000:00:01.0: supports D1 D2
[ 0.336358] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
[ 0.336369] pci 0000:00:01.1: reg 0x10: [mem 0xf0344000-0xf0347fff]
[ 0.336417] pci 0000:00:01.1: supports D1 D2
[ 0.336509] pci 0000:00:02.0: [1022:1412] type 01 class 0x060400
[ 0.336560] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 0.336710] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
[ 0.336759] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[ 0.336812] pci 0000:00:04.0: System wakeup disabled by ACPI
[ 0.336867] pci 0000:00:05.0: [1022:1415] type 01 class 0x060400
[ 0.336916] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[ 0.336970] pci 0000:00:05.0: System wakeup disabled by ACPI
[ 0.337102] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
[ 0.337124] pci 0000:00:10.0: reg 0x10: [mem 0xf0348000-0xf0349fff 64bit]
[ 0.337221] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[ 0.337272] pci 0000:00:10.0: System wakeup disabled by ACPI
[ 0.337330] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[ 0.337347] pci 0000:00:11.0: reg 0x10: [io 0x4118-0x411f]
[ 0.337356] pci 0000:00:11.0: reg 0x14: [io 0x4124-0x4127]
[ 0.337364] pci 0000:00:11.0: reg 0x18: [io 0x4110-0x4117]
[ 0.337373] pci 0000:00:11.0: reg 0x1c: [io 0x4120-0x4123]
[ 0.337382] pci 0000:00:11.0: reg 0x20: [io 0x4100-0x410f]
[ 0.337390] pci 0000:00:11.0: reg 0x24: [mem 0xf034e000-0xf034e7ff]
[ 0.337516] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[ 0.337528] pci 0000:00:12.0: reg 0x10: [mem 0xf034d000-0xf034dfff]
[ 0.337617] pci 0000:00:12.0: System wakeup disabled by ACPI
[ 0.337703] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[ 0.338061] pci 0000:00:12.2: reg 0x10: [mem 0xf034c000-0xf034c0ff]
[ 0.340177] pci 0000:00:12.2: supports D1 D2
[ 0.340179] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.340285] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[ 0.340299] pci 0000:00:13.0: reg 0x10: [mem 0xf034b000-0xf034bfff]
[ 0.340392] pci 0000:00:13.0: System wakeup disabled by ACPI
[ 0.340458] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[ 0.340887] pci 0000:00:13.2: reg 0x10: [mem 0xf034a000-0xf034a0ff]
[ 0.343004] pci 0000:00:13.2: supports D1 D2
[ 0.343006] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.343116] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[ 0.343284] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[ 0.343303] pci 0000:00:14.2: reg 0x10: [mem 0xf0340000-0xf0343fff 64bit]
[ 0.343360] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.343454] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[ 0.343595] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[ 0.343659] pci 0000:00:14.4: System wakeup disabled by ACPI
[ 0.343722] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
[ 0.343802] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
[ 0.343878] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
[ 0.343955] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
[ 0.344036] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
[ 0.344112] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
[ 0.344337] pci 0000:01:00.0: [1002:6663] type 00 class 0x038000
[ 0.344355] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.344367] pci 0000:01:00.0: reg 0x18: [mem 0xf0200000-0xf023ffff 64bit]
[ 0.344375] pci 0000:01:00.0: reg 0x20: [io 0x3000-0x30ff]
[ 0.344388] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 0.344446] pci 0000:01:00.0: supports D1 D2
[ 0.344449] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[ 0.349478] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 0.349488] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff]
[ 0.349493] pci 0000:00:02.0: bridge window [mem 0xf0200000-0xf02fffff]
[ 0.349498] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.349615] pci 0000:02:00.0: [1969:10a0] type 00 class 0x020000
[ 0.349642] pci 0000:02:00.0: reg 0x10: [mem 0xf0100000-0xf013ffff 64bit]
[ 0.349653] pci 0000:02:00.0: reg 0x18: [io 0x2000-0x207f]
[ 0.349752] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.356148] pci 0000:00:04.0: PCI bridge to [bus 02]
[ 0.356157] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
[ 0.356162] pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
[ 0.356295] pci 0000:03:00.0: [168c:0036] type 00 class 0x028000
[ 0.356334] pci 0000:03:00.0: reg 0x10: [mem 0xf0000000-0xf007ffff 64bit]
[ 0.356393] pci 0000:03:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[ 0.356487] pci 0000:03:00.0: supports D1 D2
[ 0.356490] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.362836] pci 0000:00:05.0: PCI bridge to [bus 03]
[ 0.362848] pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
[ 0.363018] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
[ 0.363032] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.363036] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.363039] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.363041] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
[ 0.363044] pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
[ 0.363047] pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
[ 0.363049] pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 0.363052] pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 0.363054] pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 0.363057] pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[ 0.363059] pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[ 0.363062] pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
[ 0.363064] pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
[ 0.363067] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xf7ffffff] (subtractive decode)
[ 0.363069] pci 0000:00:14.4: bridge window [mem 0xfc000000-0xfed3ffff] (subtractive decode)
[ 0.363072] pci 0000:00:14.4: bridge window [mem 0xfed45000-0xffffffff] (subtractive decode)
[ 0.363129] pci_bus 0000:00: on NUMA node 0
[ 0.366581] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.366668] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.366752] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.366834] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.366902] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.366953] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.367003] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.367062] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.367177] ACPI: Enabled 5 GPEs in block 00 to 1F
[ 0.367230] ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
[ 0.367446] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.367456] vgaarb: loaded
[ 0.367458] vgaarb: bridge control possible 0000:00:01.0
[ 0.367505] PCI: Using ACPI for IRQ routing
[ 0.369255] PCI: pci_cache_line_size set to 64 bytes
[ 0.369352] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[ 0.369355] e820: reserve RAM buffer [mem 0x9555e000-0x97ffffff]
[ 0.369357] e820: reserve RAM buffer [mem 0x95dbc000-0x97ffffff]
[ 0.369358] e820: reserve RAM buffer [mem 0x9f8bf000-0x9fffffff]
[ 0.369360] e820: reserve RAM buffer [mem 0x9fc00000-0x9fffffff]
[ 0.369516] NetLabel: Initializing
[ 0.369518] NetLabel: domain hash size = 128
[ 0.369519] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.369532] NetLabel: unlabeled traffic allowed by default
[ 0.369583] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.369588] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.371730] Switched to clocksource hpet
[ 0.378213] pnp: PnP ACPI init
[ 0.378231] ACPI: bus type PNP registered
[ 0.378374] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.378377] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.378381] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.378616] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.378678] pnp 00:02: Plug and Play ACPI device, IDs MSF0001 PNP0303 (active)
[ 0.378740] pnp 00:03: Plug and Play ACPI device, IDs ETD061b ETD0001 PNP0f13 (active)
[ 0.378836] system 00:04: [io 0x0400-0x04cf] could not be reserved
[ 0.378839] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.378841] system 00:04: [io 0x04d6] has been reserved
[ 0.378844] system 00:04: [io 0x0680-0x06ff] has been reserved
[ 0.378846] system 00:04: [io 0x077a] has been reserved
[ 0.378848] system 00:04: [io 0x0c00-0x0c01] has been reserved
[ 0.378850] system 00:04: [io 0x0c14] has been reserved
[ 0.378853] system 00:04: [io 0x0c50-0x0c52] has been reserved
[ 0.378855] system 00:04: [io 0x0c6c] has been reserved
[ 0.378857] system 00:04: [io 0x0c6f] has been reserved
[ 0.378859] system 00:04: [io 0x0cd0-0x0cdb] has been reserved
[ 0.378862] system 00:04: [io 0x0840-0x0847] has been reserved
[ 0.378864] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.378944] system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.378947] system 00:05: [mem 0xffc00000-0xffffffff] has been reserved
[ 0.378950] system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.382206] pnp: PnP ACPI: found 6 devices
[ 0.382211] ACPI: bus type PNP unregistered
[ 0.420296] pci 0000:03:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
[ 0.420325] pci 0000:01:00.0: BAR 6: assigned [mem 0xf0240000-0xf025ffff pref]
[ 0.420328] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 0.420331] pci 0000:00:02.0: bridge window [io 0x3000-0x3fff]
[ 0.420335] pci 0000:00:02.0: bridge window [mem 0xf0200000-0xf02fffff]
[ 0.420339] pci 0000:00:02.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.420343] pci 0000:00:04.0: PCI bridge to [bus 02]
[ 0.420346] pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
[ 0.420349] pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
[ 0.420355] pci 0000:03:00.0: BAR 6: assigned [mem 0xf0080000-0xf008ffff pref]
[ 0.420357] pci 0000:00:05.0: PCI bridge to [bus 03]
[ 0.420361] pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
[ 0.420366] pci 0000:00:14.4: PCI bridge to [bus 04]
[ 0.420377] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.420380] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.420382] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.420384] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[ 0.420386] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[ 0.420388] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[ 0.420391] pci_bus 0000:00: resource 10 [mem 0x000d4000-0x000d7fff]
[ 0.420393] pci_bus 0000:00: resource 11 [mem 0x000d8000-0x000dbfff]
[ 0.420395] pci_bus 0000:00: resource 12 [mem 0x000dc000-0x000dffff]
[ 0.420397] pci_bus 0000:00: resource 13 [mem 0x000e0000-0x000e3fff]
[ 0.420399] pci_bus 0000:00: resource 14 [mem 0x000e4000-0x000e7fff]
[ 0.420401] pci_bus 0000:00: resource 15 [mem 0x000e8000-0x000ebfff]
[ 0.420403] pci_bus 0000:00: resource 16 [mem 0x000ec000-0x000effff]
[ 0.420405] pci_bus 0000:00: resource 17 [mem 0xd0000000-0xf7ffffff]
[ 0.420407] pci_bus 0000:00: resource 18 [mem 0xfc000000-0xfed3ffff]
[ 0.420409] pci_bus 0000:00: resource 19 [mem 0xfed45000-0xffffffff]
[ 0.420411] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.420413] pci_bus 0000:01: resource 1 [mem 0xf0200000-0xf02fffff]
[ 0.420416] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.420418] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.420420] pci_bus 0000:02: resource 1 [mem 0xf0100000-0xf01fffff]
[ 0.420422] pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf00fffff]
[ 0.420425] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
[ 0.420427] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
[ 0.420429] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.420431] pci_bus 0000:04: resource 7 [mem 0x000c0000-0x000c3fff]
[ 0.420433] pci_bus 0000:04: resource 8 [mem 0x000c4000-0x000c7fff]
[ 0.420435] pci_bus 0000:04: resource 9 [mem 0x000c8000-0x000cbfff]
[ 0.420437] pci_bus 0000:04: resource 10 [mem 0x000d4000-0x000d7fff]
[ 0.420439] pci_bus 0000:04: resource 11 [mem 0x000d8000-0x000dbfff]
[ 0.420441] pci_bus 0000:04: resource 12 [mem 0x000dc000-0x000dffff]
[ 0.420443] pci_bus 0000:04: resource 13 [mem 0x000e0000-0x000e3fff]
[ 0.420445] pci_bus 0000:04: resource 14 [mem 0x000e4000-0x000e7fff]
[ 0.420447] pci_bus 0000:04: resource 15 [mem 0x000e8000-0x000ebfff]
[ 0.420449] pci_bus 0000:04: resource 16 [mem 0x000ec000-0x000effff]
[ 0.420451] pci_bus 0000:04: resource 17 [mem 0xd0000000-0xf7ffffff]
[ 0.420453] pci_bus 0000:04: resource 18 [mem 0xfc000000-0xfed3ffff]
[ 0.420455] pci_bus 0000:04: resource 19 [mem 0xfed45000-0xffffffff]
[ 0.420484] NET: Registered protocol family 2
[ 0.420674] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.420689] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.420717] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.420733] TCP: reno registered
[ 0.420736] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.420742] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.420798] NET: Registered protocol family 1
[ 0.420831] pci 0000:00:01.0: Boot video device
[ 1.038734] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
[ 1.038759] PCI: CLS 64 bytes, default 64
[ 1.038818] Unpacking initramfs...
[ 1.112669] Freeing initrd memory: 3396K (f74ad000 - f77fe000)
[ 1.112753] Simple Boot Flag at 0x44 set to 0x1
[ 1.113077] perf: AMD NB counters detected
[ 1.113122] LVT offset 0 assigned for vector 0x400
[ 1.113138] perf: AMD IBS detected (0x000000ff)
[ 1.113149] apm: BIOS not found.
[ 1.113200] Scanning for low memory corruption every 60 seconds
[ 1.113689] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 1.114240] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 1.116388] zbud: loaded
[ 1.116669] VFS: Disk quotas dquot_6.5.2
[ 1.116720] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.116962] msgmni has been set to 1707
[ 1.117034] Key type big_key registered
[ 1.117325] bounce: pool size: 64 pages
[ 1.117370] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.117448] io scheduler noop registered
[ 1.117452] io scheduler deadline registered
[ 1.117524] io scheduler cfq registered (default)
[ 1.118017] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.118037] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.118114] GHES: HEST is not enabled!
[ 1.118129] isapnp: Scanning for PnP cards...
[ 1.513691] isapnp: No Plug & Play device found
[ 1.513876] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.514746] rtc_cmos 00:01: RTC can wake from S4
[ 1.515007] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 1.515032] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[ 1.515076] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.515246] TCP: cubic registered
[ 1.515386] NET: Registered protocol family 10
[ 1.515657] NET: Registered protocol family 17
[ 1.516096] Using IPI No-Shortcut mode
[ 1.516269] registered taskstats version 1
[ 1.516866] Magic number: 14:856:502
[ 1.516927] rtc_cmos 00:01: setting system clock to 2014-09-21 22:28:27 UTC (1411338507)
[ 1.517032] PM: Hibernation image not present or could not be loaded.
[ 1.517281] Freeing unused kernel memory: 568K (c1630000 - c16be000)
[ 1.517350] Write protecting the kernel text: 4516k
[ 1.517388] Write protecting the kernel read-only data: 1332k
[ 1.527560] random: systemd-tmpfile urandom read with 0 bits of entropy available
[ 1.529660] systemd-udevd[57]: starting version 216
[ 1.549349] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSSG] at 0x60,0x64 irq 1,12
[ 1.568048] ACPI: bus type USB registered
[ 1.568103] usbcore: registered new interface driver usbfs
[ 1.568141] usbcore: registered new interface driver hub
[ 1.568537] SCSI subsystem initialized
[ 1.574578] usbcore: registered new device driver usb
[ 1.593572] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.593667] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.593746] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.594746] ehci-pci: EHCI PCI platform driver
[ 1.594935] QUIRK: Enable AMD PLL fix
[ 1.594970] ehci-pci 0000:00:12.2: EHCI Host Controller
[ 1.594980] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[ 1.594989] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 1.595002] ehci-pci 0000:00:12.2: debug port 1
[ 1.595055] ehci-pci 0000:00:12.2: irq 17, io mem 0xf034c000
[ 1.595121] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.595830] ohci-pci: OHCI PCI platform driver
[ 1.601895] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 1.602284] libata version 3.00 loaded.
[ 1.602306] hub 1-0:1.0: USB hub found
[ 1.602325] hub 1-0:1.0: 5 ports detected
[ 1.602883] ehci-pci 0000:00:13.2: EHCI Host Controller
[ 1.602893] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[ 1.602899] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 1.602912] ehci-pci 0000:00:13.2: debug port 1
[ 1.602945] ehci-pci 0000:00:13.2: irq 17, io mem 0xf034a000
[ 1.612011] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 1.612308] hub 2-0:1.0: USB hub found
[ 1.612317] hub 2-0:1.0: 5 ports detected
[ 1.612814] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 1.612828] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
[ 1.613042] xhci_hcd 0000:00:10.0: irq 40 for MSI/MSI-X
[ 1.613048] xhci_hcd 0000:00:10.0: irq 41 for MSI/MSI-X
[ 1.613052] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X
[ 1.613056] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X
[ 1.613060] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X
[ 1.613374] hub 3-0:1.0: USB hub found
[ 1.613388] hub 3-0:1.0: 2 ports detected
[ 1.613609] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 1.613614] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 4
[ 1.616754] hub 4-0:1.0: USB hub found
[ 1.616768] hub 4-0:1.0: 2 ports detected
[ 1.617093] ohci-pci 0000:00:12.0: OHCI PCI host controller
[ 1.617107] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 5
[ 1.617152] ohci-pci 0000:00:12.0: irq 18, io mem 0xf034d000
[ 1.645460] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.673072] hub 5-0:1.0: USB hub found
[ 1.673098] hub 5-0:1.0: 5 ports detected
[ 1.673547] ohci-pci 0000:00:13.0: OHCI PCI host controller
[ 1.673554] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 6
[ 1.673585] ohci-pci 0000:00:13.0: irq 18, io mem 0xf034b000
[ 1.729803] hub 6-0:1.0: USB hub found
[ 1.729831] hub 6-0:1.0: 5 ports detected
[ 1.730166] ahci 0000:00:11.0: version 3.0
[ 1.730351] ahci 0000:00:11.0: irq 45 for MSI/MSI-X
[ 1.730404] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 1.730409] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
[ 1.731131] scsi0 : ahci
[ 1.731321] scsi1 : ahci
[ 1.731403] ata1: SATA max UDMA/133 abar m2048@0xf034e000 port 0xf034e100 irq 45
[ 1.731407] ata2: SATA max UDMA/133 abar m2048@0xf034e000 port 0xf034e180 irq 45
[ 1.962152] usb 1-4: new high-speed USB device number 3 using ehci-pci
[ 2.115336] tsc: Refined TSC clocksource calibration: 1896.456 MHz
[ 2.215395] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.215424] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.216948] ata2.00: ATAPI: MATSHITADVD-RAM UJ8C2, 1.00, max UDMA/133
[ 2.218438] ata2.00: configured for UDMA/133
[ 2.274381] ata1.00: ATA-9: ST1000LM014-1EJ164, LVD3, max UDMA/133
[ 2.274386] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 2.318651] ata1.00: configured for UDMA/133
[ 2.318844] scsi 0:0:0:0: Direct-Access ATA ST1000LM014-1EJ1 LVD3 PQ: 0 ANSI: 5
[ 2.320735] scsi 1:0:0:0: CD-ROM MATSHITA DVD-RAM UJ8C2 1.00 PQ: 0 ANSI: 5
[ 2.337991] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 2.337996] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 2.338079] sd 0:0:0:0: [sda] Write Protect is off
[ 2.338085] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.338151] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.338885] sda: sda1 sda2 sda3
[ 2.339411] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.348995] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.348999] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.349240] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 2.395434] usb 3-1: new low-speed USB device number 2 using xhci_hcd
[ 2.438944] ata1.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x6
[ 2.438989] ata1.00: irq_stat 0x40000008
[ 2.439030] ata1.00: failed command: READ FPDMA QUEUED
[ 2.439074] ata1.00: cmd 60/08:38:18:08:00/00:00:00:00:00/40 tag 7 ncq 4096 in
res 41/84:08:18:08:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 2.439127] ata1.00: status: { DRDY ERR }
[ 2.439166] ata1.00: error: { ICRC ABRT }
[ 2.439207] ata1: hard resetting link
[ 2.555934] usb 3-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 2.555943] usb 3-1: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 2.559635] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.586950] usbcore: registered new interface driver usbhid
[ 2.586953] usbhid: USB HID core driver
[ 2.588065] input: Microsoft Comfort Curve Keyboard 3000 as /devices/pci0000:00/0000:00:10.0/usb3/3-1/3-1:1.0/0003:045E:0780.0001/input/input2
[ 2.588153] hid-generic 0003:045E:0780.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Comfort Curve Keyboard 3000] on usb-0000:00:10.0-1/input0
[ 2.594030] input: Microsoft Comfort Curve Keyboard 3000 as /devices/pci0000:00/0000:00:10.0/usb3/3-1/3-1:1.1/0003:045E:0780.0002/input/input3
[ 2.594150] hid-generic 0003:045E:0780.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Comfort Curve Keyboard 3000] on usb-0000:00:10.0-1/input1
[ 2.662213] usb 2-2: new high-speed USB device number 2 using ehci-pci
[ 2.915446] usb 5-1: new low-speed USB device number 2 using ohci-pci
[ 2.925441] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3.039928] ata1.00: configured for UDMA/133
[ 3.039955] ata1: EH complete
[ 3.081259] input: USB Mouse as /devices/pci0000:00/0000:00:12.0/usb5/5-1/5-1:1.0/0003:05E3:1205.0003/input/input4
[ 3.081368] hid-generic 0003:05E3:1205.0003: input,hidraw2: USB HID v1.10 Mouse [USB Mouse ] on usb-0000:00:12.0-1/input0
[ 3.089081] ata1.00: exception Emask 0x0 SAct 0x40000 SErr 0x0 action 0x6
[ 3.089128] ata1.00: irq_stat 0x40000008
[ 3.089168] ata1.00: failed command: READ FPDMA QUEUED
[ 3.089212] ata1.00: cmd 60/08:90:78:28:03/00:00:00:00:00/40 tag 18 ncq 4096 in
res 41/84:08:7c:28:03/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 3.089265] ata1.00: status: { DRDY ERR }
[ 3.089304] ata1.00: error: { ICRC ABRT }
[ 3.089346] ata1: hard resetting link
[ 3.115583] Switched to clocksource tsc
[ 3.575598] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3.694602] ata1.00: configured for UDMA/133
[ 3.694621] ata1: EH complete
[ 3.809120] ata1.00: exception Emask 0x0 SAct 0x1e00 SErr 0x0 action 0x6
[ 3.809168] ata1.00: irq_stat 0x40000008
[ 3.809208] ata1.00: failed command: READ FPDMA QUEUED
[ 3.809251] ata1.00: cmd 60/08:48:10:08:00/00:00:00:00:00/40 tag 9 ncq 4096 in
res 41/84:08:10:08:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 3.809305] ata1.00: status: { DRDY ERR }
[ 3.809343] ata1.00: error: { ICRC ABRT }
[ 3.809385] ata1: hard resetting link
[ 4.295566] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 4.404835] ata1.00: configured for UDMA/133
[ 4.404858] ata1: EH complete
[ 4.453715] ata1.00: exception Emask 0x0 SAct 0x1fe000 SErr 0x0 action 0x0
[ 4.453760] ata1.00: irq_stat 0x40000008
[ 4.453799] ata1.00: failed command: READ FPDMA QUEUED
[ 4.453842] ata1.00: cmd 60/80:68:80:08:00/01:00:00:00:00/40 tag 13 ncq 196608 in
res 41/40:80:b8:09:00/00:01:00:00:00/00 Emask 0x409 (media error) <F>
[ 4.453894] ata1.00: status: { DRDY ERR }
[ 4.453932] ata1.00: error: { UNC }
[ 4.637639] ata1.00: configured for UDMA/133
[ 4.637688] sd 0:0:0:0: [sda] Unhandled sense code
[ 4.637691] sd 0:0:0:0: [sda]
[ 4.637693] Result: hostbyte=0x00 driverbyte=0x08
[ 4.637695] sd 0:0:0:0: [sda]
[ 4.637697] Sense Key : 0x3 [current] [descriptor]
[ 4.637700] Descriptor sense data with sense descriptors (in hex):
[ 4.637702] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 4.637710] 00 00 09 b8
[ 4.637714] sd 0:0:0:0: [sda]
[ 4.637716] ASC=0x11 ASCQ=0x4
[ 4.637718] sd 0:0:0:0: [sda] CDB:
[ 4.637719] cdb[0]=0x28: 28 00 00 00 08 80 00 01 80 00
[ 4.637727] end_request: I/O error, dev sda, sector 2488
[ 4.637786] Buffer I/O error on device sda1, logical block 55
[ 4.637826] Buffer I/O error on device sda1, logical block 56
[ 4.637866] Buffer I/O error on device sda1, logical block 57
[ 4.637905] Buffer I/O error on device sda1, logical block 58
[ 4.637945] Buffer I/O error on device sda1, logical block 59
[ 4.637984] Buffer I/O error on device sda1, logical block 60
[ 4.638024] Buffer I/O error on device sda1, logical block 61
[ 4.638063] Buffer I/O error on device sda1, logical block 62
[ 4.638105] Buffer I/O error on device sda1, logical block 63
[ 4.638188] ata1: EH complete
[ 4.879313] ata1: limiting SATA link speed to 3.0 Gbps
[ 4.879320] ata1.00: exception Emask 0x0 SAct 0x4000 SErr 0x0 action 0x6
[ 4.879364] ata1.00: irq_stat 0x40000008
[ 4.879404] ata1.00: failed command: READ FPDMA QUEUED
[ 4.879448] ata1.00: cmd 60/08:70:50:2b:03/00:00:00:00:00/40 tag 14 ncq 4096 in
res 41/84:08:50:2b:03/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 4.879502] ata1.00: status: { DRDY ERR }
[ 4.879540] ata1.00: error: { ICRC ABRT }
[ 4.879583] ata1: hard resetting link
[ 5.365653] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[ 5.469816] ata1.00: configured for UDMA/133
[ 5.469845] ata1: EH complete
[ 5.582799] ata1.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x6
[ 5.582859] ata1.00: irq_stat 0x40000008
[ 5.582900] ata1.00: failed command: READ FPDMA QUEUED
[ 5.582943] ata1.00: cmd 60/08:38:18:0b:00/00:00:00:00:00/40 tag 7 ncq 4096 in
res 41/84:08:19:0b:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 5.582997] ata1.00: status: { DRDY ERR }
[ 5.583036] ata1.00: error: { ICRC ABRT }
[ 5.583078] ata1: hard resetting link
[ 6.069015] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[ 6.191135] ata1.00: configured for UDMA/133
[ 6.191166] ata1: EH complete
[ 6.256026] ata1.00: exception Emask 0x0 SAct 0x8000 SErr 0x0 action 0x6
[ 6.256073] ata1.00: irq_stat 0x40000008
[ 6.256114] ata1.00: failed command: READ FPDMA QUEUED
[ 6.256158] ata1.00: cmd 60/08:78:00:38:03/00:00:00:00:00/40 tag 15 ncq 4096 in
res 41/84:08:02:38:03/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 6.256212] ata1.00: status: { DRDY ERR }
[ 6.256250] ata1.00: error: { ICRC ABRT }
[ 6.256292] ata1: hard resetting link
[ 6.742436] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[ 6.845773] ata1.00: configured for UDMA/133
[ 6.845806] ata1: EH complete
[ 6.986177] ata1.00: exception Emask 0x0 SAct 0x80000 SErr 0x0 action 0x6
[ 6.986223] ata1.00: irq_stat 0x40000008
[ 6.986264] ata1.00: failed command: READ FPDMA QUEUED
[ 6.986308] ata1.00: cmd 60/08:98:b0:f8:b5/00:00:58:00:00/40 tag 19 ncq 4096 in
res 41/84:08:b0:f8:b5/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 6.986360] ata1.00: status: { DRDY ERR }
[ 6.986399] ata1.00: error: { ICRC ABRT }
[ 6.986440] ata1: hard resetting link
[ 7.472592] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
[ 7.578097] ata1.00: configured for UDMA/133
[ 7.578124] ata1: EH complete
[ 7.587216] random: nonblocking pool is initialized
[ 7.602800] ata1: limiting SATA link speed to 1.5 Gbps
[ 7.602806] ata1.00: exception Emask 0x0 SAct 0x800000 SErr 0x0 action 0x6
[ 7.602850] ata1.00: irq_stat 0x40000008
[ 7.602889] ata1.00: failed command: READ FPDMA QUEUED
[ 7.602931] ata1.00: cmd 60/08:b8:c8:58:b6/00:00:58:00:00/40 tag 23 ncq 4096 in
res 41/84:08:cc:58:b6/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 7.602982] ata1.00: status: { DRDY ERR }
[ 7.603020] ata1.00: error: { ICRC ABRT }
[ 7.603061] ata1: hard resetting link
[ 8.089174] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 8.188490] ata1.00: configured for UDMA/133
[ 8.188517] ata1: EH complete
[ 8.216300] ata1.00: exception Emask 0x0 SAct 0x2000000 SErr 0x0 action 0x6
[ 8.216361] ata1.00: irq_stat 0x40000008
[ 8.216402] ata1.00: failed command: READ FPDMA QUEUED
[ 8.216446] ata1.00: cmd 60/08:c8:d0:78:b6/00:00:58:00:00/40 tag 25 ncq 4096 in
res 41/84:08:d0:78:b6/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 8.216500] ata1.00: status: { DRDY ERR }
[ 8.216539] ata1.00: error: { ICRC ABRT }
[ 8.216581] ata1: hard resetting link
[ 8.702603] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 8.809726] ata1.00: configured for UDMA/133
[ 8.809758] ata1: EH complete
[ 8.836250] ata1.00: exception Emask 0x0 SAct 0x8000000 SErr 0x0 action 0x6
[ 8.836295] ata1.00: irq_stat 0x40000008
[ 8.836335] ata1.00: failed command: READ FPDMA QUEUED
[ 8.836377] ata1.00: cmd 60/08:d8:d8:98:b6/00:00:58:00:00/40 tag 27 ncq 4096 in
res 41/84:08:d8:98:b6/00:00:58:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 8.836429] ata1.00: status: { DRDY ERR }
[ 8.836467] ata1.00: error: { ICRC ABRT }
[ 8.836507] ata1: hard resetting link
[ 9.322654] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 9.430994] ata1.00: configured for UDMA/133
[ 9.431018] ata1: EH complete
[ 9.664088] EXT4-fs (sda3): mounting ext3 file system using the ext4 subsystem
[ 9.686362] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 9.837482] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
[ 9.837542] ata1.00: irq_stat 0x40000008
[ 9.837583] ata1.00: failed command: READ FPDMA QUEUED
[ 9.837626] ata1.00: cmd 60/08:28:20:08:89/00:00:5e:00:00/40 tag 5 ncq 4096 in
res 41/84:08:20:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 9.837680] ata1.00: status: { DRDY ERR }
[ 9.837719] ata1.00: error: { ICRC ABRT }
[ 9.837761] ata1: hard resetting link
[ 10.322740] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 10.515900] ata1.00: configured for UDMA/133
[ 10.515972] sd 0:0:0:0: [sda]
[ 10.515975] Result: hostbyte=0x00 driverbyte=0x08
[ 10.515978] sd 0:0:0:0: [sda]
[ 10.515979] Sense Key : 0xb [current] [descriptor]
[ 10.515983] Descriptor sense data with sense descriptors (in hex):
[ 10.515984] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 10.515992] 5e 89 08 20
[ 10.515997] sd 0:0:0:0: [sda]
[ 10.515998] ASC=0x47 ASCQ=0x0
[ 10.516001] sd 0:0:0:0: [sda] CDB:
[ 10.516002] cdb[0]=0x28: 28 00 5e 89 08 20 00 00 08 00
[ 10.516010] end_request: I/O error, dev sda, sector 1586038816
[ 10.516148] ata1: EH complete
[ 10.529733] ata1.00: limiting speed to UDMA/100:PIO4
[ 10.529740] ata1.00: exception Emask 0x0 SAct 0x7fffff1f SErr 0x0 action 0x6
[ 10.529786] ata1.00: irq_stat 0x40000008
[ 10.529826] ata1.00: failed command: READ FPDMA QUEUED
[ 10.529870] ata1.00: cmd 60/08:40:d0:08:89/00:00:5e:00:00/40 tag 8 ncq 4096 in
res 41/84:08:d4:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 10.529924] ata1.00: status: { DRDY ERR }
[ 10.529962] ata1.00: error: { ICRC ABRT }
[ 10.530004] ata1: hard resetting link
[ 11.016129] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 11.139673] ata1.00: configured for UDMA/100
[ 11.139723] sd 0:0:0:0: [sda]
[ 11.139725] Result: hostbyte=0x00 driverbyte=0x08
[ 11.139728] sd 0:0:0:0: [sda]
[ 11.139730] Sense Key : 0xb [current] [descriptor]
[ 11.139733] Descriptor sense data with sense descriptors (in hex):
[ 11.139735] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 11.139743] 5e 89 08 d4
[ 11.139747] sd 0:0:0:0: [sda]
[ 11.139749] ASC=0x47 ASCQ=0x0
[ 11.139751] sd 0:0:0:0: [sda] CDB:
[ 11.139753] cdb[0]=0x28: 28 00 5e 89 08 d0 00 00 08 00
[ 11.139761] end_request: I/O error, dev sda, sector 1586038992
[ 11.139889] ata1: EH complete
[ 11.153122] ata1.00: exception Emask 0x0 SAct 0x7fffffc1 SErr 0x0 action 0x6
[ 11.153169] ata1.00: irq_stat 0x40000008
[ 11.153210] ata1.00: failed command: READ FPDMA QUEUED
[ 11.153253] ata1.00: cmd 60/08:30:28:08:89/00:00:5e:00:00/40 tag 6 ncq 4096 in
res 41/84:08:28:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 11.153306] ata1.00: status: { DRDY ERR }
[ 11.153345] ata1.00: error: { ICRC ABRT }
[ 11.153386] ata1: hard resetting link
[ 11.639485] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 11.749884] ata1.00: configured for UDMA/100
[ 11.749918] sd 0:0:0:0: [sda]
[ 11.749920] Result: hostbyte=0x00 driverbyte=0x08
[ 11.749923] sd 0:0:0:0: [sda]
[ 11.749925] Sense Key : 0xb [current] [descriptor]
[ 11.749928] Descriptor sense data with sense descriptors (in hex):
[ 11.749930] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 11.749938] 5e 89 08 28
[ 11.749942] sd 0:0:0:0: [sda]
[ 11.749944] ASC=0x47 ASCQ=0x0
[ 11.749946] sd 0:0:0:0: [sda] CDB:
[ 11.749948] cdb[0]=0x28: 28 00 5e 89 08 28 00 00 08 00
[ 11.749956] end_request: I/O error, dev sda, sector 1586038824
[ 11.750093] ata1: EH complete
[ 11.763159] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
[ 11.763206] ata1.00: irq_stat 0x40000008
[ 11.763247] ata1.00: failed command: READ FPDMA QUEUED
[ 11.763290] ata1.00: cmd 60/08:28:c8:08:89/00:00:5e:00:00/40 tag 5 ncq 4096 in
res 41/84:08:c8:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 11.763343] ata1.00: status: { DRDY ERR }
[ 11.763382] ata1.00: error: { ICRC ABRT }
[ 11.763424] ata1: hard resetting link
[ 12.249523] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 12.360321] ata1.00: configured for UDMA/100
[ 12.360370] sd 0:0:0:0: [sda]
[ 12.360372] Result: hostbyte=0x00 driverbyte=0x08
[ 12.360375] sd 0:0:0:0: [sda]
[ 12.360377] Sense Key : 0xb [current] [descriptor]
[ 12.360380] Descriptor sense data with sense descriptors (in hex):
[ 12.360381] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 12.360390] 5e 89 08 c8
[ 12.360394] sd 0:0:0:0: [sda]
[ 12.360395] ASC=0x47 ASCQ=0x0
[ 12.360398] sd 0:0:0:0: [sda] CDB:
[ 12.360399] cdb[0]=0x28: 28 00 5e 89 08 c8 00 00 08 00
[ 12.360407] end_request: I/O error, dev sda, sector 1586038984
[ 12.360543] ata1: EH complete
[ 12.369958] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
[ 12.370005] ata1.00: irq_stat 0x40000008
[ 12.370045] ata1.00: failed command: READ FPDMA QUEUED
[ 12.370090] ata1.00: cmd 60/08:28:38:08:89/00:00:63:00:00/40 tag 5 ncq 4096 in
res 41/84:08:3a:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 12.370143] ata1.00: status: { DRDY ERR }
[ 12.370182] ata1.00: error: { ICRC ABRT }
[ 12.370224] ata1: hard resetting link
[ 12.856285] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 12.959379] ata1.00: configured for UDMA/100
[ 12.959426] sd 0:0:0:0: [sda]
[ 12.959429] Result: hostbyte=0x00 driverbyte=0x08
[ 12.959432] sd 0:0:0:0: [sda]
[ 12.959433] Sense Key : 0xb [current] [descriptor]
[ 12.959437] Descriptor sense data with sense descriptors (in hex):
[ 12.959438] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 12.959447] 63 89 08 3a
[ 12.959462] sd 0:0:0:0: [sda]
[ 12.959464] ASC=0x47 ASCQ=0x0
[ 12.959466] sd 0:0:0:0: [sda] CDB:
[ 12.959468] cdb[0]=0x28: 28 00 63 89 08 38 00 00 08 00
[ 12.959476] end_request: I/O error, dev sda, sector 1669924920
[ 12.959616] ata1: EH complete
[ 12.973195] ata1.00: limiting speed to UDMA/33:PIO4
[ 12.973202] ata1.00: exception Emask 0x0 SAct 0x7fffffff SErr 0x0 action 0x6
[ 12.973247] ata1.00: irq_stat 0x40000008
[ 12.973287] ata1.00: failed command: READ FPDMA QUEUED
[ 12.973331] ata1.00: cmd 60/08:30:c0:08:89/00:00:5e:00:00/40 tag 6 ncq 4096 in
res 41/84:08:c0:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 12.973384] ata1.00: status: { DRDY ERR }
[ 12.973423] ata1.00: error: { ICRC ABRT }
[ 12.973464] ata1: hard resetting link
[ 13.459735] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 13.569691] ata1.00: configured for UDMA/33
[ 13.569750] sd 0:0:0:0: [sda]
[ 13.569753] Result: hostbyte=0x00 driverbyte=0x08
[ 13.569755] sd 0:0:0:0: [sda]
[ 13.569757] Sense Key : 0xb [current] [descriptor]
[ 13.569761] Descriptor sense data with sense descriptors (in hex):
[ 13.569763] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 13.569771] 5e 89 08 c0
[ 13.569775] sd 0:0:0:0: [sda]
[ 13.569777] ASC=0x47 ASCQ=0x0
[ 13.569779] sd 0:0:0:0: [sda] CDB:
[ 13.569781] cdb[0]=0x28: 28 00 5e 89 08 c0 00 00 08 00
[ 13.569789] end_request: I/O error, dev sda, sector 1586038976
[ 13.569933] ata1: EH complete
[ 13.583315] ata1.00: exception Emask 0x0 SAct 0x7fffff9f SErr 0x0 action 0x6
[ 13.583360] ata1.00: irq_stat 0x40000008
[ 13.583399] ata1.00: failed command: READ FPDMA QUEUED
[ 13.583441] ata1.00: cmd 60/08:38:30:08:89/00:00:63:00:00/40 tag 7 ncq 4096 in
res 41/84:08:30:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 13.585478] ata1.00: status: { DRDY ERR }
[ 13.585516] ata1.00: error: { ICRC ABRT }
[ 13.585558] ata1: hard resetting link
[ 14.069688] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 14.180020] ata1.00: configured for UDMA/33
[ 14.180069] sd 0:0:0:0: [sda]
[ 14.180072] Result: hostbyte=0x00 driverbyte=0x08
[ 14.180074] sd 0:0:0:0: [sda]
[ 14.180076] Sense Key : 0xb [current] [descriptor]
[ 14.180079] Descriptor sense data with sense descriptors (in hex):
[ 14.180081] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 14.180089] 63 89 08 30
[ 14.180094] sd 0:0:0:0: [sda]
[ 14.180095] ASC=0x47 ASCQ=0x0
[ 14.180098] sd 0:0:0:0: [sda] CDB:
[ 14.180099] cdb[0]=0x28: 28 00 63 89 08 30 00 00 08 00
[ 14.180108] end_request: I/O error, dev sda, sector 1669924912
[ 14.180245] ata1: EH complete
[ 14.190091] ata1.00: exception Emask 0x0 SAct 0x7fffffe3 SErr 0x0 action 0x6
[ 14.190153] ata1.00: irq_stat 0x40000008
[ 14.190193] ata1.00: failed command: READ FPDMA QUEUED
[ 14.190237] ata1.00: cmd 60/a8:28:70:08:89/00:00:63:00:00/40 tag 5 ncq 86016 in
res 41/84:a8:80:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 14.190290] ata1.00: status: { DRDY ERR }
[ 14.190328] ata1.00: error: { ICRC ABRT }
[ 14.190371] ata1: hard resetting link
[ 14.676439] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 14.779168] ata1.00: configured for UDMA/33
[ 14.779214] sd 0:0:0:0: [sda]
[ 14.779216] Result: hostbyte=0x00 driverbyte=0x08
[ 14.779218] sd 0:0:0:0: [sda]
[ 14.779220] Sense Key : 0xb [current] [descriptor]
[ 14.779223] Descriptor sense data with sense descriptors (in hex):
[ 14.779225] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 14.779233] 63 89 08 80
[ 14.779237] sd 0:0:0:0: [sda]
[ 14.779239] ASC=0x47 ASCQ=0x0
[ 14.779241] sd 0:0:0:0: [sda] CDB:
[ 14.779243] cdb[0]=0x28: 28 00 63 89 08 70 00 00 a8 00
[ 14.779251] end_request: I/O error, dev sda, sector 1669924976
[ 14.779391] ata1: EH complete
[ 14.793467] ata1.00: exception Emask 0x0 SAct 0x3fffffe0 SErr 0x0 action 0x6
[ 14.793513] ata1.00: irq_stat 0x40000008
[ 14.793554] ata1.00: failed command: READ FPDMA QUEUED
[ 14.793597] ata1.00: cmd 60/08:28:28:08:89/00:00:63:00:00/40 tag 5 ncq 4096 in
res 41/84:08:28:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 14.793651] ata1.00: status: { DRDY ERR }
[ 14.793690] ata1.00: error: { ICRC ABRT }
[ 14.793733] ata1: hard resetting link
[ 15.279789] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 15.378218] ata1.00: configured for UDMA/33
[ 15.378240] sd 0:0:0:0: [sda]
[ 15.378243] Result: hostbyte=0x00 driverbyte=0x08
[ 15.378245] sd 0:0:0:0: [sda]
[ 15.378247] Sense Key : 0xb [current] [descriptor]
[ 15.378250] Descriptor sense data with sense descriptors (in hex):
[ 15.378252] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 15.378260] 63 89 08 28
[ 15.378264] sd 0:0:0:0: [sda]
[ 15.378266] ASC=0x47 ASCQ=0x0
[ 15.378268] sd 0:0:0:0: [sda] CDB:
[ 15.378269] cdb[0]=0x28: 28 00 63 89 08 28 00 00 08 00
[ 15.378277] end_request: I/O error, dev sda, sector 1669924904
[ 15.378427] ata1: EH complete
[ 15.390101] ata1.00: exception Emask 0x0 SAct 0x7fffff SErr 0x0 action 0x6
[ 15.390148] ata1.00: irq_stat 0x40000008
[ 15.390188] ata1.00: failed command: READ FPDMA QUEUED
[ 15.390232] ata1.00: cmd 60/08:00:10:08:89/00:00:63:00:00/40 tag 0 ncq 4096 in
res 41/84:08:10:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 15.390285] ata1.00: status: { DRDY ERR }
[ 15.390324] ata1.00: error: { ICRC ABRT }
[ 15.390366] ata1: hard resetting link
[ 15.876541] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 15.977410] ata1.00: configured for UDMA/33
[ 15.977500] ata1: EH complete
[ 15.986870] ata1.00: exception Emask 0x0 SAct 0x7f807fff SErr 0x0 action 0x6
[ 15.986916] ata1.00: irq_stat 0x40000008
[ 15.986957] ata1.00: failed command: READ FPDMA QUEUED
[ 15.987000] ata1.00: cmd 60/08:b8:20:08:89/00:00:63:00:00/40 tag 23 ncq 4096 in
res 41/84:08:20:08:89/00:00:63:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 15.987054] ata1.00: status: { DRDY ERR }
[ 15.987093] ata1.00: error: { ICRC ABRT }
[ 15.987135] ata1: hard resetting link
[ 16.473350] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 16.576437] ata1.00: configured for UDMA/33
[ 16.576509] sd 0:0:0:0: [sda]
[ 16.576511] Result: hostbyte=0x00 driverbyte=0x08
[ 16.576514] sd 0:0:0:0: [sda]
[ 16.576516] Sense Key : 0xb [current] [descriptor]
[ 16.576519] Descriptor sense data with sense descriptors (in hex):
[ 16.576520] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 16.576529] 63 89 08 20
[ 16.576533] sd 0:0:0:0: [sda]
[ 16.576534] ASC=0x47 ASCQ=0x0
[ 16.576537] sd 0:0:0:0: [sda] CDB:
[ 16.576538] cdb[0]=0x28: 28 00 63 89 08 20 00 00 08 00
[ 16.576546] end_request: I/O error, dev sda, sector 1669924896
[ 16.576642] ata1: EH complete
[ 16.586801] ata1.00: exception Emask 0x0 SAct 0x7fff803f SErr 0x0 action 0x6
[ 16.586847] ata1.00: irq_stat 0x40000008
[ 16.586886] ata1.00: failed command: READ FPDMA QUEUED
[ 16.586928] ata1.00: cmd 60/08:78:50:08:89/00:00:5e:00:00/40 tag 15 ncq 4096 in
res 41/84:08:54:08:89/00:00:5e:00:00/00 Emask 0x410 (ATA bus error) <F>
[ 16.586980] ata1.00: status: { DRDY ERR }
[ 16.587018] ata1.00: error: { ICRC ABRT }
[ 16.587058] ata1: hard resetting link
[ 17.073307] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 17.175907] ata1.00: configured for UDMA/33
[ 17.175963] sd 0:0:0:0: [sda]
[ 17.175965] Result: hostbyte=0x00 driverbyte=0x08
[ 17.175968] sd 0:0:0:0: [sda]
[ 17.175970] Sense Key : 0xb [current] [descriptor]
[ 17.175973] Descriptor sense data with sense descriptors (in hex):
[ 17.175974] 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 17.175983] 5e 89 08 54
[ 17.175987] sd

I have only Arch installed, 64 bit, UEFI boot.
The things got worse for me. Today I barely managed to boot the laptop. It was throwing a lot of errors at me:
Sep 24 06:13:59 kernel: ata6.00: irq_stat 0x40000008
Sep 24 06:13:59 kernel: ata6.00: failed command: READ FPDMA QUEUED
Sep 24 06:13:59 kernel: ata6.00: cmd 60/a8:00:40:0e:00/00:00:00:00:00/40 tag 0 ncq 86016 in
res 41/84:a8:87:0e:00/00:00:00:00:00/00 Emask 0x410 (ATA bus error) <F>
Sep 24 06:13:59 kernel: ata6.00: status: { DRDY ERR }
Sep 24 06:13:59 kernel: ata6.00: error: { ICRC ABRT }
Sep 24 06:13:59 kernel: ata6: hard resetting link
Sep 24 06:13:59 kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
Sep 24 06:13:59 kernel: ata6.00: configured for UDMA/133
Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda]
Sep 24 06:13:59 kernel: Result: hostbyte=0x00 driverbyte=0x08
Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda]
Sep 24 06:13:59 kernel: Sense Key : 0xb [current] [descriptor]
Sep 24 06:13:59 kernel: Descriptor sense data with sense descriptors (in hex):
Sep 24 06:13:59 kernel: 72 0b 47 00 00 00 00 0c 00 0a 80 00 00 00 00 00
Sep 24 06:13:59 kernel: 00 00 0e 87
Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda]
Sep 24 06:13:59 kernel: ASC=0x47 ASCQ=0x0
Sep 24 06:13:59 kernel: sd 5:0:0:0: [sda] CDB:
Sep 24 06:13:59 kernel: cdb[0]=0x28: 28 00 00 00 0e 40 00 00 a8 00
Sep 24 06:13:59 kernel: end_request: I/O error, dev sda, sector 3648
Sep 24 06:13:59 kernel: ata6: EH complete
Sep 24 06:14:30 kernel: ata6.00: exception Emask 0x1 SAct 0x7fffffff SErr 0x0 action 0x6 frozen
Sep 24 06:14:30 kernel: ata6.00: irq_stat 0x40000008
Sep 24 06:14:30 kernel: ata6.00: failed command: WRITE FPDMA QUEUED
Sep 24 06:14:30 kernel: ata6.00: cmd 61/08:00:00:08:24/00:00:41:00:00/40 tag 0 ncq 4096 out
res 40/00:a8:87:0e:00/00:00:00:00:00/00 Emask 0x5 (timeout)
Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
Sep 24 06:14:30 kernel: ata6.00: cmd 60/a8:08:60:0f:00/00:00:00:00:00/40 tag 1 ncq 86016 in
res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
Sep 24 06:14:30 kernel: ata6.00: cmd 60/14:10:08:10:00/00:00:00:00:00/40 tag 2 ncq 10240 in
res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:18:24:0f:00/00:00:00:00:00/40 tag 3 ncq 512 in
res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:20:25:0f:00/00:00:00:00:00/40 tag 4 ncq 512 in
res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:28:26:0f:00/00:00:00:00:00/40 tag 5 ncq 512 in
res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
Sep 24 06:14:30 kernel: ata6.00: failed command: READ FPDMA QUEUED
Sep 24 06:14:30 kernel: ata6.00: cmd 60/01:30:27:0f:00/00:00:00:00:00/40 tag 6 ncq 512 in
res 40/00:10:08:10:00/00:00:00:00:00/40 Emask 0x1 (device error)
Sep 24 06:14:30 kernel: ata6.00: status: { DRDY }
Sep 24 06:14:30 kernel: ata6: hard resetting link
Sep 24 06:14:30 kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
Sep 24 06:14:30 kernel: ata6.00: configured for UDMA/133
Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
Sep 24 06:14:30 kernel: Result: hostbyte=0x00 driverbyte=0x08
Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
Sep 24 06:14:30 kernel: Sense Key : 0xb [current] [descriptor]
Sep 24 06:14:30 kernel: Descriptor sense data with sense descriptors (in hex):
Sep 24 06:14:30 kernel: 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
Sep 24 06:14:30 kernel: 00 00 10 08
Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
Sep 24 06:14:30 kernel: ASC=0x0 ASCQ=0x0
Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda] CDB:
Sep 24 06:14:30 kernel: cdb[0]=0x28: 28 00 00 00 0f 60 00 00 a8 00
Sep 24 06:14:30 kernel: end_request: I/O error, dev sda, sector 3936
Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
Sep 24 06:14:30 kernel: Result: hostbyte=0x00 driverbyte=0x08
Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
Sep 24 06:14:30 kernel: Sense Key : 0xb [current] [descriptor]
Sep 24 06:14:30 kernel: Descriptor sense data with sense descriptors (in hex):
Sep 24 06:14:30 kernel: 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
Sep 24 06:14:30 kernel: 00 00 10 08
Sep 24 06:14:30 kernel: sd 5:0:0:0: [sda]
and so on... It somehow booted, but now journalctl says:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
184 End-to-End_Error 0x0032 099 099 099 Old_age Always FAILING_NOW 1
while the Error hasn't occured yet.
I think I wil take the emergency procedure, and start backing up my files and system ...
I don't recall when this error first showed up, and I unluckily deleted my journal before noticing the problem, for it was getting big, so I can't trace back. But I have it in the journal since then (11.september). At begining only from time to time, but now things are getting worse.

Similar Messages

  • [Solved] Grub errors 18 and 22 when booting from SSD

    Hello community,
    recently I purchased an SSD drive and am now having trouble doing an Arch install on it. Before that a 2TB HDD was in use. After building in the SSD I partitioned it (msdos partition table) creating partitions for swap, / and /home. Then I copied the files from the old /home partition on the freshly created one and installed Arch on the new / partition. Here's the partition setup:
    $ LANG=C sudo fdisk -l
    Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
    255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 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
    Disk identifier: 0x0003a234
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 3907028991 1953513472 5 Extended
    /dev/sda5 16065 4192964 2088450 82 Linux swap / Solaris
    /dev/sda6 4196352 65720319 30761984 83 Linux # old /
    /dev/sda7 65722368 577720319 255998976 83 Linux # old /home
    /dev/sda8 577722368 3907028991 1664653312 83 Linux
    Disk /dev/sdb: 128.0 GB, 128035676160 bytes
    255 heads, 63 sectors/track, 15566 cylinders, total 250069680 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
    Disk identifier: 0x000a9841
    Device Boot Start End Blocks Id System
    /dev/sdb1 51863552 241582079 94859264 83 Linux # new /home
    /dev/sdb2 241582080 250068991 4243456 82 Linux swap / Solaris
    /dev/sdb3 2048 51863551 25930752 83 Linux # new /
    Partition table entries are not in disk order
    The problem is: booting from the SSD fails as follows: On the first try to select some Grub entry I get an error 22 "No such partition.". On any further try I get error 18 "Selected cylinder exceeds maximum supported by bios".
    What works is  to boot up the new system from the Grub residing on the HDD. So the problem is just the new Grub install in the SSD's MBR. Also it's not a thing of Grub's configuration, since copying the working menu.lst from the HDD install and reinstalling grub via grub-install /dev/sdb gives the correct Grub entries but selecting them results in the same errors.
    So currently I'm booting from the HDD and selecting the boot entry for the freshly installed SSD system there, which works fine. But of course I'd like the SSD to be able to boot without "help" on the part of the HDD.
    I tried to activate AHCI in the Bios but it didn't make any difference. The SSD is a Crucial M4 128GB.
    Thanks for any hints,
    PhotonX
    Last edited by PhotonX (2012-07-26 06:04:53)

    I created a /boot partition now:
    $ LANG=C sudo fdisk -l
    Disk /dev/sdb: 128.0 GB, 128035676160 bytes
    255 heads, 63 sectors/track, 15566 cylinders, total 250069680 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
    Disk identifier: 0x000a9841
    Device Boot Start End Blocks Id System
    /dev/sdb1 51863552 241582079 94859264 83 Linux # /home
    /dev/sdb2 241582080 249831423 4124672 82 Linux swap / Solaris
    /dev/sdb3 2048 51863551 25930752 83 Linux # /
    /dev/sdb4 * 249831424 250068991 118784 83 Linux # /boot
    Partition table entries are not in disk order
    Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
    255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 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
    Disk identifier: 0x0003a234
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 3907028991 1953513472 5 Extended
    /dev/sda5 16065 4192964 2088450 82 Linux swap / Solaris
    /dev/sda6 4196352 65720319 30761984 83 Linux
    /dev/sda7 65722368 577720319 255998976 83 Linux
    /dev/sda8 577722368 3907028991 1664653312 83 Linux
    Then installed Grub on this partition: "grub-install /dev/sdb4". Then placed the SSD on the first position in the Bios, booted but got the same errors in Grub. So it doesn't matter where exactly Grub is installed, if it's somewhere on the SSD, it fails...
    edit: Concerning using UUIDs: I couldn't find any howto regarding Grub (legacy) configuration with UUID's. Could you point me to some example config?
    edit2: I now put the SSD on the first place in the boot list and started PartedMagic. But fdisk still recognizes the SSD as sdb and the HDD as sda. I think, the sdX identifier can be changed only by plugging the SSD in the first SATA port and the HDD in the second (while now it is the other way around).
    edit3: I tried to install Grub from the HDD installation on the SSD (executed "grub-install /dev/sdb4" from the HDD system) and found out that, though I created a /boot partition on the SSD, the Grub files installed directly on /dev/sdb are used. So I tried to install Grub from the HDD system onto /dev/sdb (executed "grub-install /dev/sdb" from the HDD system) and got error 22 even before Grub's boot list was shown. But maybe it's really a bad idea to install Grub on another drive than the system it belongs to is located.
    Last edited by PhotonX (2012-05-18 21:54:56)

  • Regarding mountain lion server: clients experience intermittent service connections. the server system log has the following error- Client handshake failed (6):113: Server not accepting client connections (any ideas???)

    regarding mountain lion server: clients experience intermittent service connections. the server system log has the following error- Client handshake failed (6):113: Server not accepting client connections. any suggestions would be greatly appreciated - thank you

    Hi Jason
    I was getting the same behavior after Apple support had me delete some plist files to get Airplay going. I was also getting the following error:
    the error occurred while processing a command of type 'writesettings' in the plug-in 'server vpn'
    I went into ~/Library/Preferences/ and /Library/Preferences/ and deleted every plist contating the word server. I had to re-set up my server (meaning walk through some intial steps) but all of my settings were still there after that and everything started working again.
    Just a thought, obviously try at your own risk but it worked for me.
    Kellen

  • IDoc error "customer  and sales area : GR could not be uniquely determined"

    Hi All,
    While posting some IDocs i am getting error customer  and sales area : GR could not be uniquely determined even when entries are available in EDSDC table.
    Please assist.

    Double check your entries. Once I ended up even sending a message to SAP and turned out there was a simple typo in the table.
    Also since you're saying "some IDocs" - check how exactly they are different from those that don't have this error.

  • How do you export your movie using idvd? I keep getting error messages and notices that I do not have enough space to transfer to a dvd.

    How do you export your movie using idvd? I keep getting error messages and notices that I do not have enough space to transfer to a dvd.

    Can you give us the steps to re-create the problem, and the exact wording of the error message you are getting please.

  • I installed windows 7 on my iMac 21.5 (late 2009) and when I boot windows 7, the lag drivers are missing and bootcamp is not installed. The windows package would not download through bootcamp, even when left alone for 2 hours.

    I installed windows 7 on my iMac 21.5 (late 2009) and when I boot windows 7, the lag drivers are missing and bootcamp is not installed. The windows package would not download through bootcamp, even when left alone for 2 hours. Don't have the lion disk... Drivers seem impossible to get. Please help!

    lan drivers*

  • Removed all files put in back up disk and it reads boot device not found

    Please help I had virus so I cleared my whole computer installed disks I made when I bought it and tells me boot device not found install operating system on hard disk please help

    Please post your full product Number and Operating System
    #2
    Please Do Not post your s/n

  • ZFS Subscriber Error -1 and Fail to authenticate

    We are running ZFS 7.01, using TED to distribute apps. Runing into randomly having subscribers not completely accept distributions or updates to distributions, erroring out with "Fail to authenticate. Will retry more times" & "Unknown meaning for error number -1; Please call a Novell support provider".
    Exiting and restarting the ZFS.ncf (subscriber) fixes the issue for a while. We like TED, but the subscribers consistency is an issue. Help.
    Paul

    Rolf--Please keep me in the loop on this...Our system (TED) is unreliable at this point because on the need for manual reset. Let me know if it works out for you. Or if you hear from Novell about a patch.
    Much Thanks--Paul
    >>> Rolf Lidvall<[email protected]> 10/22/2007 10:08 AM >>>
    We also have that issue so I called our "Novell
    support provider" like the message says and it
    turned out to be a well known issue with Java.
    We got a couple of FTF-files for testing and so
    far so good, they seem to cure the issue at least
    in our environment. I have asked Novell if and when
    they will release these files in a patch, and if it will
    be in a NetWare, Java or TED patch. No answer yet.
    Regards
    Rolf Lidvall
    Swedish Radio (Ltd)

  • Restored 10.6 OS from CD and fails to Boot after Combo upgrade

    I have a clean install of Lion on my internal drive and an external clone of the HD from the previous Snow Leopard install. The Clone worked until I updated via the latest auto update. I have App's and other settings to transfer to Lion from this clone so want to get it working so I can ensure all the App's are upgraded to work on Lion or are deleted.
    After the external drive failed to boot I reinstalled the system from my Snow Leopard Install CD, not the 24-inch iMac (Mid 2007) restore CD.
    I then used Auto updater to install the combo and other updates to 10.6.8 this booted fine until I upgraded Safari 5.1 and Java - the last items that came up on the software updater. Upon restart, the boot failed in the last portion of the boot and at this point the Apple emblem went away and the round circle with diaginoal line apeared.
    On starting with the option key down, the clone disk 10.6.8 shows as being available, along with the internal Drive, for booting.
    Starting with "command + S" gets through to the last line of the process then states "waiting on Root"
    When compaired to a Snow OS that boots OK it is the last line of code before the curser is ready for entering a command.
    Can anyone tell me what to look for or how to repair this error so that I can get my data across to Lion. Thanks

    Well, in case anyone else has a similar problem I managed to fix the system by the following process:
    I reinstalled 10.6.0 from the retail Snow Leopard CD. The drive Booted OK but I needed to be upgraded to 10.6.8 to use the migration tool so I then upgraded using the Software Update utility. Boot failed again at this point and could not be fixed by anything I did.
    I then reinstalled 10.6.0 from the CD to try again, but the HD would not boot this time around.
    I downloaded CleanApp by Synium Software (http://www.syniumsoftware.com/cleanapp/) on a commendation from the famous eBook, "Take Control of installing Lion" by Joe Kissell of TidBits. I used this from my Lion HD to remove all orphan files, PPC files and Apps, and other junk. Snow Leapard still not Booting after repairs by various disk repair utilities including Apples.
    I Booted from my internal HD using Lion and ran SuperDuper to make a new Clone of the failed HD on a second external HD. Took a day and a night to run while I was at work, but the new clone would not boot at this stage so I ran SuperDuper again using the "Smart Update Backup" option. This just adds changed files or missing files to the clone. At the end of this process I had a running Clone that would boot on 10.6.0.
    I Booted from the second Clone and used the Software Update utility then to up grade in the two stages the Auto system used to bring my OS up to 10.6.8. This was successful and I had a Bootable Snow Leopard with no old Apps from which to Migrate my data.

  • TS4148 I am from India. i was updating my iphone 3gs but in between got an error(6) and then my phone was not able to do anything.  hence i restored my phone and now its being started only but not accepting SIM card hence can't proceed further.

    SIM card not accepting, hence can't process fruther

    Hi @imobl,
    You sound like an Apple support guy who hasn't been able to answer my questions.
    To respond to some of the points you made,
    - I did not ignore Ocean20's suggestion. If you has read my post, you would have known that I took my phone to the apple service centre where they tried this restore on THEIR machines. I am assuming that Apple guys know how not to block iTunes. So I actually do not understand your point about me trying the hosts file changes on my machine. Do you not believe that apple tested this issue with the correct settings?
    - you also give a flawed logic of why the issue is a hardware issue. You mentioned that If I thought that the issue was with the software, i should try a restore and getting it to work. The problem is that my error (23), and many others comes up when the restore fails. And you would be astonished to know that not all errors are hardware errors. Sometimes even software errors prevent restores. Funnily enough Apple itself mention that 'in rare cases, error 23 could be hardware related'.
    - all Apple has done so far is replicate the issue. I don not know how anyone can conclude that the issue is a hardware issue.
    And by the way, I am not certain that this is a software bug. Again if you read my Posts, you will notice I only want a confirmation,/proof that the issue is hardware related as they mention..
    Please refrain do. Responding if there is nothing to add.

  • Trying to download latest operating system update for iPhone4. Received error 2001 and now iPhone 4 will not respond. Is there a fix?

    Trying to download latest operating system update for iPhone 4. Received error 2001 and now iPhone will not respond. Can anybody suggest a fix?

    tried restoring?

  • I Tunes error message and URL help page does not work!!

    I have, sincea previous update, a constant error message when I start up Itunes: error -42032 and when I try to open the helppages , ths URL is not available!!!
    I ust ordered a new Iphone4 S, so I want to get rid of this problem!!! Who can help me?

    Hello, LovinThe Tunes
    You will find this article helpful in troubleshooting the error that you are receiving.
    iTunes for Windows: "Error 7" message when opening iTunes
    http://support.apple.com/kb/ts3074
    Regards,
    Jason H.

  • JavaScript and "Open In New Window" not working.

    I've been using Safari 5 since it came out and there were no problems. But recently my JavaScript has stopped working. Whenever I click on a link that is supposed to run a script nothing happens. Similarly when I click a link that is supposed to open automatically in a new window, nothing happens. I've tried reseting Safari but that did not help. I had this same issue with Safari 4 and the update to 5 solved it, but now I do not know what to do.

    HI and welcome to Apple Discussions...
    From the Safari Menu Bar click Safari/Preferences then select the Security tab.
    Make sure Java is enabled.
    And, from a Finder window select your Home Folder in the Sidebar on the left. Then open the Library folder, then the Caches folder, then the com.apple.Safari folder. Move the cache.db file to the Trash.
    Relaunch Safari. If you still have problems, go to the Safari Menu Bar, click Safari/Preferences. Make note of all the preferences under each tab. Quit Safari. Now go to ~/Library/Preferences and move this file com.apple.safari.plist to the Desktop.
    Relaunch Safari and see if that makes a difference. If not, move the .plist file back to the Preferences folder. If Safari functions as it should, move that .plist file to the Trash.
    I had this same issue with Safari 4 and the update to 5 solved it, but now I do not know what to do.
    If nothing above helps, install the v10.6.4 Combo Update
    Then repair permissions.
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and *restart your Mac*.
    Carolyn

  • ZFS Error -1 and Fail to authenticate

    It seems every distribution that I create the new distribution is sent and received successfully but has an error extracting the distro. On the zfs console I receive an error -1 unknown meaning and in my ted log I receive a fail to authenticate.
    A zfs start/restart fixes the problem. Ideas?

    Bryant Blaser,
    >Any references I can read up on regarding the Universal Passwords and Zen?
    When you say "failed to authenticate" that usually means that the service
    was not able to authenticate to the eDirectory object. The install usually
    sets a pre-defined or random password to the ted objects. There was a
    certain version of UP that would try to set a UP password on non-user
    objects. This caused a lot of problems.
    One of these might apply
    http://www.novell.com/support/search...200%2032366636
    http://www.novell.com/support/search...200%2032366636
    http://www.novell.com/support/search...200%2032366636
    http://www.novell.com/support/search...200%2032366636
    Jared Jennings - Data Technique, Inc.
    Novell Support Forums Sysop
    My Blog and Wiki with Tips, Tricks, and Tutorials
    http://jaredjennings.org

  • Home DB error (404) and fails logs (Parameter was NULL)

    Hello, I installed the oracle-xe by apt-get like in http://www.oracle.com/technetwork/topics/linux/xe-on-kubuntu-087822.html
    I use Linux debian (mint) with KDE.
    The installation and configuration was successful. BUT when I try open Home (http://127.0.0.1:8080/apex) return error 404.
    This config was in port 8080
    tati@desa462-linux:/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts > cat /etc/default/oracle-xe |grep HTTP# HTTP_PORT : HTTP port for Oracle Application Express
    HTTP_PORT=8080
    I run enviroment script like in http://docs.oracle.com/cd/B25329_01/doc/install.102/b25144/toc.htm#BABDGCHH
    ". /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh"
    no return errors and variables was defined.
    listener port
    tati@desa462-linux:~ > netstat -a | grep 1521
    tcp        0      0 *:1521                  *:*                     LISTEN    
    no-listener
    tati@desa462-linux:~ > netstat -a | grep 8080
    tati@desa462-linux:~ >
    error log:
    [  OCRUTL][4132255488]u_set_comp_error: Parameter was NULL
    [  OCRUTL][4132255488]u_set_ocr_error: Parameter was NULL
    2014-12-08 10:21:47.224: [  OCROSD][4132255488]utgdv:2:ocr loc file  cannot  be opened
    2014-12-08 10:21:47.225: [  OCROSD][4132255488]utopen:1: Couldnt find ocr,[ocrmirror] location in config file
    [  OCRUTL][4132255488]u_set_gbl_comp_error: Parameter was NULL
    2014-12-08 10:21:47.225: [  OCRRAW][4132255488]proprinit: Could not open raw device
    2014-12-08 10:21:47.225: [ default][4132255488]a_init:7!: Backend init unsuccessful : [33]
    [  OCRUTL][4132255488]u_set_ocr_error: Parameter was NULL
    2014-12-08 10:21:47.225: [ CSSCLNT][4132255488]clsssinit: error(33 ) in OCR initialization
    Can any one help-me??

    You can have a look at other web applications in /webapps to see how correctly structured look like.
    You can also read this (very old) but still informative post.
    From what you say, it seems you have several challenges:
    * web-inf is in lower case instead of uppercase
    * the web application is named "uk" and not "demo-examples"
    Have you tried with http://localhost:1020/uk/HelloWorld ?

Maybe you are looking for