You are not logged in.

#1 2014-01-09 23:06:45

jjshinobi
Member
Registered: 2013-04-06
Posts: 97

Gigabyte U2442: Hanging on Graphical Interface [Bumblebee]

My new laptop cannot load the GPU driver.

Previous laptop:
Dell Inspirion 1121 [with no discrete graphics]

This was my first time getting a headache because of NVIDIA.

Specifications:
CPU    3rd Generation Intel® Core™ i5-3230M Processor (2.6GHz-3.2GHz)
Display    14" HD+ 1600x900 LCD
System Memory    8GB DDRIII
Chipset    Mobile Intel® HM77 Express Chipset
Video Graphics    Intel® HD Graphics 4000
NVIDIA® GeForce® GT 730M 2GB
NVIDIA® Optimus™ Technology

The post installations steps that I went through:

#enabled multilib
pacman -Syyu
pacman -S xorg-server xorg-server-utils xorg-xinit
pacman -S mesa
pacman -S nvidia nvidia-utils
pacman -S bumblebee bbswitch intel-dri intel-dri xf86-video-intel xf86-video-intel lib32-primus primus
gpasswd -a <user> bumblebee
systemctl enable bumblebeed
#rebooted
pacman -S lxdm gtk2
systemctl enable lxdm
# targeting the Multi-User / Graphic Interface error, stuck on boot
#rebooted into an arch live cd; chmoded
nano /usr/lib/systemd/system/lxdm.service 
#made all lxdm settings into comment
#rebooted
#Disabled GPU acceleration in BIOS
pacman -Rns nvidia nvidia-utils bumblebee bbswitch intel-dri intel-dri xf86-video-intel xf86-video-intel lib32-primus primus
pacman -S mesa
pacman -S mesa nvidia nvidia-utils
pacman -S mesa nvidia nvidia-utils
sudo systemctl enable bumblebeed
#rebooted
#Enabled GPU acceleration in BIOS
optirun -vv glxgears
#mouse error
pacman -S xf86-mouse-input
optirun -vv glxgears
#could not detect GPU error
modprobe nvidia
#no errors
cat /proc/acpi/bbswitch
# 0000:01:00.0 ON
nano /etc/bumblebee/bumblebee.conf
#added:
Driver=nvidia
nano /etc/bumblebee/xorg.conf.nvidia
#added:
BusID "PCI:01:00:0"
$ uname -a
Linux excelsus 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64 GNU/Linux
$ lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
00:1f.6 Signal processing controller: Intel Corporation 7 Series/C210 Series Chipset Family Thermal Management Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 730M] (rev a1)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
$dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.12.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.2 (GCC) ) #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013
[    0.000000] Command line: \boot\vmlinuz-linux ro root=UUID=335a3d41-5941-4863-b07d-a78569593b23 initrd=boot\initramfs-linux.img
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] 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-0x00000000c997cfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c997d000-0x00000000ca0e5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca0e6000-0x00000000ca0f6fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ca0f7000-0x00000000ca228fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca229000-0x00000000ca63dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca63e000-0x00000000ca63efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca63f000-0x00000000ca681fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca682000-0x00000000cadc3fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cadc4000-0x00000000caff2fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000caff3000-0x00000000caffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] 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-0x000000022f5fffff] usable
[    0.000000] e820: update [mem 0xba552018-0xba568257] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000040005000-0x00000000ba552017] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba552018-0x00000000ba568257] usable
[    0.000000] reserve setup_data: [mem 0x00000000ba568258-0x00000000c997cfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000c997d000-0x00000000ca0e5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ca0e6000-0x00000000ca0f6fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000ca0f7000-0x00000000ca228fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000ca229000-0x00000000ca63dfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ca63e000-0x00000000ca63efff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ca63f000-0x00000000ca681fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000ca682000-0x00000000cadc3fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cadc4000-0x00000000caff2fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000caff3000-0x00000000caffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000022f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xca0e9000  ACPI 2.0=0xca0e9000  SMBIOS=0xca5bd598 
[    0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x000000000005f000) (0MB)
[    0.000000] efi: mem01: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB)
[    0.000000] efi: mem02: type=2, attr=0xf, range=[0x0000000000060000-0x0000000000067000) (0MB)
[    0.000000] efi: mem03: type=7, attr=0xf, range=[0x0000000000067000-0x000000000009e000) (0MB)
[    0.000000] efi: mem04: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[    0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB)
[    0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB)
[    0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f54000) (15MB)
[    0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000002f54000-0x0000000020000000) (464MB)
[    0.000000] efi: mem10: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
[    0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000020200000-0x0000000040004000) (510MB)
[    0.000000] efi: mem12: type=0, attr=0xf, range=[0x0000000040004000-0x0000000040005000) (0MB)
[    0.000000] efi: mem13: type=7, attr=0xf, range=[0x0000000040005000-0x000000007fd06000) (1021MB)
[    0.000000] efi: mem14: type=2, attr=0xf, range=[0x000000007fd06000-0x0000000080000000) (2MB)
[    0.000000] efi: mem15: type=7, attr=0xf, range=[0x0000000080000000-0x00000000ba552000) (933MB)
[    0.000000] efi: mem16: type=2, attr=0xf, range=[0x00000000ba552000-0x00000000ba56a000) (0MB)
[    0.000000] efi: mem17: type=1, attr=0xf, range=[0x00000000ba56a000-0x00000000ba946000) (3MB)
[    0.000000] efi: mem18: type=7, attr=0xf, range=[0x00000000ba946000-0x00000000c6dce000) (196MB)
[    0.000000] efi: mem19: type=4, attr=0xf, range=[0x00000000c6dce000-0x00000000c6e0f000) (0MB)
[    0.000000] efi: mem20: type=7, attr=0xf, range=[0x00000000c6e0f000-0x00000000c6e17000) (0MB)
[    0.000000] efi: mem21: type=4, attr=0xf, range=[0x00000000c6e17000-0x00000000c7427000) (6MB)
[    0.000000] efi: mem22: type=7, attr=0xf, range=[0x00000000c7427000-0x00000000c7428000) (0MB)
[    0.000000] efi: mem23: type=4, attr=0xf, range=[0x00000000c7428000-0x00000000c7740000) (3MB)
[    0.000000] efi: mem24: type=7, attr=0xf, range=[0x00000000c7740000-0x00000000c7741000) (0MB)
[    0.000000] efi: mem25: type=4, attr=0xf, range=[0x00000000c7741000-0x00000000c774c000) (0MB)
[    0.000000] efi: mem26: type=7, attr=0xf, range=[0x00000000c774c000-0x00000000c776d000) (0MB)
[    0.000000] efi: mem27: type=4, attr=0xf, range=[0x00000000c776d000-0x00000000c8f5c000) (23MB)
[    0.000000] efi: mem28: type=7, attr=0xf, range=[0x00000000c8f5c000-0x00000000c9799000) (8MB)
[    0.000000] efi: mem29: type=3, attr=0xf, range=[0x00000000c9799000-0x00000000c997d000) (1MB)
[    0.000000] efi: mem30: type=0, attr=0xf, range=[0x00000000c997d000-0x00000000c9d03000) (3MB)
[    0.000000] efi: mem31: type=0, attr=0xf, range=[0x00000000c9d03000-0x00000000ca07b000) (3MB)
[    0.000000] efi: mem32: type=0, attr=0xf, range=[0x00000000ca07b000-0x00000000ca081000) (0MB)
[    0.000000] efi: mem33: type=0, attr=0xf, range=[0x00000000ca081000-0x00000000ca0e6000) (0MB)
[    0.000000] efi: mem34: type=9, attr=0xf, range=[0x00000000ca0e6000-0x00000000ca0e9000) (0MB)
[    0.000000] efi: mem35: type=9, attr=0xf, range=[0x00000000ca0e9000-0x00000000ca0f7000) (0MB)
[    0.000000] efi: mem36: type=10, attr=0xf, range=[0x00000000ca0f7000-0x00000000ca177000) (0MB)
[    0.000000] efi: mem37: type=10, attr=0xf, range=[0x00000000ca177000-0x00000000ca229000) (0MB)
[    0.000000] efi: mem38: type=6, attr=0x800000000000000f, range=[0x00000000ca229000-0x00000000ca50d000) (2MB)
[    0.000000] efi: mem39: type=6, attr=0x800000000000000f, range=[0x00000000ca50d000-0x00000000ca541000) (0MB)
[    0.000000] efi: mem40: type=6, attr=0x800000000000000f, range=[0x00000000ca541000-0x00000000ca543000) (0MB)
[    0.000000] efi: mem41: type=6, attr=0x800000000000000f, range=[0x00000000ca543000-0x00000000ca5bf000) (0MB)
[    0.000000] efi: mem42: type=5, attr=0x800000000000000f, range=[0x00000000ca5bf000-0x00000000ca5d8000) (0MB)
[    0.000000] efi: mem43: type=5, attr=0x800000000000000f, range=[0x00000000ca5d8000-0x00000000ca63e000) (0MB)
[    0.000000] efi: mem44: type=4, attr=0xf, range=[0x00000000ca63e000-0x00000000ca63f000) (0MB)
[    0.000000] efi: mem45: type=10, attr=0xf, range=[0x00000000ca63f000-0x00000000ca682000) (0MB)
[    0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000ca682000-0x00000000ca7cd000) (1MB)
[    0.000000] efi: mem47: type=3, attr=0xf, range=[0x00000000ca7cd000-0x00000000cad9b000) (5MB)
[    0.000000] efi: mem48: type=4, attr=0xf, range=[0x00000000cad9b000-0x00000000cadab000) (0MB)
[    0.000000] efi: mem49: type=3, attr=0xf, range=[0x00000000cadab000-0x00000000cadbd000) (0MB)
[    0.000000] efi: mem50: type=4, attr=0xf, range=[0x00000000cadbd000-0x00000000cadc4000) (0MB)
[    0.000000] efi: mem51: type=6, attr=0x800000000000000f, range=[0x00000000cadc4000-0x00000000caff3000) (2MB)
[    0.000000] efi: mem52: type=4, attr=0xf, range=[0x00000000caff3000-0x00000000cb000000) (0MB)
[    0.000000] efi: mem53: type=7, attr=0xf, range=[0x0000000100000000-0x000000022f600000) (4854MB)
[    0.000000] efi: mem54: type=0, attr=0x8000000000000000, range=[0x00000000cb800000-0x00000000cfa00000) (66MB)
[    0.000000] efi: mem55: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
[    0.000000] efi: mem56: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[    0.000000] efi: mem57: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
[    0.000000] efi: mem58: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] efi: mem59: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
[    0.000000] efi: mem60: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: GIGABYTE U2442/U2442, BIOS U2442.F30CA 04/25/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x22f600 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask FE0000000 write-back
[    0.000000]   2 base 220000000 mask FF0000000 write-back
[    0.000000]   3 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   4 base 0D0000000 mask FF0000000 uncachable
[    0.000000]   5 base 0CC000000 mask FFC000000 uncachable
[    0.000000]   6 base 0CB800000 mask FFF800000 uncachable
[    0.000000]   7 base 22F800000 mask FFF800000 uncachable
[    0.000000]   8 base 22F600000 mask FFFE00000 uncachable
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x03b32000, 0x03b32fff] PGTABLE
[    0.000000] BRK [0x03b33000, 0x03b33fff] PGTABLE
[    0.000000] BRK [0x03b34000, 0x03b34fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x22f400000-0x22f5fffff]
[    0.000000]  [mem 0x22f400000-0x22f5fffff] page 2M
[    0.000000] BRK [0x03b35000, 0x03b35fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x22c000000-0x22f3fffff]
[    0.000000]  [mem 0x22c000000-0x22f3fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x22bffffff]
[    0.000000]  [mem 0x200000000-0x22bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x40003fff] page 4k
[    0.000000] BRK [0x03b36000, 0x03b36fff] PGTABLE
[    0.000000] BRK [0x03b37000, 0x03b37fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x40005000-0xc997cfff]
[    0.000000]  [mem 0x40005000-0x401fffff] page 4k
[    0.000000]  [mem 0x40200000-0xc97fffff] page 2M
[    0.000000]  [mem 0xc9800000-0xc997cfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xca63e000-0xca63efff]
[    0.000000]  [mem 0xca63e000-0xca63efff] page 4k
[    0.000000] init_memory_mapping: [mem 0xca682000-0xcadc3fff]
[    0.000000]  [mem 0xca682000-0xca7fffff] page 4k
[    0.000000]  [mem 0xca800000-0xcabfffff] page 2M
[    0.000000]  [mem 0xcac00000-0xcadc3fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xcaff3000-0xcaffffff]
[    0.000000]  [mem 0xcaff3000-0xcaffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 2M
[    0.000000] RAMDISK: [mem 0x7fd06000-0x7fffffff]
[    0.000000] ACPI: RSDP 00000000ca0e9000 00024 (v02 GBT   )
[    0.000000] ACPI: XSDT 00000000ca0e9088 00094 (v01 GBT    GBTUACPI 10012010 AMI  00010013)
[    0.000000] ACPI: FACP 00000000ca0f2898 0010C (v05 GBT    GBTUACPI 10012010 AMI  00010013)
[    0.000000] ACPI: DSDT 00000000ca0e91b0 096E2 (v02 GBT    GBTUACPI 00000022 INTL 20051117)
[    0.000000] ACPI: FACS 00000000ca227080 00040
[    0.000000] ACPI: APIC 00000000ca0f29a8 00072 (v03 GBT    GBTUACPI 10012010 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000ca0f2a20 00044 (v01 GBT    GBTUACPI 10012010 AMI  00010013)
[    0.000000] ACPI: MCFG 00000000ca0f2a68 0003C (v01 GBT    GBTUACPI 10012010 MSFT 00000097)
[    0.000000] ACPI: MSDM 00000000ca0f2aa8 00055 (v03 GBT    GBTUACPI 10012010 AMI  00010013)
[    0.000000] ACPI: SLIC 00000000ca0f2b00 00176 (v01 GBT    GBTUACPI 10012010 AMI  00010013)
[    0.000000] ACPI: HPET 00000000ca0f2c78 00038 (v01 GBT    GBTUACPI 10012010 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000ca0f2cb0 00315 (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000ca0f2fc8 009AA (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000ca0f3978 00A92 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: DMAR 00000000ca0f4410 000B8 (v01 INTEL      SNB  00000001 INTL 00000001)
[    0.000000] ACPI: BGRT 00000000ca0f44c8 00038 (v00 GBT    GBTUACPI 10012010 AMI  00010013)
[    0.000000] ACPI: SSDT 00000000ca0f4500 007A6 (v01  SgRef   SgTabl 00001000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000ca0f4ca8 01461 (v01 OptRef  OptTabl 00001000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000022f5fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x22f5fffff]
[    0.000000]   NODE_DATA [mem 0x22f5f1000-0x22f5f5fff]
[    0.000000]  [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880226c00000-ffff88022ebfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x22f5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x40003fff]
[    0.000000]   node   0: [mem 0x40005000-0xc997cfff]
[    0.000000]   node   0: [mem 0xca63e000-0xca63efff]
[    0.000000]   node   0: [mem 0xca682000-0xcadc3fff]
[    0.000000]   node   0: [mem 0xcaff3000-0xcaffffff]
[    0.000000]   node   0: [mem 0x100000000-0x22f5fffff]
[    0.000000] On node 0 totalpages: 2069609
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 23 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12860 pages used for memmap
[    0.000000]   DMA32 zone: 822988 pages, LIFO batch:31
[    0.000000]   Normal zone: 19416 pages used for memmap
[    0.000000]   Normal zone: 1242624 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[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 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-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 0xba552000-0xba552fff]
[    0.000000] PM: Registered nosave memory: [mem 0xba568000-0xba568fff]
[    0.000000] PM: Registered nosave memory: [mem 0xc997d000-0xca0e5fff]
[    0.000000] PM: Registered nosave memory: [mem 0xca0e6000-0xca0f6fff]
[    0.000000] PM: Registered nosave memory: [mem 0xca0f7000-0xca228fff]
[    0.000000] PM: Registered nosave memory: [mem 0xca229000-0xca63dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xca63f000-0xca681fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcadc4000-0xcaff2fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcfa00000-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 0xcfa00000-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 @ffff88022f200000 s86464 r8192 d24128 u524288
[    0.000000] pcpu-alloc: s86464 r8192 d24128 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: 2037246
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: \boot\vmlinuz-linux ro root=UUID=335a3d41-5941-4863-b07d-a78569593b23 initrd=boot\initramfs-linux.img
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8022204K/8278436K available (5124K kernel code, 807K rwdata, 1628K rodata, 1144K init, 1288K bss, 256232K 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] NR_IRQS:8448 nr_irqs:712 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 33554432 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.003333] tsc: Detected 2594.235 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5190.65 BogoMIPS (lpj=8647450)
[    0.000004] pid_max: default: 32768 minimum: 301
[    0.000016] init_memory_mapping: [mem 0xca229000-0xca5befff]
[    0.000018]  [mem 0xca229000-0xca5befff] page 4k
[    0.000040] init_memory_mapping: [mem 0xca5bf000-0xca63dfff]
[    0.000040]  [mem 0xca5bf000-0xca63dfff] page 4k
[    0.000049] init_memory_mapping: [mem 0xcadc4000-0xcaff2fff]
[    0.000050]  [mem 0xcadc4000-0xcaff2fff] page 4k
[    0.000062] init_memory_mapping: [mem 0xcb800000-0xcf9fffff]
[    0.000063]  [mem 0xcb800000-0xcf9fffff] page 2M
[    0.024423] Security Framework initialized
[    0.024430] AppArmor: AppArmor disabled by boot time parameter
[    0.024432] Yama: becoming mindful.
[    0.024892] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.026830] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.027680] Mount-cache hash table entries: 256
[    0.027838] Initializing cgroup subsys memory
[    0.027847] Initializing cgroup subsys devices
[    0.027849] Initializing cgroup subsys freezer
[    0.027851] Initializing cgroup subsys net_cls
[    0.027852] Initializing cgroup subsys blkio
[    0.027872] CPU: Physical Processor ID: 0
[    0.027873] CPU: Processor Core ID: 0
[    0.027877] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.028219] mce: CPU supports 7 MCE banks
[    0.028229] CPU0: Thermal monitoring enabled (TM1)
[    0.028238] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 1
[    0.028340] Freeing SMP alternatives memory: 20K (ffffffff819e9000 - ffffffff819ee000)
[    0.029238] ACPI: Core revision 20130725
[    0.034477] ACPI: All ACPI Tables successfully acquired
[    0.053637] ftrace: allocating 20318 entries in 80 pages
[    0.062478] dmar: Host address width 36
[    0.062480] dmar: DRHD base: 0x000000fed90000 flags: 0x0
[    0.062489] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[    0.062490] dmar: DRHD base: 0x000000fed91000 flags: 0x1
[    0.062495] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[    0.062496] dmar: RMRR base: 0x000000c9e16000 end: 0x000000c9e32fff
[    0.062497] dmar: RMRR base: 0x000000cb800000 end: 0x000000cf9fffff
[    0.062568] IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.062569] HPET id 0 under DRHD base 0xfed91000
[    0.062703] Enabled IRQ remapping in x2apic mode
[    0.062704] Enabling x2apic
[    0.062705] Enabled x2apic
[    0.062711] Switched APIC routing to cluster x2apic.
[    0.063140] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.096172] smpboot: CPU0: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz (fam: 06, model: 3a, stepping: 09)
[    0.096180] TSC deadline timer enabled
[    0.096189] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[    0.096196] ... version:                3
[    0.096197] ... bit width:              48
[    0.096197] ... generic registers:      4
[    0.096198] ... value mask:             0000ffffffffffff
[    0.096199] ... max period:             0000ffffffffffff
[    0.096200] ... fixed-purpose events:   3
[    0.096201] ... event mask:             000000070000000f
[    0.136465] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.122973] smpboot: Booting Node   0, Processors  #   1 #   2 #   3 OK
[    0.176800] Brought up 4 CPUs
[    0.176803] smpboot: Total of 4 processors activated (20762.62 BogoMIPS)
[    0.179877] devtmpfs: initialized
[    0.182329] PM: Registering ACPI NVS region [mem 0xca0f7000-0xca228fff] (1253376 bytes)
[    0.182345] PM: Registering ACPI NVS region [mem 0xca63f000-0xca681fff] (274432 bytes)
[    0.183029] RTC time: 21:12:26, date: 01/12/14
[    0.183060] NET: Registered protocol family 16
[    0.183141] cpuidle: using governor ladder
[    0.183143] cpuidle: using governor menu
[    0.183165] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.183166] ACPI: bus type PCI registered
[    0.183168] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.183211] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.183213] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.190462] PCI: Using configuration type 1 for base access
[    0.190977] bio: create slab <bio-0> at 0
[    0.191068] ACPI: Added _OSI(Module Device)
[    0.191069] ACPI: Added _OSI(Processor Device)
[    0.191070] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.191071] ACPI: Added _OSI(Processor Aggregator Device)
[    0.192300] ACPI: EC: Look up EC in DSDT
[    0.193483] ACPI: Executed 1 blocks of module-level executable AML code
[    0.237263] ACPI: SSDT 00000000ca093018 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.237572] ACPI: Dynamic OEM Table Load:
[    0.237574] ACPI: SSDT           (null) 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.243759] ACPI: SSDT 00000000ca094a98 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.244093] ACPI: Dynamic OEM Table Load:
[    0.244094] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.256685] ACPI: SSDT 00000000ca095c18 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.256995] ACPI: Dynamic OEM Table Load:
[    0.256997] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.685464] ACPI: Interpreter enabled
[    0.685470] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130725/hwxface-571)
[    0.685473] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
[    0.685485] ACPI: (supports S0 S3 S4 S5)
[    0.685487] ACPI: Using IOAPIC for interrupt routing
[    0.685510] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.685642] ACPI: No dock devices found.
[    0.691954] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.692139] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    0.692304] acpi PNP0A08:00: ACPI _OSC control (0x18) granted
[    0.692684] ACPI: \_SB_.PCI0.TPMX: can't evaluate _ADR (0x5)
[    0.692816] ACPI: \_SB_.PCI0.PDRC: can't evaluate _ADR (0x5)
[    0.692818] ACPI: \_SB_.PCI0.AMW0: can't evaluate _ADR (0x5)
[    0.692819] ACPI: \_SB_.PCI0.DOCK: can't evaluate _ADR (0x5)
[    0.692821] ACPI: \_SB_.PCI0.WMI1: can't evaluate _ADR (0x5)
[    0.692822] PCI host bridge to bus 0000:00
[    0.692824] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.692826] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.692827] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.692829] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.692830] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
[    0.692832] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
[    0.692833] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
[    0.692834] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    0.692836] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.692837] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.692838] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.692840] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.692841] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff]
[    0.692848] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[    0.692934] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.692962] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.693006] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.693038] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[    0.693048] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.693054] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.693059] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.693158] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.693181] pci 0000:00:14.0: reg 0x10: [mem 0xf7900000-0xf790ffff 64bit]
[    0.693252] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.693299] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.693334] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.693357] pci 0000:00:16.0: reg 0x10: [mem 0xf791b000-0xf791b00f 64bit]
[    0.693432] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.693518] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.693540] pci 0000:00:1a.0: reg 0x10: [mem 0xf7918000-0xf79183ff]
[    0.693630] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.693691] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.693726] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.693740] pci 0000:00:1b.0: reg 0x10: [mem 0xf7910000-0xf7913fff 64bit]
[    0.693800] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.693850] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.693880] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.693963] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.694015] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.694046] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.694125] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.694179] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.694219] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.694240] pci 0000:00:1d.0: reg 0x10: [mem 0xf7917000-0xf79173ff]
[    0.694331] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.694391] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.694427] pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
[    0.694601] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    0.694620] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.694628] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.694636] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.694644] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.694652] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.694660] pci 0000:00:1f.2: reg 0x24: [mem 0xf7916000-0xf79167ff]
[    0.694706] pci 0000:00:1f.2: PME# supported from D3hot
[    0.694778] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.694794] pci 0000:00:1f.3: reg 0x10: [mem 0xf7915000-0xf79150ff 64bit]
[    0.694816] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.694900] pci 0000:00:1f.6: [8086:1e24] type 00 class 0x118000
[    0.694919] pci 0000:00:1f.6: reg 0x10: [mem 0xf7914000-0xf7914fff 64bit]
[    0.695079] pci 0000:01:00.0: [10de:0fe1] type 00 class 0x030000
[    0.695090] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.695103] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.695115] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.695123] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.695132] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.695194] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.701159] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.701164] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.701169] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.701175] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.701282] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.701298] pci 0000:02:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.701326] pci 0000:02:00.0: reg 0x18: [mem 0xf2104000-0xf2104fff 64bit pref]
[    0.701344] pci 0000:02:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
[    0.701434] pci 0000:02:00.0: supports D1 D2
[    0.701435] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.701475] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.707844] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.707851] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    0.707878] pci 0000:00:1c.0:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.708007] pci 0000:03:00.0: [8086:0887] type 00 class 0x028000
[    0.708047] pci 0000:03:00.0: reg 0x10: [mem 0xf7800000-0xf7801fff 64bit]
[    0.708244] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.708292] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.717896] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.717902] pci 0000:00:1c.1:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.717953] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.718443] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.718489] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.718532] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.718575] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.718617] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.718661] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.718704] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.718748] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.718927] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.718932] ACPI: \_SB_.PCI0: notify handler is installed
[    0.718983] Found 1 acpi root devices
[    0.719021] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.719095] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.719098] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    0.719099] vgaarb: loaded
[    0.719100] vgaarb: bridge control possible 0000:01:00.0
[    0.719101] vgaarb: no bridge control possible 0000:00:02.0
[    0.719132] PCI: Using ACPI for IRQ routing
[    0.720660] PCI: pci_cache_line_size set to 64 bytes
[    0.720714] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.720716] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.720717] e820: reserve RAM buffer [mem 0xba552018-0xbbffffff]
[    0.720718] e820: reserve RAM buffer [mem 0xc997d000-0xcbffffff]
[    0.720720] e820: reserve RAM buffer [mem 0xca63f000-0xcbffffff]
[    0.720722] e820: reserve RAM buffer [mem 0xcadc4000-0xcbffffff]
[    0.720723] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[    0.720724] e820: reserve RAM buffer [mem 0x22f600000-0x22fffffff]
[    0.720794] NetLabel: Initializing
[    0.720796] NetLabel:  domain hash size = 128
[    0.720796] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.720805] NetLabel:  unlabeled traffic allowed by default
[    0.720823] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.720827] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.722853] Switched to clocksource hpet
[    0.726290] pnp: PnP ACPI init
[    0.726303] ACPI: bus type PNP registered
[    0.726379] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.726382] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.726393] pnp 00:01: [dma 4]
[    0.726406] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.726422] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.726495] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.726527] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.726529] system 00:04: [io  0x1000-0x100f] has been reserved
[    0.726531] system 00:04: [io  0xffff] has been reserved
[    0.726532] system 00:04: [io  0xffff] has been reserved
[    0.726534] system 00:04: [io  0x0400-0x0453] could not be reserved
[    0.726536] system 00:04: [io  0x0458-0x047f] has been reserved
[    0.726537] system 00:04: [io  0x0500-0x057f] has been reserved
[    0.726539] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.726541] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.726568] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.726604] system 00:06: [io  0x0454-0x0457] has been reserved
[    0.726607] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.726643] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.726645] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.726667] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.726700] pnp 00:09: Plug and Play ACPI device, IDs MSF0001 PNP0303 (active)
[    0.726738] pnp 00:0a: Plug and Play ACPI device, IDs ETD0a00 PNP0f13 (active)
[    0.726969] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.726971] system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.726972] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.726974] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.726976] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.726977] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.726979] system 00:0b: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.726980] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.726982] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
[    0.726984] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.726985] system 00:0b: [mem 0xcfa00000-0xcfa00fff] has been reserved
[    0.726987] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.727115] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
[    0.727117] system 00:0c: [mem 0x40004000-0x40004fff] has been reserved
[    0.727119] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.727138] pnp: PnP ACPI: found 13 devices
[    0.727139] ACPI: bus type PNP unregistered
[    0.733316] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.733318] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.733321] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.733323] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.733327] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.733329] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    0.733336] pci 0000:00:1c.0:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.733342] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.733348] pci 0000:00:1c.1:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.733357] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.733358] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.733360] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.733361] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.733362] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.733364] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.733365] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[    0.733367] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.733368] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.733369] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.733371] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[    0.733372] pci_bus 0000:00: resource 15 [mem 0xcfa00000-0xfeafffff]
[    0.733374] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.733375] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.733377] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.733378] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    0.733380] pci_bus 0000:02: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.733381] pci_bus 0000:03: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.733406] NET: Registered protocol family 2
[    0.733579] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.733809] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.733978] TCP: Hash tables configured (established 65536 bind 65536)
[    0.733997] TCP: reno registered
[    0.734009] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.734038] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.734102] NET: Registered protocol family 1
[    0.734114] pci 0000:00:02.0: Boot video device
[    0.766345] PCI: CLS 64 bytes, default 64
[    0.766380] Unpacking initramfs...
[    0.812862] Freeing initrd memory: 3048K (ffff88007fd06000 - ffff880080000000)
[    0.812870] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.812872] software IO TLB [mem 0xc2dce000-0xc6dce000] (64MB) mapped at [ffff8800c2dce000-ffff8800c6dcdfff]
[    0.813056] Scanning for low memory corruption every 60 seconds
[    0.813256] audit: initializing netlink socket (disabled)
[    0.813264] type=2000 audit(1389561145.796:1): initialized
[    0.824069] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.825121] zbud: loaded
[    0.825262] VFS: Disk quotas dquot_6.5.2
[    0.825293] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.825425] msgmni has been set to 15759
[    0.825675] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.825718] io scheduler noop registered
[    0.825719] io scheduler deadline registered
[    0.825738] io scheduler cfq registered (default)
[    0.825890] pcieport 0000:00:01.0: irq 42 for MSI/MSI-X
[    0.826141] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.826152] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.826190] efifb: probing for efifb
[    0.826883] efifb: framebuffer at 0xd0000000, mapped to 0xffffc9000a000000, using 5628k, total 5625k
[    0.826884] efifb: mode is 1600x900x32, linelength=6400, pages=1
[    0.826885] efifb: scrolling: redraw
[    0.826886] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.829783] Console: switching to colour frame buffer device 200x56
[    0.832604] fb0: EFI VGA frame buffer device
[    0.832610] intel_idle: MWAIT substates: 0x21120
[    0.832611] intel_idle: v0.4 model 0x3A
[    0.832612] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.832722] GHES: HEST is not enabled!
[    0.832765] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.833142] Linux agpgart interface v0.103
[    0.833198] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.891486] tsc: Refined TSC clocksource calibration: 2594.107 MHz
[    1.891904] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.891924] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.892068] mousedev: PS/2 mouse device common for all mice
[    1.892111] rtc_cmos 00:05: RTC can wake from S4
[    1.892278] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.892306] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.892315] Intel P-state driver initializing.
[    1.892324] Intel pstate controlling: cpu 0
[    1.892338] Intel pstate controlling: cpu 1
[    1.892349] Intel pstate controlling: cpu 2
[    1.892363] Intel pstate controlling: cpu 3
[    1.892428] drop_monitor: Initializing network drop monitor service
[    1.892482] TCP: cubic registered
[    1.892547] NET: Registered protocol family 10
[    1.892692] NET: Registered protocol family 17
[    1.892698] Key type dns_resolver registered
[    1.892979] registered taskstats version 1
[    1.893575]   Magic number: 14:266:247
[    1.893674] rtc_cmos 00:05: setting system clock to 2014-01-12 21:12:27 UTC (1389561147)
[    1.893721] PM: Hibernation image not present or could not be loaded.
[    1.894350] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.894528] Freeing unused kernel memory: 1144K (ffffffff818cb000 - ffffffff819e9000)
[    1.894529] Write protecting the kernel read-only data: 8192k
[    1.896531] Freeing unused kernel memory: 1008K (ffff880003504000 - ffff880003600000)
[    1.897360] Freeing unused kernel memory: 420K (ffff880003797000 - ffff880003800000)
[    1.904806] systemd-udevd[57]: starting version 208
[    1.926734] ACPI: bus type USB registered
[    1.926764] usbcore: registered new interface driver usbfs
[    1.926774] usbcore: registered new interface driver hub
[    1.926931] usbcore: registered new device driver usb
[    1.927400] SCSI subsystem initialized
[    1.928505] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.928651] ehci-pci: EHCI PCI platform driver
[    1.928808] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    1.928819] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.928827] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.928854] ehci-pci 0000:00:1a.0: debug port 2
[    1.929092] libata version 3.00 loaded.
[    1.932764] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.932785] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7918000
[    1.940333] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.940465] hub 1-0:1.0: USB hub found
[    1.940470] hub 1-0:1.0: 2 ports detected
[    1.940659] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    1.940664] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.940668] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.940679] ehci-pci 0000:00:1d.0: debug port 2
[    1.944579] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.944594] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7917000
[    1.953742] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.953874] hub 2-0:1.0: USB hub found
[    1.953885] hub 2-0:1.0: 2 ports detected
[    1.954109] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    1.954112] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.954128] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.954229] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.954251] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
[    1.954537] hub 3-0:1.0: USB hub found
[    1.954550] hub 3-0:1.0: 4 ports detected
[    1.954988] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.954993] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.955108] hub 4-0:1.0: USB hub found
[    1.955118] hub 4-0:1.0: 4 ports detected
[    1.967111] ahci 0000:00:1f.2: version 3.0
[    1.967210] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[    1.967258] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
[    1.967260] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    1.967264] ahci 0000:00:1f.2: setting latency timer to 64
[    1.974410] scsi0 : ahci
[    1.974548] scsi1 : ahci
[    1.974675] scsi2 : ahci
[    1.974799] scsi3 : ahci
[    1.974896] scsi4 : ahci
[    1.974989] scsi5 : ahci
[    1.975029] ata1: SATA max UDMA/133 abar m2048@0xf7916000 port 0xf7916100 irq 44
[    1.975034] ata2: SATA max UDMA/133 abar m2048@0xf7916000 port 0xf7916180 irq 44
[    1.975035] ata3: DUMMY
[    1.975036] ata4: DUMMY
[    1.975037] ata5: DUMMY
[    1.975038] ata6: DUMMY
[    2.247298] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.293940] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.293984] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.294302] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20130725/psargs-359)
[    2.294311] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff8802238b01b8), AE_NOT_FOUND (20130725/psparse-536)
[    2.294385] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20130725/psargs-359)
[    2.294389] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff8802238b0140), AE_NOT_FOUND (20130725/psparse-536)
[    2.294506] ata2.00: ATA-9: M4-CT128M4SSD3, 04MH, max UDMA/100
[    2.294511] ata2.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.294932] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20130725/psargs-359)
[    2.294940] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff8802238b01b8), AE_NOT_FOUND (20130725/psparse-536)
[    2.295118] ata2.00: configured for UDMA/100
[    2.346269] ata1.00: ATA-8: TOSHIBA MK2576GSX, GS002D, max UDMA/100
[    2.346286] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.346995] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20130725/psargs-359)
[    2.347002] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff8802238b0140), AE_NOT_FOUND (20130725/psparse-536)
[    2.347296] ata1.00: configured for UDMA/100
[    2.347561] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK2576GS GS00 PQ: 0 ANSI: 5
[    2.348021] scsi 1:0:0:0: Direct-Access     ATA      M4-CT128M4SSD3   04MH PQ: 0 ANSI: 5
[    2.351570] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    2.351639] sd 1:0:0:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    2.351651] sd 0:0:0:0: [sda] Write Protect is off
[    2.351668] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.351724] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.351775] sd 1:0:0:0: [sdb] Write Protect is off
[    2.351778] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.351843] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.353403]  sdb: sdb1 sdb2 sdb3 sdb4 sdb5 sdb6
[    2.354032] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.371422] hub 1-1:1.0: USB hub found
[    2.371496] hub 1-1:1.0: 6 ports detected
[    2.441183]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    2.442243] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.530816] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[    2.667559] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.791578] hub 2-1:1.0: USB hub found
[    2.791643] hub 2-1:1.0: 8 ports detected
[    2.871132] usb 1-1.1: new high-speed USB device number 3 using ehci-pci
[    2.891155] Switched to clocksource tsc
[    3.144670] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
[    3.349652] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.558198] usb 1-1.4: new full-speed USB device number 5 using ehci-pci
[    3.951700] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    3.969795] systemd[1]: Set hostname to <excelsus>.
[    4.693991] systemd[1]: lxdm.service lacks ExecStart setting. Refusing.
[    4.874033] systemd[1]: Cannot add dependency job for unit lxdm.service, ignoring: Unit lxdm.service failed to load: Invalid argument. See system logs and 'systemctl status lxdm.service' for details.
[    4.874281] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    4.874340] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.874357] systemd[1]: Expecting device sys-subsystem-net-devices-wlp3s0.device...
[    4.874464] systemd[1]: Starting Remote File Systems.
[    4.874548] systemd[1]: Reached target Remote File Systems.
[    4.874560] systemd[1]: Starting Delayed Shutdown Socket.
[    4.874664] systemd[1]: Listening on Delayed Shutdown Socket.
[    4.874674] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    4.874773] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    4.874783] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    4.874883] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.874893] systemd[1]: Starting LVM2 metadata daemon socket.
[    4.874996] systemd[1]: Listening on LVM2 metadata daemon socket.
[    4.875028] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    4.875223] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.875237] systemd[1]: Starting udev Kernel Socket.
[    4.875329] systemd[1]: Listening on udev Kernel Socket.
[    4.875341] systemd[1]: Starting udev Control Socket.
[    4.875433] systemd[1]: Listening on udev Control Socket.
[    4.875444] systemd[1]: Starting Encrypted Volumes.
[    4.875521] systemd[1]: Reached target Encrypted Volumes.
[    4.875535] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    4.875570] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.875592] systemd[1]: Starting Paths.
[    4.875679] systemd[1]: Reached target Paths.
[    4.875690] systemd[1]: Starting Journal Socket.
[    4.875799] systemd[1]: Listening on Journal Socket.
[    4.875818] systemd[1]: Mounting Debug File System...
[    4.885464] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    4.905460] systemd[1]: Starting Apply Kernel Variables...
[    4.906472] systemd[1]: Started Load Kernel Modules.
[    4.906502] systemd[1]: Mounting Configuration File System...
[    4.906854] systemd[1]: Mounting POSIX Message Queue File System...
[    4.907225] systemd[1]: Starting udev Coldplug all Devices...
[    4.907714] systemd[1]: Mounting Huge Pages File System...
[    4.908563] systemd[1]: Started Set Up Additional Binary Formats.
[    4.908591] systemd[1]: Starting Journal Service...
[    4.909093] systemd[1]: Started Journal Service.
[    5.164464] systemd-journald[127]: Vacuuming done, freed 0 bytes
[    5.457737] EXT4-fs (sda2): re-mounted. Opts: data=ordered
[    5.556609] systemd-udevd[156]: starting version 208
[    6.011114] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.015775] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130725/utaddress-251)
[    6.015782] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.061210] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130725/utaddress-251)
[    6.061219] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.061223] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130725/utaddress-251)
[    6.061239] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130725/utaddress-251)
[    6.061241] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.061242] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130725/utaddress-251)
[    6.061244] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20130725/utaddress-251)
[    6.061246] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.061247] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    6.087125] [drm] Initialized drm 1.1.0 20060810
[    6.087327] wmi: Mapper loaded
[    6.122740] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[    6.122746] ACPI: Power Button [PWRB]
[    6.122779] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
[    6.134208] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    6.134320] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    6.160741] ACPI: Battery Slot [BAT1] (battery present)
[    6.160750] ACPI: Requesting acpi_cpufreq
[    6.163137] ACPI: Lid Switch [LID0]
[    6.163273] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input4
[    6.163278] ACPI: Sleep Button [SLPB]
[    6.163321] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    6.163325] ACPI: Power Button [PWRF]
[    6.166875] ACPI: AC Adapter [ADP1] (on-line)
[    6.181427] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    6.181484] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    6.181535] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    6.193148] thermal LNXTHERM:00: registered as thermal_zone0
[    6.193151] ACPI: Thermal Zone [TZ01] (54 C)
[    6.201263] mei_me 0000:00:16.0: setting latency timer to 64
[    6.201304] mei_me 0000:00:16.0: irq 46 for MSI/MSI-X
[    6.248810] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    6.256995] [drm] Memory usable by graphics device = 2048M
[    6.256999] checking generic (d0000000 57f000) vs hw (d0000000 10000000)
[    6.257001] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
[    6.257015] Console: switching to colour dummy device 80x25
[    6.257099] i915 0000:00:02.0: setting latency timer to 64
[    6.287508] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x16
[    6.290553] i915 0000:00:02.0: irq 47 for MSI/MSI-X
[    6.290560] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    6.290561] [drm] Driver supports precise vblank timestamp query.
[    6.290703] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=none
[    6.319146] cfg80211: Calling CRDA to update world regulatory domain
[    6.335177] fbcon: inteldrmfb (fb0) is primary device
[    6.394154] Intel(R) Wireless WiFi driver for Linux, in-tree:
[    6.394155] Copyright(c) 2003-2013 Intel Corporation
[    6.394192] pcieport 0000:00:1c.1: driver skip pci_set_master, fix it!
[    6.394201] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[    6.394265] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    6.394338] iwlwifi 0000:03:00.0: irq 48 for MSI/MSI-X
[    6.455200] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x16
[    6.523984] iTCO_vendor_support: vendor-support=0
[    6.568347] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x16
[    6.568743] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x16
[    6.569004] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    6.615628] asus_wmi: Asus Management GUID not found
[    6.700228] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[    6.789593] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.789604] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    6.789608] pcieport 0000:00:1c.0: driver skip pci_set_master, fix it!
[    6.789615] r8169 0000:02:00.0: enabling device (0000 -> 0003)
[    6.789935] r8169 0000:02:00.0: irq 49 for MSI/MSI-X
[    6.790184] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000044000, 90:2b:34:d9:20:a2, XID 0c900800 IRQ 49
[    6.790195] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    6.879256] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    6.879292] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[    6.879557] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.895659] media: Linux media interface: v0.10
[    6.899831] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f01)
[    6.922627] Bluetooth: Core ver 2.16
[    6.922645] NET: Registered protocol family 31
[    6.922646] Bluetooth: HCI device and connection manager initialized
[    6.922654] Bluetooth: HCI socket layer initialized
[    6.922656] Bluetooth: L2CAP socket layer initialized
[    6.922661] Bluetooth: SCO socket layer initialized
[    6.929248] psmouse serio1: elantech: Synaptics capabilities query result 0x58, 0x17, 0x0c.
[    6.971119] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[    6.971121] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[    6.971122] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[    6.971124] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
[    6.971185] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[    7.041418] usbcore: registered new interface driver usb-storage
[    7.042415] ums-realtek 1-1.3:1.0: USB Mass Storage device detected
[    7.047175] systemd-udevd[163]: renamed network interface eth0 to enp2s0
[    7.058505] Linux video capture interface: v2.00
[    7.061328] scsi6 : usb-storage 1-1.3:1.0
[    7.061411] usbcore: registered new interface driver ums-realtek
[    7.067067] Console: switching to colour frame buffer device 200x56
[    7.070280] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    7.070281] i915 0000:00:02.0: registered panic notifier
[    7.070475] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    7.083963] uvcvideo: Found UVC 1.00 device HD WebCam (1bcf:2c11)
[    7.092459] input: HD WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input11
[    7.092543] usbcore: registered new interface driver uvcvideo
[    7.092545] USB Video Class driver (1.1.1)
[    7.103490] usbcore: registered new interface driver btusb
[    7.121618] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    7.151160] systemd-udevd[159]: renamed network interface wlan0 to wlp3s0
[    7.167093] psmouse serio1: elantech: retrying ps2 command 0x0b (2).
[    7.281253] acpi device:1c: registered as cooling_device4
[    7.281436] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    7.281522] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1a/LNXVIDEO:00/input/input12
[    7.313783] usb 1-1.3: USB disconnect, device number 4
[    7.347613] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[    7.795683] acpi device:53: registered as cooling_device6
[    7.795886] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.795942] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input13
[    7.796058] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    7.987695] psmouse serio1: elantech: retrying ps2 command 0x0b (1).
[    8.049213] Adding 2097148k swap on /dev/sda5.  Priority:-1 extents:1 across:2097148k FS
[    8.607450] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
[    8.691459] psmouse serio1: elantech: retrying ps2 command 0x0b (0).
[    8.808687] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[    8.893763] systemd-journald[127]: Received request to flush runtime journal from PID 1
[    9.195159] psmouse serio1: elantech: ps2 command 0x0b failed.
[    9.196206] psmouse serio1: elantech: failed to write register 0x10 with value 0x0b.
[    9.197254] psmouse serio1: elantech: failed to initialise registers.
[    9.198376] psmouse serio1: elantech: failed to put touchpad into absolute mode.
[    9.416667] input: PS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input10
[   11.824193] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   11.831592] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
[   12.006080] bbswitch: version 0.8
[   12.006088] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[   12.006094] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
[   12.006105] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[   12.006199] bbswitch: detected an Optimus _DSM function
[   12.006214] pci 0000:01:00.0: enabling device (0006 -> 0007)
[   12.006266] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[   12.007842] bbswitch: disabling discrete graphics
[   12.007851] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20130725/nsarguments-95)
[   12.072389] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[   12.079803] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
[   12.137902] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[   26.593569] bbswitch: enabling discrete graphics
[   27.167531] nvidia: module license 'NVIDIA' taints kernel.
[   27.167535] Disabling lock debugging due to kernel taint
[   27.175859] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[   27.176052] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
[   27.176058] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  331.20  Wed Oct 30 17:43:35 PDT 2013
[ 1285.031224] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[ 1285.038646] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
[ 1285.107837] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 1285.736668] wlp3s0: authenticate with 00:37:6d:fd:28:60
[ 1285.748368] wlp3s0: send auth to 00:37:6d:fd:28:60 (try 1/3)
[ 1285.751184] wlp3s0: authenticated
[ 1285.752389] wlp3s0: associate with 00:37:6d:fd:28:60 (try 1/3)
[ 1285.756518] wlp3s0: RX AssocResp from 00:37:6d:fd:28:60 (capab=0x411 status=0 aid=1)
[ 1285.758938] wlp3s0: associated
[ 1285.758969] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[ 4393.272794] cfg80211: Calling CRDA to update world regulatory domain
[ 4827.145225] wlp3s0: authenticate with 00:37:6d:fd:28:60
[ 4827.148022] wlp3s0: send auth to 00:37:6d:fd:28:60 (try 1/3)
[ 4827.150815] wlp3s0: authenticated
[ 4827.151832] wlp3s0: associate with 00:37:6d:fd:28:60 (try 1/3)
[ 4827.155462] wlp3s0: RX AssocResp from 00:37:6d:fd:28:60 (capab=0x411 status=0 aid=1)
[ 4827.157906] wlp3s0: associated
[ 4827.220224] wlp3s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 00:37:6d:fd:28:60
[ 4835.581348] wlp3s0: deauthenticating from 00:37:6d:fd:28:60 by local choice (reason=3)
[ 4835.590160] cfg80211: Calling CRDA for country: GB
[ 4835.822757] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
[ 4835.830168] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
[ 4835.902756] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 4836.523699] wlp3s0: authenticate with 00:37:6d:fd:28:60
[ 4836.532072] wlp3s0: send auth to 00:37:6d:fd:28:60 (try 1/3)
[ 4836.534846] wlp3s0: authenticated
[ 4836.537997] wlp3s0: associate with 00:37:6d:fd:28:60 (try 1/3)
[ 4836.542880] wlp3s0: RX AssocResp from 00:37:6d:fd:28:60 (capab=0x411 status=0 aid=1)
[ 4836.547076] wlp3s0: associated
[ 4836.547114] wlp3s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 00:37:6d:fd:28:60
[ 4836.547127] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
$ cat /etc/bumblebee/xorg.conf.nvidia
Section "ServerLayout"
    Identifier  "Layout0"
    Option      "AutoAddDevices" "false"
    Option      "AutoAddGPU" "false"
