Problems with GRUB

I tried to install archlinux and almost everything went fine , until the moment i rebooted and was unable to access the new installation. Actually grub didn't install at all, during the installation i was presented with the grub configuration file, which i edited, but when i closed it threw me back to the install screen without any more questions. So i tried again, but the same thing happened it did not ask where to install it (mbr or elsewhere) so i had no other option but to reboot. Apparantely grub was not installed, so i booted from the CD and tried the arch root=/dev/sdb7 but at the end of the boot process it gives an error message: Kernel panic: not syncing or something like that. And just a few lines before that bash reported that root=/dev/sb7 is an unknown command. The strange thing is that during booting i saw a message saying that the partition i installed arch on was successfully mounted. I'm a bit confused, why grub refuses to install , and beyond that why i'm unable to boot even from the CD. With the old releases (7, 7.2) arch detected my hdd's as hda and hdb, now they are sda and sdb is this related to the problem ( i have ide drives) ?  Theres is something more, when i try to setup the root pass from the install menu, i get stuck in an endless loop, and the screen is flooded with the message "there is no such user" (smth like that) .

Well, i thought about installing an older release of Arch (Ark ), but i would be trading one problem for another, because i had some problems with grub, which installed , but i was unable to boot because of the change between the booting images from kernel 2.4 to 2.6. Anyway i'm not giving up Noriko, thanks  for your advice

