[SOLVED] Diskless booting.

I am trying to create a diskless installation of arch using the wiki article Diskless System and I am failing miserably.
This is the section that is causing me trouble.
This works fine:
sed s/nfsmount/mount.nfs4/ "$root/usr/lib/initcpio/hooks/net" | tee "$root/usr/lib/initcpio/hooks/net_nfs4"
When I try the next command I get this:
cp "$root/usr/lib/initcpio/install/{net,net_nfs4}"
cp: missing destination file operand after '/srv/nfs/archlinux/kiosk/usr/lib/initcpio/install/{net,net_nfs4}'
Also this sentence is causing me quite a bit of confusion also:
"From the base mkinitcpio.conf, replace the nfsv3 module with nfsv4, replace net with net_nfs4, and add /usr/bin/mount.nfs4 to BINARIES."
If someone could please provide a little bit more detail about what I need to do there.
Thank you in advance for your help!
Last edited by dropdeadgreggie (2013-10-30 19:51:14)

alphaniner wrote:
dropdeadgreggie wrote:I'm still confused in regard to constructing the initramfs, I'll keep digging.
"From the base mkinitcpio.conf, replace the nfsv3 module with nfsv4, replace net with net_nfs4, and add /usr/bin/mount.nfs4 to BINARIES."
I wonder if the directions to 'replace' are just misleading. I'd try modifying mkinitcpio.conf as follows:
Put nfsv4 in the MODULES array.
Put net_nfs4 in the appropriate location in the HOOKS array. It probably needs to go in the same location the 'block' hook would normally go.
Put /usr/bin/mount.nfs4 in the BINARIES array.
I get the following:
# mkinitcpio -g $root/boot/initramfs-linux.img -k $root/boot/vmlinuz-linux -c $root/etc/mkinitcpio.conf
==> Starting build: 3.11.6-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
==> ERROR: Hook 'net_nsf4' cannot be found
-> Running build hook: [autodetect]
==> Generating module dependencies
==> Creating gzip initcpio image: /srv/nfs/archlinux/kiosk/arch/boot/initramfs-linux.img
==> WARNING: errors were encountered during the build. The image may not be complete.
The file(s) exist in both /usr/lib/initcpio/hooks and /usr/lib/initcpio/install.
However the system does boot with the "net" hook.

