GRUB Troubles

TL;DR
I got a disk I can boot when I connect it to one machine but on the other I get to a screen showing "GRUB " and it freezes there.
GRUB is configured with a --fs-uuid. Not sure where to go from here. Any suggestions?
grub.cfg file: http://sprunge.us/VKAd
Longer version: this drive is/was the main drive from my Pentium 3 server. The box booted fine ~110 days ago. There was a blackout. The box didn't boot up afterwards. Somehow the partition table was showing the first partition (my /boot)  started at sector 1 instead of the more regular 2048. The server wasn't/isn't USB booting for some reason. I pulled the drive and connected it to my desktop (with a PATA/SATA converter.) Fixed the partition table up. Reinstalled the kernel and GRUB and did the grub-install and grub-mkconfig. The desktop can now boot from the drive just fine. Changed hd1 in the grub.cfg's hints to hd0. The server won't boot. It shows "GRUB " in the top left corner and hangs there.
Any help would be appreciated. Thanks!

I have exactly the same error message, not on a server but on a laptop ; installation by live-USB. Grub was not configured with --fs-uuid, I basically followed the instructions of the wiki (GPT part) to install grub without any error.
I added the debug flag (set debug=all) in grub.cfg with no effect.
The system has not boot once yet though it works fine in chroot so it really is a grub issue, but I don't have a clue about what to try now.
[edit] Problem solved for me.
I had to follow this instructions : https://wiki.archlinux.org/index.php/GR … _partition but without forgetting to create a separate partition for grub. That's all, I hope it may help.
Last edited by cym13 (2013-09-07 11:46:05)

Similar Messages

  • Grub trouble

    I cant get access to the system..after the boot i get dis error:
    'Bootin Arch'
    root (hd0,0)
    Fylesystem type is ext2fs partition type 0x83
    kernel /vmlinuz26 root=/dev/disk/by-uuid/0b651866-1040-4741-8aca-bfdd48e65f11 ro
    Error 15: file not found
    press any key to continue
    I tried to follow sum helps but i still get dat error:
    here sum screenshots:
    I need help pls!!!
    Last edited by rs187 (2008-10-14 21:22:04)

    Hello,
    I have exactly the same problem : I did a fresh install and then a general update (pacman -Syu).
    Here is my menu.lst :
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/hda (hd0)
    # /dev/hdb2 (hd1,1)
    # /dev/hda3 (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
    # +-------------------------------------------------+
    # 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 /vmlinuz26 root=/dev/disk/by-uuid/c6fa1747-0c64-403b-86df-5517b599bf39 ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/c6fa1747-0c64-403b-86df-5517b599bf39 ro
    initrd /kernel26-fallback.img
    # (1) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    And here is the fdisk :
    Disk /dev/sda: 12.8 GB, 12884901888 bytes
    255 heads, 63 sectors/track, 1566 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 5 40162 83 Linux
    /dev/sda2 6 38 265072+ 82 Linux swap / Solaris
    /dev/sda3 39 995 7687102+ 83 Linux
    /dev/sda4 996 1566 4586557+ 83 Linux
    Neoraptor.

  • Boot partition corrupted on encrypted install, trouble repairing GRUB

    Long story short, my boot partition got thoroughly messed up. I have an encrypted install with luks and dm-crypt. I have tried many guides for fixing grub and none are working.
    Here is where I'm running into trouble:
    I've booted an arch install cd, modprobe'd dm_crypt, mounted my encrypted root with cryptsetup, run arch-chroot, mounted the boot partition to /boot, run grub-install /dev/sda, and then grub-mkconfig -o /boot/grub/grub.cfg
    When running grub-mkconfig I get 12 instances of "WARNING: Failed to connect to lvmetad: No such file or directory. Falling back to internal scanning." followed by "done". Upon reboot I am met with the grub prompt.
    Any ideas?

    OK. Well the wiki is usually more up to date and more accurate. However https://wiki.archlinux.org/index.php/Chroot says it is OK to mount them after just simpler and safer to do so before.
    I am not surprised grub is unhappy - it doesn't seem to have any entries at all in grub.cfg. I guess it doesn't even give you a menu? (I am not sure how it would make one.)
    Did you remember to reinstall the linux package before generating grub.cfg? That's the only thing I can think right now would cause it to just find nothing at all. I've seen it generate entries which wouldn't work but it is acting as if there is nothing there whatsoever. What is the contents of /boot? (Not everything under /boot/grub. Just the top level.)
    EDIT: I only asked what happened to /boot in case it suggested any deeper problem. "Corruption" could mean hardware failure, for example. Just wiping it is not that bad . Seen much worse lately, anyway. (You could have run it on / or /home, after all.)
    Last edited by cfr (2013-07-31 02:06:39)

  • Having trouble installing GRUB

    I am running the following command to install GRUB:
    grub-install --target=i386-pc --recheck --debug /dev/sda
    I get the following error:
    grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possible.
    grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
    grub-install: error: will not proceed with blocklists.
    I have 1007 kib free at the beginning of my disk. I thought that was all that was required to install GRUB when I have a GPT disk. Here is how my partitions are laid out:
    http://imgur.com/FyBqzZ7
    /dev/sda1 is Linux Mint
    /dev/sda2 is Windows
    /dev/sda3 is Arch Linux
    Do I have to create another partition and set the boot grub flag manually?

    slithery wrote:
    For BIOS/GPT setups you need to create a BIOS boot partition, you can use the free space you've left at the beginning of your disk for this.
    https://wiki.archlinux.org/index.php/Gr … structions
    I am having trouble using cgdisk to create a 1007 kib partition from that 1007 kib free space.
    I am running the following commands:
    cgdisk /dev/sda
    Then, I select the free space, and press 'New'
    As the first sector, I select '40' (Not sure what this means? Is this bytes from the beginning of the hard drive).
    For the size in sectors, I select the default, '2008'.
    For the type, I type 'ef02' as per the instructions in the link you gave me.
    Unfortunately, it creates a partition of size 1004 kib, and leaves 3 kib free space before it.

  • [Solved]Having trouble with Grub detecting Windows 8 in dualboot

    Hey there,
    I have a UEFI board. When I first installed archlinux I did not used the Windows boot partition. To fix this I loaded up the installation media, mounted the partitions as they should be, mounting the microsoft boot partition as /mnt/boot and mounted my UEFI partition into /mnt/boot/efi. I reinstalled the kernel and regenerated the fstab. I also reinstalled grub and os-prober and such and regenerated the config.
    When I did all this, there is still not  /boot/EFI/Microsoft. The grub mkconfig does not detect the microsoft boot at all.
    What am I missing?
    Thanks!
    Last edited by Aquila (2013-10-03 17:45:44)

    I am using 2 disks: sda and sdb.
    I made sda2 is the windows boot partition, sda5 is the root partition for arch, sda6 is the UEFI partition I made for UEFI, sdb2 is the home partition.
    I followed the commands in the beginners guide.
    Originally I did
    mount /dev/sda5 /mnt
    mount /dev/sda6 /mnt/boot
    mount /dev/sdb2 /mnt/home
    pacstrapped and generated fstab and did the three commands for grub before arch-chroot
    # umount /sys/firmware/efi/efivars   
    # modprobe -r efivars   
    # modprobe efivars
    Arch-chrooted, changed clock, changed hostname, changed passwd, then installed grub
    # pacman -S grub efibootmgr
    # grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=arch_grub --recheck --debug
    # grub-mkconfig -o /boot/grub/grub.cfg
    Exited, unmouted, and rebooted
    Grub arrives but of course Windows is missing. Windows boot is in sda2. I made sure by looking in gparted lol
    At this point I booted installation media again and remounted
    mount /dev/sda5 /mnt
    mount /dev/sda2 /mnt/boot
    mount /dev/sda6 /mnt/boot/efi
    mount /dev/sdb2 /mnt/home
    Did pre-grub stuff then arch-chrooted in and reinstalled the kernel and grub and grub config
    # pacman -U /var/cache/pacman/pkg/linux-3.xx-x.pkg.tar.gz  for reinstalling the kernel in the chroot
    At this point I rebooted but I forgot to regenerate the fstab. So I remounted everything the same way, deleted the fstab and regenerated it. The fstab looks ok when I log in. I also then reinstalled grub and made the config again.
    This is where I am at now. I also get this weird issue when I shutdown, it immediately starts up again. I know this could be an issue with the Windows 8 fastboot, but I know I disabled that before I installed arch linux.
    Any tips would be great. I'm not sure where to go from here.
    And yes you're right it should be /boot/efi/EFI/Microsoft. I have /boot/EFI/EFI/arch-grub but not Microsoft in there
    Last edited by Aquila (2013-09-30 01:58:24)

  • Trouble With Grub - Setting up Triple Boot

    Before I had Arch running on my desktop, I was using Ubuntu with Vista on the same disk and XP on another one. When I moved to Arch, I backed up menu.lst to preserve the entries, and installed Arch over the same partition that Ubuntu was on.
    However, after I restored the entries for Vista and XP, I wasn't able to boot to them. A few weeks ago I absolutely had to do some work under windows, so I swapped out my XP disk and installed Vista on it, which got rid of the grub install in MBR and I used vista for about a week. I reinstalled Grab after that, and wasn't able to configure grub to boot to the new disk that had vista on it, only to Arch.
    I'm more or less at a loss as to what may be wrong with my entries, the locations are correct but it just doesn't boot them for some reason.
    Here is the output of fdisk -l:
    Disk1:
    sda1 is The original Vista install
    sda4 is Arch Linux
    sda3 is /boot for Arch linux
    sdb1 is the new Vista install
    Disk /dev/sda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x1f0b226a
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 7359 59111136 7 HPFS/NTFS
    /dev/sda2 9245 9729 3895762+ 82 Linux swap / Solaris
    /dev/sda3 9184 9244 489982+ 83 Linux
    /dev/sda4 7360 9183 14651280 83 Linux
    Partition table entries are not in disk order
    Disk /dev/sdb: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x2edf2ede
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 30400 244187968+ 7 HPFS/NTFS
    Disk /dev/sdc: 300.0 GB, 300069052416 bytes
    255 heads, 63 sectors/track, 36481 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x889d889d
    Device Boot Start End Blocks Id System
    /dev/sdc2 * 1 36481 293033598+ 83 Linux
    Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x000efff1
    Device Boot Start End Blocks Id System
    /dev/sdd1 1 121601 976760001 83 Linux
    Here are the boot entries in grub:
    # (0) Arch Linux
    title Arch Linux
    root (hd0,2)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/28e57cc7-2ae6-423c-b2ba-18a48b79433b ro vga=331
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,2)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/28e57cc7-2ae6-423c-b2ba-18a48b79433b ro
    initrd /kernel26-fallback.img
    title Windows Systems
    root
    title Windows Vista 64-bit
    rootnoverify (hd0,0)
    chainloader +1
    savedefault
    makeactive
    title Windows XP Professional
    rootnoverify (hd1,0)
    map (hd0) (hd1)
    map (hd1) (hd0)
    chainloader +1
    savedefault
    makeactive
    Any help or insight into what may be the issue is greatly appreciated.
    Edit: I should mention I did some fiddling around trying to get the second vista install to boot by changing the location of the vista entry to (hd1,0) with no luck.
    Last edited by Ashex (2009-02-28 22:02:27)

    You need to change your menu.lst. I have windows 7 on my first partition, ie sda1. Arch linux is on the second partition, ie sda2:
    # (0) Arch Linux
    title Arch Linux
    root (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/01c08dbe-bfc1-4b41-95d6-3abd118b42a1 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/01c08dbe-bfc1-4b41-95d6-3abd118b42a1 ro
    initrd /boot/kernel26-fallback.img
    # (1) Windows
    title Windows 7
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    Make sure that you use (hd0,0), which is the first partition. Change the harddisk boot order in your BIOS. If you want to boot the second harddisk, this is the way to do it I suppose:
    title Windows Vista 64
    map (hd0) (hd1)
    map (hd1) (hd0)
    makeactive
    rootnoverify (hd0,0)
    chainloader (hd1,0)+1
    Read more about it here:
    http://forums.opensuse.org/install-boot … d-hdd.html
    Last edited by ahcaliskan (2009-02-28 23:04:38)

  • [solved]Trouble with Grub

    Hi,
    I just installed Arch a few hours back. The only problem I had was the grub wouldnt install. My old grub(from ubuntu) is intact though it has no arch in the menu and it has a old Windows option(I deleted windows partition while installing arch, will install it later again).
    I even edited the menu.lst from grub in ubuntu, but it still shows the old chart/list of OS. I'll post it here.
    # menu.lst - See: grub(8), info grub, update-grub(8)
    # grub-install(8), grub-floppy(8),
    # grub-md5-crypt, /usr/share/doc/grub
    # and /usr/share/doc/grub-legacy-doc/.
    ## default num
    # Set the default entry to the entry number NUM. Numbering starts from 0, and
    # the entry number 0 is the default if the command is not used.
    # You can specify 'saved' instead of a number. In this case, the default entry
    # is the entry saved with the command 'savedefault'.
    # WARNING: If you are using dmraid do not use 'savedefault' or your
    # array will desync and will not let you boot your system.
    default 0
    ## timeout sec
    # Set a timeout, in SEC seconds, before automatically booting the default entry
    # (normally the first entry defined).
    timeout 3
    ## hiddenmenu
    # Hides the menu by default (press ESC to see the menu)
    hiddenmenu
    # Pretty colours
    #color cyan/blue white/blue
    ## password ['--md5'] passwd
    # If used in the first section of a menu file, disable all interactive editing
    # control (menu entry editor and command-line) and entries protected by the
    # command 'lock'
    # e.g. password topsecret
    # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
    # password topsecret
    # examples
    title Windows 95/98/NT/2000
    root (hd0,4)
    makeactive
    chainloader +1
    ###Boot Windows - test 1 ###
    Title Windows on partition 1
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    ###Boot Windows - test 2 ###
    Title Windows on partition 2
    rootnoverify (hd0,1)
    makeactive
    chainloader +1
    ###Boot Windows - test 3 ###
    Title Windows on partition 3
    rootnoverify (hd0,2)
    makeactive
    chainloader +1
    ###Boot Windows - test 4 ###
    Title Windows on partition 4
    rootnoverify (hd0,3)
    makeactive
    chainloader +1
    # title Linux
    # root (hd0,1)
    # kernel /vmlinuz root=/dev/hda2 ro
    # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
    ### BEGIN AUTOMAGIC KERNELS LIST
    ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
    ## by the debian update-grub script except for the default options below
    ## DO NOT UNCOMMENT THEM, Just edit them to your needs
    ## ## Start Default Options ##
    ## default kernel options
    ## default kernel options for automagic boot options
    ## If you want special options for specific kernels use kopt_x_y_z
    ## where x.y.z is kernel version. Minor versions can be omitted.
    ## e.g. kopt=root=/dev/hda1 ro
    ## kopt_2_6_8=root=/dev/hdc1 ro
    ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
    # kopt=root=UUID=9f847f23-7716-4b30-9b65-176789e688de ro
    ## default grub root device
    ## e.g. groot=(hd0,0)
    # groot=9f847f23-7716-4b30-9b65-176789e688de
    ## should update-grub create alternative automagic boot options
    ## e.g. alternative=true
    ## alternative=false
    # alternative=true
    ## should update-grub lock alternative automagic boot options
    ## e.g. lockalternative=true
    ## lockalternative=false
    # lockalternative=false
    ## additional options to use with the default boot option, but not with the
    ## alternatives
    ## e.g. defoptions=vga=791 resume=/dev/hda5
    # defoptions=quiet splash
    ## should update-grub lock old automagic boot options
    ## e.g. lockold=false
    ## lockold=true
    # lockold=false
    ## Xen hypervisor options to use with the default Xen boot option
    # xenhopt=
    ## Xen Linux kernel options to use with the default Xen boot option
    # xenkopt=console=tty0
    ## altoption boot targets option
    ## multiple altoptions lines are allowed
    ## e.g. altoptions=(extra menu suffix) extra boot options
    ## altoptions=(recovery) single
    # altoptions=(recovery mode) single
    ## controls how many kernels should be put into the menu.lst
    ## only counts the first occurence of a kernel, not the
    ## alternative kernel options
    ## e.g. howmany=all
    ## howmany=7
    # howmany=all
    ## specify if running in Xen domU or have grub detect automatically
    ## update-grub will ignore non-xen kernels when running in domU and vice versa
    ## e.g. indomU=detect
    ## indomU=true
    ## indomU=false
    # indomU=detect
    ## should update-grub create memtest86 boot option
    ## e.g. memtest86=true
    ## memtest86=false
    # memtest86=true
    ## should update-grub adjust the value of the default booted system
    ## can be true or false
    # updatedefaultentry=false
    ## should update-grub add savedefault to the default options
    ## can be true or false
    # savedefault=false
    ## ## End Default Options ##
    title Ubuntu 10.04.2 LTS, kernel 2.6.32-27-generic
    uuid 9f847f23-7716-4b30-9b65-176789e688de
    kernel /boot/vmlinuz-2.6.32-27-generic root=UUID=9f847f23-7716-4b30-9b65-176789e688de ro quiet splash
    initrd /boot/initrd.img-2.6.32-27-generic
    title Ubuntu 10.04.2 LTS, kernel 2.6.32-27-generic (recovery mode)
    uuid 9f847f23-7716-4b30-9b65-176789e688de
    kernel /boot/vmlinuz-2.6.32-27-generic root=UUID=9f847f23-7716-4b30-9b65-176789e688de ro single
    initrd /boot/initrd.img-2.6.32-27-generic
    title Chainload into GRUB 2
    root 9f847f23-7716-4b30-9b65-176789e688de
    kernel /boot/grub/core.img
    title Ubuntu 10.04.2 LTS, memtest86+
    uuid 9f847f23-7716-4b30-9b65-176789e688de
    kernel /boot/memtest86+.bin
    # (0) Arch Linux
    title Arch Linux
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/sda3
    /dev/sda4 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/sda3
    /dev/sda4 ro
    initrd /boot/kernel26-fallback.img
    ### END DEBIAN AUTOMAGIC KERNELS LIST
    What am I doing wrong? How do I add arch to the grub menu?
    Last edited by death__machine (2011-03-04 13:23:21)

    Ok I saw that the /boot/grub/ doesnt have a grub.cfg, only menu.lst. Am really getting confused on what am supposed to edit, am guessing the grub.cfg from ubuntu but compared to menu.lst , grub.cfg is more complicated.
    # DO NOT EDIT THIS FILE
    # It is automatically generated by /usr/sbin/grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    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 recordfail {
    set recordfail=1
    if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 9f847f23-7716-4b30-9b65-176789e688de
    if loadfont /usr/share/grub/unicode.pf2 ; then
    set gfxmode=640x480
    insmod gfxterm
    insmod vbe
    if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
    fi
    fi
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 9f847f23-7716-4b30-9b65-176789e688de
    set locale_dir=($root)/boot/grub/locale
    set lang=en
    insmod gettext
    if [ ${recordfail} = 1 ]; then
    set timeout=-1
    else
    set timeout=10
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/05_debian_theme ###
    set menu_color_normal=white/black
    set menu_color_highlight=black/light-gray
    ### END /etc/grub.d/05_debian_theme ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 9f847f23-7716-4b30-9b65-176789e688de
    linux /boot/vmlinuz-2.6.35-22-generic root=UUID=9f847f23-7716-4b30-9b65-176789e688de ro quiet splash
    initrd /boot/initrd.img-2.6.35-22-generic
    menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 9f847f23-7716-4b30-9b65-176789e688de
    echo 'Loading Linux 2.6.35-22-generic ...'
    linux /boot/vmlinuz-2.6.35-22-generic root=UUID=9f847f23-7716-4b30-9b65-176789e688de ro single
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-2.6.35-22-generic
    menuentry 'Ubuntu, with Linux 2.6.32-27-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 9f847f23-7716-4b30-9b65-176789e688de
    linux /boot/vmlinuz-2.6.32-27-generic root=UUID=9f847f23-7716-4b30-9b65-176789e688de ro quiet splash
    initrd /boot/initrd.img-2.6.32-27-generic
    menuentry 'Ubuntu, with Linux 2.6.32-27-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 9f847f23-7716-4b30-9b65-176789e688de
    echo 'Loading Linux 2.6.32-27-generic ...'
    linux /boot/vmlinuz-2.6.32-27-generic root=UUID=9f847f23-7716-4b30-9b65-176789e688de ro single
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-2.6.32-27-generic
    menuentry 'Ubuntu, with Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 9f847f23-7716-4b30-9b65-176789e688de
    linux /boot/vmlinuz-2.6.32-24-generic root=UUID=9f847f23-7716-4b30-9b65-176789e688de ro quiet splash
    initrd /boot/initrd.img-2.6.32-24-generic
    menuentry 'Ubuntu, with Linux 2.6.32-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
    recordfail
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 9f847f23-7716-4b30-9b65-176789e688de
    echo 'Loading Linux 2.6.32-24-generic ...'
    linux /boot/vmlinuz-2.6.32-24-generic root=UUID=9f847f23-7716-4b30-9b65-176789e688de ro single
    echo 'Loading initial ramdisk ...'
    initrd /boot/initrd.img-2.6.32-24-generic
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    menuentry "Memory test (memtest86+)" {
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 9f847f23-7716-4b30-9b65-176789e688de
    linux16 /boot/memtest86+.bin
    menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod ext2
    set root='(hd0,3)'
    search --no-floppy --fs-uuid --set 9f847f23-7716-4b30-9b65-176789e688de
    linux16 /boot/memtest86+.bin console=ttyS0,115200n8
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
    insmod ntfs
    set root='(hd0,1)'
    search --no-floppy --fs-uuid --set 9810e0fb10e0e0ec
    drivemap -s (hd0) ${root}
    chainloader +1
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    Ok on the top of the .cfg it says to not edit it :\
    Last edited by death__machine (2011-03-04 10:16:31)

  • Trouble with grub...

    Hi,
    I tryed to install solaris 10 in a virtalbox under my Linux... but the problem is that grub load only stage 1 but not stage 2 (It breaks in the grub console.)
    I have downloaded the developer version on 2 DVDs...
    How can I load the solaris-installer with grub in my Virtalbox? Im not realy experienced with grub :-( If I try to boot my whole Computer with the first DVD, it happens the same...
    In the offical installationhowto.pdf stays nothing to this, and I cant find someone who have the same problem. What do I wrong?

    You need to change your menu.lst. I have windows 7 on my first partition, ie sda1. Arch linux is on the second partition, ie sda2:
    # (0) Arch Linux
    title Arch Linux
    root (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/01c08dbe-bfc1-4b41-95d6-3abd118b42a1 ro
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/01c08dbe-bfc1-4b41-95d6-3abd118b42a1 ro
    initrd /boot/kernel26-fallback.img
    # (1) Windows
    title Windows 7
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    Make sure that you use (hd0,0), which is the first partition. Change the harddisk boot order in your BIOS. If you want to boot the second harddisk, this is the way to do it I suppose:
    title Windows Vista 64
    map (hd0) (hd1)
    map (hd1) (hd0)
    makeactive
    rootnoverify (hd0,0)
    chainloader (hd1,0)+1
    Read more about it here:
    http://forums.opensuse.org/install-boot … d-hdd.html
    Last edited by ahcaliskan (2009-02-28 23:04:38)

  • [SOLVED] Unable to Boot Windows 7 from GRUB

    I recently reinstalled Arch onto my laptop (Lenovo Thinkpad t520) and have been having problems with Grub. For the last week I've been having trouble getting it to run grub at boot at all, only being able to run windows 7 by flagging it as the bootable drive. The other day I finally got it to boot into grub, and from grub I can boot into Arch. However, I can not boot into windows 7 through grub. When I attempt to, it throws an error:
    Invalid EFI file path
    I'm somewhat new to arch, and especially new to efi bootloading and such. Right now the only way I can get into windows is either booting from the arch install disk > boot other os and specifying partition 2 (where I have windows installed) or by pressing f12 at boot. When I do this (not sure what the term is, if anyone knows please tell me), it brings up a menu asking where I want to boot with "arch_efi" "cd drive" "Hard drive" etc. I choose hard drive and it will then boot to windows by default. Booting normally takes me to grub where I can boot into arch but not windows. If there's any more info you need please let me know and I'll try to provide it. Thanks in advance.
    Also, here is my current partition setup
    /dev/sda1 /boot/efi
    /dev/sda2 Windows7
    /dev/sda3 Extended partition containing sda 5,6, & 7
    /dev/sda4 swap
    /dev/sda5 /boot
    /dev/sda6 /
    /dev/sda7 /home
    UPDATE
    Terminator seems to be right (still on a roll!), so I wiped the partition I had grub on, removed grub, and installed syslinux. Now I have another problem that I'm hoping can be solved in the same thread to avoid another. It boots to syslinux no problem, and I can boot to windows from there all good, but when I select arch I get:
    Root device mounted successfully but /sbin/init does not exist
    I haven't been able to look for solutions too much on my own, but any help would be appreciated, thank you.
    Last edited by IamFuzzles (2012-08-22 04:20:56)

    Terminator wrote:If I understand it correctly, what you are trying is impossible: you are trying to boot windows using UEFI on a disk with MBR partitioning. Windows 7 only supports UEFI on discs with GPT partitioning but AFAIK, extended partitions only exist in MBR partitioning.
    i also saw this in the arch wiki, but i have a brand new lenovo ideapad y570 running windows 7 64-bit that i'm in the process of setting up for someone, and it has what i think is an efi system partition but the disk uses mbr partitioning.  does anyone know why this might be, or is there a way i can verify that the system is actually being booted via bios-mbr?
    Last edited by e_tank (2012-08-21 11:56:15)

  • Dual boot windows 7+archlinux on separate disks; grub errors. [solved]

    Hello,
    I am very excited to try arch linux, but am having trouble with the
    installation.  My situation is as follows:  I have 3 hard drives: windows 7
    lives on sda and sdb.  I am installing arch on sdc, which is 500GB.
    I partitioned the hard drive as follows (which may look kind of ridiculous,
    but please understand I am new at this):
    sdc1    /boot    1GB    ext2
    sdc2    swap    8GB     swap
    sdc3    /       50GB    ext3
    sdc4    /home   400+GB  ext3
    After some initial issues, I managed to run the installation program
    smoothly, performed the basic configuration, and then went to install grub. I
    scrutinized the grub menu.lst file over and over, and could not find anything
    wrong.  It had the following entry for archlinux:
    title: Arch Linux
    root: (hd2,0)
    kernel: /vmlinuz26 root=/dev/sdc3 ro
    initrd: /kernel26.img
    There is no entry for windows, as I can just use the BIOS boot menu to switch
    between the two bootable hard disks, or at least that was my plan...
    When I boot to windows, everything works just fine.  When I go to the
    BIOS boot menu and choose to boot from the third disk, I get the grub
    bootloader with choices of arch and arch fallback, just as expected. 
    I select the former, and I get the following message from grub:
    Booting 'Arch Linux'
    root    hd(2,0)
    Filesystem type unknown, partition type 0x7
    kernel /vmlinuz26 root=/dev/sdc3 ro
    Error17: cannot mount selected partition
    The same thing happens for the fallback image.  I made very sure to install
    grub to the mbr, /dev/sdc.
    I have also tried to use the UUID entry for /root in the menu.lst file, and
    this gives the exact same results.  I have also run grub interactively from
    the bootable CD image, and it does not give such errors-  it knows that
    hd(2,0) has type 82, and not 7.  However, when I try the initrd command in
    interactive grub, I get a complaint about the image not fitting in memory.
    However, I have 16GB of ram...
    One other note that may be (but probably is not) relevant:  initially I could
    not get the Arch disk to recognize the hard drive (the format disk phase of
    installation would always fail), so from windows, I went to the disk manager
    and formatted it with ntfs.  This enabled me to format the disk from the arch
    install process and install the new FS.  I didn't think the temporary presence
    of ntfs would be any kind of an issue since I immediately reformatted it.
    Many thanks for your time reading this.  Much appreciated.
    Last edited by wes (2011-03-07 21:24:44)

    I guess here:
    https://wiki.archlinux.org/index.php/Be … Bootloader
    or here
    https://wiki.archlinux.org/index.php/Wi … ard_Drives
    would be sensible places, but as a complete rookie, I don't feel qualified to start editing the wiki...

  • Dual boot , windows 7 keep restart after select from grub section

    Hello everyone, i am new here.
    I want to make a dual boot in my computer.
    I am using a same hardisk to install both OS.
    1st, I install arch linux , after install working well from grub.
    2nd, I install windows 7, after install , it skip the grub section , directly load windows 7.
    I boot my archlinux live cd.
    Go to grub .
    type root (hd0, and press tab to make sure my partition.
    setup (hd0).
    The grub section was recover and success to login arch linux.
    but fail to login windows 7 , then i modify /boot/grub/menu.lst . modify the windows (hd0, 1).
    My trouble probem is here, after i select the windows section , my com just like restart computer.
    Even i try change to (hd0, 2 or 3 ) also same problem, windows 7 restart computer.

    I have try to install dual boot for more than 5 time, first i install windows then only come to arch linux, but always fail to boot up windows.
    Thank for helping me ^^
    This is my fdisk -l
    I have 2 hardisk, but i install both Os in the same hardisk.
    Device Boot             Start                  End                  Block              ID              System
    /dev/sdb1                   1                      24                    192742+            83              Linux
    /dev/sdb2                   25                    37                   102400           7                    HPFS/NTFS
    Partition 2 does not end on cylinder boundry
    /dev/sdb3                   37                     8243              65939456           7                 HPFS/NTFS
    /dev/sdb4                   8247                14593               50982277+            5             Extended
    /dev/sdb5                  8247                  8368                  979933+            83             Linux
    /dev/sdb6                  8364                 10858                20000893+             83          Linux
    /dev/sdb7                  10859               14593                  20001356             82          Linux Swap / Solaris
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sd5 ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sd5 ro
    initrd /kernel26_fallback.img
    # (2) windows
    title windows 7
    rootnoverify (hd0, 1)
    makeactive
    chainloader +1

  • Real trouble trying to install Catalyst Legacy

    I'm kind of in trouble trying to install catalyst-total-hd234k package from the AUR
    using yaourt to achieve this, enabled the xorg112 package to downgrade, tried pacman directly and makepkg, same result
    It asks a lot of dependencies conflicting with catalyst drivers, so I accept to remove before downgrading to 1.12
    It goes through like if nothing was up after downgrading, package installs without any error
    Following the AMD Catalyst wiki page in here leads me to have a black screen after reboot
    EDIT 2: Process of reproducing the problem I'm facing
    - I enable the xorg112 repository on top of every other in /etc/pacman.conf
    - Downgrade xorg with
    # pacman -S xorg
    :: There are 79 members in group xorg:
    :: Repository xorg112
    1) xf86-input-acecad 2) xf86-input-aiptek 3) xf86-input-evdev 4) xf86-input-joystick 5) xf86-input-keyboard 6) xf86-input-mouse 7) xf86-input-synaptics
    8) xf86-input-vmmouse 9) xf86-input-void 10) xf86-video-apm 11) xf86-video-fbdev 12) xf86-video-intel 13) xf86-video-v4l 14) xf86-video-vesa
    :: Repository extra
    15) xf86-video-ark 16) xf86-video-ast 17) xf86-video-ati 18) xf86-video-cirrus 19) xf86-video-dummy 20) xf86-video-glint 21) xf86-video-i128
    22) xf86-video-mach64 23) xf86-video-mga 24) xf86-video-modesetting 25) xf86-video-neomagic 26) xf86-video-nouveau 27) xf86-video-nv 28) xf86-video-openchrome
    29) xf86-video-r128 30) xf86-video-savage 31) xf86-video-siliconmotion 32) xf86-video-sis 33) xf86-video-tdfx 34) xf86-video-trident 35) xf86-video-vmware
    36) xf86-video-voodoo 37) xorg-bdftopcf 38) xorg-docs 39) xorg-font-util 40) xorg-fonts-100dpi 41) xorg-fonts-75dpi 42) xorg-fonts-encodings 43) xorg-iceauth
    44) xorg-luit 45) xorg-mkfontdir 46) xorg-mkfontscale 47) xorg-server 48) xorg-sessreg 49) xorg-setxkbmap 50) xorg-smproxy 51) xorg-x11perf 52) xorg-xauth
    53) xorg-xbacklight 54) xorg-xcmsdb 55) xorg-xcursorgen 56) xorg-xdpyinfo 57) xorg-xdriinfo 58) xorg-xev 59) xorg-xgamma 60) xorg-xhost 61) xorg-xinput
    62) xorg-xkbcomp 63) xorg-xkbevd 64) xorg-xkbutils 65) xorg-xkill 66) xorg-xlsatoms 67) xorg-xlsclients 68) xorg-xmodmap 69) xorg-xpr 70) xorg-xprop
    71) xorg-xrandr 72) xorg-xrdb 73) xorg-xrefresh 74) xorg-xset 75) xorg-xsetroot 76) xorg-xvinfo 77) xorg-xwd 78) xorg-xwininfo 79) xorg-xwud
    Enter a selection (default=all):
    warning: downgrading package xf86-input-evdev (2.9.1-1 => 2.7.3-1)
    warning: downgrading package xf86-input-joystick (1.6.2-5 => 1.6.1-1)
    warning: downgrading package xf86-input-keyboard (1.8.0-3 => 1.6.2-1)
    warning: downgrading package xf86-input-mouse (1.9.1-1 => 1.8.1-1)
    warning: downgrading package xf86-input-synaptics (1.8.1-1 => 1.6.2-1)
    warning: downgrading package xf86-input-vmmouse (13.0.0-5 => 12.9.0-1)
    warning: downgrading package xf86-input-void (1.4.0-7 => 1.4.0-3)
    warning: downgrading package xf86-video-fbdev (0.4.4-3 => 0.4.3-1)
    warning: downgrading package xf86-video-intel (2.99.917-1 => 2.20.2-2)
    warning: downgrading package xf86-video-v4l (0.2.0-14 => 0.2.0-10)
    warning: downgrading package xf86-video-vesa (2.3.2-5 => 2.3.2-1)
    warning: xf86-video-ark-0.7.5-5 is up to date -- reinstalling
    warning: xf86-video-ast-0.97.0-5 is up to date -- reinstalling
    warning: xf86-video-ati-1:7.5.0-1 is up to date -- reinstalling
    warning: xf86-video-cirrus-1.5.2-4 is up to date -- reinstalling
    warning: xf86-video-dummy-0.3.7-3 is up to date -- reinstalling
    warning: xf86-video-glint-1.2.8-5 is up to date -- reinstalling
    warning: xf86-video-i128-1.3.6-5 is up to date -- reinstalling
    warning: xf86-video-mach64-6.9.4-4 is up to date -- reinstalling
    warning: xf86-video-mga-1.6.3-3 is up to date -- reinstalling
    warning: xf86-video-modesetting-0.9.0-2 is up to date -- reinstalling
    warning: xf86-video-neomagic-1.2.8-3 is up to date -- reinstalling
    warning: xf86-video-nouveau-1.0.11-2 is up to date -- reinstalling
    warning: xf86-video-nv-2.1.20-5 is up to date -- reinstalling
    warning: xf86-video-openchrome-0.3.3-4 is up to date -- reinstalling
    warning: xf86-video-r128-6.9.2-3 is up to date -- reinstalling
    warning: xf86-video-savage-2.3.7-3 is up to date -- reinstalling
    warning: xf86-video-siliconmotion-1.7.7-5 is up to date -- reinstalling
    warning: xf86-video-sis-0.10.7-6 is up to date -- reinstalling
    warning: xf86-video-tdfx-1.4.5-5 is up to date -- reinstalling
    warning: xf86-video-trident-1.3.6-6 is up to date -- reinstalling
    warning: xf86-video-vmware-13.0.2-2 is up to date -- reinstalling
    warning: xf86-video-voodoo-1.2.5-5 is up to date -- reinstalling
    warning: xorg-bdftopcf-1.0.5-1 is up to date -- reinstalling
    warning: xorg-docs-1.7-2 is up to date -- reinstalling
    warning: xorg-font-util-1.3.0-2 is up to date -- reinstalling
    warning: xorg-fonts-100dpi-1.0.3-2 is up to date -- reinstalling
    warning: xorg-fonts-75dpi-1.0.3-2 is up to date -- reinstalling
    warning: xorg-fonts-encodings-1.0.4-4 is up to date -- reinstalling
    warning: xorg-iceauth-1.0.6-1 is up to date -- reinstalling
    warning: xorg-luit-1.1.1-2 is up to date -- reinstalling
    warning: xorg-mkfontdir-1.0.7-2 is up to date -- reinstalling
    warning: xorg-mkfontscale-1.1.1-1 is up to date -- reinstalling
    warning: xorg-server-1.16.3-2 is up to date -- reinstalling
    warning: xorg-sessreg-1.0.8-2 is up to date -- reinstalling
    warning: xorg-setxkbmap-1.3.0-2 is up to date -- reinstalling
    warning: xorg-smproxy-1.0.5-2 is up to date -- reinstalling
    warning: xorg-x11perf-1.5.4-2 is up to date -- reinstalling
    warning: xorg-xauth-1.0.9-1 is up to date -- reinstalling
    warning: xorg-xbacklight-1.2.1-1 is up to date -- reinstalling
    warning: xorg-xcmsdb-1.0.4-2 is up to date -- reinstalling
    warning: xorg-xcursorgen-1.0.6-1 is up to date -- reinstalling
    warning: xorg-xdpyinfo-1.3.1-1 is up to date -- reinstalling
    warning: xorg-xdriinfo-1.0.4-4 is up to date -- reinstalling
    warning: xorg-xev-1.2.1-2 is up to date -- reinstalling
    warning: xorg-xgamma-1.0.5-2 is up to date -- reinstalling
    warning: xorg-xhost-1.0.6-1 is up to date -- reinstalling
    warning: xorg-xinput-1.6.1-1 is up to date -- reinstalling
    warning: xorg-xkbcomp-1.3.0-1 is up to date -- reinstalling
    warning: xorg-xkbevd-1.1.3-2 is up to date -- reinstalling
    warning: xorg-xkbutils-1.0.4-2 is up to date -- reinstalling
    warning: xorg-xkill-1.0.4-1 is up to date -- reinstalling
    warning: xorg-xlsatoms-1.1.1-2 is up to date -- reinstalling
    warning: xorg-xlsclients-1.1.3-1 is up to date -- reinstalling
    warning: xorg-xmodmap-1.0.8-1 is up to date -- reinstalling
    warning: xorg-xpr-1.0.4-2 is up to date -- reinstalling
    warning: xorg-xprop-1.2.2-1 is up to date -- reinstalling
    warning: xorg-xrandr-1.4.3-1 is up to date -- reinstalling
    warning: xorg-xrdb-1.1.0-1 is up to date -- reinstalling
    warning: xorg-xrefresh-1.0.5-1 is up to date -- reinstalling
    warning: xorg-xset-1.2.3-1 is up to date -- reinstalling
    warning: xorg-xsetroot-1.1.1-2 is up to date -- reinstalling
    warning: xorg-xvinfo-1.1.2-2 is up to date -- reinstalling
    warning: xorg-xwd-1.0.6-1 is up to date -- reinstalling
    warning: xorg-xwininfo-1.1.3-1 is up to date -- reinstalling
    warning: xorg-xwud-1.0.4-2 is up to date -- reinstalling
    resolving dependencies...
    looking for conflicting packages...
    Packages (79) xf86-input-acecad-1.5.0-3 xf86-input-aiptek-1.4.1-3 xf86-input-evdev-2.7.3-1 xf86-input-joystick-1.6.1-1 xf86-input-keyboard-1.6.2-1
    xf86-input-mouse-1.8.1-1 xf86-input-synaptics-1.6.2-1 xf86-input-vmmouse-12.9.0-1 xf86-input-void-1.4.0-3 xf86-video-apm-1.2.5-1
    xf86-video-ark-0.7.5-5 xf86-video-ast-0.97.0-5 xf86-video-ati-1:7.5.0-1 xf86-video-cirrus-1.5.2-4 xf86-video-dummy-0.3.7-3 xf86-video-fbdev-0.4.3-1
    xf86-video-glint-1.2.8-5 xf86-video-i128-1.3.6-5 xf86-video-intel-2.20.2-2 xf86-video-mach64-6.9.4-4 xf86-video-mga-1.6.3-3
    xf86-video-modesetting-0.9.0-2 xf86-video-neomagic-1.2.8-3 xf86-video-nouveau-1.0.11-2 xf86-video-nv-2.1.20-5 xf86-video-openchrome-0.3.3-4
    xf86-video-r128-6.9.2-3 xf86-video-savage-2.3.7-3 xf86-video-siliconmotion-1.7.7-5 xf86-video-sis-0.10.7-6 xf86-video-tdfx-1.4.5-5
    xf86-video-trident-1.3.6-6 xf86-video-v4l-0.2.0-10 xf86-video-vesa-2.3.2-1 xf86-video-vmware-13.0.2-2 xf86-video-voodoo-1.2.5-5
    xorg-bdftopcf-1.0.5-1 xorg-docs-1.7-2 xorg-font-util-1.3.0-2 xorg-fonts-100dpi-1.0.3-2 xorg-fonts-75dpi-1.0.3-2 xorg-fonts-encodings-1.0.4-4
    xorg-iceauth-1.0.6-1 xorg-luit-1.1.1-2 xorg-mkfontdir-1.0.7-2 xorg-mkfontscale-1.1.1-1 xorg-server-1.16.3-2 xorg-sessreg-1.0.8-2
    xorg-setxkbmap-1.3.0-2 xorg-smproxy-1.0.5-2 xorg-x11perf-1.5.4-2 xorg-xauth-1.0.9-1 xorg-xbacklight-1.2.1-1 xorg-xcmsdb-1.0.4-2
    xorg-xcursorgen-1.0.6-1 xorg-xdpyinfo-1.3.1-1 xorg-xdriinfo-1.0.4-4 xorg-xev-1.2.1-2 xorg-xgamma-1.0.5-2 xorg-xhost-1.0.6-1 xorg-xinput-1.6.1-1
    xorg-xkbcomp-1.3.0-1 xorg-xkbevd-1.1.3-2 xorg-xkbutils-1.0.4-2 xorg-xkill-1.0.4-1 xorg-xlsatoms-1.1.1-2 xorg-xlsclients-1.1.3-1
    xorg-xmodmap-1.0.8-1 xorg-xpr-1.0.4-2 xorg-xprop-1.2.2-1 xorg-xrandr-1.4.3-1 xorg-xrdb-1.1.0-1 xorg-xrefresh-1.0.5-1 xorg-xset-1.2.3-1
    xorg-xsetroot-1.1.1-2 xorg-xvinfo-1.1.2-2 xorg-xwd-1.0.6-1 xorg-xwininfo-1.1.3-1 xorg-xwud-1.0.4-2
    Total Installed Size: 36.11 MiB
    Net Upgrade Size: -0.52 MiB
    :: Proceed with installation? [Y/n] Y
    (79/79) checking keys in keyring [############################################################] 100%
    (79/79) checking package integrity [############################################################] 100%
    (79/79) loading package files [############################################################] 100%
    (79/79) checking for file conflicts [############################################################] 100%
    (79/79) checking available disk space [############################################################] 100%
    ( 1/79) installing xf86-input-acecad [############################################################] 100%
    ( 2/79) installing xf86-input-aiptek [############################################################] 100%
    ( 3/79) downgrading xf86-input-evdev [############################################################] 100%
    ( 4/79) downgrading xf86-input-joystick [############################################################] 100%
    ( 5/79) downgrading xf86-input-keyboard [############################################################] 100%
    ( 6/79) downgrading xf86-input-mouse [############################################################] 100%
    ( 7/79) downgrading xf86-input-synaptics [############################################################] 100%
    ( 8/79) downgrading xf86-input-vmmouse [############################################################] 100%
    ( 9/79) downgrading xf86-input-void [############################################################] 100%
    (10/79) installing xf86-video-apm [############################################################] 100%
    (11/79) downgrading xf86-video-fbdev [############################################################] 100%
    (12/79) downgrading xf86-video-intel [############################################################] 100%
    (13/79) downgrading xf86-video-v4l [############################################################] 100%
    (14/79) downgrading xf86-video-vesa [############################################################] 100%
    (15/79) reinstalling xf86-video-ark [############################################################] 100%
    (16/79) reinstalling xf86-video-ast [############################################################] 100%
    (17/79) reinstalling xf86-video-ati [############################################################] 100%
    (18/79) reinstalling xf86-video-cirrus [############################################################] 100%
    (19/79) reinstalling xf86-video-dummy [############################################################] 100%
    (20/79) reinstalling xf86-video-glint [############################################################] 100%
    (21/79) reinstalling xf86-video-i128 [############################################################] 100%
    (22/79) reinstalling xf86-video-mach64 [############################################################] 100%
    (23/79) reinstalling xf86-video-mga [############################################################] 100%
    (24/79) reinstalling xf86-video-modesetting [############################################################] 100%
    (25/79) reinstalling xf86-video-neomagic [############################################################] 100%
    (26/79) reinstalling xf86-video-nouveau [############################################################] 100%
    (27/79) reinstalling xf86-video-nv [############################################################] 100%
    (28/79) reinstalling xf86-video-openchrome [############################################################] 100%
    (29/79) reinstalling xf86-video-r128 [############################################################] 100%
    (30/79) reinstalling xf86-video-savage [############################################################] 100%
    (31/79) reinstalling xf86-video-siliconmotion [############################################################] 100%
    (32/79) reinstalling xf86-video-sis [############################################################] 100%
    (33/79) reinstalling xf86-video-tdfx [############################################################] 100%
    (34/79) reinstalling xf86-video-trident [############################################################] 100%
    (35/79) reinstalling xf86-video-vmware [############################################################] 100%
    (36/79) reinstalling xf86-video-voodoo [############################################################] 100%
    (37/79) reinstalling xorg-bdftopcf [############################################################] 100%
    (38/79) reinstalling xorg-docs [############################################################] 100%
    (39/79) reinstalling xorg-font-util [############################################################] 100%
    (40/79) reinstalling xorg-fonts-encodings [############################################################] 100%
    (41/79) reinstalling xorg-mkfontscale [############################################################] 100%
    (42/79) reinstalling xorg-mkfontdir [############################################################] 100%
    (43/79) reinstalling xorg-fonts-100dpi [############################################################] 100%
    Updating font cache... done.
    (44/79) reinstalling xorg-fonts-75dpi [############################################################] 100%
    Updating font cache... done.
    (45/79) reinstalling xorg-iceauth [############################################################] 100%
    (46/79) reinstalling xorg-luit [############################################################] 100%
    (47/79) reinstalling xorg-setxkbmap [############################################################] 100%
    (48/79) reinstalling xorg-xkbcomp [############################################################] 100%
    (49/79) reinstalling xorg-server [############################################################] 100%
    (50/79) reinstalling xorg-sessreg [############################################################] 100%
    (51/79) reinstalling xorg-smproxy [############################################################] 100%
    (52/79) reinstalling xorg-x11perf [############################################################] 100%
    (53/79) reinstalling xorg-xauth [############################################################] 100%
    (54/79) reinstalling xorg-xbacklight [############################################################] 100%
    (55/79) reinstalling xorg-xcmsdb [############################################################] 100%
    (56/79) reinstalling xorg-xcursorgen [############################################################] 100%
    (57/79) reinstalling xorg-xdpyinfo [############################################################] 100%
    (58/79) reinstalling xorg-xdriinfo [############################################################] 100%
    (59/79) reinstalling xorg-xev [############################################################] 100%
    (60/79) reinstalling xorg-xgamma [############################################################] 100%
    (61/79) reinstalling xorg-xhost [############################################################] 100%
    (62/79) reinstalling xorg-xrandr [############################################################] 100%
    (63/79) reinstalling xorg-xinput [############################################################] 100%
    (64/79) reinstalling xorg-xkbevd [############################################################] 100%
    (65/79) reinstalling xorg-xkbutils [############################################################] 100%
    (66/79) reinstalling xorg-xkill [############################################################] 100%
    (67/79) reinstalling xorg-xlsatoms [############################################################] 100%
    (68/79) reinstalling xorg-xlsclients [############################################################] 100%
    (69/79) reinstalling xorg-xmodmap [############################################################] 100%
    (70/79) reinstalling xorg-xpr [############################################################] 100%
    (71/79) reinstalling xorg-xprop [############################################################] 100%
    (72/79) reinstalling xorg-xrdb [############################################################] 100%
    (73/79) reinstalling xorg-xrefresh [############################################################] 100%
    (74/79) reinstalling xorg-xset [############################################################] 100%
    (75/79) reinstalling xorg-xsetroot [############################################################] 100%
    (76/79) reinstalling xorg-xvinfo [############################################################] 100%
    (77/79) reinstalling xorg-xwd [############################################################] 100%
    (78/79) reinstalling xorg-xwininfo [############################################################] 100%
    (79/79) reinstalling xorg-xwud [############################################################] 100%
    - Then I use yaourt (for convenience) to install catalyst-total-hd234k, same happens with catalyst packages when I use catalyst-hd234k repository
    $ yaourt -S catalyst-total-hd234k
    ==> Downloading catalyst-total-hd234k PKGBUILD from AUR...
    x .SRCINFO
    x catalyst-total-hd234k.install
    x fglrx_gpl_symbol.patch
    x cold-fglrx-3.14-current_euid.patch
    x arch_3.13_kernel_acpi_node.patch
    x lano1106_kcl_agp_13_4.patch
    x lano1106_fglrx_intel_iommu.patch
    x foutrelis_3.10_fix_for_legacy.patch
    x gentoo_linux-3.10-proc.diff
    x arch-fglrx-3.8.patch
    x arch-fglrx-3.7.patch
    x 3.5-do_mmap.patch
    x catalyst-hook.service
    x makefile_compat.patch
    x ati_make.sh
    x hook-fglrx
    x arch-fglrx-authatieventsd_new.patch
    x catalyst.conf
    x atieventsd.service
    x atieventsd.sh
    x catalyst.sh
    x lib32-catalyst.sh
    x catalyst_build_module
    x PKGBUILD
    Comment by Vi0L0 (2014-10-09 18:40)
    let me paste form the grill:
    I'm pretty sure that you didn't update catalyst-total-hd234k to version 13.1-28, because there I fixed conflict with ati-dri.
    Comment by doblerone (2014-12-17 19:15)
    During the last update, apparently there are some conflicts between catalyst-libgl and catalyst-total-hd234k. The suggestion is to remove catalyst-total-hd234k.
    Comment by Vi0L0 (2014-12-18 08:14)
    You are probably using libva-xvba-drivers which from yesterday depend on catalyst-libgl, i will add it to provides array after getting back home
    Comment by Vi0L0 (2014-12-18 21:50)
    13.1-29:
    - added catalyst-libgl, opencl-catalyst, lib32-catalyst-libgl and lib32-opencl-catalyst into provides array to satisfy libva-xvba-driver (and maybe other that will come in the future) deps;
    - added linux 3.18 support (i cannot test it actually, i can see it compiles fine though)
    Comment by K3pler (2015-01-05 12:43)
    Planning to replace my ultra outdated x1950pro for a less outdated hd3870 lol.
    And using this driver i probably need to downgrade xorg-server from 1.16 to 1.12 from the aur, right???
    Thanks for your work VioLO
    catalyst-total-hd234k 13.1-29 (mar jun 12 10:59:12 CST 2012)
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> WARNING: x86_64 system detected
    ==> WARNING: [multilib] repository must be uncommented in /etc/pacman.conf to add lib32-catalyst-utils into the package
    ==> WARNING: OK, lib32-catalyst-utils will be added to the package
    ==> catalyst-total-hd234k dependencies:
    - linux>=3.0 (already installed)
    - linux<3.19 (already installed)
    - linux-headers (already installed)
    - xorg-server>=1.7.0 (already installed)
    - netkit-bsd-finger (already installed)
    - libxrandr (already installed)
    - libsm (already installed)
    - fontconfig (already installed)
    - libxcursor (already installed)
    - libxi (already installed)
    - gcc-libs (already installed)
    - gcc>4.0.0 (already installed)
    - make (already installed)
    - patch (already installed)
    - libxinerama (already installed)
    - mesa>=10.1.0-4 (already installed)
    - lib32-libxext (already installed)
    - lib32-libdrm (already installed)
    - lib32-libxinerama (already installed)
    - lib32-mesa>=10.1.0-4 (already installed)
    - xorg-server<1.13.0 (package found)
    ==> Edit catalyst-total-hd234k.install ? [Y/n] ("A" to abort)
    ==> ---------------------------------------------------------
    ==> n
    ==> Continue building catalyst-total-hd234k ? [Y/n]
    ==> -----------------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for catalyst-total-hd234k:
    warning: downgrading package xorg-server (1.16.3-2 => 1.12.4-3)
    resolving dependencies...
    looking for conflicting packages...
    :: xorg-server and xf86-video-ark are in conflict. Remove xf86-video-ark? [y/N] Y
    :: xorg-server and xf86-video-ast are in conflict. Remove xf86-video-ast? [y/N] y
    :: xorg-server and xf86-video-ati are in conflict. Remove xf86-video-ati? [y/N] y
    :: xorg-server and xf86-video-cirrus are in conflict. Remove xf86-video-cirrus? [y/N] y
    :: xorg-server and xf86-video-dummy are in conflict. Remove xf86-video-dummy? [y/N] y
    :: xorg-server and xf86-video-glint are in conflict. Remove xf86-video-glint? [y/N] y
    :: xorg-server and xf86-video-i128 are in conflict. Remove xf86-video-i128? [y/N] y
    :: xorg-server and xf86-video-mach64 are in conflict. Remove xf86-video-mach64? [y/N] y
    :: xorg-server and xf86-video-mga are in conflict. Remove xf86-video-mga? [y/N] y
    :: xorg-server and xf86-video-modesetting are in conflict. Remove xf86-video-modesetting? [y/N] y
    :: xorg-server and xf86-video-neomagic are in conflict. Remove xf86-video-neomagic? [y/N] y
    :: xorg-server and xf86-video-nouveau are in conflict. Remove xf86-video-nouveau? [y/N] y
    :: xorg-server and xf86-video-nv are in conflict. Remove xf86-video-nv? [y/N] y
    :: xorg-server and xf86-video-openchrome are in conflict. Remove xf86-video-openchrome? [y/N] y
    :: xorg-server and xf86-video-r128 are in conflict. Remove xf86-video-r128? [y/N] y
    :: xorg-server and xf86-video-savage are in conflict. Remove xf86-video-savage? [y/N] y
    :: xorg-server and xf86-video-siliconmotion are in conflict. Remove xf86-video-siliconmotion? [y/N] y
    :: xorg-server and xf86-video-sis are in conflict. Remove xf86-video-sis? [y/N] y
    :: xorg-server and xf86-video-tdfx are in conflict. Remove xf86-video-tdfx? [y/N] y
    :: xorg-server and xf86-video-trident are in conflict. Remove xf86-video-trident? [y/N] y
    :: xorg-server and xf86-video-vmware are in conflict. Remove xf86-video-vmware? [y/N] y
    :: xorg-server and xf86-video-voodoo are in conflict. Remove xf86-video-voodoo? [y/N] y
    Packages (23) xf86-video-ark-0.7.5-5 [removal] xf86-video-ast-0.97.0-5 [removal] xf86-video-ati-1:7.5.0-1 [removal] xf86-video-cirrus-1.5.2-4 [removal]
    xf86-video-dummy-0.3.7-3 [removal] xf86-video-glint-1.2.8-5 [removal] xf86-video-i128-1.3.6-5 [removal] xf86-video-mach64-6.9.4-4 [removal]
    xf86-video-mga-1.6.3-3 [removal] xf86-video-modesetting-0.9.0-2 [removal] xf86-video-neomagic-1.2.8-3 [removal] xf86-video-nouveau-1.0.11-2 [removal]
    xf86-video-nv-2.1.20-5 [removal] xf86-video-openchrome-0.3.3-4 [removal] xf86-video-r128-6.9.2-3 [removal] xf86-video-savage-2.3.7-3 [removal]
    xf86-video-siliconmotion-1.7.7-5 [removal] xf86-video-sis-0.10.7-6 [removal] xf86-video-tdfx-1.4.5-5 [removal] xf86-video-trident-1.3.6-6 [removal]
    xf86-video-vmware-13.0.2-2 [removal] xf86-video-voodoo-1.2.5-5 [removal] xorg-server-1.12.4-3
    Total Installed Size: 3.73 MiB
    Net Upgrade Size: -3.31 MiB
    :: Proceed with installation? [Y/n] Y
    (1/1) checking keys in keyring [############################################################] 100%
    (1/1) checking package integrity [############################################################] 100%
    (1/1) loading package files [############################################################] 100%
    (1/1) checking for file conflicts [############################################################] 100%
    (23/23) checking available disk space [############################################################] 100%
    ( 1/22) removing xf86-video-voodoo [############################################################] 100%
    ( 2/22) removing xf86-video-vmware [############################################################] 100%
    ( 3/22) removing xf86-video-trident [############################################################] 100%
    ( 4/22) removing xf86-video-tdfx [############################################################] 100%
    ( 5/22) removing xf86-video-sis [############################################################] 100%
    ( 6/22) removing xf86-video-siliconmotion [############################################################] 100%
    ( 7/22) removing xf86-video-savage [############################################################] 100%
    ( 8/22) removing xf86-video-r128 [############################################################] 100%
    ( 9/22) removing xf86-video-openchrome [############################################################] 100%
    (10/22) removing xf86-video-nv [############################################################] 100%
    (11/22) removing xf86-video-nouveau [############################################################] 100%
    (12/22) removing xf86-video-neomagic [############################################################] 100%
    (13/22) removing xf86-video-modesetting [############################################################] 100%
    (14/22) removing xf86-video-mga [############################################################] 100%
    (15/22) removing xf86-video-mach64 [############################################################] 100%
    (16/22) removing xf86-video-i128 [############################################################] 100%
    (17/22) removing xf86-video-glint [############################################################] 100%
    (18/22) removing xf86-video-dummy [############################################################] 100%
    (19/22) removing xf86-video-cirrus [############################################################] 100%
    (20/22) removing xf86-video-ati [############################################################] 100%
    (21/22) removing xf86-video-ast [############################################################] 100%
    (22/22) removing xf86-video-ark [############################################################] 100%
    (1/1) downgrading xorg-server [############################################################] 100%
    ==> WARNING: x86_64 system detected
    ==> WARNING: [multilib] repository must be uncommented in /etc/pacman.conf to add lib32-catalyst-utils into the package
    ==> WARNING: OK, lib32-catalyst-utils will be added to the package
    ==> Making package: catalyst-total-hd234k 13.1-29 (mié ene 7 22:22:26 CST 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Downloading amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.zip...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 101M 100 101M 0 0 103k 0 0:16:44 0:16:44 --:--:-- 105k
    -> Found catalyst_build_module
    -> Found lib32-catalyst.sh
    -> Found catalyst.sh
    -> Found atieventsd.sh
    -> Found atieventsd.service
    -> Found catalyst.conf
    -> Found arch-fglrx-authatieventsd_new.patch
    -> Found hook-fglrx
    -> Found ati_make.sh
    -> Found makefile_compat.patch
    -> Found catalyst-hook.service
    -> Found 3.5-do_mmap.patch
    -> Found arch-fglrx-3.7.patch
    -> Found arch-fglrx-3.8.patch
    -> Found gentoo_linux-3.10-proc.diff
    -> Found foutrelis_3.10_fix_for_legacy.patch
    -> Found lano1106_fglrx_intel_iommu.patch
    -> Found lano1106_kcl_agp_13_4.patch
    -> Found arch_3.13_kernel_acpi_node.patch
    -> Found cold-fglrx-3.14-current_euid.patch
    -> Found fglrx_gpl_symbol.patch
    ==> Validating source files with md5sums...
    amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.zip ... Passed
    catalyst_build_module ... Passed
    lib32-catalyst.sh ... Passed
    catalyst.sh ... Passed
    atieventsd.sh ... Passed
    atieventsd.service ... Passed
    catalyst.conf ... Passed
    arch-fglrx-authatieventsd_new.patch ... Passed
    hook-fglrx ... Passed
    ati_make.sh ... Passed
    makefile_compat.patch ... Passed
    catalyst-hook.service ... Passed
    3.5-do_mmap.patch ... Passed
    arch-fglrx-3.7.patch ... Passed
    arch-fglrx-3.8.patch ... Passed
    gentoo_linux-3.10-proc.diff ... Passed
    foutrelis_3.10_fix_for_legacy.patch ... Passed
    lano1106_fglrx_intel_iommu.patch ... Passed
    lano1106_kcl_agp_13_4.patch ... Passed
    arch_3.13_kernel_acpi_node.patch ... Passed
    cold-fglrx-3.14-current_euid.patch ... Passed
    fglrx_gpl_symbol.patch ... Passed
    ==> Extracting sources...
    -> Extracting amd-driver-installer-catalyst-13.1-legacy-linux-x86.x86_64.zip with bsdtar
    ==> Starting build()...
    Creating directory archive_files
    Verifying archive integrity... All good.
    Uncompressing AMD Catalyst(TM) Proprietary Driver-8.97.100.7....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
    ==> Entering fakeroot environment...
    ==> WARNING: x86_64 system detected
    ==> WARNING: [multilib] repository must be uncommented in /etc/pacman.conf to add lib32-catalyst-utils into the package
    ==> WARNING: OK, lib32-catalyst-utils will be added to the package
    ==> Starting package()...
    patching file etc/ati/authatieventsd.sh
    patching file common/lib/modules/fglrx/build_mod/2.6.x/Makefile
    Hunk #1 succeeded at 68 (offset 2 lines).
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    Hunk #1 succeeded at 2136 (offset 30 lines).
    Hunk #2 succeeded at 2153 (offset 30 lines).
    Hunk #3 succeeded at 2170 (offset 30 lines).
    Hunk #4 succeeded at 2183 (offset 30 lines).
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    Hunk #1 succeeded at 3710 (offset -182 lines).
    Hunk #2 succeeded at 3744 (offset -182 lines).
    Hunk #3 succeeded at 3767 (offset -182 lines).
    Hunk #4 succeeded at 3780 (offset -182 lines).
    Hunk #5 succeeded at 3826 (offset -182 lines).
    Hunk #6 succeeded at 3865 (offset -182 lines).
    Hunk #7 succeeded at 3883 (offset -182 lines).
    Hunk #8 succeeded at 3908 (offset -182 lines).
    patching file common/lib/modules/fglrx/build_mod/kcl_acpi.c
    patching file common/lib/modules/fglrx/build_mod/drmP.h
    patching file common/lib/modules/fglrx/build_mod/drm_proc.h
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    Hunk #1 succeeded at 571 (offset -12 lines).
    Hunk #2 succeeded at 861 (offset -12 lines).
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    patch unexpectedly ends in middle of line
    Hunk #1 succeeded at 34 with fuzz 1.
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    Hunk #1 succeeded at 97 with fuzz 2 (offset 4 lines).
    patching file common/lib/modules/fglrx/build_mod/kcl_agp.c
    patching file common/lib/modules/fglrx/build_mod/kcl_acpi.c
    Hunk #1 succeeded at 775 (offset -3 lines).
    patching file common/lib/modules/fglrx/build_mod/firegl_public.c
    Hunk #1 succeeded at 1756 with fuzz 2 (offset -5 lines).
    ==> Tidying install...
    -> Purging unwanted files...
    -> Compressing man and info pages...
    ==> Creating package "catalyst-total-hd234k"...
    -> Generating .PKGINFO file...
    -> Adding install file...
    -> Generating .MTREE file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: catalyst-total-hd234k 13.1-29 (mié ene 7 22:44:01 CST 2015)
    ==> Continue installing catalyst-total-hd234k ? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ---------------------------------------------------
    ==> Y
    [sudo] password for mario:
    [sudo] password for mario:
    loading packages...
    resolving dependencies...
    looking for conflicting packages...
    :: catalyst-total-hd234k and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] Y
    :: catalyst-total-hd234k and libcl are in conflict. Remove libcl? [y/N] Y
    :: catalyst-total-hd234k and lib32-mesa-libgl are in conflict (lib32-libgl). Remove lib32-mesa-libgl? [y/N] Y
    :: catalyst-total-hd234k and lib32-libcl are in conflict. Remove lib32-libcl? [y/N] Y
    Packages (5) lib32-libcl-1.1-1 [removal] lib32-mesa-libgl-10.4.1-1 [removal] libcl-1.1-4 [removal] mesa-libgl-10.4.1-1 [removal] catalyst-total-hd234k-13.1-29
    Total Installed Size: 222.80 MiB
    Net Upgrade Size: 222.68 MiB
    :: Proceed with installation? [Y/n] Y
    (1/1) checking keys in keyring [############################################################] 100%
    (1/1) checking package integrity [############################################################] 100%
    (1/1) loading package files [############################################################] 100%
    (1/1) checking for file conflicts [############################################################] 100%
    (5/5) checking available disk space [############################################################] 100%
    (1/4) removing lib32-libcl [############################################################] 100%
    (2/4) removing lib32-mesa-libgl [############################################################] 100%
    (3/4) removing libcl [############################################################] 100%
    (4/4) removing mesa-libgl [############################################################] 100%
    (1/1) installing catalyst-total-hd234k [############################################################] 100%
    Building fglrx module for 3.17.6-1-ARCH kernel ...
    Ok.
    Add nomodeset to your kernel line in /boot/grub/menu.lst , ie.:
    kernel /boot/vmlinuz-linux root=/dev/sda1 ro nomodeset
    You can use the tool 'aticonfig' to generate an xorg.conf file.
    --------------------- ^^^^^^^^^ --------------------------------
    fglrx was added into /etc/modules-load.d/catalyst.conf
    atieventsd (needs acpid pkg) on systemd:
    systemctl enable atieventsd
    systemctl start atieventsd
    For more info and troubleshooting visit:
    http://wiki.archlinux.org/index.php/ATI_Catalyst
    ATTENTION!
    To enable 'automatic re-compilation while system shutdown/reboot'
    testing feature run these commands as root:
    systemctl enable catalyst-hook
    systemctl start catalyst-hook
    More info here:
    https://bbs.archlinux.org/viewtopic.php?pid=1255575#p1255575
    Optional dependencies for catalyst-total-hd234k
    qt4: to run ATi Catalyst Control Center (amdcccle) [installed]
    libxxf86vm: to run ATi Catalyst Control Center (amdcccle) [installed]
    opencl-headers: headers necessary for OpenCL development
    acpid: acpi event support / atieventsd [installed]
    linux-lts-headers: to build the fglrx module for the linux-lts kernel
    ==> Checking vote status for catalyst-total-hd234k
    You have already voted for catalyst-total-hd234k
    ==> Packages no longer required by any installed package:
    libepoxy
    - Then, I re-enable catalyst-hook (and optionally atieventsd) to be able to build modules at end and start of pc
    $ sudo systemctl disable catalyst-hook
    Removed symlink /etc/systemd/system/multi-user.target.wants/catalyst-hook.service.
    $ sudo systemctl disable atieventsd
    Removed symlink /etc/systemd/system/multi-user.target.wants/atieventsd.service.
    $ sudo systemctl enable catalyst-hook
    Created symlink from /etc/systemd/system/multi-user.target.wants/catalyst-hook.service to /usr/lib/systemd/system/catalyst-hook.service.
    $ sudo systemctl enable atieventsd
    Created symlink from /etc/systemd/system/multi-user.target.wants/atieventsd.service to /usr/lib/systemd/system/atieventsd.service.
    - Afterwards, I blacklist the radeon module for it not to interfere with fglrx:
    Added "blacklist radeon" on the nano prompt below
    $ sudo nano /etc/modprobe.d/modprobe.conf
    - Then I generate the xorg.conf file, and get the output below with '# aticonfig --initial'
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "Accel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "ColorTiling" # [<bool>]
    #Option "ColorTiling2D" # [<bool>]
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "AccelMethod" # <str>
    #Option "EXAVSync" # [<bool>]
    #Option "EXAPixmaps" # [<bool>]
    #Option "ZaphodHeads" # <str>
    #Option "EnablePageFlip" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    Identifier "Card0"
    Driver "radeon"
    BusID "PCI:1:5:0"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:5:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    - Finally I rebuild grub boot to do nomodeset in the kernel
    $ sudo nano /etc/default/grub && sudo grub-mkconfig -o /boot/grub/grub.cfg
    Generating grub configuration file ...
    Found background: /home/mario/Pictures/Wallpapers/974-arch-linux-1366x768-computer-wallpaper.png
    Found linux image: /boot/vmlinuz-linux
    Found initrd image: /boot/initramfs-linux.img
    Found fallback initramfs image: /boot/initramfs-linux-fallback.img
    done
    Then I reboot, only to get to a black screen after the initial dmesg outputs around 10 seconds on boot.
    $ journalctl -xe
    -- Logs begin at lun 2014-12-15 04:28:08 CST, end at mié 2015-01-07 23:07:22 CST. --
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0: [mem 0x100000000-0x13fffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: On node 0 totalpages: 981392
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: DMA zone: 64 pages used for memmap
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: DMA zone: 21 pages reserved
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: DMA zone: 3998 pages, LIFO batch:0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: DMA32 zone: 11176 pages used for memmap
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: DMA32 zone: 715250 pages, LIFO batch:31
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Normal zone: 4096 pages used for memmap
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Normal zone: 262144 pages, LIFO batch:31
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: PM-Timer IO Port: 0x408
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Local APIC address 0xfee00000
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] disabled)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: IRQ0 used by override.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: IRQ9 used by override.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Using ACPI (MADT) for SMP configuration information
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: HPET id: 0x43538301 base: 0xfed00000
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: smpboot: Allowing 4 CPUs, 3 hotplug CPUs
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xaf9f1000-0xafacefff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafacf000-0xafbcefff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafbcf000-0xafbfefff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafc00000-0xdfffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec11000-0xfedfffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: e820: [mem 0xafc00000-0xdfffffff] available for PCI devices
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Booting paravirtualized kernel on bare hardware
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82752 r8192 d23744 u524288
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: pcpu-alloc: s82752 r8192 d23744 u524288 alloc=1*2097152
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: pcpu-alloc: [0] 0 1 2 3
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 966035
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Policy zone: Normal
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8290542b-0457-4fdd-b087-6096554bdcad rw quiet nomodeset
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: Checking aperture...
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: No AGP bridge found
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: Node 0: aperture [bus addr 0xa4000000-0xa5ffffff] (32MB)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Aperture pointing to e820 RAM. Ignoring.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: Your BIOS doesn't leave a aperture memory hole
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: Please enable the IOMMU option in the BIOS setup
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: This costs you 64MB of RAM
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: AGP: Mapping aperture over RAM [mem 0xa4000000-0xa7ffffff] (65536KB)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xa4000000-0xa7ffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Memory: 3717040K/3925568K available (5386K kernel code, 897K rwdata, 1712K rodata, 1136K init, 1176K bss, 208528K reserved)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Preemptible hierarchical RCU implementation.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: RCU dyntick-idle grace-period acceleration is enabled.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Dump stacks of tasks blocking RCU-preempt GP.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: NR_IRQS:8448 nr_irqs:456 0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: spurious 8259A interrupt: IRQ7.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Console: colour dummy device 80x25
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: console [tty0] enabled
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: allocated 15728640 bytes of page_cgroup
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: hpet clockevent registered
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: tsc: Fast TSC calibration using PIT
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: tsc: Detected 2394.161 MHz processor
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.83 BogoMIPS (lpj=7980536)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: pid_max: default: 32768 minimum: 301
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Core revision 20140724
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: All ACPI Tables successfully acquired
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Security Framework initialized
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Yama: becoming mindful.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Initializing cgroup subsys memory
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Initializing cgroup subsys devices
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Initializing cgroup subsys freezer
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Initializing cgroup subsys net_cls
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Initializing cgroup subsys blkio
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: mce: CPU supports 6 MCE banks
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: LVT offset 0 assigned for vector 0xf9
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: process: using AMD E400 aware idle routine
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ftrace: allocating 20687 entries in 81 pages
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: smpboot: CPU0: AMD V160 Processor (fam: 10, model: 06, stepping: 03)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Performance Events: AMD PMU driver.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... version: 0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... bit width: 48
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... generic registers: 4
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... value mask: 0000ffffffffffff
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... max period: 00007fffffffffff
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... fixed-purpose events: 0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ... event mask: 000000000000000f
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: process: System has AMD C1E enabled
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: process: Switch to broadcast mode on CPU0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: x86: Booted up 1 node, 1 CPUs
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: smpboot: Total of 1 processors activated (4790.83 BogoMIPS)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: devtmpfs: initialized
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PM: Registering ACPI NVS region [mem 0xafacf000-0xafbcefff] (1048576 bytes)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: pinctrl core: initialized pinctrl subsystem
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: RTC time: 5:05:23, date: 01/08/15
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: NET: Registered protocol family 16
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: cpuidle: using governor ladder
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: cpuidle: using governor menu
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: io port [0, ffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: TOM: 00000000c0000000 aka 3072M
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [c0000000, cfffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d0000000, d41fffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d4200000, d43fffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d4400000, dfffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [e0000000, e0ffffff] ==> none
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [e1000000, febfffff] ==> [f0000000, febfffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [fec00000, fffeffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [ffff0000, ffffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: TOM2: 0000000140000000 aka 5120M
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: bus: [bus 00-1f] on node 0 link 0
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: bus: 00 [io 0x0000-0xffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: bus: 00 [mem 0xc0000000-0xdfffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: bus: 00 [mem 0xf0000000-0xffffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: bus: 00 [mem 0x140000000-0xfcffffffff]
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: bus type PCI registered
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: PCI: Using configuration type 1 for base access
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Module Device)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Processor Device)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Processor Aggregator Device)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Error: No handler for Region [ECRM] (ffff88013b42ca68) [EmbeddedControl] (20140724/evregion-163)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Error: Region EmbeddedControl (ID=3) has no handler (20140724/exfldio-299)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PB9_.NCRD._STA] (Node ffff88013b42b460), AE_NOT_EXIST (20140724/psparse-536)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Error: Method execution failed [\_SB_.PCI0.PB9_.NCRD._STA] (Node ffff88013b42b460), AE_NOT_EXIST (20140724/uteval-103)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Interpreter enabled
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: (supports S0 S3 S4 S5)
    ene 07 23:05:30 HP425-Desktop-A-PC kernel: ACPI: Using IOAPIC for interrupt ro

    (EDIT: The outputs are incorrect. First post has them.)
    The output of Xorg last time I booted up with fglrx:
    $ cat /var/log/Xorg.0.log.old
    [ 18.657]
    X.Org X Server 1.16.3
    Release Date: 2014-12-20
    [ 18.657] X Protocol Version 11, Revision 0
    [ 18.657] Build Operating System: Linux 3.18.1-1-ARCH x86_64
    [ 18.657] Current Operating System: Linux HP425-Desktop-A-PC 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64
    [ 18.657] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8290542b-0457-4fdd-b087-6096554bdcad rw quiet
    [ 18.657] Build Date: 29 December 2014 01:09:58PM
    [ 18.657]
    [ 18.657] Current version of pixman: 0.32.6
    [ 18.657] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 18.657] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 18.657] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 6 17:29:00 2015
    [ 18.657] (==) Using config file: "/etc/X11/xorg.conf"
    [ 18.657] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 18.657] (==) ServerLayout "X.org Configured"
    [ 18.657] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 18.657] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 18.657] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 18.657] (**) |-->Input Device "Mouse0"
    [ 18.657] (**) |-->Input Device "Keyboard0"
    [ 18.657] (==) Automatically adding devices
    [ 18.657] (==) Automatically enabling devices
    [ 18.657] (==) Automatically adding GPU devices
    [ 18.657] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 18.657] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 18.657] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 18.657] (WW) Disabling Mouse0
    [ 18.657] (WW) Disabling Keyboard0
    [ 18.657] (II) Loader magic: 0x818d80
    [ 18.657] (II) Module ABI versions:
    [ 18.657] X.Org ANSI C Emulation: 0.4
    [ 18.657] X.Org Video Driver: 18.0
    [ 18.657] X.Org XInput driver : 21.0
    [ 18.657] X.Org Server Extension : 8.0
    [ 18.659] (EE) systemd-logind: failed to get session: PID 407 does not belong to any known session
    [ 18.659] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 18.660] (--) PCI:*(0:1:5:0) 1002:9712:103c:1475 rev 0, Mem @ 0xc0000000/268435456, 0xd4300000/65536, 0xd4200000/1048576, I/O @ 0x00005000/256
    [ 18.660] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 18.661] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 18.661] (II) LoadModule: "glx"
    [ 18.661] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 18.662] (II) Module glx: vendor="X.Org Foundation"
    [ 18.662] compiled for 1.16.3, module version = 1.0.0
    [ 18.662] ABI class: X.Org Server Extension, version 8.0
    [ 18.662] (==) AIGLX enabled
    [ 18.662] (II) LoadModule: "fglrx"
    [ 18.662] (WW) Warning, couldn't open module fglrx
    [ 18.662] (II) UnloadModule: "fglrx"
    [ 18.662] (II) Unloading fglrx
    [ 18.663] (EE) Failed to load module "fglrx" (module does not exist, 0)
    [ 18.663] (EE) No drivers available.
    [ 18.663] (EE)
    Fatal server error:
    [ 18.663] (EE) no screens found(EE)
    [ 18.663] (EE)
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 18.663] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 18.663] (EE)
    The output itself of journalctl -xe
    $ journalctl -xe
    -- Logs begin at Mon 2014-12-15 04:28:08 CST, end at Tue 2015-01-06 17:16:16 CST. --
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: 3 base 000100000000 mask FFFFC0000000 write-back
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: 4 base 0000FFE00000 mask FFFFFFE00000 write-protect
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: 5 base 0000FFF40000 mask FFFFFFFF0000 write-protect
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: 6 disabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: 7 disabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TOM2: 0000000140000000 aka 5120M
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: e820: last_pfn = 0xafc00 max_arch_pfn = 0x400000000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Scanning 1 areas for low memory corruption
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Using GB pages for direct mapping
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x00000000-0x000fffff] page 4k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: BRK [0x01b2b000, 0x01b2bfff] PGTABLE
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: BRK [0x01b2c000, 0x01b2cfff] PGTABLE
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: BRK [0x01b2d000, 0x01b2dfff] PGTABLE
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x13fe00000-0x13fffffff] page 1G
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x13c000000-0x13fdfffff] page 1G
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0x100000000-0x13bffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x100000000-0x13bffffff] page 1G
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0x00100000-0xaf9f0fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x00100000-0x001fffff] page 4k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x00200000-0x3fffffff] page 2M
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x40000000-0x7fffffff] page 1G
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0x80000000-0xaf7fffff] page 2M
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0xaf800000-0xaf9f0fff] page 4k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: init_memory_mapping: [mem 0xafbff000-0xafbfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [mem 0xafbff000-0xafbfffff] page 4k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: BRK [0x01b2e000, 0x01b2efff] PGTABLE
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: RAMDISK: [mem 0x379a0000-0x37cc7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Early table checksum verification disabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: RSDP 0x00000000000F2A70 000014 (v00 HPQOEM)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: RSDT 0x00000000AFBFE038 00003C (v01 HPQOEM SLIC-MPC 00000003 01000013)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: FACP 0x00000000AFBFD000 000074 (v01 HPQOEM 307E 00000003 HP 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: DSDT 0x00000000AFBDE000 01B85D (v01 HPQOEM SB700 00000001 INTL 20060912)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: FACS 0x00000000AFB8F000 000040
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: APIC 0x00000000AFBFC000 000084 (v01 HPQOEM 307E 00000001 HP 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: MCFG 0x00000000AFBFB000 00003C (v01 HPQOEM 307E 00000001 HP 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: SLIC 0x00000000AFBFA000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: HPET 0x00000000AFBDB000 000038 (v01 HPQOEM 307E 00000001 HP 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: SSDT 0x00000000AFBDA000 0001B7 (v01 AMD POWERNOW 00000001 AMD 00000001)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Local APIC address 0xfee00000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Scanning NUMA topology in Northbridge 24
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: No NUMA configuration found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initmem setup node 0 [mem 0x00000000-0x13fffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NODE_DATA [mem 0x13fffa000-0x13fffdfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013ba00000-ffff88013f5fffff] on node 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Zone ranges:
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA [mem 0x00001000-0x00ffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA32 [mem 0x01000000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Normal [mem 0x100000000-0x13fffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Movable zone start for each node
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Early memory node ranges
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0: [mem 0x00001000-0x0009efff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0: [mem 0x00100000-0xaf9f0fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0: [mem 0xafbff000-0xafbfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0: [mem 0x100000000-0x13fffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: On node 0 totalpages: 981392
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA zone: 64 pages used for memmap
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA zone: 21 pages reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA zone: 3998 pages, LIFO batch:0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA32 zone: 11176 pages used for memmap
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: DMA32 zone: 715250 pages, LIFO batch:31
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Normal zone: 4096 pages used for memmap
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Normal zone: 262144 pages, LIFO batch:31
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PM-Timer IO Port: 0x408
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Local APIC address 0xfee00000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] disabled)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: IRQ0 used by override.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: IRQ9 used by override.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Using ACPI (MADT) for SMP configuration information
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: HPET id: 0x43538301 base: 0xfed00000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: smpboot: Allowing 4 CPUs, 3 hotplug CPUs
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xaf9f1000-0xafacefff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafacf000-0xafbcefff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafbcf000-0xafbfefff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xafc00000-0xdfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfec11000-0xfedfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: e820: [mem 0xafc00000-0xdfffffff] available for PCI devices
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Booting paravirtualized kernel on bare hardware
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82752 r8192 d23744 u524288
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pcpu-alloc: s82752 r8192 d23744 u524288 alloc=1*2097152
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pcpu-alloc: [0] 0 1 2 3
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 966035
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Policy zone: Normal
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=8290542b-0457-4fdd-b087-6096554bdcad rw quiet nomodeset
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: Checking aperture...
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: No AGP bridge found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: Node 0: aperture [bus addr 0x5728000000-0x5729ffffff] (32MB)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Aperture beyond 4GB. Ignoring.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: Your BIOS doesn't leave a aperture memory hole
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: Please enable the IOMMU option in the BIOS setup
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: This costs you 64MB of RAM
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: AGP: Mapping aperture over RAM [mem 0xa4000000-0xa7ffffff] (65536KB)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registered nosave memory: [mem 0xa4000000-0xa7ffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Memory: 3717040K/3925568K available (5386K kernel code, 897K rwdata, 1712K rodata, 1136K init, 1176K bss, 208528K reserved)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Preemptible hierarchical RCU implementation.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NR_IRQS:8448 nr_irqs:456 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: spurious 8259A interrupt: IRQ7.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Console: colour dummy device 80x25
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: console [tty0] enabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: allocated 15728640 bytes of page_cgroup
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hpet clockevent registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: tsc: Fast TSC calibration using PIT
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: tsc: Detected 2393.931 MHz processor
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.35 BogoMIPS (lpj=7979770)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pid_max: default: 32768 minimum: 301
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Core revision 20140724
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: All ACPI Tables successfully acquired
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Security Framework initialized
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Yama: becoming mindful.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initializing cgroup subsys memory
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initializing cgroup subsys devices
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initializing cgroup subsys freezer
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initializing cgroup subsys net_cls
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initializing cgroup subsys blkio
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: mce: CPU supports 6 MCE banks
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: LVT offset 0 assigned for vector 0xf9
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: process: using AMD E400 aware idle routine
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ftrace: allocating 20687 entries in 81 pages
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: smpboot: CPU0: AMD V160 Processor (fam: 10, model: 06, stepping: 03)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Performance Events: AMD PMU driver.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... version: 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... bit width: 48
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... generic registers: 4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... value mask: 0000ffffffffffff
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... max period: 00007fffffffffff
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... fixed-purpose events: 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ... event mask: 000000000000000f
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: process: System has AMD C1E enabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: process: Switch to broadcast mode on CPU0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: x86: Booted up 1 node, 1 CPUs
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: smpboot: Total of 1 processors activated (4789.35 BogoMIPS)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: devtmpfs: initialized
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Registering ACPI NVS region [mem 0xafacf000-0xafbcefff] (1048576 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pinctrl core: initialized pinctrl subsystem
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: RTC time: 23:15:36, date: 01/06/15
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NET: Registered protocol family 16
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: cpuidle: using governor ladder
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: cpuidle: using governor menu
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: io port [0, ffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TOM: 00000000c0000000 aka 3072M
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [c0000000, cfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d0000000, d41fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d4200000, d43fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [d4400000, dfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [e0000000, e0ffffff] ==> none
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [e1000000, febfffff] ==> [f0000000, febfffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [fec00000, fffeffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: node 0 link 0: mmio [ffff0000, ffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TOM2: 0000000140000000 aka 5120M
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: bus: [bus 00-1f] on node 0 link 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: bus: 00 [io 0x0000-0xffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: bus: 00 [mem 0xc0000000-0xdfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: bus: 00 [mem 0xf0000000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: bus: 00 [mem 0x140000000-0xfcffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: bus type PCI registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: Using configuration type 1 for base access
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Module Device)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Processor Device)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Error: No handler for Region [ECRM] (ffff88013b42ca68) [EmbeddedControl] (20140724/evregion-163)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Error: Region EmbeddedControl (ID=3) has no handler (20140724/exfldio-299)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PB9_.NCRD._STA] (Node ffff88013b42b460), AE_NOT_EXIST (20140724/psparse-536)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Error: Method execution failed [\_SB_.PCI0.PB9_.NCRD._STA] (Node ffff88013b42b460), AE_NOT_EXIST (20140724/uteval-103)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Interpreter enabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: (supports S0 S3 S4 S5)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Using IOAPIC for interrupt routing
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [APPR] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [PFN0] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [PFN1] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [PFN2] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [PFN3] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Power Resource [PFN4] (off)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpi PNP0A03:00: host bridge window expanded to [mem 0xf0000000-0xffffffff]; [mem 0xf0000000-0xfffdffff] ignored
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpi PNP0A03:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cedff])
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI host bridge to bus 0000:00
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:00.0: [1022:9601] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: [103c:9602] type 01 class 0x060400
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: [1022:9604] type 01 class 0x060400
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: [1022:9607] type 01 class 0x060400
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: [1022:9608] type 01 class 0x060400
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x10: [io 0x6018-0x601f]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x14: [io 0x6024-0x6027]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x18: [io 0x6010-0x6017]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x1c: [io 0x6020-0x6023]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x20: [io 0x6000-0x600f]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: reg 0x24: [mem 0xd440b000-0xd440b3ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:11.0: set SATA to AHCI mode
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.0: reg 0x10: [mem 0xd440a000-0xd440afff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.2: reg 0x10: [mem 0xd4409000-0xd44090ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.2: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:12.2: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.0: reg 0x10: [mem 0xd4408000-0xd4408fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.2: reg 0x10: [mem 0xd4407000-0xd44070ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.2: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:13.2: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.2: reg 0x10: [mem 0xd4400000-0xd4403fff 64bit]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.2: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.5: reg 0x10: [mem 0xd4406000-0xd4406fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd4405000-0xd4405fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.2: reg 0x10: [mem 0xd4404000-0xd44040ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.2: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: [1002:9712] type 00 class 0x030000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: reg 0x14: [io 0x5000-0x50ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: reg 0x18: [mem 0xd4300000-0xd430ffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: reg 0x24: [mem 0xd4200000-0xd42fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.1: [1002:970f] type 00 class 0x040300
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.1: reg 0x10: [mem 0xd4310000-0xd4313fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.1: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [mem 0xd4200000-0xd43fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: reg 0x10: [io 0x3000-0x30ff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: reg 0x18: [mem 0xd0010000-0xd0010fff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: reg 0x20: [mem 0xd0000000-0xd000ffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [io 0x3000-0x4fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [mem 0xd3200000-0xd41fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [mem 0xd0000000-0xd10fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: acpiphp: Slot [1] registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: PCI bridge to [bus 03-05]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [io 0x2000-0x2fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [mem 0xd2200000-0xd31fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [mem 0xd1100000-0xd20fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:06:00.0: [14e4:4727] type 00 class 0x028000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:06:00.0: reg 0x10: [mem 0xd2100000-0xd2103fff 64bit]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:06:00.0: supports D1 D2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: PCI bridge to [bus 06]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: bridge window [mem 0xd2100000-0xd21fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: PCI bridge to [bus 07] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [io 0x1000-0x1fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: on NUMA node 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Enabled 5 GPEs in block 00 to 1F
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vgaarb: setting as boot device: PCI:0000:01:05.0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vgaarb: loaded
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vgaarb: bridge control possible 0000:01:05.0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: Using ACPI for IRQ routing
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: pci_cache_line_size set to 64 bytes
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: e820: reserve RAM buffer [mem 0xaf9f1000-0xafffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: e820: reserve RAM buffer [mem 0xafc00000-0xafffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NetLabel: Initializing
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NetLabel: domain hash size = 128
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NetLabel: unlabeled traffic allowed by default
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Switched to clocksource hpet
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pnp: PnP ACPI init
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0400-0x04cf] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x04d0-0x04d1] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x04d6] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0680-0x06ff] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x077a] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0c00-0x0c01] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0c14] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0c50-0x0c52] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0c6c] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0c6f] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0cd0-0x0cdb] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0220-0x0227] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0260-0x0273] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0800] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0804] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x087f] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0cdc-0x0cdf] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0b00-0x0b0f] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0b20-0x0b3f] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: [io 0x0200-0x027f] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0x00000000-0x0009ffff] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0x000ec000-0x000fffff] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0x00100000-0xbfffffff] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0xfeb00000-0xfeb00fff] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: [mem 0xffe00000-0xffffffff] has been reserved
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pnp 00:04: Plug and Play ACPI device, IDs SYN0177 SYN0100 SYN0002 PNP0f13 (active)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pnp: PnP ACPI: found 5 devices
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [mem 0xd4200000-0xd43fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:02:00.0: BAR 6: assigned [mem 0xd3200000-0xd321ffff pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [io 0x3000-0x4fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [mem 0xd3200000-0xd41fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:04.0: bridge window [mem 0xd0000000-0xd10fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: PCI bridge to [bus 03-05]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [io 0x2000-0x2fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [mem 0xd2200000-0xd31fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:07.0: bridge window [mem 0xd1100000-0xd20fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: PCI bridge to [bus 06]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:09.0: bridge window [mem 0xd2100000-0xd21fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: PCI bridge to [bus 07]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:14.4: bridge window [io 0x1000-0x1fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 18 [mem 0xc0000000-0xdfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:00: resource 19 [mem 0xf0000000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:01: resource 1 [mem 0xd4200000-0xd43fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:02: resource 0 [io 0x3000-0x4fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:02: resource 1 [mem 0xd3200000-0xd41fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd10fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:03: resource 1 [mem 0xd2200000-0xd31fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:03: resource 2 [mem 0xd1100000-0xd20fffff 64bit pref]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:06: resource 1 [mem 0xd2100000-0xd21fffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 0 [io 0x1000-0x1fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 4 [io 0x0000-0x0cf7]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 5 [io 0x0d00-0xffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 6 [mem 0x000a0000-0x000bffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 7 [mem 0x000c0000-0x000c3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 8 [mem 0x000c4000-0x000c7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 9 [mem 0x000c8000-0x000cbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 10 [mem 0x000d0000-0x000d3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 11 [mem 0x000d4000-0x000d7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 12 [mem 0x000d8000-0x000dbfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 13 [mem 0x000dc000-0x000dffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 14 [mem 0x000e0000-0x000e3fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 15 [mem 0x000e4000-0x000e7fff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 16 [mem 0x000e8000-0x000ebfff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 17 [mem 0x000ec000-0x000effff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 18 [mem 0xc0000000-0xdfffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_bus 0000:07: resource 19 [mem 0xf0000000-0xffffffff]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NET: Registered protocol family 2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TCP: reno registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NET: Registered protocol family 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI: CLS mismatch (64 != 32), using 64 bytes
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci 0000:01:05.0: Video device with shadowed ROM
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Unpacking initramfs...
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Freeing initrd memory: 3232K (ffff8800379a0000 - ffff880037cc8000)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI-DMA: Disabling AGP.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI-DMA: aperture base @ a4000000 size 65536 KB
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI-DMA: using GART IOMMU.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: microcode: CPU0: patch_level=0x010000c8
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: LVT offset 1 assigned for vector 0x400
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: IBS: LVT offset 1 assigned
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: perf: AMD IBS detected (0x0000001f)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Scanning for low memory corruption every 60 seconds
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Initialise system trusted keyring
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: zpool: loaded
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: zbud: loaded
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: VFS: Disk quotas dquot_6.5.2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: msgmni has been set to 7394
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Key type big_key registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: io scheduler noop registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: io scheduler deadline registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: io scheduler cfq registered (default)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pcieport 0000:00:04.0: irq 24 for MSI/MSI-X
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pcieport 0000:00:07.0: irq 25 for MSI/MSI-X
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pcieport 0000:00:09.0: irq 26 for MSI/MSI-X
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vesafb: mode is 1366x768x32, linelength=5504, pages=0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vesafb: scrolling: redraw
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010780000, using 4160k, total 4160k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Console: switching to colour frame buffer device 170x48
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: fb0: VESA VGA frame buffer device
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: GHES: HEST is not enabled!
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hpet_acpi_add: no address or irqs in _CRS
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Linux agpgart interface v0.103
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: rtc_cmos 00:02: RTC can wake from S4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ledtrig-cpu: registered to indicate activity on CPUs
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: TCP: cubic registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NET: Registered protocol family 10
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: NET: Registered protocol family 17
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Loading compiled-in X.509 certificates
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: registered taskstats version 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Magic number: 15:578:301
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: tty tty30: hash matches
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: rtc_cmos 00:02: setting system clock to 2015-01-06 23:15:37 UTC (1420586137)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: PM: Hibernation image not present or could not be loaded.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Freeing unused kernel memory: 1136K (ffffffff818e2000 - ffffffff819fe000)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Write protecting the kernel read-only data: 8192k
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Freeing unused kernel memory: 748K (ffff880001545000 - ffff880001600000)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Freeing unused kernel memory: 336K (ffff8800017ac000 - ffff880001800000)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: random: systemd-tmpfile urandom read with 4 bits of entropy available
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: i8042: Detected active multiplexing controller, rev 1.1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: bus type USB registered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: usbcore: registered new interface driver usbfs
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: usbcore: registered new interface driver hub
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: SCSI subsystem initialized
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: usbcore: registered new device driver usb
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci: OHCI PCI platform driver
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: QUIRK: Enable AMD PLL fix
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0xd440a000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci: EHCI PCI platform driver
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: libata version 3.00 loaded.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 1-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 1-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: debug port 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xd4409000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 2-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 2-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 1-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 1-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ahci 0000:00:11.0: version 3.0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ahci 0000:00:11.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: scsi host0: ahci
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: scsi host1: ahci
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata1: SATA max UDMA/133 abar m1024@0xd440b000 port 0xd440b100 irq 19
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata2: SATA max UDMA/133 abar m1024@0xd440b000 port 0xd440b180 irq 19
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 3
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xd4408000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 3-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 3-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: debug port 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xd4407000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 4-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 4-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 3-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 3-0:1.0: 5 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: debug port 1
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0xd4404000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 5-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 5-0:1.0: 4 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xd4406000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 6-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 6-0:1.0: 2 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0xd4405000
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 7-0:1.0: USB hub found
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: hub 7-0:1.0: 4 ports detected
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: usb 2-5: new high-speed USB device number 2 using ehci-pci
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: tsc: Refined TSC clocksource calibration: 2394.005 MHz
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata1.00: ATA-8: Hitachi HTS545032B9A300, PB3OCA1G, max UDMA/100
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata1.00: configured for UDMA/100
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54503 CA1G PQ: 0 ANSI: 5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata2.00: ATAPI: hp DVDRAM GT30L, mP06, max UDMA/100
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ata2.00: configured for UDMA/100
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: scsi 1:0:0:0: CD-ROM hp DVDRAM GT30L mP06 PQ: 0 ANSI: 5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 62x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sd 0:0:0:0: [sda] Write Protect is off
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sda: sda1 sda2
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: usb 3-4: new full-speed USB device number 2 using ohci-pci
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: Switched to clocksource tsc
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: random: nonblocking pool is initialized
    Jan 06 17:15:42 HP425-Desktop-A-PC systemd[1]: Cannot add dependency job for unit atieventsd.service, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Sleep Button [SLPB]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input6
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: ACPI: Lid Switch [LID]
    Jan 06 17:15:42 HP425-Desktop-A-PC kernel: input:

  • I need help figuring out GRUB [SOLVED]

    So, I'm having a bit of trouble figuring out how grub's menu.lst should be configured on my system. I've scoured the internet and wiki, but I can't quite get it. Hopefully you can help me!
    Here's some info:
    joe@Snow-Crash:~$ sudo fdisk -l
    [sudo] password for joe:
    Disk /dev/sda: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x1e721e72
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1               1       16554   132969973+  83  Linux
    /dev/sda2   *       16555       19104    20482875   83  Linux
    /dev/sda3           19105       19457     2835472+   5  Extended
    /dev/sda5           19105       19457     2835441   82  Linux swap / Solaris
    I have HH 8.04 on my main partition [sda1], and I'm trying to put Arch on my 20gb sda2 partition. I followed the beginner's guide up to the install grub section. When it had me review menu.lst the pertinent Arch section was
    "title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/hda3 ro
    initrd /kernel26.img"
    Now, I was planning on just copying this bit and pasting it into HH's menu.lst (and not installing grub in arch's partition), but I thought that it didn't seem quite right. It turns out I was right, since I get an "error 15: File not found" when I choose to boot Arch.
    So what should it be? This is how I understand it, in my admittedly newbie way.
    Am I mistaken in that it should be "root (hd0,0)"   Since the root command points to where grub is residing (and I'm using HH's grub in sda1)?
    And "kernel (hd0,1)/vmlinuz26 root=/dev/sda2" Since I need to designate that the kernel is on a different partition than (hd0,0), and my Arch partition is sda2?
    and as far as I can tell it should be "initrd (hd0,1)/kernel26.img" since it's on a different partition.
    I know I'm doing something wrong here, since I still get the same "file not found" error message. Can someone point out the error in my ways?
    PS: Since I was having trouble with this I decided to try to to install GRUB in sda2 and use chainloader to point to it from HH's menu.lst. But when I tried to install grub via my Arch cd it gave me a generic "unable to install Grub" message. So I'm up a creek!
    I hope you guys can help me out! Thanks.
    Last edited by Joe_Arch (2008-11-27 07:51:13)

    Welcome Joe_Arch,
    You have to set the root to the partition that contains the "OS image" (the kernel).  Also, you apparently don't have a separate /boot partition, so you have to add /boot/ to the beginning of the file names.
    root (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/sda2 ro
    initrd /boot/kernel26.img

  • Trouble installing Solaris 10(x86) u4 8/07 on a new Dell OptiPlex 755

    Hello All,
    I'm having trouble installing Solaris 10(x86) u4 8/07 on a new Dell OptiPlex 755.
    I have also tried installing opensolaris 9/07 Express Dev snv_70b with the same issue.
    I tried disabling all unnecessary hardware in the BIOS as well.
    After GNU GRUB loads and I select Solaris install after about 20 dots.... I get:
    WARNING: /pci@0,0/pci1028,211@1d, 7
    No SOF interrupts have been received
    this USB EHCI host controller is unusable
    Hardware:
    Dell OptiPlex 755 Small Form Factor, Pentium Dual Core, E2160/1.8GHz1M,800FSB,1GB ram.
    I am only installing Solaris 10 - no other OS will be on the HD.
    Is there any hope for getting SolX installed on this machine or should I return this hardware and by a different model? I have to build 2 pc's with SolX for development boxs.
    Thank you in Advance,
    -M

    Hi Experts,
    I have multiple optiplex 755 Systems and facing the same problem.
    I am not able to install Solaris either 8/07 or Exress 9/07.
    can anybody answer with useful and working solution, on how to solve it, I mean 1. How to get Solaris 9/07 or 8/07 Installed on an Optiplex 755 system
        (basically one with PC1/2 missing for keyboard and Mouse)I am a genuinely concerned guy, so please don't mind the rudeness in this question.
    regards-
    _Jagsir                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Lot of troubles (impossible) installing Solaris 10 on VMware Workstation 6

    Hi, i'm experiencing troubles trying to install Solaris 10 x_86 (the last release) on VMware Workstation 6.
    During the creation of the virtual machine I selected Solaris 64bit (I'm running an Intel Core2Duo CPU), selected the first ISO image and boot up the virtual machine. The installation of the first cd went just fine.
    During the installation of the second cd, at a certain percent (sometimes ~50%, or later) the virtual machine reboots: I select the first choice on grub menu, but Solaris tolds me that something about the root repository (I don't remember well) is out of sync, and suggest me to reboot in failsafe mode and repair it; I did it and reboot...Doing this way I installed the second cd, but for the third (it happened the same -reboot- problem) it didn't work:
    after fixed the repository in failsafe mode, and after reboot it doesn't start the installer, and shows this message:
    http://img469.imageshack.us/my.php?image=solarishangsoi3.png
    Please help me! I don't really know where/what I'm doing wrong...
    Thanks really a lot for any help.
    Regards
    Gabriele

    Simply Great, I had to Reboot the OS and I went to Failsafe mode where it went to single user mode and ask to update boot_archive, that worked.
    When i Shutdown and Rebooted the System i could see system booting nicely and then it gave me bunch of Errors.
    I think i will go and Do a Fresh Install again :(

Maybe you are looking for

  • On time delivery tracking

    Developed an ALV report that gives on time delivery tracking for vendor wise/PO wise, this is generated based on the date enterd in selection screen. COULD YOU EXPLAN THIS OBJECT AND SPECIFY THE TABLES NAMES WHICH I NED TO FOLLOW.....?

  • How to connect Wireless microphone to Cisco Telepresence SX20

    Hi, Does anyone try to connect Wireless microphone to the second microphone input (Cisco Table Mic 20 microphone is connected to the first microphone input)? Is this connection OK if I want to use both 2 micphone types?

  • Problem with apple I'd showing on messages!

    Guys, I don't have an iPhone, only an iPad. I've just registered an apple I'd. Now when I send messages, my email add shows and I don't want that. Does anyone know how I can change this to my name instead? Pls help guys it's annoying me!

  • Border around page...how?

    is there a way to put a stroke/frame/border around a page/slide? I know I could do it with a shape, but I was looking for a simpler way. thanks bob

  • Can't focus/recompose with my 5D MkII

    I've had my 5D MkII for about 2 1/2 years now, and a few months ago it inexplicably quit locking focus for me. Nothing happened with the camera, have been using it like always - no damage, etc. Just started realizing that when I focused on an area, t