EndSection

Section "Device"
    Identifier  "DiscreteNvidia"
    Driver      "nvidia"
    VendorName  "NVIDIA Corporation"
    BusID "PCI:01:00:0"
#   If the X server does not automatically detect your VGA device,
#   you can manually set it here.
#   To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
#   as you see in the commented example.
#   This Setting may be needed in some platforms with more than one
#   nvidia card, which may confuse the proprietary driver (e.g.,
#   trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
#   BusID "PCI:01:00:0"

#   Setting ProbeAllGpus to false prevents the new proprietary driver
#   instance spawned to try to control the integrated graphics card,
#   which is already being managed outside bumblebee.
#   This option doesn't hurt and it is required on platforms running
#   more than one nvidia graphics card with the proprietary driver.
#   (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
#   If this option is not set, the new Xorg may blacken the screen and
#   render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"

    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
EndSection
$ pacman -Q | grep intel
intel-dri 10.0.2-1
xf86-video-intel 2.21.15-1

Going to reboot and finish these steps:

#create 10-nvidia.conf under xorg.conf.d:
Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
    BusID        "PCI:1:0:0"
#create 10-intel.conf under xorg.conf.d:
Section "Device"
    Identifier    "Device1"
    Driver        "intel"
    VendorName    "Intel Corporation"
    BusID        "PCI:0:0:2"
