A Flaw with LXC and Systemd

I am running quite a few machines with LXC and systemd.  I noticed one day that one of my more heavily accessed machines was very slow to respond when I tried to log in through ssh.  It sat there for a good 15-30 seconds before letting me in.  No errors were presented, but upon inspection I found that /sbin/init was consuming 100% of a cpu.  We hoped this was a fluke, and that the init was just borked, and monitored it closely.  The time came to reboot the server and when it rebooted, it was fine, but as soon as traffic started hitting it, the /usr/lib/systemd/systemd-logind process was going crazy,pegging at 100%, and then after a day I found it had switched to the /sbin/init taking over as the culprit.
After investigating systemd and finding that I can list all the units by just typing systemd at the prompt, I found that there were upwards of 15000 scope sessions. (this taking several days)
systemctl | grep session-c | wc -l
The scope sessions are identified by the following lines in the systemd unit list:
session-c43459.scope loaded active running Session c43459 of user root
session-c43460.scope loaded active running Session c43460 of user root
After digging further and finding out how to investigate these sessions, it was as I suspected, these are zombie sessions that have persisted.
[root@mybox ~]# systemctl status session-c43460.scope
session-c43460.scope - Session c43460 of user root
Loaded: loaded (/run/systemd/system/session-c43460.scope; static)
Drop-In: /run/systemd/system/session-c43460.scope.d
`-90-After-systemd-user-sessions\x2eservice.conf, 90-Description.conf, 90-KillMode.conf, 90-SendSIGHUP.conf, 90-Slice.conf, 90-TimeoutStopUSec.conf
Active: active (running) since Wed 2014-02-19 13:18:44 MST; 29min ago
Feb 19 13:18:44 mybox systemd[1]: Started Session c43460 of user root.
Feb 19 13:18:45 mybox sshd[27105]: Received disconnect from 10.10.10.10: disconnecte...user
Feb 19 13:18:45 mybox sshd[27105]: pam_unix(sshd:session): session closed for user root
Hint: Some lines were ellipsized, use -l to show in full.
This clearly shows me that the session was started for an ssh connection, but then persisted, even after the user disconnected.
After stopping the 15000+ zombie sessions, Voila! no more CPU grab by init.  The box is running significantly better, and everything is as it should be.
I know I have a unique environment, with an application that is connecting up to this server several times a minute just to get data, but that's a problem for everyone.  All my other LXC instances have zombie sessions on them too, and while my connects are not nearly as much, within a year I expect to see degraded performance. 
I've written a script to find and kill these zombie sessions, as can be done by issuing
systemctl stop session-c43460.scope
, but it would be nice if these scope sessions were exiting normally as they should when an ssh disconnect occurrs
So, I believe this is a problem between LXC and systemd, as the hosts are perfectly fine and no zombie sessions are present.
Anyone else out there having problems with LXC and systemd? or any suggestions or solutions are welcome.
Last edited by oktobermoon (2014-02-20 22:36:21)

PLease use code tags... I can't tell what's what.
Last edited by clfarron4 (2014-02-20 21:56:15)

Similar Messages

  • Boot time goes from seconds to minutes with udev and systemd

    A few weeks ago updated and saw that on reboot I was getting messages from systemd that it was waiting for all my LVM partitions, and then finally that:
    'A start job is running for udev Wait for Complete Device Initialization'
    This has never happened before and I can't find any information about it in dmesg.
    Here is my fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # UUID=f9f12b36-2333-4c46-949a-0bd86e1ab254
    /dev/mapper/Linux-Arch / ext4 rw,relatime,data=ordered 0 1
    # UUID=21ee7aa4-234e-463d-af2a-6c4cb3551ea8
    /dev/mapper/Linux-Home /home ext4 rw,relatime,data=ordered 0 2
    # UUID=E421-470F LABEL=SYSTEM_DRV
    /dev/sda2 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    # UUID=11bf5a3f-86a5-48b7-93da-994e39463f0d
    /dev/mapper/Linux-Swap none swap defaults 0 0
    # Windows
    # /dev/sda5 /mnt/Windows ntfs-3g defaults,ro,noauto 0 0
    I've been digging around for a few weeks and I can't find anything and my boot time is really slow.
    systemd-analyze blame:
    1min 1.644s systemd-udev-settle.service
    10.079s systemd-udev-trigger.service
    9.999s systemd-remount-fs.service
    1.003s lvm2-pvscan@8:8.service
    795ms systemd-timesyncd.service
    700ms systemd-update-utmp.service
    583ms systemd-sysctl.service
    560ms rtkit-daemon.service
    469ms udisks2.service
    449ms NetworkManager.service
    438ms kmod-static-nodes.service
    363ms systemd-vconsole-setup.service
    214ms tmp.mount
    184ms sys-kernel-debug.mount
    144ms sys-kernel-config.mount
    123ms systemd-tmpfiles-clean.service
    116ms dev-mqueue.mount
    90ms [email protected]
    85ms systemd-logind.service
    82ms dev-hugepages.mount
    79ms bluetooth.service
    57ms [email protected]
    42ms polkit.service
    31ms accounts-daemon.service
    31ms wpa_supplicant.service
    24ms systemd-fsck@dev-mapper-Linux\x2dHome.service
    20ms colord.service
    20ms gdm.service
    20ms upower.service
    19ms [email protected]
    18ms [email protected]
    17ms [email protected]
    15ms boot.mount
    12ms systemd-tmpfiles-setup-dev.service
    8ms dev-mapper-Linux\x2dSwap.swap
    8ms systemd-tmpfiles-setup.service
    8ms systemd-journal-flush.service
    5ms home.mount
    5ms systemd-user-sessions.service
    4ms systemd-backlight@backlight:intel_backlight.service
    3ms systemd-random-seed.service
    2ms systemd-udevd.service
    1ms sys-fs-fuse-connections.mount
    EDIT 2: Dmesg output:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.14.23-1-lts (nobody@home-andyrtr-arch64-chroots-testing-x86_64-andyrtr) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP Thu Oct 30 19:41:12 CET 2014
    [ 0.000000] Command line: initrd=\initramfs-linux-lts.img root=/dev/mapper/Linux-Arch rw resume=/dev/mapper/Linux-Swap pcie_aspm=force i915.i915_enable_rc6=1
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000087fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000c4daffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c4db0000-0x00000000c61affff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c61b0000-0x00000000ca7befff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ca7bf000-0x00000000caebefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000caebf000-0x00000000cafbefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cafbf000-0x00000000caffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cb000000-0x00000000cf9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed98000-0x00000000fed9ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffcc0000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] e820: update [mem 0xc3217018-0xc3227057] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000087fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000088000-0x00000000000bffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000040005000-0x00000000c3217017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c3217018-0x00000000c3227057] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c3227058-0x00000000c4daffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c4db0000-0x00000000c61affff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000c61b0000-0x00000000ca7befff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ca7bf000-0x00000000caebefff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000caebf000-0x00000000cafbefff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000cafbf000-0x00000000caffefff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x00000000cafff000-0x00000000caffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000cb000000-0x00000000cf9fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed98000-0x00000000fed9ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ffcc0000-0x00000000ffffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000022f5fffff] usable
    [ 0.000000] efi: EFI v2.31 by INSYDE Corp.
    [ 0.000000] efi: ACPI=0xcaffe000 ACPI 2.0=0xcaffe014 SMBIOS=0xcaebef98
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000007000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000007000-0x000000000006f000) (0MB)
    [ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x000000000006f000-0x0000000000070000) (0MB)
    [ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000070000-0x0000000000088000) (0MB)
    [ 0.000000] efi: mem05: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f62000) (15MB)
    [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000001f62000-0x0000000020000000) (480MB)
    [ 0.000000] efi: mem09: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
    [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000020200000-0x0000000040004000) (510MB)
    [ 0.000000] efi: mem11: type=0, attr=0xf, range=[0x0000000040004000-0x0000000040005000) (0MB)
    [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000040005000-0x000000007fba4000) (1019MB)
    [ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x000000007fba4000-0x0000000080000000) (4MB)
    [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x0000000080000000-0x00000000c31c0000) (1073MB)
    [ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x00000000c31c0000-0x00000000c31e0000) (0MB)
    [ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x00000000c31e0000-0x00000000c3217000) (0MB)
    [ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x00000000c3217000-0x00000000c3228000) (0MB)
    [ 0.000000] efi: mem18: type=1, attr=0xf, range=[0x00000000c3228000-0x00000000c418a000) (15MB)
    [ 0.000000] efi: mem19: type=4, attr=0xf, range=[0x00000000c418a000-0x00000000c4db0000) (12MB)
    [ 0.000000] efi: mem20: type=0, attr=0xf, range=[0x00000000c4db0000-0x00000000c61b0000) (20MB)
    [ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000c61b0000-0x00000000c61b8000) (0MB)
    [ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x00000000c61b8000-0x00000000c61bb000) (0MB)
    [ 0.000000] efi: mem23: type=7, attr=0xf, range=[0x00000000c61bb000-0x00000000c61bc000) (0MB)
    [ 0.000000] efi: mem24: type=2, attr=0xf, range=[0x00000000c61bc000-0x00000000c61bf000) (0MB)
    [ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000c61bf000-0x00000000c63a8000) (1MB)
    [ 0.000000] efi: mem26: type=1, attr=0xf, range=[0x00000000c63a8000-0x00000000c63bf000) (0MB)
    [ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000c63bf000-0x00000000c76e6000) (19MB)
    [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000c76e6000-0x00000000c864a000) (15MB)
    [ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000c864a000-0x00000000c864c000) (0MB)
    [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000c864c000-0x00000000c864e000) (0MB)
    [ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000c864e000-0x00000000c8650000) (0MB)
    [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000c8650000-0x00000000c8697000) (0MB)
    [ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000c8697000-0x00000000c8699000) (0MB)
    [ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000c8699000-0x00000000c86cb000) (0MB)
    [ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000c86cb000-0x00000000c86cc000) (0MB)
    [ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x00000000c86cc000-0x00000000c87ff000) (1MB)
    [ 0.000000] efi: mem37: type=7, attr=0xf, range=[0x00000000c87ff000-0x00000000c8803000) (0MB)
    [ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x00000000c8803000-0x00000000c8806000) (0MB)
    [ 0.000000] efi: mem39: type=7, attr=0xf, range=[0x00000000c8806000-0x00000000c8807000) (0MB)
    [ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x00000000c8807000-0x00000000c885a000) (0MB)
    [ 0.000000] efi: mem41: type=7, attr=0xf, range=[0x00000000c885a000-0x00000000c8882000) (0MB)
    [ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x00000000c8882000-0x00000000c88b0000) (0MB)
    [ 0.000000] efi: mem43: type=7, attr=0xf, range=[0x00000000c88b0000-0x00000000c88b1000) (0MB)
    [ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000c88b1000-0x00000000c8c65000) (3MB)
    [ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x00000000c8c65000-0x00000000c8c67000) (0MB)
    [ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000c8c67000-0x00000000c8c78000) (0MB)
    [ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x00000000c8c78000-0x00000000c8c7a000) (0MB)
    [ 0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000c8c7a000-0x00000000ca3bf000) (23MB)
    [ 0.000000] efi: mem49: type=7, attr=0xf, range=[0x00000000ca3bf000-0x00000000ca435000) (0MB)
    [ 0.000000] efi: mem50: type=3, attr=0xf, range=[0x00000000ca435000-0x00000000ca7bf000) (3MB)
    [ 0.000000] efi: mem51: type=5, attr=0x800000000000000f, range=[0x00000000ca7bf000-0x00000000ca865000) (0MB)
    [ 0.000000] efi: mem52: type=6, attr=0x800000000000000f, range=[0x00000000ca865000-0x00000000ca866000) (0MB)
    [ 0.000000] efi: mem53: type=5, attr=0x800000000000000f, range=[0x00000000ca866000-0x00000000ca868000) (0MB)
    [ 0.000000] efi: mem54: type=6, attr=0x800000000000000f, range=[0x00000000ca868000-0x00000000ca869000) (0MB)
    [ 0.000000] efi: mem55: type=5, attr=0x800000000000000f, range=[0x00000000ca869000-0x00000000ca86f000) (0MB)
    [ 0.000000] efi: mem56: type=6, attr=0x800000000000000f, range=[0x00000000ca86f000-0x00000000ca870000) (0MB)
    [ 0.000000] efi: mem57: type=5, attr=0x800000000000000f, range=[0x00000000ca870000-0x00000000ca883000) (0MB)
    [ 0.000000] efi: mem58: type=6, attr=0x800000000000000f, range=[0x00000000ca883000-0x00000000ca884000) (0MB)
    [ 0.000000] efi: mem59: type=5, attr=0x800000000000000f, range=[0x00000000ca884000-0x00000000ca894000) (0MB)
    [ 0.000000] efi: mem60: type=6, attr=0x800000000000000f, range=[0x00000000ca894000-0x00000000ca895000) (0MB)
    [ 0.000000] efi: mem61: type=5, attr=0x800000000000000f, range=[0x00000000ca895000-0x00000000ca8a9000) (0MB)
    [ 0.000000] efi: mem62: type=6, attr=0x800000000000000f, range=[0x00000000ca8a9000-0x00000000ca8aa000) (0MB)
    [ 0.000000] efi: mem63: type=5, attr=0x800000000000000f, range=[0x00000000ca8aa000-0x00000000ca8e3000) (0MB)
    [ 0.000000] efi: mem64: type=6, attr=0x800000000000000f, range=[0x00000000ca8e3000-0x00000000ca935000) (0MB)
    [ 0.000000] efi: mem65: type=5, attr=0x800000000000000f, range=[0x00000000ca935000-0x00000000ca9bf000) (0MB)
    [ 0.000000] efi: mem66: type=6, attr=0x800000000000000f, range=[0x00000000ca9bf000-0x00000000caabf000) (1MB)
    [ 0.000000] efi: mem67: type=0, attr=0xf, range=[0x00000000caabf000-0x00000000caebf000) (4MB)
    [ 0.000000] efi: mem68: type=10, attr=0xf, range=[0x00000000caebf000-0x00000000cafbf000) (1MB)
    [ 0.000000] efi: mem69: type=9, attr=0xf, range=[0x00000000cafbf000-0x00000000cafff000) (0MB)
    [ 0.000000] efi: mem70: type=4, attr=0xf, range=[0x00000000cafff000-0x00000000cb000000) (0MB)
    [ 0.000000] efi: mem71: type=7, attr=0xf, range=[0x0000000100000000-0x000000022f600000) (4854MB)
    [ 0.000000] efi: mem72: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    [ 0.000000] efi: mem73: type=0, attr=0x0, range=[0x00000000cb000000-0x00000000cfa00000) (74MB)
    [ 0.000000] efi: mem74: type=11, attr=0x8000000000000001, range=[0x00000000f0000000-0x00000000f4000000) (64MB)
    [ 0.000000] efi: mem75: type=11, attr=0x8000000000000001, range=[0x00000000feb00000-0x00000000feb04000) (0MB)
    [ 0.000000] efi: mem76: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem77: type=11, attr=0x8000000000000001, range=[0x00000000fed10000-0x00000000fed1a000) (0MB)
    [ 0.000000] efi: mem78: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem79: type=0, attr=0x0, range=[0x00000000fed98000-0x00000000feda0000) (0MB)
    [ 0.000000] efi: mem80: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem81: type=11, attr=0x8000000000000000, range=[0x00000000ffcc0000-0x0000000100000000) (3MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: LENOVO 20175/INVALID, BIOS 66CN54WW 01/21/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x22f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-combining
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FF8000000 write-back
    [ 0.000000] 3 base 0C8000000 mask FFE000000 write-back
    [ 0.000000] 4 base 0CA000000 mask FFF000000 write-back
    [ 0.000000] 5 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 6 base 100000000 mask F00000000 write-back
    [ 0.000000] 7 base 200000000 mask FC0000000 write-back
    [ 0.000000] 8 base 22F600000 mask FFFE00000 uncachable
    [ 0.000000] 9 base 22F800000 mask FFF800000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000082000] 82000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x22f400000-0x22f5fffff]
    [ 0.000000] [mem 0x22f400000-0x22f5fffff] page 2M
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x22c000000-0x22f3fffff]
    [ 0.000000] [mem 0x22c000000-0x22f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x22bffffff]
    [ 0.000000] [mem 0x200000000-0x22bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b44000, 0x01b44fff] PGTABLE
    [ 0.000000] BRK [0x01b45000, 0x01b45fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0xc4daffff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0xc4bfffff] page 2M
    [ 0.000000] [mem 0xc4c00000-0xc4daffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xc61b0000-0xca7befff]
    [ 0.000000] [mem 0xc61b0000-0xc61fffff] page 4k
    [ 0.000000] [mem 0xc6200000-0xca5fffff] page 2M
    [ 0.000000] [mem 0xca600000-0xca7befff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xcafff000-0xcaffffff]
    [ 0.000000] [mem 0xcafff000-0xcaffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x7fba4000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 00000000caffe014 000024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 00000000caffe210 0000DC (v01 LENOVO CB-01 00000001 01000013)
    [ 0.000000] ACPI: FACP 00000000caff5000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DSDT 00000000cafe9000 008814 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FACS 00000000cafbb000 000040
    [ 0.000000] ACPI: SLIC 00000000caffd000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: UEFI 00000000caffc000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000caffb000 000662 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000caffa000 000A39 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000caff9000 000098 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000caff8000 000058 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000caff7000 000757 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASF! 00000000caff6000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: HPET 00000000caff4000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: APIC 00000000caff3000 00008C (v03 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MCFG 00000000caff2000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: WDAT 00000000cafe8000 000224 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000cafe6000 001068 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 00000000cafe4000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASPT 00000000cafe2000 000034 (v07 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DBGP 00000000cafe1000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FPDT 00000000cafdf000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MSDM 00000000cafde000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000cafdd000 0009AA (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 00000000cafdc000 000B22 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DMAR 00000000cafdb000 0000B8 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: BGRT 00000000cafda000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x22f5fffff]
    [ 0.000000] NODE_DATA [mem 0x22f5f1000-0x22f5f5fff]
    [ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880226c00000-ffff88022ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x22f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00087fff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0xc4daffff]
    [ 0.000000] node 0: [mem 0xc61b0000-0xca7befff]
    [ 0.000000] node 0: [mem 0xcafff000-0xcaffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x22f5fffff]
    [ 0.000000] On node 0 totalpages: 2066246
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 22 pages reserved
    [ 0.000000] DMA zone: 3975 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12807 pages used for memmap
    [ 0.000000] DMA32 zone: 819647 pages, LIFO batch:31
    [ 0.000000] Normal zone: 19416 pages used for memmap
    [ 0.000000] Normal zone: 1242624 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3217000-0xc3217fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc3227000-0xc3227fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc4db0000-0xc61affff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xca7bf000-0xcaebefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcaebf000-0xcafbefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcafbf000-0xcaffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcf9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcfa00000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf4000000-0xfeafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfed97fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed98000-0xfed9ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeda0000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffcbffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffcc0000-0xffffffff]
    [ 0.000000] e820: [mem 0xcfa00000-0xefffffff] 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:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88022f200000 s86656 r8192 d23936 u262144
    [ 0.000000] pcpu-alloc: s86656 r8192 d23936 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2033937
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=\initramfs-linux-lts.img root=/dev/mapper/Linux-Arch rw resume=/dev/mapper/Linux-Swap pcie_aspm=force i915.i915_enable_rc6=1
    [ 0.000000] PCIe ASPM is forcibly enabled
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 7988560K/8264984K available (5187K kernel code, 858K rwdata, 1640K rodata, 1136K init, 1300K bss, 276424K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Hierarchical RCU implementation.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2494.263 MHz processor
    [ 0.000042] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.52 BogoMIPS (lpj=24942630)
    [ 0.000045] pid_max: default: 32768 minimum: 301
    [ 0.000053] ACPI: Core revision 20131218
    [ 0.008110] ACPI: All ACPI Tables successfully acquired
    [ 0.034617] Security Framework initialized
    [ 0.034625] Yama: becoming mindful.
    [ 0.035238] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.037855] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.039006] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.039017] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.039253] Initializing cgroup subsys memory
    [ 0.039259] Initializing cgroup subsys devices
    [ 0.039260] Initializing cgroup subsys freezer
    [ 0.039262] Initializing cgroup subsys net_cls
    [ 0.039264] Initializing cgroup subsys blkio
    [ 0.039291] CPU: Physical Processor ID: 0
    [ 0.039293] CPU: Processor Core ID: 0
    [ 0.039298] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.039769] mce: CPU supports 7 MCE banks
    [ 0.039782] CPU0: Thermal monitoring enabled (TM1)
    [ 0.039792] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 2
    [ 0.039910] Freeing SMP alternatives memory: 20K (ffffffff819f4000 - ffffffff819f9000)
    [ 0.043468] ftrace: allocating 20111 entries in 79 pages
    [ 0.054896] dmar: Host address width 36
    [ 0.054899] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.054906] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
    [ 0.054908] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.054912] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
    [ 0.054914] dmar: RMRR base: 0x000000cae8c000 end: 0x000000caeabfff
    [ 0.054915] dmar: RMRR base: 0x000000cb800000 end: 0x000000cf9fffff
    [ 0.054992] IOAPIC id 0 under DRHD base 0xfed91000 IOMMU 1
    [ 0.054994] HPET id 0 under DRHD base 0xfed91000
    [ 0.054995] Queued invalidation will be enabled to support x2apic and Intr-remapping.
    [ 0.055169] Enabled IRQ remapping in x2apic mode
    [ 0.055170] Enabling x2apic
    [ 0.055172] Enabled x2apic
    [ 0.055180] Switched APIC routing to cluster x2apic.
    [ 0.055649] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.155770] smpboot: CPU0: Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.155781] TSC deadline timer enabled
    [ 0.155793] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.155800] ... version: 3
    [ 0.155802] ... bit width: 48
    [ 0.155803] ... generic registers: 4
    [ 0.155804] ... value mask: 0000ffffffffffff
    [ 0.155805] ... max period: 0000ffffffffffff
    [ 0.155806] ... fixed-purpose events: 3
    [ 0.155807] ... event mask: 000000070000000f
    [ 0.157083] x86: Booting SMP configuration:
    [ 0.157086] .... node #0, CPUs: #1 #2 #3
    [ 0.198397] x86: Booted up 1 node, 4 CPUs
    [ 0.198401] smpboot: Total of 4 processors activated (19954.10 BogoMIPS)
    [ 0.202933] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.203185] devtmpfs: initialized
    [ 0.206444] PM: Registering ACPI NVS region [mem 0xcaebf000-0xcafbefff] (1048576 bytes)
    [ 0.207361] pinctrl core: initialized pinctrl subsystem
    [ 0.207403] RTC time: 18:04:53, date: 11/03/14
    [ 0.207440] NET: Registered protocol family 16
    [ 0.207534] cpuidle: using governor ladder
    [ 0.207535] cpuidle: using governor menu
    [ 0.207568] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.207570] ACPI: bus type PCI registered
    [ 0.207572] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.207648] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.207651] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.207745] PCI: Using configuration type 1 for base access
    [ 0.208531] bio: create slab <bio-0> at 0
    [ 0.208645] ACPI: Added _OSI(Module Device)
    [ 0.208647] ACPI: Added _OSI(Processor Device)
    [ 0.208648] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.208649] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.211733] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.236410] ACPI: SSDT 00000000cae17018 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20121220)
    [ 0.236803] ACPI: Dynamic OEM Table Load:
    [ 0.236805] ACPI: SSDT (null) 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20121220)
    [ 0.266214] ACPI: SSDT 00000000cae18a98 000303 (v01 PmRef ApIst 00003000 INTL 20121220)
    [ 0.266634] ACPI: Dynamic OEM Table Load:
    [ 0.266636] ACPI: SSDT (null) 000303 (v01 PmRef ApIst 00003000 INTL 20121220)
    [ 0.296118] ACPI: SSDT 00000000cae16d98 000119 (v01 PmRef ApCst 00003000 INTL 20121220)
    [ 0.296501] ACPI: Dynamic OEM Table Load:
    [ 0.296503] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20121220)
    [ 0.773800] ACPI: Interpreter enabled
    [ 0.773808] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
    [ 0.773813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
    [ 0.773829] ACPI: (supports S0 S3 S4 S5)
    [ 0.773831] ACPI: Using IOAPIC for interrupt routing
    [ 0.773864] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.774030] ACPI: No dock devices found.
    [ 0.780437] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.780443] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.780579] \_SB_.PCI0:_OSC invalid UUID
    [ 0.780581] _OSC request data:1 1f 0
    [ 0.780585] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.781130] PCI host bridge to bus 0000:00
    [ 0.781133] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.781136] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.781137] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.781139] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.781141] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.781143] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.781145] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.781147] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    [ 0.781148] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.781150] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.781152] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.781154] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.781156] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.781157] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.781159] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    [ 0.781161] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    [ 0.781163] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff]
    [ 0.781171] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.781277] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.781291] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe03fffff 64bit]
    [ 0.781299] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.781305] pci 0000:00:02.0: reg 0x20: [io 0x2000-0x203f]
    [ 0.781403] pci 0000:00:04.0: [8086:0153] type 00 class 0x118000
    [ 0.781415] pci 0000:00:04.0: reg 0x10: [mem 0xfed98000-0xfed9ffff 64bit]
    [ 0.781541] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.781567] pci 0000:00:14.0: reg 0x10: [mem 0xe0400000-0xe040ffff 64bit]
    [ 0.781646] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.781694] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.781745] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.781772] pci 0000:00:16.0: reg 0x10: [mem 0xe041c000-0xe041c00f 64bit]
    [ 0.781856] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.781955] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.781980] pci 0000:00:1a.0: reg 0x10: [mem 0xe0421000-0xe04213ff]
    [ 0.782080] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.782144] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.782193] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.782212] pci 0000:00:1b.0: reg 0x10: [mem 0xe0418000-0xe041bfff 64bit]
    [ 0.782296] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.782345] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.782396] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.782420] pci 0000:00:1d.0: reg 0x10: [mem 0xe0420000-0xe04203ff]
    [ 0.782520] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.782583] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.782634] pci 0000:00:1f.0: [8086:1e56] type 00 class 0x060100
    [ 0.782828] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.782850] pci 0000:00:1f.2: reg 0x10: [io 0x2088-0x208f]
    [ 0.782859] pci 0000:00:1f.2: reg 0x14: [io 0x2094-0x2097]
    [ 0.782869] pci 0000:00:1f.2: reg 0x18: [io 0x2080-0x2087]
    [ 0.782877] pci 0000:00:1f.2: reg 0x1c: [io 0x2090-0x2093]
    [ 0.782887] pci 0000:00:1f.2: reg 0x20: [io 0x2060-0x207f]
    [ 0.782897] pci 0000:00:1f.2: reg 0x24: [mem 0xe041f000-0xe041f7ff]
    [ 0.782948] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.783031] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.783050] pci 0000:00:1f.3: reg 0x10: [mem 0xe041d000-0xe041d0ff 64bit]
    [ 0.783074] pci 0000:00:1f.3: reg 0x20: [io 0x2040-0x205f]
    [ 0.783173] pci 0000:00:1f.6: [8086:1e24] type 00 class 0x118000
    [ 0.783198] pci 0000:00:1f.6: reg 0x10: [mem 0xe041e000-0xe041efff 64bit]
    [ 0.783553] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783614] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783672] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783732] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783790] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783848] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783908] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.783966] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.784076] ACPI: Enabled 5 GPEs in block 00 to 3F
    [ 0.784121] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.784209] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.784212] vgaarb: loaded
    [ 0.784213] vgaarb: bridge control possible 0000:00:02.0
    [ 0.784333] PCI: Using ACPI for IRQ routing
    [ 0.786165] PCI: pci_cache_line_size set to 64 bytes
    [ 0.786172] pci 0000:00:04.0: no compatible bridge window for [mem 0xfed98000-0xfed9ffff 64bit]
    [ 0.786212] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
    [ 0.786214] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 0.786216] e820: reserve RAM buffer [mem 0xc3217018-0xc3ffffff]
    [ 0.786217] e820: reserve RAM buffer [mem 0xc4db0000-0xc7ffffff]
    [ 0.786219] e820: reserve RAM buffer [mem 0xca7bf000-0xcbffffff]
    [ 0.786221] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
    [ 0.786222] e820: reserve RAM buffer [mem 0x22f600000-0x22fffffff]
    [ 0.786315] NetLabel: Initializing
    [ 0.786317] NetLabel: domain hash size = 128
    [ 0.786318] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.786331] NetLabel: unlabeled traffic allowed by default
    [ 0.786356] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.786361] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.788395] Switched to clocksource hpet
    [ 0.793449] pnp: PnP ACPI init
    [ 0.793466] ACPI: bus type PNP registered
    [ 0.793581] pnp 00:00: [dma 4]
    [ 0.793609] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.793633] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.793732] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.793773] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.793820] system 00:04: [io 0x0680-0x069f] has been reserved
    [ 0.793822] system 00:04: [io 0x1000-0x100f] has been reserved
    [ 0.793824] system 00:04: [io 0xffff] has been reserved
    [ 0.793826] system 00:04: [io 0xffff] has been reserved
    [ 0.793829] system 00:04: [io 0x0400-0x0453] could not be reserved
    [ 0.793831] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 0.793833] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 0.793835] system 00:04: [io 0x164e-0x164f] has been reserved
    [ 0.793838] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.793870] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.793919] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.793922] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.793963] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.794001] pnp 00:08: Plug and Play ACPI device, IDs SYN2b01 SYN2b00 SYN0002 PNP0f13 (active)
    [ 0.794134] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.794137] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.794139] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.794141] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.794143] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.794145] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.794148] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
    [ 0.794150] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.794152] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.794154] system 00:09: [mem 0xcfa00000-0xcfa00fff] has been reserved
    [ 0.794157] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.794451] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.794453] system 00:0a: [mem 0x40004000-0x40004fff] has been reserved
    [ 0.794456] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.794473] pnp: PnP ACPI: found 11 devices
    [ 0.794475] ACPI: bus type PNP unregistered
    [ 0.801229] pci 0000:00:04.0: BAR 0: assigned [mem 0xcfa08000-0xcfa0ffff 64bit]
    [ 0.801237] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.801239] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.801241] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.801243] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.801245] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.801247] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.801249] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.801251] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.801253] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.801254] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.801256] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.801258] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 0.801260] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 0.801262] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    [ 0.801264] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    [ 0.801266] pci_bus 0000:00: resource 19 [mem 0xcfa00000-0xfeafffff]
    [ 0.801299] NET: Registered protocol family 2
    [ 0.801504] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.801681] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.801864] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.801881] TCP: reno registered
    [ 0.801894] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.801927] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.802001] NET: Registered protocol family 1
    [ 0.802012] pci 0000:00:02.0: Boot video device
    [ 0.838581] PCI: CLS 64 bytes, default 64
    [ 0.838623] Unpacking initramfs...
    [ 0.931743] Freeing initrd memory: 4464K (ffff88007fba4000 - ffff880080000000)
    [ 0.931755] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.931757] software IO TLB [mem 0xbf1c0000-0xc31c0000] (64MB) mapped at [ffff8800bf1c0000-ffff8800c31bffff]
    [ 0.931789] Simple Boot Flag at 0x44 set to 0x1
    [ 0.932025] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x17
    [ 0.932033] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x17
    [ 0.932042] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x17
    [ 0.932051] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x17
    [ 0.932111] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.932127] Scanning for low memory corruption every 60 seconds
    [ 0.932408] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 0.948267] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.949675] zbud: loaded
    [ 0.949848] VFS: Disk quotas dquot_6.5.2
    [ 0.949897] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.950024] msgmni has been set to 15732
    [ 0.950080] Key type big_key registered
    [ 0.950224] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.950262] io scheduler noop registered
    [ 0.950265] io scheduler deadline registered (default)
    [ 0.950296] io scheduler cfq registered
    [ 0.950355] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.950370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.950401] efifb: probing for efifb
    [ 0.950423] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 5628k, total 5625k
    [ 0.950425] efifb: mode is 1600x900x32, linelength=6400, pages=1
    [ 0.950426] efifb: scrolling: redraw
    [ 0.950428] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.955222] Console: switching to colour frame buffer device 200x56
    [ 0.959939] fb0: EFI VGA frame buffer device
    [ 0.959947] intel_idle: MWAIT substates: 0x21120
    [ 0.959948] intel_idle: v0.4 model 0x3A
    [ 0.959949] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.960140] GHES: HEST is not enabled!
    [ 0.960192] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.960674] Linux agpgart interface v0.103
    [ 0.960719] rtc_cmos 00:05: RTC can wake from S4
    [ 0.960854] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.960891] rtc_cmos 00:05: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.960901] Intel P-state driver initializing.
    [ 0.960913] Intel pstate controlling: cpu 0
    [ 0.960933] Intel pstate controlling: cpu 1
    [ 0.960948] Intel pstate controlling: cpu 2
    [ 0.960965] Intel pstate controlling: cpu 3
    [ 0.960993] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.961133] TCP: cubic registered
    [ 0.961239] NET: Registered protocol family 10
    [ 0.961427] NET: Registered protocol family 17
    [ 0.961965] registered taskstats version 1
    [ 0.962642] Magic number: 6:677:88
    [ 0.962705] acpi INT3F0D:00: hash matches
    [ 0.962828] rtc_cmos 00:05: setting system clock to 2014-11-03 18:04:54 UTC (1415037894)
    [ 0.963002] PM: Checking hibernation image partition /dev/mapper/Linux-Swap
    [ 0.963010] PM: Hibernation image not present or could not be loaded.
    [ 0.964972] Freeing unused kernel memory: 1136K (ffffffff818d8000 - ffffffff819f4000)
    [ 0.964975] Write protecting the kernel read-only data: 8192k
    [ 0.970240] Freeing unused kernel memory: 944K (ffff880001514000 - ffff880001600000)
    [ 0.971926] Freeing unused kernel memory: 408K (ffff88000179a000 - ffff880001800000)
    [ 0.980028] random: systemd-tmpfile urandom read with 3 bits of entropy available
    [ 0.981987] systemd-udevd[57]: starting version 216
    [ 0.993396] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.999168] ACPI: bus type USB registered
    [ 0.999188] usbcore: registered new interface driver usbfs
    [ 0.999195] usbcore: registered new interface driver hub
    [ 0.999618] SCSI subsystem initialized
    [ 0.999671] usbcore: registered new device driver usb
    [ 1.000171] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.000324] ehci-pci: EHCI PCI platform driver
    [ 1.000472] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 1.000479] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.000498] ehci-pci 0000:00:1a.0: debug port 2
    [ 1.001114] libata version 3.00 loaded.
    [ 1.004412] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.004425] ehci-pci 0000:00:1a.0: irq 16, io mem 0xe0421000
    [ 1.005570] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.005576] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.018706] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.018976] hub 1-0:1.0: USB hub found
    [ 1.018989] hub 1-0:1.0: 2 ports detected
    [ 1.019277] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 1.019281] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.019293] ehci-pci 0000:00:1d.0: debug port 2
    [ 1.023202] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.023218] ehci-pci 0000:00:1d.0: irq 23, io mem 0xe0420000
    [ 1.028001] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.038738] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.039375] hub 2-0:1.0: USB hub found
    [ 1.039401] hub 2-0:1.0: 2 ports detected
    [ 1.039970] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.039984] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 1.040112] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 1.040137] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
    [ 1.040384] hub 3-0:1.0: USB hub found
    [ 1.040404] hub 3-0:1.0: 4 ports detected
    [ 1.040970] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.040975] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 1.041377] hub 4-0:1.0: USB hub found
    [ 1.041406] hub 4-0:1.0: 4 ports detected
    [ 1.041933] ahci 0000:00:1f.2: version 3.0
    [ 1.042141] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 1.042189] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x1 impl SATA mode
    [ 1.042192] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 1.042951] scsi0 : ahci
    [ 1.043089] scsi1 : ahci
    [ 1.043205] scsi2 : ahci
    [ 1.043321] scsi3 : ahci
    [ 1.043443] scsi4 : ahci
    [ 1.043605] scsi5 : ahci
    [ 1.043699] ata1: SATA max UDMA/133 abar m2048@0xe041f000 port 0xe041f100 irq 43
    [ 1.043704] ata2: DUMMY
    [ 1.043707] ata3: DUMMY
    [ 1.043709] ata4: DUMMY
    [ 1.043711] ata5: DUMMY
    [ 1.043713] ata6: DUMMY
    [ 1.339195] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.389168] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.390125] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
    [ 1.390134] ata1.00: ATA-9: SAMSUNG MZMTD256HAGM-000L1, DXT42L0Q, max UDMA/133
    [ 1.390139] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.390821] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
    [ 1.390986] ata1.00: configured for UDMA/133
    [ 1.391372] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZMTD256 DXT4 PQ: 0 ANSI: 5
    [ 1.401296] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 1.401579] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.401588] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.401790] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.404906] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
    [ 1.406850] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.490272] hub 1-1:1.0: USB hub found
    [ 1.490465] hub 1-1:1.0: 6 ports detected
    [ 1.512747] device-mapper: uevent: version 1.0.3
    [ 1.512926] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
    [ 1.519284] bio: create slab <bio-1> at 1
    [ 1.545404] PM: Starting manual resume from disk
    [ 1.545409] PM: Hibernation image partition 254:0 present
    [ 1.545411] PM: Looking for hibernation image.
    [ 1.545576] PM: Image not found (code -22)
    [ 1.545578] PM: Hibernation image not present or could not be loaded.
    [ 1.579429] atkbd serio0: Unknown key pressed (translated set 2, code 0xbe on isa0060/serio0).
    [ 1.579432] atkbd serio0: Use 'setkeycodes e03e <keycode>' to make it known.
    [ 1.583409] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.584558] atkbd serio0: Unknown key released (translated set 2, code 0xbe on isa0060/serio0).
    [ 1.584561] atkbd serio0: Use 'setkeycodes e03e <keycode>' to make it known.
    [ 1.609376] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.665486] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
    [ 1.665742] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
    [ 1.665813] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
    [ 1.665853] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
    [ 1.665880] systemd[1]: Mounting cgroup to /sys/fs/cgroup/freezer of type cgroup with options freezer.
    [ 1.665906] systemd[1]: Mounting cgroup to /sys/fs/cgroup/net_cls of type cgroup with options net_cls.
    [ 1.665932] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
    [ 1.665987] systemd[1]: systemd 216 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN )
    [ 1.666093] systemd[1]: Detected architecture 'x86-64'.
    [ 1.667499] systemd[1]: Set hostname to <arch-yogi>.
    [ 1.668059] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
    [ 1.668094] systemd[1]: Installed release agent.
    [ 1.668133] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
    [ 1.669521] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 147.
    [ 1.669581] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-gpt-auto-generator as 148.
    [ 1.669637] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 149.
    [ 1.669689] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 150.
    [ 1.669743] systemd[146]: Spawned /usr/lib/systemd/system-generators/lvm2-activation-generator as 151.
    [ 1.669826] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 152.
    [ 1.669899] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-debug-generator as 153.
    [ 1.669992] systemd[146]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 154.
    [ 1.671020] systemd[146]: /usr/lib/systemd/system-generators/systemd-getty-generator succeeded.
    [ 1.677317] systemd[146]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator succeeded.
    [ 1.678493] systemd[146]: /usr/lib/systemd/system-generators/systemd-fstab-generator succeeded.
    [ 1.678499] systemd[146]: /usr/lib/systemd/system-generators/systemd-system-update-generator succeeded.
    [ 1.689210] systemd[146]: /usr/lib/systemd/system-generators/lvm2-activation-generator succeeded.
    [ 1.689216] systemd[146]: /usr/lib/systemd/system-generators/systemd-efi-boot-generator succeeded.
    [ 1.689220] systemd[146]: /usr/lib/systemd/system-generators/systemd-debug-generator succeeded.
    [ 1.689223] systemd[146]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator succeeded.
    [ 1.689278] systemd[1]: /usr/lib/systemd/system-generators succeeded.
    [ 1.689509] systemd[1]: Looking for unit files in (higher priority first):
    [ 1.689512] systemd[1]: /etc/systemd/system
    [ 1.689513] systemd[1]: /run/systemd/system
    [ 1.689514] systemd[1]: /run/systemd/generator
    [ 1.689516] systemd[1]: /usr/local/lib/systemd/system
    [ 1.689517] systemd[1]: /usr/lib/systemd/system
    [ 1.689518] systemd[1]: /run/systemd/generator.late
    [ 1.689520] systemd[1]: SysV init scripts and rcN.d links support disabled
    [ 1.696010] systemd[1]: Failed to load configuration for auditd.service: No such file or directory
    [ 1.699470] systemd[1]: Failed to load configuration for plymouth-start.service: No such file or directory
    [ 1.704745] systemd[1]: Failed to load configuration for syslog.service: No such file or directory
    [ 1.711661] systemd[1]: Failed to load configuration for plymouth-quit.service: No such file or directory
    [ 1.712238] systemd[1]: Failed to load configuration for plymouth-quit-wait.service: No such file or directory
    [ 1.720811] systemd[1]: Using notification socket /run/systemd/notify
    [ 1.720824] systemd[1]: Successfully created private D-Bus server.
    [ 1.720829] systemd[1]: -.mount changed dead -> mounted
    [ 1.720856] systemd[1]: Activating default unit: default.target
    [ 1.720860] systemd[1]: Trying to enqueue job graphical.target/start/isolate
    [ 1.720991] systemd[1]: Looking at job [email protected]/stop conflicted_by=yes
    [ 1.720993] systemd[1]: Looking at job [email protected]/start conflicted_by=no
    [ 1.720996] systemd[1]: Fixing conflicting jobs [email protected]/stop,[email protected]/start by deleting job [email protected]/start
    [ 1.720998] systemd[1]: Looking at job gdm.service/start conflicted_by=no
    [ 1.721000] systemd[1]: Looking at job gdm.service/stop conflicted_by=no
    [ 1.721002] systemd[1]: Fixing conflicting jobs gdm.service/start,gdm.service/stop by deleting job gdm.service/stop
    [ 1.721036] systemd[1]: Installed new job graphical.target/start as 1
    [ 1.721044] systemd[1]: Installed new job multi-user.target/start as 2
    [ 1.721048] systemd[1]: Installed new job basic.target/start as 3
    [ 1.721052] systemd[1]: Installed new job sysinit.target/start as 4
    [ 1.721056] systemd[1]: Installed new job local-fs.target/start as 5
    [ 1.721059] systemd[1]: Installed new job boot.mount/start as 6
    [ 1.721063] systemd[1]: Installed new job system.slice/start as 8
    [ 1.721067] systemd[1]: Installed new job -.slice/start as 9
    [ 1.721070] systemd[1]: Installed new job dev-sda2.device/start as 10
    [ 1.721077] systemd[1]: Installed new job [email protected]/start as 11
    [ 1.721082] systemd[1]: Installed new job system-systemd\x2dfsck.slice/start as 12
    [ 1.721085] systemd[1]: Installed new job home.mount/start as 15
    [ 1.721089] systemd[1]: Installed new job dev-mapper-Linux\x2dHome.device/start as 16
    [ 1.721093] systemd[1]: Installed new job systemd-fsck@dev-mapper-Linux\x2dHome.service/start as 17
    [ 1.721097] systemd[1]: Installed new job systemd-fsck-root.service/start as 18
    [ 1.721100] systemd[1]: Installed new job tmp.mount/start as 19
    [ 1.721104] systemd[1]: Installed new job systemd-remount-fs.service/start as 20
    [ 1.721107] systemd[1]: Installed new job local-fs-pre.target/start as 21
    [ 1.721110] systemd[1]: Installed new job boot.automount/start as 22
    [ 1.721114] systemd[1]: Installed new job swap.target/start as 23
    [ 1.721117] systemd[1]: Installed new job dev-mapper-Linux\x2dSwap.swap/start as 24
    [ 1.721121] systemd[1]: Installed new job dev-mapper-Linux\x2dSwap.device/start as 25
    [ 1.721124] systemd[1]: Installed new job systemd-timesyncd.service/start as 26
    [ 1.721127] systemd[1]: Installed new job time-sync.target/start as 27
    [ 1.721131] systemd[1]: Installed new job ldconfig.service/start as 28
    [ 1.721134] systemd[1]: Installed new job sys-kernel-debug.mount/start as 29
    [ 1.721137] systemd[1]: Installed new job systemd-vconsole-setup.service/start as 30
    [ 1.721140] systemd[1]: Installed new job sys-kernel-config.mount/start as 31
    [ 1.721144] systemd[1]: Installed new job systemd-journal-flush.service/start as 32
    [ 1.721147] systemd[1]: Installed new job systemd-journald.service/start as 33
    [ 1.721150] systemd[1]: Installed new job systemd-journald.socket/start as 34
    [ 1.721154] systemd[1]: Installed new job systemd-journald-dev-log.socket/start as 35
    [ 1.721157] systemd[1]: Installed new job systemd-sysctl.service/start as 36
    [ 1.721160] systemd[1]: Installed new job systemd-firstboot.service/start as 37
    [ 1.721164] systemd[1]: Installed new job cryptsetup.target/start as 38
    [ 1.721167] systemd[1]: Installed new job lvm2-lvmetad.socket/start as 39
    [ 1.721170] systemd[1]: Installed new job kmod-static-nodes.service/start as 40
    [ 1.721173] systemd[1]: Installed new job systemd-binfmt.service/start as 41
    [ 1.721177] systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 42
    [ 1.721180] systemd[1]: Installed new job systemd-journal-catalog-update.service/start as 43
    [ 1.721184] systemd[1]: Installed new job systemd-udevd.service/start as 44
    [ 1.721187] systemd[1]: Installed new job systemd-udevd-control.socket/start as 45
    [ 1.721191] systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 46
    [ 1.721194] systemd[1]: Installed new job systemd-ask-password-console.path/start as 47
    [ 1.721197] systemd[1]: Installed new job systemd-random-seed.service/start as 48
    [ 1.721200] systemd[1]: Installed new job dev-mqueue.mount/start as 49
    [ 1.721204] systemd[1]: Installed new job systemd-modules-load.service/start as 50
    [ 1.721207] systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 51
    [ 1.721211] systemd[1]: Installed new job systemd-tmpfiles-setup-dev.service/start as 52
    [ 1.721214] systemd[1]: Installed new job systemd-udev-trigger.service/start as 53
    [ 1.721217] systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 54
    [ 1.721220] systemd[1]: Installed new job systemd-update-utmp.service/start as 55
    [ 1.721224] systemd[1]: Installed new job dev-hugepages.mount/start as 56
    [ 1.721227] systemd[1]: Installed new job systemd-sysusers.service/start as 57
    [ 1.721230] systemd[1]: Installed new job systemd-udev-hwdb-update.service/start as 58
    [ 1.721233] systemd[1]: Installed new job systemd-update-done.service/start as 59
    [ 1.721237] systemd[1]: Installed new job sockets.target/start as 62
    [ 1.721240] systemd[1]: Installed new job acpid.socket/start as 63
    [ 1.721244] systemd[1]: Installed new job systemd-shutdownd.socket/start as 64
    [ 1.721247] systemd[1]: Installed new job dm-event.socket/start as 65
    [ 1.721250] systemd[1]: Installed new job systemd-initctl.socket/start as 66
    [ 1.721254] systemd[1]: Installed new job dbus.socket/start as 67
    [ 1.721257] systemd[1]: Installed new job timers.target/start as 68
    [ 1.721260] systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 69
    [ 1.721263] systemd[1]: Installed new job paths.target/start as 70
    [ 1.721267] systemd[1]: Installed new job slices.target/start as 71
    [ 1.721270] systemd[1]: Installed new job acpid.service/start as 72
    [ 1.721272] systemd[1]: Installed new job systemd-udev-settle.service/start as 73
    [ 1.721276] systemd[1]: Installed new job remote-fs.target/start as 74
    [ 1.721279] systemd[1]: Installed new job NetworkManager.service/start as 75
    [ 1.721282] systemd[1]: Installed new job network.target/start as 76
    [ 1.721286] systemd[1]: Installed new job man-db.timer/start as 77
    [ 1.721289] systemd[1]: Installed new job dbus.service/start as 78
    [ 1.721292] systemd[1]: Installed new job getty.target/start as 79
    [ 1.721295] systemd[1]: Installed new job system-getty.slice/start as 81
    [ 1.721299] systemd[1]: Installed new job gdm.service

    So it times out (taking 3 minutes) then says
    [FAILED] Failed to start udev Wait for Complete Device Initialization.
    See "systemctl status systemd-udev-settle.service" for details
    [DEPEND] Dependency failed for ACPI event daemon
    so I ran
    systemctl status systemd-udev-settle
    with this output:
    ● systemd-udev-settle.service - udev Wait for Complete Device Initialization
    Loaded: loaded (/usr/lib/systemd/system/systemd-udev-settle.service; static)
    Active: active (exited) since Thu 2014-11-13 11:40:16 EST; 1min 24s ago
    Docs: man:udev(7)
    man:systemd-udevd.service(8)
    Process: 583 ExecStart=/usr/bin/udevadm settle (code=exited, status=0/SUCCESS)
    Main PID: 583 (code=exited, status=0/SUCCESS)
    CGroup: /system.slice/systemd-udev-settle.service
    Nov 13 11:40:14 arch-yogi systemd[1]: systemd-udev-settle.service changed failed -> start
    Nov 13 11:40:16 arch-yogi systemd[1]: Child 583 belongs to systemd-udev-settle.service
    Nov 13 11:40:16 arch-yogi systemd[1]: systemd-udev-settle.service: main process exited, code=exited, status=0/SUCCESS
    Nov 13 11:40:16 arch-yogi systemd[1]: systemd-udev-settle.service changed start -> exited
    Nov 13 11:40:16 arch-yogi systemd[1]: Job systemd-udev-settle.service/start finished, result=done
    Nov 13 11:40:16 arch-yogi systemd[1]: Started udev Wait for Complete Device Initialization.
    Nov 13 11:40:16 arch-yogi systemd[1]: systemd-udev-settle.service: cgroup is empty
    and after another
    systemd-analyze blame
    I get:
    2.358s systemd-udev-settle.service
    995ms lvm2-pvscan@8:8.service
    558ms rtkit-daemon.service
    488ms NetworkManager.service
    458ms udisks2.service
    341ms systemd-udev-trigger.service
    341ms systemd-binfmt.service
    319ms systemd-tmpfiles-setup-dev.service
    315ms systemd-random-seed.service
    301ms systemd-journald.service
    299ms proc-sys-fs-binfmt_misc.mount
    166ms systemd-udevd.service
    133ms [email protected]
    108ms systemd-journal-flush.service
    98ms systemd-logind.service
    90ms systemd-timesyncd.service
    80ms bluetooth.service
    65ms [email protected]
    47ms polkit.service
    37ms accounts-daemon.service
    28ms wpa_supplicant.service
    26ms systemd-sysctl.service
    25ms colord.service
    23ms systemd-fsck@dev-mapper-Linux\x2dHome.service
    23ms [email protected]
    22ms [email protected]
    21ms [email protected]
    19ms boot.mount
    18ms upower.service
    17ms avahi-daemon.service
    14ms systemd-remount-fs.service
    13ms gdm.service
    11ms tmp.mount
    11ms systemd-vconsole-setup.service
    10ms sys-kernel-debug.mount
    9ms dev-mapper-Linux\x2dSwap.swap
    8ms kmod-static-nodes.service
    6ms systemd-tmpfiles-setup.service
    5ms systemd-user-sessions.service
    5ms dev-mqueue.mount
    4ms systemd-update-utmp.service
    3ms home.mount
    3ms sys-kernel-config.mount
    3ms sys-fs-fuse-connections.mount
    3ms systemd-backlight@backlight:intel_backlight.service
    2ms dev-hugepages.mount
    systemd-analyze gets it right though:
    Startup finished in 2.538s (firmware) + 62ms (loader) + 2.238s (kernel) + 3min 3.161s (userspace) = 3min 8.001s
    What can I do?

  • Dockingstation with udev and systemd

    Hello,
    first: sorry for my bad english... the last time i have practise my english was in school :-)
    now my problem:
    i try to setup a udev-rule for my thinkpad T61 when the latptop is (un)docked from the station.
    i try a lot of thinks... RUN+=" and such stuff -- but my script takes very long time (Setup Interface, WakeOnLAN, multiple cryptet mounts from my homeserver etc.) and killed by systemd after a while.
    related to this (jasonwryan.com -- Scripting with udev) and this (bbs.archlinux.org -- Automating a script for a usb device on systemd?) i create a udev-rule like this:
    /etc/udev/rules.d/10-thinkpad-dock.rules:
    TAG+="systemd", SUBSYSTEM=="platform", KERNEL=="dock.3", ACTION=="change", ENV{SYSTEMD_READY}="1", ENV{SYSTEMD_USER_WANTS}="dock.service"
    and a service-file like this:
    /etc/systemd/user/dock.service
    [Unit]
    Description=User docking actions
    After=graphical.target sys-devices-platform-dock.3.device
    [Service]
    Type=simple
    Restart=always
    Environment=DISPLAY=:0.0
    Environment=XAUTHORITY=/home/emilia/.Xauthority
    ExecStart=-/usr/local/sbin/tp-dock
    [Install]
    WantedBy=graphical.target sys-devices-platform-dock.3.device
    the problem is, the script runs only once at the first docking-action after a reboot. the other times nothing happens and also the logs are empty.
    Any suggestions and/or help please?

    Hello,
    first: sorry for my bad english... the last time i have practise my english was in school :-)
    now my problem:
    i try to setup a udev-rule for my thinkpad T61 when the latptop is (un)docked from the station.
    i try a lot of thinks... RUN+=" and such stuff -- but my script takes very long time (Setup Interface, WakeOnLAN, multiple cryptet mounts from my homeserver etc.) and killed by systemd after a while.
    related to this (jasonwryan.com -- Scripting with udev) and this (bbs.archlinux.org -- Automating a script for a usb device on systemd?) i create a udev-rule like this:
    /etc/udev/rules.d/10-thinkpad-dock.rules:
    TAG+="systemd", SUBSYSTEM=="platform", KERNEL=="dock.3", ACTION=="change", ENV{SYSTEMD_READY}="1", ENV{SYSTEMD_USER_WANTS}="dock.service"
    and a service-file like this:
    /etc/systemd/user/dock.service
    [Unit]
    Description=User docking actions
    After=graphical.target sys-devices-platform-dock.3.device
    [Service]
    Type=simple
    Restart=always
    Environment=DISPLAY=:0.0
    Environment=XAUTHORITY=/home/emilia/.Xauthority
    ExecStart=-/usr/local/sbin/tp-dock
    [Install]
    WantedBy=graphical.target sys-devices-platform-dock.3.device
    the problem is, the script runs only once at the first docking-action after a reboot. the other times nothing happens and also the logs are empty.
    Any suggestions and/or help please?

  • Dm-crypt with LUKS and systemd changes

    I am planning on setting up an FSE using dm-crypt with LUKS and have just completed the secure wipe process using frandom. To avoid major pitfalls with the next step and confusion with outdated guides I was wondering if anyone can shed some light on dm-crypt with LUKS in regard to changes from systemd.
    Specifically I am looking to partition using LVM and have a key-file. This is more complex than using a standard paritions and password-only setup.
    Reading the discussion on the archwiki page for dm-crypt with LUKS it states at the bottom:
    systemd requires lvm-on-cryptdevice.service active in order to open LVMs on cryptdevices that are not the root partition (which is handled by the initrd).
    What does this mean in the scope of my desired setup and are there any more major changes on the dm-crypt process brought about by systemd? Thank you for the support.

    Thanks for the help so far. I decided against using a keyfile and tailored a set of instructions for my goal (LVM on LUKS, passphrase, non-efi). Is this procedure correct?
    Partitioning
    # cfdisk
              -sda1   -   Boot   -   Primary   -    Linux   -   200 (MB)
              -sda2   -             -   Primary   -    Linux   -
    Load the encryption module
    # modprobe dm-mod
    Configuring LUKS and formating paritions with a passphrase
    Format LUKS
    # cryptsetup -h SHA512 -i 5000 -c aes-xts-plain -y -s 512 luksFormat /dev/sda2
    Check results
    # cryptsetup luksDump /dev/sda2
    Unlocking/Mapping LUKS Partitions with the Device Mapper
    # cryptsetup luksOpen /dev/sda2 lvm
    Initialize physical volume
    # lvm pvcreate /dev/mapper/lvm
    Create volume group
    # lvm vgcreate vgroup /dev/mapper/lvm
    Add logical volumes to volume group
    # lvm lvcreate -L 20G -n root vgroup
    # lvm lvcreate -l 100%FREE -n home vgroup
    Make filesystems and mount partitions
    # mkfs.ext4 /dev/mapper/vgroup-root
    # mount /dev/mapper/vgroup-root /mnt
    # mkfs.ext4 /dev/mapper/vgroup-home
    # mkdir /mnt/home
    # mount /dev/mapper/vgroup-home /mnt/home
    # mkfs.ext2 /dev/sda1
    # mkdir /mnt/boot
    # mount /dev/sda1 /mnt/boot
    Backup cryptheader
    # cryptsetup luksHeaderBackup /dev/sda2 --header-backup-file /mnt/<backup>/<file>.img
    Create an initial ramdisk environment
    # nano /etc/mkinitcpio.conf
    HOOKS="base udev autodetect block encrypt lvm2 filesystems shutdown"
    # mkinitcpio -p linux
    Syslinux
    # pacman -S syslinux
    # syslinux-install_update -i -a -m
    Configure syslinux.cfg to point to the right root partition
    # nano /boot/syslinux/syslinux.cfg
    LABEL arch
            APPEND root=/dev/mapper/vgroup-root cryptdevice=/dev/sda2:vgroup ro
    Last edited by Divinorum (2013-01-22 16:02:13)

  • [SOLVED] Problem with acpid and systemd-logind

    Hi, I have the following problem: I want set an action, when power button is pushed, different from shutdown and I want do this with a rule in acpid. Before set a rule in acpid, I modified the /etc/systemd/logind.conf in the following way:
    HandlePowerKey=ignore
    HandleSuspendKey=ignore
    HandleHibernateKey=ignore
    HandleLidSwitch=ignore
    Of course I restart systemd-logind service.
    After this, I run #acpi_listen and when I press the power button, the output is the following:
    button/power PBTN 00000080 00000000
    button/power LNXPWRBN:00 00000080 00000008
    So at this point, with reference to arch wiki, I tried to set the acpid rule with a modify the /etc/acpi/handler.sh in this way:
    #!/bin/bash
    # Default acpi script that takes an entry for all actions
    case "$1" in
    button/power)
    case "$2" in
    PBTN)
    notify-send "this is a test message"
    logger 'Power button pressed'
    esac
    esac
    Because with this setting doesn't happens nothing, I tried the alternative configuration suggested in the arch wiki, So I create a file in /etc/acpi/events/power with this content:
    event=button/power
    action=/etc/acpi/actions/power.sh "%e"
    where power.sh has this content:
    #!/bin/bash
    notify-send "this is a test message"
    but also in the way when I push the power button doesn't happens nothing. Can you help me?
    P.S. I try to restart both service systemd-logind and acpid but the result is the same
    Last edited by pepib (2015-03-09 12:07:27)

    In the handler.sh script I put the getuser function and I modified the handler.sh as following:
    case "$1" in
    button/power)
    case "$2" in
    PBTN)
    getuser notify-send "this is a test message"
    but it continued to doesn't working. So at this point at place of getuser function I tried to put the
    export XAUTHORITY="/home/user/.Xauthority"
    export DISPLAY=":0.0"
    but it doesn't working. Fortunately, at the end I find this possible solution http://goo.gl/Lq4TsY that use uacpid. What was the problem? Where I wrong?

  • SSL Passphrases with Nginx and Systemd

    I'm currently looking to migrate one of my systems to Arch Linux with Nginx powering my web stack. For my site I use a wildcard SSL certificate for communication, and of course my SSL key is passphrased.
    While finishing up the last things on the system last night, I came around to actually putting the real cert on the system and starting Nginx. To my surprise Nginx failed. Using `journal -xn` I found that it was requesting the SSL key's passphrase via stdin which wasn't being sent to me, and thus would just fail.
    How are people using SSL passphrases with systemd? I saw some work-around suggestions for Apache in relation to the PasswordAgent, are there any for Nginx? I'm starting to think that I'm just going to need to disable the systemd service for nginx and write my own init script.
    I've taken a look at the systemd documentation, and there seemed to be plenty of theoretical / philosophical information about the PasswordAgent but nothing specific about how you add support to a service that needs it. It's possible I just missed the relevant article.
    Any information will be greatly helpful.
    Cheers!
    -Tim

    Thank you for the suggestion, I'm not sure how I missed this patch.
    I'd like to avoid having to compile nginx from source. I suppose I should probably open a bug report on the project to allow this to be a core feature.
    Cheers!
    -Tim

  • Problems with Vgaswitcheroo and Systemd

    Hi there,
    I have an Acer Timeline 4820tg with Intel HD 3000 integrated graphics and a ATI Radeon HD 5470. I want my Laptop to shut down the Radeon every time the system starts, so I do not have to write "echo OFF > /sys/kernel/debug/vgaswitcheroo/switch" every time I start my Laptop. I thought this would be easy, created the file radeonoff.conf in /etc/tmpfiles.d/ and filled it with "w /sys/kernel/debug/vgaswitcheroo/switch - - - - OFF". That first try, my system just hung. I tried several times without success, booted the LiveCD and removed the file. I also tried writing a service for this to wait until gdm had started, but this didn't work since ">" does not work in .service files, and since this is ugly because tmpfiles are thought to solve issues like this one. So my question, does anyone have an idea how to solve the hanging system? I achieved taking a photo of the hung-system-kernel-messages, so maybe this helps: http://ompldr.org/iZnJpYw
    Any help would be greaty appreciated
    Greetings, Jan

    I think that in order to not have things be quite so racy, you probably wnt to use udev rules (I know I suggest these damn thigns for just about everything... but they work).  That way, you can have the rule run once the necessary path in /sys becomes available.
    I do not use switching gpu at all, but it would seem that the module needs to be in the intramfs because otherwise it is trying to apply the tmpfiles before both modules have been picked up by udev or possibly before vgaswitcheroo has been fully initialized.  Thus the /sys/kernel/debug/vgaswitcheroo/switch path does not yet exist. 
    Use
    $ udevadm info -a -p /sys/kernel/debug/vgaswitcheroo
    to get some parameters to include in your rule.  Then also include
    WAIT_FOR="/sys/kernel/debug/vgaswitcheroo/switch
    in the rule.
    This is how I confiure the sesitivity of my trackpoint.  I know that it is not at all the same device, but just an example of how I set up my rule (since it has to wait for the sensitivity file to be present):
    KERNEL=="serio2", SUBSYSTEM=="serio", DRIVER=="psmouse", WAIT_FOR="/sys/devices/platform/i8042/serio1/serio2/sensitivity", ATTR{sensitivity}="190"
    I hope this might help... I too tried to use udev rules for a number of things, but it wasn't walys gauranteed that some of the paths had been set up yet.

  • Is there a major flaw with Iphoto in regards to organizing and backing up?

    Is there a major flaw with Iphoto in regards to organizing and backing up? And how should I proceed??
    Here is my story. I have moved roughly 15,000 photos from 7 computers (4 PCs and 3 Macs - basically everyone's computer in the family) onto one external hard drive. The photos were taken by many different digital cameras, are sparsely labeled, and have the most random names and folders. There are a LOT of duplicates. MY MISSION - label and back them up.
    The way I normally deal with photos/DATA is this: I plug my camera into my Mac and immediately think about organizing and backing them up. With "Preview" I look at photos (and decide which one I like), create a folder called "where-ever I took these photos" and drag them into that folder. The problem with Iphoto is that you have no ability to control folders, unlike many other applications.
    For example, in Itunes you can rename an artist, or even an album, and it will automatically appear in an updated folder. If you alter a photo in Photoshop, it makes you save it is a new file. In Iphoto you cannot make the same "root level" changes without making duplicates. From what I understand, you can place photos into an Album and then export that album (which makes duplicates). Iphoto will rename each duplicate file and then place it in the correct folder. The problem here is I have no idea where the original is to delete it.
    Basically I want to create folders called "Trip to Italy 2003" or "Rachel's Wedding" and place all the photos associated with that event in those folders. The problem I run into is that I have a bunch of duplicates. I have heard of a program called Duplicate Annihilator which has gotten favorable reviews. If I import them into Iphoto all the photos are placed in random named folders. I say random because some of the photos were taken on cameras that didn't have the date set correctly. Hence some of my photos will appear in a labyrinth of folders called "Modified / 2001 / Roll 17 / DCM482 / Image25874654.jpg"
    I am totally willing to wipe my Iphoto library clean and start again if there is a way to organize the photos as described above. Eventually I will take these folders and save them on a data DVD.
    Thanks to anyone who can help.
    Gary

    You do not need to delve into the folders within the iPhoto Library via the finder to access any photo. That is all done within iPhoto itself. If you need a photo for use outside of iPhoto read Terence Devlin's treatise on file access. iPhoto is a DAM application - Digital Asset Management, not a folder manager. There's a big difference. You can use keywords, album and smart albums to organize your photos.
    If you still have the original files you might consider what I do. I rename each file with the date it was taken using the international date format: YYYY-MM-DD-001.jpg. You can download the demo version ofMedia Expression and automatically rename each folder of photos with the EXIF date and a sequential number. This makes chronological searching and sorting much easier both in iPhoto and the Finder.
    If you want to not only manage the photos but the folders then Expression Media will let you do both. It will let you rename files after being imported into a catalog, move them between folders, add ITPC metadata to the files, create virtual albums called Supplemental categories, and much, much more. I use it as my primary DAM and iPhoto for special projects like books, slideshows, calendars, etc.

  • Sparrow and a fundamental flaw with the App Store

    There is an app in the store called Sparrow.  If you have not seen this it is a very nice alternative email client to Apple Mail.   It was just onsale and then within a week, I read that they have been purchased by Google and the team will be working on "other projects".    While I for am happy for the dev team at Sparrow, I feel both Sparrow and Apple owe me money back!
    As someone who just purchased on 7/13 the Mac client “on-sale” only to hear this news I’m furious! They obviously knew they were going to be sold and to then put the software “on sale” limited time only is un-ethical. Why would anyone buy a software product only to find out that you are most likely never going to see an update on this product for either new features or bugs, where there are plenty of!
    To me this is a fundamental flaw with the APP store overall. This is one area that Google does is significantly better then Apple – You can buy apps and you have a short window where you can return the product. I for one have requested a refund through the Apple store and it’s this kind of thing that makes me very cautious of buying on the Mac App Store. It’s one thing to by a $.99 or $2.99 APP and feel bad about it, it’s entirely unacceptable to spend $9.99 or more and then find you have something that is worthless!

    Your Mac must have v10.6.6 (at the minimum) to have access to the App Store.
    Apple - Support - Mac App Store - Get Started
    Snow Leopard is available for purchase from the Apple Store   >   Mac OS X 10.6 Snow Leopard - Apple Store
    Make sure your Mac meets v10.6 Snow Leopard requirements before purchasing  > Mac OS X v10.6 Snow Leopard - Technical Specifications

  • [SOLVED] systemd-arch-units conflicts with mdadm and xinetd packages

    Trying to upgrade my testing box today to latest/greatest and running into a file conflict between systemd-arch-linux providing systemd profiles for xinetd and mdadm which also think they control the same files:
    error: failed to commit transaction (conflicting files)
    /usr/lib/systemd/system/mdadm.service exists in both 'mdadm' and 'systemd-arch-units'
    /usr/lib/systemd/system/xinetd.service exists in both 'systemd-arch-units' and 'xinetd'
    Errors occurred, no packages were upgraded.
    Should I just do a force? I am not relying on systemd yet. Or should I just remove systemd?
    Chester
    Last edited by chetwisniewski (2012-05-15 18:17:45)

    silent wrote:So now the new version of mdadm and xinetd moved to [core] and I have the same conflict with systemd-arch-units in [community].
    Try -Syu again?

  • [SOLVED]problem with UEFI and Windows 8

    Hi guys,
    I have installed archlinux but have the problem with grub2 and UEFI
    Im not have  /boot/efi/efi/microsoft/boot/bootmgfw.efi
    for install grub2:
    modprobe dm-mod
    modprobe efivars
    grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --boot-directory=/boot/efi/EFI --recheck --debug
    cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/efi/EFI/grub/locale/en.mo
    log grub-install
    # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --boot-directory=/boot/efi/EFI --recheck --debug
    + setup_verbose=--verbose
    + efi_quiet=-q
    + '[' -z /boot/efi/EFI ']'
    ++ echo /boot/efi/EFI/grub
    ++ sed 's,//*,/,g'
    + grubdir=/boot/efi/EFI/grub
    + device_map=/boot/efi/EFI/grub/device.map
    + '[' x86_64-efi = i386-pc ']'
    + '[' x86_64-efi = sparc64-ieee1275 ']'
    + set /usr/bin/grub-mkimage dummy
    + test -f /usr/bin/grub-mkimage
    + :
    + '[' xefi = xefi ']'
    + test -n /boot/efi
    ++ /usr/sbin/grub-probe --target=device --device-map= /boot/efi
    + install_device=/dev/sda9
    + test -n /boot/efi
    + efi_distributor=arch_grub
    + test no = yes
    + case "$grub_modinfo_target_cpu" in
    + efi_file=grubx64.efi
    + efidir=/boot/efi/EFI/arch_grub
    + mkdir -p /boot/efi/EFI/arch_grub
    + mkdir -p /boot/efi/EFI/grub
    + mkdir -p /boot/efi/EFI/grub/x86_64-efi
    + test yes = yes
    + rm -f /boot/efi/EFI/grub/device.map
    + test -f /boot/efi/EFI/grub/device.map
    + device_map=
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f '/boot/efi/EFI/grub/*.mod'
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f '/boot/efi/EFI/grub/*.lst'
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f '/boot/efi/EFI/grub/*.img'
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f '/boot/efi/EFI/grub/efiemu??.o'
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/acpi.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/acpi.mod
    + '[' acpi.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/acpi.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/adler32.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/adler32.mod
    + '[' adler32.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/adler32.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/affs.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/affs.mod
    + '[' affs.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/affs.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/afs.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/afs.mod
    + '[' afs.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/afs.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/ahci.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/ahci.mod
    + '[' ahci.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/ahci.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/all_video.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/all_video.mod
    + '[' all_video.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/all_video.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/aout.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/aout.mod
    + '[' aout.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/aout.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/appleldr.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/appleldr.mod
    + '[' appleldr.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/appleldr.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/at_keyboard.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/at_keyboard.mod
    + '[' at_keyboard.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/at_keyboard.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/ata.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/ata.mod
    + '[' ata.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/ata.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/backtrace.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/backtrace.mod
    + '[' backtrace.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/backtrace.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/bfs.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/bfs.mod
    + '[' bfs.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/bfs.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/bitmap.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/bitmap.mod
    + '[' bitmap.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/bitmap.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/bitmap_scale.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/bitmap_scale.mod
    + '[' bitmap_scale.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/bitmap_scale.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/blocklist.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/blocklist.mod
    + '[' blocklist.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/blocklist.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/boot.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/boot.mod
    + '[' boot.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/boot.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/bsd.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/bsd.mod
    + '[' bsd.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/bsd.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/btrfs.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/btrfs.mod
    + '[' btrfs.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/btrfs.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/bufio.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/bufio.mod
    + '[' bufio.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/bufio.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/cacheinfo.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/cacheinfo.mod
    + '[' cacheinfo.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/cacheinfo.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/cat.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/cat.mod
    + '[' cat.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/cat.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/chain.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/chain.mod
    + '[' chain.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/chain.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/cmp.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/cmp.mod
    + '[' cmp.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/cmp.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/configfile.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/configfile.mod
    + '[' configfile.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/configfile.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/cpio.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/cpio.mod
    + '[' cpio.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/cpio.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/cpio_be.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/cpio_be.mod
    + '[' cpio_be.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/cpio_be.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/cpuid.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/cpuid.mod
    + '[' cpuid.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/cpuid.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/crc64.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/crc64.mod
    + '[' crc64.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/crc64.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/crypto.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/crypto.mod
    + '[' crypto.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/crypto.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/cryptodisk.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/cryptodisk.mod
    + '[' cryptodisk.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/cryptodisk.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/cs5536.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/cs5536.mod
    + '[' cs5536.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/cs5536.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/date.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/date.mod
    + '[' date.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/date.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/datehook.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/datehook.mod
    + '[' datehook.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/datehook.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/datetime.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/datetime.mod
    + '[' datetime.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/datetime.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/diskfilter.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/diskfilter.mod
    + '[' diskfilter.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/diskfilter.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/dm_nv.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/dm_nv.mod
    + '[' dm_nv.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/dm_nv.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/echo.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/echo.mod
    + '[' echo.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/echo.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/efi_gop.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/efi_gop.mod
    + '[' efi_gop.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/efi_gop.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/efi_uga.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/efi_uga.mod
    + '[' efi_uga.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/efi_uga.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/efinet.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/efinet.mod
    + '[' efinet.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/efinet.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/ehci.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/ehci.mod
    + '[' ehci.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/ehci.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/elf.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/elf.mod
    + '[' elf.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/elf.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/exfat.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/exfat.mod
    + '[' exfat.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/exfat.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/exfctest.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/exfctest.mod
    + '[' exfctest.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/exfctest.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/ext2.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/ext2.mod
    + '[' ext2.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/ext2.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/extcmd.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/extcmd.mod
    + '[' extcmd.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/extcmd.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/fat.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/fat.mod
    + '[' fat.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/fat.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/fixvideo.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/fixvideo.mod
    + '[' fixvideo.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/fixvideo.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/font.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/font.mod
    + '[' font.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/font.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/fshelp.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/fshelp.mod
    + '[' fshelp.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/fshelp.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/functional_test.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/functional_test.mod
    + '[' functional_test.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/functional_test.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_arcfour.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_arcfour.mod
    + '[' gcry_arcfour.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_arcfour.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_blowfish.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_blowfish.mod
    + '[' gcry_blowfish.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_blowfish.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_camellia.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_camellia.mod
    + '[' gcry_camellia.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_camellia.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_cast5.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_cast5.mod
    + '[' gcry_cast5.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_cast5.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_crc.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_crc.mod
    + '[' gcry_crc.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_crc.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_des.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_des.mod
    + '[' gcry_des.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_des.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_md4.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_md4.mod
    + '[' gcry_md4.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_md4.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_md5.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_md5.mod
    + '[' gcry_md5.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_md5.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_rfc2268.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_rfc2268.mod
    + '[' gcry_rfc2268.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_rfc2268.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_rijndael.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_rijndael.mod
    + '[' gcry_rijndael.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_rijndael.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_rmd160.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_rmd160.mod
    + '[' gcry_rmd160.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_rmd160.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_seed.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_seed.mod
    + '[' gcry_seed.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_seed.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_serpent.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_serpent.mod
    + '[' gcry_serpent.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_serpent.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_sha1.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_sha1.mod
    + '[' gcry_sha1.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_sha1.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_sha256.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_sha256.mod
    + '[' gcry_sha256.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_sha256.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_sha512.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_sha512.mod
    + '[' gcry_sha512.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_sha512.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_tiger.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_tiger.mod
    + '[' gcry_tiger.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_tiger.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_twofish.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_twofish.mod
    + '[' gcry_twofish.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_twofish.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gcry_whirlpool.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gcry_whirlpool.mod
    + '[' gcry_whirlpool.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gcry_whirlpool.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/geli.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/geli.mod
    + '[' geli.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/geli.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gettext.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gettext.mod
    + '[' gettext.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gettext.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gfxmenu.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gfxmenu.mod
    + '[' gfxmenu.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gfxmenu.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gfxterm.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gfxterm.mod
    + '[' gfxterm.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gfxterm.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gptsync.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gptsync.mod
    + '[' gptsync.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gptsync.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/gzio.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/gzio.mod
    + '[' gzio.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/gzio.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/halt.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/halt.mod
    + '[' halt.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/halt.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/hashsum.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/hashsum.mod
    + '[' hashsum.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/hashsum.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/hdparm.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/hdparm.mod
    + '[' hdparm.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/hdparm.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/hello.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/hello.mod
    + '[' hello.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/hello.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/help.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/help.mod
    + '[' help.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/help.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/hexdump.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/hexdump.mod
    + '[' hexdump.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/hexdump.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/hfs.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/hfs.mod
    + '[' hfs.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/hfs.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/hfsplus.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/hfsplus.mod
    + '[' hfsplus.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/hfsplus.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/http.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/http.mod
    + '[' http.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/http.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/iorw.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/iorw.mod
    + '[' iorw.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/iorw.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/iso9660.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/iso9660.mod
    + '[' iso9660.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/iso9660.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/jfs.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/jfs.mod
    + '[' jfs.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/jfs.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/jpeg.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/jpeg.mod
    + '[' jpeg.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/jpeg.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/keylayouts.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/keylayouts.mod
    + '[' keylayouts.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/keylayouts.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/keystatus.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/keystatus.mod
    + '[' keystatus.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/keystatus.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/ldm.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/ldm.mod
    + '[' ldm.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/ldm.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/linux.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/linux.mod
    + '[' linux.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/linux.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/loadbios.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/loadbios.mod
    + '[' loadbios.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/loadbios.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/loadenv.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/loadenv.mod
    + '[' loadenv.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/loadenv.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/loopback.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/loopback.mod
    + '[' loopback.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/loopback.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/ls.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/ls.mod
    + '[' ls.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/ls.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/lsacpi.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/lsacpi.mod
    + '[' lsacpi.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/lsacpi.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/lsefimmap.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/lsefimmap.mod
    + '[' lsefimmap.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/lsefimmap.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/lsefisystab.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/lsefisystab.mod
    + '[' lsefisystab.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/lsefisystab.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/lsmmap.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/lsmmap.mod
    + '[' lsmmap.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/lsmmap.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/lspci.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/lspci.mod
    + '[' lspci.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/lspci.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/lssal.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/lssal.mod
    + '[' lssal.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/lssal.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/lua.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/lua.mod
    + '[' lua.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/lua.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/luks.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/luks.mod
    + '[' luks.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/luks.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/lvm.mod
    ++ basename /boot/efi/EFI/grub/x86_64-efi/lvm.mod
    + '[' lvm.mod '!=' menu.lst ']'
    + rm -f /boot/efi/EFI/grub/x86_64-efi/lvm.mod
    + for file in '"${grubdir}"/*.mod' '"${grubdir}"/*.lst' '"${grubdir}"/*.img' '"${grubdir}"/efiemu??.o' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.mod' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.lst' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/*.img' '"${grubdir}"/${grub_modinfo_target_cpu}-$grub_modinfo_platform/efiemu??.o'
    + test -f /boot/efi/EFI/grub/x86_64-efi/lzopio.mod
    ++ basename /bo

    thanks for your answer
    # parted -l
    Model: ATA ST1000LM024 HN-M (scsi)
    Disk /dev/sda: 1000GB
    Sector size (logical/physical): 512B/4096B
    Partition Table: gpt
    Disk Flags:
    Number Start End Size File system Name Flags
    1 1049kB 525MB 524MB ntfs Basic data partition hidden, diag
    2 525MB 840MB 315MB fat32 EFI system partition boot
    3 840MB 974MB 134MB Microsoft reserved partition msftres
    4 974MB 489GB 488GB ntfs Basic data partition
    7 489GB 897GB 408GB ext4
    8 897GB 897GB 537MB fat16
    9 897GB 913GB 16.1GB ext4
    10 913GB 972GB 58.8GB ext4
    5 972GB 999GB 26.9GB ntfs Basic data partition hidden, diag
    6 999GB 1000GB 1074MB fat32 Basic data partition hidden, diag
    Model: General USB Flash Disk (scsi)
    Disk /dev/sdb: 4010MB
    Sector size (logical/physical): 512B/512B
    Partition Table: msdos
    Disk Flags:
    Number Start End Size Type File system Flags
    1 24.6kB 4010MB 4010MB primary fat32 boot
    Model: Linux device-mapper (snapshot) (dm)
    Disk /dev/mapper/arch_root-image: 1467MB
    Sector size (logical/physical): 512B/512B
    Partition Table: loop
    Disk Flags:
    Number Start End Size File system Flags
    1 0.00B 1467MB 1467MB ext2
    # blkid
    /dev/sda1: LABEL="Windows RE tools" UUID="EE5AC7915AC754CD" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="7d89c435-723c-477f-919c-dcd539375f01"
    /dev/sda2: LABEL="SYSTEM" UUID="DACA-0FF8" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="34b2d3a0-9a64-478b-a34f-285a2d6c12d2"
    /dev/sda4: UUID="DA70CBFC70CBDD7F" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="b020bb63-4913-41ad-86c8-da3601795506"
    /dev/sda5: LABEL="SAMSUNG_REC2" UUID="D49855CE9855AFAA" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="b3ec5169-1fbe-4092-bd3b-05ef12a56844"
    /dev/sda6: LABEL="SAMSUNG_REC" UUID="16CF-51AE" TYPE="vfat" PARTLABEL="Basic data partition" PARTUUID="6946be1a-5046-4a95-4173-636c65706975"
    /dev/sda7: UUID="baa90712-c2b6-491d-8843-84d66cba2cc0" TYPE="ext4" PARTUUID="3ead29cf-7177-4939-8299-7132b33acb95"
    /dev/sda8: SEC_TYPE="msdos" UUID="66E2-B8FD" TYPE="vfat" PARTUUID="9305da3f-d285-4420-b7da-b2bb5940ea96"
    /dev/sda9: UUID="bfb3161c-830d-4f52-92e4-3e4e4dc49728" TYPE="ext4" PARTUUID="84122728-6714-428a-a438-7469d942327c"
    /dev/sda10: UUID="c10debbf-ac9c-4749-bd5f-aab13936d4cc" TYPE="ext4" PARTUUID="678c26ba-b31e-460a-bcb9-92c89d5d1de2"
    /dev/sdb1: LABEL="ARCH_201301" UUID="88C0-9762" TYPE="vfat"
    /dev/sda3: PARTLABEL="Microsoft reserved partition" PARTUUID="46dc5228-c93d-4951-9d0b-920ce27c950e"
    /dev/loop0: TYPE="squashfs"
    /dev/loop1: UUID="578f4f7a-123c-4d94-a4fc-3104a3e41cd9" TYPE="ext4"
    /dev/loop2: UUID="578f4f7a-123c-4d94-a4fc-3104a3e41cd9" TYPE="ext4"
    /dev/mapper/arch_root-image: UUID="578f4f7a-123c-4d94-a4fc-3104a3e41cd9" TYPE="ext4"
    # df -h
    df: '/run/archiso/bootmnt': No such file or directory
    df: '/run/archiso/cowspace': No such file or directory
    df: '/run/archiso/sfs/root-image': No such file or directory
    df: '/sys/fs/cgroup/systemd': No such file or directory
    df: '/sys/fs/cgroup/cpuset': No such file or directory
    df: '/sys/fs/cgroup/cpu,cpuacct': No such file or directory
    df: '/sys/fs/cgroup/memory': No such file or directory
    df: '/sys/fs/cgroup/devices': No such file or directory
    df: '/sys/fs/cgroup/freezer': No such file or directory
    df: '/sys/fs/cgroup/net_cls': No such file or directory
    df: '/sys/fs/cgroup/blkio': No such file or directory
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/arch_root-image 15G 966M 14G 7% /
    dev 3.8G 0 3.8G 0% /dev
    run 3.8G 16K 3.8G 1% /run
    tmpfs 3.8G 0 3.8G 0% /dev/shm
    hugetlbfs 3.8G 0 3.8G 0% /dev/hugepages
    tmpfs 3.8G 0 3.8G 0% /tmp
    /dev/sda9 15G 966M 14G 7% /
    /dev/sda10 54G 180M 52G 1% /home
    /dev/sda8 512M 0 512M 0% /boot/efi
    udev 3.8G 0 3.8G 0% /dev
    shm 3.8G 0 3.8G 0% /dev/shm
    run 3.8G 16K 3.8G 1% /run
    tmp 3.8G 0 3.8G 0% /tmp
    /dev/mapper/arch_root-image 1.4G 650M 728M 48% /etc/resolv.conf
    on a previous installation I worked on archlinux grub2 but not windows8
    now only works windows because I forget set boot flag por my ESP partition
    >gdisk
    partition type EF00
    mkfs.vfat -F32 /dev/sdax
    but anyway my problem is with the file to load windows8

  • [SOLVED] Problem with netctl and dhcpcd

    Hi everybody,
    I had a problem with netctl and dhcpcd.
    I was using netctl and wifi-menu to connect to wirelless networks with dhcp.
    It worked fine at home, then i went to a friend where it also worked but then i went back home and it failed at every try with those error messages:
    dhcpcd[2718]: version 6.0.5 starting
    dhcpcd[2718]: wlp9s0: rebinding lease of 192.168.1.154
    dhcpcd[2718]: wlp9s0: reject NAK via 192.168.178.1
    dhcpcd[2718]: wlp9s0: soliciting a DHCP lease
    dhcpcd[2718]: wlp9s0: offered 192.168.178.44 from 192.168.178.1
    dhcpcd[2718]: timed out
    network[2659]: DHCP IP lease attempt failed on interface 'wlp9s0'
    systemd[1]: netctl@wlp9s0\xxx.service: main process exited, code=exited, status=1/FAILURE
    systemd[1]: Failed to start Automatically generated profile by wifi-menu.
    systemd[1]: Unit [email protected] entered failed state.
    I figured that dhcpcd tried to rebind an ip that my router rejected and didn't accept the ip that it offered instead.
    The solution was to delete:
    /var/lib/dhcpcd/dhcpcd-wlp9s0.lease
    now how can i configure netctl and or dhcpcd so that won't happen again and that it accepts all ips offered by routers?
    Last edited by Samy (2013-09-04 13:32:13)

    I've had this happen now and again. You can rebind the lease yourself with:
    $ dhcpcd --rebind
    You could also try increasing the timeout by adding
    TimeoutDHCP=
    to your netctl profile/s - see netctl.profile(5) as WonderWoofy suggests. Although I haven't tried the latter.
    Last edited by youngdm (2013-09-01 22:01:05)

  • Systemd and systemd-logind crash due to failed assertion

    Hi,
    my system is currently only semi-usable because systemd *and* systemd-logind seem to be aborting due to a failed assertion. All systemd- and socket-related programs do not work. There are many zombie processes. These problems started after a reboot. (To be precise, the system hung up probably because of some graphics driver/mesa-related bug and I pushed the reset button.)
    I previously had testing and community-testing enabled, but disabling them did not fix the issue. Also, I was running a custom 3.17 kernel before the reboot but the normal 3.16.4, the testing 3.17.1 and the linux-ck-ivybridge 3.16.6 (from repo-ck) kernels also don't work.
    /usr is not on a seperate partition.
    One bug should have been fixed upstream (here) and the other "disappeared" (there).
    Pacman logs are cluttered with my attempts to fix the problem by reinstalling some packages (systemd, dbus, linux) so I didn't include them, but nothing important was upgraded right before the problem appeared.
    The relevant log lines in short:
    systemd[1]: Assertion 'a >= 0 && a < _JOB_TYPE_MAX_MERGING' failed at src/core/job.c:314, function job_type_lookup_merge(). Aborting.
    and
    Okt 18 23:12:35 HAF912 systemd-logind[442]: Failed to start user slice: Connection timed out
    Okt 18 23:12:35 HAF912 dbus[443]: [system] Failed to activate service 'org.freedesktop.systemd1': timed out
    Okt 18 23:12:35 HAF912 login[481]: pam_systemd(login:session): Failed to create session: Connection timed out
    Okt 18 23:13:00 HAF912 systemd-logind[442]: Failed to start user service: Connection timed out
    Okt 18 23:13:00 HAF912 systemd-logind[442]: Assertion 's->user->slice' failed at src/login/logind-session.c:496, function session_start_scope(). Aborting.
    Okt 18 23:13:00 HAF912 dbus[443]: [system] Failed to activate service 'org.freedesktop.systemd1': timed out
    journal (also note the "Cannot add dependency job for unit"):
    -- Logs begin at Mo 2014-05-05 19:23:55 CEST, end at Sa 2014-10-18 23:55:29 CEST. --
    Okt 19 01:11:07 localhost systemd-journal[74]: Runtime journal is using 8.0M (max allowed 800.7M, trying to leave 1.1G free of 7.8G available → current limit 800.7M).
    Okt 19 01:11:07 localhost systemd-journal[74]: Runtime journal is using 8.0M (max allowed 800.7M, trying to leave 1.1G free of 7.8G available → current limit 800.7M).
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys cpuset
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys cpu
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys cpuacct
    Okt 19 01:11:07 localhost kernel: Linux version 3.16.4-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014
    Okt 19 01:11:07 localhost kernel: Command line: \boot\vmlinuz-linux rw root=/dev/sdc2 rootfstype=btrfs loglevel=2 rcutree.rcu_idle_gp_delay=1 initrd=\boot\initramfs-linux.img
    Okt 19 01:11:07 localhost kernel: e820: BIOS-provided physical RAM map:
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000ddf18fff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000ddf19000-0x00000000de09efff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de09f000-0x00000000de0aafff] ACPI data
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de0ab000-0x00000000de123fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de124000-0x00000000de129fff] ACPI data
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de12a000-0x00000000de1aefff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de1af000-0x00000000de24cfff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de24d000-0x00000000dea5dfff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000dea5e000-0x00000000dea5efff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000dea5f000-0x00000000deaa1fff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000deaa2000-0x00000000df470fff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000df471000-0x00000000df7dafff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000df7db000-0x00000000df7fffff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041effffff] usable
    Okt 19 01:11:07 localhost kernel: NX (Execute Disable) protection: active
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0xcc629018-0xcc64ca57] usable ==> usable
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0xcd5a5018-0xcd5b5057] usable ==> usable
    Okt 19 01:11:07 localhost kernel: extended physical RAM map:
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000cc629017] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cc629018-0x00000000cc64ca57] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cc64ca58-0x00000000cd5a5017] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cd5a5018-0x00000000cd5b5057] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cd5b5058-0x00000000ddf18fff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000ddf19000-0x00000000de09efff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de09f000-0x00000000de0aafff] ACPI data
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de0ab000-0x00000000de123fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de124000-0x00000000de129fff] ACPI data
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de12a000-0x00000000de1aefff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de1af000-0x00000000de24cfff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de24d000-0x00000000dea5dfff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000dea5e000-0x00000000dea5efff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000dea5f000-0x00000000deaa1fff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000deaa2000-0x00000000df470fff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000df471000-0x00000000df7dafff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000df7db000-0x00000000df7fffff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x0000000100000000-0x000000041effffff] usable
    Okt 19 01:11:07 localhost kernel: efi: EFI v2.31 by American Megatrends
    Okt 19 01:11:07 localhost kernel: efi: ACPI=0xde09f000 ACPI 2.0=0xde09f000 SMBIOS=0xf04c0 MPS=0xfd420
    Okt 19 01:11:07 localhost kernel: efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x000000000000e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem02: type=7, attr=0xf, range=[0x000000000000e000-0x0000000000058000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem03: type=4, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000005f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem05: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem06: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem07: type=6, attr=0x800000000000000f, range=[0x000000000009f000-0x00000000000a0000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem10: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem11: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f47000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem12: type=7, attr=0xf, range=[0x0000000002f47000-0x000000007e536000) (1973MB)
    Okt 19 01:11:07 localhost kernel: efi: mem13: type=2, attr=0xf, range=[0x000000007e536000-0x0000000080000000) (26MB)
    Okt 19 01:11:07 localhost kernel: efi: mem14: type=7, attr=0xf, range=[0x0000000080000000-0x00000000cc629000) (1222MB)
    Okt 19 01:11:07 localhost kernel: efi: mem15: type=2, attr=0xf, range=[0x00000000cc629000-0x00000000cc64d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem16: type=1, attr=0xf, range=[0x00000000cc64d000-0x00000000cd594000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem17: type=2, attr=0xf, range=[0x00000000cd594000-0x00000000cd59f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem18: type=7, attr=0xf, range=[0x00000000cd59f000-0x00000000cd5a5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem19: type=2, attr=0xf, range=[0x00000000cd5a5000-0x00000000cd5f0000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem20: type=7, attr=0xf, range=[0x00000000cd5f0000-0x00000000cd5f5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem21: type=2, attr=0xf, range=[0x00000000cd5f5000-0x00000000cdca0000) (6MB)
    Okt 19 01:11:07 localhost kernel: efi: mem22: type=7, attr=0xf, range=[0x00000000cdca0000-0x00000000cdca1000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem23: type=2, attr=0xf, range=[0x00000000cdca1000-0x00000000cdd0a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem24: type=1, attr=0xf, range=[0x00000000cdd0a000-0x00000000cdd46000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem25: type=7, attr=0xf, range=[0x00000000cdd46000-0x00000000d0132000) (35MB)
    Okt 19 01:11:07 localhost kernel: efi: mem26: type=4, attr=0xf, range=[0x00000000d0132000-0x00000000d047a000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem27: type=7, attr=0xf, range=[0x00000000d047a000-0x00000000d07e5000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem28: type=4, attr=0xf, range=[0x00000000d07e5000-0x00000000d0806000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem29: type=7, attr=0xf, range=[0x00000000d0806000-0x00000000d0847000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem30: type=4, attr=0xf, range=[0x00000000d0847000-0x00000000d0d94000) (5MB)
    Okt 19 01:11:07 localhost kernel: efi: mem31: type=7, attr=0xf, range=[0x00000000d0d94000-0x00000000d0d95000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem32: type=4, attr=0xf, range=[0x00000000d0d95000-0x00000000d0dbb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem33: type=7, attr=0xf, range=[0x00000000d0dbb000-0x00000000d0dbc000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem34: type=4, attr=0xf, range=[0x00000000d0dbc000-0x00000000d0dcd000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem35: type=7, attr=0xf, range=[0x00000000d0dcd000-0x00000000d0dce000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem36: type=4, attr=0xf, range=[0x00000000d0dce000-0x00000000d0e24000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem37: type=7, attr=0xf, range=[0x00000000d0e24000-0x00000000d0e25000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem38: type=4, attr=0xf, range=[0x00000000d0e25000-0x00000000d0e7d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem39: type=7, attr=0xf, range=[0x00000000d0e7d000-0x00000000d0e7e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem40: type=4, attr=0xf, range=[0x00000000d0e7e000-0x00000000d0eca000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem41: type=7, attr=0xf, range=[0x00000000d0eca000-0x00000000d0ecb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem42: type=4, attr=0xf, range=[0x00000000d0ecb000-0x00000000d0eda000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem43: type=7, attr=0xf, range=[0x00000000d0eda000-0x00000000d0edb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem44: type=4, attr=0xf, range=[0x00000000d0edb000-0x00000000d0ff5000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem45: type=7, attr=0xf, range=[0x00000000d0ff5000-0x00000000d0ff6000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem46: type=4, attr=0xf, range=[0x00000000d0ff6000-0x00000000d1020000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem47: type=7, attr=0xf, range=[0x00000000d1020000-0x00000000d1021000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem48: type=4, attr=0xf, range=[0x00000000d1021000-0x00000000d10f5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem49: type=7, attr=0xf, range=[0x00000000d10f5000-0x00000000d10f6000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem50: type=4, attr=0xf, range=[0x00000000d10f6000-0x00000000d1140000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem51: type=7, attr=0xf, range=[0x00000000d1140000-0x00000000d1141000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem52: type=4, attr=0xf, range=[0x00000000d1141000-0x00000000d1219000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem53: type=7, attr=0xf, range=[0x00000000d1219000-0x00000000d121a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem54: type=4, attr=0xf, range=[0x00000000d121a000-0x00000000d1263000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem55: type=7, attr=0xf, range=[0x00000000d1263000-0x00000000d1264000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem56: type=4, attr=0xf, range=[0x00000000d1264000-0x00000000d145f000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem57: type=7, attr=0xf, range=[0x00000000d145f000-0x00000000d1460000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem58: type=4, attr=0xf, range=[0x00000000d1460000-0x00000000d14a9000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem59: type=7, attr=0xf, range=[0x00000000d14a9000-0x00000000d14aa000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem60: type=4, attr=0xf, range=[0x00000000d14aa000-0x00000000d1500000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem61: type=7, attr=0xf, range=[0x00000000d1500000-0x00000000d1501000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem62: type=4, attr=0xf, range=[0x00000000d1501000-0x00000000d154a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem63: type=7, attr=0xf, range=[0x00000000d154a000-0x00000000d154b000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem64: type=4, attr=0xf, range=[0x00000000d154b000-0x00000000d15e4000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem65: type=7, attr=0xf, range=[0x00000000d15e4000-0x00000000d15e5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem66: type=4, attr=0xf, range=[0x00000000d15e5000-0x00000000d1607000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem67: type=7, attr=0xf, range=[0x00000000d1607000-0x00000000d1608000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem68: type=4, attr=0xf, range=[0x00000000d1608000-0x00000000d1997000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem69: type=7, attr=0xf, range=[0x00000000d1997000-0x00000000d1998000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem70: type=4, attr=0xf, range=[0x00000000d1998000-0x00000000d1aae000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem71: type=7, attr=0xf, range=[0x00000000d1aae000-0x00000000d1aaf000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem72: type=4, attr=0xf, range=[0x00000000d1aaf000-0x00000000d1b1e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem73: type=7, attr=0xf, range=[0x00000000d1b1e000-0x00000000d1b1f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem74: type=4, attr=0xf, range=[0x00000000d1b1f000-0x00000000d1c7b000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem75: type=7, attr=0xf, range=[0x00000000d1c7b000-0x00000000d1c94000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem76: type=4, attr=0xf, range=[0x00000000d1c94000-0x00000000d1cae000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem77: type=7, attr=0xf, range=[0x00000000d1cae000-0x00000000d1cbc000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem78: type=4, attr=0xf, range=[0x00000000d1cbc000-0x00000000d1d5d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem79: type=7, attr=0xf, range=[0x00000000d1d5d000-0x00000000d1d6a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem80: type=4, attr=0xf, range=[0x00000000d1d6a000-0x00000000d1d9e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem81: type=7, attr=0xf, range=[0x00000000d1d9e000-0x00000000d1d9f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem82: type=4, attr=0xf, range=[0x00000000d1d9f000-0x00000000dd15d000) (179MB)
    Okt 19 01:11:07 localhost kernel: efi: mem83: type=7, attr=0xf, range=[0x00000000dd15d000-0x00000000ddc86000) (11MB)
    Okt 19 01:11:07 localhost kernel: efi: mem84: type=3, attr=0xf, range=[0x00000000ddc86000-0x00000000ddf19000) (2MB)
    Okt 19 01:11:07 localhost kernel: efi: mem85: type=0, attr=0xf, range=[0x00000000ddf19000-0x00000000ddf75000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem86: type=0, attr=0xf, range=[0x00000000ddf75000-0x00000000de09f000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem87: type=9, attr=0xf, range=[0x00000000de09f000-0x00000000de0ab000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem88: type=0, attr=0xf, range=[0x00000000de0ab000-0x00000000de124000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem89: type=9, attr=0xf, range=[0x00000000de124000-0x00000000de129000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem90: type=9, attr=0xf, range=[0x00000000de129000-0x00000000de12a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem91: type=7, attr=0xf, range=[0x00000000de12a000-0x00000000de1af000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem92: type=10, attr=0xf, range=[0x00000000de1af000-0x00000000de24d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem93: type=6, attr=0x800000000000000f, range=[0x00000000de24d000-0x00000000de730000) (4MB)
    Okt 19 01:11:07 localhost kernel: efi: mem94: type=6, attr=0x800000000000000f, range=[0x00000000de730000-0x00000000de908000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem95: type=6, attr=0x800000000000000f, range=[0x00000000de908000-0x00000000de90a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem96: type=6, attr=0x800000000000000f, range=[0x00000000de90a000-0x00000000de93c000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem97: type=6, attr=0x800000000000000f, range=[0x00000000de93c000-0x00000000de93e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem98: type=6, attr=0x800000000000000f, range=[0x00000000de93e000-0x00000000de9bb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem99: type=5, attr=0x800000000000000f, range=[0x00000000de9bb000-0x00000000de9db000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem100: type=5, attr=0x800000000000000f, range=[0x00000000de9db000-0x00000000dea5e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem101: type=4, attr=0xf, range=[0x00000000dea5e000-0x00000000dea5f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem102: type=10, attr=0xf, range=[0x00000000dea5f000-0x00000000deaa2000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem103: type=4, attr=0xf, range=[0x00000000deaa2000-0x00000000dec18000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem104: type=3, attr=0xf, range=[0x00000000dec18000-0x00000000df43b000) (8MB)
    Okt 19 01:11:07 localhost kernel: efi: mem105: type=4, attr=0xf, range=[0x00000000df43b000-0x00000000df440000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem106: type=3, attr=0xf, range=[0x00000000df440000-0x00000000df444000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem107: type=4, attr=0xf, range=[0x00000000df444000-0x00000000df445000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem108: type=3, attr=0xf, range=[0x00000000df445000-0x00000000df447000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem109: type=4, attr=0xf, range=[0x00000000df447000-0x00000000df455000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem110: type=3, attr=0xf, range=[0x00000000df455000-0x00000000df467000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem111: type=4, attr=0xf, range=[0x00000000df467000-0x00000000df46f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem112: type=3, attr=0xf, range=[0x00000000df46f000-0x00000000df471000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem113: type=6, attr=0x800000000000000f, range=[0x00000000df471000-0x00000000df7db000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem114: type=4, attr=0xf, range=[0x00000000df7db000-0x00000000df800000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem115: type=7, attr=0xf, range=[0x0000000100000000-0x000000041f000000) (12784MB)
    Okt 19 01:11:07 localhost kernel: efi: mem116: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    Okt 19 01:11:07 localhost kernel: efi: mem117: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem118: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem119: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem120: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem121: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
    Okt 19 01:11:07 localhost kernel: SMBIOS 2.7 present.
    Okt 19 01:11:07 localhost kernel: DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z77-DS3H, BIOS F11a 11/13/2013
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Okt 19 01:11:07 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Okt 19 01:11:07 localhost kernel: AGP: No AGP bridge found
    Okt 19 01:11:07 localhost kernel: e820: last_pfn = 0x41f000 max_arch_pfn = 0x400000000
    Okt 19 01:11:07 localhost kernel: MTRR default type: uncachable
    Okt 19 01:11:07 localhost kernel: MTRR fixed ranges enabled:
    Okt 19 01:11:07 localhost kernel: 00000-9FFFF write-back
    Okt 19 01:11:07 localhost kernel: A0000-BFFFF uncachable
    Okt 19 01:11:07 localhost kernel: C0000-CFFFF write-protect
    Okt 19 01:11:07 localhost kernel: D0000-DFFFF uncachable
    Okt 19 01:11:07 localhost kernel: E0000-FFFFF write-protect
    Okt 19 01:11:07 localhost kernel: MTRR variable ranges enabled:
    Okt 19 01:11:07 localhost kernel: 0 base 000000000 mask C00000000 write-back
    Okt 19 01:11:07 localhost kernel: 1 base 400000000 mask FF0000000 write-back
    Okt 19 01:11:07 localhost kernel: 2 base 410000000 mask FF8000000 write-back
    Okt 19 01:11:07 localhost kernel: 3 base 418000000 mask FFC000000 write-back
    Okt 19 01:11:07 localhost kernel: 4 base 41C000000 mask FFE000000 write-back
    Okt 19 01:11:07 localhost kernel: 5 base 41E000000 mask FFF000000 write-back
    Okt 19 01:11:07 localhost kernel: 6 base 0E0000000 mask FE0000000 uncachable
    Okt 19 01:11:07 localhost kernel: 7 disabled
    Okt 19 01:11:07 localhost kernel: 8 disabled
    Okt 19 01:11:07 localhost kernel: 9 disabled
    Okt 19 01:11:07 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
    Okt 19 01:11:07 localhost kernel: e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
    Okt 19 01:11:07 localhost kernel: found SMP MP-table at [mem 0x000fd770-0x000fd77f] mapped at [ffff8800000fd770]
    Okt 19 01:11:07 localhost kernel: Scanning 1 areas for low memory corruption
    Okt 19 01:11:07 localhost kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x00000000-0x000fffff] page 4k
    Okt 19 01:11:07 localhost kernel: BRK [0x02b23000, 0x02b23fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: BRK [0x02b24000, 0x02b24fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: BRK [0x02b25000, 0x02b25fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x41ee00000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x41ee00000-0x41effffff] page 2M
    Okt 19 01:11:07 localhost kernel: BRK [0x02b26000, 0x02b26fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x41c000000-0x41edfffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x41c000000-0x41edfffff] page 2M
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x400000000-0x41bffffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x400000000-0x41bffffff] page 2M
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x00100000-0xddf18fff]
    Okt 19 01:11:07 localhost kernel: [mem 0x00100000-0x001fffff] page 4k
    Okt 19 01:11:07 localhost kernel: [mem 0x00200000-0xdddfffff] page 2M
    Okt 19 01:11:07 localhost kernel: [mem 0xdde00000-0xddf18fff] page 4k
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xde12a000-0xde1aefff]
    Okt 19 01:11:07 localhost kernel: [mem 0xde12a000-0xde1aefff] page 4k
    Okt 19 01:11:07 localhost kernel: BRK [0x02b27000, 0x02b27fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xdea5e000-0xdea5efff]
    Okt 19 01:11:07 localhost kernel: [mem 0xdea5e000-0xdea5efff] page 4k
    Okt 19 01:11:07 localhost kernel: BRK [0x02b28000, 0x02b28fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xdeaa2000-0xdf470fff]
    Okt 19 01:11:07 localhost kernel: [mem 0xdeaa2000-0xdebfffff] page 4k
    Okt 19 01:11:07 localhost kernel: [mem 0xdec00000-0xdf3fffff] page 2M
    Okt 19 01:11:07 localhost kernel: [mem 0xdf400000-0xdf470fff] page 4k
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xdf7db000-0xdf7fffff]
    Okt 19 01:11:07 localhost kernel: [mem 0xdf7db000-0xdf7fffff] page 4k
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x100000000-0x3ffffffff] page 2M
    Okt 19 01:11:07 localhost kernel: RAMDISK: [mem 0x7e536000-0x7fffffff]
    Okt 19 01:11:07 localhost kernel: ACPI: Early table checksum verification disabled
    Okt 19 01:11:07 localhost kernel: ACPI: RSDP 0x00000000DE09F000 000024 (v02 ALASKA)
    Okt 19 01:11:07 localhost kernel: ACPI: XSDT 0x00000000DE09F070 00005C (v01 ALASKA A M I 01072009 AMI 00010013)
    Okt 19 01:11:07 localhost kernel: ACPI: FACP 0x00000000DE0A8C60 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    Okt 19 01:11:07 localhost kernel: ACPI: DSDT 0x00000000DE09F158 009B05 (v02 ALASKA A M I 00000012 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: FACS 0x00000000DE24BF80 000040
    Okt 19 01:11:07 localhost kernel: ACPI: APIC 0x00000000DE0A8D58 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
    Okt 19 01:11:07 localhost kernel: ACPI: MCFG 0x00000000DE0A8DF0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    Okt 19 01:11:07 localhost kernel: ACPI: HPET 0x00000000DE0A8E30 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0x00000000DE0A8E68 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0x00000000DE0A91D8 0009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0x00000000DE0A9B88 000A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Local APIC address 0xfee00000
    Okt 19 01:11:07 localhost kernel: No NUMA configuration found
    Okt 19 01:11:07 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000041effffff]
    Okt 19 01:11:07 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: NODE_DATA [mem 0x41efe9000-0x41efedfff]
    Okt 19 01:11:07 localhost kernel: [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040e600000-ffff88041e5fffff] on node 0
    Okt 19 01:11:07 localhost kernel: Zone ranges:
    Okt 19 01:11:07 localhost kernel: DMA [mem 0x00001000-0x00ffffff]
    Okt 19 01:11:07 localhost kernel: DMA32 [mem 0x01000000-0xffffffff]
    Okt 19 01:11:07 localhost kernel: Normal [mem 0x100000000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: Movable zone start for each node
    Okt 19 01:11:07 localhost kernel: Early memory node ranges
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0x00001000-0x0009efff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0x00100000-0xddf18fff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xde12a000-0xde1aefff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xdea5e000-0xdea5efff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xdeaa2000-0xdf470fff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xdf7db000-0xdf7fffff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0x100000000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: On node 0 totalpages: 4184369
    Okt 19 01:11:07 localhost kernel: DMA zone: 64 pages used for memmap
    Okt 19 01:11:07 localhost kernel: DMA zone: 25 pages reserved
    Okt 19 01:11:07 localhost kernel: DMA zone: 3998 pages, LIFO batch:0
    Okt 19 01:11:07 localhost kernel: DMA32 zone: 14183 pages used for memmap
    Okt 19 01:11:07 localhost kernel: DMA32 zone: 907667 pages, LIFO batch:31
    Okt 19 01:11:07 localhost kernel: Normal zone: 51136 pages used for memmap
    Okt 19 01:11:07 localhost kernel: Normal zone: 3272704 pages, LIFO batch:31
    Okt 19 01:11:07 localhost kernel: ACPI: PM-Timer IO Port: 0x408
    Okt 19 01:11:07 localhost kernel: ACPI: Local APIC address 0xfee00000
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    Okt 19 01:11:07 localhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Okt 19 01:11:07 localhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Okt 19 01:11:07 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Okt 19 01:11:07 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Okt 19 01:11:07 localhost kernel: ACPI: IRQ0 used by override.
    Okt 19 01:11:07 localhost kernel: ACPI: IRQ2 used by override.
    Okt 19 01:11:07 localhost kernel: ACPI: IRQ9 used by override.
    Okt 19 01:11:07 localhost kernel: Using ACPI (MADT) for SMP configuration information
    Okt 19 01:11:07 localhost kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
    Okt 19 01:11:07 localhost kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    Okt 19 01:11:07 localhost kernel: nr_irqs_gsi: 40
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcc629000-0xcc629fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcc64c000-0xcc64cfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcd5a5000-0xcd5a5fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcd5b5000-0xcd5b5fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xddf19000-0xde09efff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde09f000-0xde0aafff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde0ab000-0xde123fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde124000-0xde129fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde1af000-0xde24cfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde24d000-0xdea5dfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xdea5f000-0xdeaa1fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xdf471000-0xdf7dafff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    Okt 19 01:11:07 localhost kernel: e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
    Okt 19 01:11:07 localhost kernel: Booting paravirtualized kernel on bare hardware
    Okt 19 01:11:07 localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    Okt 19 01:11:07 localhost kernel: PERCPU: Embedded 29 pages/cpu @ffff88041ec00000 s86784 r8192 d23808 u262144
    Okt 19 01:11:07 localhost kernel: pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
    Okt 19 01:11:07 localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    Okt 19 01:11:07 localhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4118961
    Okt 19 01:11:07 localhost kernel: Policy zone: Normal
    Okt 19 01:11:07 localhost kernel: Kernel command line: \boot\vmlinuz-linux rw root=/dev/sdc2 rootfstype=btrfs loglevel=2 rcutree.rcu_idle_gp_delay=1 initrd=\boot\initramfs-linux.img
    Okt 19 01:11:07 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Okt 19 01:11:07 localhost kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    Okt 19 01:11:07 localhost kernel: AGP: Checking aperture...
    Okt 19 01:11:07 localhost kernel: AGP: No AGP bridge found
    Okt 19 01:11:07 localhost kernel: Calgary: detecting Calgary via BIOS EBDA area
    Okt 19 01:11:07 localhost kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Okt 19 01:11:07 localhost kernel: Memory: 16146888K/16737476K available (5336K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 590588K reserved)
    Okt 19 01:11:07 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Okt 19 01:11:07 localhost kernel: Preemptible hierarchical RCU implementation.
    Okt 19 01:11:07 localhost kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Okt 19 01:11:07 localhost kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Okt 19 01:11:07 localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    Okt 19 01:11:07 localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    Okt 19 01:11:07 localhost kernel: NR_IRQS:8448 nr_irqs:744 16
    Okt 19 01:11:07 localhost kernel: Console: colour dummy device 80x25
    Okt 19 01:11:07 localhost kernel: console [tty0] enabled
    Okt 19 01:11:07 localhost kernel: allocated 67108864 bytes of page_cgroup
    Okt 19 01:11:07 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Okt 19 01:11:07 localhost kernel: hpet clockevent registered
    Okt 19 01:11:07 localhost kernel: tsc: Fast TSC calibration using PIT
    Okt 19 01:11:07 localhost kernel: tsc: Detected 3503.511 MHz processor
    Okt 19 01:11:07 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7009.98 BogoMIPS (lpj=11678370)
    Okt 19 01:11:07 localhost kernel: pid_max: default: 32768 minimum: 301
    Okt 19 01:11:07 localhost kernel: ACPI: Core revision 20140424
    Okt 19 01:11:07 localhost kernel: ACPI: All ACPI Tables successfully acquired
    Okt 19 01:11:07 localhost kernel: Security Framework initialized
    Okt 19 01:11:07 localhost kernel: Yama: becoming mindful.
    Okt 19 01:11:07 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    Okt 19 01:11:07 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Okt 19 01:11:07 localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Okt 19 01:11:07 localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys memory
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys devices
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys freezer
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys net_cls
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys blkio
    Okt 19 01:11:07 localhost kernel: CPU: Physical Processor ID: 0
    Okt 19 01:11:07 localhost kernel: CPU: Processor Core ID: 0
    Okt 19 01:11:07 localhost kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    Okt 19 01:11:07 localhost kernel: mce: CPU supports 9 MCE banks
    Okt 19 01:11:07 localhost kernel: CPU0: Thermal monitoring enabled (TM1)
    Okt 19 01:11:07 localhost kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 2
    Okt 19 01:11:07 localhost kernel: Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    Okt 19 01:11:07 localhost kernel: ftrace: allocating 20445 entries in 80 pages
    Okt 19 01:11:07 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Okt 19 01:11:07 localhost kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz (fam: 06, model: 3a, stepping: 09)
    Okt 19 01:11:07 localhost kernel: TSC deadline timer enabled
    Okt 19 01:11:07 localhost kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    Okt 19 01:11:07 localhost kernel: ... version: 3
    Okt 19 01:11:07 localhost kernel: ... bit width: 48
    Okt 19 01:11:07 localhost kernel: ... generic registers: 4
    Okt 19 01:11:07 localhost kernel: ... value mask: 0000ffffffffffff
    Okt 19 01:11:07 localhost kernel: ... max period: 0000ffffffffffff
    Okt 19 01:11:07 localhost kernel: ... fixed-purpose events: 3
    Okt 19 01:11:07 localhost kernel: ... event mask: 000000070000000f
    Okt 19 01:11:07 localhost kernel: x86: Booting SMP configuration:
    Okt 19 01:11:07 localhost kernel: .... node #0, CPUs: #1
    Okt 19 01:11:07 localhost kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Okt 19 01:11:07 localhost kernel: #2 #3 #4 #5 #6 #7
    Okt 19 01:11:07 localhost kernel: x86: Booted up 1 node, 8 CPUs
    Okt 19 01:11:07 localhost kernel: smpboot: Total of 8 processors activated (56078.85 BogoMIPS)
    Okt 19 01:11:07 localhost kernel: devtmpfs: initialized
    Okt 19 01:11:07 localhost kernel: PM: Registering ACPI NVS region [mem 0xde1af000-0xde24cfff] (647168 bytes)
    Okt 19 01:11:07 localhost kernel: PM: Registering ACPI NVS region [mem 0xdea5f000-0xdeaa1fff] (274432 bytes)
    Okt 19 01:11:07 localhost kernel: pinctrl core: initialized pinctrl subsystem
    Okt 19 01:11:07 localhost kernel: RTC time: 23:11:07, date: 10/18/14
    Okt 19 01:11:07 localhost kernel: NET: Registered protocol family 16
    Okt 19 01:11:07 localhost kernel: cpuidle: using governor ladder
    Okt 19 01:11:07 localhost kernel: cpuidle: using governor menu
    Okt 19 01:11:07 localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Okt 19 01:11:07 localhost kernel: ACPI: bus type PCI registered
    Okt 19 01:11:07 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Okt 19 01:11:07 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    Okt 19 01:11:07 localhost kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    Okt 19 01:11:07 localhost kernel: PCI: Using configuration type 1 for base access
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(Module Device)
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(Processor Device)
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Okt 19 01:11:07 localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Okt 19 01:11:07 localhost kernel: ACPI: Dynamic OEM Table Load:
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0xFFFF88040834B000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Dynamic OEM Table Load:
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0xFFFF880408302C00 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Dynamic OEM Table Load:
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0xFFFF880408309A00 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Interpreter enabled
    Okt 19 01:11:07 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    Okt 19 01:11:07 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    Okt 19 01:11:07 localhost kernel: ACPI: (supports S0 S3 S4 S5)
    Okt 19 01:11:07 localhost kernel: ACPI: Using IOAPIC for interrupt routing
    Okt 19 01:11:07 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN00] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN01] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN02] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN03] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN04] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    Okt 19 01:11:07 localhost kernel: PCI host bridge to bus 0000:00
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7200000-0xf720ffff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    Okt 19 01:11:07 localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf721a000-0xf721a00f 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7218000-0xf72183ff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7210000-0xf7213fff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: [8086:244e] type 01 class 0x060401
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7217000-0xf72173ff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7216000-0xf72167ff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7215000-0xf72150ff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: [10de:11c0] type 00 class 0x030000
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.1: [10de:0e0b] type 00 class 0x040300
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: [1969:1083] type 00 class 0x020000
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf7100000-0xf713ffff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd07f]
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [mem 0xf7100000-0xf71fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: [8086:244e] type 01 class 0x060401
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: supports D1 D2
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:05:00.0: [1102:0007] type 00 class 0x040100
    Okt 19 01:11:07 localhost kernel: pci 0000:05:00.0: reg 0x10: [io 0xc000-0xc01f]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:00.0: supports D1 D2
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.0: [14f1:8800] type 00 class 0x040000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.1: [14f1:8801] type 00 class 0x048000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.1: reg 0x10: [mem 0xf4000000-0xf4ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.2: [14f1:8802] type 00 class 0x048000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.2: reg 0x10: [mem 0xf3000000-0xf3ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.4: [14f1:8804] type 00 class 0x048000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.4: reg 0x10: [mem 0xf2000000-0xf2ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0xc000-0xcfff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xf2000000-0xf5ffffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
    Okt 19 01:11:07 localhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Okt 19 01:11:07 localhost kernel: vgaarb: loaded
    Okt 19 01:11:07 localhost kernel: vgaarb: bridge control possible 0000:01:00.0
    Okt 19 01:11:07 localhost kernel: PCI: Using ACPI for IRQ routing
    Okt 19 01:11:07 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xcc629018-0xcfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xcd5a5018-0xcfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xddf19000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xde1af000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xdea5f000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xdf471000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0x41f000000-0x41fffffff]
    Okt 19 01:11:07 localhost kernel: NetLabel: Initializing
    Okt 19 01:11:07 localhost kernel: NetLabel: domain hash size = 128
    Okt 19 01:11:07 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Okt 19 01:11:07 localhost kernel: NetLabel: unlabeled traffic allowed by default
    Okt 19 01:11:07 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Okt 19 01:11:07 localhost kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Okt 19 01:11:07 localhost kernel: Switched to clocksource hpet
    Okt 19 01:11:07 localhost kernel: pnp: PnP ACPI init
    Okt 19 01:11:07 localhost kernel: ACPI: bus type PNP registered
    Okt 19 01:11:07 localhost kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0680-0x069f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0200-0x020f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0xffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0xffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0400-0x0453] could not be reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0458-0x047f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0500-0x057f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    Okt 19 01:11:07 localhost kernel: system 00:03: [io 0x0454-0x0457] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: system 00:04: [io 0x0a00-0x0a0f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:04: [io 0x0a30-0x0a3f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:04: [io 0x0a20-0x0a2f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xe0000000-0xe0000fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: pnp: PnP ACPI: found 7 devices
    Okt 19 01:11:07 localhost kernel: ACPI: bus type PNP unregistered
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [mem 0xf7100000-0xf71fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 1 [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 11 [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 1 [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 4 [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 5 [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 6 [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 7 [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 8 [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 9 [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 10 [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 11 [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 12 [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 13 [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: NET: Registered protocol family 2
    Okt 19 01:11:07 localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    Okt 19 01:11:07 localhost kernel: TCP bind hash table entries: 65536 (order: 8,

    I worked around the issue myself by manually commenting the offending assertions out in src/core/job.c, so this is an upstream bug. I will report it at the systemd bug tracker.

  • [SOLVED]Asus UX32VD, problems with ACPI and Intel video driver

    1. The bigger problem seems to be Intel video driver:
    When xf86-video-intel is installed, screen stays black after booting. By adding "nomodeset" to grub doesn't help. If I don't start gdm while booting, I can boot to command line with "nomodeset".  From command line I tried "startx", but X doesn't start, probably because "nomodeset" has disabled KMS and I've understood that Intel driver needs KMS for GNOME.
    When xf86-video-vesa is installed instead of intel driver, screen is still black. By adding "nomodeset" to grub, I can see only mouse at gdm. If rebooting computer without gdm, I can start gnome from command line with startx and it works nice.
    In both setups I can connect to laptop with ssh when screen is black. With ssh I checked screen brightness, but it was maximum.
    Intel driver version: xf86-video-intel 2.20.1-3
    2. The problem with ACPI is found from dmesg, I don't think this effects to graphics problem, because with vesa driver and "acpi=off" set to grub I can start Gnome with startx. I don't even know if it effects at all on my system, dmesg shows error which effects to displayport( intel_dp_i2c_aux_ch error) these maybe related to each others:
    [ 2.588023] ACPI Error: Needed [Buffer/String/Package], found [Integer] ffff8801271a6000 (20120320/exresop-590)
    [ 2.588032] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20120320/dswexec-460)
    [ 2.588044] ACPI Error: Method parse/execution failed [\_SB_.PCI0.GFX0._DSM] (Node ffff880128e88348), AE_AML_OPERAND_TYPE (20120320/psparse-536)
    [ 2.738789] [drm:intel_dp_i2c_aux_ch] *ERROR* too many retries, giving up
    [ 2.741836] [drm:intel_dp_i2c_aux_ch] *ERROR* too many retries, giving up
    There is log files while booting with Intel driver and gdm set to start at boot in rc.conf, the screen is black, but got logs with ssh:
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.4.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.1 (GCC) ) #1 SMP PREEMPT Fri Jul 20 08:21:26 CEST 2012
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=74076a5e-6bff-49aa-919e-351f4417e0d0 ro quiet
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
    [ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
    [ 0.000000] BIOS-e820: 0000000020200000 - 0000000040004000 (usable)
    [ 0.000000] BIOS-e820: 0000000040004000 - 0000000040005000 (reserved)
    [ 0.000000] BIOS-e820: 0000000040005000 - 00000000c97be000 (usable)
    [ 0.000000] BIOS-e820: 00000000c97be000 - 00000000c9dbf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000c9dbf000 - 00000000c9dc2000 (reserved)
    [ 0.000000] BIOS-e820: 00000000c9dc2000 - 00000000c9dd7000 (usable)
    [ 0.000000] BIOS-e820: 00000000c9dd7000 - 00000000c9ddd000 (reserved)
    [ 0.000000] BIOS-e820: 00000000c9ddd000 - 00000000c9ddf000 (usable)
    [ 0.000000] BIOS-e820: 00000000c9ddf000 - 00000000c9de4000 (reserved)
    [ 0.000000] BIOS-e820: 00000000c9de4000 - 00000000c9f3d000 (usable)
    [ 0.000000] BIOS-e820: 00000000c9f3d000 - 00000000c9f41000 (reserved)
    [ 0.000000] BIOS-e820: 00000000c9f41000 - 00000000c9f8b000 (usable)
    [ 0.000000] BIOS-e820: 00000000c9f8b000 - 00000000c9f92000 (reserved)
    [ 0.000000] BIOS-e820: 00000000c9f92000 - 00000000c9f94000 (usable)
    [ 0.000000] BIOS-e820: 00000000c9f94000 - 00000000c9fb2000 (reserved)
    [ 0.000000] BIOS-e820: 00000000c9fb2000 - 00000000c9fb5000 (usable)
    [ 0.000000] BIOS-e820: 00000000c9fb5000 - 00000000c9fb7000 (reserved)
    [ 0.000000] BIOS-e820: 00000000c9fb7000 - 00000000c9fce000 (usable)
    [ 0.000000] BIOS-e820: 00000000c9fce000 - 00000000c9fd4000 (reserved)
    [ 0.000000] BIOS-e820: 00000000c9fd4000 - 00000000c9fdc000 (usable)
    [ 0.000000] BIOS-e820: 00000000c9fdc000 - 00000000c9fdd000 (reserved)
    [ 0.000000] BIOS-e820: 00000000c9fdd000 - 00000000c9fec000 (usable)
    [ 0.000000] BIOS-e820: 00000000c9fec000 - 00000000c9fed000 (reserved)
    [ 0.000000] BIOS-e820: 00000000c9fed000 - 00000000c9ff8000 (usable)
    [ 0.000000] BIOS-e820: 00000000c9ff8000 - 00000000c9ffd000 (reserved)
    [ 0.000000] BIOS-e820: 00000000c9ffd000 - 00000000ca01c000 (usable)
    [ 0.000000] BIOS-e820: 00000000ca01c000 - 00000000ca01e000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ca01e000 - 00000000ca032000 (usable)
    [ 0.000000] BIOS-e820: 00000000ca032000 - 00000000ca033000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ca033000 - 00000000ca045000 (usable)
    [ 0.000000] BIOS-e820: 00000000ca045000 - 00000000ca06b000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ca06b000 - 00000000ca07f000 (usable)
    [ 0.000000] BIOS-e820: 00000000ca07f000 - 00000000ca080000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ca080000 - 00000000ca081000 (usable)
    [ 0.000000] BIOS-e820: 00000000ca081000 - 00000000ca083000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ca083000 - 00000000ca084000 (usable)
    [ 0.000000] BIOS-e820: 00000000ca084000 - 00000000ca089000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ca089000 - 00000000ca0a1000 (usable)
    [ 0.000000] BIOS-e820: 00000000ca0a1000 - 00000000ca645000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ca645000 - 00000000ca8c5000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000ca8c5000 - 00000000ca8ca000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000ca8ca000 - 00000000ca8cb000 (usable)
    [ 0.000000] BIOS-e820: 00000000ca8cb000 - 00000000ca90e000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000ca90e000 - 00000000cad1d000 (usable)
    [ 0.000000] BIOS-e820: 00000000cad1d000 - 00000000caff4000 (reserved)
    [ 0.000000] BIOS-e820: 00000000caff4000 - 00000000cb000000 (usable)
    [ 0.000000] BIOS-e820: 00000000cbc00000 - 00000000cfe00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed04000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 000000012f200000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.31 by American Megatrends
    [ 0.000000] efi: ACPI=0xca894000 ACPI 2.0=0xca894000 SMBIOS=0xf04c0 MPS=0xfd4c0
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
    [ 0.000000] efi: mem01: type=7, attr=0xf, range=[0x0000000000008000-0x000000000005e000) (0MB)
    [ 0.000000] efi: mem02: type=4, attr=0xf, range=[0x000000000005e000-0x0000000000060000) (0MB)
    [ 0.000000] efi: mem03: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB)
    [ 0.000000] efi: mem04: type=6, attr=0x800000000000000f, range=[0x000000000009f000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem05: type=2, attr=0xf, range=[0x0000000000100000-0x0000000000fc2000) (14MB)
    [ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000fc2000-0x0000000001000000) (0MB)
    [ 0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB)
    [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB)
    [ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002ec2000) (14MB)
    [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000002ec2000-0x0000000020000000) (465MB)
    [ 0.000000] efi: mem11: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
    [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000020200000-0x0000000037a46000) (376MB)
    [ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x0000000037a46000-0x0000000037d1b000) (2MB)
    [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x0000000037d1b000-0x0000000040004000) (130MB)
    [ 0.000000] efi: mem15: type=0, attr=0xf, range=[0x0000000040004000-0x0000000040005000) (0MB)
    [ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x0000000040005000-0x000000008ea0f000) (1258MB)
    [ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x000000008ea0f000-0x00000000be4b2000) (762MB)
    [ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000be4b2000-0x00000000be7b3000) (3MB)
    [ 0.000000] efi: mem19: type=1, attr=0xf, range=[0x00000000be7b3000-0x00000000be7d2000) (0MB)
    [ 0.000000] efi: mem20: type=7, attr=0xf, range=[0x00000000be7d2000-0x00000000be7f1000) (0MB)
    [ 0.000000] efi: mem21: type=4, attr=0xf, range=[0x00000000be7f1000-0x00000000be808000) (0MB)
    [ 0.000000] efi: mem22: type=7, attr=0xf, range=[0x00000000be808000-0x00000000be810000) (0MB)
    [ 0.000000] efi: mem23: type=4, attr=0xf, range=[0x00000000be810000-0x00000000be9c4000) (1MB)
    [ 0.000000] efi: mem24: type=7, attr=0xf, range=[0x00000000be9c4000-0x00000000be9ca000) (0MB)
    [ 0.000000] efi: mem25: type=4, attr=0xf, range=[0x00000000be9ca000-0x00000000bea2f000) (0MB)
    [ 0.000000] efi: mem26: type=7, attr=0xf, range=[0x00000000bea2f000-0x00000000beb59000) (1MB)
    [ 0.000000] efi: mem27: type=4, attr=0xf, range=[0x00000000beb59000-0x00000000beb5b000) (0MB)
    [ 0.000000] efi: mem28: type=7, attr=0xf, range=[0x00000000beb5b000-0x00000000bed30000) (1MB)
    [ 0.000000] efi: mem29: type=4, attr=0xf, range=[0x00000000bed30000-0x00000000c8613000) (152MB)
    [ 0.000000] efi: mem30: type=7, attr=0xf, range=[0x00000000c8613000-0x00000000c8617000) (0MB)
    [ 0.000000] efi: mem31: type=4, attr=0xf, range=[0x00000000c8617000-0x00000000c90e1000) (10MB)
    [ 0.000000] efi: mem32: type=7, attr=0xf, range=[0x00000000c90e1000-0x00000000c9789000) (6MB)
    [ 0.000000] efi: mem33: type=2, attr=0xf, range=[0x00000000c9789000-0x00000000c9794000) (0MB)
    [ 0.000000] efi: mem34: type=3, attr=0xf, range=[0x00000000c9794000-0x00000000c97be000) (0MB)
    [ 0.000000] efi: mem35: type=10, attr=0xf, range=[0x00000000c97be000-0x00000000c9dbf000) (6MB)
    [ 0.000000] efi: mem36: type=5, attr=0x800000000000000f, range=[0x00000000c9dbf000-0x00000000c9dc2000) (0MB)
    [ 0.000000] efi: mem37: type=3, attr=0xf, range=[0x00000000c9dc2000-0x00000000c9dd7000) (0MB)
    [ 0.000000] efi: mem38: type=5, attr=0x800000000000000f, range=[0x00000000c9dd7000-0x00000000c9ddd000) (0MB)
    [ 0.000000] efi: mem39: type=3, attr=0xf, range=[0x00000000c9ddd000-0x00000000c9ddf000) (0MB)
    [ 0.000000] efi: mem40: type=5, attr=0x800000000000000f, range=[0x00000000c9ddf000-0x00000000c9de4000) (0MB)
    [ 0.000000] efi: mem41: type=3, attr=0xf, range=[0x00000000c9de4000-0x00000000c9f3d000) (1MB)
    [ 0.000000] efi: mem42: type=5, attr=0x800000000000000f, range=[0x00000000c9f3d000-0x00000000c9f41000) (0MB)
    [ 0.000000] efi: mem43: type=3, attr=0xf, range=[0x00000000c9f41000-0x00000000c9f8b000) (0MB)
    [ 0.000000] efi: mem44: type=5, attr=0x800000000000000f, range=[0x00000000c9f8b000-0x00000000c9f92000) (0MB)
    [ 0.000000] efi: mem45: type=3, attr=0xf, range=[0x00000000c9f92000-0x00000000c9f94000) (0MB)
    [ 0.000000] efi: mem46: type=6, attr=0x800000000000000f, range=[0x00000000c9f94000-0x00000000c9fa1000) (0MB)
    [ 0.000000] efi: mem47: type=5, attr=0x800000000000000f, range=[0x00000000c9fa1000-0x00000000c9fb2000) (0MB)
    [ 0.000000] efi: mem48: type=3, attr=0xf, range=[0x00000000c9fb2000-0x00000000c9fb5000) (0MB)
    [ 0.000000] efi: mem49: type=5, attr=0x800000000000000f, range=[0x00000000c9fb5000-0x00000000c9fb7000) (0MB)
    [ 0.000000] efi: mem50: type=3, attr=0xf, range=[0x00000000c9fb7000-0x00000000c9fce000) (0MB)
    [ 0.000000] efi: mem51: type=5, attr=0x800000000000000f, range=[0x00000000c9fce000-0x00000000c9fd4000) (0MB)
    [ 0.000000] efi: mem52: type=3, attr=0xf, range=[0x00000000c9fd4000-0x00000000c9fdc000) (0MB)
    [ 0.000000] efi: mem53: type=5, attr=0x800000000000000f, range=[0x00000000c9fdc000-0x00000000c9fdd000) (0MB)
    [ 0.000000] efi: mem54: type=3, attr=0xf, range=[0x00000000c9fdd000-0x00000000c9fec000) (0MB)
    [ 0.000000] efi: mem55: type=5, attr=0x800000000000000f, range=[0x00000000c9fec000-0x00000000c9fed000) (0MB)
    [ 0.000000] efi: mem56: type=3, attr=0xf, range=[0x00000000c9fed000-0x00000000c9ff8000) (0MB)
    [ 0.000000] efi: mem57: type=5, attr=0x800000000000000f, range=[0x00000000c9ff8000-0x00000000c9ffd000) (0MB)
    [ 0.000000] efi: mem58: type=3, attr=0xf, range=[0x00000000c9ffd000-0x00000000ca01c000) (0MB)
    [ 0.000000] efi: mem59: type=5, attr=0x800000000000000f, range=[0x00000000ca01c000-0x00000000ca01e000) (0MB)
    [ 0.000000] efi: mem60: type=3, attr=0xf, range=[0x00000000ca01e000-0x00000000ca032000) (0MB)
    [ 0.000000] efi: mem61: type=5, attr=0x800000000000000f, range=[0x00000000ca032000-0x00000000ca033000) (0MB)
    [ 0.000000] efi: mem62: type=3, attr=0xf, range=[0x00000000ca033000-0x00000000ca045000) (0MB)
    [ 0.000000] efi: mem63: type=5, attr=0x800000000000000f, range=[0x00000000ca045000-0x00000000ca06b000) (0MB)
    [ 0.000000] efi: mem64: type=3, attr=0xf, range=[0x00000000ca06b000-0x00000000ca07f000) (0MB)
    [ 0.000000] efi: mem65: type=5, attr=0x800000000000000f, range=[0x00000000ca07f000-0x00000000ca080000) (0MB)
    [ 0.000000] efi: mem66: type=3, attr=0xf, range=[0x00000000ca080000-0x00000000ca081000) (0MB)
    [ 0.000000] efi: mem67: type=5, attr=0x800000000000000f, range=[0x00000000ca081000-0x00000000ca083000) (0MB)
    [ 0.000000] efi: mem68: type=3, attr=0xf, range=[0x00000000ca083000-0x00000000ca084000) (0MB)
    [ 0.000000] efi: mem69: type=5, attr=0x800000000000000f, range=[0x00000000ca084000-0x00000000ca089000) (0MB)
    [ 0.000000] efi: mem70: type=3, attr=0xf, range=[0x00000000ca089000-0x00000000ca0a1000) (0MB)
    [ 0.000000] efi: mem71: type=6, attr=0x800000000000000f, range=[0x00000000ca0a1000-0x00000000ca101000) (0MB)
    [ 0.000000] efi: mem72: type=5, attr=0x800000000000000f, range=[0x00000000ca101000-0x00000000ca11b000) (0MB)
    [ 0.000000] efi: mem73: type=6, attr=0x800000000000000f, range=[0x00000000ca11b000-0x00000000ca120000) (0MB)
    [ 0.000000] efi: mem74: type=6, attr=0x800000000000000f, range=[0x00000000ca120000-0x00000000ca126000) (0MB)
    [ 0.000000] efi: mem75: type=6, attr=0x800000000000000f, range=[0x00000000ca126000-0x00000000ca128000) (0MB)
    [ 0.000000] efi: mem76: type=6, attr=0x800000000000000f, range=[0x00000000ca128000-0x00000000ca145000) (0MB)
    [ 0.000000] efi: mem77: type=0, attr=0xf, range=[0x00000000ca145000-0x00000000ca272000) (1MB)
    [ 0.000000] efi: mem78: type=0, attr=0xf, range=[0x00000000ca272000-0x00000000ca5da000) (3MB)
    [ 0.000000] efi: mem79: type=0, attr=0xf, range=[0x00000000ca5da000-0x00000000ca5e0000) (0MB)
    [ 0.000000] efi: mem80: type=0, attr=0xf, range=[0x00000000ca5e0000-0x00000000ca645000) (0MB)
    [ 0.000000] efi: mem81: type=10, attr=0xf, range=[0x00000000ca645000-0x00000000ca702000) (0MB)
    [ 0.000000] efi: mem82: type=10, attr=0xf, range=[0x00000000ca702000-0x00000000ca8ad000) (1MB)
    [ 0.000000] efi: mem83: type=10, attr=0xf, range=[0x00000000ca8ad000-0x00000000ca8b1000) (0MB)
    [ 0.000000] efi: mem84: type=10, attr=0xf, range=[0x00000000ca8b1000-0x00000000ca8c5000) (0MB)
    [ 0.000000] efi: mem85: type=9, attr=0xf, range=[0x00000000ca8c5000-0x00000000ca8c9000) (0MB)
    [ 0.000000] efi: mem86: type=9, attr=0xf, range=[0x00000000ca8c9000-0x00000000ca8ca000) (0MB)
    [ 0.000000] efi: mem87: type=4, attr=0xf, range=[0x00000000ca8ca000-0x00000000ca8cb000) (0MB)
    [ 0.000000] efi: mem88: type=10, attr=0xf, range=[0x00000000ca8cb000-0x00000000ca90e000) (0MB)
    [ 0.000000] efi: mem89: type=4, attr=0xf, range=[0x00000000ca90e000-0x00000000caa58000) (1MB)
    [ 0.000000] efi: mem90: type=3, attr=0xf, range=[0x00000000caa58000-0x00000000cacee000) (2MB)
    [ 0.000000] efi: mem91: type=4, attr=0xf, range=[0x00000000cacee000-0x00000000cacf3000) (0MB)
    [ 0.000000] efi: mem92: type=3, attr=0xf, range=[0x00000000cacf3000-0x00000000cacf7000) (0MB)
    [ 0.000000] efi: mem93: type=4, attr=0xf, range=[0x00000000cacf7000-0x00000000cad04000) (0MB)
    [ 0.000000] efi: mem94: type=3, attr=0xf, range=[0x00000000cad04000-0x00000000cad16000) (0MB)
    [ 0.000000] efi: mem95: type=4, attr=0xf, range=[0x00000000cad16000-0x00000000cad1d000) (0MB)
    [ 0.000000] efi: mem96: type=6, attr=0x800000000000000f, range=[0x00000000cad1d000-0x00000000caff4000) (2MB)
    [ 0.000000] efi: mem97: type=4, attr=0xf, range=[0x00000000caff4000-0x00000000cb000000) (0MB)
    [ 0.000000] efi: mem98: type=7, attr=0xf, range=[0x0000000100000000-0x000000012f200000) (754MB)
    [ 0.000000] efi: mem99: type=0, attr=0x8000000000000000, range=[0x00000000cbc00000-0x00000000cfe00000) (66MB)
    [ 0.000000] efi: mem100: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    [ 0.000000] efi: mem101: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem102: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem103: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem104: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem105: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] DMI 2.7 present.
    [ 0.000000] DMI: ASUSTeK COMPUTER INC. UX32VD/UX32VD, BIOS UX32VD.206 06/06/2012
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x12f200 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F00000000 write-back
    [ 0.000000] 1 base 100000000 mask FE0000000 write-back
    [ 0.000000] 2 base 120000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 4 base 0D0000000 mask FF0000000 uncachable
    [ 0.000000] 5 base 0CC000000 mask FFC000000 uncachable
    [ 0.000000] 6 base 0CBC00000 mask FFFC00000 uncachable
    [ 0.000000] 7 base 12F800000 mask FFF800000 uncachable
    [ 0.000000] 8 base 12F400000 mask FFFC00000 uncachable
    [ 0.000000] 9 base 12F200000 mask FFFE00000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000cbc00000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xcb000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000fd7b0] fd7b0
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000cb000000
    [ 0.000000] 0000000000 - 00cb000000 page 2M
    [ 0.000000] kernel direct mapping tables up to cb000000 @ 1fffb000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-000000012f200000
    [ 0.000000] 0100000000 - 012f200000 page 2M
    [ 0.000000] kernel direct mapping tables up to 12f200000 @ c978e000-c9794000
    [ 0.000000] RAMDISK: 37a46000 - 37d1b000
    [ 0.000000] ACPI: RSDP 00000000ca894000 00024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 00000000ca894088 00094 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 00000000ca8a83b8 000F4 (v04 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 00000000ca8941b8 141FA (v02 _ASUS_ Notebook 00000013 INTL 20091112)
    [ 0.000000] ACPI: FACS 00000000ca8c2f80 00040
    [ 0.000000] ACPI: APIC 00000000ca8a84b0 00072 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 00000000ca8a8528 00044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: ECDT 00000000ca8a8570 000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: MCFG 00000000ca8a8638 0003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000ca8a8678 00A3C (v01 DptfTa DptfTab 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000ca8a90b8 00CA5 (v01 SADptf SADptf_ 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000ca8a9d60 00098 (v01 PchDpt PchDptf 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000ca8a9df8 0091C (v01 CfgTDP CfgTDP_ 00001000 INTL 20091112)
    [ 0.000000] ACPI: SLIC 00000000ca8aa718 00176 (v01 _ASUS_ Notebook 01072009 ASUS 00000001)
    [ 0.000000] ACPI: HPET 00000000ca8aa890 00038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 00000000ca8aa8c8 00886 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000ca8ab150 00A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: DMAR 00000000ca8abbe8 000B8 (v01 INTEL SNB 00000001 INTL 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-000000012f200000
    [ 0.000000] Initmem setup node 0 0000000000000000-000000012f200000
    [ 0.000000] NODE_DATA [000000012f1fc000 - 000000012f1fffff]
    [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012a800000-ffff88012e7fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x0012f200
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x00020000
    [ 0.000000] 0: 0x00020200 -> 0x00040004
    [ 0.000000] 0: 0x00040005 -> 0x000c97be
    [ 0.000000] 0: 0x000c9dc2 -> 0x000c9dd7
    [ 0.000000] 0: 0x000c9ddd -> 0x000c9ddf
    [ 0.000000] 0: 0x000c9de4 -> 0x000c9f3d
    [ 0.000000] 0: 0x000c9f41 -> 0x000c9f8b
    [ 0.000000] 0: 0x000c9f92 -> 0x000c9f94
    [ 0.000000] 0: 0x000c9fb2 -> 0x000c9fb5
    [ 0.000000] 0: 0x000c9fb7 -> 0x000c9fce
    [ 0.000000] 0: 0x000c9fd4 -> 0x000c9fdc
    [ 0.000000] 0: 0x000c9fdd -> 0x000c9fec
    [ 0.000000] 0: 0x000c9fed -> 0x000c9ff8
    [ 0.000000] 0: 0x000c9ffd -> 0x000ca01c
    [ 0.000000] 0: 0x000ca01e -> 0x000ca032
    [ 0.000000] 0: 0x000ca033 -> 0x000ca045
    [ 0.000000] 0: 0x000ca06b -> 0x000ca07f
    [ 0.000000] 0: 0x000ca080 -> 0x000ca081
    [ 0.000000] 0: 0x000ca083 -> 0x000ca084
    [ 0.000000] 0: 0x000ca089 -> 0x000ca0a1
    [ 0.000000] 0: 0x000ca8ca -> 0x000ca8cb
    [ 0.000000] 0: 0x000ca90e -> 0x000cad1d
    [ 0.000000] 0: 0x000caff4 -> 0x000cb000
    [ 0.000000] 0: 0x00100000 -> 0x0012f200
    [ 0.000000] On node 0 totalpages: 1019347
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 11 pages reserved
    [ 0.000000] DMA zone: 3908 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 806020 pages, LIFO batch:31
    [ 0.000000] Normal zone: 3016 pages used for memmap
    [ 0.000000] Normal zone: 190008 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[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[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] PM: Registered nosave memory: 0000000040004000 - 0000000040005000
    [ 0.000000] PM: Registered nosave memory: 00000000c97be000 - 00000000c9dbf000
    [ 0.000000] PM: Registered nosave memory: 00000000c9dbf000 - 00000000c9dc2000
    [ 0.000000] PM: Registered nosave memory: 00000000c9dd7000 - 00000000c9ddd000
    [ 0.000000] PM: Registered nosave memory: 00000000c9ddf000 - 00000000c9de4000
    [ 0.000000] PM: Registered nosave memory: 00000000c9f3d000 - 00000000c9f41000
    [ 0.000000] PM: Registered nosave memory: 00000000c9f8b000 - 00000000c9f92000
    [ 0.000000] PM: Registered nosave memory: 00000000c9f94000 - 00000000c9fb2000
    [ 0.000000] PM: Registered nosave memory: 00000000c9fb5000 - 00000000c9fb7000
    [ 0.000000] PM: Registered nosave memory: 00000000c9fce000 - 00000000c9fd4000
    [ 0.000000] PM: Registered nosave memory: 00000000c9fdc000 - 00000000c9fdd000
    [ 0.000000] PM: Registered nosave memory: 00000000c9fec000 - 00000000c9fed000
    [ 0.000000] PM: Registered nosave memory: 00000000c9ff8000 - 00000000c9ffd000
    [ 0.000000] PM: Registered nosave memory: 00000000ca01c000 - 00000000ca01e000
    [ 0.000000] PM: Registered nosave memory: 00000000ca032000 - 00000000ca033000
    [ 0.000000] PM: Registered nosave memory: 00000000ca045000 - 00000000ca06b000
    [ 0.000000] PM: Registered nosave memory: 00000000ca07f000 - 00000000ca080000
    [ 0.000000] PM: Registered nosave memory: 00000000ca081000 - 00000000ca083000
    [ 0.000000] PM: Registered nosave memory: 00000000ca084000 - 00000000ca089000
    [ 0.000000] PM: Registered nosave memory: 00000000ca0a1000 - 00000000ca645000
    [ 0.000000] PM: Registered nosave memory: 00000000ca645000 - 00000000ca8c5000
    [ 0.000000] PM: Registered nosave memory: 00000000ca8c5000 - 00000000ca8ca000
    [ 0.000000] PM: Registered nosave memory: 00000000ca8cb000 - 00000000ca90e000
    [ 0.000000] PM: Registered nosave memory: 00000000cad1d000 - 00000000caff4000
    [ 0.000000] PM: Registered nosave memory: 00000000cb000000 - 00000000cbc00000
    [ 0.000000] PM: Registered nosave memory: 00000000cbc00000 - 00000000cfe00000
    [ 0.000000] PM: Registered nosave memory: 00000000cfe00000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
    [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
    [ 0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
    [ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at cfe00000 (gap: cfe00000:28200000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88012ee00000 s82880 r8192 d23616 u524288
    [ 0.000000] pcpu-alloc: s82880 r8192 d23616 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: 999936
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=74076a5e-6bff-49aa-919e-351f4417e0d0 ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3751436k/4966400k available (4538k kernel code, 889012k absent, 325952k reserved, 4307k data, 740k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] NR_IRQS:4352 nr_irqs:712 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.003333] Detected 1696.208 MHz processor.
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3393.76 BogoMIPS (lpj=5654026)
    [ 0.000007] pid_max: default: 32768 minimum: 301
    [ 0.000028] init_memory_mapping: 00000000cbc00000-00000000cfe00000
    [ 0.000032] 00cbc00000 - 00cfe00000 page 2M
    [ 0.151118] Security Framework initialized
    [ 0.151124] AppArmor: AppArmor disabled by boot time parameter
    [ 0.151478] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.153001] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.153673] Mount-cache hash table entries: 256
    [ 0.153885] Initializing cgroup subsys cpuacct
    [ 0.153888] Initializing cgroup subsys memory
    [ 0.153897] Initializing cgroup subsys devices
    [ 0.153899] Initializing cgroup subsys freezer
    [ 0.153901] Initializing cgroup subsys net_cls
    [ 0.153903] Initializing cgroup subsys blkio
    [ 0.153938] CPU: Physical Processor ID: 0
    [ 0.153940] CPU: Processor Core ID: 0
    [ 0.153946] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.153947] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.154505] mce: CPU supports 7 MCE banks
    [ 0.154520] CPU0: Thermal monitoring enabled (TM1)
    [ 0.154528] using mwait in idle threads.
    [ 0.155909] ACPI: Core revision 20120320
    [ 0.173638] ftrace: allocating 17828 entries in 70 pages
    [ 0.187014] DMAR: Host address width 36
    [ 0.187017] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.187030] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
    [ 0.187033] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.187044] IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
    [ 0.187046] DMAR: RMRR base: 0x000000ca395000 end: 0x000000ca3b1fff
    [ 0.187049] DMAR: RMRR base: 0x000000cbc00000 end: 0x000000cfdfffff
    [ 0.187125] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
    [ 0.187127] HPET id 0 under DRHD base 0xfed91000
    [ 0.187335] Enabled IRQ remapping in x2apic mode
    [ 0.187337] Enabling x2apic
    [ 0.187339] Enabled x2apic
    [ 0.187348] Switched APIC routing to cluster x2apic.
    [ 0.187829] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.220796] CPU0: Intel(R) Core(TM) i5-3317U CPU @ 1.70GHz stepping 09
    [ 0.325329] Performance Events: PEBS fmt1+, generic architected perfmon, Intel PMU driver.
    [ 0.325337] ... version: 3
    [ 0.325338] ... bit width: 48
    [ 0.325340] ... generic registers: 4
    [ 0.325342] ... value mask: 0000ffffffffffff
    [ 0.325343] ... max period: 000000007fffffff
    [ 0.325345] ... fixed-purpose events: 3
    [ 0.325347] ... event mask: 000000070000000f
    [ 0.345395] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.365318] Booting Node 0, Processors #1
    [ 0.379062] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.391966] #2
    [ 0.405760] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.418597] #3 Ok.
    [ 0.432328] NMI watchdog: enabled, takes one hw-pmu counter.
    [ 0.432363] Brought up 4 CPUs
    [ 0.432366] Total of 4 processors activated (13575.06 BogoMIPS).
    [ 0.436881] devtmpfs: initialized
    [ 0.438137] PM: Registering ACPI NVS region [mem 0xc97be000-0xc9dbefff] (6295552 bytes)
    [ 0.438244] PM: Registering ACPI NVS region [mem 0xca645000-0xca8c4fff] (2621440 bytes)
    [ 0.438288] PM: Registering ACPI NVS region [mem 0xca8cb000-0xca90dfff] (274432 bytes)
    [ 0.439159] NET: Registered protocol family 16
    [ 0.439285] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.439288] ACPI: bus type pci registered
    [ 0.439359] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.439363] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.488790] PCI: Using configuration type 1 for base access
    [ 0.489423] bio: create slab <bio-0> at 0
    [ 0.489488] ACPI: Added _OSI(Module Device)
    [ 0.489490] ACPI: Added _OSI(Processor Device)
    [ 0.489492] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.489494] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.492750] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.496137] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.598886] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.599592] ACPI: SSDT 00000000ca5f2018 00853 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.600414] ACPI: Dynamic OEM Table Load:
    [ 0.600417] ACPI: SSDT (null) 00853 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.600767] ACPI: SSDT 00000000ca5f3a98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.601622] ACPI: Dynamic OEM Table Load:
    [ 0.601626] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.601797] ACPI: SSDT 00000000ca5f4c18 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.602615] ACPI: Dynamic OEM Table Load:
    [ 0.602618] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.603483] ACPI: Interpreter enabled
    [ 0.603488] ACPI: (supports S0 S3 S4 S5)
    [ 0.603522] ACPI: Using IOAPIC for interrupt routing
    [ 0.709320] ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
    [ 0.709614] ACPI: No dock devices found.
    [ 0.709618] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.710040] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.710623] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.710626] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.710629] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.710632] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [ 0.710634] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 0.710637] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 0.710639] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
    [ 0.710643] pci_root PNP0A08:00: host bridge window [mem 0xcfe00000-0xfeafffff]
    [ 0.710683] PCI host bridge to bus 0000:00
    [ 0.710686] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.710688] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.710691] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.710693] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.710696] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.710698] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.710701] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.710703] pci_bus 0000:00: root bus resource [mem 0xcfe00000-0xfeafffff]
    [ 0.710714] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.710765] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.710808] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.710842] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.710857] pci 0000:00:02.0: reg 10: [mem 0xf7400000-0xf77fffff 64bit]
    [ 0.710866] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.710873] pci 0000:00:02.0: reg 20: [io 0xf000-0xf03f]
    [ 0.710919] pci 0000:00:04.0: [8086:0153] type 00 class 0x118000
    [ 0.710933] pci 0000:00:04.0: reg 10: [mem 0xfed98000-0xfed9ffff 64bit]
    [ 0.711023] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.711053] pci 0000:00:14.0: reg 10: [mem 0xf7900000-0xf790ffff 64bit]
    [ 0.711145] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.711176] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.711206] pci 0000:00:16.0: reg 10: [mem 0xf7922000-0xf792200f 64bit]
    [ 0.711301] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.711353] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.711380] pci 0000:00:1a.0: reg 10: [mem 0xf7920000-0xf79203ff]
    [ 0.711490] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.711525] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.711543] pci 0000:00:1b.0: reg 10: [mem 0xf7918000-0xf791bfff 64bit]
    [ 0.711626] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.711657] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.711790] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.711831] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 0.711963] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.712027] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.712052] pci 0000:00:1d.0: reg 10: [mem 0xf791f000-0xf791f3ff]
    [ 0.712164] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.712196] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
    [ 0.712346] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.712370] pci 0000:00:1f.2: reg 10: [io 0xf0b0-0xf0b7]
    [ 0.712380] pci 0000:00:1f.2: reg 14: [io 0xf0a0-0xf0a3]
    [ 0.712391] pci 0000:00:1f.2: reg 18: [io 0xf090-0xf097]
    [ 0.712400] pci 0000:00:1f.2: reg 1c: [io 0xf080-0xf083]
    [ 0.712410] pci 0000:00:1f.2: reg 20: [io 0xf060-0xf07f]
    [ 0.712421] pci 0000:00:1f.2: reg 24: [mem 0xf791e000-0xf791e7ff]
    [ 0.712480] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.712505] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.712526] pci 0000:00:1f.3: reg 10: [mem 0xf791d000-0xf791d0ff 64bit]
    [ 0.712556] pci 0000:00:1f.3: reg 20: [io 0xf040-0xf05f]
    [ 0.712601] pci 0000:00:1f.6: [8086:1e24] type 00 class 0x118000
    [ 0.712629] pci 0000:00:1f.6: reg 10: [mem 0xf791c000-0xf791cfff 64bit]
    [ 0.712761] pci 0000:01:00.0: [10de:1140] type 00 class 0x030200
    [ 0.712778] pci 0000:01:00.0: reg 10: [mem 0xf6000000-0xf6ffffff]
    [ 0.712796] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.712814] pci 0000:01:00.0: reg 1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.712826] pci 0000:01:00.0: reg 24: [io 0xe000-0xe07f]
    [ 0.712839] pci 0000:01:00.0: reg 30: [mem 0xf7000000-0xf707ffff pref]
    [ 0.718669] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.718673] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.718677] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.718681] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.718759] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.719023] pci 0000:03:00.0: [8086:088e] type 00 class 0x028000
    [ 0.719239] pci 0000:03:00.0: reg 10: [mem 0xf7800000-0xf7801fff 64bit]
    [ 0.720103] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.725437] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 0.725447] pci 0000:00:1c.1: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.725477] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.725613] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
    [ 0.725684] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.725749] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.725903] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.726168] pci0000:00: ACPI _OSC control (0x18) granted
    [ 1.474997] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
    [ 1.475053] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 10 12)
    [ 1.475105] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 12)
    [ 1.475156] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 12)
    [ 1.475207] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 1.475258] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 1.475309] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
    [ 1.475359] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
    [ 1.475453] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.475460] vgaarb: loaded
    [ 1.475461] vgaarb: bridge control possible 0000:00:02.0
    [ 1.475508] PCI: Using ACPI for IRQ routing
    [ 1.477328] PCI: pci_cache_line_size set to 64 bytes
    [ 1.477339] pci 0000:00:04.0: no compatible bridge window for [mem 0xfed98000-0xfed9ffff 64bit]
    [ 1.477421] reserve RAM buffer: 000000000009f000 - 000000000009ffff
    [ 1.477423] reserve RAM buffer: 0000000040004000 - 0000000043ffffff
    [ 1.477426] reserve RAM buffer: 00000000c97be000 - 00000000cbffffff
    [ 1.477439] reserve RAM buffer: 00000000c9dd7000 - 00000000cbffffff
    [ 1.477451] reserve RAM buffer: 00000000c9ddf000 - 00000000cbffffff
    [ 1.477462] reserve RAM buffer: 00000000c9f3d000 - 00000000cbffffff
    [ 1.477473] reserve RAM buffer: 00000000c9f8b000 - 00000000cbffffff
    [ 1.477484] reserve RAM buffer: 00000000c9f94000 - 00000000cbffffff
    [ 1.477494] reserve RAM buffer: 00000000c9fb5000 - 00000000cbffffff
    [ 1.477504] reserve RAM buffer: 00000000c9fce000 - 00000000cbffffff
    [ 1.477514] reserve RAM buffer: 00000000c9fdc000 - 00000000cbffffff
    [ 1.477523] reserve RAM buffer: 00000000c9fec000 - 00000000cbffffff
    [ 1.477532] reserve RAM buffer: 00000000c9ff8000 - 00000000cbffffff
    [ 1.477540] reserve RAM buffer: 00000000ca01c000 - 00000000cbffffff
    [ 1.477548] reserve RAM buffer: 00000000ca032000 - 00000000cbffffff
    [ 1.477556] reserve RAM buffer: 00000000ca045000 - 00000000cbffffff
    [ 1.477563] reserve RAM buffer: 00000000ca07f000 - 00000000cbffffff
    [ 1.477569] reserve RAM buffer: 00000000ca081000 - 00000000cbffffff
    [ 1.477575] reserve RAM buffer: 00000000ca084000 - 00000000cbffffff
    [ 1.477581] reserve RAM buffer: 00000000ca0a1000 - 00000000cbffffff
    [ 1.477586] reserve RAM buffer: 00000000ca8cb000 - 00000000cbffffff
    [ 1.477590] reserve RAM buffer: 00000000cad1d000 - 00000000cbffffff
    [ 1.477593] reserve RAM buffer: 00000000cb000000 - 00000000cbffffff
    [ 1.477596] reserve RAM buffer: 000000012f200000 - 000000012fffffff
    [ 1.477696] NetLabel: Initializing
    [ 1.477698] NetLabel: domain hash size = 128
    [ 1.477699] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.477713] NetLabel: unlabeled traffic allowed by default
    [ 1.477738] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.477746] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.479760] Switching to clocksource hpet
    [ 1.485853] pnp: PnP ACPI init
    [ 1.485869] ACPI: bus type pnp registered
    [ 1.486219] pnp 00:00: [bus 00-3e]
    [ 1.486224] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 1.486226] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 1.486229] pnp 00:00: [io 0x0d00-0xffff window]
    [ 1.486231] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 1.486234] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 1.486236] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 1.486238] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 1.486241] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 1.486243] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 1.486246] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 1.486248] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 1.486250] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 1.486253] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 1.486255] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 1.486257] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 1.486260] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 1.486262] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 1.486264] pnp 00:00: [mem 0xcfe00000-0xfeafffff window]
    [ 1.486267] pnp 00:00: [mem 0x00010000-0x0001ffff window]
    [ 1.486345] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 1.486376] pnp 00:01: [mem 0xfed40000-0xfed44fff]
    [ 1.486418] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 1.486422] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 1.533253] pnp 00:02: [io 0x0000-0x001f]
    [ 1.533255] pnp 00:02: [io 0x0081-0x0091]
    [ 1.533257] pnp 00:02: [io 0x0093-0x009f]
    [ 1.533259] pnp 00:02: [io 0x00c0-0x00df]
    [ 1.533262] pnp 00:02: [dma 4]
    [ 1.533297] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 1.533306] pnp 00:03: [mem 0xff000000-0xffffffff]
    [ 1.533336] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.533438] pnp 00:04: [mem 0xfed00000-0xfed003ff]
    [ 1.533473] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.533487] pnp 00:05: [io 0x002e-0x002f]
    [ 1.533489] pnp 00:05: [io 0x004e-0x004f]
    [ 1.533491] pnp 00:05: [io 0x0061]
    [ 1.533493] pnp 00:05: [io 0x0063]
    [ 1.533495] pnp 00:05: [io 0x0065]
    [ 1.533497] pnp 00:05: [io 0x0067]
    [ 1.533498] pnp 00:05: [io 0x0070]
    [ 1.533500] pnp 00:05: [io 0x0080]
    [ 1.533502] pnp 00:05: [io 0x0092]
    [ 1.533504] pnp 00:05: [io 0x00b2-0x00b3]
    [ 1.533506] pnp 00:05: [io 0x0680-0x069f]
    [ 1.533508] pnp 00:05: [io 0x0200-0x020f]
    [ 1.533510] pnp 00:05: [io 0xffff]
    [ 1.533512] pnp 00:05: [io 0xffff]
    [ 1.533514] pnp 00:05: [io 0x0400-0x0453]
    [ 1.533518] pnp 00:05: [io 0x0458-0x047f]
    [ 1.533520] pnp 00:05: [io 0x0500-0x057f]
    [ 1.533522] pnp 00:05: [io 0x164e-0x164f]
    [ 1.533573] system 00:05: [io 0x0680-0x069f] has been reserved
    [ 1.533576] system 00:05: [io 0x0200-0x020f] has been reserved
    [ 1.533579] system 00:05: [io 0xffff] has been reserved
    [ 1.533581] system 00:05: [io 0xffff] has been reserved
    [ 1.533584] system 00:05: [io 0x0400-0x0453] has been reserved
    [ 1.533587] system 00:05: [io 0x0458-0x047f] has been reserved
    [ 1.533590] system 00:05: [io 0x0500-0x057f] has been reserved
    [ 1.533592] system 00:05: [io 0x164e-0x164f] has been reserved
    [ 1.533596] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.533606] pnp 00:06: [io 0x0070-0x0077]
    [ 1.533620] pnp 00:06: [irq 8]
    [ 1.533653] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.533685] pnp 00:07: [io 0x0454-0x0457]
    [ 1.533733] system 00:07: [io 0x0454-0x0457] has been reserved
    [ 1.533737] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 1.533764] pnp 00:08: [io 0x0010-0x001f]
    [ 1.533767] pnp 00:08: [io 0x0022-0x003f]
    [ 1.533769] pnp 00:08: [io 0x0044-0x005f]
    [ 1.533771] pnp 00:08: [io 0x0072-0x007f]
    [ 1.533773] pnp 00:08: [io 0x0080]
    [ 1.533774] pnp 00:08: [io 0x0084-0x0086]
    [ 1.533776] pnp 00:08: [io 0x0088]
    [ 1.533778] pnp 00:08: [io 0x008c-0x008e]
    [ 1.533780] pnp 00:08: [io 0x0090-0x009f]
    [ 1.533782] pnp 00:08: [io 0x00a2-0x00bf]
    [ 1.533784] pnp 00:08: [io 0x00e0-0x00ef]
    [ 1.533786] pnp 00:08: [io 0x04d0-0x04d1]
    [ 1.533836] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 1.533840] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.533849] pnp 00:09: [io 0x00f0-0x00ff]
    [ 1.533858] pnp 00:09: [irq 13]
    [ 1.533892] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 1.533945] pnp 00:0a: [irq 12]
    [ 1.533982] pnp 00:0a: Plug and Play ACPI device, IDs ETD0105 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 1.534008] pnp 00:0b: [io 0x0060]
    [ 1.534010] pnp 00:0b: [io 0x0064]
    [ 1.534017] pnp 00:0b: [irq 1]
    [ 1.534053] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 1.534293] pnp 00:0c: [mem 0xfed1c000-0xfed1ffff]
    [ 1.534295] pnp 00:0c: [mem 0xfed10000-0xfed17fff]
    [ 1.534297] pnp 00:0c: [mem 0xfed18000-0xfed18fff]
    [ 1.534300] pnp 00:0c: [mem 0xfed19000-0xfed19fff]
    [ 1.534302] pnp 00:0c: [mem 0xf8000000-0xfbffffff]
    [ 1.534304] pnp 00:0c: [mem 0xfed20000-0xfed3ffff]
    [ 1.534306] pnp 00:0c: [mem 0xfed90000-0xfed93fff]
    [ 1.534308] pnp 00:0c: [mem 0xfed45000-0xfed8ffff]
    [ 1.534310] pnp 00:0c: [mem 0xff000000-0xffffffff]
    [ 1.534313] pnp 00:0c: [mem 0xfee00000-0xfeefffff]
    [ 1.534315] pnp 00:0c: [mem 0xcfe00000-0xcfe00fff]
    [ 1.534382] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.534385] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 1.534388] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.534392] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.534395] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 1.534398] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.534401] system 00:0c: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 1.534404] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 1.534407] system 00:0c: [mem 0xff000000-0xffffffff] has been reserved
    [ 1.534413] system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.534416] system 00:0c: [mem 0xcfe00000-0xcfe00fff] has been reserved
    [ 1.534420] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.534494] pnp 00:0d: [mem 0xcfe00000-0xcfe00fff]
    [ 1.534558] system 00:0d: [mem 0xcfe00000-0xcfe00fff] has been reserved
    [ 1.534562] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.534715] pnp 00:0e: [mem 0x20000000-0x201fffff]
    [ 1.534718] pnp 00:0e: [mem 0x40004000-0x40004fff]
    [ 1.534783] system 00:0e: [mem 0x20000000-0x201fffff] has been reserved
    [ 1.534786] system 00:0e: [mem 0x40004000-0x40004fff] has been reserved
    [ 1.534790] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 1.534823] pnp: PnP ACPI: found 15 devices
    [ 1.534824] ACPI: ACPI bus type pnp unregistered
    [ 1.541624] pci 0000:00:04.0: BAR 0: assigned [mem 0xcfe08000-0xcfe0ffff 64bit]
    [ 1.541631] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 1.541634] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 1.541638] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 1.541642] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 1.541647] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 1.541662] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 1.541670] pci 0000:00:1c.1: bridge window [mem 0xf7800000-0xf78fffff]
    [ 1.541716] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.541719] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.541721] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.541724] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 1.541727] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 1.541729] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 1.541732] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 1.541734] pci_bus 0000:00: resource 11 [mem 0xcfe00000-0xfeafffff]
    [ 1.541737] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 1.541739] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    [ 1.541742] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 1.541745] pci_bus 0000:03: resource 1 [mem 0xf7800000-0xf78fffff]
    [ 1.541791] NET: Registered protocol family 2
    [ 1.541920] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 1.542713] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 1.544194] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.544343] TCP: Hash tables configured (established 524288 bind 65536)
    [ 1.544346] TCP: reno registered
    [ 1.544359] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.544378] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 1.544464] NET: Registered protocol family 1
    [ 1.544482] pci 0000:00:02.0: Boot video device
    [ 1.579823] PCI: CLS 64 bytes, default 64
    [ 1.579868] Unpacking initramfs...
    [ 1.651952] Freeing initrd memory: 2900k freed
    [ 1.652345] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.652349] Placing 64MB software IO TLB between ffff8800ba4b2000 - ffff8800be4b2000
    [ 1.652351] software IO TLB at phys 0xba4b2000 - 0xbe4b2000
    [ 1.652909] audit: initializing netlink socket (disabled)
    [ 1.652920] type=2000 audit(1343310419.543:1): initialized
    [ 1.653295] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.655215] VFS: Disk quotas dquot_6.5.2
    [ 1.655264] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.655387] msgmni has been set to 7683
    [ 1.655586] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 1.655616] io scheduler noop registered
    [ 1.655619] io scheduler deadline registered
    [ 1.655674] io scheduler cfq registered (default)
    [ 1.655790] pcieport 0000:00:01.0: irq 42 for MSI/MSI-X
    [ 1.656047] efifb: probing for efifb
    [ 1.658527] efifb: framebuffer at 0xd0000000, mapped to 0xffffc9000a200000, using 3072k, total 3072k
    [ 1.658530] efifb: mode is 1024x768x32, linelength=4096, pages=1
    [ 1.658532] efifb: scrolling: redraw
    [ 1.658534] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 1.661755] Console: switching to colour frame buffer device 128x48
    [ 1.664865] fb0: EFI VGA frame buffer device
    [ 1.664872] intel_idle: does not run on family 6 model 58
    [ 1.664905] GHES: HEST is not enabled!
    [ 1.664976] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.665554] Linux agpgart interface v0.103
    [ 1.665643] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 1.667162] i8042: Detected active multiplexing controller, rev 1.1
    [ 1.668312] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.668346] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 1.668370] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 1.668392] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 1.668415] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 1.668518] mousedev: PS/2 mouse device common for all mice
    [ 1.668581] rtc_cmos 00:06: RTC can wake from S4
    [ 1.668727] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    [ 1.668756] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 1.668766] cpuidle: using governor ladder
    [ 1.668768] cpuidle: using governor menu
    [ 1.668897] TCP: cubic registered
    [ 1.669011] NET: Registered protocol family 10
    [ 1.669206] NET: Registered protocol family 17
    [ 1.669210] Registering the dns_resolver key type
    [ 1.669345] PM: Hibernation image not present or could not be loaded.
    [ 1.669352] registered taskstats version 1
    [ 1.669923] rtc_cmos 00:06: setting system clock to 2012-07-26 13:47:00 UTC (1343310420)
    [ 1.670074] Initializing network drop monitor service
    [ 1.671692] Freeing unused kernel memory: 740k freed
    [ 1.671810] Write protecting the kernel read-only data: 8192k
    [ 1.677537] Freeing unused kernel memory: 1588k freed
    [ 1.680114] Freeing unused kernel memory: 640k freed
    [ 1.688393] systemd-udevd[48]: starting version 186
    [ 1.702336] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.729878] usbcore: registered new interface driver usbfs
    [ 1.729905] usbcore: registered new interface driver hub
    [ 1.729967] usbcore: registered new device driver usb
    [ 1.730626] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.730703] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.730709] ehci_hcd 0000:00:1a.0: EHCI Host Controller
    [ 1.730735] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.730768] ehci_hcd 0000:00:1a.0: debug port 2
    [ 1.733581] SCSI subsystem initialized
    [ 1.734651] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.734672] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7920000
    [ 1.735298] libata version 3.00 loaded.
    [ 1.742916] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.743591] hub 1-0:1.0: USB hub found
    [ 1.743601] hub 1-0:1.0: 2 ports detected
    [ 1.743896] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.743903] ehci_hcd 0000:00:1d.0: EHCI Host Controller
    [ 1.743919] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.743958] ehci_hcd 0000:00:1d.0: debug port 2
    [ 1.747853] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.747877] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf791f000
    [ 1.756260] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.756431] hub 2-0:1.0: USB hub found
    [ 1.756436] hub 2-0:1.0: 2 ports detected
    [ 1.756777] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [ 1.756784] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.756817] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 1.756946] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 1.756957] xhci_hcd 0000:00:14.0: irq 16, io mem 0xf7900000
    [ 1.757034] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
    [ 1.757594] xHCI xhci_add_endpoint called for root hub
    [ 1.757598] xHCI xhci_check_bandwidth called for root hub
    [ 1.757646] hub 3-0:1.0: USB hub found
    [ 1.757657] hub 3-0:1.0: 4 ports detected
    [ 1.757744] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.757751] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 1.757848] xHCI xhci_add_endpoint called for root hub
    [ 1.757851] xHCI xhci_check_bandwidth called for root hub
    [ 1.757894] hub 4-0:1.0: USB hub found
    [ 1.757905] hub 4-0:1.0: 4 ports detected
    [ 1.759643] ahci 0000:00:1f.2: version 3.0
    [ 1.759745] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
    [ 1.759829] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
    [ 1.759836] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 1.759845] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.766833] scsi0 : ahci
    [ 1.766937] scsi1 : ahci
    [ 1.767022] scsi2 : ahci
    [ 1.767101] scsi3 : ahci
    [ 1.767184] scsi4 : ahci
    [ 1.767262] scsi5 : ahci
    [ 1.767498] ata1: SATA max UDMA/133 abar m2048@0xf791e000 port 0xf791e100 irq 44
    [ 1.767503] ata2: SATA max UDMA/133 abar m2048@0xf791e000 port 0xf791e180 irq 44
    [ 1.767505] ata3: DUMMY
    [ 1.767507] ata4: DUMMY
    [ 1.767508] ata5: DUMMY
    [ 1.767510] ata6: DUMMY
    [ 2.049225] usb 1-1: new high-speed USB device number 2 using ehci_hcd
    [ 2.085851] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 2.085878] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 2.086220] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 2.086306] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.086310] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 2.086526] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 2.086607] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.086610] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 2.086623] ata2.00: ATA-9: SanDisk SSD i100 32GB, 11.50.00, max UDMA/133
    [ 2.086626] ata2.00: 62533296 sectors, multi 1: LBA48 NCQ (depth 31/32)
    [ 2.087041] ata2.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 2.087128] ata2.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.087131] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 2.087143] ata1.00: ATA-9: SAMSUNG SSD 830 Series, CXM03B1Q, max UDMA/133
    [ 2.087146] ata1.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.087320] ata2.00: configured for UDMA/133
    [ 2.087589] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 2.087650] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 2.087669] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 2.087920] ata1.00: configured for UDMA/133
    [ 2.088043] scsi 0:0:0:0: Direct-Access ATA SAMSUNG SSD 830 CXM0 PQ: 0 ANSI: 5
    [ 2.088297] scsi 1:0:0:0: Direct-Access ATA SanDisk SSD i100 11.5 PQ: 0 ANSI: 5
    [ 2.093498] sd 0:0:0:0: [sda] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
    [ 2.093608] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.093612] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.093648] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.093819] sd 1:0:0:0: [sdb] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
    [ 2.093913] sd 1:0:0:0: [sdb] Write Protect is off
    [ 2.093919] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 2.093951] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.095497] sda: sda1 sda2
    [ 2.095893] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.096681] sdb: sdb1 sdb2 sdb3
    [ 2.096999] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 2.173153] hub 1-1:1.0: USB hub found
    [ 2.173332] hub 1-1:1.0: 6 ports detected
    [ 2.227030] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.332228] usb 3-3: new high-speed USB device number 2 using xhci_hcd
    [ 2.359348] usb 3-3: ep 0x82 - rounding interval to 32768 microframes, ep desc says 0 microframes
    [ 2.359354] usb 3-3: ep 0x3 - rounding interval to 32768 microframes, ep desc says 0 microframes
    [ 2.415509] systemd-udevd[144]: starting version 186
    [ 2.465386] usb 2-1: new high-speed USB device number 2 using ehci_hcd
    [ 2.465658] [drm] Initialized drm 1.1.0 20060810
    [ 2.468971] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 2.482290] ACPI: Lid Switch [LID]
    [ 2.483112] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 2.483119] ACPI: Power Button [PWRB]
    [ 2.484540] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 2.484548] ACPI: Sleep Button [SLPB]
    [ 2.488074] agpgart-intel 0000:00:00.0: Intel Ivybridge Chipset
    [ 2.488698] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 2.491571] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    [ 2.491779] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 2.494298] ACPI: Requesting acpi_cpufreq
    [ 2.507995] i915 0000:00:02.0: setting latency timer to 64
    [ 2.530014] thermal LNXTHERM:00: registered as thermal_zone0
    [ 2.530018] ACPI: Thermal Zone [THRM] (52 C)
    [ 2.530047] ACPI: AC Adapter [AC0] (on-line)
    [ 2.532019] Monitor-Mwait will be used to enter C-1 state
    [ 2.532089] Monitor-Mwait will be used to enter C-2 state
    [ 2.532122] ACPI: acpi_idle registered with cpuidle
    [ 2.555771] ACPI: Battery Slot [BAT0] (battery present)
    [ 2.561573] wmi: Mapper loaded
    [ 2.564667] iTCO_vendor_support: vendor-support=0
    [ 2.565251] mei: module is from the staging directory, the quality is unknown, you have been warned.
    [ 2.568922] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 2.569169] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 2.569279] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 2.584441] cfg80211: Calling CRDA to update world regulatory domain
    [ 2.587955] MXM: GUID detected in BIOS
    [ 2.588023] ACPI Error: Needed [Buffer/String/Package], found [Integer] ffff8801271a6000 (20120320/exresop-590)
    [ 2.588032] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20120320/dswexec-460)
    [ 2.588044] ACPI Error: Method parse/execution failed [\_SB_.PCI0.GFX0._DSM] (Node ffff880128e88348), AE_AML_OPERAND_TYPE (20120

    Sometimes with Intel driver I can see mouse while loading gdm, but then it goes to black.
    I tried to boot with Intel driver with "drm.debug=14" and "log_buf_len=16M"  as boot parameters. There is debug log from gdm, it seems to have some errors, I have not yet looked deeble on it:
    gnome-session[1269]: DEBUG(+): Enabling debugging
    gnome-session[1269]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/Louis-laptop:@/tmp/.ICE-unix/1269,unix/Louis-laptop:/tmp/.ICE-unix/1269
    gnome-session[1269]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[1269]: DEBUG(+): GsmManager: setting client store 0xe4e070
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=8 0x41c9e0
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=1 0x41c9e0
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x41c9e0
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=15 0x41c9e0
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=2 0x41c9e0
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    gnome-session[1269]: DEBUG(+): fill: *** Getting session 'gdm-shell'
    gnome-session[1269]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1269]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1269]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1269]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1269]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1269]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1269]: DEBUG(+): fill: *** Looking if /usr/local/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1269]: DEBUG(+): Cannot use session '/usr/local/share/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1269]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1269]: DEBUG(+): fill: *** Launching helper 'bash -c 'gnome-shell --help | grep -q gdm-mode && /usr/lib/gnome-session/gnome-session-check-accelerated'' to know if session is runnable
    gnome-session[1269]: DEBUG(+): fill: *** Checking required components and providers
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[1269]: DEBUG(+): fill: *** Done checking required components and providers
    gnome-session[1269]: DEBUG(+): fill: *** Adding required components
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[1269]: DEBUG(+): GsmManager: read /usr/share/gdm/greeter/applications/gnome-shell.desktop
    gnome-session[1269]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
    gnome-session[1269]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1269]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[1269]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-settings-daemon.desktop
    gnome-session[1269]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
    gnome-session[1269]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
    gnome-session[1269]: DEBUG(+): fill: *** Done adding required components
    gnome-session[1269]: DEBUG(+): fill: *** Adding default providers
    gnome-session[1269]: DEBUG(+): fill: *** Done adding default providers
    gnome-session[1269]: DEBUG(+): GsmManager: GSM starting to manage
    gnome-session[1269]: DEBUG(+): GsmManager: App startup summary
    gnome-session[1269]: DEBUG(+): GsmManager: Phase INITIALIZATION
    gnome-session[1269]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:gnome-settings-daemon.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[1269]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
    gnome-session[1269]: DEBUG(+): GsmManager: Phase PANEL
    gnome-session[1269]: DEBUG(+): GsmManager: Phase DESKTOP
    gnome-session[1269]: DEBUG(+): GsmManager: Phase APPLICATION
    gnome-session[1269]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:gnome-shell.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[1269]: DEBUG(+): GsmManager: starting phase INITIALIZATION
    gnome-session[1269]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
    gnome-session[1269]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
    gnome-session[1269]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon startup-id=10bba787d7390cc455134324418397061300000012690001
    gnome-session[1269]: DEBUG(+): GsmAutostartApp: started pid:1279
    gnome-session[1269]: DEBUG(+): GsmManager: RegisterClient
    gnome-session[1269]: DEBUG(+): GsmManager: Adding new client 10bba787d7390cc455134324418445168000000012690002 to session
    gnome-session[1269]: DEBUG(+): uid = 120
    gnome-session[1269]: DEBUG(+): pid = 1360
    gnome-session[1269]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
    gnome-session[1269]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    gnome-session[1269]: DEBUG(+): GsmManager: RegisterClient 10bba787d7390cc455134324418397061300000012690001
    gnome-session[1269]: DEBUG(+): GsmManager: Adding new client 10bba787d7390cc455134324418397061300000012690001 to session
    gnome-session[1269]: DEBUG(+): uid = 120
    gnome-session[1269]: DEBUG(+): pid = 1279
    gnome-session[1269]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    gnome-session[1269]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    gnome-session[1269]: DEBUG(+): App gnome-settings-daemon.desktop registered
    gnome-session[1269]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    gnome-session[1269]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    gnome-session[1269]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    gnome-session[1269]: DEBUG(+): GsmManager: starting phase PANEL
    gnome-session[1269]: DEBUG(+): GsmManager: ending phase PANEL
    gnome-session[1269]: DEBUG(+): GsmManager: starting phase DESKTOP
    gnome-session[1269]: DEBUG(+): GsmManager: ending phase DESKTOP
    gnome-session[1269]: DEBUG(+): GsmManager: starting phase APPLICATION
    gnome-session[1269]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    gnome-session[1269]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[1269]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=10bba787d7390cc455134324418396973400000012690000
    gnome-session[1269]: DEBUG(+): GsmAutostartApp: started pid:1369
    gnome-session[1269]: DEBUG(+): GsmManager: ending phase APPLICATION
    gnome-session[1269]: DEBUG(+): GsmManager: starting phase RUNNING
    gnome-session[1269]: DEBUG(+): GsmPresence: adding idle watch
    gnome-session[1269]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    gnome-session[1269]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[1269]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: New client '0xe99030 []'
    gnome-session[1269]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    gnome-session[1269]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: Initializing client 0xe99030 []
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: Client '0xe99030 []' received RegisterClient(10bba787d7390cc455134324418396973400000012690000)
    gnome-session[1269]: DEBUG(+): GsmManager: Adding new client 10bba787d7390cc455134324418396973400000012690000 to session
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0xe99030 [10bba787d7390cc455134324418396973400000012690000]'
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: Set properties from client '0xe99030 [10bba787d7390cc455134324418396973400000012690000]'
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: ProcessID = '1369'
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    Window manager warning: CurrentTime used to choose focus window; focus window may not be correct.
    Window manager warning: Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: handling signal 15
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Found 1 callbacks
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: running 15 handler: 0x41c9e0
    gnome-session[1269]: DEBUG(+): Got callback for signal 15
    gnome-session[1269]: DEBUG(+): GsmManager: Logout called
    gnome-session[1269]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1269]: DEBUG(+): GsmManager: requesting logout
    gnome-session[1269]: DEBUG(+): GsmManager: ending phase RUNNING
    gnome-session[1269]: DEBUG(+): GsmManager: starting phase QUERY_END_SESSION
    gnome-session[1269]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client1
    gnome-session[1269]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client2
    gnome-session[1269]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client3
    gnome-session[1269]: DEBUG(+): GsmManager: sending query-end-session to clients (logout mode: forceful)
    gnome-session[1269]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.8
    gnome-session[1269]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client1
    gnome-session[1269]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.2
    gnome-session[1269]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client2
    gnome-session[1269]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client3
    gnome-session[1269]: DEBUG(+): Caught signal 15, shutting down normally.
    gnome-session[1269]: DEBUG(+): GdmSignalHandler: Done handling signals
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: Client '0xe99030 [gnome-shell 10bba787d7390cc455134324418396973400000012690000]' received SaveYourselfDone(success = True)
    gnome-session[1269]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1269]: DEBUG(+): GsmXsmpServer: sms_error_handler (0xfc3640, FALSE, 3, 9, 32771, 0)
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1269]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1269]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1269]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1269]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1269]: DEBUG(+): GsmManager: query end session complete
    gnome-session[1269]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1269]: DEBUG(+): GsmManager: ending phase QUERY_END_SESSION
    gnome-session[1269]: DEBUG(+): GsmManager: starting phase END_SESSION
    gnome-session[1269]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client1
    gnome-session[1269]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client2
    gnome-session[1269]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client3
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: Client '0xe99030 [gnome-shell 10bba787d7390cc455134324418396973400000012690000]' received SaveYourselfDone(success = True)
    gnome-session[1269]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1269]: DEBUG(+): GsmXsmpServer: sms_error_handler (0xfc3640, FALSE, 3, c, 32771, 0)
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1269]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1269]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1269]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1269]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1269]: DEBUG(+): GsmManager: ending phase END_SESSION
    gnome-session[1269]: DEBUG(+): Using ConsoleKit for session tracking
    gnome-session[1269]: DEBUG(+): GsmManager: starting phase EXIT
    gnome-session[1269]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client1
    gnome-session[1269]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client2
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: xsmp_stop ('0xe99030 [gnome-shell 10bba787d7390cc455134324418396973400000012690000]')
    gnome-session[1269]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client3
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: Client '0xe99030 [gnome-shell 10bba787d7390cc455134324418396973400000012690000]' received CloseConnection
    gnome-session[1269]: DEBUG(+): GsmManager: disconnect client
    gnome-session[1269]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client3
    gnome-session[1269]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[1269]: DEBUG(+): GsmStore: Unreffing object: 0xe99030
    gnome-session[1269]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client3
    gnome-session[1269]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client3
    gnome-session[1269]: DEBUG(+): GsmXSMPClient: xsmp_finalize (0xe99030 [gnome-shell 10bba787d7390cc455134324418396973400000012690000])
    gnome-session[1269]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client1
    gnome-session[1269]: DEBUG(+): GsmManager: disconnect for app 'at-spi-registryd.desktop'
    gnome-session[1269]: DEBUG(+): GsmManager: unable to find application for client - not restarting
    gnome-session[1269]: DEBUG(+): GsmStore: Unreffing object: 0xe7ff30
    gnome-session[1269]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client1
    gnome-session[1269]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client1
    gnome-session[1269]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client1
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1269]: DEBUG(+): GsmDBusClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[1269]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client2
    gnome-session[1269]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[1269]: DEBUG(+): GsmStore: Unreffing object: 0xe9b020
    gnome-session[1269]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client2
    gnome-session[1269]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client2
    gnome-session[1269]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client2
    gnome-session[1269]: DEBUG(+): GsmManager: last client disconnected - exiting
    gnome-session[1269]: DEBUG(+): GsmManager: ending phase EXIT
    gnome-session[1269]: DEBUG(+): Unreffing manager
    gnome-session[1269]: DEBUG(+): GsmManager: disposing manager
    gnome-session[1269]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[1269]: DEBUG(+): GsmStore: Unreffing object: 0xece830
    gnome-session[1269]: DEBUG(+): GsmStore: Unreffing object: 0xece910
    gnome-session[1269]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App2
    gnome-session[1269]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App1
    gnome-session[1269]: DEBUG(+): GsmStore: Clearing object store
    (gnome-settings-daemon:1279): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (gnome-settings-daemon:1279): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    gnome-session[1269]: DEBUG(+): GsmStore: Clearing object store
    PolicyKit daemon disconnected from the bus.
    We are no longer a registered authentication agent.
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Window manager warning: Log level 16: gnome-shell: Fatal IO error 0 (Success) on X server :0.

  • Problems with Mail and Safari

    Hi,
    I'm running OS 10.11 and am having some consistent problems with Mail and Safari on my MacPro Dual 2.66. Here they are:
    Sometimes, for no apparent reason, selecting these applications from the dock no longer opens the application (or a new window if already opened), but causes them to be revealed in the finder.
    In Safari, when this problem occurs, another symptom seems to be that new windows will ONLY open in a new tab, even though I have preferences set to open links in a new window. If I click on a bookmark within a folder in the bookmark toolbar, Safari will open ALL the bookmarks in the folder in new tabs!!
    In Mail, when I open my Inbox, clicking on various messages will highlight (in blue) ALL the messages I'm clicking on, instead of simply displaying the highlighted message in the reader.
    The only way to get things back to normal is to reboot my machine, which is getting to be a total drag, especially since this seems to happen fairly often.
    One other thing that may be related- if my screen saver is running, and I move the mouse to go to an active screen, the computer will "freeze." It stays like this indefinitely- I figured out that if I press the button on the machine itself it will go to sleep, and I can wake it up and then everything is fine, but I don't understand what's going on.
    I have tried using Disk Utility and Disk Warrior, and have used OnyX to clean out my system cache and aall sorts of other stuff, but to no avail.
    Is anybody else experiencing any of this? I'm starting to get really frustrated. Thanks for any advice.
    Cheers,
    Andrew

    Scott,
    I had posted earlier that I had Flash payer problems and then QuickTime and PDF preview problems too, on my Intel PowerMac. I could not figure out what the problem was, because fixing permissions and moving plugins did not work. Console indicated that the Quicktime components were not found, with the problem in a webkit pref file somewhere (nil field value). Anyway, I bailed and reinstalled Leopard from a 10.5.0 DVD, and then updated using the combo updater to 10.5.3. Everything worked. Then, after the 'Java for Mac OSX 10.5 Update 1', it all broke again. This time, repairing permissions resulted in:
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/lib/jvm.cfg", should be 0, user is 95.
    User differs on "System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries/classlist" , should be 0, user is 95.
    Now it all works again. This is obviously a flaw with the Java update, and also somehow Disk Utility did not find it earlier. Anyway, take a look at reverting the Java update, or manually changing user for those files (I suppose user 0 is root, but maybe it is nobody).
    Obscure....

Maybe you are looking for

  • I have my HP OfficeJet Pro 8500 A connected to my Mac Book Pro on a Wireless network. It works and

    I have my Hp Officejet Pro 8500 A connected to my MAc Book Pro which is running Lion OS on a wireless network.  It works just fine and prints and everything.  The problem is a "HP Utility" window that pops up on my screen and says it is "connecting t

  • Convert created idoc to an output text file

    Hi, How can i convert an idoc to an output text file? is there a standard program in SAP that does this? Thanks, Tots

  • Continually receive an attached file I tried to send

    I keep getting an email in a folder called Recovered Messages. I get one every couple minutes. It's a 16 mb pdf I tried to send out last week. It took 30 gigs of my hard drive before I found the problem. I tried to delete the folder, but it comes bac

  • IPhoto Strange Behavior

    Not sure what is happening. I recently put my iPhoto 09 on an NAS drive and all has been fine. Today however my wife was importing some iPhone photos and the Events/Photos/Etc are all blank. There are place holders for each event and photo. Double cl

  • Delivery grouping and the delivery date for group in SD

    Hi Using a userexit I am grouping certain materials together.  However the delivery date for group field is not picking up the expected date. Assume the following example: Material X            Delivery Date 20.12.2006 Material Y           Delivery D