[SOLVED] rEfInd Started Hanging on Boot

I have my computer set up to dual boot Arch and Windows 8 using EFISTUB and rEFIfind as described in the beginners' guide. This had been functioning well for the last month or two but this morning I found that the computer would just hang after printing out:
Starting vmlinuz-arch.efi
Using load options 'root=/dev/sda7 ro rootfstype=ext4 systemd.unit=graphical.target'
The only thing that I've done since my last Arch boot is to install and run DiskInternals Linux Reader 1.6.4.0 on my Windows partition. I needed to grab a file from the Arch ext4 root partition and didn't think that a read operation could result in any corruption. I can still run this program in Windows and everything appears to be in order on the ext4 partition so I'm not entirely sure if this is related.
I did forget to set up systemd to copy over '/boot/vmlinuz-linux', '/boot/initramfs-linux.img', and '/boot/initramfs-linux-fallback.img' to the efi partition when they change which I thought might have caused this problem. I did this manually from Windows however and it had no impact on the behavior. If anybody could point me in the right direction here I would really appreciate it.
My refind_linux.conf contents are the following:
"Boot to X" "root=/dev/sda7 ro rootfstype=ext4 systemd.unit=graphical.target"
"Boot to console" "root=/dev/sda7 ro rootfstype=ext4 systemd.unit=multi-user.target"
Last edited by neon (2013-02-21 21:49:56)

neon wrote:
Last night I updated all of the packages on my system and this issue returned. I tried doing the fsck again (it said it was clean) but it made no difference. I also tried copying the necessary files from /boot to the EFI partition by hand and this all made no difference. When I updated the system the kernel was updated to 3.7.9-1.
Anybody have any other ideas for what I could try?
Try reverting to kernel 3.7.7. There are some as-yet-mysterious glitches involving booting via EFI with Arch kernels 3.7.8, 3.7.9, and possibly some other releases of the 3.7.x series. The EFI problem doesn't seem to affect Arch kernel 3.7.7, though.
If you want to read about the problems -- and possibly get further confused! -- you could take a look at this thread.
Either way, I don't believe your problem is related to filesystem errors, which is what fsck addresses.
Last edited by dhave (2013-02-21 19:01:27)

