Hi!
I'm new here...
I have a boot problem. It takes about 3 minutes for my laptop to boot.
I have Kubuntu 14.04 LTS installed on the machine (I do not have dual boot with windows).
Machine is: Acer S3-951 (HDD: 320GB, i5 1.60GHz processor with turbo mode, 4GB RAM).
Durring installation I partitioned my hard disk like this:
- First partition is /boot and is 1024 MB large
- Second partition is swap and is 5GB large
- Third partition (rest of the disk) is the / partition
- When typing df command it looks like this:
matej@aspire-S3:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 301627880 9890868 276392168 4% /
none 4 0 4 0% /sys/fs/cgroup
udev 1933772 4 1933768 1% /dev
tmpfs 389732 1328 388404 1% /run
none 5120 0 5120 0% /run/lock
none 1948644 332 1948312 1% /run/shm
none 102400 20 102380 1% /run/user
/dev/sda1 967320 83132 817836 10% /boot
My BIOS settings are - disk controller - IDE (ACHI won't boot at all as far as I remember), iRST disabled, hard disk is first in boot priority list.
When I power on my laptop it shows the Acer logo for about half a minute.
Then it shows black screen for about a minute or so, and then it shows Kubuntu logo.
Previously, when I had only Windows 7 installed on the machine the logo disappeared quickly and the boot process took only 17 seconds.
I tried fixing this by Googling it, and I followed some of the solutions on these websites:
https://www.linuxquestions.org/quest...rk-4175510497/
http://www.dotkam.com/2008/08/06/spe...he-background/
http://http://www.howtogeek.com/1157...eed-up-ubuntu/
None of these links helped me.
This is what dmesg command showed after the boot:
matej@aspire-S3:~$ dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.13.0-35-generic (buildd@panlong) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 (Ubuntu 3.13.0-35.62-generic 3.13.11.6)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic root=/dev/sda5 ro quiet splash pcie_aspm=force i915.i915_enable_rc6=1 acpi_osi=Linux acpi_backlight=vendor quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000a6dbefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000a6dbf000-0x00000000a6ebefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000a6ebf000-0x00000000a6fbefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000a6fbf000-0x00000000a6ffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000a6fff000-0x00000000a6ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000a7000000-0x00000000af9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000014fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Acer Aspire S3/Aspire S3, BIOS 1.18 02/20/2012
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x14fe00 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-E7FFF write-protect
[ 0.000000] E8000-EFFFF write-combining
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0A7000000 mask FFF000000 uncachable
[ 0.000000] 3 base 0A8000000 mask FF8000000 uncachable
[ 0.000000] 4 base 0B0000000 mask FF0000000 uncachable
[ 0.000000] 5 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 6 base 100000000 mask FC0000000 write-back
[ 0.000000] 7 base 140000000 mask FF0000000 write-back
[ 0.000000] 8 base 14FE00000 mask FFFE00000 uncachable
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xa7000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] reserving inaccessible SNB gfx pages
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01fdf000, 0x01fdffff] PGTABLE
[ 0.000000] BRK [0x01fe0000, 0x01fe0fff] PGTABLE
[ 0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x14fc00000-0x14fdfffff]
[ 0.000000] [mem 0x14fc00000-0x14fdfffff] page 2M
[ 0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x14c000000-0x14fbfffff]
[ 0.000000] [mem 0x14c000000-0x14fbfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x14bffffff]
[ 0.000000] [mem 0x100000000-0x14bffffff] page 2M
[ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xa6dbefff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xa6bfffff] page 2M
[ 0.000000] [mem 0xa6c00000-0xa6dbefff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xa6fff000-0xa6ffffff]
[ 0.000000] [mem 0xa6fff000-0xa6ffffff] page 4k
[ 0.000000] BRK [0x01fe4000, 0x01fe4fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x34b62000-0x365a8fff]
[ 0.000000] ACPI: RSDP 00000000000fe020 000024 (v02 ACRSYS)
[ 0.000000] ACPI: XSDT 00000000a6ffe120 00009C (v01 ACRSYS ACRPRDCT 00000001 01000013)
[ 0.000000] ACPI: FACP 00000000a6ffc000 0000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: DSDT 00000000a6fed000 00B218 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[ 0.000000] ACPI: FACS 00000000a6f6c000 000040
[ 0.000000] ACPI: ASF! 00000000a6ffd000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: HPET 00000000a6ffb000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: APIC 00000000a6ffa000 00008C (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: MCFG 00000000a6ff9000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: SLIC 00000000a6fec000 000176 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: WDAT 00000000a6feb000 000224 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: SSDT 00000000a6fe9000 001068 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.000000] ACPI: BOOT 00000000a6fe7000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: SSDT 00000000a6fe6000 000C61 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.000000] ACPI: SSDT 00000000a6fe5000 0006D7 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.000000] ACPI: ASPT 00000000a6fe4000 000034 (v07 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: MSDM 00000000a6fe3000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: SSDT 00000000a6fe2000 000804 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.000000] ACPI: SSDT 00000000a6fe1000 000996 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000014fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x14fdfffff]
[ 0.000000] NODE_DATA [mem 0x14fdf8000-0x14fdfcfff]
[ 0.000000] [ffffea0000000000-ffffea00053fffff] PMD -> [ffff88014b600000-ffff88014f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x14fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0xa6dbefff]
[ 0.000000] node 0: [mem 0xa6fff000-0xa6ffffff]
[ 0.000000] node 0: [mem 0x100000000-0x14fdfffff]
[ 0.000000] On node 0 totalpages: 1010524
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 156 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10615 pages used for memmap
[ 0.000000] DMA32 zone: 679360 pages, LIFO batch:31
[ 0.000000] Normal zone: 5112 pages used for memmap
[ 0.000000] Normal zone: 327168 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, 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 high 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: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa6dbf000-0xa6ebefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa6ebf000-0xa6fbefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa6fbf000-0xa6ffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa7000000-0xaf9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xafa00000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[ 0.000000] e820: [mem 0xafa00000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88014fa00000 s86336 r8192 d24256 u262144
[ 0.000000] pcpu-alloc: s86336 r8192 d24256 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 994577
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic root=/dev/sda5 ro quiet splash pcie_aspm=force i915.i915_enable_rc6=1 acpi_osi=Linux acpi_backlight=vendor quiet splash vt.handoff=7
[ 0.000000] PCIe ASPM is forcibly enabled
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3867516K/4042096K available (7372K kernel code, 1144K rwdata, 3404K rodata, 1336K init, 1440K bss, 174580K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-7.
[ 0.000000] NR_IRQS:16640 nr_irqs:744 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 16252928 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.004000] tsc: Detected 1596.247 MHz processor
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.49 BogoMIPS (lpj=6384988)
[ 0.000007] pid_max: default: 32768 minimum: 301
[ 0.000038] Security Framework initialized
[ 0.000065] AppArmor: AppArmor initialized
[ 0.000067] Yama: becoming mindful.
[ 0.000522] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.001807] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.002346] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.002354] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.002627] Initializing cgroup subsys memory
[ 0.002636] Initializing cgroup subsys devices
[ 0.002638] Initializing cgroup subsys freezer
[ 0.002640] Initializing cgroup subsys blkio
[ 0.002642] Initializing cgroup subsys perf_event
[ 0.002645] Initializing cgroup subsys hugetlb
[ 0.002677] CPU: Physical Processor ID: 0
[ 0.002679] CPU: Processor Core ID: 0
[ 0.002685] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.002685] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.002688] mce: CPU supports 7 MCE banks
[ 0.002701] CPU0: Thermal monitoring handled by SMI
[ 0.002714] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[ 0.002714] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[ 0.002714] tlb_flushall_shift: 5
[ 0.002892] Freeing SMP alternatives memory: 32K (ffffffff81e6d000 - ffffffff81e75000)
[ 0.005086] ACPI: Core revision 20131115
[ 0.013767] ACPI: All ACPI Tables successfully acquired
[ 0.024463] ftrace: allocating 28537 entries in 112 pages
[ 0.046056] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.085774] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (fam: 06, model: 2a, stepping: 07)
[ 0.085785] TSC deadline timer enabled
[ 0.085800] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[ 0.085809] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[ 0.085812] ... version: 3
[ 0.085813] ... bit width: 48
[ 0.085815] ... generic registers: 4
[ 0.085817] ... value mask: 0000ffffffffffff
[ 0.085818] ... max period: 0000ffffffffffff
[ 0.085820] ... fixed-purpose events: 3
[ 0.085821] ... event mask: 000000070000000f
[ 0.088103] x86: Booting SMP configuration:
[ 0.099229] CPU1: Thermal monitoring handled by SMI
[ 0.101433] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.112515] CPU2: Thermal monitoring handled by SMI
[ 0.125787] CPU3: Thermal monitoring handled by SMI
[ 0.088106] .... node #0, CPUs: #1 #2 #3
[ 0.127899] x86: Booted up 1 node, 4 CPUs
[ 0.127903] smpboot: Total of 4 processors activated (12769.97 BogoMIPS)
[ 0.132481] devtmpfs: initialized
[ 0.135969] EVM: security.selinux
[ 0.135971] EVM: security.SMACK64
[ 0.135973] EVM: security.ima
[ 0.135974] EVM: security.capability
[ 0.136070] PM: Registering ACPI NVS region [mem 0xa6ebf000-0xa6fbefff] (1048576 bytes)
[ 0.137236] pinctrl core: initialized pinctrl subsystem
[ 0.137313] regulator-dummy: no parameters
[ 0.137349] RTC time: 12:03:15, date: 09/13/14
[ 0.137394] NET: Registered protocol family 16
[ 0.137559] cpuidle: using governor ladder
[ 0.137561] cpuidle: using governor menu
[ 0.137642] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.137645] ACPI: bus type PCI registered
[ 0.137647] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.137726] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.137729] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.164625] PCI: Using configuration type 1 for base access
[ 0.165883] bio: create slab <bio-0> at 0
[ 0.166084] ACPI: Added _OSI(Module Device)
[ 0.166087] ACPI: Added _OSI(Processor Device)
[ 0.166089] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.166091] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.166093] ACPI: Added _OSI(Linux)
[ 0.170078] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.176325] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline
[ 0.176838] ACPI: SSDT 00000000a6e70798 000727 (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
[ 0.177348] ACPI: Dynamic OEM Table Load:
[ 0.177352] ACPI: SSDT (null) 000727 (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
[ 0.180568] ACPI: SSDT 00000000a6e71a98 000303 (v01 PmRef ApIst 00003000 INTL 20100121)
[ 0.181110] ACPI: Dynamic OEM Table Load:
[ 0.181113] ACPI: SSDT (null) 000303 (v01 PmRef ApIst 00003000 INTL 20100121)
[ 0.184397] ACPI: SSDT 00000000a6e6fd98 000119 (v01 PmRef ApCst 00003000 INTL 20100121)
[ 0.184892] ACPI: Dynamic OEM Table Load:
[ 0.184895] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20100121)
[ 0.190616] ACPI: Interpreter enabled
[ 0.190626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[ 0.190632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[ 0.190653] ACPI: (supports S0 S3 S4 S5)
[ 0.190655] ACPI: Using IOAPIC for interrupt routing
[ 0.190688] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.191128] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[ 0.198995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.199004] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.199049] \_SB_.PCI0:_OSC invalid UUID
[ 0.199051] _OSC request data:1 1f 0
[ 0.199056] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.199963] PCI host bridge to bus 0000:00
[ 0.199967] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.199970] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.199973] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.199976] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.199978] pci_bus 0000:00: root bus resource [mem 0xafa00000-0xfeafffff]
[ 0.199989] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.200110] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[ 0.200126] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc03fffff 64bit]
[ 0.200135] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.200141] pci 0000:00:02.0: reg 0x20: [io 0x2000-0x203f]
[ 0.200305] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.200337] pci 0000:00:16.0: reg 0x10: [mem 0xc0504000-0xc050400f 64bit]
[ 0.200442] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.200570] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.200887] pci 0000:00:1a.0: reg 0x10: [mem 0xc0508000-0xc05083ff]
[ 0.202612] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.202700] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.202753] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.202779] pci 0000:00:1b.0: reg 0x10: [mem 0xc0500000-0xc0503fff 64bit]
[ 0.202900] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.202975] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.203019] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.203158] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.203235] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.203288] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[ 0.203424] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.203502] pci 0000:00:1c.5: System wakeup disabled by ACPI
[ 0.203551] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.203849] pci 0000:00:1d.0: reg 0x10: [mem 0xc0507000-0xc05073ff]
[ 0.205583] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.205671] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.205717] pci 0000:00:1f.0: [8086:1c47] type 00 class 0x060100
[ 0.205952] pci 0000:00:1f.2: [8086:1c01] type 00 class 0x01018f
[ 0.205979] pci 0000:00:1f.2: reg 0x10: [io 0x20b8-0x20bf]
[ 0.205993] pci 0000:00:1f.2: reg 0x14: [io 0x20cc-0x20cf]
[ 0.206007] pci 0000:00:1f.2: reg 0x18: [io 0x20b0-0x20b7]
[ 0.206020] pci 0000:00:1f.2: reg 0x1c: [io 0x20c8-0x20cb]
[ 0.206034] pci 0000:00:1f.2: reg 0x20: [io 0x2090-0x209f]
[ 0.206048] pci 0000:00:1f.2: reg 0x24: [io 0x2080-0x208f]
[ 0.206203] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.206228] pci 0000:00:1f.3: reg 0x10: [mem 0xc0505000-0xc05050ff 64bit]
[ 0.206263] pci 0000:00:1f.3: reg 0x20: [io 0x2040-0x205f]
[ 0.206389] pci 0000:00:1f.5: [8086:1c09] type 00 class 0x010185
[ 0.206417] pci 0000:00:1f.5: reg 0x10: [io 0x20a8-0x20af]
[ 0.206430] pci 0000:00:1f.5: reg 0x14: [io 0x20c4-0x20c7]
[ 0.206444] pci 0000:00:1f.5: reg 0x18: [io 0x20a0-0x20a7]
[ 0.206457] pci 0000:00:1f.5: reg 0x1c: [io 0x20c0-0x20c3]
[ 0.206470] pci 0000:00:1f.5: reg 0x20: [io 0x2070-0x207f]
[ 0.206484] pci 0000:00:1f.5: reg 0x24: [io 0x2060-0x206f]
[ 0.206733] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.206893] pci 0000:02:00.0: [168c:0032] type 00 class 0x028000
[ 0.206944] pci 0000:02:00.0: reg 0x10: [mem 0xc0400000-0xc047ffff 64bit]
[ 0.207051] pci 0000:02:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[ 0.207192] pci 0000:02:00.0: supports D1 D2
[ 0.207194] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.207258] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.212473] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 0.212494] pci 0000:00:1c.5: bridge window [mem 0xc0400000-0xc04fffff]
[ 0.213286] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.213359] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.213427] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.213496] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.213563] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.213631] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.213702] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.213770] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.214083] ACPI: Enabled 7 GPEs in block 00 to 3F
[ 0.214092] ACPI: \_SB_.PCI0: notify handler is installed
[ 0.214161] Found 1 acpi root devices
[ 0.214210] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.214331] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks= none
[ 0.214335] vgaarb: loaded
[ 0.214336] vgaarb: bridge control possible 0000:00:02.0
[ 0.214540] SCSI subsystem initialized
[ 0.214605] libata version 3.00 loaded.
[ 0.214634] ACPI: bus type USB registered
[ 0.214653] usbcore: registered new interface driver usbfs
[ 0.214662] usbcore: registered new interface driver hub
[ 0.214690] usbcore: registered new device driver usb
[ 0.214823] PCI: Using ACPI for IRQ routing
[ 0.222662] PCI: pci_cache_line_size set to 64 bytes
[ 0.222725] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.222728] e820: reserve RAM buffer [mem 0xa6dbf000-0xa7ffffff]
[ 0.222730] e820: reserve RAM buffer [mem 0xa7000000-0xa7ffffff]
[ 0.222732] e820: reserve RAM buffer [mem 0x14fe00000-0x14fffffff]
[ 0.222834] NetLabel: Initializing
[ 0.222836] NetLabel: domain hash size = 128
[ 0.222837] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.222855] NetLabel: unlabeled traffic allowed by default
[ 0.222960] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.222968] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.225015] Switched to clocksource hpet
[ 0.231109] AppArmor: AppArmor Filesystem Enabled
[ 0.231142] pnp: PnP ACPI init
[ 0.231158] ACPI: bus type PNP registered
[ 0.231233] pnp 00:00: [dma 4]
[ 0.231259] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.231286] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.231395] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.231432] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.231496] system 00:04: [io 0x0680-0x069f] has been reserved
[ 0.231499] system 00:04: [io 0x1000-0x100f] has been reserved
[ 0.231502] system 00:04: [io 0x1010-0x1013] has been reserved
[ 0.231504] system 00:04: [io 0xffff] has been reserved
[ 0.231508] system 00:04: [io 0x0400-0x0453] could not be reserved
[ 0.231511] system 00:04: [io 0x0458-0x047f] has been reserved
[ 0.231513] system 00:04: [io 0x0500-0x057f] has been reserved
[ 0.231516] system 00:04: [io 0x164e-0x164f] has been reserved
[ 0.231520] system 00:04: [mem 0xfe800000-0xfe80ffff] has been reserved
[ 0.231524] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.231554] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.231603] system 00:06: [io 0x0454-0x0457] has been reserved
[ 0.231607] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.231691] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.231728] pnp 00:08: Plug and Play ACPI device, IDs ETD0504 PNP0f0b PNP0f12 PNP0f03 PNP0f0e PNP0f13 (active)
[ 0.231888] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.231892] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.231894] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.231897] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.231900] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.231903] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.231906] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.231909] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.231912] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.231915] system 00:09: [mem 0xafa00000-0xafa00fff] has been reserved
[ 0.231918] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.232298] system 00:0a: [mem 0x20000000-0x201fffff] could not be reserved
[ 0.232301] system 00:0a: [mem 0x40000000-0x401fffff] could not be reserved
[ 0.232304] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.232328] pnp: PnP ACPI: found 11 devices
[ 0.232330] ACPI: bus type PNP unregistered
[ 0.239077] pci 0000:02:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
[ 0.239114] pci 0000:00:1c.5: BAR 15: assigned [mem 0xafb00000-0xafbfffff pref]
[ 0.239117] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.239139] pci 0000:02:00.0: BAR 6: assigned [mem 0xafb00000-0xafb0ffff pref]
[ 0.239142] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 0.239151] pci 0000:00:1c.5: bridge window [mem 0xc0400000-0xc04fffff]
[ 0.239157] pci 0000:00:1c.5: bridge window [mem 0xafb00000-0xafbfffff pref]
[ 0.239168] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.239171] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.239173] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.239176] pci_bus 0000:00: resource 7 [mem 0xafa00000-0xfeafffff]
[ 0.239179] pci_bus 0000:02: resource 1 [mem 0xc0400000-0xc04fffff]
[ 0.239181] pci_bus 0000:02: resource 2 [mem 0xafb00000-0xafbfffff pref]
[ 0.239217] NET: Registered protocol family 2
[ 0.239429] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.239551] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.239668] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.239696] TCP: reno registered
[ 0.239707] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.239732] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.239812] NET: Registered protocol family 1
[ 0.239828] pci 0000:00:02.0: Boot video device
[ 0.269206] PCI: CLS 64 bytes, default 64
[ 0.269276] Trying to unpack rootfs image as initramfs...
[ 0.911020] Freeing initrd memory: 26908K (ffff880034b62000 - ffff8800365a9000)
[ 0.911027] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.911031] software IO TLB [mem 0xa2dbf000-0xa6dbf000] (64MB) mapped at [ffff8800a2dbf000-ffff8800a6dbefff]
[ 0.911138] Simple Boot Flag at 0x44 set to 0x1
[ 0.911368] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x23
[ 0.911377] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x23
[ 0.911390] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x23
[ 0.911400] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x23
[ 0.911463] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.911465] Scanning for low memory corruption every 60 seconds
[ 0.911828] Initialise system trusted keyring
[ 0.911888] audit: initializing netlink socket (disabled)
[ 0.911901] type=2000 audit(1410609795.892:1): initialized
[ 0.950513] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.951847] zbud: loaded
[ 0.952042] VFS: Disk quotas dquot_6.5.2
[ 0.952100] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.952633] fuse init (API version 7.22)
[ 0.952727] msgmni has been set to 7606
[ 0.952798] Key type big_key registered
[ 0.953314] Key type asymmetric registered
[ 0.953318] Asymmetric key parser 'x509' registered
[ 0.953357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.953406] io scheduler noop registered
[ 0.953409] io scheduler deadline registered (default)
[ 0.953440] io scheduler cfq registered
[ 0.953915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.953932] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.953976] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[ 0.953978] vesafb: scrolling: redraw
[ 0.953981] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.954330] vesafb: framebuffer at 0xb0000000, mapped to 0xffffc90010780000, using 3072k, total 3072k
[ 1.032040] Console: switching to colour frame buffer device 128x48
[ 1.109688] fb0: VESA VGA frame buffer device
[ 1.109711] intel_idle: MWAIT substates: 0x21120
[ 1.109713] intel_idle: v0.4 model 0x2A
[ 1.109714] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.109852] ipmi message handler version 39.2
[ 1.117847] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 1.117926] ACPI: AC Adapter [ADP1] (on-line)
[ 1.118071] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
[ 1.118078] ACPI: Sleep Button [SLPB]
[ 1.118122] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[ 1.118151] ACPI: Lid Switch [LID0]
[ 1.118193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 1.118196] ACPI: Power Button [PWRF]
[ 1.120005] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.120008] ACPI: Thermal Zone [TZS0] (62 C)
[ 1.120217] thermal LNXTHERM:01: registered as thermal_zone1
[ 1.120219] ACPI: Thermal Zone [TZS1] (51 C)
[ 1.120249] GHES: HEST is not enabled!
[ 1.120350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.121113] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 1.121120] ACPI: Battery Slot [BAT0] (battery present)
[ 1.122334] Linux agpgart interface v0.103
[ 1.123844] brd: module loaded
[ 1.124665] loop: module loaded
[ 1.124799] ata_piix 0000:00:1f.2: version 2.13
[ 1.124920] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 1.278288] scsi0 : ata_piix
[ 1.278382] scsi1 : ata_piix
[ 1.278430] ata1: SATA max UDMA/133 cmd 0x20b8 ctl 0x20cc bmdma 0x2090 irq 19
[ 1.278436] ata2: SATA max UDMA/133 cmd 0x20b0 ctl 0x20c8 bmdma 0x2098 irq 19
[ 1.278581] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 1.434333] scsi2 : ata_piix
[ 1.434480] scsi3 : ata_piix
[ 1.434550] ata3: SATA max UDMA/133 cmd 0x20a8 ctl 0x20c4 bmdma 0x2070 irq 21
[ 1.434555] ata4: SATA max UDMA/133 cmd 0x20a0 ctl 0x20c0 bmdma 0x2078 irq 21
[ 1.434884] libphy: Fixed MDIO Bus: probed
[ 1.434982] tun: Universal TUN/TAP device driver, 1.6
[ 1.434983] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.435105] PPP generic driver version 2.4.2
[ 1.435223] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.435231] ehci-pci: EHCI PCI platform driver
[ 1.435378] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 1.435385] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.435404] ehci-pci 0000:00:1a.0: debug port 2
[ 1.439317] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 1.439346] ehci-pci 0000:00:1a.0: irq 16, io mem 0xc0508000
[ 1.450162] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.450249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.450252] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.450255] usb usb1: Product: EHCI Host Controller
[ 1.450257] usb usb1: Manufacturer: Linux 3.13.0-35-generic ehci_hcd
[ 1.450259] usb usb1: SerialNumber: 0000:00:1a.0
[ 1.450508] hub 1-0:1.0: USB hub found
[ 1.450520] hub 1-0:1.0: 2 ports detected
[ 1.450787] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 1.450795] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.450811] ehci-pci 0000:00:1d.0: debug port 2
[ 1.454741] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 1.454763] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc0507000
[ 1.466176] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.466295] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.466299] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.466301] usb usb2: Product: EHCI Host Controller
[ 1.466304] usb usb2: Manufacturer: Linux 3.13.0-35-generic ehci_hcd
[ 1.466306] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.466548] hub 2-0:1.0: USB hub found
[ 1.466559] hub 2-0:1.0: 2 ports detected
[ 1.466683] ehci-platform: EHCI generic platform driver
[ 1.466696] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.466697] ohci-pci: OHCI PCI platform driver
[ 1.466710] ohci-platform: OHCI generic platform driver
[ 1.466718] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.466790] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 1.469455] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.469464] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.469729] mousedev: PS/2 mouse device common for all mice
[ 1.470210] rtc_cmos 00:05: RTC can wake from S4
[ 1.470387] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 1.470421] rtc_cmos 00:05: alarms up to one month, 242 bytes nvram, hpet irqs
[ 1.470509] device-mapper: uevent: version 1.0.3
[ 1.470599] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 1.470608] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.470737] TCP: cubic registered
[ 1.470839] NET: Registered protocol family 10
[ 1.471041] NET: Registered protocol family 17
[ 1.471056] Key type dns_resolver registered
[ 1.471489] Loading compiled-in X.509 certificates
[ 1.472861] Loaded X.509 cert 'Magrathea: Glacier signing key: b1414ae96c1b0ebb7c141fa405c1f6c98e8a66f0'
[ 1.472877] registered taskstats version 1
[ 1.475513] Key type trusted registered
[ 1.477782] Key type encrypted registered
[ 1.480029] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.480034] IMA: No TPM chip found, activating TPM-bypass!
[ 1.480328] regulator-dummy: disabling
[ 1.480401] Magic number: 14:778:76
[ 1.480510] rtc_cmos 00:05: setting system clock to 2014-09-13 12:03:17 UTC (1410609797)
[ 1.481308] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.481310] EDD information not available.
[ 1.481349] PM: Hibernation image not present or could not be loaded.
[ 1.486374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 1.762393] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.765898] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.895225] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.895237] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.895654] hub 1-1:1.0: USB hub found
[ 1.895849] hub 1-1:1.0: 6 ports detected
[ 1.910565] tsc: Refined TSC clocksource calibration: 1596.375 MHz
[ 2.006693] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 2.139431] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 2.139443] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.139874] hub 2-1:1.0: USB hub found
[ 2.140046] hub 2-1:1.0: 8 ports detected
[ 2.210993] usb 1-1.2: new low-speed USB device number 3 using ehci-pci
[ 2.308587] usb 1-1.2: New USB device found, idVendor=09da, idProduct=000a
[ 2.308599] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.308605] usb 1-1.2: Product: PS/2+USB Mouse
[ 2.308609] usb 1-1.2: Manufacturer: A4Tech
[ 2.383143] usb 1-1.5: new high-speed USB device number 4 using ehci-pci
[ 2.463016] ata4: failed to resume link (SControl 0)
[ 2.474446] ata4: SATA link down (SStatus 4 SControl 0)
[ 2.532069] usb 1-1.5: New USB device found, idVendor=04f2, idProduct=b33b
[ 2.532074] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.532076] usb 1-1.5: Product: HD WebCam
[ 2.532077] usb 1-1.5: Manufacturer: SunplusIT INC.
[ 2.627177] ata1.01: failed to resume link (SControl 0)
[ 2.671390] usb 2-1.2: new high-speed USB device number 3 using ehci-pci
[ 2.769405] usb 2-1.2: New USB device found, idVendor=18a5, idProduct=0302
[ 2.769423] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.769425] usb 2-1.2: Product: STORE N GO
[ 2.769427] usb 2-1.2: Manufacturer: Verbatim
[ 2.769428] usb 2-1.2: SerialNumber: 070228E7717B9981
[ 2.783374] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.783418] ata1.01: SATA link down (SStatus 4 SControl 0)
[ 2.791844] ata1.00: ATA-8: Hitachi HTS543232A7A384, ES2OA90B, max UDMA/133
[ 2.791862] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.807829] ata1.00: configured for UDMA/133
[ 2.808089] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54323 ES2O PQ: 0 ANSI: 5
[ 2.808268] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.808284] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 2.808482] sd 0:0:0:0: [sda] Write Protect is off
[ 2.808494] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.808620] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.839372] usb 2-1.6: new high-speed USB device number 4 using ehci-pci
[ 2.911558] Switched to clocksource tsc
[ 2.932683] usb 2-1.6: New USB device found, idVendor=0bda, idProduct=0129
[ 2.932688] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.932690] usb 2-1.6: Product: USB2.0-CRW
[ 2.932692] usb 2-1.6: Manufacturer: Generic
[ 2.932693] usb 2-1.6: SerialNumber: 20100201396000000
[ 3.185573] sda: sda1 sda2 sda3 < sda5 >
[ 3.186468] sd 0:0:0:0: [sda] Attached SCSI disk
[ 7.122993] ata2.00: link is slow to respond, please be patient (ready=0)
[ 11.326569] ata2.00: SRST failed (errno=-16)
[ 17.167558] ata2.00: link is slow to respond, please be patient (ready=0)
[ 21.371159] ata2.00: SRST failed (errno=-16)
[ 27.212098] ata2.00: link is slow to respond, please be patient (ready=0)
[ 56.412969] ata2.00: SRST failed (errno=-16)
[ 56.412990] ata2.00: limiting SATA link speed to 1.5 Gbps
[ 56.412994] ata2.01: limiting SATA link speed to 1.5 Gbps
[ 61.469273] ata2.00: SRST failed (errno=-16)
[ 61.480756] ata2.00: reset failed, giving up
[ 61.482290] Freeing unused kernel memory: 1336K (ffffffff81d1f000 - ffffffff81e6d000)
[ 61.482292] Write protecting the kernel read-only data: 12288k
[ 61.484477] Freeing unused kernel memory: 808K (ffff880001736000 - ffff880001800000)
[ 61.486287] Freeing unused kernel memory: 692K (ffff880001b53000 - ffff880001c00000)
[ 61.507980] systemd-udevd[150]: starting version 204
[ 61.529497] [drm] Initialized drm 1.1.0 20060810
[ 61.529962] hidraw: raw HID events driver (C) Jiri Kosina
[ 61.532765] usb-storage 2-1.2:1.0: USB Mass Storage device detected
[ 61.533246] scsi4 : usb-storage 2-1.2:1.0
[ 61.533343] usbcore: registered new interface driver usb-storage
[ 61.538561] wmi: Mapper loaded
[ 61.540512] usbcore: registered new interface driver usbhid
[ 61.540516] usbhid: USB HID core driver
[ 61.561757] [drm] Memory usable by graphics device = 2048M
[ 61.561765] checking generic (b0000000 300000) vs hw (b0000000 10000000)
[ 61.561768] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[ 61.561791] Console: switching to colour dummy device 80x25
[ 61.575381] input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6
[ 61.575497] a4tech 0003:09DA:000A.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:1a.0-1.2/input0
[ 61.613449] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[ 61.613468] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 61.613470] [drm] Driver supports precise vblank timestamp query.
[ 61.613535] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem: owns=io+mem
[ 61.641547] [drm] Wrong MCH_SSKPD value: 0x16040307
[ 61.641552] [drm] This can cause pipe underruns and display issues.
[ 61.641553] [drm] Please upgrade your BIOS to fix this.
[ 61.659199] fbcon: inteldrmfb (fb0) is primary device
[ 62.370907] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x461f00)
[ 62.383486] psmouse serio1: elantech: Synaptics capabilities query result 0x10, 0x13, 0x0e.
[ 62.445492] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input5
[ 62.536283] scsi 4:0:0:0: Direct-Access Verbatim STORE N GO 5.00 PQ: 0 ANSI: 4
[ 62.536636] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 62.537777] sd 4:0:0:0: [sdb] 7818432 512-byte logical blocks: (4.00 GB/3.72 GiB)
[ 62.538599] sd 4:0:0:0: [sdb] Write Protect is off
[ 62.538602] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 62.539289] sd 4:0:0:0: [sdb] No Caching mode page found
[ 62.539291] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 62.543901] sd 4:0:0:0: [sdb] No Caching mode page found
[ 62.543903] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 62.546553] sdb: sdb1
[ 62.549847] sd 4:0:0:0: [sdb] No Caching mode page found
[ 62.549850] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 62.549855] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 62.594232] Console: switching to colour frame buffer device 170x48
[ 62.597326] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 62.597328] i915 0000:00:02.0: registered panic notifier
[ 62.598803] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 62.598939] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 62.599029] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 62.862546] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 63.106933] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 63.632351] random: nonblocking pool is initialized
[ 66.384508] Adding 5000188k swap on /dev/sda2. Priority:-1 extents:1 across:5000188k FS
[ 67.599662] systemd-udevd[351]: starting version 204
[ 68.693519] lp: driver loaded but no devices found
[ 68.824392] ppdev: user-space parallel port driver
[ 70.887006] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[ 70.887016] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 70.887021] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[ 70.887026] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 70.887028] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[ 70.887033] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 70.887035] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[ 70.887040] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 70.887042] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 71.145110] mei_me 0000:00:16.0: irq 41 for MSI/MSI-X
[ 71.797874] acer_wmi: Acer Laptop ACPI-WMI Extras
[ 71.797890] acer_wmi: Function bitmap for Communication Button: 0x801
[ 71.818181] acer_wmi: Disabling ACPI video driver
[ 71.835984] input: Acer WMI hotkeys as /devices/virtual/input/input8
[ 71.836404] input: Acer BMA150 accelerometer as /devices/virtual/input/input9
[ 71.983859] cfg80211: Calling CRDA to update world regulatory domain
[ 72.371095] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[ 72.495423] SKU: Nid=0x1d sku_cfg=0x4007992d
[ 72.495428] SKU: port_connectivity=0x1
[ 72.495430] SKU: enable_pcbeep=0x0
[ 72.495432] SKU: check_sum=0x00000007
[ 72.495434] SKU: customization=0x00000099
[ 72.495436] SKU: external_amp=0x5
[ 72.495437] SKU: platform_type=0x1
[ 72.495439] SKU: swap=0x0
[ 72.495441] SKU: override=0x1
[ 72.496049] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 72.496051] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 72.496052] hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 72.496053] mono: mono_out=0x0
[ 72.496054] inputs:
[ 72.496056] Mic=0x12
[ 72.496058] realtek: No valid SSID, checking pincfg 0x4007992d for NID 0x1d
[ 72.496059] realtek: Enabling init ASM_ID=0x992d CODEC_ID=10ec0269
[ 72.623266] Linux video capture interface: v2.00
[ 72.637457] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 72.637559] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 72.818017] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
[ 72.821512] scsi5 : SCSI emulation for RTS5139 USB card reader
[ 72.821647] usbcore: registered new interface driver rts5139
[ 72.821692] scsi 5:0:0:0: Direct-Access Generic- xD/SD/M.S. 1.00 PQ: 0 ANSI: 0 CCS
[ 72.822258] sd 5:0:0:0: Attached scsi generic sg2 type 0
[ 73.006119] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[ 73.217201] ath: phy0: ASPM enabled: 0x43
[ 73.217205] ath: EEPROM regdomain: 0x65
[ 73.217207] ath: EEPROM indicates we should expect a direct regpair map
[ 73.217209] ath: Country alpha2 being used: 00
[ 73.217211] ath: Regpair used: 0x65
[ 73.261539] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 73.261901] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffc90021500000, irq=17
[ 73.321816] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b33b)
[ 73.330273] input: HD WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input12
[ 73.330349] usbcore: registered new interface driver uvcvideo
[ 73.330351] USB Video Class driver (1.1.1)
[ 74.147798] cfg80211: World regulatory domain updated:
[ 74.147802] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 74.147804] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 74.147805] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 74.147807] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 74.147808] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 74.147810] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 74.360498] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[ 74.895293] type=1400 audit(1410609870.847:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=516 comm="apparmor_parser"
[ 74.895302] type=1400 audit(1410609870.847:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=516 comm="apparmor_parser"
[ 74.895308] type=1400 audit(1410609870.847:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=516 comm="apparmor_parser"
[ 74.895379] type=1400 audit(1410609870.847:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=447 comm="apparmor_parser"
[ 74.895387] type=1400 audit(1410609870.847:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=447 comm="apparmor_parser"
[ 74.895392] type=1400 audit(1410609870.847:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=447 comm="apparmor_parser"
[ 74.895803] type=1400 audit(1410609870.847:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=516 comm="apparmor_parser"
[ 74.895808] type=1400 audit(1410609870.847:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=516 comm="apparmor_parser"
[ 74.895887] type=1400 audit(1410609870.847:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=447 comm="apparmor_parser"
[ 74.895892] type=1400 audit(1410609870.847:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=447 comm="apparmor_parser"
[ 75.573928] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 77.663231] init: failsafe main process (713) killed by TERM signal
[ 81.393775] audit_printk_skb: 102 callbacks suppressed
[ 81.393781] type=1400 audit(1410609877.339:46): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cups-browsed" pid=988 comm="apparmor_parser"
[ 81.398921] type=1400 audit(1410609877.347:47): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=990 comm="apparmor_parser"
[ 81.398932] type=1400 audit(1410609877.347:48): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=990 comm="apparmor_parser"
[ 81.399432] type=1400 audit(1410609877.347:49): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=990 comm="apparmor_parser"
[ 85.089534] Bluetooth: Core ver 2.17
[ 85.089551] NET: Registered protocol family 31
[ 85.089552] Bluetooth: HCI device and connection manager initialized
[ 85.089562] Bluetooth: HCI socket layer initialized
[ 85.089564] Bluetooth: L2CAP socket layer initialized
[ 85.089568] Bluetooth: SCO socket layer initialized
[ 85.273243] init: cups main process (1000) killed by HUP signal
[ 85.273258] init: cups main process ended, respawning
[ 85.332246] Bluetooth: RFCOMM TTY layer initialized
[ 85.332260] Bluetooth: RFCOMM socket layer initialized
[ 85.332267] Bluetooth: RFCOMM ver 1.11
[ 85.459256] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 85.459260] Bluetooth: BNEP filters: protocol multicast
[ 85.459269] Bluetooth: BNEP socket layer initialized
[ 91.485743] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 91.488841] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 92.993823] init: samba-ad-dc main process (1121) terminated with status 1
[ 94.738801] init: plymouth-upstart-bridge main process ended, respawning
[ 94.744423] init: plymouth-upstart-bridge main process (1223) terminated with status 1
[ 94.744437] init: plymouth-upstart-bridge main process ended, respawning
[ 104.830325] init: plymouth-stop pre-start process (1840) terminated with status 1
[ 112.046874] type=1400 audit(1410609907.967:50): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2301 comm="apparmor_parser"
[ 112.046884] type=1400 audit(1410609907.967:51): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2301 comm="apparmor_parser"
[ 112.047383] type=1400 audit(1410609907.967:52): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2301 comm="apparmor_parser"
[ 167.060212] wlan0: authenticate with 00:26:91:f9:c1:38
[ 167.084497] wlan0: send auth to 00:26:91:f9:c1:38 (try 1/3)
[ 167.086427] wlan0: authenticated
[ 167.087155] wlan0: associate with 00:26:91:f9:c1:38 (try 1/3)
[ 167.089931] wlan0: RX AssocResp from 00:26:91:f9:c1:38 (capab=0x431 status=0 aid=6)
[ 167.090138] wlan0: associated
[ 167.090147] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
matej@aspire-S3:~$
And also, here is my bootchart image (the full sized png):
http://i.imgur.com/Iq5q3X9.png
I don't know how to read the bootchart, but in dmesg it is clear that the problem is somewhere in these lines:
[ 3.186468] sd 0:0:0:0: [sda] Attached SCSI disk
[ 7.122993] ata2.00: link is slow to respond, please be patient (ready=0)
[ 11.326569] ata2.00: SRST failed (errno=-16)
[ 17.167558] ata2.00: link is slow to respond, please be patient (ready=0)
[ 21.371159] ata2.00: SRST failed (errno=-16)
[ 27.212098] ata2.00: link is slow to respond, please be patient (ready=0)
[ 56.412969] ata2.00: SRST failed (errno=-16)
[ 56.412990] ata2.00: limiting SATA link speed to 1.5 Gbps
I Googled the "ata2.00: SRST failed (errno=-16)" error, and "ata2.00: link is slow to respond, please be patient (ready=0)", but I did not find any useful info.
My questions are:
1) How can I confirm that this is not a Hard Disk Drive issue (I don't think it is hard drive issue, because Windows 7 booted very very quickly, and once the Kubuntu boots hard disk works without any problems) ?
2) If it is not a hardware issue what can I do ?
3) What exactly does the above specified error in the dmesg mean ?
I can take pictures of my BIOS settings if they are helpful. Also, I can record a video of my boot process.
I hope someone can help me.
Thanks in advance!
Cheers!
I'm new here...
I have a boot problem. It takes about 3 minutes for my laptop to boot.
I have Kubuntu 14.04 LTS installed on the machine (I do not have dual boot with windows).
Machine is: Acer S3-951 (HDD: 320GB, i5 1.60GHz processor with turbo mode, 4GB RAM).
Durring installation I partitioned my hard disk like this:
- First partition is /boot and is 1024 MB large
- Second partition is swap and is 5GB large
- Third partition (rest of the disk) is the / partition
- When typing df command it looks like this:
matej@aspire-S3:~$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 301627880 9890868 276392168 4% /
none 4 0 4 0% /sys/fs/cgroup
udev 1933772 4 1933768 1% /dev
tmpfs 389732 1328 388404 1% /run
none 5120 0 5120 0% /run/lock
none 1948644 332 1948312 1% /run/shm
none 102400 20 102380 1% /run/user
/dev/sda1 967320 83132 817836 10% /boot
My BIOS settings are - disk controller - IDE (ACHI won't boot at all as far as I remember), iRST disabled, hard disk is first in boot priority list.
When I power on my laptop it shows the Acer logo for about half a minute.
Then it shows black screen for about a minute or so, and then it shows Kubuntu logo.
Previously, when I had only Windows 7 installed on the machine the logo disappeared quickly and the boot process took only 17 seconds.
I tried fixing this by Googling it, and I followed some of the solutions on these websites:
https://www.linuxquestions.org/quest...rk-4175510497/
http://www.dotkam.com/2008/08/06/spe...he-background/
http://http://www.howtogeek.com/1157...eed-up-ubuntu/
None of these links helped me.
This is what dmesg command showed after the boot:
matej@aspire-S3:~$ dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.13.0-35-generic (buildd@panlong) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 (Ubuntu 3.13.0-35.62-generic 3.13.11.6)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic root=/dev/sda5 ro quiet splash pcie_aspm=force i915.i915_enable_rc6=1 acpi_osi=Linux acpi_backlight=vendor quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000a6dbefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000a6dbf000-0x00000000a6ebefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000a6ebf000-0x00000000a6fbefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000a6fbf000-0x00000000a6ffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000a6fff000-0x00000000a6ffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000a7000000-0x00000000af9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000014fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Acer Aspire S3/Aspire S3, BIOS 1.18 02/20/2012
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x14fe00 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-E7FFF write-protect
[ 0.000000] E8000-EFFFF write-combining
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0A7000000 mask FFF000000 uncachable
[ 0.000000] 3 base 0A8000000 mask FF8000000 uncachable
[ 0.000000] 4 base 0B0000000 mask FF0000000 uncachable
[ 0.000000] 5 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 6 base 100000000 mask FC0000000 write-back
[ 0.000000] 7 base 140000000 mask FF0000000 write-back
[ 0.000000] 8 base 14FE00000 mask FFFE00000 uncachable
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xa7000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] reserving inaccessible SNB gfx pages
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01fdf000, 0x01fdffff] PGTABLE
[ 0.000000] BRK [0x01fe0000, 0x01fe0fff] PGTABLE
[ 0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x14fc00000-0x14fdfffff]
[ 0.000000] [mem 0x14fc00000-0x14fdfffff] page 2M
[ 0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x14c000000-0x14fbfffff]
[ 0.000000] [mem 0x14c000000-0x14fbfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x14bffffff]
[ 0.000000] [mem 0x100000000-0x14bffffff] page 2M
[ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xa6dbefff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xa6bfffff] page 2M
[ 0.000000] [mem 0xa6c00000-0xa6dbefff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xa6fff000-0xa6ffffff]
[ 0.000000] [mem 0xa6fff000-0xa6ffffff] page 4k
[ 0.000000] BRK [0x01fe4000, 0x01fe4fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x34b62000-0x365a8fff]
[ 0.000000] ACPI: RSDP 00000000000fe020 000024 (v02 ACRSYS)
[ 0.000000] ACPI: XSDT 00000000a6ffe120 00009C (v01 ACRSYS ACRPRDCT 00000001 01000013)
[ 0.000000] ACPI: FACP 00000000a6ffc000 0000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: DSDT 00000000a6fed000 00B218 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[ 0.000000] ACPI: FACS 00000000a6f6c000 000040
[ 0.000000] ACPI: ASF! 00000000a6ffd000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: HPET 00000000a6ffb000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: APIC 00000000a6ffa000 00008C (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: MCFG 00000000a6ff9000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: SLIC 00000000a6fec000 000176 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: WDAT 00000000a6feb000 000224 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: SSDT 00000000a6fe9000 001068 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.000000] ACPI: BOOT 00000000a6fe7000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: SSDT 00000000a6fe6000 000C61 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.000000] ACPI: SSDT 00000000a6fe5000 0006D7 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[ 0.000000] ACPI: ASPT 00000000a6fe4000 000034 (v07 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: MSDM 00000000a6fe3000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
[ 0.000000] ACPI: SSDT 00000000a6fe2000 000804 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.000000] ACPI: SSDT 00000000a6fe1000 000996 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000014fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x14fdfffff]
[ 0.000000] NODE_DATA [mem 0x14fdf8000-0x14fdfcfff]
[ 0.000000] [ffffea0000000000-ffffea00053fffff] PMD -> [ffff88014b600000-ffff88014f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x14fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0xa6dbefff]
[ 0.000000] node 0: [mem 0xa6fff000-0xa6ffffff]
[ 0.000000] node 0: [mem 0x100000000-0x14fdfffff]
[ 0.000000] On node 0 totalpages: 1010524
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 156 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10615 pages used for memmap
[ 0.000000] DMA32 zone: 679360 pages, LIFO batch:31
[ 0.000000] Normal zone: 5112 pages used for memmap
[ 0.000000] Normal zone: 327168 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, 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 high 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: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa6dbf000-0xa6ebefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa6ebf000-0xa6fbefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa6fbf000-0xa6ffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xa7000000-0xaf9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xafa00000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[ 0.000000] e820: [mem 0xafa00000-0xdfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88014fa00000 s86336 r8192 d24256 u262144
[ 0.000000] pcpu-alloc: s86336 r8192 d24256 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 994577
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.13.0-35-generic root=/dev/sda5 ro quiet splash pcie_aspm=force i915.i915_enable_rc6=1 acpi_osi=Linux acpi_backlight=vendor quiet splash vt.handoff=7
[ 0.000000] PCIe ASPM is forcibly enabled
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3867516K/4042096K available (7372K kernel code, 1144K rwdata, 3404K rodata, 1336K init, 1440K bss, 174580K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-7.
[ 0.000000] NR_IRQS:16640 nr_irqs:744 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 16252928 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.004000] tsc: Detected 1596.247 MHz processor
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.49 BogoMIPS (lpj=6384988)
[ 0.000007] pid_max: default: 32768 minimum: 301
[ 0.000038] Security Framework initialized
[ 0.000065] AppArmor: AppArmor initialized
[ 0.000067] Yama: becoming mindful.
[ 0.000522] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.001807] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.002346] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.002354] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.002627] Initializing cgroup subsys memory
[ 0.002636] Initializing cgroup subsys devices
[ 0.002638] Initializing cgroup subsys freezer
[ 0.002640] Initializing cgroup subsys blkio
[ 0.002642] Initializing cgroup subsys perf_event
[ 0.002645] Initializing cgroup subsys hugetlb
[ 0.002677] CPU: Physical Processor ID: 0
[ 0.002679] CPU: Processor Core ID: 0
[ 0.002685] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.002685] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.002688] mce: CPU supports 7 MCE banks
[ 0.002701] CPU0: Thermal monitoring handled by SMI
[ 0.002714] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[ 0.002714] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[ 0.002714] tlb_flushall_shift: 5
[ 0.002892] Freeing SMP alternatives memory: 32K (ffffffff81e6d000 - ffffffff81e75000)
[ 0.005086] ACPI: Core revision 20131115
[ 0.013767] ACPI: All ACPI Tables successfully acquired
[ 0.024463] ftrace: allocating 28537 entries in 112 pages
[ 0.046056] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.085774] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (fam: 06, model: 2a, stepping: 07)
[ 0.085785] TSC deadline timer enabled
[ 0.085800] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[ 0.085809] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[ 0.085812] ... version: 3
[ 0.085813] ... bit width: 48
[ 0.085815] ... generic registers: 4
[ 0.085817] ... value mask: 0000ffffffffffff
[ 0.085818] ... max period: 0000ffffffffffff
[ 0.085820] ... fixed-purpose events: 3
[ 0.085821] ... event mask: 000000070000000f
[ 0.088103] x86: Booting SMP configuration:
[ 0.099229] CPU1: Thermal monitoring handled by SMI
[ 0.101433] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.112515] CPU2: Thermal monitoring handled by SMI
[ 0.125787] CPU3: Thermal monitoring handled by SMI
[ 0.088106] .... node #0, CPUs: #1 #2 #3
[ 0.127899] x86: Booted up 1 node, 4 CPUs
[ 0.127903] smpboot: Total of 4 processors activated (12769.97 BogoMIPS)
[ 0.132481] devtmpfs: initialized
[ 0.135969] EVM: security.selinux
[ 0.135971] EVM: security.SMACK64
[ 0.135973] EVM: security.ima
[ 0.135974] EVM: security.capability
[ 0.136070] PM: Registering ACPI NVS region [mem 0xa6ebf000-0xa6fbefff] (1048576 bytes)
[ 0.137236] pinctrl core: initialized pinctrl subsystem
[ 0.137313] regulator-dummy: no parameters
[ 0.137349] RTC time: 12:03:15, date: 09/13/14
[ 0.137394] NET: Registered protocol family 16
[ 0.137559] cpuidle: using governor ladder
[ 0.137561] cpuidle: using governor menu
[ 0.137642] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.137645] ACPI: bus type PCI registered
[ 0.137647] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.137726] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.137729] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.164625] PCI: Using configuration type 1 for base access
[ 0.165883] bio: create slab <bio-0> at 0
[ 0.166084] ACPI: Added _OSI(Module Device)
[ 0.166087] ACPI: Added _OSI(Processor Device)
[ 0.166089] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.166091] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.166093] ACPI: Added _OSI(Linux)
[ 0.170078] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.176325] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline
[ 0.176838] ACPI: SSDT 00000000a6e70798 000727 (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
[ 0.177348] ACPI: Dynamic OEM Table Load:
[ 0.177352] ACPI: SSDT (null) 000727 (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
[ 0.180568] ACPI: SSDT 00000000a6e71a98 000303 (v01 PmRef ApIst 00003000 INTL 20100121)
[ 0.181110] ACPI: Dynamic OEM Table Load:
[ 0.181113] ACPI: SSDT (null) 000303 (v01 PmRef ApIst 00003000 INTL 20100121)
[ 0.184397] ACPI: SSDT 00000000a6e6fd98 000119 (v01 PmRef ApCst 00003000 INTL 20100121)
[ 0.184892] ACPI: Dynamic OEM Table Load:
[ 0.184895] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20100121)
[ 0.190616] ACPI: Interpreter enabled
[ 0.190626] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[ 0.190632] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[ 0.190653] ACPI: (supports S0 S3 S4 S5)
[ 0.190655] ACPI: Using IOAPIC for interrupt routing
[ 0.190688] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.191128] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[ 0.198995] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.199004] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.199049] \_SB_.PCI0:_OSC invalid UUID
[ 0.199051] _OSC request data:1 1f 0
[ 0.199056] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.199963] PCI host bridge to bus 0000:00
[ 0.199967] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.199970] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.199973] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.199976] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.199978] pci_bus 0000:00: root bus resource [mem 0xafa00000-0xfeafffff]
[ 0.199989] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.200110] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[ 0.200126] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc03fffff 64bit]
[ 0.200135] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.200141] pci 0000:00:02.0: reg 0x20: [io 0x2000-0x203f]
[ 0.200305] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.200337] pci 0000:00:16.0: reg 0x10: [mem 0xc0504000-0xc050400f 64bit]
[ 0.200442] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.200570] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.200887] pci 0000:00:1a.0: reg 0x10: [mem 0xc0508000-0xc05083ff]
[ 0.202612] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.202700] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.202753] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.202779] pci 0000:00:1b.0: reg 0x10: [mem 0xc0500000-0xc0503fff 64bit]
[ 0.202900] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.202975] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.203019] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.203158] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.203235] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.203288] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[ 0.203424] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.203502] pci 0000:00:1c.5: System wakeup disabled by ACPI
[ 0.203551] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.203849] pci 0000:00:1d.0: reg 0x10: [mem 0xc0507000-0xc05073ff]
[ 0.205583] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.205671] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.205717] pci 0000:00:1f.0: [8086:1c47] type 00 class 0x060100
[ 0.205952] pci 0000:00:1f.2: [8086:1c01] type 00 class 0x01018f
[ 0.205979] pci 0000:00:1f.2: reg 0x10: [io 0x20b8-0x20bf]
[ 0.205993] pci 0000:00:1f.2: reg 0x14: [io 0x20cc-0x20cf]
[ 0.206007] pci 0000:00:1f.2: reg 0x18: [io 0x20b0-0x20b7]
[ 0.206020] pci 0000:00:1f.2: reg 0x1c: [io 0x20c8-0x20cb]
[ 0.206034] pci 0000:00:1f.2: reg 0x20: [io 0x2090-0x209f]
[ 0.206048] pci 0000:00:1f.2: reg 0x24: [io 0x2080-0x208f]
[ 0.206203] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.206228] pci 0000:00:1f.3: reg 0x10: [mem 0xc0505000-0xc05050ff 64bit]
[ 0.206263] pci 0000:00:1f.3: reg 0x20: [io 0x2040-0x205f]
[ 0.206389] pci 0000:00:1f.5: [8086:1c09] type 00 class 0x010185
[ 0.206417] pci 0000:00:1f.5: reg 0x10: [io 0x20a8-0x20af]
[ 0.206430] pci 0000:00:1f.5: reg 0x14: [io 0x20c4-0x20c7]
[ 0.206444] pci 0000:00:1f.5: reg 0x18: [io 0x20a0-0x20a7]
[ 0.206457] pci 0000:00:1f.5: reg 0x1c: [io 0x20c0-0x20c3]
[ 0.206470] pci 0000:00:1f.5: reg 0x20: [io 0x2070-0x207f]
[ 0.206484] pci 0000:00:1f.5: reg 0x24: [io 0x2060-0x206f]
[ 0.206733] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.206893] pci 0000:02:00.0: [168c:0032] type 00 class 0x028000
[ 0.206944] pci 0000:02:00.0: reg 0x10: [mem 0xc0400000-0xc047ffff 64bit]
[ 0.207051] pci 0000:02:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
[ 0.207192] pci 0000:02:00.0: supports D1 D2
[ 0.207194] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.207258] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.212473] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 0.212494] pci 0000:00:1c.5: bridge window [mem 0xc0400000-0xc04fffff]
[ 0.213286] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.213359] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.213427] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.213496] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.213563] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.213631] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.213702] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.213770] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.214083] ACPI: Enabled 7 GPEs in block 00 to 3F
[ 0.214092] ACPI: \_SB_.PCI0: notify handler is installed
[ 0.214161] Found 1 acpi root devices
[ 0.214210] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.214331] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks= none
[ 0.214335] vgaarb: loaded
[ 0.214336] vgaarb: bridge control possible 0000:00:02.0
[ 0.214540] SCSI subsystem initialized
[ 0.214605] libata version 3.00 loaded.
[ 0.214634] ACPI: bus type USB registered
[ 0.214653] usbcore: registered new interface driver usbfs
[ 0.214662] usbcore: registered new interface driver hub
[ 0.214690] usbcore: registered new device driver usb
[ 0.214823] PCI: Using ACPI for IRQ routing
[ 0.222662] PCI: pci_cache_line_size set to 64 bytes
[ 0.222725] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.222728] e820: reserve RAM buffer [mem 0xa6dbf000-0xa7ffffff]
[ 0.222730] e820: reserve RAM buffer [mem 0xa7000000-0xa7ffffff]
[ 0.222732] e820: reserve RAM buffer [mem 0x14fe00000-0x14fffffff]
[ 0.222834] NetLabel: Initializing
[ 0.222836] NetLabel: domain hash size = 128
[ 0.222837] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.222855] NetLabel: unlabeled traffic allowed by default
[ 0.222960] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.222968] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.225015] Switched to clocksource hpet
[ 0.231109] AppArmor: AppArmor Filesystem Enabled
[ 0.231142] pnp: PnP ACPI init
[ 0.231158] ACPI: bus type PNP registered
[ 0.231233] pnp 00:00: [dma 4]
[ 0.231259] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.231286] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.231395] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.231432] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.231496] system 00:04: [io 0x0680-0x069f] has been reserved
[ 0.231499] system 00:04: [io 0x1000-0x100f] has been reserved
[ 0.231502] system 00:04: [io 0x1010-0x1013] has been reserved
[ 0.231504] system 00:04: [io 0xffff] has been reserved
[ 0.231508] system 00:04: [io 0x0400-0x0453] could not be reserved
[ 0.231511] system 00:04: [io 0x0458-0x047f] has been reserved
[ 0.231513] system 00:04: [io 0x0500-0x057f] has been reserved
[ 0.231516] system 00:04: [io 0x164e-0x164f] has been reserved
[ 0.231520] system 00:04: [mem 0xfe800000-0xfe80ffff] has been reserved
[ 0.231524] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.231554] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.231603] system 00:06: [io 0x0454-0x0457] has been reserved
[ 0.231607] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.231691] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.231728] pnp 00:08: Plug and Play ACPI device, IDs ETD0504 PNP0f0b PNP0f12 PNP0f03 PNP0f0e PNP0f13 (active)
[ 0.231888] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.231892] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.231894] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.231897] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.231900] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.231903] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.231906] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.231909] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.231912] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.231915] system 00:09: [mem 0xafa00000-0xafa00fff] has been reserved
[ 0.231918] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.232298] system 00:0a: [mem 0x20000000-0x201fffff] could not be reserved
[ 0.232301] system 00:0a: [mem 0x40000000-0x401fffff] could not be reserved
[ 0.232304] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.232328] pnp: PnP ACPI: found 11 devices
[ 0.232330] ACPI: bus type PNP unregistered
[ 0.239077] pci 0000:02:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
[ 0.239114] pci 0000:00:1c.5: BAR 15: assigned [mem 0xafb00000-0xafbfffff pref]
[ 0.239117] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.239139] pci 0000:02:00.0: BAR 6: assigned [mem 0xafb00000-0xafb0ffff pref]
[ 0.239142] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 0.239151] pci 0000:00:1c.5: bridge window [mem 0xc0400000-0xc04fffff]
[ 0.239157] pci 0000:00:1c.5: bridge window [mem 0xafb00000-0xafbfffff pref]
[ 0.239168] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.239171] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.239173] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.239176] pci_bus 0000:00: resource 7 [mem 0xafa00000-0xfeafffff]
[ 0.239179] pci_bus 0000:02: resource 1 [mem 0xc0400000-0xc04fffff]
[ 0.239181] pci_bus 0000:02: resource 2 [mem 0xafb00000-0xafbfffff pref]
[ 0.239217] NET: Registered protocol family 2
[ 0.239429] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.239551] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.239668] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.239696] TCP: reno registered
[ 0.239707] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.239732] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.239812] NET: Registered protocol family 1
[ 0.239828] pci 0000:00:02.0: Boot video device
[ 0.269206] PCI: CLS 64 bytes, default 64
[ 0.269276] Trying to unpack rootfs image as initramfs...
[ 0.911020] Freeing initrd memory: 26908K (ffff880034b62000 - ffff8800365a9000)
[ 0.911027] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.911031] software IO TLB [mem 0xa2dbf000-0xa6dbf000] (64MB) mapped at [ffff8800a2dbf000-ffff8800a6dbefff]
[ 0.911138] Simple Boot Flag at 0x44 set to 0x1
[ 0.911368] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x23
[ 0.911377] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x23
[ 0.911390] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x23
[ 0.911400] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x23
[ 0.911463] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.911465] Scanning for low memory corruption every 60 seconds
[ 0.911828] Initialise system trusted keyring
[ 0.911888] audit: initializing netlink socket (disabled)
[ 0.911901] type=2000 audit(1410609795.892:1): initialized
[ 0.950513] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.951847] zbud: loaded
[ 0.952042] VFS: Disk quotas dquot_6.5.2
[ 0.952100] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.952633] fuse init (API version 7.22)
[ 0.952727] msgmni has been set to 7606
[ 0.952798] Key type big_key registered
[ 0.953314] Key type asymmetric registered
[ 0.953318] Asymmetric key parser 'x509' registered
[ 0.953357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.953406] io scheduler noop registered
[ 0.953409] io scheduler deadline registered (default)
[ 0.953440] io scheduler cfq registered
[ 0.953915] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.953932] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.953976] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[ 0.953978] vesafb: scrolling: redraw
[ 0.953981] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.954330] vesafb: framebuffer at 0xb0000000, mapped to 0xffffc90010780000, using 3072k, total 3072k
[ 1.032040] Console: switching to colour frame buffer device 128x48
[ 1.109688] fb0: VESA VGA frame buffer device
[ 1.109711] intel_idle: MWAIT substates: 0x21120
[ 1.109713] intel_idle: v0.4 model 0x2A
[ 1.109714] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.109852] ipmi message handler version 39.2
[ 1.117847] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 1.117926] ACPI: AC Adapter [ADP1] (on-line)
[ 1.118071] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0
[ 1.118078] ACPI: Sleep Button [SLPB]
[ 1.118122] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[ 1.118151] ACPI: Lid Switch [LID0]
[ 1.118193] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 1.118196] ACPI: Power Button [PWRF]
[ 1.120005] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.120008] ACPI: Thermal Zone [TZS0] (62 C)
[ 1.120217] thermal LNXTHERM:01: registered as thermal_zone1
[ 1.120219] ACPI: Thermal Zone [TZS1] (51 C)
[ 1.120249] GHES: HEST is not enabled!
[ 1.120350] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.121113] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[ 1.121120] ACPI: Battery Slot [BAT0] (battery present)
[ 1.122334] Linux agpgart interface v0.103
[ 1.123844] brd: module loaded
[ 1.124665] loop: module loaded
[ 1.124799] ata_piix 0000:00:1f.2: version 2.13
[ 1.124920] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 1.278288] scsi0 : ata_piix
[ 1.278382] scsi1 : ata_piix
[ 1.278430] ata1: SATA max UDMA/133 cmd 0x20b8 ctl 0x20cc bmdma 0x2090 irq 19
[ 1.278436] ata2: SATA max UDMA/133 cmd 0x20b0 ctl 0x20c8 bmdma 0x2098 irq 19
[ 1.278581] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 1.434333] scsi2 : ata_piix
[ 1.434480] scsi3 : ata_piix
[ 1.434550] ata3: SATA max UDMA/133 cmd 0x20a8 ctl 0x20c4 bmdma 0x2070 irq 21
[ 1.434555] ata4: SATA max UDMA/133 cmd 0x20a0 ctl 0x20c0 bmdma 0x2078 irq 21
[ 1.434884] libphy: Fixed MDIO Bus: probed
[ 1.434982] tun: Universal TUN/TAP device driver, 1.6
[ 1.434983] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 1.435105] PPP generic driver version 2.4.2
[ 1.435223] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.435231] ehci-pci: EHCI PCI platform driver
[ 1.435378] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 1.435385] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.435404] ehci-pci 0000:00:1a.0: debug port 2
[ 1.439317] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 1.439346] ehci-pci 0000:00:1a.0: irq 16, io mem 0xc0508000
[ 1.450162] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.450249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.450252] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.450255] usb usb1: Product: EHCI Host Controller
[ 1.450257] usb usb1: Manufacturer: Linux 3.13.0-35-generic ehci_hcd
[ 1.450259] usb usb1: SerialNumber: 0000:00:1a.0
[ 1.450508] hub 1-0:1.0: USB hub found
[ 1.450520] hub 1-0:1.0: 2 ports detected
[ 1.450787] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 1.450795] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.450811] ehci-pci 0000:00:1d.0: debug port 2
[ 1.454741] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 1.454763] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc0507000
[ 1.466176] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.466295] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.466299] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.466301] usb usb2: Product: EHCI Host Controller
[ 1.466304] usb usb2: Manufacturer: Linux 3.13.0-35-generic ehci_hcd
[ 1.466306] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.466548] hub 2-0:1.0: USB hub found
[ 1.466559] hub 2-0:1.0: 2 ports detected
[ 1.466683] ehci-platform: EHCI generic platform driver
[ 1.466696] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.466697] ohci-pci: OHCI PCI platform driver
[ 1.466710] ohci-platform: OHCI generic platform driver
[ 1.466718] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.466790] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 1.469455] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.469464] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.469729] mousedev: PS/2 mouse device common for all mice
[ 1.470210] rtc_cmos 00:05: RTC can wake from S4
[ 1.470387] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 1.470421] rtc_cmos 00:05: alarms up to one month, 242 bytes nvram, hpet irqs
[ 1.470509] device-mapper: uevent: version 1.0.3
[ 1.470599] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 1.470608] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.470737] TCP: cubic registered
[ 1.470839] NET: Registered protocol family 10
[ 1.471041] NET: Registered protocol family 17
[ 1.471056] Key type dns_resolver registered
[ 1.471489] Loading compiled-in X.509 certificates
[ 1.472861] Loaded X.509 cert 'Magrathea: Glacier signing key: b1414ae96c1b0ebb7c141fa405c1f6c98e8a66f0'
[ 1.472877] registered taskstats version 1
[ 1.475513] Key type trusted registered
[ 1.477782] Key type encrypted registered
[ 1.480029] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.480034] IMA: No TPM chip found, activating TPM-bypass!
[ 1.480328] regulator-dummy: disabling
[ 1.480401] Magic number: 14:778:76
[ 1.480510] rtc_cmos 00:05: setting system clock to 2014-09-13 12:03:17 UTC (1410609797)
[ 1.481308] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.481310] EDD information not available.
[ 1.481349] PM: Hibernation image not present or could not be loaded.
[ 1.486374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 1.762393] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.765898] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.895225] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.895237] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.895654] hub 1-1:1.0: USB hub found
[ 1.895849] hub 1-1:1.0: 6 ports detected
[ 1.910565] tsc: Refined TSC clocksource calibration: 1596.375 MHz
[ 2.006693] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 2.139431] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 2.139443] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.139874] hub 2-1:1.0: USB hub found
[ 2.140046] hub 2-1:1.0: 8 ports detected
[ 2.210993] usb 1-1.2: new low-speed USB device number 3 using ehci-pci
[ 2.308587] usb 1-1.2: New USB device found, idVendor=09da, idProduct=000a
[ 2.308599] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.308605] usb 1-1.2: Product: PS/2+USB Mouse
[ 2.308609] usb 1-1.2: Manufacturer: A4Tech
[ 2.383143] usb 1-1.5: new high-speed USB device number 4 using ehci-pci
[ 2.463016] ata4: failed to resume link (SControl 0)
[ 2.474446] ata4: SATA link down (SStatus 4 SControl 0)
[ 2.532069] usb 1-1.5: New USB device found, idVendor=04f2, idProduct=b33b
[ 2.532074] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.532076] usb 1-1.5: Product: HD WebCam
[ 2.532077] usb 1-1.5: Manufacturer: SunplusIT INC.
[ 2.627177] ata1.01: failed to resume link (SControl 0)
[ 2.671390] usb 2-1.2: new high-speed USB device number 3 using ehci-pci
[ 2.769405] usb 2-1.2: New USB device found, idVendor=18a5, idProduct=0302
[ 2.769423] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.769425] usb 2-1.2: Product: STORE N GO
[ 2.769427] usb 2-1.2: Manufacturer: Verbatim
[ 2.769428] usb 2-1.2: SerialNumber: 070228E7717B9981
[ 2.783374] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.783418] ata1.01: SATA link down (SStatus 4 SControl 0)
[ 2.791844] ata1.00: ATA-8: Hitachi HTS543232A7A384, ES2OA90B, max UDMA/133
[ 2.791862] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 2.807829] ata1.00: configured for UDMA/133
[ 2.808089] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54323 ES2O PQ: 0 ANSI: 5
[ 2.808268] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.808284] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 2.808482] sd 0:0:0:0: [sda] Write Protect is off
[ 2.808494] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.808620] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.839372] usb 2-1.6: new high-speed USB device number 4 using ehci-pci
[ 2.911558] Switched to clocksource tsc
[ 2.932683] usb 2-1.6: New USB device found, idVendor=0bda, idProduct=0129
[ 2.932688] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.932690] usb 2-1.6: Product: USB2.0-CRW
[ 2.932692] usb 2-1.6: Manufacturer: Generic
[ 2.932693] usb 2-1.6: SerialNumber: 20100201396000000
[ 3.185573] sda: sda1 sda2 sda3 < sda5 >
[ 3.186468] sd 0:0:0:0: [sda] Attached SCSI disk
[ 7.122993] ata2.00: link is slow to respond, please be patient (ready=0)
[ 11.326569] ata2.00: SRST failed (errno=-16)
[ 17.167558] ata2.00: link is slow to respond, please be patient (ready=0)
[ 21.371159] ata2.00: SRST failed (errno=-16)
[ 27.212098] ata2.00: link is slow to respond, please be patient (ready=0)
[ 56.412969] ata2.00: SRST failed (errno=-16)
[ 56.412990] ata2.00: limiting SATA link speed to 1.5 Gbps
[ 56.412994] ata2.01: limiting SATA link speed to 1.5 Gbps
[ 61.469273] ata2.00: SRST failed (errno=-16)
[ 61.480756] ata2.00: reset failed, giving up
[ 61.482290] Freeing unused kernel memory: 1336K (ffffffff81d1f000 - ffffffff81e6d000)
[ 61.482292] Write protecting the kernel read-only data: 12288k
[ 61.484477] Freeing unused kernel memory: 808K (ffff880001736000 - ffff880001800000)
[ 61.486287] Freeing unused kernel memory: 692K (ffff880001b53000 - ffff880001c00000)
[ 61.507980] systemd-udevd[150]: starting version 204
[ 61.529497] [drm] Initialized drm 1.1.0 20060810
[ 61.529962] hidraw: raw HID events driver (C) Jiri Kosina
[ 61.532765] usb-storage 2-1.2:1.0: USB Mass Storage device detected
[ 61.533246] scsi4 : usb-storage 2-1.2:1.0
[ 61.533343] usbcore: registered new interface driver usb-storage
[ 61.538561] wmi: Mapper loaded
[ 61.540512] usbcore: registered new interface driver usbhid
[ 61.540516] usbhid: USB HID core driver
[ 61.561757] [drm] Memory usable by graphics device = 2048M
[ 61.561765] checking generic (b0000000 300000) vs hw (b0000000 10000000)
[ 61.561768] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[ 61.561791] Console: switching to colour dummy device 80x25
[ 61.575381] input: A4Tech PS/2+USB Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6
[ 61.575497] a4tech 0003:09DA:000A.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech PS/2+USB Mouse] on usb-0000:00:1a.0-1.2/input0
[ 61.613449] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[ 61.613468] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 61.613470] [drm] Driver supports precise vblank timestamp query.
[ 61.613535] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem: owns=io+mem
[ 61.641547] [drm] Wrong MCH_SSKPD value: 0x16040307
[ 61.641552] [drm] This can cause pipe underruns and display issues.
[ 61.641553] [drm] Please upgrade your BIOS to fix this.
[ 61.659199] fbcon: inteldrmfb (fb0) is primary device
[ 62.370907] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x461f00)
[ 62.383486] psmouse serio1: elantech: Synaptics capabilities query result 0x10, 0x13, 0x0e.
[ 62.445492] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input5
[ 62.536283] scsi 4:0:0:0: Direct-Access Verbatim STORE N GO 5.00 PQ: 0 ANSI: 4
[ 62.536636] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 62.537777] sd 4:0:0:0: [sdb] 7818432 512-byte logical blocks: (4.00 GB/3.72 GiB)
[ 62.538599] sd 4:0:0:0: [sdb] Write Protect is off
[ 62.538602] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 62.539289] sd 4:0:0:0: [sdb] No Caching mode page found
[ 62.539291] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 62.543901] sd 4:0:0:0: [sdb] No Caching mode page found
[ 62.543903] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 62.546553] sdb: sdb1
[ 62.549847] sd 4:0:0:0: [sdb] No Caching mode page found
[ 62.549850] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 62.549855] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 62.594232] Console: switching to colour frame buffer device 170x48
[ 62.597326] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 62.597328] i915 0000:00:02.0: registered panic notifier
[ 62.598803] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 62.598939] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 62.599029] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 62.862546] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 63.106933] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 63.632351] random: nonblocking pool is initialized
[ 66.384508] Adding 5000188k swap on /dev/sda2. Priority:-1 extents:1 across:5000188k FS
[ 67.599662] systemd-udevd[351]: starting version 204
[ 68.693519] lp: driver loaded but no devices found
[ 68.824392] ppdev: user-space parallel port driver
[ 70.887006] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[ 70.887016] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 70.887021] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[ 70.887026] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 70.887028] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[ 70.887033] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 70.887035] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[ 70.887040] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 70.887042] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 71.145110] mei_me 0000:00:16.0: irq 41 for MSI/MSI-X
[ 71.797874] acer_wmi: Acer Laptop ACPI-WMI Extras
[ 71.797890] acer_wmi: Function bitmap for Communication Button: 0x801
[ 71.818181] acer_wmi: Disabling ACPI video driver
[ 71.835984] input: Acer WMI hotkeys as /devices/virtual/input/input8
[ 71.836404] input: Acer BMA150 accelerometer as /devices/virtual/input/input9
[ 71.983859] cfg80211: Calling CRDA to update world regulatory domain
[ 72.371095] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
[ 72.495423] SKU: Nid=0x1d sku_cfg=0x4007992d
[ 72.495428] SKU: port_connectivity=0x1
[ 72.495430] SKU: enable_pcbeep=0x0
[ 72.495432] SKU: check_sum=0x00000007
[ 72.495434] SKU: customization=0x00000099
[ 72.495436] SKU: external_amp=0x5
[ 72.495437] SKU: platform_type=0x1
[ 72.495439] SKU: swap=0x0
[ 72.495441] SKU: override=0x1
[ 72.496049] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 72.496051] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 72.496052] hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 72.496053] mono: mono_out=0x0
[ 72.496054] inputs:
[ 72.496056] Mic=0x12
[ 72.496058] realtek: No valid SSID, checking pincfg 0x4007992d for NID 0x1d
[ 72.496059] realtek: Enabling init ASM_ID=0x992d CODEC_ID=10ec0269
[ 72.623266] Linux video capture interface: v2.00
[ 72.637457] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 72.637559] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 72.818017] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
[ 72.821512] scsi5 : SCSI emulation for RTS5139 USB card reader
[ 72.821647] usbcore: registered new interface driver rts5139
[ 72.821692] scsi 5:0:0:0: Direct-Access Generic- xD/SD/M.S. 1.00 PQ: 0 ANSI: 0 CCS
[ 72.822258] sd 5:0:0:0: Attached scsi generic sg2 type 0
[ 73.006119] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[ 73.217201] ath: phy0: ASPM enabled: 0x43
[ 73.217205] ath: EEPROM regdomain: 0x65
[ 73.217207] ath: EEPROM indicates we should expect a direct regpair map
[ 73.217209] ath: Country alpha2 being used: 00
[ 73.217211] ath: Regpair used: 0x65
[ 73.261539] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 73.261901] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffc90021500000, irq=17
[ 73.321816] uvcvideo: Found UVC 1.00 device HD WebCam (04f2:b33b)
[ 73.330273] input: HD WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input12
[ 73.330349] usbcore: registered new interface driver uvcvideo
[ 73.330351] USB Video Class driver (1.1.1)
[ 74.147798] cfg80211: World regulatory domain updated:
[ 74.147802] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 74.147804] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 74.147805] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 74.147807] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 74.147808] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 74.147810] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 74.360498] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[ 74.895293] type=1400 audit(1410609870.847:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=516 comm="apparmor_parser"
[ 74.895302] type=1400 audit(1410609870.847:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=516 comm="apparmor_parser"
[ 74.895308] type=1400 audit(1410609870.847:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=516 comm="apparmor_parser"
[ 74.895379] type=1400 audit(1410609870.847:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=447 comm="apparmor_parser"
[ 74.895387] type=1400 audit(1410609870.847:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=447 comm="apparmor_parser"
[ 74.895392] type=1400 audit(1410609870.847:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=447 comm="apparmor_parser"
[ 74.895803] type=1400 audit(1410609870.847:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=516 comm="apparmor_parser"
[ 74.895808] type=1400 audit(1410609870.847:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=516 comm="apparmor_parser"
[ 74.895887] type=1400 audit(1410609870.847:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=447 comm="apparmor_parser"
[ 74.895892] type=1400 audit(1410609870.847:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=447 comm="apparmor_parser"
[ 75.573928] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 77.663231] init: failsafe main process (713) killed by TERM signal
[ 81.393775] audit_printk_skb: 102 callbacks suppressed
[ 81.393781] type=1400 audit(1410609877.339:46): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cups-browsed" pid=988 comm="apparmor_parser"
[ 81.398921] type=1400 audit(1410609877.347:47): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=990 comm="apparmor_parser"
[ 81.398932] type=1400 audit(1410609877.347:48): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=990 comm="apparmor_parser"
[ 81.399432] type=1400 audit(1410609877.347:49): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=990 comm="apparmor_parser"
[ 85.089534] Bluetooth: Core ver 2.17
[ 85.089551] NET: Registered protocol family 31
[ 85.089552] Bluetooth: HCI device and connection manager initialized
[ 85.089562] Bluetooth: HCI socket layer initialized
[ 85.089564] Bluetooth: L2CAP socket layer initialized
[ 85.089568] Bluetooth: SCO socket layer initialized
[ 85.273243] init: cups main process (1000) killed by HUP signal
[ 85.273258] init: cups main process ended, respawning
[ 85.332246] Bluetooth: RFCOMM TTY layer initialized
[ 85.332260] Bluetooth: RFCOMM socket layer initialized
[ 85.332267] Bluetooth: RFCOMM ver 1.11
[ 85.459256] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 85.459260] Bluetooth: BNEP filters: protocol multicast
[ 85.459269] Bluetooth: BNEP socket layer initialized
[ 91.485743] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 91.488841] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 92.993823] init: samba-ad-dc main process (1121) terminated with status 1
[ 94.738801] init: plymouth-upstart-bridge main process ended, respawning
[ 94.744423] init: plymouth-upstart-bridge main process (1223) terminated with status 1
[ 94.744437] init: plymouth-upstart-bridge main process ended, respawning
[ 104.830325] init: plymouth-stop pre-start process (1840) terminated with status 1
[ 112.046874] type=1400 audit(1410609907.967:50): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2301 comm="apparmor_parser"
[ 112.046884] type=1400 audit(1410609907.967:51): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2301 comm="apparmor_parser"
[ 112.047383] type=1400 audit(1410609907.967:52): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2301 comm="apparmor_parser"
[ 167.060212] wlan0: authenticate with 00:26:91:f9:c1:38
[ 167.084497] wlan0: send auth to 00:26:91:f9:c1:38 (try 1/3)
[ 167.086427] wlan0: authenticated
[ 167.087155] wlan0: associate with 00:26:91:f9:c1:38 (try 1/3)
[ 167.089931] wlan0: RX AssocResp from 00:26:91:f9:c1:38 (capab=0x431 status=0 aid=6)
[ 167.090138] wlan0: associated
[ 167.090147] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
matej@aspire-S3:~$
And also, here is my bootchart image (the full sized png):
http://i.imgur.com/Iq5q3X9.png
I don't know how to read the bootchart, but in dmesg it is clear that the problem is somewhere in these lines:
[ 3.186468] sd 0:0:0:0: [sda] Attached SCSI disk
[ 7.122993] ata2.00: link is slow to respond, please be patient (ready=0)
[ 11.326569] ata2.00: SRST failed (errno=-16)
[ 17.167558] ata2.00: link is slow to respond, please be patient (ready=0)
[ 21.371159] ata2.00: SRST failed (errno=-16)
[ 27.212098] ata2.00: link is slow to respond, please be patient (ready=0)
[ 56.412969] ata2.00: SRST failed (errno=-16)
[ 56.412990] ata2.00: limiting SATA link speed to 1.5 Gbps
I Googled the "ata2.00: SRST failed (errno=-16)" error, and "ata2.00: link is slow to respond, please be patient (ready=0)", but I did not find any useful info.
My questions are:
1) How can I confirm that this is not a Hard Disk Drive issue (I don't think it is hard drive issue, because Windows 7 booted very very quickly, and once the Kubuntu boots hard disk works without any problems) ?
2) If it is not a hardware issue what can I do ?
3) What exactly does the above specified error in the dmesg mean ?
I can take pictures of my BIOS settings if they are helpful. Also, I can record a video of my boot process.
I hope someone can help me.
Thanks in advance!
Cheers!
Comment