systemctl status bumblebeed
dmesg | grep bbswitch
cat /var/log/Xorg.8.log
move /etc/X11/xorg.conf.d/20-intel.conf to somewhere else
restart the bumblebeed daemon
/etc/X11/xorg.conf.d/20-intel.conf to /etc/X11/xorg.conf
comment the driver line in /etc/X11/xorg.conf.d/10-monitor.conf
print out /var/log/Xorg.0.log
/etc/X11/xorg.conf
.xinitrc

Things to note:
/etc/bumblebee/xorg.conf does NOT exist
Majaro's Arch Respin and its hybrid-intel-nvidia-bumblebee custom script (https://github.com/manjaro/mhwd-db/blob … MHWDCONFIG) works perfect on my machine.
Someone else has a similar problem: https://bbs.archlinux.org/viewtopic.php?id=175524

Alternatives I'm trying to avoid:

#Building nvidia from AUR
# Installing dkms-bbswitch dkms-nvidia lib32-nvidia-utils
# Installing linux-ck ivybride-ck and "proper" nvidia drivers
# Adding the bbswitch module into the initramfs so it loads before the nvidia module (I don't even know how to do this).

Edit:
I solved this by not installing xorg etc. or mesa in the beginning. Installing lxdm and awesome first. Then running:

 pacman -S intel-dri xf86-video-intel bumblebee bbswitch nvidia mesa xf86-input-mouse