Similar Messages

  • [SOLVED] Diskless NFS boot

    I've been struggling to get my diskless pc to boot using this guide.
    It seems the kernel is loaded properly from tftp but the root filesystem fails to mount. This is what I get:
    http://dl.dropbox.com/u/29192523/Screen … 044316.jpg
    The server is Arch-based, it didn't work with an Ubuntu server either though.
    Any help would be appreciated.
    Here are some configs:
    /etc/exports
    /srv/nfs 192.168.1.0/24(rw,fsid=0,no_subtree_check)
    /srv/nfs/disklessarch 192.168.1.0/24(rw,no_root_squash,no_subtree_check,nohide,insecure,sync)
    /srv/nfs/disklessarch/boot/pxelinux.cfg/default
    default linux
    label linux
    kernel vmlinuz-linux
    append initrd=initramfs-linux.img rootfstype=nfs nfsroot="192.168.1.200:/disklessarch,rsize=16384,wsize=16384" ip=192.168.1.201:192.168.1.200:::gallifrey:eth0:none
    This was also tried with root=/dev/nfs and ip=:::::dhcp
    /srv/nfs/disklessarch/etc/mkinitcpio.conf
    MODULES="nfs"
    HOOKS="base udev net autodetect pata scsi sata filesystems usbinput fsck"
    Last edited by Ram-Z (2012-09-07 17:15:04)

    After some more fiddling I got it working with:
    default linux
    label linux
    kernel vmlinuz-linux
    append initrd=initramfs-linux.img rootfstype=nfs nfsroot=192.168.1.200:/srv/nfs/disklessarch ip=192.168.1.201:192.168.1.200:::gallifrey:eth0:none
    /srv/nfs 192.168.1.0/24(rw,fsid=0,no_subtree_check)
    /srv/nfs/disklessarch 192.168.1.0/24(rw,fsid=1,no_root_squash,no_subtree_check,nohide,insecure,sync)
    I tried this before but with fsid=0 on disklessarch, which just mounted the entire /srv/nfs and the kernel could not find /sbin/init.
    It looks like mkinitcpio-nfs-utils still does not support NFSv4.
    Thanks for your help.

  • NetBoot Client fails to do Diskless booting

    Morning,
    I have a setup a NetBoot server with one NetBoot image created using System Image Utility. The image is default and Diskless has been enabled.
    NetBoot Server does not do DHCP, that is left to another server.
    Because Mac clients exist on different subnets, NetBoot Across Subnets is used to help a client Mac boot from the NetBoot server.
    Everything is working as advertised, except for Diskless. The Mac client's fail to use NetBootClients0. All client's end up using the local Hard Drive for /private/var/netboot.
    The logs at NetBoot server are set to high but do not show an error with shadowmountpath.
    The only error seen at time of client connection is...
    Feb 24 10:56:59 hypatia bootpd[329]: server name hypatia.mydomain.com.au
    Feb 24 10:56:59 hypatia bootpd[329]: subnets init using domain . failed:
    Feb 24 10:56:59 hypatia bootpd[329]: bsdpd: re-reading configuration
    Feb 24 10:56:59 hypatia bootpd[329]: bsdpd: shadow file size will be set to 48 megabytes
    I am guessing here, but the only thing I can think of is that the NetBoot server may have specified it's afp shadowmountpath using the domain name instead of an IP address. Assuming DCHP (which specifies a DNS) hasn't loaded yet then the path cannot be found and the client boots based on the /etc/rc.netboot startup script.
    Can anyone tell me how I can inspect the shadowmountpath response given by the NetBoot server?

    Well, couldn't do much with NetBoot image being diskless so I stuck with a NetInstall image which forces the issue.

  • [SOLVED] DBUS boot problems - Mounting system devices as a normal user

    I have the [testing] and [community-testing] repositories enabled. A few days ago, probably due to an update, I started having trouble mounting devices and the shutdown/reboot options don't show up anymore on the LXDE exit menu.
    I use gvfs for mounting devices as a normal user with PCManFM or Thunar. The error message is "Authentication is required".
    After some testing, I found out that by restarting dbus, I could start mounting devices again:
    /etc/rc.d/dbus restart
    So my guess is that there's some problem with dbus startup. I have it in DAEMONS of rc.conf, as well as .xinitrc, the daemon seems to start correctly on boot, and it worked previously, so I have no idea of what could be wrong.
    My ~/.xinitrc:
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
    eval 'dbus-launch --sh-syntax --exit-with-session'
    fi
    numlockx && exec ck-launch-session dbus-launch startlxde
    My /etc/rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="ca_AD.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Andorra"
    KEYMAP="es"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="localhost"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If you are sure nothing else touches your hardware clock (such as ntpd or
    # a dual-boot), you might want to enable 'hwclock'. Note that this will only
    # make a difference if the hwclock program has been calibrated correctly.
    # If you use a network filesystem you should enable 'netfs'.
    DAEMONS=(hwclock syslog-ng network crond alsa dbus cupsd)
    Thanks!
    Last edited by gamezelda (2011-11-08 19:28:04)

    I solved it.
    The Wiki page for Mounting for normal users with PCManFM tells to create a "/etc/polkit-1/localauthority/50-local.d/55-myconf.pkla" file specifying the privileges to grant to the user. The problem is that it does not include the privilege needed to mount internal drives (which was what I was trying to mount). To fix it, I added:
    ;org.freedesktop.udisks.filesystem-mount-system-internal
    To the "Action=..." line.
    (Though I have no idea why it worked before it broke, or why restarting dbus after initializing my WM fixed it.)
    As for the power issues, I've concluded that it was working, but restarting dbus after initializing my WM broke it (my bad for not checking it before restaring dbus). So it all works now.

  • [solved] Long boot time because of NetworkManager.service

    Hello. It seems that my ASUS N56V latptop takes a long time to boot. systemd-analyze reports this:
    Startup finished in 742ms (kernel) + 3.094s (initrd) + 23.838s (userspace) = 27.675s
    └──[4]──╼ systemd-analyze blame
    12.083s NetworkManager.service
    11.247s accounts-daemon.service
    1.137s home-sergio-Disco_Duro.mount
    735ms systemd-vconsole-setup.service
    710ms systemd-udev-trigger.service
    631ms systemd-tmpfiles-setup.service
    630ms dev-hugepages.mount
    628ms lm_sensors.service
    626ms systemd-logind.service
    515ms dev-mqueue.mount
    515ms sys-kernel-debug.mount
    440ms systemd-tmpfiles-setup-dev.service
    432ms ufw.service
    380ms dev-sda5.swap
    365ms [email protected]
    356ms gdm.service
    356ms systemd-udevd.service
    356ms systemd-binfmt.service
    353ms systemd-sysctl.service
    341ms systemd-readahead-replay.service
    340ms systemd-readahead-collect.service
    293ms tmp.mount
    274ms colord.service
    267ms alsa-restore.service
    266ms cpupower.service
    259ms upower.service
    226ms kmod-static-nodes.service
    79ms systemd-random-seed.service
    66ms proc-sys-fs-binfmt_misc.mount
    60ms systemd-remount-fs.service
    59ms [email protected]
    58ms udisks2.service
    44ms [email protected]
    30ms sys-kernel-config.mount
    10ms polkit.service
    6ms systemd-journal-flush.service
    5ms [email protected]
    4ms systemd-update-utmp.service
    4ms systemd-backlight@leds:asus::kbd_backlight.service
    2ms wpa_supplicant.service
    2ms rtkit-daemon.service
    2ms systemd-backlight@backlight:intel_backlight.service
    2ms [email protected]
    1ms [email protected]
    1ms systemd-user-sessions.service
    1ms systemd-readahead-done.service
    1ms sys-fs-fuse-connections.mount
    └──[14]──╼ systemd-analyze critical-chain
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @23.838s
    └─multi-user.target @23.838s
    └─NetworkManager.service @11.755s +12.083s
    └─basic.target @11.753s
    └─timers.target @11.753s
    └─systemd-tmpfiles-clean.timer @11.752s
    └─sysinit.target @11.719s
    └─systemd-update-utmp.service @11.712s +4ms
    └─systemd-tmpfiles-setup.service @11.079s +631ms
    └─local-fs.target @11.076s
    └─home-sergio-Disco_Duro.mount @9.938s +1.137s
    └─[email protected] @9.498s +365ms
    └─dev-sda6.device @9.497s
    And dmesg reports this:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.2-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Sat Sep 6 13:12:51 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9da38127-36ed-47e5-ba97-e9656af3801b rw quiet splash rw
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000ad7a8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ad7a9000-0x00000000adda9fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000addaa000-0x00000000addacfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000addad000-0x00000000addc2fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000addc3000-0x00000000addc8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000addc9000-0x00000000addcafff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000addcb000-0x00000000addd4fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000addd5000-0x00000000adf2bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adf2c000-0x00000000adf2ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adf30000-0x00000000adf79fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adf7a000-0x00000000adf9ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfa0000-0x00000000adfa2fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfa3000-0x00000000adfa4fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfa5000-0x00000000adfbbfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfbc000-0x00000000adfc1fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfc2000-0x00000000adfc9fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfca000-0x00000000adfcafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfcb000-0x00000000adfd9fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfda000-0x00000000adfdafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfdb000-0x00000000adfe5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfe6000-0x00000000adfeafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfeb000-0x00000000ae016fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae017000-0x00000000ae017fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae018000-0x00000000ae027fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae028000-0x00000000ae04efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae04f000-0x00000000ae061fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae062000-0x00000000ae062fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae063000-0x00000000ae063fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae064000-0x00000000ae065fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae066000-0x00000000ae066fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae067000-0x00000000ae06bfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae06c000-0x00000000ae082fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae083000-0x00000000ae626fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae627000-0x00000000ae8a6fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8a7000-0x00000000ae8abfff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8ac000-0x00000000ae8acfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8ad000-0x00000000ae8effff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8f0000-0x00000000aecfefff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000aecff000-0x00000000aeff3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000aeff4000-0x00000000aeffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000afc00000-0x00000000cfdfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001af1fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: ASUSTeK COMPUTER INC. N56VB/N56VB, BIOS N56VB.202 01/21/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x1af200 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-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F00000000 write-back
    [ 0.000000] 1 base 100000000 mask F80000000 write-back
    [ 0.000000] 2 base 180000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FC0000000 uncachable
    [ 0.000000] 4 base 0B0000000 mask FF0000000 uncachable
    [ 0.000000] 5 base 0AFC00000 mask FFFC00000 uncachable
    [ 0.000000] 6 base 1B0000000 mask FF0000000 uncachable
    [ 0.000000] 7 base 1AF800000 mask FFF800000 uncachable
    [ 0.000000] 8 base 1AF400000 mask FFFC00000 uncachable
    [ 0.000000] 9 base 1AF200000 mask FFFE00000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xafc00000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xaf000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd7f0-0x000fd7ff] mapped at [ffff8800000fd7f0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
    [ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
    [ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1af000000-0x1af1fffff]
    [ 0.000000] [mem 0x1af000000-0x1af1fffff] page 2M
    [ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1ac000000-0x1aeffffff]
    [ 0.000000] [mem 0x1ac000000-0x1aeffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x180000000-0x1abffffff]
    [ 0.000000] [mem 0x180000000-0x1abffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
    [ 0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0xad7a8fff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0xad5fffff] page 2M
    [ 0.000000] [mem 0xad600000-0xad7a8fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaddad000-0xaddc2fff]
    [ 0.000000] [mem 0xaddad000-0xaddc2fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaddc9000-0xaddcafff]
    [ 0.000000] [mem 0xaddc9000-0xaddcafff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaddd5000-0xadf2bfff]
    [ 0.000000] [mem 0xaddd5000-0xadf2bfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadf30000-0xadf79fff]
    [ 0.000000] [mem 0xadf30000-0xadf79fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfa0000-0xadfa2fff]
    [ 0.000000] [mem 0xadfa0000-0xadfa2fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfa5000-0xadfbbfff]
    [ 0.000000] [mem 0xadfa5000-0xadfbbfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfc2000-0xadfc9fff]
    [ 0.000000] [mem 0xadfc2000-0xadfc9fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfcb000-0xadfd9fff]
    [ 0.000000] [mem 0xadfcb000-0xadfd9fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfdb000-0xadfe5fff]
    [ 0.000000] [mem 0xadfdb000-0xadfe5fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfeb000-0xae016fff]
    [ 0.000000] [mem 0xadfeb000-0xae016fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae018000-0xae027fff]
    [ 0.000000] [mem 0xae018000-0xae027fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae04f000-0xae061fff]
    [ 0.000000] [mem 0xae04f000-0xae061fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae063000-0xae063fff]
    [ 0.000000] [mem 0xae063000-0xae063fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae066000-0xae066fff]
    [ 0.000000] [mem 0xae066000-0xae066fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae06c000-0xae082fff]
    [ 0.000000] [mem 0xae06c000-0xae082fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae8ac000-0xae8acfff]
    [ 0.000000] [mem 0xae8ac000-0xae8acfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae8f0000-0xaecfefff]
    [ 0.000000] [mem 0xae8f0000-0xae9fffff] page 4k
    [ 0.000000] [mem 0xaea00000-0xaebfffff] page 2M
    [ 0.000000] [mem 0xaec00000-0xaecfefff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaeff4000-0xaeffffff]
    [ 0.000000] [mem 0xaeff4000-0xaeffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
    [ 0.000000] [mem 0x100000000-0x17fffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x3757a000-0x37ab4fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 0x00000000AE879078 00007C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000AE88CAE0 00010C (v05 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000AE879188 013957 (v02 _ASUS_ Notebook 00000013 INTL 20091112)
    [ 0.000000] ACPI: FACS 0x00000000AE8A4080 000040
    [ 0.000000] ACPI: APIC 0x00000000AE88CBF0 000072 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000AE88CC68 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: ECDT 0x00000000AE88CCB0 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: MCFG 0x00000000AE88CD78 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000AE88CDB8 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000AE88CDF0 000632 (v01 AhciR1 AhciTab1 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000AE88D428 00049E (v01 AhciR2 AhciTab2 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000AE88D8C8 0009D0 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 0x00000000AE88E298 000B18 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: MSDM 0x00000000AE626E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000001af1fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x1af1fffff]
    [ 0.000000] NODE_DATA [mem 0x1af1f1000-0x1af1f5fff]
    [ 0.000000] [ffffea0000000000-ffffea0006bfffff] PMD -> [ffff8801a9000000-ffff8801ae7fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x1af1fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0xad7a8fff]
    [ 0.000000] node 0: [mem 0xaddad000-0xaddc2fff]
    [ 0.000000] node 0: [mem 0xaddc9000-0xaddcafff]
    [ 0.000000] node 0: [mem 0xaddd5000-0xadf2bfff]
    [ 0.000000] node 0: [mem 0xadf30000-0xadf79fff]
    [ 0.000000] node 0: [mem 0xadfa0000-0xadfa2fff]
    [ 0.000000] node 0: [mem 0xadfa5000-0xadfbbfff]
    [ 0.000000] node 0: [mem 0xadfc2000-0xadfc9fff]
    [ 0.000000] node 0: [mem 0xadfcb000-0xadfd9fff]
    [ 0.000000] node 0: [mem 0xadfdb000-0xadfe5fff]
    [ 0.000000] node 0: [mem 0xadfeb000-0xae016fff]
    [ 0.000000] node 0: [mem 0xae018000-0xae027fff]
    [ 0.000000] node 0: [mem 0xae04f000-0xae061fff]
    [ 0.000000] node 0: [mem 0xae063000-0xae063fff]
    [ 0.000000] node 0: [mem 0xae066000-0xae066fff]
    [ 0.000000] node 0: [mem 0xae06c000-0xae082fff]
    [ 0.000000] node 0: [mem 0xae8ac000-0xae8acfff]
    [ 0.000000] node 0: [mem 0xae8f0000-0xaecfefff]
    [ 0.000000] node 0: [mem 0xaeff4000-0xaeffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x1af1fffff]
    [ 0.000000] On node 0 totalpages: 1428925
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11057 pages used for memmap
    [ 0.000000] DMA32 zone: 707617 pages, LIFO batch:31
    [ 0.000000] Normal zone: 11208 pages used for memmap
    [ 0.000000] Normal zone: 717312 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xafe00000-0xcfdfffff
    [ 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] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xad7a9000-0xadda9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaddaa000-0xaddacfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaddc3000-0xaddc8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaddcb000-0xaddd4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadf2c000-0xadf2ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadf7a000-0xadf9ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfa3000-0xadfa4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfbc000-0xadfc1fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfca000-0xadfcafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfda000-0xadfdafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfe6000-0xadfeafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae017000-0xae017fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae028000-0xae04efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae062000-0xae062fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae064000-0xae065fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae067000-0xae06bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae083000-0xae626fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae627000-0xae8a6fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae8a7000-0xae8abfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae8ad000-0xae8effff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaecff000-0xaeff3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaf000000-0xafbfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xafc00000-0xcfdfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcfe00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xcfe00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8801aee00000 s86784 r8192 d23808 u524288
    [ 0.000000] pcpu-alloc: s86784 r8192 d23808 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1406575
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9da38127-36ed-47e5-ba97-e9656af3801b rw quiet splash rw
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 5541880K/5715700K available (5334K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 173820K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 23068672 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2594.142 MHz processor
    [ 0.000034] Calibrating delay loop (skipped), value calculated using timer frequency.. 5190.46 BogoMIPS (lpj=8647140)
    [ 0.000036] pid_max: default: 32768 minimum: 301
    [ 0.000042] ACPI: Core revision 20140424
    [ 0.013454] ACPI: All ACPI Tables successfully acquired
    [ 0.015248] Security Framework initialized
    [ 0.015253] Yama: becoming mindful.
    [ 0.015698] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.017594] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.018433] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.018442] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.018639] Initializing cgroup subsys memory
    [ 0.018655] Initializing cgroup subsys devices
    [ 0.018661] Initializing cgroup subsys freezer
    [ 0.018663] Initializing cgroup subsys net_cls
    [ 0.018666] Initializing cgroup subsys blkio
    [ 0.018687] CPU: Physical Processor ID: 0
    [ 0.018688] CPU: Processor Core ID: 0
    [ 0.018693] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.019034] mce: CPU supports 7 MCE banks
    [ 0.019044] CPU0: Thermal monitoring enabled (TM1)
    [ 0.019053] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 2
    [ 0.019156] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    [ 0.020028] ftrace: allocating 20434 entries in 80 pages
    [ 0.029301] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.062327] smpboot: CPU0: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.062334] TSC deadline timer enabled
    [ 0.062356] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.062374] ... version: 3
    [ 0.062375] ... bit width: 48
    [ 0.062376] ... generic registers: 4
    [ 0.062377] ... value mask: 0000ffffffffffff
    [ 0.062377] ... max period: 0000ffffffffffff
    [ 0.062378] ... fixed-purpose events: 3
    [ 0.062379] ... event mask: 000000070000000f
    [ 0.089127] x86: Booting SMP configuration:
    [ 0.089129] .... node #0, CPUs: #1
    [ 0.102615] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.109323] #2 #3
    [ 0.143069] x86: Booted up 1 node, 4 CPUs
    [ 0.143072] smpboot: Total of 4 processors activated (20761.85 BogoMIPS)
    [ 0.146151] devtmpfs: initialized
    [ 0.148360] PM: Registering ACPI NVS region [mem 0xad7a9000-0xadda9fff] (6295552 bytes)
    [ 0.148429] PM: Registering ACPI NVS region [mem 0xae627000-0xae8a6fff] (2621440 bytes)
    [ 0.148457] PM: Registering ACPI NVS region [mem 0xae8ad000-0xae8effff] (274432 bytes)
    [ 0.149179] pinctrl core: initialized pinctrl subsystem
    [ 0.149217] RTC time: 23:34:40, date: 09/13/14
    [ 0.149261] NET: Registered protocol family 16
    [ 0.149360] cpuidle: using governor ladder
    [ 0.149362] cpuidle: using governor menu
    [ 0.149386] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.149388] ACPI: bus type PCI registered
    [ 0.149389] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.149452] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.149454] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.149534] PCI: Using configuration type 1 for base access
    [ 0.163412] ACPI: Added _OSI(Module Device)
    [ 0.163414] ACPI: Added _OSI(Processor Device)
    [ 0.163415] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.163416] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.165254] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.167131] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.283333] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.313759] ACPI: Dynamic OEM Table Load:
    [ 0.313766] ACPI: SSDT 0xFFFF8801A66AB000 000853 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.323515] ACPI: Dynamic OEM Table Load:
    [ 0.323519] ACPI: SSDT 0xFFFF8801A6633C00 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.336756] ACPI: Dynamic OEM Table Load:
    [ 0.336759] ACPI: SSDT 0xFFFF8801A665BE00 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.347197] ACPI: Interpreter enabled
    [ 0.347203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    [ 0.347207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.347221] ACPI: (supports S0 S3 S4 S5)
    [ 0.347222] ACPI: Using IOAPIC for interrupt routing
    [ 0.347245] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.468144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.468149] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.556840] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    [ 0.556961] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    [ 0.557508] PCI host bridge to bus 0000:00
    [ 0.557511] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.557512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.557514] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.557515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.557517] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.557518] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.557519] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.557521] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.557522] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.557523] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.557525] pci_bus 0000:00: root bus resource [mem 0xcfe00000-0xfeafffff]
    [ 0.557532] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.557613] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.557643] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.557680] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.557718] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.557728] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
    [ 0.557734] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.557739] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.557836] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.557859] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
    [ 0.557931] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.557971] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.558011] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.558034] pci 0000:00:16.0: reg 0x10: [mem 0xf7a1a000-0xf7a1a00f 64bit]
    [ 0.558108] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.558190] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.558212] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a18000-0xf7a183ff]
    [ 0.558303] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.558345] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.558382] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.558398] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a10000-0xf7a13fff 64bit]
    [ 0.558473] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.558516] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.558550] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.558633] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.558708] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 0.558790] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.558866] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    [ 0.558948] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.558992] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.559033] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.559054] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a17000-0xf7a173ff]
    [ 0.559145] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.559186] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.559222] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
    [ 0.559393] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.559411] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    [ 0.559418] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    [ 0.559427] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    [ 0.559434] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    [ 0.559441] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 0.559449] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a16000-0xf7a167ff]
    [ 0.559495] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.559563] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.559579] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a15000-0xf7a150ff 64bit]
    [ 0.559600] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.559717] pci 0000:01:00.0: [10de:0fdf] type 00 class 0x030200
    [ 0.559731] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    [ 0.559743] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.559755] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.559763] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    [ 0.559772] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    [ 0.563477] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.563482] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.563487] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.563493] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.563574] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.563712] pci 0000:03:00.0: [8086:0887] type 00 class 0x028000
    [ 0.563765] pci 0000:03:00.0: reg 0x10: [mem 0xf7900000-0xf7901fff 64bit]
    [ 0.564012] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.564057] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.570225] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.570232] pci 0000:00:1c.1: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.570322] pci 0000:04:00.0: [1969:1091] type 00 class 0x020000
    [ 0.570354] pci 0000:04:00.0: reg 0x10: [mem 0xf7800000-0xf783ffff 64bit]
    [ 0.570368] pci 0000:04:00.0: reg 0x18: [io 0xd000-0xd07f]
    [ 0.570508] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.570545] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.576839] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.576847] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.576854] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.576926] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.630685] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
    [ 0.630728] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
    [ 0.630769] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 12)
    [ 0.630809] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
    [ 0.630851] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.630892] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.630936] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 12)
    [ 0.630976] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
    [ 0.631110] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.631171] ACPI : EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
    [ 0.631262] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.631264] vgaarb: loaded
    [ 0.631265] vgaarb: bridge control possible 0000:00:02.0
    [ 0.631295] PCI: Using ACPI for IRQ routing
    [ 0.632841] PCI: pci_cache_line_size set to 64 bytes
    [ 0.632894] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.632895] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 0.632896] e820: reserve RAM buffer [mem 0xad7a9000-0xafffffff]
    [ 0.632901] e820: reserve RAM buffer [mem 0xaddc3000-0xafffffff]
    [ 0.632906] e820: reserve RAM buffer [mem 0xaddcb000-0xafffffff]
    [ 0.632911] e820: reserve RAM buffer [mem 0xadf2c000-0xafffffff]
    [ 0.632915] e820: reserve RAM buffer [mem 0xadf7a000-0xafffffff]
    [ 0.632919] e820: reserve RAM buffer [mem 0xadfa3000-0xafffffff]
    [ 0.632924] e820: reserve RAM buffer [mem 0xadfbc000-0xafffffff]
    [ 0.632928] e820: reserve RAM buffer [mem 0xadfca000-0xafffffff]
    [ 0.632932] e820: reserve RAM buffer [mem 0xadfda000-0xafffffff]
    [ 0.632935] e820: reserve RAM buffer [mem 0xadfe6000-0xafffffff]
    [ 0.632939] e820: reserve RAM buffer [mem 0xae017000-0xafffffff]
    [ 0.632942] e820: reserve RAM buffer [mem 0xae028000-0xafffffff]
    [ 0.632946] e820: reserve RAM buffer [mem 0xae062000-0xafffffff]
    [ 0.632949] e820: reserve RAM buffer [mem 0xae064000-0xafffffff]
    [ 0.632951] e820: reserve RAM buffer [mem 0xae067000-0xafffffff]
    [ 0.632954] e820: reserve RAM buffer [mem 0xae083000-0xafffffff]
    [ 0.632956] e820: reserve RAM buffer [mem 0xae8ad000-0xafffffff]
    [ 0.632958] e820: reserve RAM buffer [mem 0xaecff000-0xafffffff]
    [ 0.632959] e820: reserve RAM buffer [mem 0xaf000000-0xafffffff]
    [ 0.632961] e820: reserve RAM buffer [mem 0x1af200000-0x1afffffff]
    [ 0.633057] NetLabel: Initializing
    [ 0.633058] NetLabel: domain hash size = 128
    [ 0.633059] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.633069] NetLabel: unlabeled traffic allowed by default
    [ 0.633093] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.633097] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.635125] Switched to clocksource hpet
    [ 0.639054] pnp: PnP ACPI init
    [ 0.639068] ACPI: bus type PNP registered
    [ 0.639157] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.639160] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.691999] system 00:01: [io 0x0680-0x069f] has been reserved
    [ 0.692001] system 00:01: [io 0x1000-0x100f] has been reserved
    [ 0.692003] system 00:01: [io 0xffff] has been reserved
    [ 0.692004] system 00:01: [io 0xffff] has been reserved
    [ 0.692006] system 00:01: [io 0x0400-0x0453] could not be reserved
    [ 0.692007] system 00:01: [io 0x0458-0x047f] has been reserved
    [ 0.692009] system 00:01: [io 0x0500-0x057f] has been reserved
    [ 0.692010] system 00:01: [io 0x164e-0x164f] has been reserved
    [ 0.692013] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692041] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.692088] system 00:03: [io 0x0454-0x0457] has been reserved
    [ 0.692090] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.692134] system 00:04: [io 0x04d0-0x04d1] has been reserved
    [ 0.692136] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692189] pnp 00:05: Plug and Play ACPI device, IDs ETD0108 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.692225] pnp 00:06: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
    [ 0.692379] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.692381] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.692383] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.692384] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.692386] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.692388] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.692389] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.692391] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.692393] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.692395] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.692396] system 00:07: [mem 0xcfe00000-0xcfe00fff] has been reserved
    [ 0.692398] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692464] system 00:08: [mem 0xcfe00000-0xcfe00fff] has been reserved
    [ 0.692466] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692587] system 00:09: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.692589] system 00:09: [mem 0x40004000-0x40004fff] has been reserved
    [ 0.692591] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.692617] pnp: PnP ACPI: found 10 devices
    [ 0.692618] ACPI: bus type PNP unregistered
    [ 0.698950] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.698953] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.698956] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.698958] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.698961] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.698973] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.698978] pci 0000:00:1c.1: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.698986] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.698989] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.698995] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.699004] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.699005] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.699007] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.699008] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.699009] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.699011] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.699012] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.699014] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 0.699015] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 0.699016] pci_bus 0000:00: resource 13 [mem 0xcfe00000-0xfeafffff]
    [ 0.699018] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.699019] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    [ 0.699021] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.699023] pci_bus 0000:03: resource 1 [mem 0xf7900000-0xf79fffff]
    [ 0.699024] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.699026] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf78fffff]
    [ 0.699048] NET: Registered protocol family 2
    [ 0.699217] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.699348] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.699457] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.699472] TCP: reno registered
    [ 0.699483] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.699508] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.699564] NET: Registered protocol family 1
    [ 0.699579] pci 0000:00:02.0: Boot video device
    [ 0.735318] pci 0000:04:00.0: set MSI_INTX_DISABLE_BUG flag
    [ 0.735322] PCI: CLS 64 bytes, default 64
    [ 0.735362] Unpacking initramfs...
    [ 0.816940] Freeing initrd memory: 5356K (ffff88003757a000 - ffff880037ab5000)
    [ 0.816948] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.816950] software IO TLB [mem 0xa97a9000-0xad7a9000] (64MB) mapped at [ffff8800a97a9000-ffff8800ad7a8fff]
    [ 0.817180] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
    [ 0.817219] Scanning for low memory corruption every 60 seconds
    [ 0.817445] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.817768] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.818908] zbud: loaded
    [ 0.819058] VFS: Disk quotas dquot_6.5.2
    [ 0.819086] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.819182] msgmni has been set to 10834
    [ 0.819224] Key type big_key registered
    [ 0.819368] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.819416] io scheduler noop registered
    [ 0.819420] io scheduler deadline registered
    [ 0.819459] io scheduler cfq registered (default)
    [ 0.819605] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.819964] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.819978] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.820007] intel_idle: MWAIT substates: 0x21120
    [ 0.820008] intel_idle: v0.4 model 0x3A
    [ 0.820009] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.820167] GHES: HEST is not enabled!
    [ 0.820230] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.820623] Linux agpgart interface v0.103
    [ 0.820666] rtc_cmos 00:02: RTC can wake from S4
    [ 0.820787] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.820817] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.820826] Intel P-state driver initializing.
    [ 0.820835] Intel pstate controlling: cpu 0
    [ 0.820854] Intel pstate controlling: cpu 1
    [ 0.820871] Intel pstate controlling: cpu 2
    [ 0.820903] Intel pstate controlling: cpu 3
    [ 0.820972] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.821169] TCP: cubic registered
    [ 0.821332] NET: Registered protocol family 10
    [ 0.821644] NET: Registered protocol family 17
    [ 0.822136] registered taskstats version 1
    [ 0.822912] Magic number: 14:465:605
    [ 0.823042] rtc_cmos 00:02: setting system clock to 2014-09-13 23:34:40 UTC (1410651280)
    [ 0.823314] PM: Hibernation image not present or could not be loaded.
    [ 0.824652] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
    [ 0.824655] Write protecting the kernel read-only data: 8192k
    [ 0.828153] Freeing unused kernel memory: 800K (ffff880001538000 - ffff880001600000)
    [ 0.829631] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
    [ 0.831604] random: systemd urandom read with 1 bits of entropy available
    [ 0.832821] systemd[1]: Configuration file /usr/lib/systemd/system/ctrl-alt-del.target is marked executable. Please remove executable permission bits. Proceeding anyway.
    [ 0.832824] systemd[1]: Configuration file /usr/lib/systemd/system/ctrl-alt-del.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
    [ 0.835895] systemd[1]: Cannot add dependency job for unit local-fs.target, ignoring: Unit local-fs.target failed to load: No such file or directory.
    [ 0.835900] systemd[1]: Cannot add dependency job for unit swap.target, ignoring: Unit swap.target failed to load: No such file or directory.
    [ 0.835907] systemd[1]: Cannot add dependency job for unit systemd-journald-dev-log.socket, ignoring: Unit systemd-journald-dev-log.socket failed to load: No such file or directory.
    [ 0.835915] systemd[1]: Cannot add dependency job for unit timers.target, ignoring: Unit timers.target failed to load: No such file or directory.
    [ 0.835918] systemd[1]: Cannot add dependency job for unit paths.target, ignoring: Unit paths.target failed to load: No such file or directory.
    [ 0.835921] systemd[1]: Cannot add dependency job for unit slices.target, ignoring: Unit slices.target failed to load: No such file or directory.
    [ 0.846204] systemd-udevd[61]: starting version 216
    [ 0.851356] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
    [ 0.857066] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.858876] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.870874] ACPI: bus type USB registered
    [ 0.870902] usbcore: registered new interface driver usbfs
    [ 0.870913] usbcore: registered new interface driver hub
    [ 0.870957] usbcore: registered new device driver usb
    [ 0.871727] [drm] Initialized drm 1.1.0 20060810
    [ 0.871912] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.871977] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.872004] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.872031] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.872054] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.872570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.872800] ehci-pci: EHCI PCI platform driver
    [ 0.872972] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.872979] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.872995] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.873414] SCSI subsystem initialized
    [ 0.874735] libata version 3.00 loaded.
    [ 0.876901] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.876921] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a18000
    [ 0.878730] ACPI: Lid Switch [LID]
    [ 0.878783] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
    [ 0.878787] ACPI: Sleep Button [SLPB]
    [ 0.878823] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 0.878824] ACPI: Power Button [PWRF]
    [ 0.885423] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.885744] hub 1-0:1.0: USB hub found
    [ 0.885754] hub 1-0:1.0: 2 ports detected
    [ 0.886157] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.886163] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.886179] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.890092] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.890108] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a17000
    [ 0.898678] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.898863] hub 2-0:1.0: USB hub found
    [ 0.898873] hub 2-0:1.0: 2 ports detected
    [ 0.899123] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.899131] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 0.899234] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.899258] xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
    [ 0.899457] hub 3-0:1.0: USB hub found
    [ 0.899469] hub 3-0:1.0: 4 ports detected
    [ 0.899602] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.899604] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 0.899850] hub 4-0:1.0: USB hub found
    [ 0.899861] hub 4-0:1.0: 4 ports detected
    [ 0.899997] ahci 0000:00:1f.2: version 3.0
    [ 0.900123] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    [ 0.912049] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
    [ 0.912054] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 0.919284] scsi0 : ahci
    [ 0.919473] scsi1 : ahci
    [ 0.919569] scsi2 : ahci
    [ 0.919652] scsi3 : ahci
    [ 0.919737] scsi4 : ahci
    [ 0.919817] scsi5 : ahci
    [ 0.919849] ata1: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16100 irq 42
    [ 0.919850] ata2: DUMMY
    [ 0.919853] ata3: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16200 irq 42
    [ 0.919853] ata4: DUMMY
    [ 0.919854] ata5: DUMMY
    [ 0.919855] ata6: DUMMY
    [ 0.920241] [drm] Memory usable by graphics device = 2048M
    [ 0.920243] [drm] Replacing VGA console driver
    [ 0.921140] Console: switching to colour dummy device 80x25
    [ 0.927099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
    [ 0.978778] i915 0000:00:02.0: irq 43 for MSI/MSI-X
    [ 0.978791] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 0.978793] [drm] Driver supports precise vblank timestamp query.
    [ 0.992401] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.031464] fbcon: inteldrmfb (fb0) is primary device
    [ 1.192296] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.238940] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.238968] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.241132] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.241135] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.242336] ata3.00: ATAPI: MATSHITABD-CMB UJ160, 1.00, max UDMA/133
    [ 1.244048] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.244388] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.244391] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.244636] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.244639] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.245827] ata3.00: configured for UDMA/133
    [ 1.249666] ata1.00: ATA-8: WDC WD7500BPVT-80HXZT3, 01.01A01, max UDMA/133
    [ 1.249668] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.254977] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.255204] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.255207] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.260474] ata1.00: configured for UDMA/133
    [ 1.260796] scsi 0:0:0:0: Direct-Access ATA WDC WD7500BPVT-8 1A01 PQ: 0 ANSI: 5
    [ 1.262991] scsi 2:0:0:0: CD-ROM MATSHITA BD-CMB UJ160 1.00 PQ: 0 ANSI: 5
    [ 1.279845] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
    [ 1.279848] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 1.279989] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.279992] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.280037] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.288053] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.288055] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.288272] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 1.305366] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared pch fifo underrun on pch transcoder A
    [ 1.305367] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO underrun
    [ 1.316307] hub 1-1:1.0: USB hub found
    [ 1.316391] hub 1-1:1.0: 6 ports detected
    [ 1.397316] sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 >
    [ 1.399073] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.422404] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.546748] hub 2-1:1.0: USB hub found
    [ 1.546905] hub 2-1:1.0: 6 ports detected
    [ 1.683098] Console: switching to colour frame buffer device 240x67
    [ 1.692813] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 1.692815] i915 0000:00:02.0: registered panic notifier
    [ 1.709304] usb 3-3: new low-speed USB device number 2 using xhci_hcd
    [ 1.709735] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
    [ 1.709833] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input8
    [ 1.727351] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 1.752763] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9
    [ 1.752815] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 1.819288] tsc: Refined TSC clocksource calibration: 2594.112 MHz
    [ 1.887971] usb 3-3: ep 0x83 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.890031] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.900283] usbcore: registered new interface driver usbhid
    [ 1.900287] usbhid: USB HID core driver
    [ 1.901514] input: Microsoft Comfort Mouse 3000 as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:045E:077B.0001/input/input10
    [ 1.901597] hid-generic 0003:045E:077B.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Comfort Mouse 3000] on usb-0000:00:14.0-3/input0
    [ 1.966216] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
    [ 2.132934] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
    [ 2.416335] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
    [ 2.820032] Switched to clocksource tsc
    [ 2.888651] random: nonblocking pool is initialized
    [ 3.089789] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.358639] systemd-journald[53]: Received SIGTERM from PID 1 (systemd).
    [ 5.897107] systemd-readahead[155]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
    [ 6.512882] EXT4-fs (sda8): re-mounted. Opts: data=ordered
    [ 7.301637] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 7.308423] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    [ 7.314841] systemd-udevd[191]: starting version 216
    [ 7.318026] ip6_tables: (C) 2000-2006 Netfilter Core Team
    [ 9.643450] ACPI: AC Adapter [AC0] (off-line)
    [ 9.707164] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000044f (\GPIS) (20140424/utaddress-258)
    [ 9.707175] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258)
    [ 9.707183] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707188] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140424/utaddress-258)
    [ 9.707194] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140424/utaddress-258)
    [ 9.707200] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707203] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140424/utaddress-258)
    [ 9.707208] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140424/utaddress-258)
    [ 9.707214] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707217] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140424/utaddress-258)
    [ 9.707222] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140424/utaddress-258)
    [ 9.707228] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707231] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 9.732620] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 9.754610] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
    [ 9.823510] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\SMB0) (20140424/utaddress-258)
    [ 9.823518] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
    [ 9.823522] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.885093] ACPI: Battery Slot [BAT0] (battery present)
    [ 9.885341] wmi: Mapper loaded
    [ 10.025457] input: PC Speaker as /devices/platform/pcspkr/input/input11
    [ 10.107482] thermal LNXTHERM:00: registered as thermal_zone0
    [ 10.107485] ACPI: Thermal Zone [THRM] (54 C)
    [ 10.123269] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.219286] cfg80211: Calling CRDA to update world regulatory domain
    [ 10.271262] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 10.271264] Copyright(c) 2003- 2014 Intel Corporation
    [ 10.271366] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 10.271428] iwlwifi 0000:03:00.0: irq 45 for MSI/MSI-X
    [ 10.310963] iTCO_vendor_support: vendor-support=0
    [ 10.422203] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.422220] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.422235] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.422315] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 10.525335] alx 0000:04:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [60:a4:4c:70:de:11]
    [ 10.559149] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 10.559206] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 10.559374] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 10.574607] psmouse serio4: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    [ 10.677032] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    [ 10.694508] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 10.694514] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 10.694517] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 10.694521] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
    [ 10.694580] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 10.703738] asus_wmi: ASUS WMI generic driver loaded
    [ 10.704976] asus_wmi: Initialization: 0x1
    [ 10.705014] asus_wmi: BIOS WMI version: 7.9
    [ 10.705057] asus_wmi: SFUN value: 0x6a0877
    [ 10.706030] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input16
    [ 10.715790] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 10.807860] asus_wmi: Backlight controlled by ACPI video driver
    [ 10.883267] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 10.898742] sound hdaudioC0D0: autoconfig: line_outs=2 (0x14/0x16/0x0/0x0/0x0) type:speaker
    [ 10.898747] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 10.898750] sound hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    [ 10.898752] sound hdaudioC0D0: mono: mono_out=0x0
    [ 10.898754] sound hdaudioC0D0: dig-out=0x1e/0x0
    [ 10.898756] sound hdaudioC0D0: inputs:
    [ 10.898759] sound hdaudioC0D0: Internal Mic=0x19
    [ 10.898762] sound hdaudioC0D0: Mic=0x18
    [ 10.911221] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input17
    [ 10.911566] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
    [ 10.911637] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
    [ 10.911707] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
    [ 11.070896] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x361f03)
    [ 11.085464] psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x15, 0x0d.
    [ 11.152788] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input15
    [ 11.532713] systemd-udevd[285]: renamed network interface eth0 to enp4s0
    [ 11.632559] systemd-udevd[285]: renamed network interface wlan0 to wlp3s0
    [ 11.796657] mousedev: PS/2 mouse device common for all mice
    [ 11.814896] AVX version of gcm_enc/dec engaged.
    [ 12.249546] media: Linux media interface: v0.10
    [ 12.405592] Linux video capture interface: v2.00
    [ 12.489425] Bluetooth: Core ver 2.19
    [ 12.489454] NET: Registered protocol family 31
    [ 12.489458] Bluetooth: HCI device and connection manager initialized
    [ 12.489470] Bluetooth: HCI socket layer initialized
    [ 12.489475] Bluetooth: L2CAP socket layer initialized
    [ 12.489499] Bluetooth: SCO socket layer initialized
    [ 12.618057] usbcore: registered new interface driver btusb
    [ 12.741864] Adding 6291452k swap on /dev/sda5. Priority:-1 extents:1 across:6291452k FS
    [ 12.946876] uvcvideo: Found UVC 1.00 device ASUS USB2.0 Webcam (1bcf:2883)
    [ 12.964918] input: ASUS USB2.0 Webcam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input21
    [ 12.965046] usbcore: registered new interface driver uvcvideo
    [ 12.965049] USB Video Class driver (1.1.1)
    [ 13.388855] intel_rapl: RAPL domain dram detection failed
    [ 15.010386] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 15.017669] systemd-journald[159]: Received request to flush runtime journal from PID 1
    [ 27.377350] bbswitch: version 0.8
    [ 27.377363] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 27.377367] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 27.377374] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 27.377449] bbswitch: detected an Optimus _DSM function
    [ 27.377495] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 27.378547] bbswitch: disabling discrete graphics
    [ 27.378554] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 27.805771] alx 0000:04:00.0: irq 47 for MSI/MSI-X
    [ 27.806124] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
    [ 27.840453] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 27.847948] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
    [ 28.089495] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 28.097001] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
    [ 28.163505] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
    [ 28.525115] fuse init (API version 7.23)
    [ 28.890210] wlp3s0: authenticate with 90:0d:cb:19:04:e0
    [ 28.895402] wlp3s0: send auth to 90:0d:cb:19:04:e0 (try 1/3)
    [ 28.897519] wlp3s0: authenticated
    [ 28.900414] wlp3s0: associate with 90:0d:cb:19:04:e0 (try 1/3)
    [ 28.916513] wlp3s0: RX AssocResp from 90:0d:cb:19:04:e0 (capab=0xc11 status=0 aid=4)
    [ 28.936417] wlp3s0: associated
    [ 28.936448] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
    [ 28.936477] cfg80211: Calling CRDA to update world regulatory domain
    [ 32.940

    hcra wrote:You might see this Wiki page for long boot times and NetworkManager
    https://wiki.archlinux.org/index.php/Sy … _over_time
    Wow, that solved this problem. I had 5 GB of systemd logs. I deleted them (after making a backup on another disk), I limited the journal size to only 50MB, and now NetworkManager only lasts 4 seconds to start, and GDM appears 10 seconds earlier. Thanks a lot

  • [SOLVED] Cannot boot with linux-3.5.3

    Edit: Solved, as explained here.
    Hello,
    after upgrading to linux-3.5.3-1 my boot stopped at
    :: running early hook [udev]
    I tried upgrading to grub-bios-2.00, removing any customization I had in modprobe.conf and /etc/modules-load.d as well as removing the only module (radeon) from /etc/mkinitcpio.conf (obviously followed by mkinitcpio -p linux), which made me go on to
    :: waiting for udev uevents to be processed [BUSY]
    I'm not sure it's an actual progress.
    My /etc/udev/rules.d is empty and /usr/lib/udev/rules.d only contains pacman-tracked stuff.
    I enabled some debugging as described here but couldn't get anything useful - is there any way for such messages to be logged somewhere, so they can be pasted here?
    I ended up downgrading to linux-3.4.9, which boots fine.
    Any idea to troubleshoot this?
    cat /etc/rc.conf
    # /etc/rc.conf - configuration file for initscripts
    # Most of rc.conf has been replaced by various other configuration
    # files. See archlinux(7) for details.
    # For more details on rc.conf see rc.conf(5).
    DAEMONS=(!hwclock ntpd syslog-ng !network netfs crond dbus @networkmanager kdm @cpufreq sshd @cups @supervisor)
    # Storage
    # USEDMRAID="no"
    # USELVM="no"
    # Network
    # interface=
    # address=
    # netmask=
    # gateway=
    cat /etc/mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev autodetect pata scsi sata resume filesystems usbinput fsck"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    pacman -Qo /usr/lib/udev/rules.d/*
    /usr/lib/udev/rules.d/10-dm.rules is owned by device-mapper 2.02.97-1
    /usr/lib/udev/rules.d/10-vboxdrv.rules is owned by virtualbox 4.1.20-2
    /usr/lib/udev/rules.d/11-dm-lvm.rules is owned by lvm2 2.02.97-1
    /usr/lib/udev/rules.d/13-dm-disk.rules is owned by device-mapper 2.02.97-1
    /usr/lib/udev/rules.d/40-gphoto.rules is owned by libgphoto2 2.4.14-1
    /usr/lib/udev/rules.d/40-hpet-permissions.rules is owned by jack2 1.9.8-2
    /usr/lib/udev/rules.d/40-usb-media-players.rules is owned by media-player-info 17-1
    /usr/lib/udev/rules.d/42-usb-hid-pm.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/50-udev-default.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/53-sane.rules is owned by sane 1.0.23-1
    /usr/lib/udev/rules.d/60-cdrom_id.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-pcmcia.rules is owned by pcmciautils 018-4
    /usr/lib/udev/rules.d/60-persistent-alsa.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-input.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-serial.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-storage-tape.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-storage.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-persistent-v4l.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/60-rfkill.rules is owned by rfkill 0.4-5
    /usr/lib/udev/rules.d/61-accelerometer.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules is owned by gnome-bluetooth 3.4.2-1
    /usr/lib/udev/rules.d/64-md-raid.rules is owned by mdadm 3.2.5-2
    /usr/lib/udev/rules.d/65-kvm.rules is owned by qemu 1.1.1-1
    /usr/lib/udev/rules.d/69-cd-sensors.rules is owned by colord 0.1.21-2
    /usr/lib/udev/rules.d/69-libmtp.rules is owned by libmtp 1.1.4-1
    /usr/lib/udev/rules.d/70-infrared.rules is owned by v4l-utils 0.8.8-1
    /usr/lib/udev/rules.d/70-power-switch.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/70-uaccess.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/70-udev-acl.rules is owned by consolekit 0.4.6-4
    /usr/lib/udev/rules.d/71-seat.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/73-seat-late.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/75-net-description.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/75-probe_mtd.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/75-tty-description.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/77-nm-olpc-mesh.rules is owned by networkmanager 0.9.4.0-6
    /usr/lib/udev/rules.d/78-sound-card.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/80-drivers.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/80-udisks.rules is owned by udisks 1.0.4-5
    /usr/lib/udev/rules.d/80-udisks2.rules is owned by udisks2 1.94.0-2
    /usr/lib/udev/rules.d/85-usbmuxd.rules is owned by usbmuxd 1.0.8-1
    /usr/lib/udev/rules.d/90-alsa-restore.rules is owned by alsa-utils 1.0.25-3
    /usr/lib/udev/rules.d/90-libgpod.rules is owned by libgpod 0.8.2-6
    /usr/lib/udev/rules.d/90-pulseaudio.rules is owned by pulseaudio 2.1-1
    /usr/lib/udev/rules.d/95-cd-devices.rules is owned by colord 0.1.21-2
    /usr/lib/udev/rules.d/95-dm-notify.rules is owned by device-mapper 2.02.97-1
    /usr/lib/udev/rules.d/95-keyboard-force-release.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/95-keymap.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/95-udev-late.rules is owned by systemd-tools 188-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-dell.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-gateway.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-ibm.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-csr.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-hid.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/95-upower-wup.rules is owned by upower 0.9.17-2
    /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules is owned by bluez 4.101-1
    /usr/lib/udev/rules.d/99-systemd.rules is owned by systemd-tools 188-2
    cat /var/log/pacman.log
    [2012-08-28 12:27] Running 'pacman -Sy'
    [2012-08-28 12:27] synchronizing package lists
    [2012-08-28 14:51] Running 'pacman -S -u'
    [2012-08-28 14:51] starting full system upgrade
    [2012-08-28 14:53] upgraded gc (7.2.c-1 -> 7.2.d-1)
    [2012-08-28 14:53] >>> Updating module dependencies. Please wait ...
    [2012-08-28 14:53] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-08-28 14:53] ==> Building image from preset: 'default'
    [2012-08-28 14:53] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-08-28 14:53] ==> Starting build: 3.5.3-1-ARCH
    [2012-08-28 14:53] -> Running build hook: [base]
    [2012-08-28 14:53] -> Running build hook: [udev]
    [2012-08-28 14:53] -> Running build hook: [autodetect]
    [2012-08-28 14:53] -> Running build hook: [pata]
    [2012-08-28 14:53] -> Running build hook: [scsi]
    [2012-08-28 14:53] -> Running build hook: [sata]
    [2012-08-28 14:53] -> Running build hook: [resume]
    [2012-08-28 14:53] -> Running build hook: [filesystems]
    [2012-08-28 14:53] -> Running build hook: [usbinput]
    [2012-08-28 14:53] -> Running build hook: [fsck]
    [2012-08-28 14:53] ==> Generating module dependencies
    [2012-08-28 14:53] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-08-28 14:53] ==> Image generation successful
    [2012-08-28 14:53] ==> Building image from preset: 'fallback'
    [2012-08-28 14:53] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-08-28 14:53] ==> Starting build: 3.5.3-1-ARCH
    [2012-08-28 14:53] -> Running build hook: [base]
    [2012-08-28 14:53] -> Running build hook: [udev]
    [2012-08-28 14:53] -> Running build hook: [pata]
    [2012-08-28 14:53] -> Running build hook: [scsi]
    [2012-08-28 14:53] -> Running build hook: [sata]
    [2012-08-28 14:53] -> Running build hook: [resume]
    [2012-08-28 14:53] -> Running build hook: [filesystems]
    [2012-08-28 14:53] -> Running build hook: [usbinput]
    [2012-08-28 14:53] -> Running build hook: [fsck]
    [2012-08-28 14:53] ==> Generating module dependencies
    [2012-08-28 14:53] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-08-28 14:53] ==> Image generation successful
    [2012-08-28 14:53] upgraded linux (3.4.9-1 -> 3.5.3-1)
    [2012-08-28 14:53] upgraded lirc-utils (1:0.9.0-22 -> 1:0.9.0-26)
    [2012-08-28 14:53] In order to use the new version, reload all virtualbox modules manually.
    [2012-08-28 14:53] upgraded virtualbox-modules (4.1.20-1 -> 4.1.20-3)
    [2012-08-28 14:59] Running 'pacman -U /tmp/yaourt-tmp-dp/PKGDEST.3fb/google-chrome-21.0.1180.81-1-x86_64.pkg.tar.xz'
    [2012-08-28 14:59] upgraded google-chrome (21.0.1180.57-1 -> 21.0.1180.81-1)
    [2012-08-28 15:00] Running 'pacman -U /tmp/yaourt-tmp-dp/PKGDEST.MgI/tunlr-0.1.5-1-any.pkg.tar.xz'
    [2012-08-28 15:00] Running 'pacman -Sy'
    [2012-08-28 15:00] synchronizing package lists
    [2012-08-28 15:01] Running 'pacman -U /tmp/yaourt-tmp-dp/PKGDEST.Vic/tunlr-0.1.5-1-any.pkg.tar.xz'
    [2012-08-28 15:01] upgraded tunlr (0.1.4-1 -> 0.1.5-1)
    [2012-08-28 17:34] Running 'pacman -S extra/kdeedu-kmplot'
    [2012-08-28 17:34] installed kdeedu-kmplot (4.9.0-1)
    [2012-08-29 10:20] Running 'pacman -Syu'
    [2012-08-29 10:20] synchronizing package lists
    [2012-08-29 10:20] starting full system upgrade
    [2012-08-29 11:07] Running 'pacman -S grub-bios'
    [2012-08-29 11:07] removed grub (0.97-21)
    [2012-08-29 11:07] Generating grub.cfg.example config file...
    [2012-08-29 11:07] This may fail on some machines running a custom kernel.
    [2012-08-29 11:08] done.
    [2012-08-29 11:08] installed grub-common (2.00-1)
    [2012-08-29 11:08] installed grub-bios (2.00-1)
    [2012-08-29 11:48] Running 'pacman -Sy'
    [2012-08-29 11:48] synchronizing package lists
    [2012-08-29 11:48] starting full system upgrade
    [2012-08-29 12:11] Running 'pacman -Sy'
    [2012-08-29 12:11] synchronizing package lists
    [2012-08-29 12:11] starting full system upgrade
    [2012-08-29 12:11] Running 'pacman -S -u'
    [2012-08-29 12:11] starting full system upgrade
    [2012-08-29 12:15] upgraded firefox (14.0.1-1 -> 15.0-1)
    [2012-08-29 12:15] upgraded firefox-i18n-it (14.0.1-1 -> 15.0-1)
    [2012-08-29 12:15] upgraded gsmartcontrol (0.8.7-1 -> 0.8.7-2)
    [2012-08-29 12:15] upgraded libwbclient (3.6.7-1 -> 3.6.7-2)
    [2012-08-29 12:15] upgraded smbclient (3.6.7-1 -> 3.6.7-2)
    [2012-08-29 12:15] upgraded samba (3.6.7-1 -> 3.6.7-2)
    [2012-08-29 12:15] upgraded sane (1.0.22-9 -> 1.0.23-1)
    [2012-08-29 12:15] upgraded syslinux (4.05-6 -> 4.05-7)
    [2012-08-29 12:15] upgraded thunderbird (14.0-1 -> 15.0-1)
    [2012-08-29 12:15] upgraded thunderbird-i18n-it (14.0-1 -> 15.0-1)
    [2012-08-29 12:15] -> You can now set custom file descriptor ulimits for Tor in
    [2012-08-29 12:15] -> "/etc/conf.d/tor" using the "TOR_MAX_FD" variable.
    [2012-08-29 12:15] upgraded tor (0.2.2.37-1 -> 0.2.2.38-1)
    [2012-08-29 12:56] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.K10/downgrade-3.0-1-any.pkg.tar.xz'
    [2012-08-29 12:56] installed downgrade (3.0-1)
    [2012-08-29 12:57] Running 'pacman -U /var/cache/pacman/pkg/linux-3.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:04] Running 'pacman -U /var/cache/pacman/pkg/virtualbox-modules-4.1.20-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:05] Running 'pacman -U /var/cache/pacman/pkg/linux-3.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:05] Running 'pacman -R virtualbox-modules'
    [2012-08-29 13:05] Running 'pacman -Rd virtualbox-modules'
    [2012-08-29 13:05] Running 'pacman -Rdd virtualbox-modules'
    [2012-08-29 13:06] removed virtualbox-modules (4.1.20-3)
    [2012-08-29 13:06] Running 'pacman -U /var/cache/pacman/pkg/linux-3.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-29 13:06] >>> Updating module dependencies. Please wait ...
    [2012-08-29 13:06] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-08-29 13:06] ==> Building image from preset: 'default'
    [2012-08-29 13:06] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-08-29 13:06] ==> Starting build: 3.4.9-1-ARCH
    [2012-08-29 13:06] -> Running build hook: [base]
    [2012-08-29 13:06] -> Running build hook: [udev]
    [2012-08-29 13:06] -> Running build hook: [autodetect]
    [2012-08-29 13:06] -> Running build hook: [pata]
    [2012-08-29 13:06] -> Running build hook: [scsi]
    [2012-08-29 13:06] -> Running build hook: [sata]
    [2012-08-29 13:06] -> Running build hook: [resume]
    [2012-08-29 13:06] -> Running build hook: [filesystems]
    [2012-08-29 13:06] -> Running build hook: [usbinput]
    [2012-08-29 13:06] -> Running build hook: [fsck]
    [2012-08-29 13:06] ==> Generating module dependencies
    [2012-08-29 13:06] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-08-29 13:06] ==> Image generation successful
    [2012-08-29 13:06] ==> Building image from preset: 'fallback'
    [2012-08-29 13:06] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-08-29 13:06] ==> Starting build: 3.4.9-1-ARCH
    [2012-08-29 13:06] -> Running build hook: [base]
    [2012-08-29 13:06] -> Running build hook: [udev]
    [2012-08-29 13:06] -> Running build hook: [pata]
    [2012-08-29 13:06] -> Running build hook: [scsi]
    [2012-08-29 13:07] -> Running build hook: [sata]
    [2012-08-29 13:07] -> Running build hook: [resume]
    [2012-08-29 13:07] -> Running build hook: [filesystems]
    [2012-08-29 13:07] -> Running build hook: [usbinput]
    [2012-08-29 13:07] -> Running build hook: [fsck]
    [2012-08-29 13:07] ==> Generating module dependencies
    [2012-08-29 13:07] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-08-29 13:07] ==> Image generation successful
    [2012-08-29 13:07] upgraded linux (3.5.3-1 -> 3.4.9-1)
    [2012-08-29 14:47] Running 'pacman -Sy'
    [2012-08-29 14:47] synchronizing package lists
    [2012-08-29 14:49] Running 'pacman -S -u'
    [2012-08-29 14:49] starting full system upgrade
    Last edited by thujone (2012-09-19 12:18:51)

    because the report opener said that those freezes fixed with the 'futex' patch (included in 3.14-5).
    As he says:
    for those who have again problems despite the patch it means probably that there are another bugs further in the source code of kernel 3.14, bugs who are not necessarily related to the "futex problem"
    i will try a clean profile, thanks.
    Last edited by tritonas00 (2014-04-16 13:22:51)

  • [Solved] Howto boot Windows 7 from grub2 and uefi?

    I have added the following entry in my grub.cfg file..:
    menuentry "Windows 7" {
    insmod part_gpt
    insmod fat
    search --file --no-floppy --set=root /efi/Microsoft/Boot/bootmgfw.efi
    chainloader ()/efi/Microsoft/Boot/bootmgfw.efi
    But if I choose this entry, I get an error telling me "No such disk"
    What am I missing?
    Regards,
    BTJ
    Last edited by bjorntj (2011-09-13 08:41:42)

    bjorntj wrote:
    Thx...
    BTJ
    Mark the thread as [SOLVED].
    Last edited by skodabenz (2011-09-13 08:39:14)

  • [SOLVED] Suddenly booting in emergency mode, why?

    Hi,
    i already searched here and with google and I could find problems regarding the emergency mode but none fitting to mine
    I really dont know what I shall do now.
    I just rebooted because my wifi was connected but i had no internet connection although it was there on other devices. after reboot it showed emergency mode like in the pictures below.
    plus i posted the error parts of the journal output.
    can someone help me with that?
    thank you very much
    Last edited by christian1337 (2015-04-28 18:20:31)

    christian1337 wrote:
    that actually helped, thank you very much
    But how can I prevent this? I guess it was because my notebook booted into windows and because II didn't want it to boot I just restarted while booting. not the gentle way but usually I had no problems with that. I mean I won't do that again now but can I maybe fix something in my fstab?
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    # /dev/sdb8 UUID=3699c7ac-8e3e-42c6-b215-19965446990e
    LABEL=arch / ext4 rw,relatime,data=ordered 0 2
    # /dev/sdb7 UUID=570f4617-353e-4631-9825-2bc569f35af0
    LABEL=swap none swap defaults 0 0
    LABEL=stuff /media/stuff ntfs defaults,rw 0 2
    why is there a swap at all? When I installed arch I especially tried doing it without a swap drive because I have 16gb of ram, so I thought I don't need that?
    but to be safe I should exchange all the labels with UUIDs right?
    afterwards I will mark this thread as solved.
    UUID's are generally safer because they won't change over time. I got mixed up with labels referring to "/dev/sdb8" or "arch", so your current definitions should be fine as long as you don't introduce a new drive labelled arch.
    To get rid of mounting the swap partition, (This WILL disable hibernation) you can just prefix the swap line with a hash so it isn't parsed.
    To allow skipping of the Windows partition if it's in HybridBoot, add "nofail" to the options region. E.G: LABEL=stuff /media/stuff ntfs defaults,rw,nofail 0 0
    Last thing (Hopefully), the pass field, (the digit 2 in the "stuff" line) should be a zero, as fsck cannot scan NTFS as far as I know.

  • [SOLVED] No boot after update unable to find root device|libmount.so.1

    Hi,
    after my most recent update, which was the first for a long time, I am getting the following error when trying to boot my system:
    mount: /lib/libmount.so.1: version 'MOUNT_2.20' not found (required by mount)
    cat: can'topen '/proc/cmdline': No such file or directory
    ERROR: Unable to find root device ' '
    The same for MOUNT_2.21. This error still persists after chroot manual installs of util-linux and glibc. I tried downgrading util-linux still witout success. Following reply #15 of: https://bbs.archlinux.org/viewtopic.php?pid=1130638 did not solve it either.
    I also reinstalled grub just to be on the safe side, but nothing helped.
    Please help.
    Thanks
    Last edited by mark-o-solo (2012-08-02 14:56:36)

    https://wiki.archlinux.org/index.php/Pa … nger_boot.
    If you fucked up the glibc migration (read "The /lib directory becomes a symlink" from the archlinux.org front page), there are countless threads about this, including a big one (350+ replies) in the "Pacman & Package Upgrade Issues" category. I'm sure you will find some answers there.

  • How to solve a boot problem

    I was working on my Mac and it was very slow, so i turned it off (it was like quarter and hour while shutdown). After, i tried to boot it again, but didn't boot, so i entered Verbose mode. Error was "disk0s2: media is not present". I entered sigle user mode and i did "fsck -fy". It did the check and it was "The volume Macintosh HD appears to be OK. FILE SYSTEM WAS MODIFIED. I did fsck -fy again (i read on a forum that is necessary to do this till it doesn't appear FILE SYSTEM WAS MODIFIED) and it didn't appeared, only appered again "The volume Macintosh HD appears to be OK", so i logged out, but the disk0s2: media is not present was on screen another time. I booted from Mac OS X installation DVD, and i opened Disk Utility. It appeared the wait cursor and freezed. I held the Power button for shutdown and booted again from same DVD. I selected the installation program and when it checked the HDs for install it appeared Macintosh HD with 159'7 GB and 31'97 GB free, but when HD check finished, it disappeared. After doing that like 5 times, Macintosh HD didn't appear anymore when checking. From the single user mode i can enter to HD directories, like /Applications/Parallels or /Applications/ToySight etc. I need help for how to boot again my Mac or how to reinstall Mac OS without losing anything, or how to do a backup. Thanks.

    CAH4E3 wrote:
    Got my new customized iMac 27' yeasterday. After installing some soft, I decided to install Windows 7 as second OS on Boot Camp. After clicking the Boot Camp Assistant icon, programm opens, and immediately it shows error "Boot Camp Assistaint does not support Windows installation on this iMac 3TB" or something like that (I have a russian version of dashboard/OS). Only option available at that moment - button "OK", which exits Boot Camp A|ssistant.
    So... Any suggestions on how to solve the problem? I really need Windows as second OS, and don't want to install it like a virtual/emulator machine.
    My customized iMac "loadout" is Core i7 3.4, 16Gb DDR, Nvidia GeForce 680MX 2Gb, 3TB Hard Drive.
    P.S. I thought this may be solved by separating Hard Drive into partitions (main, which is for Mac OS, and little tome for Windows, formated into MS DOS FAT system), still - this has not helped me.
    There is a thread covering this subject here.  I would advise you to read the whole thread before trying the 'solution'.

  • [SOLVED] Dual-boot Arch/Windows - 2 hard drives

    Hi Everyone
    I've just installed Arch and I'm having a bit of a problem dual-booting between Arch and Windows XP, which are each on a seperate Hard drive.
    I've done this successfully before with Mepis Linux and Windows XP, but for some reason it's not working this time.   
    The difference is that I've recently purchased a new computer and both Windows and Arch are on SATA drives whereas last time they were both on IDE drives.  Also I'm not sure whether or not to enable SATA AHCI mode in the BIOS (apparently it doesn't work with XP anyways), or SATA port 0-3 Native mode.  Although I've tried all possible combinations and it doesn't seem to work at all.
    Here is my menu.lst file:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/0df05d3b-537c-4576-ad36-1f90a6b01ec0 ro vga=773
    initrd /boot/kernel26.img
    # (1) Windows
    title Windows
    rootnoverify (hd1,0)
    makeactive
    chainloader +1
    When I boot into Arch from Grub it works fine,  but when I try to boot into Windows from Grub, I get this:
    rootnoverify (hd1,0)
    makeactive
    chainloader +1
    and then nothing....No error message or anything. It just hangs.  Does anyone have any ideas as to what's happening? Thanks in advance.
    edit:  It seems I solved the problem by adding these lines to the menu.lst file:
    map (hd0) (hd1)
    map (hd1) (hd0)
    root (hd1,0)
    I can now boot into either Arch or Windows from the Grub menu
    Last edited by axle (2008-09-30 02:35:54)

    This is a question that can very easily be answered by doing a simple google serach.  Google is your friend.  I suggest you start there and come back if you run into issues.

  • [SOLVED] Weird Boot Problem

    I carried out an -Syu on my eeepc a couple of weeks ago. Unusually, this resulted in all kinds of error messages at boot time. most of which I've hunted down and squashed. The machine has functioned correctly throughout.
    However, there is one message which I cannot find. When the system boots, the on-screen command line output displayed before the desktop is loaded (lxde) shows a "Login:" prompt, which is followed immediately by the display of an error message
    FATAL: Module and not found
    I can't find this in any of the logs, so I don't know where to begin. Module "and"??!!
    Any advice would be very welcome.
    Thanks in advance
    Last edited by myrlin (2011-10-28 14:10:21)

    I have just discovered that this message is being generated by UFW.
    I have it in my Daemons array.
    A manual start (or restart) also fails with the same message.
    Strangely, when accessing UFW through GUFW, all seems to be normal.
    "ufw status" reports "active". Curious!
    **EDIT**
    I finally solved the problem by completely removing ufw and gufw (including ALL configuration files), then re-installing. I never did find out what had been corrupted, or how, but - hey - life's too short!!
    Many thanks to everyone for their help and support
    Last edited by myrlin (2011-10-28 14:13:36)

  • [SOLVED]dual boot-Failed to mount real root device

    Hello,
    Here is my drives partition info:
    /dev/sda1       2,949,122,048 3,907,028,991   957,906,944   7 NTFS / exFAT / HPFS
    /dev/sda2               2,048   901,117,951   901,115,904  83 Linux
    /dev/sda3    *    901,117,952 1,925,115,903 1,023,997,952   f W95 Extended (LBA)
    /dev/sda5         901,120,000   901,439,487       319,488  83 Linux
    /dev/sda6         901,441,536   905,648,127     4,206,592  82 Linux swap / Solaris
    /dev/sda7         905,650,176 1,925,115,903 1,019,465,728  83 Linux
    /dev/sda4       1,925,115,904 2,949,122,047 1,024,006,144   7 NTFS / exFAT / HPFS
    /dev/sdb1               2,048     2,099,199     2,097,152  83 Linux
    /dev/sdb2           2,099,200    53,299,199    51,200,000  83 Linux
    /dev/sdb3          53,299,200    73,779,199    20,480,000  83 Linux
    /dev/sdb4          73,779,200   224,673,791   150,894,592   7 NTFS / exFAT / HPFS
    I installed Opensuse 12.1 on /dev/sda5. It is booting with Grub, working with no problems. The computer boots directly to Grub menu.
    THEN, I installed Arch linux (last release) on both sda and sdb following these mounting points:
    /dev/sdb1 mounted as /boot  Ext2
    /dev/sdb2 mounted as /   BTRFS
    /dev/sdb3 mounted as /usr  BTRFS
    /dev/sda2 mounted as /home  BTRFS
    Intstallation went smooth until the end. Installed the bootloader.
    Now, I am trying to configure GRUB to boot Arch.
    Here is what I added on /boot/grub/menu.lst, in sda5 under Opensuse:
    title Arch Linux  [/boot/vmlinuz-linux]
        root (hd1,0)
        kernel /vmlinuz-linux root=/dev/sdb1 ro
        initrd /initramfs-linux.img
    In Opensuse, i can check that vmlinux and grub/menu.lst are indeed in /dev/sdb1
    My /etc/fstab is on /dev/sdb2
    =============================== sdb2/etc/fstab: ==========
    # /etc/fstab: static file system information
    # <file system>    <dir>    <type>    <options>    <dump>    <pass>
    tmpfs        /tmp    tmpfs    nodev,nosuid    0    0
    /dev/sda2 /home btrfs defaults 0 1
    /dev/sdb1 /boot ext2 defaults 0 1
    /dev/sdb2 / btrfs defaults 0 1
    /dev/sdb3 /usr btrfs defaults 0 1
    With this parameters, i got an message error when booting Arch:
    Mounting /dev/sdb1 on /new_root failed: no such device.
    Error : failed to mount the real root device.
    So, at busybox prompt, I tried this command line :
    ramfs # mount -t ext2 /dev/sdb1
    Got an error : Can't read /etc/fstab
    I tried too to give a uuid adress to sdb1 in my menu.lst file, but it didn't change anything, so I am sure partition number is correct.
    It seems to me in fact that GRUB can't find fstab.
    Two questions :
    -Would it be better in fact to use only 1 GRUB file for both systems? If yes, shall I keep only the grub config from Opensuse?
    -What do I wrong with Arch booting? Why can't I boot Arch?
    EDIT :1- just realised there is no BOOT flag in my partiton table on /dev/sdb.
                2- root is on /dev/sdb2, not sdb1.
    1-I toggled my first partition bootable using fdisk
    2-changed root to point to /dev/sdb2
    Now booting into Arch login
    Last edited by gabx (2011-11-22 22:33:09)

    It was a very simple problem. I used the wrong uuid for my /
    Correct entry in 40_custom is:
    #!/bin/sh
    exec tail -n +3 $0
    # 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.
    menuentry "Arch Linux uuid" {
    insmod part_msdos
    insmod ext2
    search --fs-uuid --no-floppy --set=root 8516fa60-0d45-4f33-b269-817c5290f6cc
    linux /vmlinuz26 root=/dev/disk/by-uuid/9f32e668-2548-4ed4-a10b-3fbea66a6d95 ro vga=775
    initrd /kernel26.img
    Now the boot is working great. Next thing was that my /home and swap was not detected.
    That was simply because /etc/fstab was still using /dev/sda etc naming. changing  that to uuid solved that part as well.
    To use uuid all the way and of cause the correct one solved everything
    /Christer
    Last edited by agkbill (2011-07-15 16:00:30)

  • [SOLVED] Cloning boot and var partitions to a new drive for booting

    Ok first of all here's my setup:
    fakeraid (dmraid) / and home on an OCZ Revodrive
    boot with GRUB on a flash drive (since fakeraid doesn't support grub)
    var and downloads/media folder on a 500GB WD Caviar drive
    When I originally installed Arch I had the Caviar drive in my home server in a RAID5 array, so that's why I opted to install boot and grub on a flash drive simply for booting.  Now that I have the drive in my desktop I've cloned the flash drive's partitions and MBR using dd:
    #dd if=/dev/sde of=~/MBR.img bs=512 count=1
    #dd if=/dev/sde1 of=~/boot.img
    #dd if=/dev/sdc1 of=~/var.img
    I then backed up my downloads/media partition, then removed the partition table, then used dd to put the img files on the Caviar drive.
    #dd if=~/MBR.img of=/dev/sdc bs=512 count=1
    #dd of=~/boot.img of=/dev/sdc1
    #dd of=~/var.img of=/dev/sdc2
    I also created labels for the filesystems and put those in fstab.
    I'm able to mount both partitions, however I can't boot from the drive.  I get a 'grub hard disk error' (no error number) when I put it as my first drive in the BIOS. 
    I can still use the flash drive as the first hard drive in the BIOS and boot from it, then it mounts the dmraid root partition and boots successfully.  It is also able to mount the var and boot partitions in fstab. 
    Basically the only problem is that the MBR is somehow wrong.  I then tried booting back into an Arch live USB and installing GRUB from the prompt:
    grub
    grub>setup (hd4,0) (in this case the Caviar drive's boot partition was /dev/sde1
    So essentially what I'm asking is how GRUB handles the MBR.  Is it specific to the partition table of the drive in which it resides when it's originally installed?  For instance, since I had an 8GB flash drive with 2 partitions when I installed GRUB, is the backed up MBR no good for a 500GB drive with 3 partitions?
    I have everything backed up so I can start with a fresh /boot and /var if need be....I'm just not sure where to start. 
    Thanks in advance.
    Last edited by DarksideEE7 (2011-02-13 23:25:31)

    Sorry, I forgot to mention that I tried to install GRUB from the GRUB shell in a live Arch USB.  It failed on a few non-critical parts, and succeeded on the last part. I'm going to try again shortly, possibly I did something wrong.  GRUB is able to find the stage files using:
    #grub
    grub>find /grub/stage1
    grub> find /grub/stage1
    (hd0,0)
    (hd5,0)
    grub>
    (hd0,0) is the desired boot drive, while (hd5,0) is the current bootable flash drive with /boot and GRUB installed.
    Here is the output of fdisk -l:
    WARNING: GPT (GUID Partition Table) detected on '/dev/sde'! The util fdisk doesn't support GPT. Use GNU Parted.
    Disk /dev/sde: 2000.4 GB, 2000398934016 bytes
    256 heads, 63 sectors/track, 242251 cylinders, total 3907029168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sde1 1 3907029167 1953514583+ ee GPT
    Disk /dev/sdb: 60.0 GB, 60022480896 bytes
    255 heads, 63 sectors/track, 7297 cylinders, total 117231408 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xedb72db9
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 2048 206847 102400 7 HPFS/NTFS
    /dev/sdb2 206848 117227519 58510336 7 HPFS/NTFS
    Disk /dev/sdd: 40.0 GB, 40018599936 bytes
    255 heads, 63 sectors/track, 4865 cylinders, total 78161328 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Disk /dev/sdd doesn't contain a valid partition table
    Disk /dev/sdc: 40.0 GB, 40018599936 bytes
    32 heads, 32 sectors/track, 76329 cylinders, total 78161328 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xb8372fcd
    Device Boot Start End Blocks Id System
    /dev/sdc1 32 21484543 10742256 83 Linux
    /dev/sdc2 21484544 156317695 67416576 83 Linux
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x8497e059
    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 206847 102400 83 Linux
    /dev/sda2 206848 42149887 20971520 83 Linux
    /dev/sda3 42149888 976773167 467311640 83 Linux
    Disk /dev/dm-0: 80.0 GB, 80035053568 bytes
    32 heads, 32 sectors/track, 152654 cylinders, total 156318464 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 65536 bytes / 131072 bytes
    Disk identifier: 0xb8372fcd
    Device Boot Start End Blocks Id System
    /dev/dm-0p1 32 21484543 10742256 83 Linux
    Partition 1 does not start on physical sector boundary.
    /dev/dm-0p2 21484544 156317695 67416576 83 Linux
    Disk /dev/dm-1: 11.0 GB, 11000070144 bytes
    255 heads, 63 sectors/track, 1337 cylinders, total 21484512 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 65536 bytes / 131072 bytes
    Alignment offset: 49152 bytes
    Disk identifier: 0x00000000
    Disk /dev/dm-1 doesn't contain a valid partition table
    Disk /dev/dm-2: 69.0 GB, 69034573824 bytes
    255 heads, 63 sectors/track, 8392 cylinders, total 134833152 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 65536 bytes / 131072 bytes
    Disk identifier: 0x00000000
    Disk /dev/dm-2 doesn't contain a valid partition table
    Disk /dev/sdf: 8086 MB, 8086618112 bytes
    249 heads, 62 sectors/track, 1023 cylinders, total 15794176 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x8497e059
    Device Boot Start End Blocks Id System
    /dev/sdf1 * 62 200693 100316 83 Linux
    /dev/sdf2 200694 15794175 7796741 83 Linux
    I'm using dmraid, so just to be clear I've configured the raid using:
    #modprobe dm_mod
    #dmraid -ay
    Then I saw the array stored in /dev/mapper/silXXXXX.  I then created partitions for /boot, /, and home.  At that time I was hoping to get GRUB working with the AUR package grub2-dmraid.  I wasn't able to get it working for some time, so I just went ahead and installed boot and GRUB to a separate USB flash drive.
    Here is the output of df -h:
    Filesystem Size Used Avail Use% Mounted on
    udev 10M 268K 9.8M 3% /dev
    /dev/mapper/sil_bgbgdjaddicbp1
    11G 5.3G 4.3G 56% /
    shm 6.0G 584K 6.0G 1% /dev/shm
    /dev/mapper/sil_bgbgdjaddicbp2
    64G 38G 23G 63% /home
    /dev/sda1 95M 16M 75M 18% /boot
    /dev/sda2 19G 142M 19G 1% /var
    /dev/sda3 439G 148G 269G 36% /home/l33/Torrents
    none 1000M 132K 1000M 1% /tmp
    shm 6.0G 584K 6.0G 1% /dev/shm
    /dev/sde1 1.8T 1.1T 665G 62% /mnt/Green
    and cat /etc/mtab
    proc /proc proc rw,nosuid,nodev,noexec,relatime
    sys /sys sysfs rw,nosuid,nodev,noexec,relatime
    udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=1022975,mode=755
    /dev/mapper/sil_bgbgdjaddicbp1 / ext4 rw,noatime,barrier=1,stripe=32,data=ordered
    devpts /dev/pts devpts rw 0 0
    shm /dev/shm tmpfs rw,nosuid,nodev 0 0
    /dev/mapper/sil_bgbgdjaddicbp2 /home ext4 rw,noatime 0 0
    /dev/sda1 /boot ext2 rw 0 0
    /dev/sda2 /var reiserfs rw,noatime 0 0
    /dev/sda3 /home/l33/Torrents ext4 rw,noatime 0 0
    none /tmp tmpfs rw,nosuid,nodev,noatime,size=1000M,mode=1777 0 0
    shm /dev/shm tmpfs rw,nosuid,nodev,size=6G 0 0
    rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
    nfsd /proc/fs/nfsd nfsd rw,noexec,nosuid,nodev 0 0
    /dev/sde1 /mnt/Green ext4 rw 0 0
    Also I don't have a /proc/mdstat.  That's only for mdadm RAID setups, right?  It's been quite some time since I've used mdadm so I can't remember.
    EDIT:
    So I booted into a live Arch USB and entered the grub shell.  I ran:
    #grub
    grub> root (hd3,0)
    Filesystem type is ext2fs, partition type 0x83
    grub> setup (hd3)
    Checking if "/boot/grub/stage1" exists.....no
    Checking if "/grub/stage1 exists.......yes
    Checking if "/grub/stage2 exists.......yes
    Checking if "/grub/e2fs_stage1_5 exists....yes
    Running "embed /grub/e2fs_stage1_5 (hd3)".....25 sectors are embedded.
    succeeded
    Running "install /grub/stage1 (hd3) (hd3))1+25 p (hd3,0)/grub/stage2 /grub/menu.lst".......succeeded
    Done.
    Last time I recall more errors than this, then it reporting that one was a non-critical error, so I think the problem may be solved.  More to come.
    Last edited by DarksideEE7 (2011-02-13 23:18:44)

  • [solved] "No boot signature in partition"

    "No boot signature in partition" is the message i get when my computer boots.
    I always had an ata disk it booted from, sda. the OS was on sdb. I got rid of the ata disk and wanted my pc to boot from the disc which contains the OS. So hdb became sda. I installed lilo to the mbr and lilo reported it to be succesful. The partition on which the os resides is flagged bootable.
    This is in my lilo.conf:
    boot=/dev/sda
    default=arch
    timeout=50
    lba32
    prompt
    image=/boot/vmlinuz26
    label=arch
    root=/dev/sda1
    initrd=/boot/kernel26.img
    read-only
    image=/boot/vmlinuz26
    label=arch-fallback
    root=/dev/sda1
    initrd=/boot/kernel26-fallback.img
    read-only
    btw: I installed lilo with "lilo -M /dev/sdb" while the ata-disk was still plugged in. I then removed the disk.
    I dont know what to do. Anyone knows a solution?
    Last edited by build (2009-07-31 21:04:59)

    hello djszapi!
    At first I had problems with grub too. But I always had used lilo, so after the diskswitch I decided to go back to lilo bc grub wasnt doing what i wanted it to do.
    Eitherway, it is solved now. Grub did the trick and shone light on my darkest hour. Grub dissolved the dark enigma of boot signature problems and made them part of the past.
    Thanks
    Last edited by build (2009-07-31 21:03:24)

Maybe you are looking for