Similar Messages

  • [SOLVED] New installation hangs on boot at two different places

    Hello
    I recently made my another attempt at installing arch on a new desktop build. Previous successful attempts were old laptops.
    I followed the Beginner's Guide on the Arch wiki.
    Currently it stops at one of two places in the boot process:
    1. [ OK ] Found device Samsung_SSD_850_EVO_500GB BOOTARCH
        Starting File System Check on /dev/sdb6…
    2.  [ OK ] Started Journal Service
        [ OK ] Started udev Kernel Device Manager
    I can not consistently recreate either scenario, but it seems to be random which of the two places it stops. Cold boot and CTRL ALT Delete. I doubt that has anything to do with it, but thought I'd add it anyway.
    Current setup:
    Hardware:
    Motherboard - ASUS Z97 Pro (using ethernet adapter and sound on here)
    Processor - Intel 4790K
    Memory - 16 GB
    Graphics - Gigabyte G1 Nvidia GTX 970 SLI x2
    Storage - Samsung 850 SSD 500 GB and WD Black HDD 3 TB
    I've also configured it to use a static IP
    I started this journey by using the live Gparted CD to create partitions. I created two partitions on the SSD. One for windows 8.1 and one for linux. I then created two partitions on the HDD. One for windows, one for linux.
    I installed windows 8.1 first. It divided up the partition I gave it. I am able to run Windows. Once that was done I began installing Arch.
    I used the Feb 2015 ISO from the torrent.
    Current partition scheme for linux:
    sda1 /home
    sda3 /swap
    sda4 /var
    sdb1 /
    sdb6 /boot
    sda is the HDD and sdb is the SSD
    The other partitions not listed are for windows. To boot into windows, I use F8 to choose the windows boot manager partition. It currently defaults to the linux partition.
    During the install, I mounted the root partition first. I then created directories for each of the other partitions and then mounted them. Home, var, and root are all ext4. Boot is FAT32, and Swap is swap.
    I read where I made a couple of mistakes the first attempt on this computer and did a wipe and reinstall again. First mistake was not knowing that /boot needed to be FAT. I then learned that /swap does not need to be in the fstab. I also learned that a FAT partition can not use UUID in the fstab so I took that out and just used /dev/sdb6 instead.
    I have run out of things to search for at this point and need help to continue moving forward.
    Bellow is the current /etc/fstab. It was generated using
    genfstab -U -p /mnt >> /mnt/etc/fstab
    and then edited as noted above
    #/dev/sdb1 LABEL=archroot
    UUID=xxxxxxxxxxxxxxx / ext4 rw,relatime,data=ordered 0 1
    #/dev/sdb6 LABEL=BOOTARCH
    #UUID=xxxxxxxxx
    /dev/sdb6 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    # /dev/sda1 LABEL=linux\134x20home
    UUID=xxxxxxxx /home ext4 rw,relatime,data=ordered 0 2
    #/dev/sda4 LABEL=archvar
    UUID=xxxxxxxxxx /var ext4 rw,relatime,data=ordered 0 2
    #/dev/sda3
    #UUID=xxxxxxxxxxxxxx none swap defaults 0 0
    Thanks for any help that can be provided
    Jason
    Last edited by p2ranger (2015-02-14 22:20:14)

    I tried removing gummiboot and installed GRUB2. That didn't work.
    As to the UUID's, I just typed in xxxxx's for the post because I didn't feel like transcribing random letters and numbers.
    So after reading Head_on_a_Stick's suggestion, I redid my partitions and reinstalled arch again following the Beginner's wiki page and using gummiboot
    New Partitions are as follows:
    sda1  /home
    sda3  /swap
    sda4  /var
    sdb1  /
    sdb3  /boot (originally created from windows install)
    Also, I took a screenshot from Gparted of the two disks if there is any info on there that may be of use
    http://cotting.us/gparted-sda.jpg
    http://cotting.us/gparted-sdb.jpg
    Below is the contents and output requested
    arch.conf
    title Arch Linux
    linux /vmlinuz-linux
    initrd /initramfs-linux.img
    options root=/dev/sdb1 rw
    loader.conf
    timeout5
    #default 875966af283d44de9e754c1d68848eab-*
    default arch
    gdisk -l /dev/sda
    GPT fdisk (gdisk) version 0.8.10
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sda: 5860533168 sectors, 2.7 Tib
    Logical sector size: 512 bytes
    Disk identifier (GUID): E11d436B-ED6D-47AD-BCD0-F04384ED50B8
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 5860533134
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2925 sectors (1.4 MiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 45672447 21.8GiB 8300
    2 2871662592 5860532223 1.4 TiB 0700
    3 2854432768 2871662591 8.2 GiB 8200
    4 45672448 285443277 1.3 TiB 8300
    gdisk -l /dev/sdb
    GPT fdisk (gdisk) version 0.8.10
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sda: 5860533168 sectors, 465.8 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): DA9A6AF9-066B-4C1A-8778-93CCE5A68D97
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 976773134
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2029 sectors (1014.5 KiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 410247167 195.6 GiB 8300
    2 410247168 410861567 300.0 MiB 2700 Basic data partition
    3 410861568 411066367 100.0 MiB EF00 EFI system partition
    4 411066368 411328511 128.0 MiB 0C01 Microsoft reserved …
    5 411328512 976773119 269.6 GiB 0700 Basic data partition
    lsblk -f
    sda
    -sda1 /home
    -sda2
    -sda3 [SWAP]
    -sda4 /var
    sdb
    -sdb1 /
    -sdb2
    -sdb3 /boot
    -sdb4
    -sdb5
    sdd
    -sdd1
    -sdd2
    sr0
    loop0
    loop1
    -arch_airootfs /etc/resolv.conf
    loop2
    -arch_airootfs /etc/resolv.conf
    Since my fstab is changed, here is the new one
    # /dev/sdb1 LABEL=archroot
    UUID=xxxxxxxxxxxxxxxxxx / ext4 rw,relatime,data=ordered 0 1
    # /dev/sdb3
    #UUID=xxxxxxxx
    /dev/sdb3 /boot vfat rw,relatime,fmask=0022,dmask=0022, codepage=437,iocharset=iso8859-1, shortname=mixed, errors=remount-ro 0 2
    # /dev/sda1 LABEL=archvar
    UUID=xxxxxxxxxxxxxxxxxx /home ext4 rw,relatime,data=ordered 0 2
    # /dev/sda4 LABEL=archome
    UUID=xxxxxxxxxxxxxxxxx /var ext4 rw,relatime,data=ordered 0 2
    # /dev/sda3
    #UUID=xxxxxxxxxxxxxxx none swap defaults 0 0
    After another install, it still hangs on booting. Here are some of the last lines it displays:
    ( OK ) Started create system users
    Starting Create static device nodes in /dev...
    ( OK ) Started Journal service.
    ( OK ) Started create static device nodes in /dev.
    ( OK ) Reached target Local File systems (Pre).
    ( OK ) Started Rebuild hardware database
    Starting udev Kernel Device Manager....
    ( OK ) Started Rebuild Dynamic linker cache
    ( OK ) Started udev Kernel Device Manager
    I’m glad people like my setup. I spent a lot of time reading and comparing before I came up with what I bought.
    Thanks for your help
    Jason
    Last edited by p2ranger (2015-02-13 23:52:29)

  • [~SOLVED] 1 min hang during boot while mounting xfs partitions (LVM)

    Hi all,
    After the upgrade I did yesterday (which included linux-3.12.8-1 and lvm2), the boot time has increased by 1 minute as the system hangs while mounting two partitions formatted as xfs and residing on logical volumes.
    $ systemd-analyze blame
    1min 13.676s home-VDP76-videos.mount
    1min 13.111s home-VDP76-VBox_VMs.mount
    2.980s [email protected]
    I have the fsck hook as second-to-last entry in my mkinitcpio.conf, but the fstab entries for these partitions include
    ... xfs defaults 0 0
    so, as far as I undertstand, the partitions should not be checked, am I missing something!?
    I have googled for similar issues but I did not find anything useful, any suggestion would be greatly appreciated.
    Thanks
    edit: I blame the check disk because of what reported on the system journal (note the time stamps):
    Jan 23 00:10:37 ArchTP kernel: psmouse serio5: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    Jan 23 00:10:39 ArchTP kernel: psmouse serio5: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Jan 23 00:10:40 ArchTP kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio4/serio5/input/input25
    Jan 23 00:11:47 ArchTP systemd[1]: Mounted /home/VDP76/VBox_VMs.
    Jan 23 00:11:47 ArchTP kernel: XFS (dm-4): Ending clean mount
    Jan 23 00:11:47 ArchTP kernel: XFS (dm-3): Ending clean mount
    Jan 23 00:11:47 ArchTP systemd[1]: Mounted /home/VDP76/videos.
    Jan 23 00:11:47 ArchTP systemd[1]: Starting Local File Systems.
    Jan 23 00:11:47 ArchTP systemd[1]: Reached target Local File Systems.
    I should also add that the involved partitions are ~20 Gb each and quite full...
    edit2: I have freed up almost all space on the video partition and the time for mounting those partitions has now decreased to 8 sec...I will mark the thread as solved, but I still would appreciate an input on the reasons why the partitions are checked regardless of the fstab setting, for example, is this pertinent!?
    dumpe2fs -h /dev/mapper/waldorf-video | grep -i 'mount count'
    dumpe2fs 1.42.8 (20-Jun-2013)
    dumpe2fs: Bad magic number in super-block while trying to open /dev/mapper/waldorf-video
    Last edited by VDP76 (2014-01-22 23:38:25)

    WonderWoofy wrote:I don't think that the fsck.xfs is really a fsck at all.  It is there for compatibility purposes, and a real check can be done with xfs_check and xfs_repair.  So the fsck.xfs will just always give an exit status of zero.
    exactly..in fact the man page says
    fsck.xfs(8) wrote:fsck.xfs - do nothing, successfully
    so fsck.xfs simply exits with a zero exit status.
    running xfs_check gives
    xfs_check is deprecated and scheduled for removal in June 2014.
    Please use xfs_repair -n <dev> instead.
    and xfs_repair does not find errors on both partitions.
    Still, I do not understand how nothing being done can take up so much time.
    By the way, a short S.M.A.R.T. self-test did not report errors...
    In the meanwhile, there has been another kernel upgrade and the timing issue persists, so I am assuming it has something to do with the last lvm2 upgrade.

  • [Solved/Broken DPM] Hang at boot when switching modes with radeon

    When I tried to boot into Arch about a week ago after cleaning some dust out of my case I was met with a nasty surprise, it wouldn't boot properly! Once my system got to the point where it would usually change resolutions (KMS kicks in) my displays (1 DVI, 1 DVI -> VGA) would just shut off (presumably not getting any signal from my GPU a Radeon 5770) and either my keyboards lights (caps/scroll/num) would either be stuck on or be able to be toggled but I don't believe anything was happening in the boot process.
    Now me being the inquisitive kind of guy I decided I would be right on the case and ignore Arch until I got bored. I tried out an old Ubuntu 12.04 based distro and everything worked fine, but that's no way to live so I decided to install Debian testing. The install went fine, everything was happy, and I even made it to a tty! But during the boot I noticed a message saying I didn't have the non-free firmware I'd need for my GPU, so I installed that and rebooted.
    Much to my pleasure the same issue didn't happen! Instead of only (presumably) locking up my GPU fans were going very fast and loud blowing a bit of extra dust out of my case for me. How convenient! At this point I decided the problem was probably the fault of the firmware, but why did it just start happening now? Perhaps I updated my system before I opened it up; I don't remember if that is the case or not however.
    Anyways, Debian testing was a bust so I decided I'd reinstall Arch, so I booted up my trusty flash drive and.... the same thing happened. While I considered the possibility of hardware failure, Windows works the same as it always has and the old distro didn't have any issues aside from generally being old and terrible and my computer is yet to catch on fire. I also ran a small memory test to make sure everything seemed normal enough.
    tl;dr Boot fails when KMS initiates (?) / Hardware seems fine / Maybe a problem with new kernel or firmware
    Anyone else have issues or a solution?
    EDIT: Disabling DPM fixed my issues, but of course I don't have dpm now
    Last edited by jmad980 (2014-07-28 10:07:25)

    You can try building the kernel from git. There is an AUR package.
    Or try the drm-fixes-3.16 branch from git://people.freedesktop.org/~agd5f/linux (http://cgit.freedesktop.org/~agd5f/linux/)
    For me (HD6870) it fixes the power management. But i had other symptoms: https://bugzilla.kernel.org/show_bug.cgi?id=68571

  • Hang at boot with rEFInd

    After last kernel update (using all testing repos) I rebooted my notebook and -> CRACK... rEFInd let me choose between windows 8 and Arch as usual but if I choose Arch it will display only kernel boot line and then it hangs... why that happens?
    my configuration has refind 0.6.7-1 so I haven't created arch folder in /boot/efi/EFI/ but left kernel and initramfs in /boot and I put refind_linux.conf in /boot.. in /boot/efi/EFI I copied tools/drivers_x64 folder from /usr/lib/refind for ext4 driver...
    some configs file:
    /boot/refind_linux.conf
    "Boot with defaults" "root=PARTUUID=d464040b-4ac6-458e-bcd4-245d05944d47 rootfstype=ext4 ro add_efi_memmap systemd.unit=graphical.target"
    "Boot to terminal" "root=PARTUUID=d464040b-4ac6-458e-bcd4-245d05944d47 rootfstype=ext4 ro add_efi_memmap systemd.unit=multi-user.target"
    /boot/efi/EFI/refind/refind.conf (without comments)
    timeout 5
    scan_driver_dirs EFI/tools/drivers_x64,drivers_x64
    scan_all_linux_kernels
    if other informations are needed tell me, I will add them
    ps: I mount /dev/sda1 (UEFI partition) in /boot/efi... in your opinion is it better if I mount it in /boot ???

    My full steps were:
    mkdir -p /boot/efi/EFI/refind/
    cp /usr/lib/refind/refind_x64.efi /boot/efi/EFI/refind/
    cp /usr/lib/refind/config/refind.conf /boot/efi/EFI/refind/
    cp -r /usr/share/refind/icons /boot/efi/EFI/refind/
    cp /usr/lib/refind/config/refind_linux.conf /boot/
    mkdir -p /boot/efi/EFI/tools/
    cp -r /usr/lib/refind/drivers_x64 /boot/efi/EFI/tools/
    Edited refind_linux.conf only by adding partuuid and rootfstype.
    Edited refind.conf whith scan_driver_dirs EFI/tools/drivers_x64

  • [Solved] Laptop hangs at boot.

    Hi,
    Since today, my laptop hangs at boot (after I input my password for disk encryption). If I boot without 'quiet' the last message is "Started LVM2 PV scan on device 254:0" as well as some messages about Bluetooth. After these, simply nothing happens.
    The last change I made to my system before this problem started to occur was to patch xf86-input-synaptics with this patch for palm detection: https://gist.github.com/silverhammermba … caa63c86f1 I'm not sure if this is related, but I can't think of anything else I changed.
    Is there a way I can at least get a shell so I can view dmesg output or try to revert to the default synaptics driver?
    Regards,
    wo0p
    Last edited by wo0p (2015-06-19 21:06:53)

    Thanks, I managed to get to a shell using CTRL + ALT + F2. I was certain I tried that, but I might have been hitting CTRL + ALT + 2 the whole time, quite embarrassing...
    Can I just revert to the repository version of xf86-input-synaptics by removing it with pacman -R and then reinstalling with pacman -S ? If so, this doesn't fix my problem.
    I looked through dmesg and the journal but couldn't see any errors. Is there something I missed?
    EDIT: Thanks for the help, I think the problem was that installing the package had created a config (with .pacnew) in the /etc/X11/xorg.conf.d/ directory which caused the problems.
    I would still like to know if I can revert to the repository version of a package in the way I outlined above though.
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 4.0.5-1-ARCH (builduser@tobias) (gcc version 5.1.0 (GCC) ) #1 SMP PREEMPT Sat Jun 6 18:37:49 CEST 2015
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=abe988d4-2da5-481b-a713-939e77dfb317 rw cryptdevice=/dev/sda3:luks:allow-discards quiet i915.enable_execlists=0
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c71d9fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c71da000-0x00000000c7541fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c7542000-0x00000000caa82fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000caa83000-0x00000000caae1fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000caae2000-0x00000000cb2e3fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cb2e4000-0x00000000cc46bfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cc46c000-0x00000000ccee4fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ccee5000-0x00000000ccffefff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000ccfff000-0x00000000ccffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cd800000-0x00000000cfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022effffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.40 by American Megatrends
    [ 0.000000] efi: ACPI=0xcb6e8000 ACPI 2.0=0xcb6e8000 SMBIOS=0xcce2d998
    [ 0.000000] efi: mem00: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000058000) (0MB)
    [ 0.000000] efi: mem01: [Reserved | | | | | |WB|WT|WC|UC] range=[0x0000000000058000-0x0000000000059000) (0MB)
    [ 0.000000] efi: mem02: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000059000-0x000000000009e000) (0MB)
    [ 0.000000] efi: mem03: [Reserved | | | | | |WB|WT|WC|UC] range=[0x000000000009e000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem04: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x0000000000f29000) (14MB)
    [ 0.000000] efi: mem05: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000f29000-0x0000000010000000) (240MB)
    [ 0.000000] efi: mem06: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x0000000010000000-0x000000001000b000) (0MB)
    [ 0.000000] efi: mem07: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000001000b000-0x000000003675a000) (615MB)
    [ 0.000000] efi: mem08: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000003675a000-0x00000000373a5000) (12MB)
    [ 0.000000] efi: mem09: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000373a5000-0x000000008da14000) (1382MB)
    [ 0.000000] efi: mem10: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000008da14000-0x00000000bf558000) (795MB)
    [ 0.000000] efi: mem11: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf558000-0x00000000bf598000) (0MB)
    [ 0.000000] efi: mem12: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bf598000-0x00000000c62f8000) (109MB)
    [ 0.000000] efi: mem13: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x00000000c62f8000-0x00000000c6316000) (0MB)
    [ 0.000000] efi: mem14: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c6316000-0x00000000c71da000) (14MB)
    [ 0.000000] efi: mem15: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000c71da000-0x00000000c7542000) (3MB)
    [ 0.000000] efi: mem16: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c7542000-0x00000000c7548000) (0MB)
    [ 0.000000] efi: mem17: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c7548000-0x00000000c8419000) (14MB)
    [ 0.000000] efi: mem18: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c8419000-0x00000000ca483000) (32MB)
    [ 0.000000] efi: mem19: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ca483000-0x00000000ca7de000) (3MB)
    [ 0.000000] efi: mem20: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000ca7de000-0x00000000caa83000) (2MB)
    [ 0.000000] efi: mem21: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000caa83000-0x00000000caae2000) (0MB)
    [ 0.000000] efi: mem22: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000caae2000-0x00000000cb2da000) (7MB)
    [ 0.000000] efi: mem23: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000cb2da000-0x00000000cb2e4000) (0MB)
    [ 0.000000] efi: mem24: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000cb2e4000-0x00000000cc46c000) (17MB)
    [ 0.000000] efi: mem25: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000cc46c000-0x00000000ccee5000) (10MB)
    [ 0.000000] efi: mem26: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000ccee5000-0x00000000ccfff000) (1MB)
    [ 0.000000] efi: mem27: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ccfff000-0x00000000cd000000) (0MB)
    [ 0.000000] efi: mem28: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x000000022f000000) (4848MB)
    [ 0.000000] efi: mem29: [Reserved | | | | | | | | | ] range=[0x00000000cd800000-0x00000000d0000000) (40MB)
    [ 0.000000] efi: mem30: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    [ 0.000000] efi: mem31: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem32: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem33: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem34: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem35: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: ASUSTeK COMPUTER INC. UX303LNB/UX303LNB, BIOS UX303LNB.203 12/10/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x22f000 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-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7F80000000 write-back
    [ 0.000000] 1 base 0080000000 mask 7FC0000000 write-back
    [ 0.000000] 2 base 00C0000000 mask 7FF8000000 write-back
    [ 0.000000] 3 base 00C8000000 mask 7FFC000000 write-back
    [ 0.000000] 4 base 00CC000000 mask 7FFF000000 write-back
    [ 0.000000] 5 base 0100000000 mask 7F00000000 write-back
    [ 0.000000] 6 base 0200000000 mask 7FC0000000 write-back
    [ 0.000000] 7 base 0230000000 mask 7FF0000000 uncachable
    [ 0.000000] 8 base 022F000000 mask 7FFF000000 uncachable
    [ 0.000000] 9 disabled
    [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    [ 0.000000] e820: update [mem 0xcd000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcd000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b1d000, 0x01b1dfff] PGTABLE
    [ 0.000000] BRK [0x01b1e000, 0x01b1efff] PGTABLE
    [ 0.000000] BRK [0x01b1f000, 0x01b1ffff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x22ee00000-0x22effffff]
    [ 0.000000] [mem 0x22ee00000-0x22effffff] page 2M
    [ 0.000000] BRK [0x01b20000, 0x01b20fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x220000000-0x22edfffff]
    [ 0.000000] [mem 0x220000000-0x22edfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21fffffff]
    [ 0.000000] [mem 0x200000000-0x21fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xc71d9fff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xc6ffffff] page 2M
    [ 0.000000] [mem 0xc7000000-0xc71d9fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xc7542000-0xcaa82fff]
    [ 0.000000] [mem 0xc7542000-0xc75fffff] page 4k
    [ 0.000000] [mem 0xc7600000-0xca9fffff] page 2M
    [ 0.000000] [mem 0xcaa00000-0xcaa82fff] page 4k
    [ 0.000000] BRK [0x01b21000, 0x01b21fff] PGTABLE
    [ 0.000000] BRK [0x01b22000, 0x01b22fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xcaae2000-0xcb2e3fff]
    [ 0.000000] [mem 0xcaae2000-0xcabfffff] page 4k
    [ 0.000000] [mem 0xcac00000-0xcb1fffff] page 2M
    [ 0.000000] [mem 0xcb200000-0xcb2e3fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xccfff000-0xccffffff]
    [ 0.000000] [mem 0xccfff000-0xccffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x3675a000-0x373a4fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000CB6E8000 000024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 0x00000000CB6E80B0 0000DC (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000CB701590 00010C (v05 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000CB6E8218 019372 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
    [ 0.000000] ACPI: FACS 0x00000000CC469F80 000040
    [ 0.000000] ACPI: APIC 0x00000000CB7016A0 000084 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000CB701728 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FIDT 0x00000000CB701770 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: ECDT 0x00000000CB701810 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: MCFG 0x00000000CB7018D8 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000CB701918 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000CB701950 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: UEFI 0x00000000CB701C68 000042 (v01 00000000 00000000)
    [ 0.000000] ACPI: SSDT 0x00000000CB701CB0 000C7D (v02 Ther_R Ther_Rvp 00001000 INTL 20120913)
    [ 0.000000] ACPI: ASF! 0x00000000CB702930 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
    [ 0.000000] ACPI: SSDT 0x00000000CB7029D0 000539 (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB702F10 000B74 (v02 CpuRef CpuSsdt 00003000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB703A88 003245 (v02 DptfTa DptfTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB706CD0 000394 (v02 CppcTa CppcTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: PCCT 0x00000000CB707068 00006E (v05 PcctTa PcctTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB7070D8 000AC4 (v02 Cpc_Ta Cpc_Tabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB707BA0 006622 (v02 SaSsdt SaSsdt 00003000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB70E1C8 0006CE (v02 SgRef SgPch 00001000 INTL 20120913)
    [ 0.000000] ACPI: DMAR 0x00000000CB70E898 0000A8 (v01 INTEL BDW 00000001 INTL 00000001)
    [ 0.000000] ACPI: BGRT 0x00000000CB70E940 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: SSDT 0x00000000CB70E978 001914 (v01 OptRef OptTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: MSDM 0x00000000CAAE0E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022effffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x22eff8000-0x22effbfff]
    [ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880226600000-ffff88022e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
    [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
    [ 0.000000] Normal [mem 0x0000000100000000-0x000000022effffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
    [ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009dfff]
    [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000c71d9fff]
    [ 0.000000] node 0: [mem 0x00000000c7542000-0x00000000caa82fff]
    [ 0.000000] node 0: [mem 0x00000000caae2000-0x00000000cb2e3fff]
    [ 0.000000] node 0: [mem 0x00000000ccfff000-0x00000000ccffffff]
    [ 0.000000] node 0: [mem 0x0000000100000000-0x000000022effffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022effffff]
    [ 0.000000] On node 0 totalpages: 2072250
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 22 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12925 pages used for memmap
    [ 0.000000] DMA32 zone: 827166 pages, LIFO batch:31
    [ 0.000000] Normal zone: 19392 pages used for memmap
    [ 0.000000] Normal zone: 1241088 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xce000000-0xcfffffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 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[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high res lint[0x24])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] low dfl lint[0x48])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] low res lint[0x49])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] low dfl lint[0x4c])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc71da000-0xc7541fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcaa83000-0xcaae1fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb2e4000-0xcc46bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcc46c000-0xccee4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xccee5000-0xccffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcd000000-0xcd7fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcd800000-0xcfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-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-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xd0000000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 31 pages/cpu @ffff88022ec00000 s86232 r8192 d32552 u524288
    [ 0.000000] pcpu-alloc: s86232 r8192 d32552 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2039847
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=abe988d4-2da5-481b-a713-939e77dfb317 rw cryptdevice=/dev/sda3:luks:allow-discards quiet i915.enable_execlists=0
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: 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: 8015668K/8289000K available (5629K kernel code, 840K rwdata, 1784K rodata, 1160K init, 1152K bss, 273332K reserved, 0K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:728 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] tsc: Detected 2394.256 MHz processor
    [ 0.000023] Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.03 BogoMIPS (lpj=7980853)
    [ 0.000025] pid_max: default: 32768 minimum: 301
    [ 0.000029] ACPI: Core revision 20150204
    [ 0.026322] ACPI: All ACPI Tables successfully acquired
    [ 0.028669] Security Framework initialized
    [ 0.028673] Yama: becoming mindful.
    [ 0.029045] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.030311] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.030856] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.030863] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.031022] Initializing cgroup subsys blkio
    [ 0.031024] Initializing cgroup subsys memory
    [ 0.031029] Initializing cgroup subsys devices
    [ 0.031030] Initializing cgroup subsys freezer
    [ 0.031032] Initializing cgroup subsys net_cls
    [ 0.031051] CPU: Physical Processor ID: 0
    [ 0.031051] CPU: Processor Core ID: 0
    [ 0.031056] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.031056] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.031963] mce: CPU supports 7 MCE banks
    [ 0.031974] CPU0: Thermal monitoring enabled (TM1)
    [ 0.032002] process: using mwait in idle threads
    [ 0.032005] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
    [ 0.032006] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
    [ 0.032281] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [ 0.033915] ftrace: allocating 21316 entries in 84 pages
    [ 0.041185] dmar: Host address width 39
    [ 0.041187] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.041194] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e
    [ 0.041195] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.041199] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
    [ 0.041199] dmar: RMRR base: 0x000000cce3e000 end: 0x000000cce4cfff
    [ 0.041200] dmar: RMRR base: 0x000000cd800000 end: 0x000000cfffffff
    [ 0.041202] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
    [ 0.041203] HPET id 0 under DRHD base 0xfed91000
    [ 0.041484] Your BIOS is broken and requested that x2apic be disabled.
    This will slightly decrease performance.
    Use 'intremap=no_x2apic_optout' to override BIOS request.
    [ 0.041495] Enabled IRQ remapping in xapic mode
    [ 0.041496] x2apic: IRQ remapping doesn't support X2APIC mode
    [ 0.042099] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.075131] TSC deadline timer enabled
    [ 0.075133] smpboot: CPU0: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz (fam: 06, model: 3d, stepping: 04)
    [ 0.075153] Performance Events: PEBS fmt2+, generic architected perfmon, full-width counters, Intel PMU driver.
    [ 0.075157] ... version: 3
    [ 0.075158] ... bit width: 48
    [ 0.075159] ... generic registers: 4
    [ 0.075159] ... value mask: 0000ffffffffffff
    [ 0.075160] ... max period: 0000ffffffffffff
    [ 0.075161] ... fixed-purpose events: 3
    [ 0.075161] ... event mask: 000000070000000f
    [ 0.095289] x86: Booting SMP configuration:
    [ 0.095291] .... node #0, CPUs: #1
    [ 0.109467] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.116159] #2 #3
    [ 0.150974] x86: Booted up 1 node, 4 CPUs
    [ 0.150977] smpboot: Total of 4 processors activated (19161.13 BogoMIPS)
    [ 0.154621] devtmpfs: initialized
    [ 0.156400] PM: Registering ACPI NVS region [mem 0xcb2e4000-0xcc46bfff] (18382848 bytes)
    [ 0.156672] pinctrl core: initialized pinctrl subsystem
    [ 0.156705] RTC time: 20:30:15, date: 06/19/15
    [ 0.156793] NET: Registered protocol family 16
    [ 0.167829] cpuidle: using governor ladder
    [ 0.181188] cpuidle: using governor menu
    [ 0.181212] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.181214] ACPI: bus type PCI registered
    [ 0.181215] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.181275] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.181277] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.181347] PCI: Using configuration type 1 for base access
    [ 0.194800] ACPI: Added _OSI(Module Device)
    [ 0.194802] ACPI: Added _OSI(Processor Device)
    [ 0.194803] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.194804] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.197821] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.200562] ACPI: Executed 8 blocks of module-level executable AML code
    [ 0.206934] ACPI: Dynamic OEM Table Load:
    [ 0.206939] ACPI: SSDT 0xFFFF880224F79000 0003D3 (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
    [ 0.207792] ACPI: Dynamic OEM Table Load:
    [ 0.207796] ACPI: SSDT 0xFFFF880224EFA000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913)
    [ 0.208691] ACPI: Dynamic OEM Table Load:
    [ 0.208695] ACPI: SSDT 0xFFFF880224F59800 000119 (v02 PmRef ApCst 00003000 INTL 20120913)
    [ 0.210219] ACPI: Interpreter enabled
    [ 0.210227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150204/hwxface-580)
    [ 0.210234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
    [ 0.210245] ACPI: (supports S0 S3 S4 S5)
    [ 0.210246] ACPI: Using IOAPIC for interrupt routing
    [ 0.210268] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.212136] ACPI: Power Resource [PG00] (on)
    [ 0.212420] ACPI: Power Resource [PG01] (on)
    [ 0.212693] ACPI: Power Resource [PG02] (on)
    [ 0.213679] ACPI: Power Resource [PC05] (on)
    [ 0.220550] ACPI: Power Resource [FN00] (off)
    [ 0.220603] ACPI: Power Resource [FN01] (off)
    [ 0.220655] ACPI: Power Resource [FN02] (off)
    [ 0.220707] ACPI: Power Resource [FN03] (off)
    [ 0.220759] ACPI: Power Resource [FN04] (off)
    [ 0.221480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.221485] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.221893] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    [ 0.222200] PCI host bridge to bus 0000:00
    [ 0.222202] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.222204] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
    [ 0.222205] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
    [ 0.222206] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    [ 0.222208] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
    [ 0.222209] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
    [ 0.222210] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
    [ 0.222211] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
    [ 0.222212] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
    [ 0.222213] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
    [ 0.222214] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
    [ 0.222215] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
    [ 0.222216] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfeafffff window]
    [ 0.222222] pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
    [ 0.222300] pci 0000:00:02.0: [8086:1616] type 00 class 0x030000
    [ 0.222309] pci 0000:00:02.0: reg 0x10: [mem 0xf5000000-0xf5ffffff 64bit]
    [ 0.222314] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.222318] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.222391] pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
    [ 0.222397] pci 0000:00:03.0: reg 0x10: [mem 0xf721c000-0xf721ffff 64bit]
    [ 0.222476] pci 0000:00:04.0: [8086:1603] type 00 class 0x118000
    [ 0.222486] pci 0000:00:04.0: reg 0x10: [mem 0xf7210000-0xf7217fff 64bit]
    [ 0.222580] pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
    [ 0.222595] pci 0000:00:14.0: reg 0x10: [mem 0xf7200000-0xf720ffff 64bit]
    [ 0.222648] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.222690] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.222719] pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
    [ 0.222734] pci 0000:00:16.0: reg 0x10: [mem 0xf7224000-0xf722401f 64bit]
    [ 0.222786] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.222854] pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
    [ 0.222869] pci 0000:00:1b.0: reg 0x10: [mem 0xf7218000-0xf721bfff 64bit]
    [ 0.222918] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.222959] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.222986] pci 0000:00:1c.0: [8086:9c90] type 01 class 0x060400
    [ 0.223048] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.223089] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.223118] pci 0000:00:1c.3: [8086:9c96] type 01 class 0x060400
    [ 0.223184] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.223224] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.223250] pci 0000:00:1c.4: [8086:9c98] type 01 class 0x060400
    [ 0.223307] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.223348] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.223382] pci 0000:00:1f.0: [8086:9cc3] type 00 class 0x060100
    [ 0.223542] pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601
    [ 0.223554] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    [ 0.223559] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    [ 0.223565] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    [ 0.223571] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    [ 0.223576] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 0.223582] pci 0000:00:1f.2: reg 0x24: [mem 0xf7222000-0xf72227ff]
    [ 0.223613] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.223670] pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500
    [ 0.223682] pci 0000:00:1f.3: reg 0x10: [mem 0xf7221000-0xf72210ff 64bit]
    [ 0.223697] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.223776] pci 0000:00:1f.6: [8086:9ca4] type 00 class 0x118000
    [ 0.223805] pci 0000:00:1f.6: reg 0x10: [mem 0xf7220000-0xf7220fff 64bit]
    [ 0.224013] acpiphp: Slot [1] registered
    [ 0.224017] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.224292] pci 0000:02:00.0: [8086:095a] type 00 class 0x028000
    [ 0.224423] pci 0000:02:00.0: reg 0x10: [mem 0xf7100000-0xf7101fff 64bit]
    [ 0.224907] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 0.231440] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.231445] pci 0000:00:1c.3: bridge window [mem 0xf7100000-0xf71fffff]
    [ 0.231518] pci 0000:03:00.0: [10de:1341] type 00 class 0x030200
    [ 0.231534] pci 0000:03:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    [ 0.231547] pci 0000:03:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.231561] pci 0000:03:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.231570] pci 0000:03:00.0: reg 0x24: [io 0xe000-0xe07f]
    [ 0.231579] pci 0000:03:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    [ 0.231660] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.237972] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.237975] pci 0000:00:1c.4: bridge window [io 0xe000-0xefff]
    [ 0.237977] pci 0000:00:1c.4: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.237982] pci 0000:00:1c.4: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.238138] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.239089] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
    [ 0.239130] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239168] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239209] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239247] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239285] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239323] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239360] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239770] ACPI: Enabled 4 GPEs in block 00 to 7F
    [ 0.239827] ACPI : EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    [ 0.239900] vgaarb: setting as boot device: PCI:0000:00:02.0
    [ 0.239901] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.239903] vgaarb: loaded
    [ 0.239904] vgaarb: bridge control possible 0000:00:02.0
    [ 0.239990] PCI: Using ACPI for IRQ routing
    [ 0.241093] PCI: pci_cache_line_size set to 64 bytes
    [ 0.241127] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
    [ 0.241128] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
    [ 0.241129] e820: reserve RAM buffer [mem 0xc71da000-0xc7ffffff]
    [ 0.241129] e820: reserve RAM buffer [mem 0xcaa83000-0xcbffffff]
    [ 0.241130] e820: reserve RAM buffer [mem 0xcb2e4000-0xcbffffff]
    [ 0.241131] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
    [ 0.241132] e820: reserve RAM buffer [mem 0x22f000000-0x22fffffff]
    [ 0.241211] NetLabel: Initializing
    [ 0.241212] NetLabel: domain hash size = 128
    [ 0.241213] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.241222] NetLabel: unlabeled traffic allowed by default
    [ 0.241240] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.241244] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.243265] Switched to clocksource hpet
    [ 0.246853] pnp: PnP ACPI init
    [ 0.246992] system 00:00: [io 0x0240-0x0259] has been reserved
    [ 0.246995] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.247057] pnp 00:01: Plug and Play ACPI device, IDs FLT0102 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.247087] pnp 00:02: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
    [ 0.247149] system 00:03: [io 0x0680-0x069f] has been reserved
    [ 0.247151] system 00:03: [io 0xffff] has been reserved
    [ 0.247153] system 00:03: [io 0xffff] has been reserved
    [ 0.247154] system 00:03: [io 0xffff] has been reserved
    [ 0.247155] system 00:03: [io 0x1800-0x18fe] could not be reserved
    [ 0.247156] system 00:03: [io 0x164e-0x164f] has been reserved
    [ 0.247158] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.247192] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.247218] system 00:05: [io 0x1854-0x1857] has been reserved
    [ 0.247220] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.247329] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.247330] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.247332] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.247334] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.247335] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.247336] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.247338] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
    [ 0.247339] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.247340] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.247341] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.247343] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
    [ 0.247344] system 00:06: [mem 0xf7ff0000-0xf7ffffff] has been reserved
    [ 0.247346] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.247731] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.248169] pnp: PnP ACPI: found 8 devices
    [ 0.253940] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.253949] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.253952] pci 0000:00:1c.3: bridge window [mem 0xf7100000-0xf71fffff]
    [ 0.253958] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.253960] pci 0000:00:1c.4: bridge window [io 0xe000-0xefff]
    [ 0.253963] pci 0000:00:1c.4: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.253966] pci 0000:00:1c.4: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.253970] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
    [ 0.253972] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
    [ 0.253973] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    [ 0.253974] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
    [ 0.253975] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
    [ 0.253976] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
    [ 0.253977] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
    [ 0.253979] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
    [ 0.253980] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
    [ 0.253981] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
    [ 0.253982] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
    [ 0.253983] pci_bus 0000:00: resource 15 [mem 0xd0000000-0xfeafffff window]
    [ 0.253984] pci_bus 0000:02: resource 1 [mem 0xf7100000-0xf71fffff]
    [ 0.253986] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
    [ 0.253987] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf70fffff]
    [ 0.253988] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.254009] NET: Registered protocol family 2
    [ 0.254153] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.254258] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.254368] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.254382] TCP: reno registered
    [ 0.254390] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.254411] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.254449] NET: Registered protocol family 1
    [ 0.254459] pci 0000:00:02.0: Video device with shadowed ROM
    [ 0.254627] PCI: CLS 64 bytes, default 64
    [ 0.254658] Unpacking initramfs...
    [ 0.419468] Freeing initrd memory: 12588K (ffff88003675a000 - ffff8800373a5000)
    [ 0.419489] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.419492] software IO TLB [mem 0xc2316000-0xc6316000] (64MB) mapped at [ffff8800c2316000-ffff8800c6315fff]
    [ 0.419632] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    [ 0.419670] microcode: CPU0 sig=0x306d4, pf=0x40, revision=0x13
    [ 0.419675] microcode: CPU1 sig=0x306d4, pf=0x40, revision=0x13
    [ 0.419681] microcode: CPU2 sig=0x306d4, pf=0x40, revision=0x13
    [ 0.419686] microcode: CPU3 sig=0x306d4, pf=0x40, revision=0x13
    [ 0.419721] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.419738] Scanning for low memory corruption every 60 seconds
    [ 0.419899] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.419912] Initialise system trusted keyring
    [ 0.420141] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.421107] zpool: loaded
    [ 0.421109] zbud: loaded
    [ 0.421228] VFS: Disk quotas dquot_6.5.2
    [ 0.421250] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.421369] Key type big_key registered
    [ 0.421511] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.421537] io scheduler noop registered
    [ 0.421539] io scheduler deadline registered
    [ 0.421558] io scheduler cfq registered (default)
    [ 0.421962] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.421965] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.421974] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 0.421975] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.421977] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 0.421986] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    [ 0.421987] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.421990] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    [ 0.421994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.422004] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.422016] efifb: probing for efifb
    [ 0.422032] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 8128k, total 8128k
    [ 0.422033] efifb: mode is 1920x1080x32, linelength=7680, pages=1
    [ 0.422034] efifb: scrolling: redraw
    [ 0.422035] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.425476] Console: switching to colour frame buffer device 240x67
    [ 0.429197] fb0: EFI VGA frame buffer device
    [ 0.429204] intel_idle: MWAIT substates: 0x11142120
    [ 0.429205] intel_idle: v0.4 model 0x3D
    [ 0.429205] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.429389] GHES: HEST is not enabled!
    [ 0.429438] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.429759] Linux agpgart interface v0.103
    [ 0.429798] rtc_cmos 00:04: RTC can wake from S4
    [ 0.429904] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.429928] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.429937] Intel P-state driver initializing.
    [ 0.430057] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.430573] TCP: cubic registered
    [ 0.430824] NET: Registered protocol family 10
    [ 0.431247] NET: Registered protocol family 17
    [ 0.431931] Loading compiled-in X.509 certificates
    [ 0.431964] registered taskstats version 1
    [ 0.433023] Magic number: 3:29:549
    [ 0.433038] clockevents clockevent0: hash matches
    [ 0.433067] acpi PNP0C0F:00: hash matches
    [ 0.433191] rtc_cmos 00:04: setting system clock to 2015-06-19 20:30:16 UTC (1434745816)
    [ 0.433387] PM: Hibernation image not present or could not be loaded.
    [ 0.434000] Freeing unused kernel memory: 1160K (ffffffff818d4000 - ffffffff819f6000)
    [ 0.434003] Write protecting the kernel read-only data: 8192k
    [ 0.434643] Freeing unused kernel memory: 504K (ffff880001582000 - ffff880001600000)
    [ 0.434865] Freeing unused kernel memory: 264K (ffff8800017be000 - ffff880001800000)
    [ 0.441392] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.458172] sdhci: Secure Digital Host Controller Interface driver
    [ 0.458174] sdhci: Copyright(c) Pierre Ossman
    [ 0.461368] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.464831] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.466075] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.466090] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.466093] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.466095] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.466097] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.467331] ACPI: bus type USB registered
    [ 0.467357] usbcore: registered new interface driver usbfs
    [ 0.467367] usbcore: registered new interface driver hub
    [ 0.467449] usbcore: registered new device driver usb
    [ 0.467882] SCSI subsystem initialized
    [ 0.469036] libata version 3.00 loaded.
    [ 0.469212] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.469219] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 0.469295] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
    [ 0.469300] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.469567] hub 1-0:1.0: USB hub found
    [ 0.469579] hub 1-0:1.0: 11 ports detected
    [ 0.472290] AVX2 version of gcm_enc/dec engaged.
    [ 0.472292] AES CTR mode by8 optimization enabled
    [ 0.473751] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.473755] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 0.473912] hub 2-0:1.0: USB hub found
    [ 0.473922] hub 2-0:1.0: 4 ports detected
    [ 0.475776] ahci 0000:00:1f.2: version 3.0
    [ 0.486870] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x1 impl SATA mode
    [ 0.486873] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
    [ 0.487298] scsi host0: ahci
    [ 0.487404] scsi host1: ahci
    [ 0.487499] scsi host2: ahci
    [ 0.487602] scsi host3: ahci
    [ 0.487645] ata1: SATA max UDMA/133 abar m2048@0xf7222000 port 0xf7222100 irq 46
    [ 0.487646] ata2: DUMMY
    [ 0.487647] ata3: DUMMY
    [ 0.487648] ata4: DUMMY
    [ 0.518177] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.807120] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.808148] ata1.00: ATA-9: SanDisk SD7SB3Q256G1002, X2150000, max UDMA/133
    [ 0.808151] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    [ 0.809886] ata1.00: configured for UDMA/133
    [ 0.810105] scsi 0:0:0:0: Direct-Access ATA SanDisk SD7SB3Q2 0000 PQ: 0 ANSI: 5
    [ 0.811845] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 0.811926] sd 0:0:0:0: [sda] Write Protect is off
    [ 0.811929] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 0.811949] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 0.813282] sda: sda1 sda2 sda3
    [ 0.813602] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 0.833270] device-mapper: uevent: version 1.0.3
    [ 0.833364] device-mapper: ioctl: 4.30.0-ioctl (2014-12-22) initialised: [email protected]
    [ 0.833785] usb 1-5: new high-speed USB device number 2 using xhci_hcd
    [ 1.207444] usb 1-8: new full-speed USB device number 3 using xhci_hcd
    [ 1.381488] usb 1-8: No LPM exit latency info found, disabling LPM.
    [ 1.420941] tsc: Refined TSC clocksource calibration: 2394.457 MHz
    [ 2.422042] Switched to clocksource tsc
    [ 4.601817] NET: Registered protocol family 38
    [ 5.500920] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.557255] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    [ 5.557386] systemd[1]: Detected architecture 'x86-64'.
    [ 5.557569] systemd[1]: Set hostname to <WOOP-PLUTO>.
    [ 5.581258] systemd[1]: Unit type .busname is not supported on this system.
    [ 5.609266] systemd[1]: Cannot add dependency job for unit vmware-USBArbitrator.service, ignoring: Unit vmware-USBArbitrator.service failed to load: No such file or directory.
    [ 5.609648] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 5.609656] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 5.609676] systemd[1]: Reached target Login Prompts.
    [ 5.609681] systemd[1]: Starting Login Prompts.
    [ 5.609691] systemd[1]: Reached target Remote File Systems.
    [ 5.609695] systemd[1]: Starting Remote File Systems.
    [ 5.609816] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 5.609824] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 5.609831] systemd[1]: Reached target Encrypted Volumes.
    [ 5.609836] systemd[1]: Starting Encrypted Volumes.
    [ 5.610016] systemd[1]: Created slice Root Slice.
    [ 5.610022] systemd[1]: Starting Root Slice.
    [ 5.610045] systemd[1]: Listening on udev Control Socket.
    [ 5.610051] systemd[1]: Starting udev Control Socket.
    [ 5.610064] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 5.610069] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 5.610116] systemd[1]: Created slice User and Session Slice.
    [ 5.610121] systemd[1]: Starting User and Session Slice.
    [ 5.610163] systemd[1]: Created slice System Slice.
    [ 5.610171] systemd[1]: Starting System Slice.
    [ 5.610222] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 5.610228] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 5.610271] systemd[1]: Created slice system-rfkill\x2dblock.slice.
    [ 5.610276] systemd[1]: Starting system-rfkill\x2dblock.slice.
    [ 5.610318] systemd[1]: Created slice system-getty.slice.
    [ 5.610323] systemd[1]: Starting system-getty.slice.
    [ 5.610340] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 5.610345] systemd[1]: Starting Delayed Shutdown Socket.
    [ 5.610365] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 5.610370] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 5.612312] random: nonblocking pool is initialized
    [ 5.620499] systemd[1]: Listening on Journal Audit Socket.
    [ 5.620536] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 5.620543] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 5.620550] systemd[1]: Reached target Slices.
    [ 5.620555] systemd[1]: Starting Slices.
    [ 5.620589] systemd[1]: Listening on Journal Socket.
    [ 5.620598] systemd[1]: Starting Journal Socket.
    [ 5.620608] systemd[1]: Started File System Check on Root Device.
    [ 5.620937] systemd[1]: Mounting Debug File System...
    [ 5.621251] systemd[1]: Mounting Huge Pages File System...
    [ 5.621859] systemd[1]: Started Load Kernel Modules.
    [ 5.621874] systemd[1]: Mounted FUSE Control File System.
    [ 5.622224] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 5.622646] systemd[1]: Starting Apply Kernel Variables...
    [ 5.623622] systemd[1]: Starting Set Up Additional Binary Formats...
    [ 5.623961] systemd[1]: Mounting POSIX Message Queue File System...
    [ 5.624013] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 5.624026] systemd[1]: Starting Journal Socket (/dev/log).
    [ 5.624427] systemd[1]: Starting Journal Service...
    [ 5.624747] systemd[1]: Mounting Configuration File System...
    [ 5.625120] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 5.625185] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 5.625194] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 5.625202] systemd[1]: Reached target Paths.
    [ 5.625207] systemd[1]: Starting Paths.
    [ 5.625476] systemd[1]: Starting Setup Virtual Console...
    [ 5.625513] systemd[1]: Listening on udev Kernel Socket.
    [ 5.625525] systemd[1]: Starting udev Kernel Socket.
    [ 5.625917] systemd[1]: Starting udev Coldplug all Devices...
    [ 5.626783] systemd[1]: Started Create list of required static device nodes for the current kernel.
    [ 5.626862] systemd[1]: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 214 (systemd-binfmt)
    [ 5.627145] systemd[1]: Mounting Arbitrary Executable File Formats File System...
    [ 5.631100] systemd[1]: Started Setup Virtual Console.
    [ 5.637366] systemd[1]: Started Apply Kernel Variables.
    [ 5.638348] systemd[1]: Mounted Huge Pages File System.
    [ 5.638376] systemd[1]: Mounted POSIX Message Queue File System.
    [ 5.638392] systemd[1]: Mounted Configuration File System.
    [ 5.639302] EXT4-fs (dm-2): re-mounted. Opts: data=ordered
    [ 5.639530] systemd-journald[216]: Failed to set file attributes: Inappropriate ioctl for device
    [ 5.640253] systemd[1]: Mounted Arbitrary Executable File Formats File System.
    [ 5.640287] systemd[1]: Mounted Debug File System.
    [ 5.642518] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 5.642721] systemd[1]: Started Set Up Additional Binary Formats.
    [ 5.642901] systemd[1]: Started udev Coldplug all Devices.
    [ 5.650745] systemd[1]: Starting Load/Save Random Seed...
    [ 5.650775] systemd[1]: Started Rebuild Dynamic Linker Cache.
    [ 5.651626] systemd[1]: Started Rebuild Hardware Database.
    [ 5.651645] systemd[1]: Started First Boot Wizard.
    [ 5.651659] systemd[1]: Started Create System Users.
    [ 5.651982] systemd[1]: Starting Create Static Device Nodes in /dev...
    [ 5.655137] systemd[1]: Started Load/Save Random Seed.
    [ 5.673398] systemd[1]: Started Create Static Device Nodes in /dev.
    [ 5.673906] systemd[1]: Starting udev Kernel Device Manager...
    [ 5.673930] systemd[1]: Reached target Local File Systems (Pre).
    [ 5.673941] systemd[1]: Starting Local File Systems (Pre).
    [ 5.674530] systemd[1]: Mounting /tmp...
    [ 5.676222] systemd[1]: Mounted /tmp.
    [ 5.714702] systemd[1]: Started udev Kernel Device Manager.
    [ 5.731901] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
    [ 5.732762] ACPI: Lid Switch [LID]
    [ 5.732815] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
    [ 5.732819] ACPI: Sleep Button [SLPB]
    [ 5.732867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
    [ 5.732870] ACPI: Power Button [PWRF]
    [ 5.735236] systemd[1]: Started Journal Service.
    [ 5.739454] ACPI: AC Adapter [AC0] (off-line)
    [ 5.740472] systemd-journald[216]: Received request to flush runtime journal from PID 1
    [ 5.741401] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 5.791768] [drm] Initialized drm 1.1.0 20060810
    [ 5.797640] ACPI: Battery Slot [BAT0] (battery present)
    [ 5.797836] wmi: Mapper loaded
    [ 5.824171] hidraw: raw HID events driver (C) Jiri Kosina
    [ 5.845805] sound hdaudioC1D0: CX20751/2: BIOS auto-probing.
    [ 5.846099] sound hdaudioC1D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
    [ 5.846103] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 5.846105] sound hdaudioC1D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
    [ 5.846107] sound hdaudioC1D0: mono: mono_out=0x0
    [ 5.846108] sound hdaudioC1D0: inputs:
    [ 5.846111] sound hdaudioC1D0: Internal Mic=0x1a
    [ 5.846113] sound hdaudioC1D0: Mic=0x19
    [ 5.846718] sound hdaudioC1D0: Enable sync_write for stable communication
    [ 5.846766] [drm] Memory usable by graphics device = 4096M
    [ 5.846770] checking generic (d0000000 7f0000) vs hw (d0000000 10000000)
    [ 5.846773] fb: switching to inteldrmfb from EFI VGA
    [ 5.846791] Console: switching to colour dummy device 80x25
    [ 5.846944] [drm] Replacing VGA console driver
    [ 5.849342] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input8
    [ 5.849463] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
    [ 5.849490] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
    [ 5.855615] thermal LNXTHERM:00: registered as thermal_zone2
    [ 5.855618] ACPI: Thermal Zone [THRM] (48 C)
    [ 5.858016] thermal LNXTHERM:01: registered as thermal_zone3
    [ 5.858018] ACPI: Thermal Zone [TZ00] (28 C)
    [ 5.858296] thermal LNXTHERM:02: registered as thermal_zone4
    [ 5.858298] ACPI: Thermal Zone [TZ01] (30 C)
    [ 5.858483] cfg80211: Calling CRDA to update world regulatory domain
    [ 5.862994] Bluetooth: Core ver 2.20
    [ 5.863009] NET: Registered protocol family 31
    [ 5.863010] Bluetooth: HCI device and connection manager initialized
    [ 5.863015] Bluetooth: HCI socket layer initialized
    [ 5.863018] Bluetooth: L2CAP socket layer initialized
    [ 5.863024] Bluetooth: SCO socket layer initialized
    [ 5.866422] input: PC Speaker as /devices/platform/pcspkr/input/input11
    [ 5.867516] Intel(R) Wireless WiFi driver for Linux
    [ 5.867518] Copyright(c) 2003- 2014 Intel Corporation
    [ 5.867886] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 5.867888] [drm] Driver supports precise vblank timestamp query.
    [ 5.868042] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 5.870016] usbcore: registered new interface driver btusb
    [ 5.877889] iwlwifi 0000:02:00.0: loaded firmware version 25.17.12.0 op_mode iwlmvm
    [ 5.880266] intel_rapl: Found RAPL domain package
    [ 5.880269] intel_rapl: Found RAPL domain core
    [ 5.880272] intel_rapl: Found RAPL domain uncore
    [ 5.880274] intel_rapl: Found RAPL domain dram
    [ 5.882922] media: Linux media interface: v0.10
    [ 5.884691] Bluetooth: hci0: read Intel version: 370810011002270d00
    [ 5.886215] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq
    [ 5.918064] Linux video capture interface: v2.00
    [ 5.921474] iTCO_vendor_support: vendor-support=0
    [ 5.922849] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 5.922892] iTCO_wdt: Found a Wildcat Point_LP TCO device (Version=2, TCOBASE=0x1860)
    [ 5.922978] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 5.923412] asus_wmi: ASUS WMI generic driver loaded
    [ 5.930495] fbcon: inteldrmfb (fb0) is primary device
    [ 5.932627] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x184
    [ 5.933078] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
    [ 5.933238] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
    [ 5.933985] asus_wmi: Initialization: 0x1
    [ 5.934961] asus_wmi: BIOS WMI version: 7.9
    [ 5.935116] asus_wmi: SFUN value: 0xa2077
    [ 5.936702] EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
    [ 5.937631] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 5.937749] Adding 8388604k swap on /dev/mapper/vg0-swap. Priority:-1 extents:1 across:8388604k SSFS
    [ 5.938748] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
    [ 5.941016] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input16
    [ 5.943447] uvcvideo: Found UVC 1.00 device USB2.0 UVC HD Webcam (064e:9700)
    [ 5.945744] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17
    [ 5.945833] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20150204/video-1257)
    [ 5.945834] ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
    [ 5.945879] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input18
    [ 5.945995] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
    [ 5.945999] [drm] Initialized i915 1.6.0 20150130 for 0000:00:02.0 on minor 0
    [ 5.946115] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\SMB0) (20150204/utaddress-254)
    [ 5.946120] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB_.PCI0.SBUS.SMBI) (20150204/utaddress-254)
    [ 5.946121] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 5.949372] input: USB2.0 UVC HD Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input19
    [ 5.949434] usbcore: registered new interface driver uvcvideo
    [ 5.949435] USB Video Class driver (1.1.1)
    [ 6.030252] usb 1-8: USB disconnect, device number 3
    [ 6.030362] Bluetooth: hci0 sending Intel patch command (0xfc8e) failed (-19)
    [ 6.030393] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
    [ 6.030780] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
    [ 6.030895] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input22
    [ 6.030945] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 6.031170] asus_wmi: Backlight controlled by ACPI video driver
    [ 6.032320] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    [ 6.036491] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
    [ 6.054693] input: FocalTechPS/2 FocalTech FocalTech Touchpad as /devices/platform/i8042/serio4/input/input15
    [ 6.056212] mousedev: PS/2 mouse device common for all mice
    [ 6.497765] bbswitch: version 0.8
    [ 6.497769] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 6.497773] bbswitch: Found discrete VGA device 0000:03:00.0: \_SB_.PCI0.RP05.PEGP
    [ 6.497783] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150204/nsarguments-95)
    [ 6.497854] bbswitch: detected an Optimus _DSM function
    [ 6.497904] bbswitch: Succesfully loaded. Discrete card 0000:03:00.0 is on
    [ 6.499057] bbswitch: disabling discrete graphics
    [ 6.499065] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150204/nsarguments-95)
    [ 6.794166] /dev/vmmon[384]: Module vmmon: registered with major=10 minor=165
    [ 6.794169] /dev/vmmon[384]: Module vmmon: initialized
    [ 6.816392] Guest personality initialized and is inactive
    [ 6.816436] VMCI host device registered (name=vmci, major=10, minor=56)
    [ 6.816437] Initialized host personality
    [ 6.847875] NET: Registered protocol family 40
    [ 6.870900] fuse init (API version 7.23)
    [ 6.898024] ppdev: user-space parallel port driver
    [ 7.106012] Console: switching to colour frame buffer device 240x67
    [ 7.110124] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 7.110125] i915 0000:00:02.0: registered panic notifier
    [ 7.148418] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
    [ 7.148675] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
    [ 7.159323] /dev/vmnet: open called by PID 505 (vmnet-bridge)
    [ 7.159334] /dev/vmnet: hub 0 does not exist, allocating memory.
    [ 7.159355] /dev/vmnet: port on hub 0 successfully opened
    [ 7.159363] bridge-wlp2s0: device is wireless, enabling SMAC
    [ 7.159366] bridge-wlp2s0: up
    [ 7.159370] bridge-wlp2s0: attached
    [ 7.161385] bridge-wlp2s0: disabling the bridge
    [ 7.172268] bridge-wlp2s0: down
    [ 7.172274] bridge-wlp2s0: detached
    [ 7.549177] cfg80211: Calling CRDA to update world regulatory domain
    [ 7.631166] /dev/vmnet: open called by PID 526 (vmnet-netifup)
    [ 7.631172] /dev/vmnet: hub 1 does not exist, allocating memory.
    [ 7.631183] /dev/vmnet: port on hub 1 successfully opened
    [ 7.649431] /dev/vmnet: open called by PID 528 (vmnet-dhcpd)
    [ 7.649442] /dev/vmnet: port on hub 1 successfully opened
    [ 7.659803] /dev/vmnet: open called by PID 536 (vmnet-natd)
    [ 7.659810] /dev/vmnet: hub 8 does not exist, allocating memory.
    [ 7.659822] /dev/vmnet: port on hub 8 successfully opened
    [ 7.662044] /dev/vmnet: open called by PID 537 (vmnet-netifup)
    [ 7.662051] /dev/vmnet: port on hub 8 successfully opened
    [ 7.672419] /dev/vmnet: open called by PID 542 (vmnet-dhcpd)
    [ 7.672431] /dev/vmnet: port on hub 8 successfully opened
    [ 8.032979] Bluetooth: hci0 command 0xfc8e tx timeout
    [ 8.033056] Bluetooth: hci0 sending frame failed (-19)
    [ 8.140139] cfg80211: Calling CRDA to update world regulatory domain
    [ 10.041263] Bluetooth: hci0 command 0xfc11 tx timeout
    [ 16.036148] Bluetooth: hci0 exiting Intel manufacturer mode failed (-110)
    [ 421.253320] usb 1-1: new high-speed USB device number 4 using xhci_hcd
    [ 421.429257] usb 1-1: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes
    [ 421.429265] usb 1-1: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes
    [ 421.439571] usb-storage 1-1:1.0: USB Mass Storage device detected
    [ 421.439662] scsi host4: usb-storage 1-1:1.0
    [ 421.439732] usbcore: registered new interface driver usb-storage
    [ 421.440704] usbcore: registered new interface driver uas
    [ 422.802584] scsi 4:0:0:0: Direct-Access PQ: 0 ANSI: 4
    [ 422.803405] sd 4:0:0:0: [sdb] 31129600 512-byte logical blocks: (15.9 GB/14.8 GiB)
    [ 422.804030] sd 4:0:0:0: [sdb] Write Protect is off
    [ 422.804039] sd 4:0:0:0: [sdb] Mode Sense: 43 00 00 00
    [ 422.804680] sd 4:0:0:0: [sdb] No Caching mode page found
    [ 422.809996] sd 4:0:0:0: [sdb] Assuming drive cache: write through
    [ 422.816610] sdb:
    [ 422.818457] sd 4:0:0:0: [sdb] Attached SCSI removable disk
    -- Logs begin at Sat 2015-05-02 12:41:07 CEST, end at Fri 2015-06-19 22:40:49 CEST. --
    Jun 19 22:30:21 WOOP-PLUTO systemd-journal[216]: Runtime journal is using 8.0M (max allowed 394.6M, trying to leave 591.9M free of 3.8G available → current limit 394.6M).
    Jun 19 22:30:21 WOOP-PLUTO systemd-journal[216]: Permanent journal is using 1.4G (max allowed 4.0G, trying to leave 4.0G free of 120.7G available → current limit 4.0G).
    Jun 19 22:30:21 WOOP-PLUTO systemd-journal[216]: Time spent on flushing to /var is 31.618ms for 2 entries.
    Jun 19 22:30:21 WOOP-PLUTO kernel: Initializing cgroup subsys cpuset
    Jun 19 22:30:21 WOOP-PLUTO kernel: Initializing cgroup subsys cpu
    Jun 19 22:30:21 WOOP-PLUTO kernel: Initiali

  • [SOLVED] System hangs on boot, reinstalling Arch doesn't help

    After a recent upgrade (including the kernel), my system hangs on boot.  I have an Asus K40IN laptop, about 2 years old.  I've been running Arch for the life of the computer and never had any (serious) problems.
    I booted into a live Arch environment, tried rebuilding the mkinitcpio image, didn't work.  Tried downgrading the kernel, didn't work.
    I then assumed it was just some software issue that I couldn't figure out, so I reinstalled Arch.  No change.
    Here's what my screen looks like when it hangs:
    Any ideas would be very much appreciated.  I'm completely stumped here.
    Last edited by noahsark1126 (2011-06-15 23:32:34)

    jnguyen: 
    I have another arch system, a desktop, that I tend to keep pretty much in sync with my laptop.  So I can look in the logs on that system to see what was upgraded.  The other notable packages in that upgrade were probably udev, initscripts, and mkinitcpio.  I will try downgrading those.
    Leonid.I:
    I'm using the 2010.05 arch release, which has kernel 2.6.33.  I see two cores in the live env, as I should, and there's nothing to suggest any problems in the logs.
    I'm actually now getting a completely different hang screen:
    Of course I don't know what this one means either...

  • [SOLVED] kdemod with ugly cyan boarders / can't start kdm at boot?

    I followed the directions to install kdemod from a clean installation of Arch Linux. Specifically I:
    Installed from CD
    Setup DHCP and configured my ethernet
    Updated Arch Linux ( pacman -Syu )
    Installed xorg
    installed hdw and configured xorg
    setup repositories to include kdemod repos
    installed kdemod, as well as some recommended additions
    if I follow any of the directions here ( http://chakra-project.org/download-kdemod-step6.html ) to start kdemod at boot then it gives me a login prompt but immediately crashes and restarts kdm whenever I login. I can only get into kdemod by typing, in the console: startx
    and then: startkde
    ...and then all of my windows are surrounded by ugly monotone cyan window decorations which look like they came out of Windows 3.1 that I can't seem to get rid of, as well as a few other oddities involving the color cyan.
    I am, incidentally, running it in VirtualBox with the vesa video driver in xorg.conf.
    Does anyone know what's going on? Am I missing something? Is this normal?
    I've found one mention of this problem on the forums before [ http://bbs.archlinux.org/viewtopic.php?pid=494261 ] but no solution. Thanks in advance.
    Last edited by thorjelly (2009-02-15 03:48:05)

    Alright, I figured out where those ugly cyan borders come from. It's because I didn't make an .xinitrc file in my user's directory and specify what window manager to use, so it defaulted to xterm, and I was running kde through xterm and the borders were xterm's window borders (Right, well, I figured they were a biproduct of running kde in such an unusual way)... but I still don't know why I can't start kdm at boot. Anyone know how I can figure that out...?
    Last edited by thorjelly (2009-02-15 03:35:44)

  • TNS-12542 해결 방법(LISTENER START 시 HANG)

    제품 : SQL*NET
    작성날짜 : 1998-09-09
    TNS-12542 해결방법(Listener start시 Hang)
    에러 메시지는 다음과 같다.
    12542, 00000, "TNS:address already in use"
    *Cause: Specified listener address is already being used.
    *Action: Start your listener with a unique address.
    부가적으로 TNS-12560, 512 error 가 동반된다.
    12560, 00000, "TNS:protocol adapter error"
    *Cause: A generic protocol adapter error occurred.
    *Action: Check addresses used for proper protocol specification. Before
    reporting this error, look at the error stack and check for lower level
    transport errors.For further details, turn on tracing and reexecute the
    operation. Turn off tracing when the operation is complete.
    00512, 00000, "Address already in use"
    *Cause: Specified listener address is already being used.
    *Action: Start your listener with an unused address.
    혹은
    % lsnrctl start
    LSNRCTL for SVR4: Version 2.0.15.0.0 - Production on 26-SEP-94 11:10:11
    Copyright (c) Oracle Corporation 1993. All rights reserved.
    Starting /solar/7016/bin/tnslsnr: please wait...
    과 같은 상태에서 Hang 이 걸리기도 한다.
    조치 방법
    =========
    1. 이미 Listener 가 기동되어 있는지 확인한다.
    $ ps -ef | grep tnslsnr
    기동이 되어 있다면 lsnrctl Utility 로 종료시킨다.
    $ lsnrctl stop
    이때 정상적으로 종료가 되지 않는다면 kill 명령을 이용하여 Process 를
    제거한다.
    % ps -aef | grep tnslsnr
    다음과 같이 나타나다고 하면,
    oracle 9798 1 80 11:08:18 ?
    0:03 /solar/7016/bin/tnslsnr LISTENER
    oracle 9823 8531 5 11:11:37 pts/24
    0:00 grep tnslsnr
    % kill -9 9798
    2. /etc/services 파일을 열어 listener 가 사용하는 Port 와 중복되게 지정된
    항목이 있는지 확인한다.
    3. Listener.ora 파일에 다음 파라미터가 설정되어 있는지 확인하기 바란다.
    USE_CKPFILE_LISTENER = TRUE
    위에서 listener.ora 의 Port 를 1522 로 변경했다 하더라도 위의 파라미터
    가 지정되어 있다면 전혀 문제가 해결되지 않는다.
    USE_CKPFILE_LISTENER = FALSE
    로 변경한다. 위 파라미터로 생성된 Checkpoint 파일도 삭제한다.
    $ cd $ORACLE_HOME/network/admin
    $ mv listener.ckp
    ========================
    * USE_CKPFILE_LISTENER *
    ========================
    SQL*NET 2.3.X 버전에서 적용되는 파라미터이다.
    이 파라미터는 Checkpoint 를 발생하도록 한다. 디폴트는 FALSE 이다.
    TRUE 로 셋팅을 하면 마지막으로 Listener를 stop 했을때의 listener.ora
    파일의 내용을 listener.ckp 파일에 그대로 paste 한다.
    Listener 기동시 listener.ckp 파일과 listener.ora 파일을 비교하여
    변경사항이 있으면 변경된 내용이 적용되어 기동되지 않는다.
    4. Listener 를 재기동한다.
    $ lsnrctl start
    # TNS- 12542 에러의 메시지만을 보면 TNS:address already in use 로
    나와 Server ip address 가 충돌이 나는 것으로 볼 수 있지만 ip
    address 가 충돌이 난다면 Booting 시 이미 문제가 발생한다.
    이것은 대부분 listener 의 Port 를 다른 프로세스나 OS 에서 이미
    할당받아 사용하는 것으로 볼 수 있다. Listener 의 Port 를 변경하면
    해결된다.
    Listener 의 Port 를 변경할 수 없는 상황이라면 System Rebooting 을
    하는 것도 한가지 방법이 될 수 있다.
    System Rebooting 후에도 계속해서 발생한다면 다른 프로세스가 listener
    의 Port 를 분명히 사용하고 있는 것이다. System 엔지니어와 상담하여
    어느 프로세스인지 확인이 필요하다.

    Jasbir wrote:
    If it is more than 1 gb purge it. It will solve ur problem.
    JasbirNot necessarily Jasbir.
    Errors posted by Salai Jayavelu can be caused by many different factors, and oversized listener.log is just one of them.
    Among the others are inadequate jdbc connection pool configuration(if applicable),listener configuration,init.ora parameters-mainly memory related ones,
    shared server configuration(if applicable), and so on...
    In fact , TNS - 12518 is so generic message that if he had only those TNS messages in the log, i would be temptated to tell him to contact support.
    But as we can see, Salai recevied multiple different TNS messages that could make his troubleshooting of the 'Listener Hang Issue' interesting enough to
    share his findings with us when he finally find the root cause.
    Good luck Salai and goodspeed.

  • ACPI problem - random hang on boot

    Hi, I've just installed Arch 0.8.0 on my Sony PCG-XR1G laptop with Celeron 466Mhz and 128MB Ram. The installation CD hang at boot but I managed to get it work by using the kernel parameter acpi=off. After reboot, my new system still require the parameter acpi=off to boot correctly, or else 90% of the time it will hang (yes, 10% of the time it work perfectly). If I use acpi=off then I cannot shutdown my laptop completely, so I want to try not to use this parameter. Anyone have any idea? I'm running the newest kernel 2.6.20. Kernel 2.6.19 also have the same problem.

    Well, problem solved again, I think. My bios has a setting to turn on or off a feature to automatically lower the cpu speed on idle (quite funny with a celeron 466Mhz). Whenever I start the system and the kernel detect the CPU as 138Mhz (around that value), the system hang. Seldomly when it can get the correct value, it run perfectly. Still, I think there are some problem with the ACPI code in the 2.6 kernel. Or maybe it's just because my bios was too old, anyway.

  • Dhcpcd does not start automatically on boot

    Hi everyone,
    I have just installed Arch (64 bit) and am running on a dynamic, wired connection.
    I followed the Beginners' Guide and enabled the dhcpcd service during the installation so that it would start automatically on boot.
    systemctl enable [email protected]
    However, I currently must issue the command "dhcpcd" each boot before the internet starts to work.
    Does anyone know how I can automate this process or if I need to further configure my network connection?
    Thank you in advance.
    Last edited by Ipozya (2012-11-15 11:29:05)

    foppe wrote:
    Check the output from
    # systemctl status [email protected]
    to debug the issue you're experiencing.
    % sudo systemctl status [email protected]
    [email protected] - dhcpcd on eth0
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled)
    Active: failed (Result: exit-code) since Tue, 2012-11-15 20:38:16 GMT; 27 sec ago
    Process: 244 ExecStart=/sbin/dhcpcd -A -q -w %I (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/[email protected]/eth0
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: sendmsg: Cannot assign requested address
    Nov 15 20:37:47 arch dhcpcd[244]: eth0: broadcasting for a lease
    Nov 15 20:37:51 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:55 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:59 arch dhcpcd[244]: eth0: sending IPv6 Router Solicitation
    Nov 15 20:37:59 arch dhcpcd[244]: eth0: no IPv6 Routers available
    Nov 15 20:38:16 arch dhcpcd[244]: timed out
    Nov 15 20:38:16 arch systemd[1]: Failed to start dhcpcd on eth0.
    Nov 15 20:38:16 arch systemd[1]: Unit [email protected] entered failed state
    Dhclient did not work automatically on boot either.
    Others seem to have experienced similar issues but I don't see any real solutions in any of these posts, despite being marked as solved. For example, adding "-t 120" to the dhcpcd start line in /usr/lib/systemd/system/[email protected] did not work for me.
    I also tried the following but it did not work either and I had to issue "dhcpcd" before internet started working.
    Install and configure wired and wireless networking
    # pacman -S netcfg ifplugd
    # cd /etc/network.d
    # ln -s examples/ethernet-dhcp .
    Make sure the WIRED_INTERFACE and WIRELESS_INTERFACE lines is uncommented
    # nano /etc/conf.d/netcfg
    # systemctl enable net-auto-wired.service
    # pacman -S wireless_tools wpa_supplicant wpa_actiond dialog
    # systemctl enable net-auto-wireless.service
    https://bbs.archlinux.org/viewtopic.php?pid=1176656
    https://bbs.archlinux.org/viewtopic.php?pid=1189587
    https://bbs.archlinux.org/viewtopic.php?pid=1180192
    Last edited by Ipozya (2012-11-15 21:08:03)

  • Hangs during boot after upgrading to Kernel 2.6.39

    I have just installed Arch on a new computer. It works fine until I upgrade to Kernel 2.6.39. After that it hangs on boot.
    The end of /var/log/everything.log is posted below.
    Jul 26 23:52:06 localhost kernel: [ 6.036766] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table at offset 0x85F3
    Jul 26 23:52:06 localhost kernel: [ 6.129046] adt7475 1-002e: ADT7473 device, revision 1
    Jul 26 23:52:06 localhost kernel: [ 6.138997] [drm] nouveau 0000:04:00.0: Detected monitoring device: adt7473
    Jul 26 23:52:06 localhost kernel: [ 6.139000] [drm] nouveau 0000:04:00.0: 1 available performance level(s)
    Jul 26 23:52:06 localhost kernel: [ 6.139002] [drm] nouveau 0000:04:00.0: 0: memory 405MHz core 270MHz shader 540MHz
    Jul 26 23:52:06 localhost kernel: [ 6.139233] [TTM] Zone kernel: Available graphics memory: 12371030 kiB.
    Jul 26 23:52:06 localhost kernel: [ 6.139236] [TTM] Zone dma32: Available graphics memory: 2097152 kiB.
    Jul 26 23:52:06 localhost kernel: [ 6.139238] [TTM] Initializing pool allocator.
    Jul 26 23:52:06 localhost kernel: [ 6.139252] [drm] nouveau 0000:04:00.0: Detected 5376MiB VRAM
    Jul 26 23:52:06 localhost kernel: [ 6.139260] mtrr: type mismatch for d0000000,8000000 old: write-back new: write-combining
    Jul 26 23:52:06 localhost kernel: [ 6.150626] [drm] nouveau 0000:04:00.0: 512 MiB GART (aperture)
    Jul 26 23:52:06 localhost kernel: [ 6.152371] [drm] nouveau 0000:04:00.0: failed to load fuc409d
    Jul 26 23:52:06 localhost kernel: [ 6.176193] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    Jul 26 23:52:06 localhost kernel: [ 6.176195] [drm] No driver support for vblank timestamp query.
    Jul 26 23:52:06 localhost kernel: [ 6.228800] No connectors reported connected with modes
    Jul 26 23:52:06 localhost kernel: [ 6.228802] [drm] Cannot find any crtc or sizes - going 1024x768
    Jul 26 23:52:06 localhost kernel: [ 6.231002] [drm] nouveau 0000:04:00.0: allocated 1024x768 fb: 0x8020000, bo ffff880608d97800
    Jul 26 23:52:06 localhost kernel: [ 6.233786] Console: switching to colour frame buffer device 128x48
    Jul 26 23:52:06 localhost kernel: [ 6.235094] fb0: nouveaufb frame buffer device
    Jul 26 23:52:06 localhost kernel: [ 6.235094] drm: registered panic notifier
    Jul 26 23:52:06 localhost kernel: [ 6.235098] [drm] Initialized nouveau 0.0.16 20090420 for 0000:04:00.0 on minor 0
    Jul 26 23:52:06 localhost kernel: [ 6.255449] HDA Intel 0000:04:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Jul 26 23:52:06 localhost kernel: [ 6.255451] hda_intel: Disable MSI for Nvidia chipset
    Jul 26 23:52:06 localhost kernel: [ 6.255599] HDA Intel 0000:04:00.1: setting latency timer to 64
    Jul 26 23:52:06 localhost kernel: [ 7.663482] EXT4-fs (sda3): re-mounted. Opts: (null)
    Jul 26 23:52:06 localhost kernel: [ 7.807508] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    Jul 26 23:52:06 localhost kernel: [ 7.851401] Adding 265068k swap on /dev/sda2. Priority:-1 extents:1 across:265068k
    Jul 26 23:52:06 localhost kernel: [ 8.569682] r8169 0000:08:00.0: eth0: link down
    Jul 26 23:52:06 localhost kernel: [ 8.569687] r8169 0000:08:00.0: eth0: link down
    Jul 26 23:52:06 localhost dhcpcd[747]: eth0: waiting for carrier
    Jul 26 23:52:08 localhost dhcpcd[747]: eth0: carrier acquired
    Jul 26 23:52:08 localhost kernel: [ 10.301736] r8169 0000:08:00.0: eth0: link up
    Jul 26 23:52:08 localhost dhcpcd[747]: eth0: broadcasting for a lease
    Jul 26 23:52:12 localhost dhcpcd[747]: eth0: offered 131.181.53.42 from 131.181.127.32
    Jul 26 23:52:13 localhost dhcpcd[747]: eth0: acknowledged 131.181.53.42 from 131.181.59.48
    Jul 26 23:52:13 localhost dhcpcd[747]: eth0: checking for 131.181.53.42
    Jul 26 23:52:18 localhost dhcpcd[747]: eth0: leased 131.181.53.42 for 43200 seconds
    Jul 26 23:52:18 localhost dhcpcd[747]: forked to background, child pid 774
    Jul 26 23:52:18 localhost crond[823]: /usr/sbin/crond 4.5 dillon's cron daemon, started with loglevel info
    Jul 26 23:53:01 localhost crond[823]: FILE /etc/cron.d/prune-cronstamps USER root PID 835 job prune-cronstamps
    Jul 26 23:53:01 localhost crond[823]: FILE /var/spool/cron/root USER root PID 836 job sys-hourly
    Jul 26 23:53:01 localhost crond[823]: FILE /var/spool/cron/root USER root PID 837 job sys-daily
    Jul 26 23:53:01 localhost crond[823]: FILE /var/spool/cron/root USER root PID 838 job sys-weekly
    Any help fixing this would be greatly appreciated.

    I have been trying to isolate the problem a little further. I re-installed (with just the base and sudo) and after upgrading pacman rebooted and it worked without fail. Then I installed libusb and libusb-compat which where required when I tried to upgrade just the kernel using
    pacman -S kernel26
    which initially failed because of the missing dependencies libusb and libusb-compat. I then re-booted and that worked without a problem.
    I then upgraded to Kernel 2.6.39 using the above command and then it hung on rebooting. I saved the logs at each stage.
    The additional logs in errors.log in the reboot that failed are as follows.
    ul 26 16:28:39 O313 kernel: [ 5.120698] [drm] nouveau 0000:04:00.0: Pointer to BIT loadval table invalid
    Jul 26 16:28:39 O313 kernel: [ 5.360508] [drm] nouveau 0000:04:00.0: failed to load fuc409d
    Jul 26 16:28:39 O313 kernel: [ 5.808016] sd 20:0:0:0: [sdb] Assuming drive cache: write through
    Jul 26 16:28:39 O313 kernel: [ 5.809960] sd 20:0:0:0: [sdb] Assuming drive cache: write through
    Jul 26 16:28:39 O313 kernel: [ 5.812116] sd 20:0:0:0: [sdb] Assuming drive cache: write through
    Jul 26 16:28:35 O313 udevd[369]: error: runtime directory '/run/udev' not writable, for now falling back to '/dev/.udev'
    The end of kernel.log is as follows:
    Sat Jul 9 14:57:41 CEST 2011
    Jul 26 16:28:39 O313 kernel: [ 0.000000] Command line: root=/dev/disk/by-uuid/e4733c60-3e54-4001-a83e-415b690dfcb0 ro
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-provided physical RAM map:
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cfed0000 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000cfed0000 - 00000000cfed1000 (ACPI NVS)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000cfed1000 - 00000000cfee0000 (ACPI data)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000cfee0000 - 00000000cff00000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 0000000100000000 - 0000000630000000 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] NX (Execute Disable) protection: active
    Jul 26 16:28:39 O313 kernel: [ 0.000000] DMI 2.4 present.
    Jul 26 16:28:39 O313 kernel: [ 0.000000] DMI: Gigabyte Technology Co., Ltd. X58A-UD5/X58A-UD5, BIOS FD 02/01/2011
    Jul 26 16:28:39 O313 kernel: [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] No AGP bridge found
    Jul 26 16:28:39 O313 kernel: [ 0.000000] last_pfn = 0x630000 max_arch_pfn = 0x400000000
    And this is the end of daemon.log
    Jul 26 16:27:49 O313 init: Switching to runlevel: 6
    Jul 26 16:27:50 O313 dhcpcd: received SIGTERM, stopping
    Jul 26 16:27:50 O313 dhcpcd: eth0: removing interface
    Jul 26 16:28:39 O313 2.352592] udevd[87]: starting version 171
    Jul 26 16:28:39 O313 4.531007] udevd[370]: starting version 171
    Jul 26 16:28:39 O313 dhcpcd: version 5.2.2 starting
    Jul 26 16:28:39 O313 dhcpcd: eth0: waiting for carrier
    Jul 26 16:28:35 O313 udevd[369]: error: runtime directory '/run/udev' not writable, for now falling back to '/dev/.udev'
    Jul 26 16:28:39 O313 init: Entering runlevel: 3
    Please let me know if any further information would be useful in tracking down this problem. Also ignore any timings in my initial post they were incorrect.
    Last edited by TheStatsMan (2011-07-26 07:40:48)

  • [SOLVED] Using Apple's UEFI boot menu with Arch

    Hello,
          I've successfully installed arch on my mid-2012 (5,1) 11" Macbook Air, and now I'm trying to get an entry in apple's boot menu (the one that shows when you hold 'option' when starting the computer).  From the author of rEFInd's install instructions (http://www.rodsbooks.com/refind/installing.html#osx) it sounds like I can just add some files to `/dev/sda1` (a vfat directory that contains the stuff needed to boot macos), and then run apple's `bless` command and we're good to go.  Unfortunately I've tried this a bunch of different ways, to no avail.  I think some of my failure is simply because of a misunderstanding of UEFI, here are some questions I (partially) don't understand and my current understanding of them:
    1. Do I even need a bootloader on a pure GPT/UEFI system?  It seems like the answer is no, and I can just use the UEFI firmware and the linux kernel to load Arch (per: https://wiki.archlinux.org/index.php/UE … ux_Kernel).  Note: I'd like to have as little software between the firmware and the os, for speed and simplicity.  However, I'd still like to dual boot, but it sounds like the firmware can handle showing me a menu as long as there are entries pointing to parts of each OS.
    2. Will grub/rEFInd/syslinux do some of the work for me initially/on a kernel update?  I think the answer is yes, which would be motivation (esp when I need to update the kernel) to just use a multibootloader and have it handle arch and the firmware pass control to either that or MacOS
    3. Will `efibootmgr` brick my mac?  https://wiki.archlinux.org/index.php/UE … FI_systems says it will, but I think the `grub-install` command uses `efibootmgr`, so should I not try grub on here (this package: https://www.archlinux.org/packages/core … fi-x86_64/ ).  Also some of the other packages (like rEFInd-efi) depend on efibootmgr, so does that mean any kind of an install from them (a command from the package, not the `pacman -S pkg` command) will also brick my system? (see rEFInd-efi dependencies: https://www.archlinux.org/packages/extr … efind-efi/ )
    I've been searching a bunch of different things, output of the `bless` commands I've been running, and have found the following:
    * https://bbs.archlinux.org/viewtopic.php?id=148647
    * Using OSX to install rEFInd manually (moving the files around and using OSXs `bless` command) http://www.rodsbooks.com/refind/installing.html#osx , I used the rEFInd files from Archs repos: https://www.archlinux.org/packages/extr … efind-efi/ )
    * The Wiki docs on rEFInd https://wiki.archlinux.org/index.php/UE … ing_rEFInd
    To summarize, I'm trying to set up a dual boot between MacOS (installed) and Arch (also installed, there's just no way to boot it on my system yet) using Apple's built in menu that deals with the EFI partition on /dev/sda1 .  Thanks in advance for any help!
    end
    Last edited by enduser (2013-03-18 12:00:17)

    enduser wrote:I've successfully installed arch on my mid-2012 (5,1) 11" Macbook Air, and now I'm trying to get an entry in apple's boot menu (the one that shows when you hold 'option' when starting the computer).  From the author of rEFInd's install instructions (http://www.rodsbooks.com/refind/installing.html#osx) it sounds like I can just add some files to `/dev/sda1` (a vfat directory that contains the stuff needed to boot macos), and then run apple's `bless` command and we're good to go.
    Not quite. That makes a boot loader bootable, but it doesn't add an entry to Apple's boot manager menu. There's a blog post somewhere by Matthew Garrett that describes the steps necessary to add something to Apple's boot manager, but I couldn't find it in a quick Web search. Maybe you'll have better luck, or be able to track down the same information somewhere else. As I recall, it involves using a separate HFS+ volume, creating two or three dummy files, and using "bless" in OS X.
    1. Do I even need a bootloader on a pure GPT/UEFI system?
    Yes, you do need a boot loader. It's important to distinguish between a boot loader and a boot manager, though. The former is a program that loads a kernel, and perhaps associated data, into memory and transfers control to the kernel. A boot manager presents a user interface that enables you to select which OS (or which boot loader) to launch. A boot manager is not strictly necessary, and Apple's EFI implementation includes its own simple boot manager, which is what you've been unsuccessful in configuring.
    Note: I'd like to have as little software between the firmware and the os, for speed and simplicity.  However, I'd still like to dual boot, but it sounds like the firmware can handle showing me a menu as long as there are entries pointing to parts of each OS.
    Many people make do with the firmware's own boot manager, but this can be rather inflexible. I'm not even sure if Apple's boot manager can handle passing options to Linux kernels' EFI stub loaders. This ability is not absolutely required, but without it you must compile your options into your kernel at compile time, which greatly reduces flexibility since you can't modify the options on a per-boot basis -- say, to boot into single-user mode if this is required.
    2. Will grub/rEFInd/syslinux do some of the work for me initially/on a kernel update?
    The usual Arch Linux method of handling kernel updates is to overwrite an old kernel with a new one, so no boot loader/boot manager changes are required. If you want to keep numbered kernels around (as most other distributions do), GRUB provides scripts that can help automate changes, but they are required in the grub.cfg file. rEFInd can auto-detect boot loaders, and if you're using the EFI stub loader, that means that the kernel is its own boot loader, and with a proper configuration, rEFInd can detect new kernels without changing its configuration file.
    SYSLINUX has some very early and very experimental EFI support. The one and only time I tried it (about a month ago), it wouldn't compile for me. (I don't know of a precompiled binary available on the Web -- the support is that new!) I don't recommend trying it unless somebody who's gotten it to work offers to help you personally.
    3. Will `efibootmgr` brick my mac?  https://wiki.archlinux.org/index.php/UE … FI_systems says it will, but I think the `grub-install` command uses `efibootmgr`, so should I not try grub on here (this package: https://www.archlinux.org/packages/core … fi-x86_64/ ).
    There were reports of efibootmgr damaging Mac firmware several months ago (I believe over a year ago). Since then I've seen claims that this problem has been fixed with recent kernels (3.0 and later, IIRC), but I've seen no substantiation one way or the other. Overall, I recommend caution....
    Also some of the other packages (like rEFInd-efi) depend on efibootmgr, so does that mean any kind of an install from them (a command from the package, not the `pacman -S pkg` command) will also brick my system? (see rEFInd-efi dependencies: https://www.archlinux.org/packages/extr … efind-efi/ )
    On a Mac, I recommend installing rEFInd (or any other EFI boot loader) from OS X rather than from Linux. (Note that I'm rEFInd's maintainer, so that's an official recommendation from the software's developer.) Offhand, I don't know if the Arch package for rEFInd runs efibootmgr automatically on boot or just has it as a dependency because efibootmgr is the usual way to register a boot loader on UEFI systems. If the latter, it should be safe to install the Arch package for rEFInd, copy its files, and then reboot to OS X to run bless on it. It would be just as easy, if not easier, to install it completely from OS X, though.

  • HP Pavilion Media Center m8300f Hangs on boot

    I have a HP Pavilion Media Center m8300f which came loaded with Vista Home Premium. About 18 month sold. Recently the computer would hang on boot up. I used the system restore and went back to a safe install. This worked ok until Windows added more patches which caused the same problem to occur again. After one or two of these episodes I was not longer able to return to a safe install. I ran the system recovery several times to check the hardware. Everything turned up good. Since I did not have a good set of recovery disks I decided to install XP on the computer and then upgrade to Vista. XP installed without a single problem. I purchased a NEW Vista Home Premium because I could later upgrade free to Windows 7. I tried to install Vista over XP. The process would start and then hang. So I reformated the hard drive using an external USB unit on another computer, replaced the drive and tried to install Vista off the DVD. It would not boot up. As a test using the Vista DVD I purchased, I upgraded XP on a separate computer to Vista. Worked very nice.
    I ordered a set of the recovery DVDs and tried them. They would not boot up. I replaced the hard drive with a new SEAGATE SATA drive because I felt the connectors were not locking in. I still could not get the recovery DVDs to run. I went back to the XP and it installed. So here I am with a computer that willl not run or install Vista but will run XP. Also HP does not provide the XP drivers for the hardware on this computer.
    Does anyone know why Vista will not install or how to get it on this computer?
    I installed a NEW Seagate SATA hard drive for drive "C" because the connectors where not locking in place. rmated the hardI purchased the Recovery DVDs from HP and tried to reinstall it.

    I had the same problem with computer halting with blue screens, black screens, etc.  Motherboard had 6 capacitors with bulging tops.  I found a replacement Nettle 2 motherboard from seller diypc2008 on E-Bay for the cost of $75.00 with free shipping.  Installed new motherboard and computer works like new. 
    It appears like at around 2 years, this problem occurs from what I read on this forum.  Look for capacitors on the motherboard with bulging tops.  I fixed my computer by replacing motherboard after running many hours of diagnostics, replacing power supply, and changing out drives.

  • Corrupt cde+hang at boot

    Looks like I have company. On more install attempts than I want to admit I got both conditions. Finaly figured out they happened while using Netscape (during Web Start and Help)I would get to the CDE and start Help Books and up jumps my friend Net... as soon as that happened my desktop was hosed. Not real helpful. Am running an install that has not had Net... activated and no problems. I really would like to know how to rip that turkey out of there so I can use something that works, I don't care who made either. As long as it works. Come on Sun give us some answers, you gotta know that if we are running this on an Intel box we know something about hardware and that evil empire O/S. If you lose us at the get-go you may not get use back. Know what I mean? Thanks in advance for any help. Steve

    My full steps were:
    mkdir -p /boot/efi/EFI/refind/
    cp /usr/lib/refind/refind_x64.efi /boot/efi/EFI/refind/
    cp /usr/lib/refind/config/refind.conf /boot/efi/EFI/refind/
    cp -r /usr/share/refind/icons /boot/efi/EFI/refind/
    cp /usr/lib/refind/config/refind_linux.conf /boot/
    mkdir -p /boot/efi/EFI/tools/
    cp -r /usr/lib/refind/drivers_x64 /boot/efi/EFI/tools/
    Edited refind_linux.conf only by adding partuuid and rootfstype.
    Edited refind.conf whith scan_driver_dirs EFI/tools/drivers_x64

Maybe you are looking for

  • Recovering data from bad partitions

    I have an iMac G5. Recently I created 3 partitions on the internal hard drive; one running the latest Tiger version (my primary volume), another running the version of Tiger straight from the disk (no updates), and one running 10.3.4. I went out of t

  • View ALL content on TV?

    Hey, i have 1 syncing computer and 2 streaming computers connected to my TV. Currently, i can only view each separate computer's content, but is there a way to view a menu with ALL the content from ALL three of the computers? thanks

  • Please tell me the Plugins (Struts) for eclipse

    I am new in struts, so please anyone tell the name of plugins i have to download. and please tell me the process of run my application in eclipse.

  • DSP - how to use Function Library

    hi all, ALDSP is returning the following error code: *weblogic.xml.query.exceptions.XQueryDynamicException: ld:br/com/DSL.ds, line 59, column 274: {err}XP0002 [{bea-err}XP0002a]: Current node needed, but not defined (or $ missing preceding a variable

  • Page not found Error while open install app

    I go through the all necessary steps to configure app domain & steps to create SharePoint hosted app still got 'page not found error' The final app URL that i got afte r open install app -"http://app-125e72eedbe144.domain name:9922/FirstApp/Pages/Def