(SOLVED) Grub2 won't boot lvm on gpt

When i try to boot arch the grub screen comes up for a second and then my computer restarts. I followed this tutorial to the letter: http://www.youtube.com/watch?v=69X9ZYA41xU
I've been at this for a couple days with no luck.
Thanks
Last edited by unilx (2012-01-30 19:09:37)

Well i managed to get arch to boot by editing the /boot/grub/grub.cfg directly. For some reason, running the command grub-mkconfig -o /boot/grub/grub.cfg
and grub-install won't update anything from my /etc/default/grub file or anything from my /etc/grub.d folder. What i have to do:
grub-mkconfig > /boot/grub/grub.cfg
Then append my menu entries
# DO NOT EDIT THIS FILE
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
set default="0"
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
function load_video {
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
set menu_color_normal=light-blue/black
set menu_color_highlight=light-cyan/blue
insmod part_gpt
insmod lvm
insmod ext2
set root='lvm/arch-rooti'
menuentry "Arch Linux 3.2.2-1 [Primary]" {
insmod lvm
insmod ext2
insmod part_gpt
set root=(arch-boot)
linux /vmlinuz-linux root=/dev/arch/root vga=795 ro
initrd /initramfs-linux.img
menuentry "Arch Linux 3.2.2-1 [Recovery]" {
insmod lvm
insmod ext2
insmod part_gpt
set root=(arch-boot)
linux /vmlinuz-linux root=/dev/arch/root ro
initrd /initramfs-linux-fallback.img
This does work  but i lose a lot of functionality

Similar Messages

  • [SOLVED] System won't boot (boots fine in fallback mode)

    HI guys,
    I just rebooted my headless server for the first time in a while, but it won't boot up.
    I just sits at this screen:
    Please note the system does boot using fallback mode.
    (also, nothing to do with the latest boot problem - systemd-sysvcompat is installed and boots fine in fallback)
    Last edited by kaipee (2013-05-18 21:23:13)

    That screen shot looks like its booted to me? I see a login prompt

  • [SOLVED] Arch won't boot after I created a separate /var parition

    Arch won't boot after I created a separate /var parition on an existing installation.And let me confess: it was maybe stupid trying to do it on an existing install.
    I edited the fstab correctly, copied the files using rsync preserving permissions. Then I kept a backup of /var using tar. Then went on to delete everything under /var, ie /var/*, the /var folder is still there. All this I did from a live CD. After that I booted into my arch linux. Here I get messages about systemd successfully finishing fsck on each of my partitions, then the screen starts blinking. And there is no more output. Pressing Ctrl+Alt+Delete causes systemd to stop its services and reboot.
    Having realized I had borked my system, I removed the /var line from fstab and restored /var from the tar file I made earlier. Again I did this from a live cd. Rebooted into my arch system, and again similar issues, namely that after fsck and messages informing a few services had started, the screen keeps blinking.
    The live cd I used for reorganizing my partitions was elementary OS freya. They have GParted in there. I also have an arch install iso lying aroung from May 2013. If necessary, I can download the latest version. I am currently typing from a Windows installation I dual boot from.
    I don't know how to extract any boot logs as I am locked out of the system. Here is my fstab in any case:
    # Filesystem information
    # /dev/sda5 LABEL=fs_root
    UUID=b9d739cf-fd8c-46dd-a919-bd827dc47c66 / ext4 rw,noatime,data=ordered 0 1
    # /dev/sda9 LABEL=fs_var
    UUID=ec0f7a49-dccd-43ab-8651-9aa3fdb41cc7 /var ext4 rw,noatime,data=ordered 0 2
    # /dev/sda2 LABEL=fs_boot
    UUID=0e8ab31a-3bda-4b85-a901-a36f21b1583d /boot ext2 rw,noatime 0 2
    # /dev/sda6 LABEL=fs_home
    UUID=d9e63c47-274e-447f-ad01-0d97afe0fd34 /home ext4 rw,noatime,data=ordered 0 2
    # /dev/sda7 LABEL=fs_swap
    UUID=7301227c-e9f3-41b8-9d0f-4cf3c159491c none swap defaults 0 0
    # /dev/sda3 LABEL=fs_win
    UUID=12B639D1B639B5D7 /fs_win ntfs uid=1000,gid=1000,dmask=027,fmask=137,showexec,nofail,noauto,x-systemd.automount 0 0
    # /dev/sda3 LABEL=fs_share
    UUID=D272269772268079 /fs_share ntfs uid=1000,gid=1000,dmask=027,fmask=137,showexec,noauto,nofail,x-systemd.automount 0 0
    I would greatly appreciate any help.
    Last edited by richcocoa (2015-05-03 18:04:44)

    Have you moved everything from /var to /new_var (i named it for learning purpose)? You shoud copy content from /var but not on the fly but booting from arch iso cd, and than you shoud mount your / into arch-chroot environement, mount all of your mount points and than copy content from default /var to new /var. The copying should be done with this
    cp -rax
    and you can add -v switch to verbose output. I have my own /var moved the same way.
    The simples way is:
    -boot the arch iso cd
    -mount all of your mount point (i created here in this step /new_var to move /var to a new place, and this /new_var i put in /etc/fstab as /var later)
    -copy /var to /new_var with -rax or -vrax (recursive, archive, this filesystem or verbose, recursive, archive, this filesystem switches)
    -umount all of it
    -reboot.
    Last edited by firekage (2015-05-02 07:49:20)

  • [Solved] PC won't boot any longer...

    I updated last night and since I got a new kernel (3.3.2-1), I decided to boot... But it won't boot anymore... It gets to the point where the boot menu should appear and then just stops... No error messages or anything else, just hangs there...
    I am using Syslinux as boot manager and BIOS for disk access... Does anyone know of any reason this has happend?
    Regards,
    BTJ
    Last edited by bjorntj (2012-04-18 21:50:11)

    Nope, nothing else related to the boot... Yes, I thought about trying to install syslinux again as the next step, just had to backup my pc first, just in case... (of course this happend at the same time as I have deleted my NAS because I am changing my harddisks in my NAS.... :-|)
    I just thought I should check if it was only me or not first...  I will try different thing tonight to get my PC booting again....
    BTJ
    Last edited by bjorntj (2012-04-18 13:10:56)

  • (SOMEWHAT SOLVED) grub2 finds and boots windows 7 but NOT arch

    I installed arch on a new system. I have 64-bit Windows 7 Ultimate. I installed arch skipped bootloader, chrooted into system and installed grub2 and installed. My system is btrfs. I do not have a seperate swap or home partition. OS-prober is installed.  I have another system with btrfs and grub2 and all works fine. When I run grub-mkconfig -o /boot/grub/grub.cfg I get this
    Keyboard is not working properly on other computer so I cannot insert code brackets.
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
        No volume groups found   (what does this mean)
    Found Windows 7 (loader) on /dev/sda1
    done
    Again boot and root partitions are btrfs. Grub2 is the bootloader and it does support btrfs at least the version in the repos a month ago did. I have feeling this might be the problem but I do not know why. Windows 7 boots successfully by the way. No Arch Linux
    Edit: Backed up boot partition. Made the partition ext4 and cp'd it all back and still no luck. I converted it because ran the grub-mkconfig again and I got everything above but also I got an unknown filesystem error.  Converting it back to btrfs...
    Edit 2: I am writing this from within windows but grub2 now shows Arch in the the menu. (no gui on this install yet) After what feels like 100 grub-installs and grub-mkconfigs it is all working. I still have two questions. For like half a second I see a file not found and I think it is a *.mod in /usr/lib/grub/i386-pc directory. (i have good eyes). What could this be? Secondly, what does no volume groups mean? Marking this somewhat solved.
    Last edited by quasifilmie (2012-03-30 23:59:43)

    I'd just ask checking the grub.cfg file to see if the device id entries for arch in the grub menu are correct.
    In my case, I use ubuntu's grub2 and each time I have to update grub for some reason, it wont get the partition right for the arch entry.
    Last edited by debdj (2012-03-31 15:28:20)

  • [SOLVED] Gnome won't boot up after catalyst install

    Hello all,
    I'm new to Arch, and seem to have been thrown into the deep end here, as it were. I installed the catalyst drivers for my Radeon HD8xxx card in my laptop to try and get some better video performance, and, through the help of the extraordinarily informative wiki, was able to do so. However when it boots now, it stays on the first screen with all the OK's (I removed quiet from my boot options in grub). I have to switch to tty2 (Alt+F2) and log in to start using it. Here's the kicker though: from there I can run startx and work just fine in x with the catalyst drivers. I don't get that, but I'm hoping someone else might. I apologize in advance if this is noobish mistake, but appreciate any pointers I can get.
    Here's some relevant technical info:
    /var/log/Xorg.0.log (if I understand things correctly, this would be from startx since that's where I'm working now, right?):
    [ 49.034]
    X.Org X Server 1.15.2
    Release Date: 2014-06-27
    [ 49.034] X Protocol Version 11, Revision 0
    [ 49.034] Build Operating System: Linux 3.15.1-1-ARCH x86_64
    [ 49.035] Current Operating System: Linux samwise 3.15.4-1-ARCH #1 SMP PREEMPT Mon Jul 7 07:42:54 CEST 2014 x86_64
    [ 49.035] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=eb465246-d35b-4dc0-a92a-d948f621ccaa rw nomodeset
    [ 49.035] Build Date: 27 June 2014 07:32:26PM
    [ 49.035]
    [ 49.035] Current version of pixman: 0.32.6
    [ 49.035] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 49.035] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 49.036] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 10 16:09:18 2014
    [ 49.036] (==) Using config file: "/etc/X11/xorg.conf"
    [ 49.037] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 49.037] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 49.037] (==) ServerLayout "aticonfig Layout"
    [ 49.037] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 49.037] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 49.037] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 49.037] (==) Automatically adding devices
    [ 49.037] (==) Automatically enabling devices
    [ 49.037] (==) Automatically adding GPU devices
    [ 49.037] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 49.037] Entry deleted from font path.
    [ 49.037] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 49.037] Entry deleted from font path.
    [ 49.037] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 49.037] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 49.037] Entry deleted from font path.
    [ 49.037] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 49.037] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 49.037] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 49.037] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 49.037] (II) Loader magic: 0x811cc0
    [ 49.037] (II) Module ABI versions:
    [ 49.037] X.Org ANSI C Emulation: 0.4
    [ 49.037] X.Org Video Driver: 15.0
    [ 49.037] X.Org XInput driver : 20.0
    [ 49.037] X.Org Server Extension : 8.0
    [ 49.038] (--) PCI:*(0:0:1:0) 1002:9995:17aa:510a rev 0, Mem @ 0xe0000000/268435456, 0xf0300000/262144, I/O @ 0x00003000/256
    [ 49.038] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 49.039] Initializing built-in extension Generic Event Extension
    [ 49.039] Initializing built-in extension SHAPE
    [ 49.039] Initializing built-in extension MIT-SHM
    [ 49.039] Initializing built-in extension XInputExtension
    [ 49.039] Initializing built-in extension XTEST
    [ 49.039] Initializing built-in extension BIG-REQUESTS
    [ 49.039] Initializing built-in extension SYNC
    [ 49.039] Initializing built-in extension XKEYBOARD
    [ 49.039] Initializing built-in extension XC-MISC
    [ 49.039] Initializing built-in extension SECURITY
    [ 49.039] Initializing built-in extension XINERAMA
    [ 49.039] Initializing built-in extension XFIXES
    [ 49.040] Initializing built-in extension RENDER
    [ 49.040] Initializing built-in extension RANDR
    [ 49.040] Initializing built-in extension COMPOSITE
    [ 49.040] Initializing built-in extension DAMAGE
    [ 49.040] Initializing built-in extension MIT-SCREEN-SAVER
    [ 49.040] Initializing built-in extension DOUBLE-BUFFER
    [ 49.040] Initializing built-in extension RECORD
    [ 49.040] Initializing built-in extension DPMS
    [ 49.043] Initializing built-in extension Present
    [ 49.045] Initializing built-in extension DRI3
    [ 49.048] Initializing built-in extension X-Resource
    [ 49.051] Initializing built-in extension XVideo
    [ 49.053] Initializing built-in extension XVideo-MotionCompensation
    [ 49.056] Initializing built-in extension XFree86-VidModeExtension
    [ 49.058] Initializing built-in extension XFree86-DGA
    [ 49.061] Initializing built-in extension XFree86-DRI
    [ 49.063] Initializing built-in extension DRI2
    [ 49.063] (II) "glx" will be loaded by default.
    [ 49.063] (II) LoadModule: "glx"
    [ 49.064] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 49.064] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 49.064] compiled for 6.9.0, module version = 1.0.0
    [ 49.067] Loading extension GLX
    [ 49.067] (II) LoadModule: "fglrx"
    [ 49.067] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 49.086] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 49.086] compiled for 1.4.99.906, module version = 14.10.2
    [ 49.086] Module class: X.Org Video Driver
    [ 49.086] (II) Loading sub module "fglrxdrm"
    [ 49.086] (II) LoadModule: "fglrxdrm"
    [ 49.086] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 49.117] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 49.117] compiled for 1.4.99.906, module version = 14.10.2
    [ 49.117] (II) AMD Proprietary Linux Driver Version Identifier:14.10.2
    [ 49.117] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-14.10.1006.1001
    [ 49.117] (II) AMD Proprietary Linux Driver Build Date: May 5 2014 21:38:38
    [ 49.117] (++) using VT number 2
    [ 49.117] (WW) Falling back to old probe method for fglrx
    [ 49.186] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 49.189] ukiDynamicMajor: found major device number 251
    [ 49.189] ukiDynamicMajor: found major device number 251
    [ 49.189] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 49.189] ukiOpenDevice: node name is /dev/ati/card0
    [ 49.189] ukiOpenDevice: open result is 9, (OK)
    [ 49.533] ukiOpenByBusid: ukiOpenMinor returns 9
    [ 49.533] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 49.629] (--) Chipset Supported AMD Graphics Processor (0x9995) found
    [ 49.629] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
    [ 49.631] (II) fglrx(0): pEnt->device->identifier=0x12181a0
    [ 49.631] (II) fglrx(0): === [xdl_xs115_atiddxPreInit] === begin
    [ 49.631] (II) Loading sub module "vgahw"
    [ 49.631] (II) LoadModule: "vgahw"
    [ 49.631] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 49.644] (II) Module vgahw: vendor="X.Org Foundation"
    [ 49.644] compiled for 1.15.2, module version = 0.1.0
    [ 49.644] ABI class: X.Org Video Driver, version 15.0
    [ 49.644] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 49.644] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 49.644] (==) fglrx(0): Default visual is TrueColor
    [ 49.645] (**) fglrx(0): Option "DPMS" "true"
    [ 49.645] (==) fglrx(0): RGB weight 888
    [ 49.645] (II) fglrx(0): Using 8 bits per RGB
    [ 49.645] (==) fglrx(0): Buffer Tiling is ON
    [ 49.645] (II) Loading sub module "fglrxdrm"
    [ 49.645] (II) LoadModule: "fglrxdrm"
    [ 49.645] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 49.645] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 49.645] compiled for 1.4.99.906, module version = 14.10.2
    [ 49.647] ukiDynamicMajor: found major device number 251
    [ 49.647] ukiDynamicMajor: found major device number 251
    [ 49.647] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 49.647] ukiOpenDevice: node name is /dev/ati/card0
    [ 49.647] ukiOpenDevice: open result is 11, (OK)
    [ 49.647] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 49.647] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 49.647] (**) fglrx(0): NoAccel = NO
    [ 49.647] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 49.647] (--) fglrx(0): Chipset: "AMD Radeon HD 8450G" (Chipset = 0x9995)
    [ 49.647] (--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x510a)
    [ 49.647] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 49.647] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    [ 49.647] (--) fglrx(0): MMIO registers at 0xf0300000
    [ 49.647] (--) fglrx(0): I/O port at 0x00003000
    [ 49.647] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 49.666] (II) fglrx(0): ATIF platform detected
    [ 49.670] (II) fglrx(0): AC Adapter is used
    [ 49.680] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 49.685] (II) Loading sub module "vbe"
    [ 49.685] (II) LoadModule: "vbe"
    [ 49.685] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 49.686] (II) Module vbe: vendor="X.Org Foundation"
    [ 49.686] compiled for 1.15.2, module version = 1.1.0
    [ 49.686] ABI class: X.Org Video Driver, version 15.0
    [ 49.690] (II) fglrx(0): VESA BIOS detected
    [ 49.690] (II) fglrx(0): VESA VBE Version 3.0
    [ 49.690] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 49.690] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [ 49.690] (II) fglrx(0): VESA VBE OEM Software Rev: 15.31
    [ 49.690] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
    [ 49.690] (II) fglrx(0): VESA VBE OEM Product: DVST
    [ 49.690] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 49.690] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 49.690] (--) fglrx(0): Video RAM: 786432 kByte, Type: DDR3
    [ 49.690] (II) fglrx(0): PCIE card detected
    [ 49.690] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 49.690] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 49.690] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x30000000)
    [ 49.690] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 49.690] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 49.691] (II) Loading sub module "fb"
    [ 49.691] (II) LoadModule: "fb"
    [ 49.691] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 49.692] (II) Module fb: vendor="X.Org Foundation"
    [ 49.693] compiled for 1.15.2, module version = 1.0.0
    [ 49.693] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 49.693] (II) fglrx(0): EDID Management option: EDID Management is enabled
    [ 49.693] (II) Loading sub module "ddc"
    [ 49.693] (II) LoadModule: "ddc"
    [ 49.693] (II) Module "ddc" already built-in
    [ 49.839] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
    [ 49.839] (II) fglrx(0): Output DFP1 has no monitor section
    [ 49.839] (II) fglrx(0): Output CRT1 has no monitor section
    [ 49.839] (II) Loading sub module "ddc"
    [ 49.839] (II) LoadModule: "ddc"
    [ 49.839] (II) Module "ddc" already built-in
    [ 49.839] (II) fglrx(0): Connected Display0: LVDS
    [ 49.839] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 49.839] (II) fglrx(0): Manufacturer: LEN Model: 40b0 Serial#: 0
    [ 49.839] (II) fglrx(0): Year: 2011 Week: 0
    [ 49.839] (II) fglrx(0): EDID Version: 1.3
    [ 49.839] (II) fglrx(0): Digital Display Input
    [ 49.839] (II) fglrx(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 49.839] (II) fglrx(0): Gamma: 2.20
    [ 49.839] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [ 49.839] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 49.839] (II) fglrx(0): First detailed timing is preferred mode
    [ 49.839] (II) fglrx(0): redX: 0.617 redY: 0.340 greenX: 0.320 greenY: 0.598
    [ 49.839] (II) fglrx(0): blueX: 0.160 blueY: 0.084 whiteX: 0.313 whiteY: 0.329
    [ 49.839] (II) fglrx(0): Manufacturer's mask: 0
    [ 49.839] (II) fglrx(0): Supported detailed timing:
    [ 49.839] (II) fglrx(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 49.839] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 49.839] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 49.839] (II) fglrx(0): Supported detailed timing:
    [ 49.839] (II) fglrx(0): clock: 57.8 MHz Image Size: 344 x 193 mm
    [ 49.839] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 49.839] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 49.839] (II) fglrx(0): Unknown vendor-specific block f
    [ 49.839] (II) fglrx(0): N156BGE-L11
    [ 49.839] (II) fglrx(0): EDID (in hex):
    [ 49.840] (II) fglrx(0): 00ffffffffffff0030aeb04000000000
    [ 49.840] (II) fglrx(0): 0015010380231378ea00259e57529929
    [ 49.840] (II) fglrx(0): 15505400000001010101010101010101
    [ 49.840] (II) fglrx(0): 010101010101121b5664500014301022
    [ 49.840] (II) fglrx(0): 260058c1100000189116566450001430
    [ 49.840] (II) fglrx(0): 1022260058c1100000180000000f008c
    [ 49.840] (II) fglrx(0): 09328c09321609000daea915000000fe
    [ 49.840] (II) fglrx(0): 004e3135364247452d4c31310a20007e
    [ 49.840] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 49.840] (II) fglrx(0): Dynamic Surface Resizing Enabled
    [ 49.840] (II) fglrx(0): EDID for output LVDS
    [ 49.840] (II) fglrx(0): Manufacturer: LEN Model: 40b0 Serial#: 0
    [ 49.840] (II) fglrx(0): Year: 2011 Week: 0
    [ 49.840] (II) fglrx(0): EDID Version: 1.3
    [ 49.840] (II) fglrx(0): Digital Display Input
    [ 49.840] (II) fglrx(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 49.840] (II) fglrx(0): Gamma: 2.20
    [ 49.840] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [ 49.840] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 49.840] (II) fglrx(0): First detailed timing is preferred mode
    [ 49.840] (II) fglrx(0): redX: 0.617 redY: 0.340 greenX: 0.320 greenY: 0.598
    [ 49.840] (II) fglrx(0): blueX: 0.160 blueY: 0.084 whiteX: 0.313 whiteY: 0.329
    [ 49.840] (II) fglrx(0): Manufacturer's mask: 0
    [ 49.840] (II) fglrx(0): Supported detailed timing:
    [ 49.840] (II) fglrx(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 49.840] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 49.840] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 49.840] (II) fglrx(0): Supported detailed timing:
    [ 49.840] (II) fglrx(0): clock: 57.8 MHz Image Size: 344 x 193 mm
    [ 49.840] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 49.840] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 49.840] (II) fglrx(0): Unknown vendor-specific block f
    [ 49.840] (II) fglrx(0): N156BGE-L11
    [ 49.840] (II) fglrx(0): EDID (in hex):
    [ 49.840] (II) fglrx(0): 00ffffffffffff0030aeb04000000000
    [ 49.840] (II) fglrx(0): 0015010380231378ea00259e57529929
    [ 49.840] (II) fglrx(0): 15505400000001010101010101010101
    [ 49.840] (II) fglrx(0): 010101010101121b5664500014301022
    [ 49.840] (II) fglrx(0): 260058c1100000189116566450001430
    [ 49.841] (II) fglrx(0): 1022260058c1100000180000000f008c
    [ 49.841] (II) fglrx(0): 09328c09321609000daea915000000fe
    [ 49.841] (II) fglrx(0): 004e3135364247452d4c31310a20007e
    [ 49.841] (II) fglrx(0): EDID vendor "LEN", prod id 16560
    [ 49.841] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 49.841] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz eP)
    [ 49.841] (II) fglrx(0): Modeline "1366x768"x0.0 57.77 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Printing probed modes for output LVDS
    [ 49.841] (II) fglrx(0): Modeline "1366x768"x60.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz eP)
    [ 49.841] (II) fglrx(0): Modeline "1366x768"x50.0 57.77 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1360x768"x60.0 69.30 1360 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1360x768"x50.0 57.77 1360 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1280x768"x60.0 69.30 1280 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1280x768"x50.0 57.77 1280 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1280x720"x60.0 69.30 1280 1382 1416 1466 720 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1280x720"x50.0 57.77 1280 1382 1416 1466 720 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1024x768"x60.0 69.30 1024 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1024x768"x50.0 57.77 1024 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1024x600"x60.0 69.30 1024 1382 1416 1466 600 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1024x600"x50.0 57.77 1024 1382 1416 1466 600 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "800x600"x60.0 69.30 800 1382 1416 1466 600 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "800x600"x50.0 57.77 800 1382 1416 1466 600 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "800x480"x60.0 69.30 800 1382 1416 1466 480 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "800x480"x50.0 57.77 800 1382 1416 1466 480 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "640x480"x60.0 69.30 640 1382 1416 1466 480 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "640x480"x50.0 57.77 640 1382 1416 1466 480 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): EDID for output DFP1
    [ 49.841] (II) fglrx(0): EDID for output CRT1
    [ 49.841] (II) fglrx(0): Output LVDS connected
    [ 49.841] (II) fglrx(0): Output DFP1 disconnected
    [ 49.841] (II) fglrx(0): Output CRT1 disconnected
    [ 49.841] (II) fglrx(0): Using exact sizes for initial modes
    [ 49.841] (II) fglrx(0): Output LVDS using initial mode 1366x768
    [ 49.841] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 49.841] (II) fglrx(0): Display dimensions: (350, 190) mm
    [ 49.841] (II) fglrx(0): DPI set to (99, 102)
    [ 49.841] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 49.841] (II) fglrx(0): Adapter AMD Radeon HD 8450G has 4 configurable heads and 1 displays connected.
    [ 49.841] (==) fglrx(0): PseudoColor visuals disabled
    [ 49.841] (II) Loading sub module "ramdac"
    [ 49.841] (II) LoadModule: "ramdac"
    [ 49.841] (II) Module "ramdac" already built-in
    [ 49.841] (==) fglrx(0): NoDRI = NO
    [ 49.841] (==) fglrx(0): Capabilities: 0x00000000
    [ 49.841] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 49.841] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 49.841] (==) fglrx(0): UseFastTLS=0
    [ 49.841] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [ 49.841] (--) Depth 24 pixmap format is 32 bpp
    [ 49.841] Loading extension ATIFGLRXDRI
    [ 49.841] (II) fglrx(0): doing swlDriScreenInit
    [ 49.841] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 49.841] ukiDynamicMajor: found major device number 251
    [ 49.841] ukiDynamicMajor: found major device number 251
    [ 49.841] ukiDynamicMajor: found major device number 251
    [ 49.841] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 49.841] ukiOpenDevice: node name is /dev/ati/card0
    [ 49.841] ukiOpenDevice: open result is 12, (OK)
    [ 49.841] ukiOpenByBusid: ukiOpenMinor returns 12
    [ 49.841] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 49.842] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 49.842] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:0:1:0"
    [ 49.842] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
    [ 49.842] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f64c6e62000
    [ 49.842] (II) fglrx(0): [uki] framebuffer handle = 0x3000
    [ 49.842] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 49.842] (II) fglrx(0): swlDriScreenInit done
    [ 49.842] (II) fglrx(0): Kernel Module Version Information:
    [ 49.842] (II) fglrx(0): Name: fglrx
    [ 49.842] (II) fglrx(0): Version: 14.10.2
    [ 49.842] (II) fglrx(0): Date: May 5 2014
    [ 49.842] (II) fglrx(0): Desc: AMD FireGL DRM kernel module
    [ 49.842] (II) fglrx(0): Kernel Module version matches driver.
    [ 49.842] (II) fglrx(0): Kernel Module Build Time Information:
    [ 49.842] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.15.4-1-ARCH
    [ 49.842] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
    [ 49.842] (II) fglrx(0): Build-Kernel __SMP__: yes
    [ 49.842] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 49.842] (II) fglrx(0): [uki] register handle = 0x00004000
    [ 49.844] (II) fglrx(0): DRI initialization successfull
    [ 49.856] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01080000
    [ 49.862] (==) fglrx(0): Backing store enabled
    [ 49.862] Loading extension FGLRXEXTENSION
    [ 49.862] (**) fglrx(0): DPMS enabled
    [ 49.863] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 49.863] (**) fglrx(0): Textured Video is enabled.
    [ 49.863] (II) LoadModule: "glesx"
    [ 49.863] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 50.008] (II) Module glesx: vendor="X.Org Foundation"
    [ 50.008] compiled for 1.4.99.906, module version = 1.0.0
    [ 50.008] Loading extension GLESX
    [ 50.008] (II) fglrx(0): GLESX enableFlags = 8784
    [ 50.016] (II) fglrx(0): GLESX is enabled
    [ 50.017] (II) LoadModule: "amdxmm"
    [ 50.017] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 50.035] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 50.035] compiled for 1.4.99.906, module version = 2.0.0
    [ 50.058] Loading extension AMDXVOPL
    [ 50.058] Loading extension AMDXVBA
    [ 50.086] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 50.088] (II) fglrx(0): Enable composite support successfully
    [ 50.088] (II) fglrx(0): X context handle = 0x1
    [ 50.088] (II) fglrx(0): [DRI] installation complete
    [ 50.089] (==) fglrx(0): Silken mouse enabled
    [ 50.106] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 50.107] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 50.115] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
    [ 50.115] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
    [ 52.673] (--) RandR disabled
    [ 52.679] ukiDynamicMajor: found major device number 251
    [ 52.679] ukiDynamicMajor: found major device number 251
    [ 52.679] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 52.679] ukiOpenDevice: node name is /dev/ati/card0
    [ 52.679] ukiOpenDevice: open result is 13, (OK)
    [ 52.679] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 52.679] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 52.680] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
    [ 52.929] ukiDynamicMajor: found major device number 251
    [ 52.929] ukiDynamicMajor: found major device number 251
    [ 52.929] ukiDynamicMajor: found major device number 251
    [ 52.929] ukiOpenDevice: node name is /dev/ati/card0
    [ 52.929] ukiOpenDevice: open result is 14, (OK)
    [ 52.929] ukiGetBusid returned 'PCI:0:1:0'
    [ 52.929] ukiOpenDevice: node name is /dev/ati/card1
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: Open failed
    [ 52.929] ukiOpenDevice: node name is /dev/ati/card2
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: Open failed
    [ 52.929] ukiOpenDevice: node name is /dev/ati/card3
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: Open failed
    [ 52.929] ukiOpenDevice: node name is /dev/ati/card4
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card5
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card6
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card7
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card8
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card9
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card10
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card11
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: Open failed
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card12
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: Open failed
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card13
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: Open failed
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card14
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: Open failed
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card15
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: Open failed
    [ 52.931] ukiDynamicMajor: found major device number 251
    [ 52.931] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card0
    [ 52.931] ukiOpenDevice: open result is 14, (OK)
    [ 52.931] ukiOpenByBusid: ukiOpenMinor returns 14
    [ 52.931] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 53.834] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 53.835] ukiDynamicMajor: found major device number 251
    [ 53.835] ukiDynamicMajor: found major device number 251
    [ 53.835] ukiDynamicMajor: found major device number 251
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card0
    [ 53.836] ukiOpenDevice: open result is 15, (OK)
    [ 53.836] ukiGetBusid returned 'PCI:0:1:0'
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card1
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card2
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card3
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card4
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card5
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card6
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card7
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card8
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card9
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card10
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card11
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card12
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card13
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card14
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card15
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiDynamicMajor: found major device number 251
    [ 53.837] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card0
    [ 53.837] ukiOpenDevice: open result is 15, (OK)
    [ 53.837] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 53.837] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 53.941] (II) fglrx(0): Setting screen physical size to 361 x 203
    [ 54.199] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 54.199] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 54.199] (II) LoadModule: "evdev"
    [ 54.200] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 54.222] (II) Module evdev: vendor="X.Org Foundation"
    [ 54.223] compiled for 1.15.1, module version = 2.9.0
    [ 54.223] Module class: X.Org XInput Driver
    [ 54.223] ABI class: X.Org XInput driver, version 20.0
    [ 54.223] (II) Using input driver 'evdev' for 'Power Button'
    [ 54.223] (**) Power Button: always reports core events
    [ 54.223] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 54.223] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 54.223] (--) evdev: Power Button: Found keys
    [ 54.223] (II) evdev: Power Button: Configuring as keyboard
    [ 54.223] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
    [ 54.223] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 54.223] (**) Option "xkb_rules" "evdev"
    [ 54.223] (**) Option "xkb_model" "pc104"
    [ 54.223] (**) Option "xkb_layout" "us"
    [ 54.249] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 54.250] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 54.250] (II) Using input driver 'evdev' for 'Video Bus'
    [ 54.250] (**) Video Bus: always reports core events
    [ 54.250] (**) evdev: Video Bus: Device: "/dev/input/event4"
    [ 54.250] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 54.250] (--) evdev: Video Bus: Found keys
    [ 54.250] (II) evdev: Video Bus: Configuring as keyboard
    [ 54.250] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/input/input5/event4"
    [ 54.250] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 54.250] (**) Option "xkb_rules" "evdev"
    [ 54.250] (**) Option "xkb_model" "pc104"
    [ 54.250] (**) Option "xkb_layout" "us"
    [ 54.250] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 54.250] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 54.250] (II) Using input driver 'evdev' for 'Power Button'
    [ 54.250] (**) Power Button: always reports core events
    [ 54.250] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 54.250] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 54.250] (--) evdev: Power Button: Found keys
    [ 54.250] (II) evdev: Power Button: Configuring as keyboard
    [ 54.250] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event1"
    [ 54.250] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 54.250] (**) Option "xkb_rules" "evdev"
    [ 54.250] (**) Option "xkb_model" "pc104"
    [ 54.250] (**) Option "xkb_layout" "us"
    [ 54.251] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 54.251] (II) No input driver specified, ignoring this device.
    [ 54.251] (II) This device may have been added with another device file.
    [ 54.251] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event5)
    [ 54.251] (II) No input driver specified, ignoring this device.
    [ 54.251] (II) This device may have been added with another device file.
    [ 54.251] (II) config/udev: Adding input device Integrated Camera (/dev/input/event12)
    [ 54.251] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 54.251] (II) Using input driver 'evdev' for 'Integrated Camera'
    [ 54.251] (**) Integrated Camera: always reports core events
    [ 54.251] (**) evdev: Integrated Camera: Device: "/dev/input/event12"
    [ 54.251] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb44d
    [ 54.251] (--) evdev: Integrated Camera: Found keys
    [ 54.251] (II) evdev: Integrated Camera: Configuring as keyboard
    [ 54.251] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.2/usb7/7-2/7-2:1.0/input/input14/event12"
    [ 54.251] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9)
    [ 54.251] (**) Option "xkb_rules" "evdev"
    [ 54.251] (**) Option "xkb_model" "pc104"
    [ 54.251] (**) Option "xkb_layout" "us"
    [ 54.252] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    [ 54.252] (II) No input driver specified, ignoring this device.
    [ 54.252] (II) This device may have been added with another device file.
    [ 54.252] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event9)
    [ 54.252] (II) No input driver specified, ignoring this device.
    [ 54.252] (II) This device may have been added with another device file.
    [ 54.252] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event8)
    [ 54.252] (II) No input driver specified, ignoring this device.
    [ 54.252] (II) This device may have been added with another device file.
    [ 54.252] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 54.252] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 54.252] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 54.252] (**) AT Translated Set 2 keyboard: always reports core events
    [ 54.252] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 54.252] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 54.252] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 54.252] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 54.252] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 54.252] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 54.252] (**) Option "xkb_rules" "evdev"
    [ 54.252] (**) Option "xkb_model" "pc104"
    [ 54.252] (**) Option "xkb_layout" "us"
    [ 54.253] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
    [ 54.253] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 54.253] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 54.253] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 54.253] (II) LoadModule: "synaptics"
    [ 54.253] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 54.258] (II) Module synaptics: vendor="X.Org Foundation"
    [ 54.258] compiled for 1.15.1, module version = 1.8.0
    [ 54.258] Module class: X.Org XInput Driver
    [ 54.258] ABI class: X.Org XInput driver, version 20.0
    [ 54.258] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 54.258] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 54.258] (**) Option "Device" "/dev/input/event11"
    [ 54.384] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5702 (res 51)
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4750 (res 67)
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 54.385] (**) Option "TapButton1" "1"
    [ 54.385] (**) Option "TapButton2" "2"
    [ 54.385] (**) Option "TapButton3" "3"
    [ 54.385] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 54.385] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 54.466] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
    [ 54.467] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    [ 54.467] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 54.467] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 54.467] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
    [ 54.467] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 54.467] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 54.467] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 54.467] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 54.467] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 54.468] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 54.468] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 54.468] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event13)
    [ 54.468] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 54.468] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 54.468] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 54.468] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event13"
    [ 54.469] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 54.469] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 54.469] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 54.469] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 54.469] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 54.469] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 54.469] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 54.469] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input13/event13"
    [ 54.469] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
    [ 54.469] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 54.469] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 54.469] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 54.469] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 54.469] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 54.470] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [ 54.470] (II) No input driver specified, ignoring this device.
    [ 54.470] (II) This device may have been added with another device file.
    [ 54.470] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
    [ 54.470] (II) No input driver specified, ignoring this device.
    [ 54.470] (II) This device may have been added with another device file.
    [ 54.471] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
    [ 54.471] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 54.471] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 54.471] (**) ThinkPad Extra Buttons: always reports core events
    [ 54.471] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event6"
    [ 54.471] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 54.471] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 54.471] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 54.471] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event6"
    [ 54.471] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
    [ 54.472] (**) Option "xkb_rules" "evdev"
    [ 54.472] (**) Option "xkb_model" "pc104"
    [ 54.472] (**) Option "xkb_layout" "us"
    [ 54.479] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 1453.877] ukiDynamicMajor: found major device number 251
    [ 1453.877] ukiDynamicMajor: found major device number 251
    [ 1453.878] ukiDynamicMajor: found major device number 251
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card0
    [ 1453.878] ukiOpenDevice: open result is 41, (OK)
    [ 1453.878] ukiGetBusid returned 'PCI:0:1:0'
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card1
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card2
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card3
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card4
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card5
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card6
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card7
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card8
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card9
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card10
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card11
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card12
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card13
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: Open failed
    [ 1453.879] ukiOpenDevice: node name is /dev/ati/card14
    [ 1453.879] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: Open failed
    [ 1453.879] ukiOpenDevice: node name is /dev/ati/card15
    [ 1453.879] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: Open failed
    [ 1453.879] ukiDynamicMajor: found major device number 251
    [ 1453.879] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 1453.879] ukiOpenDevice: node name is /dev/ati/card0
    [ 1453.879] ukiOpenDevice: open result is 41, (OK)
    [ 1453.879] ukiOpenByBusid: ukiOpenMinor returns 41
    [ 1453.879] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    /var/log/Xorg.0.log.old:
    [ 144.740]
    X.Org X Server 1.15.2
    Release Date: 2014-06-27
    [ 144.755] X Protocol Version 11, Revision 0
    [ 144.759] Build Operating System: Linux 3.15.1-1-ARCH x86_64
    [ 144.764] Current Operating System: Linux samwise 3.15.4-1-ARCH #1 SMP PREEMPT Mon Jul 7 07:42:54 CEST 2014 x86_64
    [ 144.765] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=eb465246-d35b-4dc0-a92a-d948f621ccaa rw nomodeset
    [ 144.774] Build Date: 27 June 2014 07:32:26PM
    [ 144.779]
    [ 144.784] Current version of pixman: 0.32.6
    [ 144.793] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 144.793] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 144.812] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 10 13:39:10 2014
    [ 144.817] (==) Using config file: "/etc/X11/xorg.conf"
    [ 144.821] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 144.826] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 144.826] (==) ServerLayout "aticonfig Layout"
    [ 144.826] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 144.826] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 144.826] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 144.826] (==) Automatically adding devices
    [ 144.826] (==) Automatically enabling devices
    [ 144.826] (==) Automatically adding GPU devices
    [ 144.826] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 144.826] Entry deleted from font path.
    [ 144.826] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 144.826] Entry deleted from font path.
    [ 144.826] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 144.826] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 144.826] Entry deleted from font path.
    [ 144.826] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 144.826] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 144.826] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 144.826] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 144.826] (II) Loader magic: 0x811cc0
    [ 144.826] (II) Module ABI versions:
    [ 144.826] X.Org ANSI C Emulation: 0.4
    [ 144.827] X.Org Video Driver: 15.0
    [ 144.827] X.Org XInput driver : 20.0
    [ 144.827] X.Org Server Extension : 8.0
    [ 144.828] (--) PCI:*(0:0:1:0) 1002:9995:17aa:510a rev 0, Mem @ 0xe0000000/268435456, 0xf0300000/262144, I/O @ 0x00003000/256
    [ 144.828] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 144.833] Initializing built-in extension Generic Event Extension
    [ 144.837] Initializing built-in extension SHAPE
    [ 144.842] Initializing built-in extension MIT-SHM
    [ 144.846] Initializing built-in extension XInputExtension
    [ 144.850] Initializing built-in extension XTEST
    [ 144.855] Initializing built-in extension BIG-REQUESTS
    [ 144.859] Initializing built-in extension SYNC
    [ 144.863] Initializing built-in extension XKEYBOARD
    [ 144.867] Initializing built-in extension XC-MISC
    [ 144.871] Initializing built-in extension SECURITY
    [ 144.875] Initializing built-in extension XINERAMA
    [ 144.878] Initializing built-in extension XFIXES
    [ 144.882] Initializing built-in extension RENDER
    [ 144.886] Initializing built-in extension RANDR
    [ 144.889] Initializing built-in extension COMPOSITE
    [ 144.893] Initializing built-in extension DAMAGE
    [ 144.896] Initializing built-in extension MIT-SCREEN-SAVER
    [ 144.899] Initializing built-in extension DOUBLE-BUFFER
    [ 144.902] Initializing built-in extension RECORD
    [ 144.906] Initializing built-in extension DPMS
    [ 144.909] Initializing built-in extension Present
    [ 144.911] Initializing built-in extension DRI3
    [ 144.914] Initializing built-in extension X-Resource
    [ 144.917] Initializing built-in extension XVideo
    [ 144.920] Initializing built-in extension XVideo-MotionCompensation
    [ 144.923] Initializing built-in extension XFree86-VidModeExtension
    [ 144.925] Initializing built-in extension XFree86-DGA
    [ 144.928] Initializing built-in extension XFree86-DRI
    [ 144.930] Initializing built-in extension DRI2
    [ 144.930] (II) "glx" will be loaded by default.
    [ 144.930] (II) LoadModule: "glx"
    [ 144.930] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 144.931] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 144.931] compiled for 6.9.0, module version = 1.0.0
    [ 144.933] Loading extension GLX
    [ 144.933] (II) LoadModule: "fglrx"
    [ 144.933] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 144.953] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 144.953] compiled for 1.4.99.906, module version = 14.10.2
    [ 144.953] Module class: X.Org Video Driver
    [ 144.953] (II) Loading sub module "fglrxdrm"
    [ 144.953] (II) LoadModule: "fglrxdrm"
    [ 144.953] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 144.981] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 144.981] compiled for 1.4.99.906, module version = 14.10.2
    [ 144.981] (II) AMD Proprietary Linux Driver Version Identifier:14.10.2
    [ 144.981] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-14.10.1006.1001
    [ 144.982] (II) AMD Proprietary Linux Driver Build Date: May 5 2014 21:38:38
    [ 144.982] (++) using VT number 2
    [ 144.982] (WW) Falling back to old probe method for fglrx
    [ 145.046] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 145.049] ukiDynamicMajor: found major device number 251
    [ 145.049] ukiDynamicMajor: found major device number 251
    [ 145.049] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 145.049] ukiOpenDevice: node name is /dev/ati/card0
    [ 145.049] ukiOpenDevice: open result is 9, (OK)
    [ 145.406] ukiOpenByBusid: ukiOpenMinor returns 9
    [ 145.407] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 145.493] (--) Chipset Supported AMD Graphics Processor (0x9995) found
    [ 145.493] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
    [ 145.495] (II) fglrx(0): pEnt->device->identifier=0x17b11a0
    [ 145.495] (II) fglrx(0): === [xdl_xs115_atiddxPreInit] === begin
    [ 145.495] (II) Loading sub module "vgahw"
    [ 145.495] (II) LoadModule: "vgahw"
    [ 145.496] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 145.508] (II) Module vgahw: vendor="X.Org Foundation"
    [ 145.508] compiled for 1.15.2, module version = 0.1.0
    [ 145.508] ABI class: X.Org Video Driver, version 15.0
    [ 145.509] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 145.509] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 145.509] (==) fglrx(0): Default visual is TrueColor
    [ 145.509] (**) fglrx(0): Option "DPMS" "true"
    [ 145.509] (==) fglrx(0): RGB weight 888
    [ 145.509] (II) fglrx(0): Using 8 bits per RGB
    [ 145.509] (==) fglrx(0): Buffer Tiling is ON
    [ 145.510] (II) Loading sub module "fglrxdrm"
    [ 145.510] (II) LoadModule: "fglrxdrm"
    [ 145.510] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 145.510] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 145.510] compiled for 1.4.99.906, module version = 14.10.2
    [ 145.513] ukiDynamicMajor: found major device number 251
    [ 145.513] ukiDynamicMajor: found major device number 251
    [ 145.513] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 145.513] ukiOpenDevice: node name is /dev/ati/card0
    [ 145.513] ukiOpenDevice: open result is 11, (OK)
    [ 145.513] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 145.513] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 145.513] (**) fglrx(0): NoAccel = NO
    [ 145.513] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 145.513] (--) fglrx(0): Chipset: "AMD Radeon HD 8450G" (Chipset = 0x9995)
    [ 145.513] (--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x510a)
    [ 145.513] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 145.514] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    [ 145.514] (--) fglrx(0): MMIO registers at 0xf0300000
    [ 145.514] (--) fglrx(0): I/O port at 0x00003000
    [ 145.514] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 145.530] (II) fglrx(0): ATIF platform detected
    [ 145.536] (II) fglrx(0): AC Adapter is used
    [ 145.556] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 145.560] (II) Loading sub module "vbe"
    [ 145.560] (II) LoadModule: "vbe"
    [ 145.560] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 145.561] (II) Module vbe: vendor="X.Org Foundation"
    [ 145.561] compiled for 1.15.2, module version = 1.1.0
    [ 145.561] ABI class: X.Org Video Driver, version 15.0
    [ 145.565] (II) fglrx(0): VESA BIOS detected
    [ 145.565] (II) fglrx(0): VESA VBE Version 3.0
    [ 145.565] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 145.565] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [ 145.565] (II) fglrx(0): VESA VBE OEM Software Rev: 15.31
    [ 145.565] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
    [ 145.565] (II) fglrx(0): VESA VBE OEM Product: DVST
    [ 145.565] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 145.565] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 145.565] (--) fglrx(0): Video RAM: 786432 kByte, Type: DDR3
    [ 145.565] (II) fglrx(0): PCIE card detected
    [ 145.565] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 145.565] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 145.565] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x30000000)
    [ 145.566] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 145.566] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 145.566] (II) Loading sub module "fb"
    [ 145.566] (II) LoadModule: "fb"
    [ 145.566] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 145.567] (II) Module fb: vendor="X.Org Foundation"
    [ 145.567] compiled for 1.15.2, module version = 1.0.0
    [ 145.567] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 145.567] (II) fglrx(0): EDID Management option: EDID Management is enabled
    [ 145.567] (II) Loading sub module "ddc"
    [ 145.567] (II) LoadModule: "ddc"
    [ 145.567] (II) Module "ddc" already built-in
    [ 145.714] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
    [ 145.714] (II) fglrx(0): Output DFP1 has no monitor section
    [ 145.714] (II) fglrx(0): Output CRT1 has no monitor section
    [ 145.714] (II) Loading sub module "ddc"
    [ 145.714] (II) LoadModule: "ddc"
    [ 145.714] (II) Module "ddc" already built-in
    [ 145.714] (II) fglrx(0): Connected Display0: LVDS
    [ 145.714] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 145.714] (II) fglrx(0): Manufacturer: LEN Model: 40b0 Serial#: 0
    [ 145.714] (II) fglrx(0): Year: 2011 Week: 0
    [ 145.714] (II) fglrx(0): EDID Version: 1.3
    [ 145.714] (II) fglrx(0): Digital Display Input
    [ 145.714] (II) fglrx(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 145.714] (II) fglrx(0): Gamma: 2.20
    [ 145.714] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [ 145.714] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 145.714] (II) fglrx(0): First detailed timing is preferred mode
    [ 145.714] (II) fglrx(0): redX: 0.617 redY: 0.340 greenX: 0.320 greenY: 0.598
    [ 145.714] (II) fglrx(0): blueX: 0.160 blueY: 0.084 whiteX: 0.313 whiteY: 0.329
    [ 145.715] (II) fglrx(0): Manufacturer's mask: 0
    [ 145.715] (II) fglrx(0): Supported detailed timing:
    [ 145.715] (II) fglrx(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 145.715] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 145.715] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 145.715] (II) fglrx(0): Supported detailed timing:
    [ 145.715] (II) fglrx(0): clock: 57.8 MHz Image Size: 344 x 193 mm
    [ 145.715] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 145.715] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 145.715] (II) fglrx(0): Unknown vendor-specific block f
    [ 145.715] (II) fglrx(0): N156BGE-L11
    [ 145.715] (II) fglrx(0): EDID (in hex):
    [ 145.715] (II) fglrx(0): 00ffffffffffff0030aeb04000000000
    [ 145.715] (II) fglrx(0): 0015010380231378ea00259e57529929
    [ 145.715] (II) fglrx(0): 15505400000001010101010101010101
    [ 145.715] (II) fglrx(0): 010101010101121b5664500014301022
    [ 145.715] (II) fglrx(0): 260058c1100000189116566450001430
    [ 145.715] (II) fglrx(0): 1022260058c1100000180000000f008c
    [ 145.715] (II) fglrx(0): 09328c09321609000daea915000000fe
    [ 145.715] (II) fglrx(0): 004e3135364247452d4c31310a20007e
    [ 145.715] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 145.715] (II) fglrx(0): Dynamic Surface Resizing Enabled
    [ 145.715] (II) fglrx(0): EDID for output LVDS
    [ 145.715] (II) fglrx(0): Manufacturer: LEN Model: 40b0 Serial#: 0
    [ 145.715] (II) fglrx(0): Year: 2011 Week: 0
    [ 145.715] (II) fglrx(0): EDID Version: 1.3
    [ 145.715] (II) fglrx(0): Digital Display Input
    [ 145.715] (II) fglrx(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 145.715] (II) fglrx(0): Gamma: 2.20
    [ 145.715] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [ 145.715] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 145.715] (II) fglrx(0): First detailed timing is preferred mode
    [ 145.715] (II) fglrx(0): redX: 0.617 redY: 0.340 greenX: 0.320 greenY: 0.598
    [ 145.715] (II) fglrx(0): blueX: 0.160 blueY: 0.084 whiteX: 0.313 whiteY: 0.329
    [ 145.715] (II) fglrx(0): Manufacturer's mask: 0
    [ 145.715] (II) fglrx(0): Supported detailed timing:
    [ 145.715] (II) fglrx(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 145.715] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 145.715] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 145.715] (II) fglrx(0): Supported detailed timing:
    [ 145.715] (II) fglrx(0): clock: 57.8 MHz Image Size: 344 x 193 mm
    [ 145.715] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 145.715] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 145.715] (II) fglrx(0): Unknown vendor-specific block f
    [ 145.715] (II) fglrx(0): N156BGE-L11
    [ 145.715] (II) fglrx(0): EDID (in hex):
    [ 145.715] (II) fglrx(0): 00ffffffffffff0030aeb04000000000
    [ 145.716] (II) fglrx(0): 0015010380231378ea00259e57529929
    [ 145.716] (II) fglrx(0): 15505400000001010101010101010101
    [ 145.716] (II) fglrx(0): 010101010101121b5664500014301022
    [ 145.716] (II) fglrx(0): 260058c1100000189116566450001430
    [ 145.716] (II) fglrx(0): 1022260058c1100000180000000f008c
    [ 145.716] (II) fglrx(0): 09328c09321609000daea915000000fe
    [ 145.716] (II) fglrx(0): 004e3135364247452d4c31310a20007e
    [ 145.716] (II) fglrx(0): EDID vendor "LEN", prod id 16560
    [ 145.716] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 145.716] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz eP)
    [ 145.716] (II) fglrx(0): Modeline "1366x768"x0.0 57.77 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 145.716] (II) fglrx(0): Printing probed modes for output LVDS
    [ 145.716] (II) fglrx(0): Modeline "1366x768"x60.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz eP)
    [ 145.716] (II) fglrx(0): Modeline "1366x768"x50.0 57.77 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1360x768"x60.0 69.30 1360 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1360x768"x50.0 57.77 1360 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1280x768"x60.0 69.30 1280 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1280x768"x50.0 57.77 1280 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1280x720"x60.0 69.30 1280 1382 1416 1466 720 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1280x720"x50.0 57.77 1280 1382 1416 1466 720 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1024x768"x60.0 69.30 1024 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)

    The short answer here is this: https://bbs.archlinux.org/viewtopic.php … 9#p1404629 ... some weird incompatibility w/ the catalyst drivers w/ latest gnome... had I really been paying attention to the wiki, I'd have known this. Oh well, it's worth the extra performance to me to use startx. Thanks all for watching. Nothing more to see here.

  • [SOLVED] Arch won't boot after install - "GRUB" on black screen

    I've installed arch on my 1000H from usb stick using zeneee kernel as described in wiki. Right after install everything was fine - wireless and ethernet were working normally, so i've done reboot.
    Now it shows me black screen with "GRUB" text (sic! not "grub>", no error messages) on it. keyboard is not working.
    I've tried reinstalling completely again - with full repartitioning of HDD and this time without installing eee kernel - just stock kernel26. Everithing went ok, i've checked grub settings and partitions - ok, but after reboot - again "GRUB" and non-working keyboard.
    I'm completely out of ideas.
    EDIT: turns out i misplaced GRUB or something. reinstalled placing GRUB on /dev/sda. works fine now.
    Last edited by glas01 (2008-11-29 12:46:15)

    Have you moved everything from /var to /new_var (i named it for learning purpose)? You shoud copy content from /var but not on the fly but booting from arch iso cd, and than you shoud mount your / into arch-chroot environement, mount all of your mount points and than copy content from default /var to new /var. The copying should be done with this
    cp -rax
    and you can add -v switch to verbose output. I have my own /var moved the same way.
    The simples way is:
    -boot the arch iso cd
    -mount all of your mount point (i created here in this step /new_var to move /var to a new place, and this /new_var i put in /etc/fstab as /var later)
    -copy /var to /new_var with -rax or -vrax (recursive, archive, this filesystem or verbose, recursive, archive, this filesystem switches)
    -umount all of it
    -reboot.
    Last edited by firekage (2015-05-02 07:49:20)

  • (solved) Grub won't boot Vista

    Hi!
    Just installed Arch Linux and it is great. But after installing Arch I'm not able to boot Windowas Vista. I googled it and added Windows to /boot/grub/menu.lst. Now there is an entry for Vista, unfortunately the bootprozess fails.
    Vista is sda1 and I'm able to mount the partition. So it shouldn't be damaged.
    Grub says:
    Booting `Microsoft Vista'
    root (hd0)
    Filesystem type unkown, using whole disk savedefault
    Error 15: File not found
    Press any key to continue
    After running fdisk:
    Platte /dev/sda: 160.0 GByte, 160041885696 Byte
    255 Köpfe, 63 Sektoren/Spuren, 19457 Zylinder
    Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
    Disk identifier: 0x28caa9e7
       Gerät  boot.     Anfang        Ende     Blöcke   Id  System
    /dev/sda1   *           1       11675    93773824    7  HPFS/NTFS
    /dev/sda2           11676       18941    58364145   83  Linux
    /dev/sda3           18942       19457     4144770   82  Linux Swap / Solaris
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    #  Linux           Grub
    #  /dev/fd0        (fd0)
    #  /dev/sda        (hd0)
    #  /dev/sdb2       (hd1,1)
    #  /dev/sda3       (hd0,2)
    #  FRAMEBUFFER RESOLUTION SETTINGS
    #     +-------------------------------------------------+
    #          | 640x480    800x600    1024x768   1280x1024
    #      ----+--------------------------------------------
    #      256 | 0x301=769  0x303=771  0x305=773   0x307=775
    #      32K | 0x310=784  0x313=787  0x316=790   0x319=793
    #      64K | 0x311=785  0x314=788  0x317=791   0x31A=794
    #      16M | 0x312=786  0x315=789  0x318=792   0x31B=795
    #     +-------------------------------------------------+
    #  for more details and different resolutions see
    #  http://wiki.archlinux.org/index.php/GRU … Resolution
    # general configuration:
    timeout   10
    default   0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # (1) Windows
    hiddenmenu
    default 0
    timeout 1
    # (0) Arch Linux
    title Arch Linux
    root (hd0,1)
    kernel /boot/vmlinuz26 resume=/dev/disk/by-uuid/05aee231-ac3d-4a06-8b9e-d51242502eba root=/dev/disk/by-uuid/c38463d4-b802-419a-8255-771cbf290be6 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux Fallback
    title Arch Linux Fallback
    root (hd0,1)
    kernel /boot/vmlinuz26 resume=/dev/disk/by-uuid/05aee231-ac3d-4a06-8b9e-d51242502eba root=/dev/disk/by-uuid/c38463d4-b802-419a-8255-771cbf290be6 ro
    initrd /boot/kernel26-fallback.img
    title Microsoft Vista
    root (hd0)
    savedefault
    chainloader +1
    makeactive
    Greetings and thanks in advance!
    hendrikalexander
    Last edited by hendrikalexander (2009-11-30 19:24:34)

    Remove the savedefault and see if you can boot into Vista
    I don't know if this makes a diffrenence but in the wiki makeactive comes before chainloader+1
    title Microsoft Vista
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    Last edited by M177ER (2009-11-30 19:16:09)

  • [solved] grub won't boot unless live cd is inserted

    Hey everyone,
    I'm trying to get Arch working on my home computer, however I'm having troubles getting grub to boot. After following the beginner's guide and running through the usual steps, I restarted my computer to boot into my dual-booted Arch/Windows computer. However, every time I try to boot, it fails, reboots, and tries again. Here's what I see on my screen moments before it reboots:
    Loading Operating System..
    Boot from CD/DVD :
    GRUB loading..
    After that, it reboots. However, if I insert a live CD of arch and select "Boot existing OS", I get
    Booting..
    GRUB Loading..
    Welcome to GRUB!
    and then it goes straight to grub. Does anyone know how I could best start to debug this issue, so that I don't need the live cd just to boot into grub every time?
    Thanks!
    Last edited by bacongobbler (2014-01-04 10:49:51)

    jasonwryan wrote:
    bacongobbler wrote:I have my CD set as first to boot, but that hasn't been the issue before. I've had both Ubuntu and Debian installed in this configuration and grub would boot in both cases, but not the case with arch.
    And what happens if you change it?
    It was a hard drive boot priority issue. It had nothing to do with the CD having first boot priority or not. I have two drives, and it was attempting to boot from /dev/sdb first, which was the incorrect drive. Switching boot priority between the two drives fixed this. I'll update the topic.
    Last edited by bacongobbler (2014-01-04 10:48:34)

  • [SOLVED] Grub won't boot into Arch...

    So, this all started when I got this wacky idea of trying Debian on a separate drive.
    Installs great, boots up and get a blank screen with blinky cursor..not in the mood to mess with it since I can't find
    a reasonable answer for what is wrong with it sooo I boot back into Arch but now I get Error device not found with a "Grub Rescue>" prompt.
    Not sure what to do now. I installed grub to the drive I was installing Debian on but it seemed to screw with my precious Arch too
    I looked around the forums for help but couldn't find anything.
    Also, it goes from post directly to the Grub Rescue prompt
    Last edited by PumpkinJack (2011-08-26 07:59:37)

    edit:
    ok here it is:
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/6ab6f3ca-2c64-4264-97aa-10819e4561ed ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/6ab6f3ca-2c64-4264-97aa-10819e4561ed ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    Last edited by PumpkinJack (2011-08-26 02:42:08)

  • [Solved] Arch won't boot :(

    Well, today I found what is my worst experience with Linux in general.
    I turned my PC on, selected Archlinux from the GRUB (I also have a Windows 7 partition) and after the udev messages, I get a lot of udev rules in the screen and it freezes.
    No more booting from there. The last thing I see is, as I said, only udev rules.
    I don't know what could have triggered this, I didn't do any system changes, probably it was an update.
    If there's a way to recover the booting log, please tell me so I can submit it.
    Thanks in advance!
    Last edited by guidito73 (2011-01-15 20:56:29)

    falconindy wrote:https://bbs.archlinux.org/viewtopic.php?id=111197
    Thanks, I didn't see it. Downgrading to udev-164-3 now to test it.

  • (SOLVED)Arch won't boot? I/O error?

    I'm greeted by this error upon boot and I cannot get to a login shell 
    http://i40.tinypic.com/s42phs.jpg
    My first instinct was to boot into the gparted live enviorment and get an idea of whats going on, after loading my hard drive an error with my home partition (sda2) became apparent
    http://i44.tinypic.com/rh74vc.jpg
    I looked into the error specifically
    http://i39.tinypic.com/143htgn.jpg
    I'm not sure what my next step is. If the drive is failing i'd like to copy some data from my home partition over to an external medium.
    Thanks.
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by ritalin (2013-06-29 20:14:56)

    Trilby wrote:
    Whoa! Please resize or move those images off the forums and link to them - they are *way* to big for forum guidelines.
    As to the error - the error on the last screenshot is odd, e2fsprogs is part of a base archlinux install, and while I don't use it, I'm sure it'd be included with a gparted system.
    But it does look like there is a problem with the filesystem.  Is this a new install?  Has this worked before and only stopped now?
    The first screen has a lot of errors, but no context: where in the boot process does this happen?  Given the time stamp it must be very late in boot - does your boot normally take that long?  And given that it is your home partition, I'd assume it is when fstab partitions are mounted.  Can you confirm whether the previous steps of the boot proceeded normally?
    If so, you can use a live cd or break=post_mount to edit your fstab and remove the home parition entry.  Then you should at least be able to boot into your system (as root) to do maintainance easier.
    I changed the images over to urls tags instead. This is a relatively new install (few months) yet I've had numerous reboots without issue. I found the missing package issue odd as well since ive resized my home partition using the same live usb enviorment. My boot usually takes under 30 seconds and this error is the first thing to print out during the boot process (time stamp is at 3 seconds in) should I attempt to edit the fstab using gparted?

  • GRUB2 doesn't boot from HFS+ partition

    Hi,
    I formatted my boot partition as HFS+. Now, GRUB2 won't boot anymore, it says "unknown filesystem" and drops me to a rescue shell. From there, I have tried running insmod with all kinds of filesystems (ext2, ext3, ext4, vfat, hfsplus, ...) and ext2 is the filesystem for which I do not get the "unknown filesystem" error.
    How can I fix this? I have already added "insmod hfsplus" to my grub.cfg entries, but the problem obviously lies elsewhere.
    Thanks!
    (Btw, the entire setup was working correctly when my boot partition was formatted as ext2. When I changed the fs to HFS+, I just copied all files from /boot, did mkfs.hfsplus on the partition and copied the files back. Could this be a reason for this problem?)
    Last edited by MrAllan (2012-08-05 21:34:36)

    Actually, hfs+ is specifically cited in GRUB2's manual as a supported filesystem and a quick search indicates that people do successfully boot Linux from an hfs+ /boot using GRUB2.
    I can't help solve your problem, though
    Last edited by ZekeSulastin (2012-08-08 16:27:32)

  • Two Identical HDDs + RAID0 + (LVM?) + GPT & GRUB2 + Dual Booting

    Hello,
    I have been reading about RAID, LVM and GPT. RAID0 is interesting to me since I have two identical HDDs in my laptop and I am looking for better performance and less free-space fragmentation.
    My current disk layout looks like the following:
    sda:
    Primary:
    sda1 ntfs system-reserved
    sda2 ntfs windows*
    Logical:
    sda5 ext4 root
    sda6 swap
    sda7 ext4 personal
    sda8 ntfs windows2*
    sdb:
    sdb1 ext4 multimedia
    *windows is the C drive and windows2 is the D drive, just needed extra space so I cut off a part of sda7.
    What I want to achieve (and based on my understanding of RAID0) is the following:
    GPT:
    sdm1 windows
    sdm2 boot
    sdm3 root
    sdm4 home (personal + multimedia from above)
    I will use both sda and sdb for this.
    Questions:
    0. Is that even possible (considering windows)? My expectation is no, unless windows uses the same RAID0 implementation as Linux (partition table/layout data and whatnot). In that case, would it be possible to have something similar to the following:
    GPT:
    sda:
    sda1 windows-c-drive
    sdm1 boot
    sdm2 root
    sdm3 home (personal + multimedia from above)
    sdb:
    sdb1 windows-d-drive
    sdm1 boot
    sdm2 root
    sdm3 home
    * sdm1,2,3 are the RAID partitions laid out over sda and sdb.
    1. I am not sure what LVM can offer me other than flexible movement/resizing of partitions, which I don't need.
    2. Does RAID0 imply read/write parallelism? Which would provide better read/write performance?
    3. Has anyone had experience booting Windows 7 on GPT + RAID0 shared with Linux? (As shown above)
    4. Any suggestions as to how to reach my goal?
    5. I will need to backup everything and reinstall windows and Arch with RAID, correct? Which I am ready to do anyways.

    There is an option in the "BIOS" settings called "Enable UEFI boot". I tried enabling it, nothing changed at all (in other words, no problems arise).
    Last edited by fredmorcos (2011-09-17 18:22:23)

  • [Solved] grub2: file not found but booting fine

    I just ran grub-mkconfig to update my grub.cfg because I installed E4rat. But now I have a problem: Every entry in grub2 can be booted and E4rat really boosted my boot process so actually everything is fine. But while grub2 is loading it says something like:
    Grub 2 is loading...
    Welcome to Grub 2!
    error: file not found.
    error: file not found.
    error: file not found.
    Now grub shows up and everything is as it should be. When I select Arch it again says "error: file not found." three times and continues with a normal boot process. So basically it's nothing that would brake my system but something seems not right and that's just a huge annoyance.
    Here's my grub.cfg just in case:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    set menu_color_normal=light-blue/black
    set menu_color_highlight=light-cyan/blue
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=1440x900x32
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_GB
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    insmod png
    background_image -m stretch /boot/grub/archlinux.png
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-f7960d1a-77ab-4230-ab43-ff931f0b2175' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=f7960d1a-77ab-4230-ab43-ff931f0b2175 ro init=/sbin/e4rat-preload quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-black
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-f7960d1a-77ab-4230-ab43-ff931f0b2175' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=f7960d1a-77ab-4230-ab43-ff931f0b2175 ro init=/sbin/e4rat-preload quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-black
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry 'Windows 7' {
    set root='(hd0,1)'; set legacy_hdbias='0'
    parttool "$root" boot+
    chainloader '+1'
    ### END /etc/grub.d/40_custom ###
    And my /etc/default/grub:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch Linux"
    # Default:
    #GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    # Splashy boot:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-black"
    GRUB_CMDLINE_LINUX="init=/sbin/e4rat-preload"
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    # GRUB_GFXMODE=auto
    GRUB_GFXMODE=1440x900x32
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    GRUB_BACKGROUND="/boot/grub/archlinux.png"
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="light-blue/black"
    GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    I haven't updated my grub.cfg in a while because there was no need to.
    Thanks in advance for advices.
    Last edited by retzu (2012-04-16 14:16:02)

    I have the same error message as in the first post.  "error: file not found" listed three times when I first choose Arch from the Grub2 menu.  The solution linked to by the.ridikulus.rat would not seem to apply as I do not have the locales en* in /boot/grub/locale  BTW, I am in the US.  The system does boot though.
    I just fixed this a few seconds ago and was going to post how, basically I just did "cp /boot/grub/locale/[email protected] /boot/grub/locale/en_US.mo" which seem to do the trick, the reason I didn't fix this sooner is the error only stays up for a very small fraction of a second making it hard to read.
    # ls /boot/grub/locale
    ast.mo da.mo fi.mo hu.mo it.mo nl.mo ru.mo uk.mo zh_CN.mo
    ca.mo de.mo fr.mo id.mo ko.mo pl.mo sv.mo vi.mo
    EDIT:  I get the same three "error: file not found" messages when I boot Fedora (a multiboot system).  This is with grub2 installed from Arch Linux.
    Last edited by David Batson (2012-05-02 20:03:41)

Maybe you are looking for

  • Material stock report

    Hi ABAP Guru's I got a requirement to develop an report which lists the stock(Opening Stock and Closing stock) for each material of a plant in given date range.whose Values to be matched with either MB5B or MC.9 Tcodes.I have found few tables for Sto

  • How to Check whether a table is indexed or not?

    Hi all, I am writing a c++ program where i have to create an Index if Index not exists. Oracle 10.2 is the oracle version and i am using oracle text for indexing. table -- create table xmltable (versionnumber number,instance xmltype); index -- create

  • Partner change in Billing document.

    Hello all, I have a user exit to change Partner in Billing document. That is EXIT_SAPLV09A_004. This user exit is updating partner only when I create billing document with reference to PO, if I create billing document with reference to SO it is not g

  • Unable to create the protocol specific B2B message

    Hi, I recently created fresh new configurations on 10g Oracle B2B on a windows server. When i try to post an outbound ebxml 2.0 message, it fails with the below error: Description: Unable to create the protocol specific B2B message StackTrace: Error

  • When highlighting and rightclicking a link to open in a new tab, it doesnt open anything. (after latest update)

    ever since the latest update the other day (9.0.1), whenever i highlight a link and right click for options to open link in a new tab i get no response. not sure if this is actually a question. is this a bug? not sure where to look for a fix if there