Optirun works and all. This took a while...

The problem was libgl-nvidia replacing libgl-mesa.

Edit 2:

It hanged again at the graphical interface. Though I manged to find out about this: https://wiki.archlinux.org/index.php/Bo … ch_live_CD

I disabled my GPU in the BIOS. Chrooted from a live CD, then:

pacman -Rnsdd intel-dri xf86-video-intel bumblebee bbswitch nvidia mesa xf86-input-mouse
pacman -S intel-dri xf86-video-intel bumblebee bbswitch nvidia mesa xf86-input-mouse
#re-enabled GPU acceleration in the BIOS
#rebooted

The problem persists. Disabled the GPU again, now it hangs at: starting lxde manager.

Edit 3:

#logged in again
mkdir /boot/efi
mkdir /mnt
mkdir /mnt/var
mkdir /mnt/home
mount /dev/sda1 /boot/efi
mount /dev/sda2 /mnt
mount dev/sda3 /mnt/var
mount dev/sda5 /mnt/home
#dev/sda4 is a swap partition
#chrooted into /mnt
arch-chroot /mnt /bin/bash
wifi-menu
#connected to wifi
nano /etc/mkinitcpio.conf
#MODULES="i915"
mkinitcpio -p linux
pacman-optimize && sync

Note to self:
Install lightdm. Try startx.
systemctl list-units --type=target
systemctl --failed
cat /usr/lib/systemd/system/graphical.target
man fsck