Similar Messages

  • Problems with Grub, Dualbooting, and a software raid

    Been searching through google and any forums i could find regarding a possible fix and can not find anything that works.
    I have 2 Hard drives, First one is windows, second one is Archlinux.  They are setup through a software raid and i can not get grub to see them.
    The error i Get is
    Step 1.5 complete
    Loading Grub Please Wait..
    Error 21
    I've used the supergrub disk to no avail.  (i had to load that onto a usb drive due to it not working on my usb cd drive)
    my setup is SDA = windows drive
    SDB = Archlinux
    sdb1 = /               (100gb)
    sdb2 = /home       (190gb)
    sdb3 = swap         (6gb)
    I've checked (and will post when i get back on other computer to try again) the menu.lst,
    last time i checked that it looked to me like the sdb0 and sdb1 were not in there
    so i added them, pretty sure it at least needed sdb1
    (found it was on sdb1 by loading a live linux and using grub>find /boot/grub/stage1 to verify)
    i've tried changing the settings of my raid in the bios, i have 3 options, Disabled (at which point i don't get any grub error messages just a non system disk error)
    Raid - not how i normally run but tried it, no change (still error 21)
    and IDE - how it normally runs, unsuccessfully
    I'd really appreciate some help on this and thank you.

    Here is the Menu.lst in /boot/grub
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sda1 (hd0,0)
    # /dev/sdb (hd1)
    # /dev/sdb1 (hd1,0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd1,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/0e70c4ce-e3b3-42f8-8c2b-6c6414e$
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd1,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/0e70c4ce-e3b3-42f8-8c2b-6c6414e$
    initrd /boot/kernel26-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    and here is Device. map
    (fd0) /dev/fd0
    (hd0) /dev/sda
    (hd1) /dev/sdb
    some more info from grub
    grub> find /boot/grub/stage1
    (hd1,0)
    Last edited by m3lkor (2009-03-15 19:14:07)

  • [SOLVED][GRUB]Install problem with the new method

    Hi,
    it is not my first install of Arch Linux but I have a problem with this new kind of installation method, especially with GRUB.
    Here is my hard drives configuration :
    /dev/sda1 -> SSD 120 GB ntfs (windows)
    /dev/sdb1 -> HD 1 TB ext4 (data)
    /dev/sdc :
    /dev/sdc1 -> ext2 /boot
    /dev/sdc2 -> swap
    /dev/sdc3 -> ext4 /
    /dev/sdc5 -> ext4 /home
    During the installation, I installed grub (with grub-install) in /dev/sdc. I assumed it was the correct drive to install it but apparently not, Windows starts automatically and I don't have the grub menu.
    Should I install my system again or is there a way to boot on the livecd and install it ?
    Should I :
    1) mount /dev/sdc3 in /mnt then /dev/sdc1 in /mnt/boot and finally /dev/sdc5 in /mnt/home
    2) pacstrap /mnt grub-bios
    3) arch-chroot
    4) grub-install
    Thank you.
    Last edited by hiveNzin0 (2012-09-12 06:15:15)

    DSpider wrote:
    If you set whatever drive "/dev/sdc" is (brand and model) to boot first in the BIOS, all you need to do is install a bootloader on Arch. You don't even need a separate boot partition. It will use the /boot folder on root partition. Then install os-prober (if you don't already have this installed) and re-generate the .cfg.
    https://wiki.archlinux.org/index.php/Be … bootloader
    The problem is that I cannot select another hard drive. The only one available for the boot order is the Samsung 830 series (/dev/sda with Windows).
    The other options are the CD drive and removable disk.
    I checked that this morning, maybe I was too tired. I will check again this evening.
    But if I am right and I cannot select my intel SSD (containing my arch setup) for the boot order, would the solution I described work ? I don't see why not but my knowledge are basic in Linux.
    Thank you again for your help.

  • [Solved] Problem with upgrading polkit or filesystem

    Ok so first off they do "upgrade" but the problem has me worried that something is wrong.
    A week or so ago after converting to systemd I tried getting rid of ConsoleKit and installing polkit 0.107 from the [testing] repo but it caused pacman to get stuck at "(1/1) upgrading polkit"  So I tried that a couple of times but I could never get pacman to finish and get past that.  I had to control + c to get out of that then type exit in the console (no text was visible that I typed however but typing exit + enter worked for closing it).  So I then opened a new terminal and downgraded polkit back to 0.105 and waited for polkit to get pushed from testing to see if it would fix my issue.  Fast forward to today and I go to upgrade my system.  Among the 83 updates or so was polkit and filesystem.  What do you know it gets stuck at "(15/83) upgrading polkit".  Fuck so I control + c, open new terminal and then do the upgrade again and it continues to update but this time it gets stuck doing the same thing for filesystem.  I control + c, open new terminal and continue the upgrade until it finishes, which it does this time, and I reboot.
    I tried re-installing polkit again and filesystem again but they continue to get stuck.  I cannot "complete" the upgrade even though they show the appropriate version when I check.
    Terminal
    [507] shauder@arch-desktop [~] $ sudo pacman -S polkit
    warning: polkit-0.107-4 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): polkit-0.107-4
    Total Installed Size: 1.77 MiB
    Net Upgrade Size: 0.00 MiB
    Proceed with installation? [Y/n]
    (1/1) checking package integrity [########################################################] 100%
    (1/1) loading package files [########################################################] 100%
    (1/1) checking for file conflicts [########################################################] 100%
    (1/1) checking available disk space [########################################################] 100%
    (1/1) upgrading polkit
    /var/log/pacman.log
    [2012-07-18 18:27] installed filesystem (2012.6-4)
    [2012-07-18 18:27] installed findutils (4.4.2-4)
    [2012-07-18 18:27] installed gawk (4.0.1-1)
    [2012-07-18 18:27] installed gettext (0.18.1.1-4)
    [2012-07-18 18:27] installed grep (2.13-2)
    [2012-07-18 18:27] installed sed (4.2.1-4)
    [2012-07-18 18:27] installed grub (0.97-21)
    [2012-07-18 18:27] installed gzip (1.5-1)
    [2012-07-18 18:27] installed gdbm (1.10-1)
    [2012-07-18 18:27] installed perl (5.16.0-2)
    [2012-07-18 18:27] installed openssl (1.0.1.c-1)
    [2012-07-18 18:27] installed libsasl (2.1.23-9)
    [2012-07-18 18:27] installed libldap (2.4.31-4)
    [2012-07-18 18:27] installed keyutils (1.5.5-3)
    [2012-07-18 18:27] installed krb5 (1.10.2-2)
    [2012-07-18 18:27] installed heirloom-mailx (12.5-3)
    [2012-07-18 18:27] installed inetutils (1.9.1-2)
    [2012-07-18 18:27] installed iproute2 (3.4.0-2)
    [2012-07-18 18:27] installed sysvinit (2.88-6)
    [2012-07-18 18:27] installed initscripts (2012.06.3-2)
    [2012-07-18 18:27] installed sysfsutils (2.1.0-8)
    [2012-07-18 18:27] >> Traceroute is now provided by core/traceroute
    [2012-07-18 18:27] installed iputils (20101006-4)
    [2012-07-18 18:27] installed jfsutils (1.1.15-3)
    [2012-07-18 18:27] installed less (444-3)
    [2012-07-18 18:27] installed licenses (2.9-1)
    [2012-07-18 18:27] installed linux-firmware (20120625-1)
    [2012-07-18 18:27] installed mkinitcpio-busybox (1.20.1-1)
    [2012-07-18 18:27] installed expat (2.1.0-1)
    [2012-07-18 18:27] installed libarchive (3.0.4-1)
    [2012-07-18 18:27] installed mkinitcpio (0.9.2-2)
    [2012-07-18 18:27] >>> Updating module dependencies. Please wait ...
    [2012-07-18 18:27] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-07-18 18:27] ==> Building image from preset: 'default'
    [2012-07-18 18:27] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-18 18:27] ==> Starting build: 3.4.5-1-ARCH
    [2012-07-18 18:27] -> Running build hook: [base]
    [2012-07-18 18:27] -> Running build hook: [udev]
    [2012-07-18 18:27] -> Running build hook: [autodetect]
    [2012-07-18 18:27] -> Running build hook: [pata]
    [2012-07-18 18:27] -> Running build hook: [scsi]
    [2012-07-18 18:27] -> Running build hook: [sata]
    [2012-07-18 18:27] -> Running build hook: [filesystems]
    [2012-07-18 18:27] -> Running build hook: [usbinput]
    [2012-07-18 18:27] -> Running build hook: [fsck]
    [2012-07-18 18:27] ==> Generating module dependencies
    [2012-07-18 18:27] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-07-18 18:27] bsdcpio: Failed to set default locale
    [2012-07-18 18:27] ==> Image generation successful
    [2012-07-18 18:27] ==> Building image from preset: 'fallback'
    [2012-07-18 18:27] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-18 18:27] ==> Starting build: 3.4.5-1-ARCH
    [2012-07-18 18:27] -> Running build hook: [base]
    [2012-07-18 18:27] -> Running build hook: [udev]
    [2012-07-18 18:27] -> Running build hook: [pata]
    [2012-07-18 18:27] -> Running build hook: [scsi]
    [2012-07-18 18:27] -> Running build hook: [sata]
    [2012-07-18 18:27] -> Running build hook: [filesystems]
    [2012-07-18 18:27] -> Running build hook: [usbinput]
    [2012-07-18 18:27] -> Running build hook: [fsck]
    [2012-07-18 18:27] ==> Generating module dependencies
    [2012-07-18 18:27] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-07-18 18:27] bsdcpio: Failed to set default locale
    [2012-07-18 18:27] ==> Image generation successful
    [2012-07-18 18:27] installed linux (3.4.5-1)
    [2012-07-18 18:27] installed logrotate (3.8.1-2)
    [2012-07-18 18:27] installed lvm2 (2.02.96-3)
    [2012-07-18 18:27] installed texinfo (4.13a-7)
    [2012-07-18 18:27] installed groff (1.21-2)
    [2012-07-18 18:27] installed libpipeline (1.2.1-1)
    [2012-07-18 18:27] it's recommended to create an initial
    [2012-07-18 18:27] database running as root:
    [2012-07-18 18:27] "/usr/bin/mandb --quiet"
    [2012-07-18 18:27] installed man-db (2.6.2-1)
    [2012-07-18 18:27] installed man-pages (3.41-1)
    [2012-07-18 18:27] installed mdadm (3.2.5-2)
    [2012-07-18 18:27] installed nano (2.2.6-2)
    [2012-07-18 18:27] installed ca-certificates (20120623-1)
    [2012-07-18 18:27] installed libssh2 (1.4.2-1)
    [2012-07-18 18:27] installed curl (7.26.0-1)
    [2012-07-18 18:27] installed pth (2.0.7-4)
    [2012-07-18 18:27] installed libksba (1.2.0-2)
    [2012-07-18 18:27] installed libassuan (2.0.3-1)
    [2012-07-18 18:27] installed pinentry (0.8.1-4)
    [2012-07-18 18:27] installed dirmngr (1.1.0-4)
    [2012-07-18 18:27] installed gnupg (2.0.19-2)
    [2012-07-18 18:27] installed gpgme (1.3.1-4)
    [2012-07-18 18:27] installed pacman-mirrorlist (20120626-1)
    [2012-07-18 18:27] installed archlinux-keyring (20120622-1)
    [2012-07-18 18:27] >>> Run `pacman-key --init; pacman-key --populate archlinux`
    [2012-07-18 18:27] >>> to import the data required by pacman for package verification.
    [2012-07-18 18:27] >>> See: https://www.archlinux.org/news/having-pacman-verify-packages
    [2012-07-18 18:27] installed pacman (4.0.3-3)
    [2012-07-18 18:27] installed pciutils (3.1.10-1)
    [2012-07-18 18:27] installed pcmciautils (018-4)
    [2012-07-18 18:27] installed libnl (3.2.11-1)
    [2012-07-18 18:27] installed libusbx (1.0.12-2)
    [2012-07-18 18:27] installed libpcap (1.3.0-1)
    [2012-07-18 18:27] installed ppp (2.4.5-3)
    [2012-07-18 18:27] installed procps-ng (3.3.3-3)
    [2012-07-18 18:27] installed psmisc (22.19-1)
    [2012-07-18 18:27] installed reiserfsprogs (3.6.21-4)
    [2012-07-18 18:27] installed shadow (4.1.5.1-1)
    [2012-07-18 18:27] installed eventlog (0.2.12-3)
    [2012-07-18 18:27] installed syslog-ng (3.3.5-2)
    [2012-07-18 18:27] installed tar (1.26-2)
    [2012-07-18 18:27] installed usbutils (006-1)
    [2012-07-18 18:27] installed vi (1:050325-2)
    [2012-07-18 18:27] installed wget (1.13.4-1)
    [2012-07-18 18:27] installed which (2.20-5)
    [2012-07-18 18:27] installed dbus-core (1.6.2-2)
    [2012-07-18 18:27] installed wpa_supplicant (1.0-1)
    [2012-07-18 18:27] installed xfsprogs (3.1.8-2)
    [2012-07-18 18:27] installed m4 (1.4.16-2)
    [2012-07-18 18:27] installed autoconf (2.69-1)
    [2012-07-18 18:27] installed automake (1.12.2-1)
    [2012-07-18 18:27] installed binutils (2.22-9)
    [2012-07-18 18:27] installed bison (2.5.1-1)
    [2012-07-18 18:27] installed fakeroot (1.18.4-1)
    [2012-07-18 18:27] installed flex (2.5.35-5)
    [2012-07-18 18:27] installed mpfr (3.1.1-1)
    [2012-07-18 18:27] installed libmpc (0.9-2)
    [2012-07-18 18:27] installed isl (0.10-1)
    [2012-07-18 18:27] installed cloog (0.17.0-2)
    [2012-07-18 18:27] installed ppl (1.0-1)
    [2012-07-18 18:27] installed gcc (4.7.1-4)
    [2012-07-18 18:27] installed libltdl (2.4.2-6)
    [2012-07-18 18:27] installed libtool (2.4.2-6)
    [2012-07-18 18:27] installed make (3.82-4)
    [2012-07-18 18:27] installed patch (2.6.1-3)
    [2012-07-18 18:27] installed pkg-config (0.27-1)
    [2012-07-18 18:37] Running 'pacman -Syy'
    [2012-07-18 18:37] synchronizing package lists
    [2012-07-18 18:38] Running 'pacman -Syy'
    [2012-07-18 18:38] synchronizing package lists
    [2012-07-18 18:39] Running 'pacman -S sudo'
    [2012-07-18 18:43] Running 'pacman -S sudo'
    [2012-07-18 18:44] Running 'pacman -S sudo'
    [2012-07-18 18:44] installed sudo (1.8.5.p2-1)
    [2012-07-18 18:45] Running 'pacman -S alsa-utils'
    [2012-07-18 18:46] installed alsa-lib (1.0.25-1)
    [2012-07-18 18:46] installed dialog (1.1_20120706-1)
    [2012-07-18 18:46] installed libogg (1.3.0-1)
    [2012-07-18 18:46] installed flac (1.2.1-3)
    [2012-07-18 18:46] installed libvorbis (1.3.3-1)
    [2012-07-18 18:46] installed libsndfile (1.0.25-2)
    [2012-07-18 18:46] installed libsamplerate (0.1.8-1)
    [2012-07-18 18:46] installed alsa-utils (1.0.25-3)
    [2012-07-18 18:46] Running 'pacman -S alsa-plugins'
    [2012-07-18 18:46] installed alsa-plugins (1.0.25-2)
    [2012-07-18 18:48] Running 'pacman -S xorg-server xorg-xinit xorg-server-utils'
    [2012-07-18 18:48] installed xproto (7.0.23-1)
    [2012-07-18 18:48] installed libxdmcp (1.1.1-1)
    [2012-07-18 18:48] installed freetype2 (2.4.10-1)
    [2012-07-18 18:48] installed libfontenc (1.1.1-1)
    [2012-07-18 18:48] installed fontsproto (2.1.2-1)
    [2012-07-18 18:48] installed libxfont (1.4.5-1)
    [2012-07-18 18:48] installed libpciaccess (0.13.1-1)
    [2012-07-18 18:48] installed libdrm (2.4.37-1)
    [2012-07-18 18:48] installed pixman (0.26.2-1)
    [2012-07-18 18:48] installed libxau (1.0.7-1)
    [2012-07-18 18:48] installed xcb-proto (1.7.1-1)
    [2012-07-18 18:48] installed libxcb (1.8.1-1)
    [2012-07-18 18:48] installed kbproto (1.0.6-1)
    [2012-07-18 18:48] installed libx11 (1.5.0-1)
    [2012-07-18 18:48] installed libxkbfile (1.0.8-1)
    [2012-07-18 18:48] installed xorg-xkbcomp (1.2.4-1)
    [2012-07-18 18:48] installed xkeyboard-config (2.6-1)
    [2012-07-18 18:48] installed xorg-setxkbmap (1.3.0-1)
    [2012-07-18 18:48] installed xorg-fonts-encodings (1.0.4-3)
    [2012-07-18 18:48] installed xorg-fonts-alias (1.0.2-2)
    [2012-07-18 18:48] installed xorg-bdftopcf (1.0.3-2)
    [2012-07-18 18:48] installed xorg-mkfontscale (1.1.0-1)
    [2012-07-18 18:48] installed xorg-mkfontdir (1.0.7-1)
    [2012-07-18 18:48] installed xorg-font-util (1.3.0-1)
    [2012-07-18 18:48] installed xorg-font-utils (7.6-3)
    [2012-07-18 18:48] updating font cache... done.
    [2012-07-18 18:48] installed fontconfig (2.8.0-2)
    [2012-07-18 18:49] Updating font cache... done.
    [2012-07-18 18:49] installed xorg-fonts-misc (1.0.1-2)
    [2012-07-18 18:49] installed xorg-server-common (1.12.3-1)
    [2012-07-18 18:49] installed xf86-input-evdev (2.7.0-2)
    [2012-07-18 18:49] installed xorg-server (1.12.3-1)
    [2012-07-18 18:49] installed xextproto (7.2.1-1)
    [2012-07-18 18:49] installed libxext (1.3.1-1)
    [2012-07-18 18:49] installed libice (1.0.8-1)
    [2012-07-18 18:49] installed libsm (1.2.1-1)
    [2012-07-18 18:49] installed libxt (1.1.3-1)
    [2012-07-18 18:49] installed libxmu (1.1.1-1)
    [2012-07-18 18:49] installed xorg-xauth (1.0.7-1)
    [2012-07-18 18:49] installed xorg-xinit (1.3.2-1)
    [2012-07-18 18:49] installed xorg-iceauth (1.0.5-1)
    [2012-07-18 18:49] installed xorg-sessreg (1.0.7-1)
    [2012-07-18 18:49] installed xorg-xcmsdb (1.0.4-1)
    [2012-07-18 18:49] installed renderproto (0.11.1-2)
    [2012-07-18 18:49] installed libxrender (0.9.7-1)
    [2012-07-18 18:49] installed randrproto (1.3.2-2)
    [2012-07-18 18:49] installed libxrandr (1.3.2-2)
    [2012-07-18 18:49] installed xorg-xbacklight (1.1.2-3)
    [2012-07-18 18:49] installed xf86vidmodeproto (2.3.1-2)
    [2012-07-18 18:49] installed libxxf86vm (1.1.2-1)
    [2012-07-18 18:49] installed xorg-xgamma (1.0.5-1)
    [2012-07-18 18:49] installed xorg-xhost (1.0.5-1)
    [2012-07-18 18:49] installed xorg-xrandr (1.3.5-1)
    [2012-07-18 18:49] installed inputproto (2.2-1)
    [2012-07-18 18:49] installed libxi (1.6.1-1)
    [2012-07-18 18:49] installed xineramaproto (1.2.1-2)
    [2012-07-18 18:49] installed libxinerama (1.1.2-1)
    [2012-07-18 18:49] installed xorg-xinput (1.6.0-1)
    [2012-07-18 18:49] installed xorg-xmodmap (1.0.7-1)
    [2012-07-18 18:49] installed mcpp (2.7.2-4)
    [2012-07-18 18:49] installed xorg-xrdb (1.0.9-2)
    [2012-07-18 18:49] installed xorg-xrefresh (1.0.4-3)
    [2012-07-18 18:49] installed xorg-xset (1.2.2-1)
    [2012-07-18 18:49] installed fixesproto (5.0-2)
    [2012-07-18 18:49] installed libxfixes (5.0-2)
    [2012-07-18 18:49] installed libxcursor (1.1.13-1)
    [2012-07-18 18:49] installed xorg-xsetroot (1.1.0-3)
    [2012-07-18 18:49] installed xorg-server-utils (7.6-3)
    [2012-07-18 18:50] Running 'pacman -S nvidia nvidia-utils'
    [2012-07-18 18:50] Running 'pacman -S nvidia nvidia-utils lib32-nvidia-utils'
    [2012-07-18 18:51] installed videoproto (2.3.1-2)
    [2012-07-18 18:51] installed libxv (1.0.7-1)
    [2012-07-18 18:51] installed libxvmc (1.0.7-1)
    [2012-07-18 18:51] installed nvidia-utils (302.17-1)
    [2012-07-18 18:51] In order to use nvidia module, reboot the system.
    [2012-07-18 18:51] installed nvidia (302.17-3)
    [2012-07-18 18:51] installed lib32-glibc (2.16.0-2)
    [2012-07-18 18:51] installed lib32-libxdmcp (1.1.1-1)
    [2012-07-18 18:51] installed lib32-libxau (1.0.7-1)
    [2012-07-18 18:51] installed lib32-libxcb (1.8.1-2)
    [2012-07-18 18:51] installed lib32-libx11 (1.5.0-1)
    [2012-07-18 18:51] installed lib32-libxext (1.3.1-1)
    [2012-07-18 18:51] installed lib32-libxv (1.0.7-1)
    [2012-07-18 18:51] installed lib32-libxvmc (1.0.7-1)
    [2012-07-18 18:51] installed lib32-zlib (1.2.7-1)
    [2012-07-18 18:51] installed lib32-gcc-libs (4.7.1-4.1)
    [2012-07-18 18:51] installed lib32-nvidia-utils (302.17-1)
    [2012-07-18 18:55] Running 'pacman -S xorg-twm xorg-xclock xterm'
    [2012-07-18 18:55] installed xorg-twm (1.0.7-1)
    [2012-07-18 18:55] installed libxpm (3.5.10-1)
    [2012-07-18 18:55] installed libxaw (1.0.11-1)
    [2012-07-18 18:55] installed libxft (2.3.1-1)
    [2012-07-18 18:55] installed xorg-xclock (1.0.6-1)
    [2012-07-18 18:55] installed xorg-luit (1.1.1-1)
    [2012-07-18 18:55] installed xbitmaps (1.1.1-2)
    [2012-07-18 18:55] installed xterm (281-1)
    [2012-07-18 18:55] Running 'pacman -S dbus'
    [2012-07-18 18:55] installed dbus (1.6.2-1)
    [2012-07-18 18:56] Running 'pacman -S ttf-dejavu'
    [2012-07-18 18:56] installed ttf-dejavu (2.33-3)
    [2012-07-18 18:57] Running 'pacman -S awesome'
    [2012-07-18 18:57] installed libpng (1.5.11-1)
    [2012-07-18 18:57] installed cairo (1.12.2-2)
    [2012-07-18 18:57] installed libjpeg-turbo (1.2.1-1)
    [2012-07-18 18:57] installed libtiff (4.0.2-1)
    [2012-07-18 18:57] installed giflib (4.1.6-5)
    [2012-07-18 18:57] installed libid3tag (0.15.1b-7)
    [2012-07-18 18:57] installed imlib2 (1.4.5-2)
    [2012-07-18 18:57] installed libev (4.11-1)
    [2012-07-18 18:57] installed libxdg-basedir (1.2.0-1)
    [2012-07-18 18:57] installed lua (5.1.5-2)
    [2012-07-18 18:57] installed libdatrie (0.2.5-1)
    [2012-07-18 18:57] installed libthai (0.1.17-1)
    [2012-07-18 18:57] installed pango (1.30.1-1)
    [2012-07-18 18:57] installed xcb-util (0.3.9-1)
    [2012-07-18 18:57] installed startup-notification (0.12-3)
    [2012-07-18 18:57] installed xcb-util-image (0.3.9-1)
    [2012-07-18 18:57] installed xcb-util-keysyms (0.3.9-1)
    [2012-07-18 18:57] installed xcb-util-wm (0.3.9-1)
    [2012-07-18 18:57] installed xorg-xmessage (1.0.3-2)
    [2012-07-18 18:57] installed awesome (3.4.13-1)
    [2012-07-18 18:58] Running 'pacman -S rlwrap feh'
    [2012-07-18 18:58] installed rlwrap (0.37-2)
    [2012-07-18 18:58] installed giblib (1.2.4-5)
    [2012-07-18 18:58] installed libexif (0.6.20-2)
    [2012-07-18 18:58] installed feh (2.5-1)
    [2012-07-18 18:59] Running 'pacman -S packer'
    [2012-07-18 18:59] Running 'pacman -S lightdm'
    [2012-07-18 19:01] Running 'pacman -S fakeroot'
    [2012-07-18 19:01] upgraded fakeroot (1.18.4-1 -> 1.18.4-1)
    [2012-07-18 19:08] Running 'pacman -S git'
    [2012-07-18 19:08] installed perl-error (0.17018-1)
    [2012-07-18 19:08] installed git (1.7.11.2-1)
    [2012-07-18 19:08] Running 'pacman -S jshon'
    [2012-07-18 19:08] installed jansson (2.3-1)
    [2012-07-18 19:08] installed jshon (20111222-1)
    [2012-07-18 19:08] Running 'pacman -U packer-20120718-1-any.pkg.tar.xz'
    [2012-07-18 19:08] installed packer (20120718-1)
    [2012-07-18 19:10] Running 'pacman --noconfirm --asdeps -S -- accountsservice dbus-glib gobject-introspection intltool itstool libxklavier'
    [2012-07-18 19:10] installed polkit (0.105-1)
    [2012-07-18 19:10] installed accountsservice (0.6.22-1)
    [2012-07-18 19:10] installed dbus-glib (0.100-1)
    [2012-07-18 19:10] installed sqlite (3.7.13-1)
    [2012-07-18 19:10] installed python2 (2.7.3-2)
    [2012-07-18 19:10] installed gobject-introspection (1.32.1-2)
    [2012-07-18 19:10] installed perl-xml-parser (2.41-3)
    [2012-07-18 19:10] installed intltool (0.50.2-1)
    [2012-07-18 19:10] installed libxml2 (2.7.8-2)
    [2012-07-18 19:10] installed itstool (1.1.2-1)
    [2012-07-18 19:10] installed iso-codes (3.34-1)
    [2012-07-18 19:10] installed libxklavier (5.2.1-2)
    [2012-07-18 19:13] Running 'pacman -U lightdm-1.3.1-4-x86_64.pkg.tar.xz'
    [2012-07-18 19:14] You need to install lightdm-gtk-greeter to run the default and most stable greeter
    [2012-07-18 19:14] installed lightdm (1.3.1-4)
    [2012-07-18 19:14] Running 'pacman --noconfirm --asdeps -S -- archlinux-wallpaper bzr gnome-common gnome-doc-utils gtk-doc gtk-engines libwebkit vala'
    [2012-07-18 19:15] ==> Wallpapers have been installed to /usr/share/archlinux/wallpaper
    [2012-07-18 19:15] installed archlinux-wallpaper (1.4-1)
    [2012-07-18 19:15] installed bzr (2.5.1-1)
    [2012-07-18 19:15] installed gnome-common (3.4.0.1-2)
    [2012-07-18 19:15] installed libxslt (1.1.26-3)
    [2012-07-18 19:15] installed docbook-xml (4.5-5)
    [2012-07-18 19:15] installed rarian (0.8.1-2)
    [2012-07-18 19:15] installed gnome-doc-utils (0.20.10-1)
    [2012-07-18 19:15] installed docbook-xsl (1.77.1-2)
    [2012-07-18 19:15] installed gtk-doc (1.18-1)
    [2012-07-18 19:15] installed atk (2.4.0-1)
    [2012-07-18 19:15] installed compositeproto (0.4.2-2)
    [2012-07-18 19:15] installed libxcomposite (0.4.3-2)
    [2012-07-18 19:15] installed damageproto (1.2.1-2)
    [2012-07-18 19:15] installed libxdamage (1.1.3-2)
    [2012-07-18 19:15] installed shared-mime-info (1.0-1)
    [2012-07-18 19:15] installed libtasn1 (2.13-1)
    [2012-07-18 19:15] installed nettle (2.5-1)
    [2012-07-18 19:15] installed p11-kit (0.12-1)
    [2012-07-18 19:15] installed gnutls (3.0.21-1)
    [2012-07-18 19:15] installed libdaemon (0.14-2)
    [2012-07-18 19:15] ==> The following daemons may be added to DAEMONS in /etc/rc.conf:
    [2012-07-18 19:15] ==> avahi-daemon: the mdns responder, you probably want this.
    [2012-07-18 19:15] ==> dbus needs to be running when you start it.
    [2012-07-18 19:15] ==> avahi-dnsconfd: daemon used for peer-to-peer automatic dns
    [2012-07-18 19:15] ==> configuration on dhcp-less networks.
    [2012-07-18 19:15]
    [2012-07-18 19:15] ==> To use some of the client applications you will have to install python.
    [2012-07-18 19:15] ==> In addition, pygtk is required for the graphical ones and
    [2012-07-18 19:15] ==> twisted for avahi-bookmarks.
    [2012-07-18 19:15] installed avahi (0.6.31-3)
    [2012-07-18 19:15] installed libcups (1.5.3-5)
    [2012-07-18 19:15] installed gdk-pixbuf2 (2.26.1-1)
    [2012-07-18 19:15] installed gtk-update-icon-cache (2.24.10-3)
    [2012-07-18 19:15] installed gtk2 (2.24.10-3)
    [2012-07-18 19:15] installed gtk-engines (2.21.0-1)
    [2012-07-18 19:15] installed icu (49.1.2-1)
    [2012-07-18 19:15] installed gstreamer0.10 (0.10.36-1)
    [2012-07-18 19:15] installed orc (0.4.16-1)
    [2012-07-18 19:15] installed gstreamer0.10-base (0.10.36-1)
    [2012-07-18 19:15] installed libproxy (0.4.7-2)
    [2012-07-18 19:15] installed gsettings-desktop-schemas (3.4.2-1)
    [2012-07-18 19:15] installed glib-networking (2.32.3-1)
    [2012-07-18 19:15] installed libsoup (2.38.1-1)
    [2012-07-18 19:15] ==> aspell comes with no default dictionary
    [2012-07-18 19:15] installed aspell (0.60.6.1-1)
    [2012-07-18 19:15] installed hunspell (1.3.2-1)
    [2012-07-18 19:15] installed hspell (1.1-2)
    [2012-07-18 19:15] installed enchant (1.6.0-4)
    [2012-07-18 19:15] installed geoclue (0.12.0-5)
    [2012-07-18 19:15] installed libwebkit (1.8.1-1)
    [2012-07-18 19:15] installed vala (0.16.1-1)
    [2012-07-18 19:16] Running 'pacman -U lightdm-webkit-greeter-bzr-13-3-x86_64.pkg.tar.xz'
    [2012-07-18 19:16] Running 'pacman -U lightdm-webkit-greeter-0.1.2-3-x86_64.pkg.tar.xz'
    [2012-07-18 19:16] installed lightdm-webkit-greeter (0.1.2-3)
    [2012-07-18 19:47] Running 'pacman -R lightdm'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice dbus-glib libxklavier'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice enchant geoclue dbus-glib libxklavier'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice libwebkite enchant geoclue dbus-glib libxklavier'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice libwebkit enchant geoclue dbus-glib libxklavier'
    [2012-07-18 19:49] removed lightdm-webkit-greeter (0.1.2-3)
    [2012-07-18 19:49] removed libwebkit (1.8.1-1)
    [2012-07-18 19:49] removed geoclue (0.12.0-5)
    [2012-07-18 19:49] removed enchant (1.6.0-4)
    [2012-07-18 19:49] userdel: user lightdm is currently used by process 657
    [2012-07-18 19:49] groupdel: cannot remove the primary group of user 'lightdm'
    [2012-07-18 19:49] removed lightdm (1.3.1-4)
    [2012-07-18 19:49] removed libxklavier (5.2.1-2)
    [2012-07-18 19:49] removed dbus-glib (0.100-1)
    [2012-07-18 19:49] removed accountsservice (0.6.22-1)
    [2012-07-18 19:50] Running 'pacman -S chromium'
    [2012-07-18 19:50] installed dbus-glib (0.100-1)
    [2012-07-18 19:50] installed nspr (4.9.1-1)
    [2012-07-18 19:50] installed nss (3.13.5-1)
    [2012-07-18 19:50] installed xdg-utils (1.1.0-2.20120520)
    [2012-07-18 19:50] installed libevent (2.0.19-1)
    [2012-07-18 19:50] installed scrnsaverproto (1.2.2-1)
    [2012-07-18 19:50] installed libxss (1.2.2-1)
    [2012-07-18 19:50] installed desktop-file-utils (0.20-1)
    [2012-07-18 19:50] installed hicolor-icon-theme (0.12-2)
    [2012-07-18 19:50] installed chromium (20.0.1132.57-1)
    [2012-07-18 19:50] Running 'pacman -Sy abs'
    [2012-07-18 19:50] synchronizing package lists
    [2012-07-18 19:51] installed rsync (3.0.9-3)
    [2012-07-18 19:51] installed abs (2.4.3-2)
    [2012-07-18 19:52] Running 'pacman -S openjdk6 perl git gnupg flex bison gperf zip unzip wxgtk squashfs-tools ncurses libpng zlib libusb libusb-compat readline'
    [2012-07-18 19:53] installed ca-certificates-java (20120608-1)
    [2012-07-18 19:53] installed recordproto (1.14.2-1)
    [2012-07-18 19:53] installed libxtst (1.2.1-1)
    [2012-07-18 19:53] upgraded zlib (1.2.7-1 -> 1.2.7-1)
    [2012-07-18 19:53] upgraded libpng (1.5.11-1 -> 1.5.11-1)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/NetLock_Arany_=Class_Gold=_F?tan?s?tv?ny.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/NetLock_Arany_=Class_Gold=_F?tan?s?tv?ny.pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/AC_Ra?z_Certic?mara_S.A..pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/AC_Ra?z_Certic?mara_S.A..pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/Certinomis_-_Autorit?_Racine.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/Certinomis_-_Autorit?_Racine.pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/T?B?TAK_UEKAE_K?k_Sertifika_Hizmet_Sa?lay?c?s?_-_S?r?m_3.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/T?B?TAK_UEKAE_K?k_Sertifika_Hizmet_Sa?lay?c?s?_-_S?r?m_3.pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/EBG_Elektronik_Sertifika_Hizmet_Sa?lay?c?s?.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/EBG_Elektronik_Sertifika_Hizmet_Sa?lay?c?s?.pem (No such file or directory)
    [2012-07-18 19:53] done.
    [2012-07-18 19:53] when you use a non-reparenting window manager
    [2012-07-18 19:53] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2012-07-18 19:53] /etc/profile.d/openjdk6.sh
    [2012-07-18 19:53] installed openjdk6 (6.b24_1.11.3-1)
    [2012-07-18 19:53] upgraded perl (5.16.0-2 -> 5.16.0-2)
    [2012-07-18 19:53] upgraded git (1.7.11.2-1 -> 1.7.11.2-1)
    [2012-07-18 19:53] upgraded ncurses (5.9-3 -> 5.9-3)
    [2012-07-18 19:53] upgraded readline (6.2.003-2 -> 6.2.003-2)
    [2012-07-18 19:53] upgraded gnupg (2.0.19-2 -> 2.0.19-2)
    [2012-07-18 19:53] upgraded flex (2.5.35-5 -> 2.5.35-5)
    [2012-07-18 19:53] upgraded bison (2.5.1-1 -> 2.5.1-1)
    [2012-07-18 19:53] installed gperf (3.0.4-4)
    [2012-07-18 19:53] installed zip (3.0-3)
    [2012-07-18 19:53] installed unzip (6.0-6)
    [2012-07-18 19:53] installed wxgtk (2.8.12.1-3)
    [2012-07-18 19:53] installed lzo2 (2.06-1)
    [2012-07-18 19:53] installed squashfs-tools (4.2-2)
    [2012-07-18 19:53] upgraded libusbx (1.0.12-2 -> 1.0.12-2)
    [2012-07-18 19:53] installed libusb-compat (0.1.4-2)
    [2012-07-18 19:53] Running 'pacman -S -- esdl schedtool'
    [2012-07-18 19:54] installed erlang (R15B01-1)
    [2012-07-18 19:54] installed sdl (1.2.15-1)
    [2012-07-18 19:54] installed dri2proto (2.6-1)
    [2012-07-18 19:54] installed glproto (1.4.15-1)
    [2012-07-18 19:54] installed mesa (8.0.4-1)
    [2012-07-18 19:54] installed esdl (2:1.2-1)
    [2012-07-18 19:54] installed schedtool (1.3.0-2)
    [2012-07-18 19:55] Running 'pacman -U pngcrush-1.7.31-1-x86_64.pkg.tar.xz'
    [2012-07-18 19:55] installed pngcrush (1.7.31-1)
    [2012-07-18 19:55] Running 'pacman -U repo-1.17-1-x86_64.pkg.tar.xz'
    [2012-07-18 19:55] installed repo (1.17-1)
    [2012-07-18 19:59] Running 'pacman -S terminator'
    [2012-07-18 19:59] installed vte-common (0.32.2-1)
    [2012-07-18 19:59] installed vte (0.28.2-3)
    [2012-07-18 19:59] installed libglade (2.6.4-3)
    [2012-07-18 19:59] installed python2-cairo (1.10.0-1)
    [2012-07-18 19:59] installed pygobject2-devel (2.28.6-6)
    [2012-07-18 19:59] installed python2-gobject2 (2.28.6-6)
    [2012-07-18 19:59] installed pygtk (2.24.0-3)
    [2012-07-18 19:59] installed terminator (0.96-1)
    [2012-07-18 20:00] Running 'pacman -Sy gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-libusb lib32-libusb-compat lib32-readline lib32-glibc lib32-zlib'
    [2012-07-18 20:00] synchronizing package lists
    [2012-07-18 20:00] Running 'pacman -Sy gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-libusb-compat lib32-readline lib32-glibc lib32-zlib'
    [2012-07-18 20:00] synchronizing package lists
    [2012-07-18 20:00] Running 'pacman -Sy gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-readline lib32-glibc lib32-zlib'
    [2012-07-18 20:00] synchronizing package lists
    [2012-07-18 20:01] removed gcc-libs (4.7.1-4)
    [2012-07-18 20:01] removed binutils (2.22-9)
    [2012-07-18 20:01] removed gcc (4.7.1-4)
    [2012-07-18 20:01] removed libtool (2.4.2-6)
    [2012-07-18 20:01] installed gcc-libs-multilib (4.7.1-4.1)
    [2012-07-18 20:01] installed binutils-multilib (2.22-8)
    [2012-07-18 20:01] installed gcc-multilib (4.7.1-4.1)
    [2012-07-18 20:01] upgraded lib32-glibc (2.16.0-2 -> 2.16.0-2)
    [2012-07-18 20:01] installed lib32-libltdl (2.4.2-6)
    [2012-07-18 20:01] installed libtool-multilib (2.4.2-6)
    [2012-07-18 20:01] installed lib32-ncurses (5.9-1)
    [2012-07-18 20:01] installed lib32-readline (6.2.003-1)
    [2012-07-18 20:01] upgraded lib32-zlib (1.2.7-1 -> 1.2.7-1)
    [2012-07-18 20:07] Running 'pacman -S ssh'
    [2012-07-18 20:10] Running 'pacman -S ssh-keygen'
    [2012-07-18 20:10] Running 'pacman -S openssh'
    [2012-07-18 20:10] installed libedit (20120311_3.0-1)
    [2012-07-18 20:10] installed dnssec-anchors (20120422-1)
    [2012-07-18 20:10] installed ldns (1.6.13-1)
    [2012-07-18 20:10] installed openssh (6.0p1-3)
    [2012-07-18 20:11] Running 'pacman -S pbcopy'
    [2012-07-18 20:11] Running 'pacman -S copy'
    [2012-07-18 20:13] Running 'pacman -S gedit'
    [2012-07-18 20:13] installed lcms2 (2.3-2)
    [2012-07-18 20:13] installed libgusb (0.1.3-1)
    [2012-07-18 20:13] installed gd (2.0.36RC1-5)
    [2012-07-18 20:13] installed libgphoto2 (2.4.14-1)
    [2012-07-18 20:13] installed libieee1284 (0.2.11-4)
    [2012-07-18 20:13] installed v4l-utils (0.8.8-1)
    [2012-07-18 20:13] installed net-snmp (5.7.1-3)
    [2012-07-18 20:13] NOTE
    [2012-07-18 20:13] ----
    [2012-07-18 20:13] Add your user to group 'scanner' to use scanner devices.
    [2012-07-18 20:13] installed sane (1.0.22-9)
    [2012-07-18 20:13] installed shared-color-profiles (0.1.5-1)
    [2012-07-18 20:13] installed colord (0.1.21-2)
    [2012-07-18 20:13] installed gtk3 (3.4.3-1)
    [2012-07-18 20:13] installed gtksourceview3 (3.4.2-1)
    [2012-07-18 20:13] installed libpeas (1.4.0-2)
    [2012-07-18 20:13] installed enchant (1.6.0-4)
    [2012-07-18 20:13] installed pygobject-devel (3.2.2-1)
    [2012-07-18 20:13] installed python2-gobject (3.2.2-1)
    [2012-07-18 20:13] installed dconf (0.12.1-2)
    [2012-07-18 20:13] installed gedit (3.4.2-1)
    [2012-07-18 20:15] Running 'pacman -S python'
    [2012-07-18 20:16] installed python (3.2.3-3)
    [2012-07-18 20:26] Running 'pacman -S xclip'
    [2012-07-18 20:26] installed xclip (0.12-3)
    [2012-07-18 20:37] Running 'pacman --noconfirm --asdeps -S -- lib32-alsa-lib lib32-libstdc++5 lib32-openal lib32-sdl swt'
    [2012-07-18 20:37] installed lib32-alsa-lib (1.0.25-1)
    [2012-07-18 20:37] installed lib32-libstdc++5 (3.3.6-6)
    [2012-07-18 20:37] installed openal (1.14-1)
    [2012-07-18 20:37] installed lib32-openal (1.14-1)
    [2012-07-18 20:37] installed lib32-libxrender (0.9.7-1)
    [2012-07-18 20:37] installed lib32-sdl (1.2.15-2)
    [2012-07-18 20:37] installed swt (3.7.2-1)
    [2012-07-18 20:45] Running 'pacman --asdeps -U android-sdk-r20-2-x86_64.pkg.tar.xz'
    [2012-07-18 20:50] You need to source /etc/profile or relogin to add the Android SDK tools to your path.
    [2012-07-18 20:50] The android group has been removed, install android packages as root.
    [2012-07-18 20:50] installed android-sdk (r20-2)
    [2012-07-18 20:51] Running 'pacman -U android-sdk-r20-2-x86_64.pkg.tar.xz'
    [2012-07-18 20:54] You need to source /etc/profile or relogin to add the Android SDK tools to your path.
    [2012-07-18 20:54] The android group has been removed, install android packages as root.
    [2012-07-18 20:54] upgraded android-sdk (r20-2 -> r20-2)
    [2012-07-18 20:59] Running 'pacman -U android-sdk-platform-tools-r12-1-any.pkg.tar.xz'
    [2012-07-18 20:59] installed android-sdk-platform-tools (r12-1)
    [2012-07-18 21:10] Running 'pacman -S perl-switch'
    [2012-07-18 21:10] installed perl-switch (2.16-1)
    [2012-07-21 03:29] Running 'pacman -S flashplugin'
    [2012-07-21 03:29] relogin or source /etc/profile.d/mozilla-common.sh
    [2012-07-21 03:29] installed mozilla-common (1.4-3)
    [2012-07-21 03:29] >>
    [2012-07-21 03:29] >> If you have an NVIDIA card that supports libvdpau or Broadcom Crystal HD chips,
    [2012-07-21 03:29] >> uncomment EnableLinuxHWVideoDecode=1 from /etc/adobe/mms.cfg.
    [2012-07-21 03:29] >> If you run into problems, please contact nVidia or Broadcom along with your system config info / driver version.
    [2012-07-21 03:29] >>
    [2012-07-21 03:29] installed flashplugin (11.2.202.236-1)
    [2012-07-21 03:32] Running 'pacman -S libvdpau'
    [2012-07-21 03:32] installed libvdpau (0.4.1-2)
    [2012-07-21 14:53] Running 'pacman -S gedit-common'
    [2012-07-21 14:55] Running 'pacman -S gtk-theme-switch2'
    [2012-07-21 14:56] installed gtk-theme-switch2 (2.1.0-2)
    [2012-07-21 15:00] Running 'pacman -S gtk-icons'
    [2012-07-21 15:04] Running 'pacman -R gtk-theme-switch2 gedit dconf desktop-file-utils enchant gsettings-desktop-schemas gtksourceview3 iso-codes libpeas libsm python2-gobject'
    [2012-07-21 15:06] Running 'pacman -R gtk-theme-switch2 gedit dconf enchant gtksourceview3 iso-codes libpeas python2-gobject'
    [2012-07-21 15:06] removed gedit (3.4.2-1)
    [2012-07-21 15:06] removed python2-gobject (3.2.2-1)
    [2012-07-21 15:06] removed libpeas (1.4.0-2)
    [2012-07-21 15:06] removed iso-codes (3.34-1)
    [2012-07-21 15:06] removed gtksourceview3 (3.4.2-1)
    [2012-07-21 15:06] removed enchant (1.6.0-4)
    [2012-07-21 15:06] removed dconf (0.12.1-2)
    [2012-07-21 15:06] removed gtk-theme-switch2 (2.1.0-2)
    [2012-07-21 15:06] Running 'pacman -R glib-networking gsettings-desktop-schemas'
    [2012-07-21 15:06] Running 'pacman -R libsoup glib-networking gsettings-desktop-schemas'
    [2012-07-21 15:06] removed libsoup (2.38.1-1)
    [2012-07-21 15:06] removed glib-networking (2.32.3-1)
    [2012-07-21 15:06] removed gsettings-desktop-schemas (3.4.2-1)
    [2012-07-21 15:07] Running 'pacman -R wxgtk'
    [2012-07-21 15:07] removed wxgtk (2.8.12.1-3)
    [2012-07-21 15:07] Running 'pacman -R libxt libsm'
    [2012-07-21 15:11] Running 'pacman -S ranger'
    [2012-07-21 15:11] installed ranger (1.5.4-1)
    [2012-07-21 15:32] Running 'pacman -S irssi'
    [2012-07-21 15:32] installed irssi (0.8.15-6)
    [2012-07-24 20:20] Running 'pacman -U sublime-text-2.0.1-1-x86_64.pkg.tar.xz'
    [2012-07-24 20:20] installed sublime-text (2.0.1-1)
    [2012-07-24 23:41] Running 'pacman -U dropbox-1.4.11-1-x86_64.pkg.tar.xz'
    [2012-07-24 23:41] installed dropbox (1.4.11-1)
    [2012-07-24 23:41] Running 'pacman -U dropbox-daemon-0.8-8-any.pkg.tar.xz'
    [2012-07-24 23:41] >> Configure the Dropbox daemon script by editing /etc/conf.d/dropboxd.conf
    [2012-07-24 23:41] installed dropbox-daemon (0.8-8)
    [2012-07-24 23:48] Running 'pacman -U dropbox-cli-1-12-x86_64.pkg.tar.xz'
    [2012-07-24 23:48] installed dropbox-cli (1-12)
    [2012-07-24 23:49] Running 'pacman -S nautilus'
    [2012-07-24 23:56] Running 'pacman -S ranger'
    [2012-07-24 23:57] upgraded ranger (1.5.4-1 -> 1.5.4-1)
    [2012-07-25 00:23] Running 'pacman --noconfirm --asdeps -S -- gconf qt qtwebkit'
    [2012-07-25 00:23] Running 'pacman --noconfirm --asdeps -S -- gconf qt qtwebkit'
    [2012-07-25 00:23] Running 'pacman -Sy'
    [2012-07-25 00:23] synchronizing package lists
    [2012-07-25 00:24] Running 'pacman --noconfirm --asdeps -S -- gconf qt qtwebkit'
    [2012-07-25 00:25] installed gconf (3.2.5-2)
    [2012-07-25 00:25] installed libmng (1.0.10-4)
    [2012-07-25 00:25] installed qt (4.8.2-3)
    [2012-07-25 00:25] installed qtwebkit (2.2.2-1)
    [2012-07-25 00:27] Running 'pacman --asdeps -U openssl098-0.9.8.x-1-x86_64.pkg.tar.xz'
    [2012-07-25 00:27] installed openssl098 (0.9.8.x-1)
    [2012-07-25 00:28] Running 'pacman --asdeps -U libpng12-1.2.49-1-x86_64.pkg.tar.xz'
    [2012-07-25 00:28] installed libpng12 (1.2.49-1)
    [2012-07-25 00:30] Running 'pacman -U spotify-0.8.4.103-1-x86_64.pkg.tar.xz'
    [2012-07-25 00:31] installed spotify (0.8.4.103-1)
    [2012-07-29 16:57] Running 'pacman --noconfirm --asdeps -S -- ffmpeg libmediainfo mencoder mplayer'
    [2012-07-29 16:58] Running 'pacman --noconfirm --asdeps -S -- ffmpeg libmediainfo mencoder mplayer'
    [2012-07-29 16:58] Running 'pacman -Syy'
    [2012-07-29 16:58] synchronizing package lists
    [2012-07-29 17:00] Running 'pacman --noconfirm --asdeps -S -- ffmpeg libmediainfo mencoder mplayer'
    [2012-07-29 17:00] installed gsm (1.0.13-7)
    [2012-07-29 17:00] installed lame (3.99.5-1)
    [2012-07-29 17:00] installed libasyncns (0.8-4)
    [2012-07-29 17:00] installed json-c (0.9-1)
    [2012-07-29 17:00] installed libpulse (2.1-1)
    [2012-07-29 17:00] installed libtheora (1.1.1-2)
    [2012-07-29 17:00] installed libglapi (8.0.4-2)
    [2012-07-29 17:00] installed khrplatform-devel (8.0.4-2)
    [2012-07-29 17:00] installed libegl (8.0.4-2)
    [2012-07-29 17:00] installed libva (1.1.0-1)
    [2012-07-29 17:00] installed libvpx (1.1.0-1)
    [2012-07-29 17:00] installed opencore-amr (0.1.3-1)
    [2012-07-29 17:00] installed openjpeg (1.5.0-1)
    [2012-07-29 17:00] installed rtmpdump (2.4-1)
    [2012-07-29 17:00] installed schroedinger (1.0.11-1)
    [2012-07-29 17:00] installed speex (1.2rc1-2)
    [2012-07-29 17:00] installed x264 (20120705-1)
    [2012-07-29 17:00] installed xvidcore (1.3.2-1)
    [2012-07-29 17:00] installed ffmpeg (1:0.11.1-1)
    [2012-07-29 17:00] installed libmms (0.6.2-1)
    [2012-07-29 17:00] installed libzen (0.4.26-1)
    [2012-07-29 17:00] installed libmediainfo (0.7.58-1)
    [2012-07-29 17:00] installed recode (3.6-7)
    [2012-07-29 17:00] installed enca (1.13-2)
    [2012-07-29 17:00] installed a52dec (0.7.4-6)
    [2012-07-29 17:00] installed libdca (0.0.5-3)
    [2012-07-29 17:00] installed talloc (2.0.7-1)
    [2012-07-29 17:00] installed libwbclient (3.6.6-1)
    [2012-07-29 17:00] installed libcap-ng (0.6.6-1)
    [2012-07-29 17:00] installed cifs-utils (5.5-1)
    [2012-07-29 17:00] installed tdb (1.2.9-2)
    [2012-07-29 17:00] installed smbclient (3.6.6-1)
    [2012-07-29 17:00] installed libmad (0.15.1b-6)
    [2012-07-29 17:00] installed fribidi (0.19.2-2)
    [2012-07-29 17:00] installed libmp4v2 (2.0.0-2)
    [2012-07-29 17:00] installed faac (1.28-4)
    [2012-07-29 17:00] installed faad2 (2.7-3)
    [2012-07-29 17:00] installed mpg123 (1.14.4-1)
    [2012-07-29 17:00] installed libass (0.10.0-3)
    [2012-07-29 17:00] installed libbluray (0.2.2-1)
    [2012-07-29 17:00] installed libcddb (1.3.2-3)
    [2012-07-29 17:00] installed libcdio (0.83-1)
    [2012-07-29 17:00] installed mencoder (35014-1)
    [2012-07-29 17:00] installed libftdi (0.20-1)
    [2012-07-29 17:00] installed libirman (0.4.5-3)
    [2012-07-29 17:00] installed lirc-utils (1:0.9.0-22)
    [2012-07-29 17:00] installed gpm (1.20.6-10)
    [2012-07-29 17:00] installed aalib (1.4rc5-9)
    [2012-07-29 17:00] installed jack (0.121.3-6)
    [2012-07-29 17:00] installed libcaca (0.99.beta18-1)
    [2012-07-29 17:00] installed xf86dgaproto (2.1-2)
    [2012-07-29 17:00] installed libxxf86dga (1.1.3-1)
    [2012-07-29 17:00] installed mplayer (35014-1)
    [2012-07-29 17:00] Running 'pacman -U pms-1.60.0-1-x86_64.pkg.tar.xz'
    [2012-07-29 17:00] installed pms (1.60.0-1)
    [2012-07-29 17:20] Running 'pacman -S netstat'
    [2012-07-29 17:31] Running 'pacman -S ntfs-3g'
    [2012-07-29 17:31] installed fuse (2.9.0-1)
    [2012-07-29 17:31] installed ntfs-3g (2012.1.15-3)
    [2012-07-29 17:45] Running 'pacman -S tsmuxer'
    [2012-07-29 17:45] Running 'pacman -S tsMuxeR'
    [2012-07-29 17:45] Running 'pacman --noconfirm --asdeps -S -- lib32-freetype2'
    [2012-07-29 17:45] installed lib32-bzip2 (1.0.6-1)
    [2012-07-29 17:45] installed lib32-freetype2 (2.4.10-1)
    [2012-07-29 17:48] Running 'pacman -U tsmuxer-1.10.6-12-x86_64.pkg.tar.xz'
    [2012-07-29 17:48] The tsmuxer package is licensed software.
    [2012-07-29 17:48] You MUST read and agree to the license stored in
    [2012-07-29 17:48] /opt/tsmuxer/LICENSE before using it.
    [2012-07-29 17:48] installed tsmuxer (1.10.6-12)
    [2012-07-29 18:23] Running 'pacman -S icedtea-web-java7'
    [2012-07-29 18:23] Running 'pacman -S icedtea-web-java6'
    [2012-07-29 18:24] Running 'pacman -S openjre'
    [2012-07-29 18:25] Running 'pacman -S jre'
    [2012-07-29 18:25] Running 'pacman -S icetea-plugin'
    [2012-07-29 18:27] Running 'pacman -S icedtea-web'
    [2012-07-29 18:27] installed icedtea-web (1.2-1)
    [2012-07-29 18:35] Running 'pacman -S ccache'
    [2012-07-29 18:35] installed ccache (3.1.7-1)
    [2012-07-29 18:50] Running 'pacman -S rtorrent'
    [2012-07-29 18:50] installed libsigc++ (2.2.10-2)
    [2012-07-29 18:50] installed libtorrent (0.13.2-2)
    [2012-07-29 18:50] installed xmlrpc-c (1:1.31.02-2)
    [2012-07-29 18:50] installed rtorrent (0.9.2-2)
    [2012-07-29 18:52] Running 'pacman -S rutorrent'
    [2012-07-29 18:52] Running 'pacman --noconfirm --asdeps -S -- php'
    [2012-07-29 18:52] installed php (5.4.5-1)
    [2012-07-29 18:52] Running 'pacman -U rutorrent-3.4-2-any.pkg.tar.xz'
    [2012-07-29 18:53] installed rutorrent (3.4-2)
    [2012-07-29 18:53] Running 'pacman -R rtorrent'
    [2012-07-29 18:53] removed rtorrent (0.9.2-2)
    [2012-07-29 18:53] Running 'pacman -S rtorrent-svn'
    [2012-07-29 18:54] Running 'pacman -S rtorrent'
    [2012-07-29 18:54] installed rtorrent (0.9.2-2)
    [2012-07-29 18:54] Running 'pacman -S apache php-apache php-cgi mod-scgi php-xsl rutorrent-plugins php-geoip screen'
    [2012-07-29 18:55] Running 'pacman -S apache php-apache php-cgi php-xsl rutorrent-plugins php-geoip screen'
    [2012-07-29 18:55] Running 'pacman -S apache php-apache php-cgi php-xsl php-geoip screen'
    [2012-07-29 18:55] installed apr (1.4.6-1)
    [2012-07-29 18:55] installed unixodbc (2.3.1-1)
    [2012-07-29 18:55] installed apr-util (1.4.1-1)
    [2012-07-29 18:55] installed apache (2.2.22-4)
    [2012-07-29 18:55] installed php-apache (5.4.5-1)
    [2012-07-29 18:55] installed php-cgi (5.4.5-1)
    [2012-07-29 18:55] installed php-xsl (5.4.5-1)
    [2012-07-29 18:55] installed geoip-database (20120706-1)
    [2012-07-29 18:55] installed geoip (1.4.8-2)
    [2012-07-29 18:55] installed php-geoip (1.0.8-2)
    [2012-07-29 18:55] installed screen (4.0.3-13)
    [2012-07-29 19:03] Running 'pacman -U mod_scgi-1.14-1-x86_64.pkg.tar.xz'
    [2012-07-29 19:03] installed mod_scgi (1.14-1)
    [2012-07-29 19:03] Running 'pacman -U rutorrent-plugins-3.4-2-any.pkg.tar.xz'
    [2012-07-29 19:03] installed rutorrent-plugins (3.4-2)
    [2012-07-29 19:04] Running 'pacman -U rutorrent-3.4-2-any.pkg.tar.xz'
    [2012-07-29 19:04] upgraded rutorrent (3.4-2 -> 3.4-2)
    [2012-07-29 19:46] Running 'pacman -S unrar unzip'
    [2012-07-29 19:46] installed unrar (4.2.4-1)
    [2012-07-29 19:46] upgraded unzip (6.0-6 -> 6.0-6)
    [2012-07-29 20:00] Running 'pacman -S php-apache mysql'
    [2012-07-29 20:02] upgraded php-apache (5.4.5-1 -> 5.4.5-1)
    [2012-07-29 20:02] installed libmysqlclient (5.5.25.a-1)
    [2012-07-29 20:02] installed mysql-clients (5.5.25.a-1)
    [2012-07-29 20:02] Installing MySQL system tables...
    [2012-07-29 20:02] OK
    [2012-07-29 20:02] Filling help tables...
    [2012-07-29 20:02] OK
    [2012-07-29 20:02]
    [2012-07-29 20:02] To start mysqld at boot time you have to copy
    [2012-07-29 20:02] support-files/mysql.server to the right place for your system
    [2012-07-29 20:02]
    [2012-07-29 20:02] PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
    [2012-07-29 20:02] To do so, start the server, then issue the following commands:
    [2012-07-29 20:02]
    [2012-07-29 20:02] /usr/bin/mysqladmin -u root password 'new-password'
    [2012-07-29 20:02] /usr/bin/mysqladmin -u root -h arch-shauder password 'new-password'
    [2012-07-29 20:02]
    [2012-07-29 20:02] Alternatively you can run:
    [2012-07-29 20:02] /usr/bin/mysql_secure_installation
    [2012-07-29 20:02]
    [2012-07-29 20:02] which will also give you the option of removing the test
    [2012-07-29 20:02] databases and anonymous user created by default. This is
    [2012-07-29 20:02] strongly recommended for production servers.
    [2012-07-29 20:02]
    [2012-07-29 20:02] See the manual for more instructions.
    [2012-07-29 20:02]
    [2012-07-29 20:02] You can start the MySQL daemon with:
    [2012-07-29 20:02] cd /usr ; /usr/bin/mysqld_safe &
    [2012-07-29 20:02]
    [2012-07-29 20:02] You can test the MySQL daemon with mysql-test-run.pl
    [2012-07-29 20:02] cd /usr/mysql-test ; perl mysql-test-run.pl
    [2012-07-29 20:02]
    [2012-07-29 20:02] Please report any problems with the /usr/scripts/mysqlbug script!
    [2012-07-29 20:02]
    [2012-07-29 20:02] installed mysql (5.5.25.a-1)
    [2012-07-29 20:49] Running 'pacman -Syyu'
    [2012-07-29 20:49] synchronizing package lists
    [2012-07-29 20:50] starting full system upgrade
    [2012-07-29 20:52] upgraded readline (6.2.003-2 -> 6.2.004-1)
    [2012-07-29 20:52] upgraded bash (4.2.036-1 -> 4.2.037-1)
    [2012-07-29 20:52] upgraded bison (2.5.1-1 -> 2.6-1)
    [2012-07-29 20:52] upgraded lib32-gcc-libs (4.7.1-4.1 -> 4.7.1-5)
    [2012-07-29 20:52] upgraded gcc-libs-multilib (4.7.1-4.1 -> 4.7.1-5)
    [2012-07-29 20:52] upgraded gnutls (3.0.21-1 -> 3.0.21-2)
    [2012-07-29 20:52] upgraded libpng (1.5.11-1 -> 1.5.12-1)
    [2012-07-29 20:52] upgraded libcups (1.5.3-5 -> 1.5.4-1)
    [2012-07-29 20:52] upgraded gtk-update-icon-cache (2.24.10-3 -> 2.24.11-2)
    [2012-07-29 20:52] upgraded gtk2 (2.24.10-3 -> 2.24.11-2)
    [2012-07-29 20:52] upgraded chromium (20.0.1132.57-1 -> 20.0.1132.57-2)
    [2012-07-29 20:52] warning: /etc/protocols installed as /etc/protocols.pacnew
    [2012-07-29 20:52] warning: /etc/services installed as /etc/services.pacnew
    [2012-07-29 20:52] upgraded iana-etc (2.30-2 -> 2.30-3)
    [2012-07-29 20:52] upgraded filesystem (2012.6-4 -> 2012.7-1)
    [2012-07-29 20:52] upgraded libsystemd (186-2 -> 187-2)
    [2012-07-29 20:52] upgraded glib2 (2.32.3-1 -> 2.32.4-1)
    [2012-07-29 20:52] upgraded systemd-tools (186-2 -> 187-2)
    [2012-07-29 20:52] upgraded dbus-core (1.6.2-2 -> 1.6.4-1)
    [2012-07-29 20:52] upgraded dbus (1.6.2-1 -> 1.6.4-1)
    [2012-07-29 20:52] upgraded flex (2.5.35-5 -> 2.5.36-1)
    [2012-07-29 20:52] upgraded gcc-multilib (4.7.1-4.1 -> 4.7.1-5)
    [2012-07-29 20:52] upgraded git (1.7.11.2-1 -> 1.7.11.3-1)
    [2012-07-29 20:52] upgraded glproto (1.4.15-1 -> 1.4.16-1)
    [2012-07-29 20:52] upgraded gtk3 (3.4.3-1 -> 3.4.4-1)
    [2012-07-29 20:52] upgraded icu (49.1.2-1 -> 49.1.2-2)
    [2012-07-29 20:52] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-07-29 20:52] upgraded initscripts (2012.06.3-2 -> 2012.07.5-1)
    [2012-07-29 20:52] upgraded lib32-readline (6.2.003-1 -> 6.2.004-1)
    [2012-07-29 20:52] >>> Updating module dependencies. Please wait ...
    [2012-07-29 20:52] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-07-29 20:52] ==> Building image from preset: 'default'
    [2012-07-29 20:52] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-29 20:52] ==> Starting build: 3.4.6-1-ARCH
    [2012-07-29 20:52] -> Running build hook: [base]
    [2012-07-29 20:52] -> Running build hook: [udev]
    [2012-07-29 20:52] -> Running build hook: [autodetect]
    [2012-07-29 20:52] -> Running build hook: [pata]
    [2012-07-29 20:52] -> Running build hook: [scsi]
    [2012-07-29 20:52] -> Running build hook: [sata]
    [2012-07-29 20:52] -> Running build hook: [filesystems]
    [2012-07-29 20:52] -> Running build hook: [usbinput]
    [2012-07-29 20:52] -> Running build hook: [fsck]
    [2012-07-29 20:52] ==> Generating module dependencies
    [2012-07-29 20:52] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-07-29 20:52] ==> Image generation successful
    [2012-07-29 20:52] ==> Building image from preset: 'fallback'
    [2012-07-29 20:52] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-29 20:52] ==> Starting build: 3.4.6-1-ARCH
    [2012-07-29 20:52] -> Running build hook: [base]
    [2012-07-29 20:52] -> Running build hook: [udev]
    [2012-07-29 20:52] -> Running build hook: [pata]
    [2012-07-29 20:52] -> Running build hook: [scsi]
    [2012-07-29 20:52] -> Running build hook: [sata]
    [2012-07-29 20:52] -> Running build hook: [filesystems]
    [2012-07-29 20:52] -> Running build hook: [usbinput]
    [2012-07-29 20:52] -> Running build hook: [fsck]
    [2012-07-29 20:52] ==> Generating module dependencies
    [2012-07-29 20:52] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-07-29 20:52] ==> Image generation successful
    [2012-07-29 20:52] upgraded linux (3.4.5-1 -> 3.4.6-1)
    [2012-07-29 20:52] upgraded linux-api-headers (3.4.4-1 -> 3.4.6-1)
    [2012-07-29 20:52] upgraded mesa (8.0.4-1 -> 8.0.4-2)
    [2012-07-29 20:52] upgraded nvidia (302.17-3 -> 302.17-4)
    [2012-07-29 20:52] upgraded tzdata (2012c-1 -> 2012d-1)
    [2012-07-29 20:52] upgraded xf86-input-evdev (2.7.0-2 -> 2.7.1-1)
    [2012-08-03 12:40] Running 'pacman -S filezilla'
    [2012-08-03 12:40] installed wxgtk (2.8.12.1-3)
    [2012-08-03 12:40] installed libidn (1.25-1)
    [2012-08-03 12:40] installed filezilla (3.5.3-1)
    [2012-08-06 13:55] Running 'pacman -R openjdk'
    [2012-08-06 13:55] Running 'pacman -R openjdk6'
    [2012-08-06 13:55] Running 'pacman -R icedtea-web'
    [2012-08-06 13:55] removed icedtea-web (1.2-1)
    [2012-08-06 13:56] Running 'pacman -S jdk'
    [2012-08-06 13:57] Running 'pacman --asdeps -U jre-7.5-2-x86_64.pkg.tar.xz'
    [2012-08-06 13:58] removed openjdk6 (6.b24_1.11.3-1)
    [2012-08-06 13:58]
    [2012-08-06 13:58] The jre package is licensed software.
    [2012-08-06 13:58] You MUST read and agree to the license stored in
    [2012-08-06 13:58] /usr/share/licenses/jre/LICENSE before using it.
    [2012-08-06 13:58] Please relogin to include jre in your PATH.
    [2012-08-06 13:58]
    [2012-08-06 13:58] installed jre (7.5-2)
    [2012-08-06 14:01] Running 'pacman -U jdk-7.5-2-x86_64.pkg.tar.xz'
    [2012-08-06 14:01]
    [2012-08-06 14:01] The jdk package is licensed software.
    [2012-08-06 14:01] You MUST read and agree to the license stored in
    [2012-08-06 14:01] /usr/share/licenses/jdk/LICENSE before using it.
    [2012-08-06 14:01] Please relogin to include jdk in your PATH.
    [2012-08-06 14:01]
    [2012-08-06 14:01] installed jdk (7.5-2)
    [2012-08-06 14:14] Running 'pacman --asdeps -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:15] Running 'pacman -R jdk jre'
    [2012-08-06 14:16] Running 'pacman -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:17] Running 'pacman -Rdd jdk jre'
    [2012-08-06 14:17] removed jdk (7.5-2)
    [2012-08-06 14:17] removed jre (7.5-2)
    [2012-08-06 14:19] Running 'pacman --asdeps -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:19] The jre package is licensed software.
    [2012-08-06 14:19] You MUST read and agree to the license stored in
    [2012-08-06 14:19] /opt/java/jre/LICENSE before using it.
    [2012-08-06 14:19] Please relogin to include jre in your PATH.
    [2012-08-06 14:19] installed jre6 (6u33-b04)
    [2012-08-06 14:21] Running 'pacman -U jdk6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:21] The jdk package is licensed software.
    [2012-08-06 14:21] You MUST read and agree to the license stored in
    [2012-08-06 14:21] /opt/java/LICENSE before using it.
    [2012-08-06 14:21] Please relogin to include jdk in your PATH
    [2012-08-06 14:21] installed jdk6 (6u33-b04)
    [2012-08-06 14:23] Running 'pacman -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:54] upgraded jre6 (6u33-b04 -> 6u33-b04)
    [2012-08-06 17:23] Running 'pacman -S gimp'
    [2012-08-06 17:23] installed lcms (1.19-2)
    [2012-08-06 17:23] Updating font cache... done.
    [2012-08-06 17:23] installed gsfonts (1.0.7pre44-3)
    [2012-08-06 17:23] installed libwmf (0.2.8.4-9)
    [2012-08-06 17:23] installed libcroco (0.6.5-1)
    [2012-08-06 17:23] installed librsvg (2.36.1-1)
    [2012-08-06 17:23] installed babl (0.1.10-1)
    [2012-08-06 17:23] installed gegl (0.2.0-2)
    [2012-08-06 17:23] installed freeglut (2.8.0-1)
    [2012-08-06 17:23] installed jasper (1.900.1-7)
    [2012-08-06 17:23] installed gimp (2.8.0-2)
    [2012-08-06 18:25] Running 'pacman -Sy'
    [2012-08-06 18:25] synchronizing package lists
    [2012-08-06 18:25] Running 'pacman -S yaourt'
    [2012-08-06 18:28] Running 'pacman -Sy'
    [2012-08-06 18:28] synchronizing package lists
    [2012-08-06 18:28] Running 'pacman -S lib32-gcc-libs lib32-glibc lib32-libx11 lib32-libxau lib32-libxcb lib32-libxdmcp lib32-libxext lib32-libxrender lib32-alsa-lib lib32-libstdc++5 lib32-libxv lib32-ncurses lib32-openal lib32-sdl lib32-zlib swt'
    [2012-08-06 18:29] Running 'pacman -Sy'
    [2012-08-06 18:29] synchronizing package lists
    [2012-08-06 18:29] Running 'pacman -S lib32-gcc-libs lib32-glibc lib32-libx11 lib32-libxau lib32-libxcb lib32-libxdmcp lib32-libxext lib32-libxrender lib32-alsa-lib lib32-libstdc++5 lib32-libxv lib32-ncurses lib32-openal lib32-sdl lib32-zlib swt'
    [2012-08-06 18:32] Running 'pacman --noconfirm --asdeps -S -- yajl'
    [2012-08-06 21:50] Running 'pacman -U jdk6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 21:51] Running 'pacman -Rdd jdk6 jre6'
    [2012-08-06 21:51] removed jdk6 (6u33-b04)
    [2012-08-06 21:51] removed jre6 (6u33-b04)
    [2012-08-06 21:54] Running 'pacman -U sun-java6-6u32-1-x86_64.pkg.tar.xz'
    [2012-08-06 21:54] The sun-java6 package is licensed software.
    [2012-08-06 21:54] You MUST read and agree to the license stored in
    [2012-08-06 21:54] /opt/sun-java6/LICENSE before using it.
    [2012-08-06 21:54]
    [2012-08-06 21:54] Use '. /opt/sun-java6/envsetup.sh' to setup environment.
    [2012-08-06 21:54] installed sun-java6 (6u32-1)
    [2012-08-06 21:59] Running 'pacman -Syu'
    [2012-08-06 21:59] synchronizing package lists
    [2012-08-06 21:59] starting full system upgrade
    [2012-08-06 22:00] Running 'pacman -Sy'
    [2012-08-06 22:00] synchronizing package lists
    [2012-08-06 22:00] Running 'pacman -S yaourt'
    [2012-08-06 22:00] installed yajl (2.0.4-1)
    [2012-08-06 22:00] installed package-query (1.0.1-1)
    [2012-08-06 22:00] installed yaourt (1.1-1)
    [2012-08-06 22:00] Running 'pacman -S extra/schedtool community/esdl'
    [2012-08-06 22:00] upgraded schedtool (1.3.0-2 -> 1.3.0-2)
    [2012-08-06 22:00] upgraded esdl (2:1.2-1 -> 2:1.2-1)
    [2012-08-06 22:00] Running 'pacman -S extra/schedtool community/esdl'
    [2012-08-06 22:00] upgraded schedtool (1.3.0-2 -> 1.3.0-2)
    [2012-08-06 22:00] upgraded esdl (2:1.2-1 -> 2:1.2-1)
    [2012-08-06 22:00] Running 'pacman -S --asdeps --needed extra/jdk7-openjdk'
    [2012-08-06 22:01] installed java-rhino (1.7R3-3)
    [2012-08-06 22:01] installed jre7-openjdk-headless (7.u5_2.2.1-1)
    [2012-08-06 22:01] when you use a non-reparenting window manager
    [2012-08-06 22:01] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2012-08-06 22:01] /etc/profile.d/jre.sh
    [2012-08-06 22:01] installed jre7-openjdk (7.u5_2.2.1-1)
    [2012-08-06 22:01] installed jdk7-openjdk (7.u5_2.2.1-1)
    [2012-08-06 22:02] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.kJz/android-apktool-1.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:02] installed android-apktool (1.4.9-1)
    [2012-08-06 22:04] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.ubB/android-sdk-r20.0.1-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:05] You need to source /etc/profile or relogin to add the Android SDK tools to your path.
    [2012-08-06 22:05] The android group has been removed, install android packages as root.
    [2012-08-06 22:05] upgraded android-sdk (r20-2 -> r20.0.1-1)
    [2012-08-06 22:08] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.g9s/android-sdk-platform-tools-r14-1-any.pkg.tar.xz'
    [2012-08-06 22:08] upgraded android-sdk-platform-tools (r12-1 -> r14-1)
    [2012-08-06 22:08] Running 'pacman -S --asdeps --needed extra/libmtp'
    [2012-08-06 22:08] installed libmtp (1.1.3-1)
    [2012-08-06 22:08] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.0Uc/android-udev-1.3-4-any.pkg.tar.xz'
    [2012-08-06 22:08] ===> In order to use adb, you have to be in the 'adbusers' group
    [2012-08-06 22:08] ===> For that, use: gpasswd -a USERNAME adbusers
    [2012-08-06 22:08] installed android-udev (1.3-4)
    [2012-08-06 22:08] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.n8w/fastboot-20110628-2-any.pkg.tar.xz'
    [2012-08-06 22:08] installed fastboot (20110628-2)
    [2012-08-06 22:09] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.aCT/pngcrush-1.7.35-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:09] upgraded pngcrush (1.7.31-1 -> 1.7.35-1)
    [2012-08-06 22:09] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.ZNg/repo-git-20120806-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:10] Running 'pacman -S abs base-devel perl git gnupg flex bison gperf zip unzip sdl wxgtk squashfs-tools ncurses libpng zlib libusb libusb-compat readline alsa-lib openal'
    [2012-08-06 22:11] Running 'pacman -S lib32-gcc-libs lib32-glibc lib32-libx11 lib32-libxau lib32-libxcb lib32-libxdmcp lib32-libxext lib32-libxrender lib32-alsa-lib lib32-libstdc++5 lib32-libxv lib32-ncurses lib32-openal lib32-sdl lib32-zlib swt'
    [2012-08-06 22:11] upgraded lib32-glibc (2.16.0-2 -> 2.16.0-2)
    [2012-08-06 22:11] upgraded lib32-gcc-libs (4.7.1-5 -> 4.7.1-5)
    [2012-08-06 22:11] upgraded lib32-libxdmcp (1.1.1-1 -> 1.1.1-1)
    [2012-08-06 22:11] upgraded lib32-libxau (1.0.7-1 -> 1.0.7-1)
    [2012-08-06 22:11] upgraded lib32-libxcb (1.8.1-2 -> 1.8.1-2)
    [2012-08-06 22:11] upgraded lib32-libx11 (1.5.0-1 -> 1.5.0-1)
    [2012-08-06 22:11] upgraded lib32-libxext (1.3.1-1 -> 1.3.1-1)
    [2012-08-06 22:11] upgraded lib32-libxrender (0.9.7-1 -> 0.9.7-1)
    [2012-08-06 22:11] upgraded lib32-alsa-lib (1.0.25-1 -> 1.0.25-1)
    [2012-08-06 22:11] upgraded lib32-libstdc++5 (3.3.6-6 -> 3.3.6-6)
    [2012-08-06 22:11] upgraded lib32-libxv (1.0.7-1 -> 1.0.7-1)
    [2012-08-06 22:11] upgraded lib32-ncurses (5.9-1 -> 5.9-1)
    [2012-08-06 22:11] upgraded lib32-openal (1.14-1 -> 1.14-1)
    [2012-08-06 22:11] upgraded lib32-sdl (1.2.15-2 -> 1.2.15-2)
    [2012-08-06 22:11] upgraded lib32-zlib (1.2.7-1 -> 1.2.7-1)
    [2012-08-06 22:11] upgraded swt (3.7.2-1 -> 3.7.2-1)
    [2012-08-06 22:11] Running 'pacman -S gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-readline lib32-glibc lib32-zlib'
    [2012-08-06 22:12] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.u2K/lib32-libusb-1.0.9-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:12] installed lib32-libusb (1.0.9-1)
    [2012-08-06 22:12] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.ENc/lib32-libusb-compat-0.1.4-2-x86_64.pkg.tar.xz'
    [2012-08-06 22:12] installed lib32-libusb-compat (0.1.4-2)
    [2012-08-06 22:16] Running 'pacman -S ps3mediaserver'
    [2012-08-06 22:17] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.WIi/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-06 22:17] upgraded pms (1.60.0-1 -> 1.60.0-2)
    [2012-08-06 22:18] Running 'pacman -Syu'
    [2012-08-06 22:18] synchronizing package lists
    [2012-08-06 22:18] starting full system upgrade
    [2012-08-06 22:18] Running 'pacman -Syu'
    [2012-08-06 22:18] synchronizing package lists
    [2012-08-06 22:18] starting full system upgrade
    [2012-08-06 22:20] upgraded bison (2.6-1 -> 2.6.2-1)
    [2012-08-06 22:20] upgraded chromium (20.0.1132.57-2 -> 21.0.1180.57-1)
    [2012-08-06 22:20] upgraded libldap (2.4.31-4 -> 2.4.32-1)
    [2012-08-06 22:20] upgraded krb5 (1.10.2-2 -> 1.10.2-3)
    [2012-08-06 22:20] upgraded cifs-utils (5.5-1 -> 5.6-2)
    [2012-08-06 22:20] upgraded cryptsetup (1.4.3-1 -> 1.5.0-1)
    [2012-08-06 22:20] upgraded curl (7.26.0-1 -> 7.27.0-1)
    [2012-08-06 22:20] upgraded flex (2.5.36-1 -> 2.5.37-1)
    [2012-08-06 22:20] upgraded fuse (2.9.0-1 -> 2.9.1-1)
    [2012-08-06 22:20] upgraded git (1.7.11.3-1 -> 1.7.11.4-1)
    [2012-08-06 22:20] upgraded gnutls (3.0.21-2 -> 3.0.22-1)
    [2012-08-06 22:20] upgraded hwids (20120711-1 -> 20120730-1)
    [2012-08-06 22:20] upgraded nvidia-utils (302.17-1 -> 304.32-1)
    [2012-08-06 22:20] upgraded lib32-nvidia-utils (302.17-1 -> 304.32-1)
    [2012-08-06 22:20] upgraded libcups (1.5.4-1 -> 1.6.1-2)
    [2012-08-06 22:20] upgraded libmysqlclient (5.5.25.a-1 -> 5.5.27-1)
    [2012-08-06 22:20] upgraded libsystemd (187-2 -> 187-4)
    [2012-08-06 22:20] upgraded libthai (0.1.17-1 -> 0.1.18-1)
    [2012-08-06 22:20] upgraded systemd-tools (187-2 -> 187-4)
    [2012-08-06 22:20] upgraded mkinitcpio (0.9.2-2 -> 0.10-1)
    [2012-08-06 22:20] >>> Updating module dependencies. Please wait ...
    [2012-08-06 22:20] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-08-06 22:20] ==> Building image from preset: 'default'
    [2012-08-06 22:20] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-08-06 22:20] ==> Starting build: 3.4.7-1-ARCH
    [2012-08-06 22:20] -> Running build hook: [base]
    [2012-08-06 22:20] -> Running build hook: [udev]
    [2012-08-06 22:20] -> Running build hook: [autodetect]
    [2012-08-06 22:20] -> Running build hook: [pata]
    [2012-08-06 22:20] -> Running build hook: [scsi]
    [2012-08-06 22:20] -> Running build hook: [sata]
    [2012-08-06 22:20] -> Running build hook: [filesystems]
    [2012-08-06 22:20] -> Running build hook: [usbinput]
    [2012-08-06 22:20] -> Running build hook: [fsck]
    [2012-08-06 22:20] ==> Generating module dependencies
    [2012-08-06 22:20] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-08-06 22:20] ==> Image generation successful
    [2012-08-06 22:20] ==> Building image from preset: 'fallback'
    [2012-08-06 22:20] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-08-06 22:20] ==> Starting build: 3.4.7-1-ARCH
    [2012-08-06 22:20] -> Running build hook: [base]
    [2012-08-06 22:20] -> Running build hook: [udev]
    [2012-08-06 22:20] -> Running build hook: [pata]
    [2012-08-06 22:20] -> Running build hook: [scsi]
    [2012-08-06 22:20] -> Running build hook: [sata]
    [2012-08-06 22:20] -> Running build hook: [filesystems]
    [2012-08-06 22:20] -> Running build hook: [usbinput]
    [2012-08-06 22:20] -> Running build hook: [fsck]
    [2012-08-06 22:20] ==> Generating module dependencies
    [2012-08-06 22:20] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-08-06 22:20] ==> Image generation successful
    [2012-08-06 22:20] upgraded linux (3.4.6-1 -> 3.4.7-1)
    [2012-08-06 22:20] upgraded mysql-clients (5.5.25.a-1 -> 5.5.27-1)
    [2012-08-06 22:20] upgraded mysql (5.5.25.a-1 -> 5.5.27-1)
    [2012-08-06 22:20] upgraded nspr (4.9.1-1 -> 4.9.2-1)
    [2012-08-06 22:20] upgraded nvidia (302.17-4 -> 304.32-1)
    [2012-08-06 22:20] upgraded tzdata (2012d-1 -> 2012e-1)
    [2012-08-06 22:20] upgraded xf86-input-evdev (2.7.1-1 -> 2.7.2-1)
    [2012-08-06 22:23] Running 'pacman -S openjdk'
    [2012-08-06 22:23] Running 'pacman -S jdk7-openjdk'
    [2012-08-06 22:24] upgraded jdk7-openjdk (7.u5_2.2.1-1 -> 7.u5_2.2.1-1)
    [2012-08-06 22:24] Running 'pacman -S jre7-openjdk'
    [2012-08-06 22:24] upgraded jre7-openjdk (7.u5_2.2.1-1 -> 7.u5_2.2.1-1)
    [2012-08-06 22:25] Running 'pacman -R pms'
    [2012-08-06 22:25] warning: /opt/pms/PMS.conf saved as /opt/pms/PMS.conf.pacsave
    [2012-08-06 22:25] removed pms (1.60.0-2)
    [2012-08-06 22:26] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.QTF/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-06 22:26] installed pms (1.60.0-2)
    [2012-08-06 22:26] Running 'pacman -S vlc'
    [2012-08-06 22:26] installed libdvbpsi (0.2.2-1)
    [2012-08-06 22:26] installed sdl_image (1.2.12-2)
    [2012-08-06 22:26] installed libdvdread (4.2.0-1)
    [2012-08-06 22:26] installed libdvdnav (4.2.0-2)
    [2012-08-06 22:26] installed libkate (0.4.1-3)
    [2012-08-06 22:26] installed libtiger (0.3.4-3)
    [2012-08-06 22:26] installed libebml (1.2.2-2)
    [2012-08-06 22:26] installed libmatroska (1.3.0-2)
    [2012-08-06 22:26] installed zvbi (0.2.33-4)
    [2012-08-06 22:26] installed taglib (1.7.2-2)
    [2012-08-06 22:26] installed libmpcdec (1.2.6-3)
    [2012-08-06 22:26] installed libupnp (1.6.17-1)
    [2012-08-06 22:26] installed libshout (1:2.3.0-1)
    [2012-08-06 22:26] installed libmpeg2 (0.5.1-3)
    [2012-08-06 22:26] installed libmodplug (0.8.8.4-1)
    [2012-08-06 22:26] installed ttf-freefont (20120503-1)
    [2012-08-06 22:26] installed vlc (2.0.3-2)
    [2012-08-06 22:26] Running 'pacman -S lib32-gcc-libs lib32-glibc'
    [2012-08-06 22:26] upgraded lib32-glibc (2.16.0-2 -> 2.16.0-2)
    [2012-08-06 22:26] upgraded lib32-gcc-libs (4.7.1-5 -> 4.7.1-5)
    [2012-08-07 11:44] Running 'pacman --noconfirm --asdeps -S -- pacman-color'
    [2012-08-07 11:44] installed pacman-color (4.0.3-1)
    [2012-08-07 11:44] Running 'pacman -U packer-color-20120807-1-any.pkg.tar.xz'
    [2012-08-07 11:44] installed packer-color (20120807-1)
    [2012-08-07 11:50] Running 'pacman-color -S packer'
    [2012-08-07 15:50] Running 'pacman -Syyu'
    [2012-08-07 15:50] synchronizing package lists
    [2012-08-07 15:50] starting full system upgrade
    [2012-08-07 15:50] upgraded libwbclient (3.6.6-1 -> 3.6.7-1)
    [2012-08-07 15:51] upgraded smbclient (3.6.6-1 -> 3.6.7-1)
    [2012-08-07 15:51] Running 'pacman -Sy'
    [2012-08-07 15:51] synchronizing package lists
    [2012-08-07 15:51] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.77j/rutorrent-plugins-3.4-3-any.pkg.tar.xz'
    [2012-08-07 15:51] upgraded rutorrent-plugins (3.4-2 -> 3.4-3)
    [2012-08-07 15:51] Running 'pacman -Sy'
    [2012-08-07 15:51] synchronizing package lists
    [2012-08-07 16:02] Running 'pacman-color -S crontab'
    [2012-08-07 16:02] Running 'pacman-color -S cronjob'
    [2012-08-07 16:02] Running 'pacman-color -S cron'
    [2012-08-07 16:02] upgraded cronie (1.4.8-2 -> 1.4.8-2)
    [2012-08-07 16:04] Running 'pacman-color -S cronie'
    [2012-08-07 16:05] Running 'pacman-color -S esmtp procmail'
    [2012-08-07 16:05] installed libesmtp (1.0.6-2)
    [2012-08-07 16:05] installed esmtp (1.2-4)
    [2012-08-07 16:05] installed procmail (3.22-5)
    [2012-08-08 12:10] Running 'pacman -Sy'
    [2012-08-08 12:10] synchronizing package lists
    [2012-08-08 12:12] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.82R/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-08 12:12] upgraded pms (1.60.0-2 -> 1.60.0-2)
    [2012-08-08 18:02] Running 'pacman -R pms'
    [2012-08-08 18:02] removed pms (1.60.0-2)
    [2012-08-08 18:02] Running 'pacman -Sy'
    [2012-08-08 18:02] synchronizing package lists
    [2012-08-08 18:03] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.BkP/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-08 18:03] installed pms (1.60.0-2)
    [2012-08-08 18:17] Running 'pacman -S extra/icedtea-web'
    [2012-08-08 18:17] Running 'pacman -S extra/icedtea-web-java7'
    [2012-08-08 18:18] installed icedtea-web-java7 (1.2.1-2)
    [2012-08-08 18:36] Running 'pacman -R pms'
    [2012-08-08 1

    shadowlurker wrote:
    It's problem in pam configuration files. You need to create files useradd, userdel, groupadd and groupdel in /etc/pam.d/ directory with following content:
    auth sufficient pam_rootok.so
    auth required pam_unix.so
    account required pam_unix.so
    session required pam_unix.so
    password required pam_permit.so
    You da man! I also had to add grpconv and chage to get filesystem working but all seems well now thanks!
    Doug piston had me try something that I think will help anyone else who has this problem.  Try re-installing pambase and shadow.  It generated back most of any I was missing.
    Last edited by shauder (2012-11-03 00:55:19)

  • Problem with linux installation on Thinkpad T410i

    Hello everyone. I have a problem with an installation of Linux (Debian). Installation ended in my Thinkpad T410i, but when you are starting, the computer constantly restarts. With windows does not happen. What's the problem?
    Probe with two versions: one with and one without GUI, and always restarts during startup stage or just finish loading the operating system. If eligo Windows in GRUB, the pc works normally.
    I appreciate any help you can give me.

    Madhukar,
    Check the below forums which also discuss about same problem like yours.
    Trouble with SAP system installation GUI
    error in installation of solution manager
    Regards,
    Debasis.

  • [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]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.

  • Installing Multiple Operating Systems with grub and Arch Linux

    NOTE: Please keep in mind that there are many different ways to achieve this same result using various loop and ramdisk methods, read this with a separate window to jot down your comments and suggestions... this is ongoing for me so any help would be appreciated!
    Read the full article at Install Multiple Os without cds
    This is my first post and I plan on making this topic an official HOWTO with www.tldp.org.
    I have been into the computer security scene since 1990, but I realized that I had very little experience with the various LInux, Unix, and alternative Operating systems out there.
    I have a CD-RW drive but being a struggling computer security researcher I had no money for blank cd-recordables.  What follows is how I managed to install various operating systems on my computer (1 hard drive) without having to burn to a CD the ISO and then boot from that.
    I first partitioned my 120GB harddrive into 10 partitions, the 2nd partition is a small swap and the last partition is extra large because it holds all the ISO images..
    I then wrote a small shell script to automatically download (I love wget!)  the following.
    OpenBSD
    IpCOP
    Libranet
    Arch-Linux
    Fire
    Local Area Security
    Packet Master
    Devil-Linux
    FreeBSD
    Knoppix
    Helix
    Gentoo
    Yoper-Linux
    NetBSD
    RedHat
    Slackware
    The script also downloaded Installation manuals and md5 checksums.. (let me know if I should post... its pretty unsophisticated
    I installed Slackware (personal favorite) on hda1 using my last blank CD-R, note that I do not have a separate boot partitino.  (Should I?).  I also installed grub on the MBR.  I love grub, if you read through the man pages and all info you can find about grub, you can learn a whole lot.  Grub has much more features and capability than lilo, even though lilo comes installed by default with slack.
    I organize my kernel situation as follows...  In my /boot directory, I mkdir KERNEL, CONFIG, MAP, INITRD and that is a good way for me to keep my kernels and everything organized..  Another good way is a separate dir for each new kernel. 
    Since Arch-Linux is a solid distro, I'll use that as a first example.
    Here is the Arch-Linux section of my shell script
    goge Arch-Linux
    $w http://puzzle.dl.sourceforge.net/sourceforge/archlinux/arch-0.6.iso
    $w http://unc.dl.sourceforge.net/sourceforge/archlinux/arch-0.6.md5sum
    $w http://www.archlinux.org/docs/en/guide/install/arch-install-guide.html
    md55
    cat arch-0.6.md5sum
    md5sum arch-0.6.iso
    md55
    The first thing to do is to mount the downloaded ISO image so we can use it as if it were an actual CD.
    mount -t iso9660 -o ro,loop=/dev/loop0 cdimage /mnt/cdrom
    Where cdimage= the ISO image.   EX. /usr/local/src/ISO/Linux/Arch-Linux/arch-0.6.iso
    This mounts the iso as /mnt/cdrom.
    Next you need to copy /mnt/cdrom to a separate partition for the booting process.  So mkfs.ext2 /dev/hda9.  ( I prefer reiserfs or even XFS to ext but if you use something other than ext2 you could run into some problems because some of the installation kernels and initrds don't include support for reiserfs and so can't recognize the files.  Although you could use mkinitrd to create a new initrd with reiserfs support, that might be pushin it IMO...   I use the 9th partition consistently for this.  I know there is a "right" way to copy the /mnt/cdrom files so everything stays the way it is supposed too, using tar or cpio, but I'm lazy so I just do cp -rp.   
    (What is the tar or cpio commands to copy with correct permissions etc??)
    So you mount the 9th partition as whatever, say /mnt/hd and then copy the files.  Now what?
    Now edit your /boot/grub/menu.lst file to include the specific options to boot arch-linux installation. 
    A good idea is to find the isolinux.cfg file somewhere on the distro cd, this will tell you what to include in the menu.lst.
    Here is the section in my menu.lst
    title Arch Install
    root (hd0,8)
    kernel /isolinux/vmlinuz load_ramdisk=1 prompt_ramdisk=0 root=/dev/rd/0
    initrd=/isolinux/initrd.img
    This should be self-explanatory.  The root (hd0,8) is pointing to partition 9.  So the rest of the commands start from partition 9. 
    When you experience problems, remember you can always edit the grub boot options by typing 'e' and then edit the section.  Also, a good idea is to include several variations in your menu.lst so you can easily try other ways to boot efficiently.  And, remember to read up on all the installation guides that come with your distro, specifically, hard-disk installs. 
    There are special cases, Gentoo, has a semi-new compressed filesystem called squashfs.  BTW, this is AWESOME, so check it out.  It has to be compiled into the kernel, so some work is in order, but use this recompile to optimize your kernel.  You can get the squashfs patch for almost any kernel.  I use the latest stable 2.6 kernel.  Squashfs is incredible and although I don't think you need it to install from ISO, you do need it to expand the livecd.squashfs filesystem that comes with the cd.
    Heres a sample Gentoo section from my menu.lst
    title Gentoo Install
    root (hd0,8)
    kernel /isolinux/gentoo root=/dev/ram0
    initrd=/isolinux/gentoo.igz init=/linuxrc acpi=off looptype=squashfs loop=/livecd.squashfs cdroot vga=791 splash=silent
    A nother' tip is the shell that is provided if you experience problems, typically busybox or ash.  The key tools to get you going from here is mount and chroot.  Sometimes you will need to manually create a simulated file system and then chroot into it.  For instance, you might have to create boot, etc, bin, directories on the target partition. 
    I generally install each OS onto the next partition (careful of the logical partition) and add it to my menu.lst after install.  A good idea is after installation, copy the kernel and initrd(if there is one) to the slackware(or whatever) boot partition on hda1.  I copy kernels to /boot/KERNEL/ and initrd's to /boot/INITRD, then menu.lst is more organized...
    You then need to add an updated section to your menu.lst (just comment out the install section for later)
    Here is the finished arch-linux section from menu.lst
    title Arch Linux 6
    root (hd0,2)
    kernel /boot/vmlinuz26 ro root=/dev/hdc3
    This doesn't use my convenient boot/KERNEL/vmlinuz26 as you can tell by setting the root to partition 3.
    ***NOTE: Make a backup of MBR using dd and save to floppy, also backup the partition table to floppy, using cfdisk or parted.  And boot disks (I use 1 with grub, and 1 with slack, and tomsbootdisk) will invariably come in handy.  Tomsbootdisk is recommended, and make the grub boot disk when you install grub.  install to floppy.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    The final result after some fun experimenting, is when I boot, I have a cool grub boot screen come up with the option to boot into whatever OS I want, this is handy for multiple reasons.  One good thing to do after this is to port scan and vuln scan each OS, after you update of course.  Write this stuff down and you will know the weaknesses/strengths of the various OS's. 
    I can boot a custom Firewall, snort, or multiple honeypots using this procedure, as well as a graphical kde environment with a kernel optimized for graphics and my processor/architecture, or an environment devoted to forensics or even an environment suitable for programming.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    P.S. Some of the cooler alternative operating systems are BeOS 5, EOS, ER_OS, V2_OS, and my personal favorite Menuet.  Menuet is 100% assembly graphical operating system that fits on a floppy.  Its f'in money!
    This should be a good enough example to get you started, this kind of thing should be learned and not just copied... Knowing how to do this stuff could prove to be exceptionally useful...

    Start by reading all the articles built-in on your Mac - Help > Mac Help, search "printer sharing."
    http://desk.stinkpot.org:8080/tricks/index.php/2008/04/how-to-print-to-a-cups-se rver-from-mac-os-x/
    http://www.macosxhints.com/article.php?story=20080324224027152&query=share%2Bpri nter
    http://members.cox.net/18james/osxprintersharing.html
    http://ubuntuforums.org/archive/index.php/t-56940.html

  • Problem with i915 Intel driver panic..

    Hello,
    I just recently reinstalled Arch on my laptop.  I have a problem with my laptop. When I went to install the Nvidia Optimus stuff and configure my Xorg.conf I was met with problems with the Intel Driver timing out.  When I boot up I get the normal post screen, then grub, I then go to see the GDM login and instead of getting it I just get a black screen.  When I remove the /etc/X11/xorg.conf.d/10-monitor.conf I can boot into Gnome Shell, else I have to switch run levels and login that way.  I have every package up-to-date.  And I haven't seen an /var/log/Xorg.0.log either else I would have posted it.  One other thing is I have added my user account to the Bumblebee account.  One other thing is when I move my web browser around my video flickers..  Any help I can receive with this would be greatly appreciated.
    uname -a
    Linux tux 3.17.1-1-ARCH #1 SMP PREEMPT Wed Oct 15 15:04:35 CEST 2014 x86_64 GNU/Linux
    pacman -q xf86-video-intel:
    xf86-video-intel 2.99.916-3
    pacman -Q xorg-server
    xorg-server 1.16.1-1
    pacman -Q primus
    primus 20131226-1
    pacman -Q mesa
    mesa 10.3.1-1
    pacman -Q lib32-primus
    lib32-primus 20131226-1
    pacman -Q bbswitch
    bbswitch 0.8-18
    pacman -Q gdm
    gdm 3.14.1-1
    pacman -q systemd
    systemd 216-3
    dmesg | grep i915
    [ 1.982842] i915 0000:00:02.0: irq 36 for MSI/MSI-X
    [ 2.099424] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
    [ 2.127859] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 2.127862] i915 0000:00:02.0: registered panic notifier
    [ 2.147795] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
    /etc/X11/xorg.conf.d/20-intel.conf
    Section "Device"
    Identifier "Intel"
    Driver "intel"
    Option "AccelMethod" "sna"
    Option "TearFree" "true"
    Option "monitor-LVDS" "Monitor0"
    BusID "PCI:0:2:0"
    EndSection
    /etc/X11/xorg.conf.d/10-keyboard.conf
    Section "InputClass"
    Identifier "Keyboard0"
    MatchIsKeyboard "on"
    Option "XkbLayout" "us"
    Option "XkbModel" "pc104"
    Option "XkbVariant" ",qwerty"
    EndSection
    /etc/X11/xorg.conf.d/50-synaptic.conf
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    /etc/X11/xorg.conf.d/10-monitor.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Intel"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    sudo lspci -v
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04c8
    Flags: bus master, fast devsel, latency 0, IRQ 36
    Memory at d1400000 (64-bit, non-prefetchable) [size=4M]
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    I/O ports at 7000 [size=64]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [d0] Power Management version 2
    Capabilities: [a4] PCI Advanced Features
    Kernel driver in use: i915
    Kernel modules: i915
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 04c8
    Flags: bus master, fast devsel, latency 0, IRQ 7
    Memory at d0000000 (32-bit, non-prefetchable) [size=16M]
    Memory at a0000000 (64-bit, prefetchable) [size=256M]
    Memory at b0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at 6000 [disabled] [size=128]
    Expansion ROM at d1000000 [disabled] [size=512K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Endpoint, MSI 00
    Capabilities: [b4] Vendor Specific Information: Len=14 <?>
    Capabilities: [100] Virtual Channel
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Kernel modules: nouveau, nvidia
    xrandr -q
    [adramalech@tux log]$ xrandr
    Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
    LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 256mm x 144mm
    1366x768 60.05*+
    1024x768 60.00
    800x600 60.32 56.25
    640x480 59.94
    VGA1 disconnected (normal left inverted right x axis y axis)
    VIRTUAL1 disconnected (normal left inverted right x axis y axis)
    cat /proc/bus/input/devices
    I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
    N: Name="AT Translated Set 2 keyboard"
    P: Phys=isa0060/serio0/input0
    S: Sysfs=/devices/platform/i8042/serio0/input/input0
    U: Uniq=
    H: Handlers=sysrq kbd event0
    B: PROP=0
    B: EV=120013
    B: KEY=402000000 380307af800d001 feffffdfffefffff fffffffffffffffe
    B: MSC=10
    B: LED=7
    I: Bus=0019 Vendor=0000 Product=0005 Version=0000
    N: Name="Lid Switch"
    P: Phys=PNP0C0D/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    U: Uniq=
    H: Handlers=event1
    B: PROP=0
    B: EV=21
    B: SW=1
    I: Bus=0019 Vendor=0000 Product=0001 Version=0000
    N: Name="Power Button"
    P: Phys=LNXPWRBN/button/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    U: Uniq=
    H: Handlers=kbd event2
    B: PROP=0
    B: EV=3
    B: KEY=10000000000000 0
    I: Bus=0010 Vendor=001f Product=0001 Version=0100
    N: Name="PC Speaker"
    P: Phys=isa0061/input0
    S: Sysfs=/devices/platform/pcspkr/input/input4
    U: Uniq=
    H: Handlers=kbd event3
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0001 Vendor=10ec Product=0665 Version=0001
    N: Name="HDA Digital PCBeep"
    P: Phys=card0/codec#0/beep0
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input6
    U: Uniq=
    H: Handlers=kbd event4
    B: PROP=0
    B: EV=40001
    B: SND=6
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Mic"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    U: Uniq=
    H: Handlers=event5
    B: PROP=0
    B: EV=21
    B: SW=10
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    U: Uniq=
    H: Handlers=event6
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0000 Vendor=0000 Product=0000 Version=0000
    N: Name="HDA Intel PCH Headphone"
    P: Phys=ALSA
    S: Sysfs=/devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    U: Uniq=
    H: Handlers=event7
    B: PROP=0
    B: EV=21
    B: SW=4
    I: Bus=0019 Vendor=0000 Product=0000 Version=0000
    N: Name="Dell WMI hotkeys"
    P: Phys=wmi/input0
    S: Sysfs=/devices/virtual/input/input10
    U: Uniq=
    H: Handlers=kbd rfkill event8
    B: PROP=0
    B: EV=13
    B: KEY=1500b00000000 200300000 0 0
    B: MSC=10
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input11
    U: Uniq=
    H: Handlers=kbd event9
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0019 Vendor=0000 Product=0006 Version=0000
    N: Name="Video Bus"
    P: Phys=LNXVIDEO/video/input0
    S: Sysfs=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input12
    U: Uniq=
    H: Handlers=kbd event10
    B: PROP=0
    B: EV=3
    B: KEY=3e000b00000000 0 0 0
    I: Bus=0003 Vendor=0c45 Product=6430 Version=1208
    N: Name="Laptop_Integrated_Webcam_2M"
    P: Phys=usb-0000:00:1d.0-1.4/button
    S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13
    U: Uniq=
    H: Handlers=kbd event11
    B: PROP=0
    B: EV=3
    B: KEY=100000 0 0 0
    I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
    N: Name="SynPS/2 Synaptics TouchPad"
    P: Phys=isa0060/serio1/input0
    S: Sysfs=/devices/platform/i8042/serio1/input/input5
    U: Uniq=
    H: Handlers=event12 mouse0
    B: PROP=9
    B: EV=b
    B: KEY=6420 30000 0 0 0 0
    B: ABS=260800011000003
    glxinfo | grep OpenGL
    OpenGL vendor string: Intel Open Source Technology Center
    OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
    OpenGL core profile version string: 3.1 (Core Profile) Mesa 10.3.1
    OpenGL core profile shading language version string: 1.40
    OpenGL core profile context flags: (none)
    OpenGL core profile extensions:
    OpenGL version string: 3.0 Mesa 10.3.1
    OpenGL shading language version string: 1.30
    OpenGL context flags: (none)
    OpenGL extensions:
    OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.3.1
    OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.0
    OpenGL ES profile extensions:
    sudo glxgears -info
    Running synchronized to the vertical refresh. The framerate should be
    approximately the same as the monitor refresh rate.
    GL_RENDERER = Mesa DRI Intel(R) Sandybridge Mobile
    GL_VERSION = 3.0 Mesa 10.3.1
    GL_VENDOR = Intel Open Source Technology Center
    GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_AMD_performance_monitor GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_timer_query GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_compressed_texture_pixel_storage GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_clear_buffer_object GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_invalidate_subdata GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_multi_bind GL_ARB_seamless_cubemap_per_texture GL_ARB_texture_mirror_clamp_to_edge GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_INTEL_performance_query GL_ARB_conditional_render_inverted
    VisualID 32, 0x20

    Hi
    I assume you have installed the graphic card driver from the Intel website and you use NOT a Toshiba graphic driver which was designed especially for the notebook usage.
    Well, Toshiba recommend using the Toshiba drivers. In this case you should try to use the recommended graphic driver which you can download from the Toshiba driver page.

  • Problem with NVIDIA card

    Hello,
    I'm using a Sony VAIO-VGNFE41Z notebook with the NVIDIA GeForce Go 7600 graphics card. Approximately four days ago the card started to display artifacts on the screen even before the appearance of the VAIO logo during the BIOS initialization process. These artifacts look like green dotted squares, blue randomly placed rectangles and vertical green dotted lines. Since these artifacts appear even before grub takes over the boot process, I really think that this is a hardware issue.
    After the appearance of these artifacts the X server doesn't start up but I still have access to the text console and "nvidia-debugdump -l" displays the following:
    NVIDIA: could not open the device file /dev/nvidia0 (Input/output error).
    Error: nvmlInit(): Driver Not Loaded
    What bothers me however is the fact that I've been using Archlinux on my notebook for approximately one year and before that I used Windows XP for approximately seven years. So my question is whether or not it is possible that the proprietary NVIDIA drivers somehow slowly "destroyed" the graphics card perhaps due to incorrect temperature readings? This is the installation history for these proprietary drivers:
    [2014-05-29 11:03] [PACMAN] Running 'pacman -S nvidia-304xx'
    [2014-05-29 11:03] [PACMAN] installed nvidia-304xx-utils (304.121-2)
    [2014-05-29 11:03] [PACMAN] installed nvidia-304xx-libgl (304.121-2)
    [2014-05-29 11:04] [ALPM-SCRIPTLET] In order to use nvidia module, reboot the system.
    [2014-05-29 11:04] [PACMAN] installed nvidia-304xx (304.121-3)
    [2014-05-29 11:05] [PACMAN] Running 'pacman -S gtk2 opencl-nvidia-304xx'
    [2014-05-29 11:06] [PACMAN] installed opencl-nvidia-304xx (304.121-2)
    [2014-05-29 12:59] [ALPM-SCRIPTLET] >> If you have an NVIDIA card that supports libvdpau or Broadcom Crystal HD chips,
    [2014-05-29 12:59] [ALPM-SCRIPTLET] >> If you run into problems, please contact nVidia or Broadcom along with your system config info / driver version.
    [2014-06-03 14:30] [PACMAN] Running 'pacman -Sc nvidia-utils'
    [2014-06-18 20:19] [PACMAN] upgraded nvidia-304xx (304.121-3 -> 304.121-5)
    [2014-06-29 21:42] [PACMAN] upgraded nvidia-304xx-utils (304.121-2 -> 304.121-3)
    [2014-06-29 21:42] [PACMAN] upgraded nvidia-304xx-libgl (304.121-2 -> 304.121-3)
    [2014-06-29 21:42] [PACMAN] upgraded opencl-nvidia-304xx (304.121-2 -> 304.121-3)
    [2014-07-03 19:43] [PACMAN] upgraded nvidia-304xx (304.121-5 -> 304.121-6)
    [2014-07-13 19:27] [PACMAN] upgraded nvidia-304xx-utils (304.121-3 -> 304.123-1)
    [2014-07-13 19:27] [PACMAN] upgraded nvidia-304xx-libgl (304.121-3 -> 304.123-1)
    [2014-07-13 19:27] [PACMAN] upgraded nvidia-304xx (304.121-6 -> 304.123-1)
    [2014-07-13 19:27] [PACMAN] upgraded opencl-nvidia-304xx (304.121-3 -> 304.123-1)
    [2014-07-29 14:10] [PACMAN] upgraded nvidia-304xx (304.123-1 -> 304.123-2)
    [2014-07-29 21:56] [PACMAN] upgraded nvidia-304xx (304.123-2 -> 304.123-3)
    [2014-07-30 11:35] [PACMAN] upgraded nvidia-304xx (304.123-3 -> 304.123-4)
    [2014-08-13 12:21] [PACMAN] upgraded nvidia-304xx (304.123-4 -> 304.123-5)
    [2014-09-18 19:12] [PACMAN] upgraded nvidia-304xx (304.123-5 -> 304.123-6)
    [2014-10-06 20:18] [PACMAN] upgraded nvidia-304xx (304.123-6 -> 304.123-7)
    [2014-10-23 13:10] [PACMAN] upgraded nvidia-304xx (304.123-7 -> 304.123-9)
    [2014-11-26 20:17] [PACMAN] upgraded nvidia-304xx (304.123-9 -> 304.123-10)
    [2014-12-05 20:41] [PACMAN] upgraded nvidia-304xx-utils (304.123-1 -> 304.125-1)
    [2014-12-05 20:41] [PACMAN] upgraded nvidia-304xx-libgl (304.123-1 -> 304.125-1)
    [2014-12-05 20:41] [PACMAN] upgraded nvidia-304xx (304.123-10 -> 304.125-1)
    [2014-12-05 20:41] [PACMAN] upgraded opencl-nvidia-304xx (304.123-1 -> 304.125-1)
    [2014-12-11 21:30] [PACMAN] upgraded nvidia-304xx (304.125-1 -> 304.125-2)
    [2015-01-15 15:06] [ALPM] upgraded nvidia-304xx (304.125-2 -> 304.125-6)
    [2015-02-06 14:47] [ALPM] upgraded nvidia-304xx (304.125-6 -> 304.125-8)
    [2015-02-08 14:09] [ALPM] upgraded nvidia-304xx (304.125-8 -> 304.125-9)
    [2015-03-19 16:28] [ALPM] upgraded nvidia-304xx (304.125-9 -> 304.125-13)
    [2015-04-07 10:12] [ALPM] upgraded nvidia-304xx (304.125-13 -> 304.125-14)
    Is it possible that the last update on 2015-04-07 somehow messed up the graphics card? Although I find it weird, because the problems didn't appear until 2015-04-10. Nevertheless the temperature readings don't seem to work. Here's the result of nvidia-smi:
    ==============NVSMI LOG==============
    Timestamp : Mon Apr 13 17:34:42 2015
    Driver Version : 304.125
    Attached GPUs : 1
    GPU 0000:01:00.0
    Product Name : GeForce Go 7600
    Display Mode : N/A
    Persistence Mode : N/A
    Driver Model
    Current : N/A
    Pending : N/A
    Serial Number : N/A
    GPU UUID : N/A
    VBIOS Version : 05.73.22.47.04
    Inforom Version
    Image Version : N/A
    OEM Object : N/A
    ECC Object : N/A
    Power Management Object : N/A
    GPU Operation Mode
    Current : N/A
    Pending : N/A
    PCI
    Bus : 0x01
    Device : 0x00
    Domain : 0x0000
    Device Id : 0x039810DE
    Bus Id : 0000:01:00.0
    Sub System Id : 0x81EF104D
    GPU Link Info
    PCIe Generation
    Max : N/A
    Current : N/A
    Link Width
    Max : N/A
    Current : N/A
    Fan Speed : N/A
    Performance State : N/A
    Clocks Throttle Reasons : N/A
    Memory Usage
    Total : 121 MB
    Used : 0 MB
    Free : 121 MB
    Compute Mode : N/A
    Utilization
    Gpu : N/A
    Memory : N/A
    Ecc Mode
    Current : N/A
    Pending : N/A
    ECC Errors
    Volatile
    Single Bit
    Device Memory : N/A
    Register File : N/A
    L1 Cache : N/A
    L2 Cache : N/A
    Texture Memory : N/A
    Total : N/A
    Double Bit
    Device Memory : N/A
    Register File : N/A
    L1 Cache : N/A
    L2 Cache : N/A
    Texture Memory : N/A
    Total : N/A
    Aggregate
    Single Bit
    Device Memory : N/A
    Register File : N/A
    L1 Cache : N/A
    L2 Cache : N/A
    Texture Memory : N/A
    Total : N/A
    Double Bit
    Device Memory : N/A
    Register File : N/A
    L1 Cache : N/A
    L2 Cache : N/A
    Texture Memory : N/A
    Total : N/A
    Temperature
    Gpu : N/A
    Power Readings
    Power Management : N/A
    Power Draw : N/A
    Power Limit : N/A
    Default Power Limit : N/A
    Min Power Limit : N/A
    Max Power Limit : N/A
    Clocks
    Graphics : N/A
    SM : N/A
    Memory : N/A
    Applications Clocks
    Graphics : N/A
    Memory : N/A
    Max Clocks
    Graphics : N/A
    SM : N/A
    Memory : N/A
    Compute Processes : N/A
    The temperature for the GPU isn't shown. However I don't know, whether or not it's supposed to be this way for the GO 7600 graphics card. Here are the details of an lspci call:
    01:00.0 VGA compatible controller: NVIDIA Corporation G73M [GeForce Go 7600] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Sony Corporation Device 81ef
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at d1000000 (32-bit, non-prefetchable) [size=16M]
    Region 1: Memory at b0000000 (64-bit, prefetchable) [size=256M]
    Region 3: Memory at d0000000 (64-bit, non-prefetchable) [size=16M]
    Region 5: I/O ports at 2000 [size=128]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [60] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Address: 0000000000000000 Data: 0000
    Capabilities: [78] Express (v1) Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <256ns, L1 <4us
    ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 128 bytes, MaxReadReq 512 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
    LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
    ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
    LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    Capabilities: [100 v1] Virtual Channel
    Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
    Arb: Fixed- WRR32- WRR64- WRR128-
    Ctrl: ArbSelect=Fixed
    Status: InProgress-
    VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
    Status: NegoPending- InProgress-
    Capabilities: [128 v1] Power Budgeting <?>
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    Today the screen suddenly went dark and it became impossible to switch off the laptop. I had to pull (and then insert) the power cable and restart the system. Here's the output of Xorg.0.log.old, journalctl:
    [ 5302.217] (EE) NVIDIA(0): Error recovery failed.
    [ 5302.217] (EE) NVIDIA(0): *** Aborting ***
    [ 5302.217] (EE)
    Fatal server error:
    [ 5302.217] (EE) Failed to recover from error!
    [ 5302.217] (EE)
    [ 5302.217] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 5302.217] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 5302.217] (EE)
    [ 5305.218] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x000009e8, 0x00001288)
    [ 5312.217] (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x000009e8, 0x00001288)
    [ 5315.225] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x000009e8, 0x000012bc)
    [ 5322.226] (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x000009e8, 0x000012bc)
    [ 5325.226] (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x000009e8, 0x000012d8)
    [ 5332.226] (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x000009e8, 0x000012d8)
    [ 5335.227] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001304)
    [ 5342.227] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001304)
    [ 5345.228] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001328)
    [ 5352.228] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001328)
    [ 5355.229] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000134c)
    [ 5362.229] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000134c)
    [ 5365.230] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001370)
    [ 5372.230] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001370)
    [ 5375.231] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001394)
    [ 5382.231] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001394)
    [ 5385.232] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000013b8)
    [ 5392.232] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000013b8)
    [ 5395.233] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000013dc)
    [ 5402.233] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000013dc)
    [ 5405.234] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001400)
    [ 5412.234] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001400)
    [ 5415.235] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001424)
    [ 5422.235] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001424)
    [ 5425.236] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001448)
    [ 5432.236] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001448)
    [ 5435.237] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000146c)
    [ 5442.237] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000146c)
    [ 5445.238] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001490)
    [ 5452.238] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001490)
    [ 5455.239] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000014b4)
    [ 5462.239] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000014b4)
    [ 5465.240] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000014d8)
    [ 5472.240] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000014d8)
    [ 5475.241] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000014fc)
    [ 5482.241] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000014fc)
    [ 5485.242] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001520)
    [ 5492.242] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001520)
    [ 5495.243] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001544)
    [ 5502.243] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001544)
    [ 5505.244] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001568)
    [ 5512.244] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001568)
    [ 5515.245] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000158c)
    [ 5522.245] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000158c)
    [ 5525.246] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000015b0)
    [ 5532.246] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000015b0)
    [ 5535.247] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000015d4)
    [ 5542.247] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000015d4)
    [ 5545.248] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000015f8)
    [ 5552.248] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000015f8)
    [ 5555.249] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000161c)
    [ 5562.249] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000161c)
    [ 5565.250] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001640)
    [ 5572.250] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001640)
    [ 5575.251] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001664)
    [ 5582.251] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001664)
    [ 5585.252] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001688)
    [ 5592.252] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001688)
    [ 5595.253] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000016ac)
    [ 5602.253] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000016ac)
    [ 5605.254] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000016d0)
    [ 5612.254] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000016d0)
    [ 5615.255] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000016f4)
    [ 5622.255] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000016f4)
    [ 5625.256] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001718)
    [ 5632.256] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001718)
    [ 5635.257] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000173c)
    [ 5642.257] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000173c)
    [ 5645.258] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001760)
    [ 5652.258] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001760)
    [ 5655.259] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001784)
    [ 5662.259] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001784)
    [ 5665.260] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000017a8)
    [ 5672.260] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000017a8)
    [ 5675.261] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000017cc)
    [ 5682.261] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000017cc)
    [ 5685.262] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000017f0)
    [ 5692.262] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000017f0)
    [ 5695.263] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001814)
    [ 5702.263] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001814)
    [ 5705.264] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001838)
    [ 5712.264] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001838)
    [ 5715.265] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000185c)
    [ 5722.265] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000185c)
    [ 5725.266] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001880)
    [ 5732.266] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001880)
    [ 5735.267] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000018a4)
    [ 5742.267] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000018a4)
    [ 5745.268] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000018c8)
    [ 5752.268] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000018c8)
    [ 5755.269] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000018ec)
    [ 5762.269] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000018ec)
    [ 5765.270] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001910)
    [ 5772.270] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001910)
    [ 5775.271] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001934)
    [ 5782.271] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001934)
    [ 5785.272] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001958)
    [ 5792.272] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001958)
    [ 5795.273] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000197c)
    [ 5802.273] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000197c)
    [ 5805.274] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000019a0)
    [ 5812.274] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000019a0)
    [ 5815.275] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000019c4)
    [ 5822.275] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000019c4)
    [ 5825.276] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000019e8)
    [ 5832.276] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000019e8)
    [ 5835.277] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001a0c)
    [ 5842.277] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001a0c)
    [ 5845.278] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001a30)
    [ 5852.278] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001a30)
    [ 5855.279] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001a54)
    [ 5862.279] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001a54)
    [ 5865.280] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001a78)
    [ 5872.280] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001a78)
    [ 5875.281] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001a9c)
    [ 5882.281] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001a9c)
    [ 5885.282] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001ac0)
    [ 5892.282] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001ac0)
    [ 5895.283] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001ae4)
    [ 5902.283] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001ae4)
    [ 5905.284] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001b08)
    [ 5912.284] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001b08)
    [ 5915.285] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001b2c)
    [ 5922.285] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001b2c)
    [ 5925.286] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001b50)
    [ 5932.286] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001b50)
    [ 5935.287] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001b74)
    [ 5942.287] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001b74)
    [ 5945.288] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001b98)
    [ 5952.288] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001b98)
    [ 5955.289] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001bbc)
    [ 5962.289] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001bbc)
    [ 5965.290] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001be0)
    [ 5972.290] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001be0)
    [ 5975.291] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001c04)
    [ 5982.291] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001c04)
    [ 5985.292] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001c28)
    [ 5992.292] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001c28)
    [ 5995.293] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001c4c)
    [ 6002.293] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001c4c)
    [ 6005.294] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001c70)
    [ 6012.294] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001c70)
    [ 6015.295] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001c94)
    [ 6022.295] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001c94)
    [ 6025.296] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001cb8)
    [ 6032.296] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001cb8)
    [ 6035.297] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001cdc)
    [ 6042.297] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001cdc)
    [ 6045.298] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001d00)
    [ 6052.298] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001d00)
    [ 6055.299] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001d24)
    [ 6062.299] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001d24)
    [ 6065.300] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001d48)
    [ 6072.300] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001d48)
    [ 6075.301] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001d6c)
    [ 6082.301] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001d6c)
    [ 6085.302] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001d90)
    [ 6092.302] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001d90)
    [ 6095.303] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001db4)
    [ 6102.303] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001db4)
    [ 6105.304] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001dd8)
    [ 6112.304] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001dd8)
    [ 6115.305] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001dfc)
    [ 6122.305] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001dfc)
    [ 6125.306] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001e20)
    [ 6132.306] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001e20)
    [ 6135.307] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001e44)
    [ 6142.307] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001e44)
    [ 6145.308] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001e68)
    [ 6152.308] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001e68)
    [ 6155.309] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001e8c)
    [ 6162.309] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001e8c)
    [ 6165.310] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001eb0)
    [ 6172.310] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001eb0)
    [ 6175.311] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001ed4)
    [ 6182.311] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001ed4)
    [ 6185.312] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001ef8)
    [ 6192.312] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001ef8)
    [ 6195.313] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001f1c)
    [ 6202.313] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001f1c)
    [ 6205.314] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001f40)
    [ 6212.314] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001f40)
    [ 6215.315] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001f64)
    [ 6222.315] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001f64)
    [ 6225.316] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001f88)
    [ 6232.316] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001f88)
    [ 6235.317] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001fac)
    [ 6242.317] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001fac)
    [ 6245.318] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001fd0)
    [ 6252.318] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001fd0)
    [ 6255.319] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00001ff4)
    [ 6262.319] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00001ff4)
    [ 6265.320] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002018)
    [ 6272.320] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002018)
    [ 6275.321] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000203c)
    [ 6282.321] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000203c)
    [ 6285.322] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002060)
    [ 6292.322] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002060)
    [ 6295.323] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002084)
    [ 6302.323] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002084)
    [ 6305.324] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000020a8)
    [ 6312.324] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000020a8)
    [ 6315.325] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000020cc)
    [ 6322.325] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000020cc)
    [ 6325.326] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000020f0)
    [ 6332.326] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000020f0)
    [ 6335.327] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002114)
    [ 6342.327] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002114)
    [ 6345.328] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002138)
    [ 6352.328] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002138)
    [ 6355.329] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000215c)
    [ 6362.329] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000215c)
    [ 6365.330] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002180)
    [ 6372.330] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002180)
    [ 6375.331] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000021a4)
    [ 6382.331] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000021a4)
    [ 6385.332] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000021c8)
    [ 6392.332] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000021c8)
    [ 6395.333] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000021ec)
    [ 6402.333] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000021ec)
    [ 6405.334] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002210)
    [ 6412.334] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002210)
    [ 6415.335] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002234)
    [ 6422.335] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002234)
    [ 6425.336] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002258)
    [ 6432.336] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002258)
    [ 6435.337] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000227c)
    [ 6442.337] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000227c)
    [ 6445.338] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000022a0)
    [ 6452.338] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000022a0)
    [ 6455.339] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000022c4)
    [ 6462.339] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000022c4)
    [ 6465.340] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000022e8)
    [ 6472.340] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000022e8)
    [ 6475.341] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000230c)
    [ 6482.341] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000230c)
    [ 6485.342] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002330)
    [ 6492.342] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002330)
    [ 6495.343] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002354)
    [ 6502.343] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002354)
    [ 6505.344] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002378)
    [ 6512.344] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002378)
    [ 6515.345] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000239c)
    [ 6522.345] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000239c)
    [ 6525.346] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000023c0)
    [ 6532.346] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000023c0)
    [ 6535.347] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000023e4)
    [ 6542.347] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000023e4)
    [ 6545.348] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002408)
    [ 6552.348] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002408)
    [ 6555.349] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000242c)
    [ 6562.349] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000242c)
    [ 6565.350] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002450)
    [ 6572.350] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002450)
    [ 6575.351] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002474)
    [ 6582.351] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002474)
    [ 6585.352] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002498)
    [ 6592.352] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002498)
    [ 6595.353] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000024bc)
    [ 6602.353] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000024bc)
    [ 6605.354] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000024e0)
    [ 6612.354] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000024e0)
    [ 6615.355] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002504)
    [ 6622.355] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002504)
    [ 6625.356] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002528)
    [ 6632.356] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002528)
    [ 6635.357] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000254c)
    [ 6642.357] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000254c)
    [ 6645.358] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002570)
    [ 6652.358] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002570)
    [ 6655.359] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002594)
    [ 6662.359] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002594)
    [ 6665.360] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000025b8)
    [ 6672.360] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000025b8)
    [ 6675.361] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000025dc)
    [ 6682.361] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000025dc)
    [ 6685.362] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002600)
    [ 6692.362] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002600)
    [ 6695.363] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002624)
    [ 6702.363] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002624)
    [ 6705.364] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002648)
    [ 6712.364] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002648)
    [ 6715.365] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000266c)
    [ 6722.365] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000266c)
    [ 6725.366] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002690)
    [ 6732.367] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002690)
    [ 6735.367] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000026b4)
    [ 6742.368] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000026b4)
    [ 6745.368] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000026d8)
    [ 6752.369] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000026d8)
    [ 6755.369] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000026fc)
    [ 6762.370] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000026fc)
    [ 6765.370] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002720)
    [ 6772.371] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002720)
    [ 6775.371] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002744)
    [ 6782.372] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002744)
    [ 6785.372] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002768)
    [ 6792.373] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002768)
    [ 6795.373] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000278c)
    [ 6802.374] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000278c)
    [ 6805.374] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000027b0)
    [ 6812.375] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000027b0)
    [ 6815.375] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000027d4)
    [ 6822.376] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000027d4)
    [ 6825.376] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000027f8)
    [ 6832.377] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000027f8)
    [ 6835.377] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000281c)
    [ 6842.377] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000281c)
    [ 6845.378] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002840)
    [ 6852.379] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002840)
    [ 6855.379] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002864)
    [ 6862.380] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002864)
    [ 6865.380] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002888)
    [ 6872.381] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002888)
    [ 6875.381] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000028ac)
    [ 6882.382] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000028ac)
    [ 6885.382] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000028d0)
    [ 6892.383] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000028d0)
    [ 6895.383] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000028f4)
    [ 6902.384] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000028f4)
    [ 6905.384] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002918)
    [ 6912.385] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002918)
    [ 6915.385] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000293c)
    [ 6922.386] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000293c)
    [ 6925.386] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002960)
    [ 6932.387] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002960)
    [ 6935.387] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002984)
    [ 6942.387] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002984)
    [ 6945.388] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000029a8)
    [ 6952.388] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000029a8)
    [ 6955.389] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000029cc)
    [ 6962.389] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000029cc)
    [ 6965.390] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000029f0)
    [ 6972.390] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000029f0)
    [ 6975.391] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002a14)
    [ 6982.391] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002a14)
    [ 6985.392] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002a38)
    [ 6992.392] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002a38)
    [ 6995.393] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002a5c)
    [ 7002.394] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002a5c)
    [ 7005.394] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002a80)
    [ 7012.395] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002a80)
    [ 7015.395] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002aa4)
    [ 7022.395] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002aa4)
    [ 7025.396] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002ac8)
    [ 7032.396] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002ac8)
    [ 7035.397] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002aec)
    [ 7042.397] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002aec)
    [ 7045.398] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002b10)
    [ 7052.398] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002b10)
    [ 7055.399] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002b34)
    [ 7062.399] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002b34)
    [ 7065.400] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002b58)
    [ 7072.400] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002b58)
    [ 7075.401] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002b7c)
    [ 7082.402] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002b7c)
    [ 7085.402] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002ba0)
    [ 7092.402] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002ba0)
    [ 7095.403] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002bc4)
    [ 7102.403] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002bc4)
    [ 7105.404] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002be8)
    [ 7112.404] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002be8)
    [ 7115.405] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002c0c)
    [ 7122.405] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002c0c)
    [ 7125.406] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002c30)
    [ 7132.406] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002c30)
    [ 7135.407] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002c54)
    [ 7142.407] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002c54)
    [ 7145.408] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002c78)
    [ 7152.408] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002c78)
    [ 7155.409] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002c9c)
    [ 7162.409] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002c9c)
    [ 7165.410] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002cc0)
    [ 7172.410] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002cc0)
    [ 7175.411] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002ce4)
    [ 7182.411] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002ce4)
    [ 7185.412] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002d08)
    [ 7192.412] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002d08)
    [ 7195.413] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002d2c)
    [ 7202.413] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002d2c)
    [ 7205.414] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002d50)
    [ 7212.414] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002d50)
    [ 7215.415] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002d74)
    [ 7222.415] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002d74)
    [ 7225.416] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002d98)
    [ 7232.416] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002d98)
    [ 7235.417] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002dbc)
    [ 7242.417] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002dbc)
    [ 7245.418] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002de0)
    [ 7252.418] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002de0)
    [ 7255.419] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002e04)
    [ 7262.419] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002e04)
    [ 7265.420] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002e28)
    [ 7272.420] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002e28)
    [ 7275.421] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002e4c)
    [ 7282.421] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002e4c)
    [ 7285.422] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002e70)
    [ 7292.422] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002e70)
    [ 7295.423] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002e94)
    [ 7302.423] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002e94)
    [ 7305.424] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002eb8)
    [ 7312.424] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002eb8)
    [ 7315.425] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002edc)
    [ 7322.425] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002edc)
    [ 7325.426] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002f00)
    [ 7332.426] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002f00)
    [ 7335.427] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002f24)
    [ 7342.427] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002f24)
    [ 7345.428] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002f48)
    [ 7352.428] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002f48)
    [ 7355.429] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002f6c)
    [ 7362.429] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002f6c)
    [ 7365.430] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002f90)
    [ 7372.430] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002f90)
    [ 7375.431] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002fb4)
    [ 7382.431] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002fb4)
    [ 7385.432] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002fd8)
    [ 7392.432] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002fd8)
    [ 7395.433] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00002ffc)
    [ 7402.433] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00002ffc)
    [ 7405.434] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003020)
    [ 7412.434] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003020)
    [ 7415.435] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003044)
    [ 7422.435] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003044)
    [ 7425.436] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003068)
    [ 7432.436] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003068)
    [ 7435.437] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000308c)
    [ 7442.437] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000308c)
    [ 7445.438] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000030b0)
    [ 7452.438] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000030b0)
    [ 7455.439] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000030d4)
    [ 7462.439] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000030d4)
    [ 7465.440] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000030f8)
    [ 7472.440] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000030f8)
    [ 7475.441] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000311c)
    [ 7482.441] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000311c)
    [ 7485.442] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003140)
    [ 7492.442] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003140)
    [ 7495.443] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003164)
    [ 7502.443] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003164)
    [ 7505.444] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003188)
    [ 7512.444] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003188)
    [ 7515.445] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000031ac)
    [ 7522.445] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000031ac)
    [ 7525.446] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000031d0)
    [ 7532.446] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000031d0)
    [ 7535.447] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000031f4)
    [ 7542.447] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000031f4)
    [ 7545.448] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003218)
    [ 7552.448] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003218)
    [ 7555.449] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000323c)
    [ 7562.449] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000323c)
    [ 7565.450] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003260)
    [ 7572.450] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003260)
    [ 7575.451] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003284)
    [ 7582.451] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003284)
    [ 7585.452] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000032a8)
    [ 7592.452] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000032a8)
    [ 7595.453] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000032cc)
    [ 7602.453] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000032cc)
    [ 7605.454] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000032f0)
    [ 7612.454] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000032f0)
    [ 7615.455] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003314)
    [ 7622.455] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003314)
    [ 7625.456] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003338)
    [ 7632.456] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003338)
    [ 7635.457] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000335c)
    [ 7642.457] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000335c)
    [ 7645.458] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003380)
    [ 7652.458] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003380)
    [ 7655.459] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000033a4)
    [ 7662.459] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000033a4)
    [ 7665.460] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000033c8)
    [ 7672.460] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000033c8)
    [ 7675.461] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000033ec)
    [ 7682.461] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000033ec)
    [ 7685.462] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003410)
    [ 7692.462] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003410)
    [ 7695.463] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003434)
    [ 7702.463] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003434)
    [ 7705.464] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003458)
    [ 7712.464] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003458)
    [ 7715.465] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000347c)
    [ 7722.465] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000347c)
    [ 7725.466] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000034a0)
    [ 7732.466] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000034a0)
    [ 7735.467] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000034c4)
    [ 7742.467] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000034c4)
    [ 7745.468] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000034e8)
    [ 7752.468] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000034e8)
    [ 7755.469] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000350c)
    [ 7762.469] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000350c)
    [ 7765.470] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003530)
    [ 7772.470] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003530)
    [ 7775.471] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003554)
    [ 7782.471] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003554)
    [ 7785.472] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003578)
    [ 7792.472] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003578)
    [ 7795.473] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000359c)
    [ 7802.473] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000359c)
    [ 7805.474] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000035c0)
    [ 7812.474] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000035c0)
    [ 7815.475] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000035e4)
    [ 7822.475] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000035e4)
    [ 7825.476] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003608)
    [ 7832.476] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003608)
    [ 7835.477] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x0000362c)
    [ 7842.477] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x0000362c)
    [ 7845.478] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003650)
    [ 7852.478] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003650)
    [ 7855.479] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003674)
    [ 7862.479] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003674)
    [ 7865.480] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x00003698)
    [ 7872.480] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x00003698)
    [ 7875.481] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000036bc)
    [ 7882.481] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000036bc)
    [ 7885.482] (WW) NVIDIA(0): WAIT (2, 7, 0x8000, 0x000009e8, 0x000036e0)
    [ 7892.482] (WW) NVIDIA(0): WAIT (1, 7, 0x8000, 0x000009e8, 0x000036e0)
    journalctl:
    NVRM: loading NVIDIA UNIX x86_64 Kernel Module 304.125 Mon Dec 1 19:58:28 PST 2014
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000020 Instance 00000000 Intr 00100000
    NVRM: Xid (PCI:0000:01:00): 12, COCOD 00000000 e0016100 0000008a 000002fc 00000003
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    NVRM: Xid (PCI:0000:01:00): 9, Channel 00000000 Instance 0001b32d status 0000001d
    So what do you think? Could these problems have been caused by gradual overheating of the graphics card for approximately one year? Or maybe the last driver update somehow messed up the graphics card? I need to know this, because I want to know, whether the problem will repeat itself if I buy another Go 7600 and replace the buggy graphics card with another GO 7600. If it's a "gradual overheating due to a faulty driver"-issue the next card will probably stop working as well after one year. It's interesting to note that nvidia-smi doesn't display the Fan Speed for this graphics card. Does this card have a built-in fan?
    Thanks for your help.

    I've got similar problem with GF540m, since updating to 302.17 I cannot modprobe nvidia:
    ERROR: could not insert 'nvidia': No such device
    dmesg:
    [ 1230.814823] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 1230.814827] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [ 1230.814909] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:0df4) installed
    [ 1230.814910] NVRM: in this system is not supported by the 302.17 NVIDIA Linux
    [ 1230.814910] NVRM: graphics driver release. Please see 'Appendix A -
    [ 1230.814911] NVRM: Supported NVIDIA GPU Products' in this release's README,
    [ 1230.814912] NVRM: available on the Linux graphics driver download page at
    [ 1230.814913] NVRM: www.nvidia.com.
    [ 1230.814921] nvidia: probe of 0000:01:00.0 failed with error -1
    [ 1230.814933] NVRM: The NVIDIA probe routine failed for 1 device(s).
    [ 1230.814934] NVRM: None of the NVIDIA graphics adapters were initialized!
    For the record: with 295.x everything (optirun, bbswitch) was ok.

  • Tty display problems with nvidia and uvesafb

    I'm trying to get my console to display correctly at 1080p; trying to do so through GRUB was always an absolute nightmare.
    The console displays fine with nouveau, but nouveau causes the infamous pink line bug, which is simply too irritating to ignore; nouveau is not an option.
    In the past, my console has run at low res and incorrect scale with nvidia, but I've ignored the problem since I prefer to use a virtual terminal in X.
    Now, if possible, I need to use the actual console for the purposes of module development.
    I installed v86d and uvesafb and configured the console for 1920x1080 and 32 bit depth.
    The console is displaying with the correct resolution now, but is surrounded by a black border, making the font distorted and extremely difficult to read.
    How can I get my console to scale correctly to fullscreen? Any ideas at all. I found nothing in the forums or wiki, and I'm out.
    I'm fairly certain there are no vga or video settings in GRUB that are interfering.

    Output of "pacman -Qi nvidia"
    Name : nvidia
    Version : 343.36-2
    Description : NVIDIA drivers for linux
    Architecture : x86_64
    URL : http://www.nvidia.com/
    Licenses : custom
    Groups : None
    Provides : None
    Depends On : linux>=3.17 linux<3.18 nvidia-libgl nvidia-utils=343.36
    Optional Deps : None
    Required By : None
    Optional For : None
    Conflicts With : None
    Replaces : None
    Installed Size : 5.30 MiB
    Packager : Felix Yan <[email protected]>
    Build Date : Thu 11 Dec 2014 08:32:19 AM CST
    Install Date : Fri 12 Dec 2014 12:10:32 AM CST
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    Output "cat /boot/grub/grub.cfg"
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    set menu_color_normal=green/black
    set menu_color_highlight=black/green
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    insmod png
    background_image -m stretch /boot/grub/archgrub.png
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-337acc84-0300-43b1-b426-79391d39e898' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    Output "cat /usr/lib/modprobe.d/uvesafb.conf"
    Video mode is set as "1920x1080-32".
    # This file sets the parameters for uvesafb module.
    # The following format should be used:
    # options uvesafb mode=<xres>x<yres>[-<bpp>][@<refresh>] scroll=<ywrap|ypan|redraw> ...
    # For more details see:
    # http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/fb/uvesafb.txt
    options uvesafb mode_option=1920x1080-32 scroll=ywrap
    This file is mirrored in /etc/modprobe.d/uvesafb.conf.
    Running "diff /usr/lib/modprobe.d/uvesafb.conf /etc/modprobe.d/uvesafb.conf" returns no output.
    Output of "cat /sys/class/graphics/fb0/virtual_size" is solely "1920,1080".
    ---edit---
    Output of "cat /etc/default/grub" in case it's helpful.
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX=""
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    #GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="green/black"
    GRUB_COLOR_HIGHLIGHT="black/green"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    GRUB_BACKGROUND="/boot/grub/archgrub.png"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    Also, it might help to describe the behaviour more specifically / more in depth...
    The rendered part of the console occupies the same space as the GRUB boot menu.
    I installed and configured virtualbox a few weeks previously.
    I ran "sudo depmod -a" as the wiki / forums indicated it could remedy problems with virtual machines failing to start.
    It did fix the virtualbox problem; after reboot, suddenly lightdm *also* initally occupied the same window space as grub.
    That was new behaviour. When I logged in to xmonad, the desktop displayed similarly to GRUB.
    I hadn't tried fixing it; logging in with root followed by "ps -e | grep X" and "kill -9 <Xpid>" caused X as a whole to start behaving and scaling normally.
    I haven't rebooted until attempting to rectify the issue with my console.
    The oddity with scaling in lightdm and xmonad still shows up after reboot and is still reparable by killing X.
    Killing X doesn't - obviously - have any effect on console scale.
    ---/edit---
    d(-_-)
    Last edited by seppukuzushi (2014-12-31 14:01:23)

  • Java/OpenJDK problem with OSS/osspd/ALSA/pulseaudio [SOLVED]

    I've got problems with sound output of java programs, which usually try to hog /dev/dsp, using pulseaudio and openjdk 7.
    Some rare java apps' sound methods surprisingly do work. Others (which the majority of java programs seem to use) do not. In Sun Java I could make those work by using 'padsp', however this method apparently fails on Archlinux with both latest Oracle Java (formerly worked on Ubuntu w/ Sun Java 6) and with OpenJDK too.
    So I tried 'osspd' (package is called 'ossp') and it shows the root process "/usr/sbin/osspd --dsp-slave=/usr/sbin/ossp-padsp" been started, but the java applications will still not provide sound which I find pretty odd. I tried adding 'soundcore.preclaim_oss=0' to the 'kernel..' line in my grub's menu.lst, but that didn't help either.
    Last edited by Jindur (2012-05-20 02:59:20)

    It's been quite a while, but I finally found a solution (read: big ugly hack).
    Someone literally created a biguglyhack and posted it here:
    http://lifein19x19.com/forum/viewtopic. … 243#p98243
    (downloadable file there: javadummymixer_biguglyhack.zip [12.97 KiB] -> rename it from .zip to .jar and move it into your java's lib/ext folder -> profit!)
    I applied it to OpenJDK 6 (should be same for 7 though) and all my java sound works flawlessly now, with pulseaudio, without any need for padsp stuff or osspd or whatever.
    My sound.properties file reads:
    javax.sound.sampled.Clip=com.sun.media.sound.DirectAudioDeviceProvider
    javax.sound.sampled.Port=com.sun.media.sound.PortMixerProvider
    javax.sound.sampled.SourceDataLine=com.sun.media.sound.DirectAudioDeviceProvider
    javax.sound.sampled.TargetDataLine=com.sun.media.sound.DirectAudioDeviceProvider
    but actually I'm not sure whether that even matters at all.
    (Side note: The linked thread also mentions a "-D.sun.." command-line parameter that supposedly forces java to avoid disfunctional audio methods. The above biguglyhack however worked for me without any need of applying that command-line parameter.)
    Last edited by Jindur (2012-05-20 02:58:05)

  • Weird problems with recovery partition

    Hi. I just got a new X1 Carbon a few days ago. When trying to install Ubuntu, I messed up the bootmgr. At that point I still had the option F11 for recovery on startup, but choosing it did not give any results and after a restart, the option was gone. When researching the problem, I found this thread:
    http://forums.lenovo.com/t5/ThinkVantage-Technolog​ies/Need-help-with-recovery-partition-create-recov​...
    Since my recovery partition Q was untouched, the steps described in the thread allowed me to restore partitions S and C. So far so good, but now the problems start.
    First, the letters of the partitions get messed up after every reboot. I assign Windows7_OS the letter C, SYSTEM_DRV gets S, and Lenovo_Recovery gets Q. Diskpart then lists the drives with correct letters. But after a reboot, they're back to D,C,E, respectively.
    Then, when I boot the Windows recovery disk from a usb stick, it correctly recognizes that Windows is installed on drive D. It suggests that there are startup problems, which I tell it to fix. After the next reboot, it does not warn me about startup problems. When I then go to command prompt and enter
    bootrec.exe /fixmbr
    bootrec.exe /fixboot
    then the Windows recovery disk commits suicide. It seems to attempt to fix its own bootmgr. At the moment, both usb stick and hard disk run with grub (Windows recovery on a multiboot installed by YUMI). After I run the commands above, the hard disk still runs with grub, but the usb stick now has bootmgr and fails to boot. I have tried this several times, each time recreating the Windows recovery disk with YUMI, and every time the same result.
    F11 option is of course still gone. At this point I'm out of my wits. Any suggestions are welcome.
    Solved!
    Go to Solution.

    In the end I formatted and made a clean install. F11 Option is gone. Recovery partition is still untouched, but I don't think it will be used again. Followed this advice to install a fresh Windows 7 using a usb stick:
    http://www.sevenforums.com/tutorials/219487-clean-​reinstall-factory-oem-windows-7-a.html#post1839164
    Since I did not have access to Windows with administrator rights, I had to use Ubuntu to create the bootable Windows stick:
    http://cloud101.eu/blog/2012/03/24/create-a-window​s-7-live-disk-from-ubuntu-linux/
    The WiFi driver was not included in Windows, so I had to download that in another system, and install manually. From there I could then go online in Windows to download the remaining drivers from Lenovo (after the clean install there's a long list of unrecognized devices).
    Since the laptop comes with 4 primary partitions preinstalled I had to merge the SYSTEM_DRV and the Windows7_OS partition in order to create an additional partition for Ubuntu. Then I installed Ubuntu and took control of the startup behavior using EasyBCD.

  • Problems with triple so iin same disk

    hi, I want any suggestions to solve my problem.
    I want to install 2 arch linux in the same disk that i hace windows xp.
    my partition scheme is:
    sda1   20gb   ntfs    winxp
    sda5   120gb  ntfs    files and music
    sda5    128mb ext3   boot
    sda6    4gb    / (32bits arch)
    sda7    2gb    /var (32bits arch)
    sda8    512mb swap
    sda9    remain space home
    sda10  /  (64bits arch)
    sda11 /var (64bits arch)
    The problem are the next.
    I installed wxp with no problem, next i installed arch 32 bits with grub
    the problem is when i want to install arch x64, y set the mounpoints, set done, select the packages, install them and there i  think is the problem.... the sistem told me that the packages are succesfully installed but its done too fast. then when i go to the next step to configure my system, all the files are clean.
    when i installed the sistem in the other way, first 64 bits and next 32 bits one, the 64 bits version works great, bit 32 bits one do the same.
    any suggestion???
    sory for my english.... i dont write very...
    thanks

    bellucci83 wrote:
    Ill try the 35 times delete disk option
    Please no.. just once is enough.
    Zero out data.. if that doesn't work then 35 passes which will take about a month btw.. will not work either.
    That is single pass.. And I wish they called it 1-Pass to be clear.
    It will normally take around 24 hours.. a single pass will either fix it or throw up more errors.
    I have another trip do the US scheduled to September, do you think Bestbuy can give my money back if I return the time capsule?
    Sorry I am not in the US.. they are not required to give money back after 2weeks.. but they are required to replace it under warranty. A particular retailer may have their own policy.

  • Two problems with custom kernel

    I get two problems with my custom kernel that is not using initrd and otherwise working fine:
    1) initscripts does not print anything, i.e., I see the kernel messages and after a short while the login prompt. It seems to start the daemons, however, since my network is working. During shutdown the printout is working as usual.
    2) the machine does not power off properly (just hangs/stops after saying that is now powers off).
    I am missing some kernel options? Or do I have to configure something differently for not having an initrd?
    Thanks,  CC

    ccom wrote:I now re-compiled with Arch Linux's default settings (except for SCSI, SATA, and filesystem drivers built in) and noinitrd in GRUB. I get the same two problems. What is initrd doing that I missed?
    how about display drivers? are you compiling them in the kernel or as external modules?

Maybe you are looking for