Can't boot arch installation media with nvidia 9600GT – nouveau error

Hello!
I recently tried Arch Linux and was very pleased with the performance and distro philosophy. I've managed to install it on my laptop following the beginners guide. Though, today I tried the same thing on my desktop computer and can't even reach the installation command line. This desktop have a nvidia 9600GT graphics card installed.
I leave my process here for better understanding:
Boot computer with installation media (I'm using the archlinux-2013.08.01-dual.iso);
Select Boot Arch Linux (x86_64) option from the menu;
Kernel starts to boot and then it gives me the following right after the Triggering uevents message:
nouveau E[ PFIFO][0000:02:00.0] DMA_PUSHER - ch 1 [DRM] get 0x000000000 put 0x0000000000 ib_get 0x00000000 ib_put 0x00000001 state 0xa0000000 (err: IB_EMPTY) push 0x00406040
the boot process freezes and I have to manually shutdown the computer.
Just to be sure, I tried the same installation media on a different computer and it boots normally.
I'm thinking of swaping the graphics card temporarily just for the initial installation. After that I could install the nvidia drivers and connect this graphic card back on. But sadly I'm one graphics card short.
Can you help me?
Thank you in advance.

cfr wrote:
Welcome to Arch.
Try editing the kernel command line and adding nomodeset. This should force the OS to fall back to an alternative because nouveau requires modesetting, if I remember correctly.
Wow! That solved it! Thank you.

Similar Messages

  • [SOLVED]Can't boot Arch after installation-grub use wrong uuid in bios

    Hello I would like to ask for Your help and say hello. I'm new here.
    I have one big problem with Arch. Can't boot it after base installation. The same problem with Arch, that was mentioned in this topic:
    https://bbs.archlinux.org/viewtopic.php … 7#p1294597
    I have the same problem and the same error:
    No such Device: ad4103fa-d940-47ca-8506-301d8071d467.
    Loading Linux core repo kernel ...
    error: no such partition.
    Loading initial ramdisk ...
    error: you need to load the kernel first.
    Press any key to continue..._
    I'm new here, and with Arch, could you explain me how to fix it? I tried the solution given in the link above, several times but with each time i have errors and warnings from the post 1 in mentioned topic. I installed my Arch from usb thumb drive. Maybe this is something to do with it? Also, my hard drive that Arch is installed on is being connected to a "raid card" named Adaptec, but during installation my disk is being found so i think that drivers is present and works ok, so it is not related to this, also there is no raid present, i use it only as a mean to connect to motherboard because there is not enough sata port, and because:
    https://bugs.archlinux.org/task/35626
    he wrote that this error is also on virtualbox, so it is not my fault and Adaptec related issue.
    I haven't tried this yet:
    Sotanaht,
    I had the exact same problem as you, but I was able to fix it by replacing the bad grub.cfg file with the grub.conf file found in the same directory. If you try this do not forget to back up your original file (just in-case smile)
    because i don't know much about it, don't want to destroy data on my hard disks or to destroy my other distros (i use Ubuntu with derrativates such as Mint, Kubntu, Lubuntu, Xubuntu, and Slackware 13.37 and 14.00).
    If you could explain it in details i would be really happy.
    I could post something about my setup, please write what. My computer is:
    -AMD X4 PII 955 runinng at 3.2GHz
    -4GB DDR2 runinng at base clock (800 if i remember correctly)
    -about 7 hard drive disk connected to a sata ports, one adaptec drive that i mentioned above and one dvd-rom
    -nvidia GTX260
    -850W PSU Chieftec
    Last edited by firekage (2013-07-02 08:11:29)

    Yes, of course. I did it several times with
    grub-mkconfig -o /boot/grub/grub.cfg
    and the result is always the same - Error posted above.
    Here is my grub.cfg file:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 ad4103fa-d940-47ca-8506-301d8071d467
    else
    search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-ad4103fa-d940-47ca-8506-301d8071d467' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 ad4103fa-d940-47ca-8506-301d8071d467
    else
    search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=ad4103fa-d940-47ca-8506-301d8071d467 ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-ad4103fa-d940-47ca-8506-301d8071d467' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 ad4103fa-d940-47ca-8506-301d8071d467
    else
    search --no-floppy --fs-uuid --set=root ad4103fa-d940-47ca-8506-301d8071d467
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=ad4103fa-d940-47ca-8506-301d8071d467 ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    It is wrong, the root partition is different than in this, we can see that this grub leads to wrong root partition, i posted my root partition at the bottom from /etc/fstab. I don't know how to fix it - i'm not familiar with the dos names (hd 0,5 and so on).
    Here is my /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sdb2
    UUID=59603166-5d8a-4aaf-81f7-5a822fd630e5 / ext4 rw,relatime,data=ordered 0 1
    # /dev/sdb1
    UUID=20028674-d7e8-4bf4-8551-64f133641962 none swap defaults 0 0
    (END)
    Last edited by firekage (2013-07-01 06:26:59)

  • Can't boot Arch for installation. USB stick issue.

    I got stuck. I tried to install arch on my dekstop, but booting Arch from USB stick freezes in same point, after running hooks. I tried with two usb sticks, new iso etc. Ubuntu was installed before without any problem from the same stick.
    It freezes after showing:
    Waiting 30 seconds for device /dev/disk/by-label/ARCH_201108 ...
    [4.053579] sd 12:0:0:0: [sdb] No Caching mode page present
    [4.053634] sd 12:0:0:0: [sdb] Assuming drive cache: write through
    [4.056259] sd 12:0:0:0: [sdb] No Caching mode page present
    [4.059035] sd 12:0:0:0: [sdb] Assuming drive cache: write through
    In some attempts I also got this:
    ata_id[12376]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument

    Problem is sovled, but the solution is really courious.
    In fact, there was no issue with usb stick. Display freezes on first showed lines and does not follow the rest. Arch booted successfully but I cannot notice that, because I still see first lines (messages from first post were just warnings). Switching FullHD, 16:9 monitor to old 3:4 display solved the problem.
    It's really strange. Should I report it somewhere?
    Last edited by 0xddr (2012-05-12 23:30:53)

  • Trying to boot arch from win7 with EasyBCD; "boot device not found"

    EDIT: title was 'Dual boot with Win7, easybcd + syslinux, getting "Boot error"'. Narrowed down the issue to something unrelated to Arch, and felt this was more accurate. The Arch install is sound, it's getting win7/EasyBCD to load it that's the issue.
    I got a new work computer and am trying to recreate my formerly successful setup, which I documented here some time ago. Unfortunately... I'm having issues. Just a note up front from scouring the internet for ideas: I cannot use syslinux (or any other bootloader) to chainload Win7 vs. the other way around! The computer drive is encrypted with McAfee Endpoint Encryption, and doing anything whatsoever with the MBR from outside of Windows will brick my computer. Just wanted to add that, as almost all issues involving dual boot inevitably bring about the suggestion to "just chainload windows from grub/syslinux/etc."
    With that out of the way, here's the process I used:
    drive setup
    Here's the partition scheme:
    - /dev/sda1: SYSTEM (pre-existing)
    - /dev/sda2: C:, Win7 (pre-existing)
    - /dev/sda3: /boot, ext2 (created)
    - /dev/sda4: /, encrypted Arch root, cryptsetup/ext4 (created)
    My process for creating the partitions is as follows:
    - shrunk C: down from the Win7 built-in partition utility
    - created two unformatted partitions with no drive letter using Minitool Partition Wizard, setting the partition ID to 0x83 for both
    - booted from USB drive of the Arch installation .iso (downloaded Friday 5/29)
    - booted x86_64 arch
    # fdisk -l
    Disk /dev/sda: 238.5 GiB, 256060514304 bytes, 500118192 sectors
    Units: sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disklabel type: dos
    Disk identifier: 0x1e6513b3
    Device Boot Start End Sectors Size Id Type
    /dev/sda1 * 2048 2101247 2099200 1G 7 HPFS/NTFS/exFAT
    /dev/sda2 2101248 177278975 175177728 83.5G 7 HPFS/NTFS/exFAT
    /dev/sda3 177278976 177541119 262144 128M 83 Linux
    /dev/sda4 177541120 500103167 322562048 153.8G 83 Linux
    # modprobe dm_crypt
    # cryptsetup -c aes-xts-plain64 -s 512 -h sha512 -i 5000 -y luksFormat /dev/sda4
    # cryptsetup open /dev/sda4 root
    # mkfs.ext4 /dev/mapper/root
    # mkfs.ext2 /dev/sda3
    installation
    I just followed the Arch installation guide but documented my steps to a text file just to be sure...
    # mount /dev/mapper/root /mnt
    # mkdir /mnt/boot
    # mount /dev/sda3 /mnt/boot
    ### connect to internet
    # pacstrap /mnt base
    # genfstab -p /mnt >> /mnt/etc/fstab
    # arch-chroot /mnt
    # echo arch_zbook > /etc/hostname
    # ln -sf /usr/share/zoneinfo/America/Chicago /etc/localtime
    ### uncomment en_US.utf-8 in /etc/locale.gen
    # locale-gen
    # echo LANG=en_US.UTF-8 > /etc/locale.conf
    ### add encrypt before "filesystem" in /etc/mkinitcpio.conf hooks
    # mkinitcpio -p linux
    # passwd
    # pacman -S syslinux
    # cp -r /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    # extlinux -i /boot
    ### the above echoes "/boot is device /dev/sda3"
    Then I edited /boot/syslinux/syslinux.cfg:
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/mapper/root cryptdevice=/dev/sda4:root crypto=sha512:aes-xts-plain64:512:: rw
    INITRD ../initramfs-linux.img
    EDIT: I deleted the contents of /boot, reinstalled syslinux, linux, and mkinitcpio, and repeated the above with `extlinux -i /boot/syslinux`, noting that syslinux.cfg points to ../vmlinuz-linux. Same result.
    Just to double check proper syslinux setup, here's the dir contents:
    # ls /boot
    initramfs-linux-fallback.img
    initramfs-linux.img
    ldlinux.c32
    ldlinux.sys
    lost+found
    syslinux
    vmlinuz-linux
    # ls /boot/syslinux
    cat.c32
    chain.c32
    cmd.c32
    cmenu.c32
    config.c32
    cptime.c32
    cpu.c32
    cpuid.c32
    cpuidtest.c32
    debug.c32
    dhcp.c32
    disk.c32
    dmi.c32
    dmitest.c32
    elf.c32
    ethersel.c32
    gfxboot.c32
    gpxecmd.c32
    hdt.c32
    hexdump.c32
    host.c32
    ifcpu64.c32
    ifcpu.c32
    ifmemdsk.c32
    ifplop.c32
    kbdmap.c32
    kontron_wdt.c32
    ldlinux.c32
    lfs.c32
    libcom32.c32
    libgpl.c32
    liblua.c32
    libmenu.c32
    libutil.c32
    linux.c32
    ls.c32
    lua.c32
    mboot.c32
    meminfo.c32
    menu.c32
    pci.c32
    pcitest.c32
    pmload.c32
    poweroff.c32
    prdhcp.c32
    pwd.c32
    pxechn.c32
    reboot.c32
    rosh.c32
    sanboot.c32
    sdi.c32
    sysdump.c32
    syslinux.c32
    syslinux.cfg
    vesa.c32
    vesainfo.c32
    vesamenu.c32
    vpdtest.c32
    whichsys.c32
    zzjson.c32
    EasyBCD and boot attempt
    At this point, exited the arch-chroot, unmounted/closed my partitions, and rebooted into Win7. Using EasyBCD, I added a entry for a syslinux bootloader, pointing it to "Partition 3 (Linux - 128MiB)."
    I reboot, get the EasyBCD menu, but then the lone words "Boot error" on a black screen. Any key press takes me to some sort of BIOS boot thingy which tells me to "Please install an operating system!" I think this is something built into the laptop BIOS, not anything from the syslinux side. Selecting "Boot existing OS" from the Arch install USB doesn't give me any options at all.
    From what I can tell, I'm using the same procedure that I ended up with on this former troubleshooting exercise.
    Thoughts
    I'm really struggling to understand what I'm doing wrong. I originally had a couple variations on logical/extended partitions since I need my eventual setup to hold a shared TrueCrypt partition so I can access my work files from both Win7 and arch. I tried /boot as primary and Arch/TC as logicals, as well as a primary TC partition with boot/root as a logical drive combination. I've simplified to just primary partitions (as shown above) to troubleshoot.
    It's quite difficult to troubleshoot as I don't know if this is an installation issue or an EasyBCD one. Is there a way to manually try and boot my HD arch install from the install USB? I wanted to try that using the "Boot existing OS" option, but am wondering if it fails since only /dev/sda1 features a bootable flag and it's encrypted so only the HP BIOS can handle it? I thought about making /dev/sda3 bootable, but from my reading I can only have one bootable flag on a Windows system.
    On that note, I checked my BIOS settings and the MBR is set to "Legacy mode" vs. the othe UEFI alternatives, so I don't think that's an issue. I also used blkid to confirm that it's using an MBR (output was "dos").
    I will try UUIDs in /etc/fstab and syslinux next, as there are some other posts (example) talking about this as a potential issue (and, indeed, I sometimes get my HD as /dev/sdb* when booting from the arch USB drive. I can also try grub2 in case it's a syslinux issue.
    Thanks for any ideas/suggestions. Does anything look awry in my description/setup above? I can chroot and do stuff just fine... so I think the install appears to be sound; it's just booting it!
    Last edited by jwhendy (2015-06-06 04:38:09)

    A bit of progress, though this couldn't be much more awful in my opinion. Installed Arch to an sdcard to use as a bootloader, only to find that I can't boot from an sdcard, even though the HP docs say there's an sdcard boot option in the BIOS (which there's not). If the BIOS were in UEFI mode, there is an sdcard option listed in the boot order, but not in legacy mode. Sigh.
    I don't have another sdcard laying around that's big enough to install Arch on, as I'm using my sole 8g drive for the installation media (and no optical drive). Sigh.
    I did, however, through trial and error get my sdd arch install to boot using the installation drive's "boot existing OS" option! Took me a while to figure it out. In my opinion the drive/partition numbering is quite odd. Using the Hardware Information tool, the usb stick shows up as the first drive (so I'd assume hd0), but it can't be as "hd0 3" got me into the sdd installation. I'd have assumed hd0 0 was /dev/sda1, but that must be incorrect, as hd0 3 is /dev/sda3.
    So, where I'm at now:
    - going to re-partition how I originally intended (with truecrypt shared storage as a primary partition and boot/root as logical partitions)
    - reinstall arch
    - try to boot using the above procedure from the installation media
    If that goes well, I'll try to find some teensy tiny usb stick to use as a bootloader device unless someone has any insights on why I can't boot by chainloading from Windows. I think at this point I've narrowed it down to a BIOS or drive numbering or EasyBCD issue, so maybe this post isn't a good fit for the Arch forums after all. Sorry for all the noise/updates... just wanted to provide the updated information as I uncovered it.
    Thanks if you have any ideas or things I could try.

  • Can't boot Arch from external HDD

    Hi, well first off this is not my first Arch Linux installation, I'm using Arch for a little over a year now (coming from slack). But this is my first attempt to have Arch on an external HDD.
    Alrighty, the situation is as follows: A rather new computer (supports booting from USB devices and the bios is set to boot from removable devices first) with a built in HDD and an external HDD that's connected to that computer via USB.
    What I did: I connected the external HDD to the computer and booted off a 2008.6 Overlord core-CD.
    Arch-Live recognized the internal HDD as sda and the external HDD as sdb.
    I partitioned the external HDD using cfdisk and ran mkfs.ext3 on it (I didn't use any switches with that).
    I started the installer, set my mount points (I should mention I'm not gonna use a swap partition here), installed the packages, well just went through the installation routine and installed grub in the MBR of sdb (the external HDD).
    Then I rebooted. And this is what doesn't work: When I boot that computer with the external HDD connected the computer completely hangs right before grub would come up. It freezes completely, ctrl+alt+del doesn't work, I need to use the powerswitch to reboot the computer.
    So I put the Arch-CD back in the CD drive trying to boot into my Arch System on the external HDD. So I started typing:
    root (hd1,0)
    kernel /boot/vmlinuz26 root=/dev/sdb1 ro vga=773
    initrd /boot/kernel26.img
    When I try to boot off that grub tells me that there is no such device as hd1,0. The funny thing is, that the auto copmletion in grub works for the kernel /boot/vmlinuz26 but it doesn't for the device /dev/sdb1, in fact even root=/de<tab> returns a "unrecognized string" message.
    So this is what I did and I can't boot off my external HDD, neither can I boot into my system on the external hdd from the cdrom.
    What am I missing here?

    The harddrive you boot from is in my experience always hd0. Could this mean your external disc is hd2?
    Have you tried chainloading from the installer cd to your external disc?

  • Unable to boot arch after re-installing nvidia

    My system is x64. I have Ubuntu installed along with Arch on a different partition. After having installed arch with some (probably redundant) nvidia packages, I decided to remove them by installing packam -S nvidia nvidia-uitls.
    I had to remove mesa-(something or just mesa, I don't remember) and xf86-video-nouveau. So I installed nvidia nvidia-uitls successfully. Plus after that I installed xfce-settings because as I found out it should have resolved the issue of gnome-terminal. and I added this to xorg.conf:
    Section "Extensions"
        Option "Composite" "Enable"
    EndSection
    The bottom line is, I can't boot to arch anymore. Only standard label on the black screen shows up (kvm: disabled by bios) and nothing else happens, meaning it kind of "boots" but it doesn't boot further than showing that label. What can I do?
    Here is a log:
    [2014-04-30 12:06] [PACMAN] Running 'pacman -S nvidia nvidia-utils'
    [2014-04-30 12:06] [PACMAN] Running 'pacman -R nouveau-dri'
    [2014-04-30 12:07] [PACMAN] Running 'pacman -R xf86-video-nouveau'
    [2014-04-30 12:07] [PACMAN] removed xf86-video-nouveau (1.0.10-2)
    [2014-04-30 12:07] [PACMAN] Running 'pacman -R nouveau-dri'
    [2014-04-30 12:07] [PACMAN] removed nouveau-dri (10.1.1-2)
    [2014-04-30 12:07] [PACMAN] Running 'pacman -S nvidia nvidia-utils'
    [2014-04-30 12:08] [PACMAN] Running 'pacman -R intel-dri'
    [2014-04-30 12:08] [PACMAN] Running 'pacman -R xf86-video-intel'
    [2014-04-30 12:08] [PACMAN] removed xf86-video-intel (2.99.911-2)
    [2014-04-30 12:08] [PACMAN] Running 'pacman -R intel-dri'
    [2014-04-30 12:08] [PACMAN] removed intel-dri (10.1.1-2)
    [2014-04-30 12:08] [PACMAN] Running 'pacman -S nvidia nvidia-utils'
    [2014-04-30 12:09] [PACMAN] Running 'pacman -R glamor-egl'
    [2014-04-30 12:09] [PACMAN] removed glamor-egl (0.6.0-1)
    [2014-04-30 12:09] [PACMAN] Running 'pacman -S nvidia nvidia-utils'
    [2014-04-30 12:23] [PACMAN] removed mesa-libgl (10.1.1-2)
    [2014-04-30 12:23] [PACMAN] installed nvidia-utils (337.12-1)
    [2014-04-30 12:23] [PACMAN] installed nvidia-libgl (337.12-1)
    [2014-04-30 12:23] [ALPM-SCRIPTLET] In order to use nvidia module, reboot the system.
    [2014-04-30 12:23] [PACMAN] installed nvidia (337.12-1)
    [2014-04-30 12:26] [PACMAN] Running 'pacman -S ttf-ms-fonts ttf-dejavu ttf-bistream-vera'
    [2014-04-30 12:27] [PACMAN] Running 'pacman -S ttf-ms-fonts'
    [2014-04-30 12:30] [PACMAN] Running 'pacman -S gnome-terminal'
    [2014-04-30 12:30] [PACMAN] reinstalled gnome-terminal (3.12.1-1)
    [2014-04-30 12:32] [PACMAN] Running 'pacman -S xfce4-settings'
    [2014-04-30 12:33] [PACMAN] installed libxfce4util (4.10.1-2)
    [2014-04-30 12:33] [PACMAN] installed xfconf (4.10.0-3)
    [2014-04-30 12:33] [PACMAN] installed libxfce4ui (4.10.0-1)
    [2014-04-30 12:33] [PACMAN] installed exo (0.10.2-2)
    [2014-04-30 12:33] [PACMAN] installed garcon (0.2.1-1)
    [2014-04-30 12:33] [PACMAN] installed gtk-engines (2.21.0-1)
    [2014-04-30 12:33] [PACMAN] installed xfce4-settings (4.10.1-1)
    and X (I'm not sure at what moment it appeared, it may be not related to this issue):
    [   774.795] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
    [   774.797] _XSERVTransMakeAllCOTSServerListeners: server already running
    [   774.799] (EE)
    Fatal server error:
    [   774.803] (EE) Cannot establish any listening sockets - Make sure an X server isn't already running(EE)
    [   774.805] (EE)
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    [   774.812] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [   774.814] (EE)
    [   774.816] (EE) Server terminated with error (1). Closing log file.
    Last edited by Darooma (2014-04-29 22:28:27)

    Rexilion wrote:That's odd, the time counter starts at 774.
    Maybe OP doesn't start X automatically at boot?

  • [SOLVED]Hanging after booting from installation media

    Yesterday I booted from a rw-DVD got to the terminal and could execute commands, connect to the internet and use elink etc no problem. I didn't go through with installation as I wanted to read up more on partitioning my drives for dual booting before actually doing so.
    Trying the same thing today, and it hangs soon after I boot, regardless of whether I do anything. Printing the following:
    nouveau E[ DRM] failed to idle channel 0xcccc0000 [DRM]
    pci_pm_runtime_suspend(): nouveau_pmops_runtime_suspend+0x0/0xf0 [nouveau] returns -16
    INFO: rcu_preempt detected stalls on CPUs/tasks: { 6} (detected by 1, t=18002 jiffiess, g=974, c=973, q=604)
    This is without me typing anything. If I try to execute a command quickly after booting it sometimes works, but after a couple of minutes it will complain of a soft lockup.
    I've tried burning another disk, and using a USB installation media, but the same thing happens. Any thoughts?
    Edit: Trying to run it on a laptop with i7-4700MQ, 16GB ram, and Intel(R) HD Graphics 4600 / NVIDIA GeForce GTX 770M
    Second Edit: Booted with nomodeset, which worked and allowed me to install. Just trying to sort out the sodding boot loaders now...
    Last edited by glfharris (2014-07-11 22:42:31)

    Welcome to the forum.
    First of all, you should get in the habit of using [ code ] tags when posting code, not [ quote ] tags (well, unless you want to apply some styling to it, like bold, italic, etc).
    This is wrong:
    # umount /dev/sdc
    This is correct:
    # umount /dev/sdc1
    You were trying to unmount the drive as a whole, which obviously isn't mounted, instead of the first (and probably only) partition. Had you followed the advice from the note to use blkid and check if it's mounted, this wouldn't have happened. But the fact that a DVD produced that error puzzles me... I have no experience with UEFI, but I think you need to press F10, F11, or something like that, to able able to get to a UEFI boot menu, and choose the optical unit as source.
    I hope you used a BitTorrent client when downloading the ISO, and not some direct link (which are prone to CRC errors). If you used a direct link, then check the MD5 and make sure that it matches the one from the Download page. For future reference, torrents are checked while they're being downloaded.

  • Can't boot arch on macbook mid 2012

    hello
    i tried to boot arch from 2012.08.04 and archboot iso through USB but kernel panic occurs.
    has a similar thread: https://bbs.archlinux.org/viewtopic.php?id=144089&p=1
    Janhouse said need to add noapic to kernel line but i dont know where to add it !
    so my question here is : how can i add noapic to kernel line?
    sory, this is stupid ques, i googling and it says press 'E' then press 'B' blah blah... but it doesn't work. (i also tried to edit iso file but i can't locate grub.conf or menu.list)
    thanks so much!

    Have you tried booting with the parameters listed here: http://wiki.archlinux.org/index.php/Mac … stallation

  • [Solved] Can't boot arch after merge linux partition

    Before this i have issue with my partition table, but i can fix it with testdisk.
    After that, i merge all my linux partition into one. I mean like this
    Before i merge my linux partition:
    / >> /dev/sda3
    /var >> /dev/sda4
    swapfile >> /dev/sda6
    /home >> /dev/sda7
    My new partition
    / >> /dev/sda3
    swapfile >> /dev/sda6
    i can't boot my arch after i backup and moved my home and var directory to /dev/sda3 with livecd.
    How to fix this issue?
    Last edited by nizar (2009-03-28 04:18:29)

    Solved by myself! LOL
    I edit and remove /dev/sda4 and /dev/sda7 in my /etc/fstab file with livecd.
    Now, arch boot without /dev/sda4 and /dev/sda7

  • Can't boot from external HD with Leopard on MacBook Pro or PowerBook

    I can't boot from an external HD with 10.5.5 Leopard on either my MacBook Pro or my PowerBook G4. I had a PowerBook G4 from which I could boot from either an external FW400 drive or an external FW800 drive. At some point, I stopped being able to boot from any HD, but I'm not sure if it was after upgrading to Leopard or not? Recently I just bought a MacBook Pro 15" and transferred all my files over from the PowerBook to the MacBook Pro during the install. However, even with the new computer, still cannot boot from an external drive. I have Leopard 10.5.5 running on both the external HD and the internal HD.
    Is this a common problem? Anybody know how to fix it?
    Thanks!

    That probably wasn't very clear was it? I have several ext. HD's, some with bootable systems and some just backups. One bootable disk was made with CopyCloner and the other was a clean format and only had an original install of the OS just to use for an emergency boot. They both booted just fine. Then at some point, they stopped being bootable. I have used the Control Panel "Startup" and also used the Option key boot and picked the bootable disk. Neither one boots anymore. It started doing this on the old PowerBook and then also refused to boot on the MacBook Pro. This is not the problem with the HD since it happens with any bootable HD. Something is going on at the system level and it was transfered from the PowerBook to the MacBook.
    Thanks,
    Bill

  • 0xc0000428 error code on boot no installation media

    When I turn on my laptop it comes up with the blue screen of death and it says recovery at the top.
    It then says error code: 0xc0000428
    I'm not an IT wiz and have no idea how to solve it.
    Can anyone help

    TF
    If it came with win 8 installed there is probably a reset to factory/restore partition.  If you can eventually get it to boot we need the crash log called the DMP files to know what is happening with the computer.
    We do need the actual DMP file as it contains the only record of the sequence of events leading up to the crash, what drivers were loaded, and what was responsible.  
    WE NEED AT LEAST TWO DMP FILES TO SPOT TRENDS AND CONFIRM THE DIAGNOSIS.
    Please follow our instructions for finding and uploading the files we need to help you fix your computer. They can be found here
    If you have any questions about the procedure please ask
    Wanikiya and Dyami--Team Zigzag

  • Ssd can't boot from mainbay folder with question mark

    Hello I've searched for my problem but can't find anything same so I'm gona ask.
    first of  all I'm sorry for my English.
    I'm using MacBook pro mid 2012 with samsung 840 evo ssd 500gb.
    today it was working perfect it felt asleep and after wake up it  restarted and flashing folder with question mark appeared on screen.
    I Know it's some kind of hdd problem. So I've took it out and put in external box to connect to my friends  MacBook to see if it's working and does all information is still in it. It was working perfectly. after that I connected it via usb and boot it by holding opt key and it startups normal. To check that it isint sata cable I have puted empty hdd in main bay and booted from ssd connected by usb and both drives show up in disk utility.
    So hdd working perfect. Sata cable is good and can read drive.
    Macbook boots from ssd connected by usb without any problems.
    The only problem is that I can't boot my MacBook from ssd in mainbay it shows flashing folder with question mark.
    Maybe anyone had  had that issue before.?
    How can I solve this problem.?
    again sorry for my English. And thank you for all your answers.

    Do not apologize for your English.  I assure you your English is better than what my facility with your language may be. 
    I have seen a couple of posts similar to yours where the SSD will not boot internally but a conventional HDD will.  The resolution in one case was a new SATA cable even though the tests suggested otherwise.
    I would take the MBP to an apple store and have them check it thoroughly and see if they can pinpoint to the cable as the problem.  Obviously this just a guess on my part.
    A call to Samsung technical support may also be a good idea.
    Ciao.

  • How can i share my itunes media with another account user on my macbook pro

    im looking to share my itunes media with a different log on user for my macbook pro. what iss the best/ easiest way to do this?? i.e. public share point or external network storage

    Fingers crossed, the following document may be of some help with that:
    iTunes: Setting up Home Sharing on your computer

  • Can't boot after update, getting "microcode: failed to load" error

    After restarting my computer, it's no longer able to boot, and just prints a continuous stream of errors. The first error it gives is "microcode: failed to load", and I looked it up and found that I should just have to install amd-ucode. Easy enough, except I can't boot. I tried booting into the latest live-usb image, and after connecting to the internet, mounting the partition to /mnt, and running
    # arch-chroot /mnt pacman -S amd-ucode
    I get the following error
    error: amd-ucode: signature from "Allan McRae <[email protected]>" is invalid
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    I'm not very familiar with how chrooting works, especially not arch-chroot, so I don't trust myself to fix the problem without breaking something. I was thinking of just putting the package on a flashdrive and installing it with
    # arch-chroot /mnt pacman -U amd-ucode-package-name
    Should I do it this way or am I misunderstanding how arch-chroot works?
    By the way, this is an issue with my desktop. startx stopped working on my laptop right before I went to use my desktop and rebooted it, so after this issue is fixed I'll be making another thread about my laptop >_> Any help is much appreciated.

    Ok, so I managed to install amd-ucode with pacstrap. That got rid of the microcode error, but I'm still getting
    /dev/sdc1 contains a filesystem with errors. Forcing check
    And then it just repeats the error message
    [60.50342] ata5.00: failed command: READ FPDMA QUEUED
    [60.51345] ata5.00: cmd 60/<long number that's formatted similarly to a MAC address>/40 tag 0 ncq 131072 in
    [60.51743] res 40/<the same number>/40 Emask 0x10 (ATA bus error)
    [60.62421] ata5.00: status: { DRDY }
    The numbers on the left just keep counting up, but the repeating error message stays mostly the same. What's odd about this error is that the disc it says it has a problem with isn't even the disc with the OS on it. When I have time I'm going to try physically removing /dev/sdc from my computer to see if the error stops.
    Oh and there won't be any thread about my laptop issues. Turns out I filled my whole HDD, which was causing startx to fail.

  • SQL 2012 cluster installation fails with an IP address error

    I am building an eight node cluster and have successfully installed two SQL instances on it. Now, I cannot install any additional instances because of the following error:
    The resource with identifier 'Type='IP Address' NetworkName='Cluster Network 1' Group='SQL Server (WEBAPPS)' Resource='SQL IP Address 1 (ACHSQLWebapps)'' could not be found on the cluster. Please check if it exists.
    I can verify that the installation builds the SQL Name and then adds the IP address. After the IP address comes online, the installation stops and that error pops up.  It results in a failed install that must be removed by the "Remove Node"
    wizard.
    A search on the web comes up empty. Any ideas?

    Hello,
    To add a node to an existing SQL Server failover cluster, We should run SQL Server Setup on the node that is to be added to the SQL Server failover cluster instance.Please verify the account that you using has permission to log in as a service on all nodes
    of the failover cluster.For local installations, you must run Setup as an administrator.
    Reference:http://msdn.microsoft.com/en-us/library/ms191545(v=sql.110).aspx
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click 
    here.
    Fanny Liu
    TechNet Community Support

Maybe you are looking for