create the file /etc/X11/xorg.conf.d/20-intel.conf :

Section	"Device"
	Identifier	"Intel Graphics"
	Driver	"intel"
	Option	"AccelMethod"	"sna"
EndSection

grep -i sna /var/log/Xorg.0.log
make the rEFInd start in a low resolution (800x600x32)
pacman -S $(pacman -Qnq). Reinstall the foreign packages with pacman -Qmq.

systemd-analyze blame

How can I avoid using pacman -Rnsc to conserve my system's packages and get this working?

Last edited by jjshinobi (2014-01-20 00:32:44)

Offline

#2 2014-01-19 03:32:42

jjshinobi
Member
Registered: 2013-04-06
Posts: 97

Re: Gigabyte U2442: Hanging on Graphical Interface [Bumblebee]

Well, I'm completely lost right now.

Reddit is where I'm receiving support (http://www.reddit.com/r/archlinux/comme … d_getting/), but if anyone wants to add something here I'll be refreshing this page.

Offline

#3 2014-01-19 06:33:28

jjshinobi
Member
Registered: 2013-04-06
Posts: 97

Re: Gigabyte U2442: Hanging on Graphical Interface [Bumblebee]

May an admin switch this to the Laptop forum?

Last edited by jjshinobi (2014-01-19 06:33:43)

Offline

#4 2014-01-19 06:50:05

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: Gigabyte U2442: Hanging on Graphical Interface [Bumblebee]

Moved, on request.   In the future, go ahead and use the report link.  We will see it faster that way.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB