Problem booting Arch after first install on MacBook Pro

Hi all,
I've spent the past month intermittently trying to install Arch on an old MacBook Pro with a broken screen running in clamshell mode (I've reformatted, clean installed OSX, and run pacstrap around 20 times now). I was originally trying to install Debian, but the Arch Wiki was so good that I switched. The issue has been the same anyway.
Every time I try to install, I get stuck at the bootloader stage, where I need to make the installation bootable. It doesn't matter what bootloader method I use, since I've tried:
Boot from /boot partition with GRUB
Boot from separate HFS+ GRUB partition
Boot from Apple EFI System Partition (ESP) with GRUB
Boot with rEFInd
Boot with rEFInd installed to the ESP
Arch itself works fine, but when I go to boot from rEFInd's autodetected vmlinuz-linux from 128MiB ext2 partition, I get the same error message I've gotten with every other configuration:
:: running early hook [udev]
:: running hook [udev]
:: Triggering uevents...
[ 0.558033] uhci_hcd 0000:00:1a.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:1a.0 setup!
[ 0.558097] uhci_hcd 0000:00:1a.0: init 0000:00:1a.0 fail, -19
[ 0.558135] uhci_hcd 0000:00:1a.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.0 setup!
[ 0.558189] uhci_hcd 0000:00:1a.0: init 0000:00:1b.0 fail, -19
Waiting 10 seconds for device /dev/disk/by-uuid/2b121a89-aeb9-430a-8e6c-a05b79f08427 ...
ERROR : device 'UUID=2b121a89-aeb9-430a-8e6c-a05b79f08427' not found. Skipping fsck.
ERROR: Unable to find root device 'UUID=2b121a89-aeb9-430a-8e6c-a05b79f08427'.
You are being dropped to a recovery shell
[etc.]
When the Arch .iso live CD boots, it gets the first uhci_hcd errors, and then just moves on with:
:: hook [memdisk]
:: hook [archiso]
[etc.]
Here are the contents of my refind.conf file (/boot/efi/ESP/refind/refind.conf) (I omit all the standard comments):
timeout 0
scan_all_linux_kernels
[The example menu entries - all disabled]
menuentry "Arch Linux" {
icon /EFI/refind/icons/os_arch.icns
"Arch Boot"
loader /vmlinuz-linux
initrd /initramfs-linux.img
options "root=/dev/sda7 rw rootfstype=ext4"
And my refind_linux.conf (/boot/refind-linux.conf):
"Boot with standard options" "ro root=2b121a89-aeb9-430a-8e6c-a05b79f08427"
"Boot to single-user mode" "ro root=2b121a89-aeb9-430a-8e6c-a05b79f08427 single"
"Boot with minimal options" "ro root=2b121a89-aeb9-430a-8e6c-a05b79f08427"
My custom menu entry for Arch doesn't work either (I'm still researching exactly why). I've been quite confused by different posts all over by different people on how to configure the manual refind.conf stanzas. I also tried a direct to root menu entry, where I tried the files as /boot/vmlinuz-linux, etc.
The error I always get here is the same:
Starting vmlinuz-linux
Using load options "[same as above]"
Invalid loader file!
Error: Not Found while loading vmlinuz-linux
I've installed GRUB as well, just to be sure. Although I haven't moved it to any other partitions or 'blessed' it in OS X. (I have blessed the HFS+/EFI partitions when I used GRUB.)
Just FYI, I've used the following pages as guides:
My primary guide: Cody Littlewood's installation procedure for a MacBook Pro
The Arch Wiki MacBook Page, which was useful but a bit confusing and self-referential on the Bootloader section
The rEFInd website, by Rod Smith. I've read it fairly extensively (including an interesting comparison of SodaStream flavours)
A Gentoo Wiki page with a rEFInd example
The LFS GRUB chapter, and surrounding material
And I've largely read the Arch Wiki Beginners' Guide, Bootloaders page, GRUB page, GRUB EFI examples page, UEFI page and EFI Stub Loader page.
There have been others, but it's been a while since I read them. I've been trying to make this work for a while.
I've also looked at some other posts on similar subjects:
A post on the Arch Linux subreddit matching my (previous; with GRUB) situation, but not fixing my problem
An Arch forum post, of which there have been others, but google seems to have changed my search results.
EFI-Booting Ubuntu on a Mac, by Rod Smith
The Debian MacBook Pro page
A post about booting Debian without rEFIt
Again, there are more, but I can't find them all just now.
I've looked EVERYWHERE for a solution.
My question is, does anyone have any ideas on how I might make my computer bootable?
Almost forgot; I've run
mkinitcpio -p linux
successfully (I get the two driver warnings that seem to be standard).
Computer specifications are as follows:
Model Identifier:    MacBookPro6,2 (mid 2010)
Processor Name:    Intel i7
Architecture:    amd64
RAM:    4GB DDR3
Graphics:    NVIDIA GeForce GT 330M 512MB
Software:    OS X 10.9.2
My disk partition table is as follows:
$gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.9
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Fround valid GPT with protective MBR; using GPT.
Disk /dev/sda: 976773168 sectors, 465.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): C0ADB511-F73D-404A-B128-DD01509AE6EA
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 8-sector boundaries
Total free space is 262150 sectors (128.0MiB)
Number Start (sector) End (sector) Size Code Name [Additional Info]
1 * * 200.0MiB EF00 EFI System Partition rEFInd currently installed here, mounts to /boot/efi
2 * * 185.8GiB AF00 OSX
3 * * 619.9MiB AB00 Recovery HD
4 * * 93.1GiB AF00 DMZ unjouranaled HFS+ shared partition
5 * * 4.0GiB 8200 Arch Swap
6 * * 128.0MiB 8300 Arch Boot ext2
7 * * 50.0GiB 8300 Arch Root ext4
8 * * 131.8GiB 8300 Arch Home ext4
And my fstab, made with genfstab after I mounted everything (except for the swap stanza, which I had to write):
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
# UUID=2b121a89-aeb9-430a-8e6c-a05b79f08427
/dev/sda7 / ext4 rw,relatime,data=ordered 0 1
# UUID=efb41f69-6f99-4c8b-8431-01f3cd22c9cc
/dev/sda6 /boot ext2 rw,relatime 0 2
# UUID=67E3-17ED LABEL=EFI
/dev/sda1 /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed, errors=remount-ro 0 2
# UUID=[another long UUID]
/dev/sda8 /home ext4 rw,relatime,data=ordered 0 2
# UUID=[another long UUID] LABEL=DMZ
/dev/sda4 /dmz hfsplus rw,relatime,unmask=22,uid=0,gid=0,nls=utf8 0 0
# UUID=[another long UUID]
/dev/sda5 swap swap defaults 0 0
Last edited by rjmh (2014-04-04 08:35:20)

henriqueleng wrote:
I don't know about Mac computers but i use a uefi motehrboard,
To install it i created a partition with 512MB and i mounted /boot on there. all the rest of system are normal.
I use gummiboot, i don't know if its stuff on Mac. I think that ou should try another bootloader!
And why do you mounted two point on /boot?
/boot and /boot/efi?
Are you sure you're using uefi, my fstab looks just like his with the boot and efi partition. I'm pretty sure that's how the wiki says to set it up. That's the fstab for a laptop with uefi if it helps you out. I had problems with grub btw, so I had to set up gummiboot
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sdb3
UUID=0c1c97a3-0472-4141-a756-a03c00a4a3cf / ext4 rw,relatime,data=ordered,discard 0 1
# /dev/sda3
UUID=8a4412fa-5d4b-4de4-91ff-a4d05b3705e1 /home ext4 rw,relatime,data=ordered 0 2
# /dev/sdb2
UUID=971ed3e8-394d-46b3-b0d4-e8bb86b267cf /boot ext4 rw,relatime,data=ordered,discard 0 2
# /dev/sdb1
UUID=095C-CB43 /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
# /dev/sda1
UUID=12a4a2b1-6338-495a-8a41-474653eb227b /var ext4 rw,relatime,data=ordered 0 2
# /dev/sda2
UUID=846803f1-3f5b-48ae-9945-37e9725011b2 none swap defaults 0 0

Similar Messages

  • 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?

  • Long start up time after Leopard install on MacBook Pro...

    Hi, I just bought a MacBook Pro recently and upgraded it to Leopard
    But ever since then, every time I start it up it takes over a minute to load everything
    On Tiger, it would only take at most 20 seconds
    It would just stay on some blue screen for a while, about 30 or 45 seconds before completely starting up.
    Any suggestions on how to fix this? I used a clean install of Leopard

    Hi, I'm having the same problem. My MacBook Pro is new and came with the Leopard 10.5. It's taking 2 min to reestart. I've already tried to reinstall the system with "erase and install", but it did not help. Even the first time after reinstalling the restart is already slow.
    Have anybody heard anything about how to fix it?
    Thanks a lot.
    Fabio

  • Facebook games won't work after Maverick install on MacBook Pro

    I just installed Maverick on my MacBook Pro, it is a mid 2009 model.  Ever since when I get on Facebook with Firefox, Chrome, or Safari, I can"t get any of the games to load.  Everything worked just fine last night before the install, but now I am at a loss as what to do to fix this problem, short of wiping the HD and starting back over in Snow Leopard.

    I just installed Maverick on my MacBook Pro, it is a mid 2009 model.  Ever since when I get on Facebook with Firefox, Chrome, or Safari, I can"t get any of the games to load.  Everything worked just fine last night before the install, but now I am at a loss as what to do to fix this problem, short of wiping the HD and starting back over in Snow Leopard.

  • After re-installing my MacBook Pro hard drive, I lost my Firefox/Mozilla 'top banner' (red ,yellow and orange in color) and with it my ability to down load via a small tab located top right on it's bar. How do I get this function back??

    Recently I found it necessary to re-install my entire operating system, and I lost my ability to down load streaming videos. I am an artist almost 70 yrs. old, and am not very computer proficient which is why I purchased a MacBook Pro. I used Firefox/Mozilla to do downloading because it was easy. When I brought my system back up I found that the top 'Firefox banner' had changed from red, orange and yellow in color to shades of gray. With this change found that I no longer had the download 'tab' to click on to initiate downloads (located top right on the Firefox top section).
    I've tried re-installing Firefox and Antbar download helper but am still not able to download. How do I get the download capability back again???? ......roxor999

    Your storage device is probably faulty.  It would be helpful if you indicated the EXACT model/year MBP that you have.
    Ciao.

  • Boot rescue after first install

    Hi all,
    i've installed arch on my laptop but i've a broblem after the first boot...
    This is my system configuration: SSD+GPT+BIOS(not UEFI)
    I've follow the beginne's guide...
    I've created the GPT partition table with gdisk with 'o'.
    I've aligned the disk at 6144 (best for my Samsung 840 evo).
    I've created the first partition of 2MB with code ef02 for boot, 2nd partition 225GB for / (root) and 3rd partition for swap.
    I've closed gdisk with 'w' for write the scheme, this output no errors...
    I've installed the system and configured them but when i install the grub2 this output me this error:
    https://www.dropbox.com/s/yagajwmycl1ax … 4.jpg?dl=0
    What's wrong i do?
    Thanks all and sorry for my english ;-)
    PS: This is not the 1st time i've installed arch linux...

    Thank you for reply!
    I've installed again the system to start! :-(
    At this time, for installing the grub, i've used this command:
    #grub-install --target=i386-pc --recheck --debug /mnt/sdc
    This output with no error!!! But when i restart the system the problem it's the same!
    error: no such device: 3d95f99c-bla bla...
    Entering rescue mode...
    Through an ubuntu live:  (arch installed device is sdb)
    sudo blkid
    /dev/loop0: TYPE="squashfs"
    /dev/sda1: LABEL="Storage" UUID="158d9c57-60fd-4385-8624-5d4a0ea65353" TYPE="ext4" PARTUUID="000d6c9e-01"
    /dev/sdb1: PARTUUID="46ef1da0-44dd-4549-81d9-e49494d9ea92"
    /dev/sdb2: UUID="4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6" TYPE="ext4" PARTUUID="c33a0ea0-b5bd-45a6-9642-704100589f2c"
    /dev/sdb3: UUID="837b4fa3-19f1-4f69-a309-da02eab308e6" TYPE="swap" PARTUUID="7fb8d6b5-d97f-4326-b737-41b677b678ea"
    /dev/sdc1: UUID="2014-07-22-22-36-29-00" LABEL="Ubuntu 14.04.1 LTS amd64" TYPE="iso9660" PTUUID="1b45097d" PTTYPE="dos" PARTUUID="1b45097d-01"
    /dev/sdc2: SEC_TYPE="msdos" UUID="E63C-163E" TYPE="vfat" PARTUUID="1b45097d-02"
    sudo lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 698.7G 0 disk
    └─sda1 8:1 0 698.7G 0 part
    sdb 8:16 0 232.9G 0 disk
    ├─sdb1 8:17 0 2M 0 part
    ├─sdb2 8:18 0 225G 0 part /
    └─sdb3 8:19 0 7.9G 0 part [SWAP]
    sdc 8:32 1 14.9G 0 disk
    ├─sdc1 8:33 1 981M 0 part
    └─sdc2 8:34 1 2.3M 0 part
    loop0 7:0 0 938.7M 1 loop
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sdc2
    UUID=4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6 / ext4 $
    # /dev/sdc3
    UUID=837b4fa3-19f1-4f69-a309-da02eab308e6 none swap $
    This is the grub.cfg of the installation:
    # 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
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    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_gpt
    insmod ext2
    set root='hd2,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6
    else
    search --no-floppy --fs-uuid --set=root 4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6
    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
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd2,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6
    else
    search --no-floppy --fs-uuid --set=root 4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd2,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6
    else
    search --no-floppy --fs-uuid --set=root 4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd2,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6
    else
    search --no-floppy --fs-uuid --set=root 4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=4b3df82d-8e9a-4f0c-9dd6-a6a863e2f1b6 rw 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/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 ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###

  • Can't install from application install dvd and i can't update to 10.6.8 after i restore my macbook pro from mountain lion

    can't install from application install dvd and i can't update to 10.6.8 after i restore my macbook pro from mountain lion. when restart and i press command it still has recovery mountain lion show on my screen.

    What model is the MBP? Did it come with OS 10.6 or a later OS? Is the install DVD one that came with it or something else?
    You can't run an OS older than Mac on it.
    But if came with 10.6 installed & you have the system discs, you should be able to erase the drive & reinstall the original OS.

  • After Mountain Lion install, my MacBook Pro's fan is running non-stop.

    After Mountain Lion install, my MacBook Pro's fan is running non-stop and you can hear the insides working extra hard. Is this normal? It's very loud and annoying?

    http://support.apple.com/kb/HT3964?viewlocale=en_US

  • I want to re-install my Pre-Installed Lion Macbook Pro, but I can't get the Lion OS from App Store with my Apple ID. Please help, thanks!

    Hi, I want to do a clean re-installation of my end 2011 Macbook Pro which comes with pre-installed Lion OS. I go through the installation steps and after App Store verified my Apple ID, it prompted me that I did not purchase the Lion OS. I am very surprise to see this message which my pre-installed Lion Macbook Pro should have it. Please help and advise how can I get the OS? All other bundle softwares were in the purchase record except the Lion OS.

    That was my mistake - sorry - it IS Command-R to boot to the Recovery disk, not Command-D: I either just hit the wrong key or am just now coming awake from my nap.
    Let me see if I can just explain it in a few steps - I don't know of any link (but it would make a good User Tip):
    Create an up-to-the minute back-up of your internal hard drive using an external hard drive and Time Machine.
    Boot to your recovery partion - holding down Command-R on boot.
    Use Disk Utility to erase Macintosh HD - use one GUID partition and format as "Mac OS Extended (Journaled)". Unless you're selling the machine, there's no need to do a secure erase (which can take hours).
    After you erase the disk, re-install Lion from the same Recovery partition.
    After installation is complete, reboot, again holding down the Command-R keys to boot into the Recovery Partition.
    Restore your Time Machine back-up. This could take several hours.
    Reboot after restore and you're back in business.
    That should take care of everything - all you need is an Internet connection.
    Call back if I didn't explain things too well - at least I got the Command-R right this time!
    Clinton

  • HT202008 I am having issues with my Window 7 on boot camp. My hardware is Macbook Pro Mid 2010 model and working on OS X 10.9.5. Recently I went to windows 7 to do a system upgrade but failed and was told to update the bootcamp drivers.

    I am having issues with my Window 7 on boot camp. My hardware is Macbook Pro Mid 2010 model and working on OS X 10.9.5. Recently I went to windows 7 to do a system upgrade but failed and was told to update the bootcamp drivers. I installed boot camp5 but seem to be the wrong version and change to boot camp 4 which was updated okay. However I still cannot do the updates. Can someone advice me please? Thank you!

    Please see Boot Camp: System requirements for Microsoft Windows operating systems - Apple Support for the appropriate version of drivers related to the specific version of Windows 7.
    MacBook Pro
    (13-inch, Mid 2010)
    4
    4
    DVD
    DVD
    DVD
    MacBook Pro
    (15-inch, Mid 2010)
    5
    5
    4
    DVD
    DVD
    DVD
    MacBook Pro
    (17-inch, Mid 2010)
    5
    5
    4
    DVD
    DVD
    DVD
    Be careful with Windows Updates, especially driver updates. Standard WHQL drivers can cause problems.

  • Everything keeps freezing/crashing after Mavericks installation on MacBook Pro

    Everything keeps freezing/crashing after Mavericks installation on MacBook Pro.
    It started with Photoshop, then Safari, and now the Kinect sensor.
    Mavericks is the worse thing that happened to me I have a thesis project to work on!
    What can I do?
    How can I remove Mavericks and go back to Mountain Lion?
    Thanks

    Hey StephSassine,
    First, I would run through these steps:
    Your computer’s startup disk may not have enough free disk space. To make disk space available, you can move files to another disk and then delete files you no longer need on the startup disk:
    Increase disk space
    http://support.apple.com/kb/PH10677
    If that doesn't work, you may need to repair your computer’s disk in Disk Utility:
    Choose Apple menu > Software Update to make sure you have the latest version of Mac OS X.
    Software updates sometimes change a file’s permissions to improve security, so updating your software can solve some permissions problems.
    Open Disk Utility, in the Utilities folder in Launchpad.
    Select the disk you want to check.
    Click First Aid.
    Click Repair Disk Permissions to test and repair permissions.
    via: Disk Utility 12.x: Repair disk permissions   
    http://support.apple.com/kb/PH5821
    If that doesn't help resolve the issue, you can revert to a previous OS X version:
    OS X Mavericks: Revert to a previous OS X version
    http://support.apple.com/kb/PH14176
    Sincerely,
    Delgadoh

  • Unable to reconnect to wireless network after closing lid on macbook pro

    After installing recent software updates, I am unable to reconnect to my wireless network when I close the lid on my macbook. It says that it is "connected", but I can't access any website, check e-mail or ping any external server.
    I've never had a problem before, but now that I've installed software updates in the past few weeks I noticed the problem.
    Anyone have any ideas?
    MacBook Pro (Intel)   Mac OS X (10.4.9)  

    which ultimately means apple didn't do enough testing before releasing the last patch
    This is not always, and may not be, the case. What many don't realise is that many 3rd party developers stray from the 802.11 series specifications in an attampt to boost speed and get one up on their competitors. For instance D-Link, amongst others, use a short preamble setting by default in some of their routers to improve performance. However, this is non-standard and when it comes across wireless network adapters that don't support this then you have problems. They assume that their network adapters are being used for "maximum speed and compatibility". Whether Apple should or should not support a short preamble is another subject altogether.
    However, I do agree with you in that Apple should put more work into their Airport software.

  • What is largest solid state drive I can install in MacBook Pro 8,2?  I want to perform a clean install of Mavricks and dump my old hard drive.

    What is largest solid state drive I can install in MacBook Pro 8,2?  I want to perform a clean install of Mavricks and dump my old hard drive.

    If the bank account permits, I suggest getting a 1 TB SSD anyway.  One cannot have too much storage. 
    Unless you are having issues with your current installation, a 'clean' install is not necessary.  It would be more efficient to clone your current drive to the new SSD, test it, and then do the swap.  The installation of Mavericks over Snow Leopard can be done either before or after the cloning process.
    Ciao.

  • OS X Mavericks 10.9.1 can't be installed on MacBook Pro retina late 2013

    OS X Mavericks 10.9.1 can't be installed on MacBook Pro retina late 2013
    OS X Mavericks 10.9.1 installer is available in the App Store but it can't be downloaded because "OS X Mavericks can't be installed on this computer".
    If the installer of version 10.9 is already in the application folder it can't be updated for the same reason.
    I've seen that they are two versions of the updater that are downloadable from apple's website and one is specific for the MacBook Pro retina late 2013.
    I suspect that the installer in the App Store is not an universal installer. It is stupid because you can't reinstall that Mac is needed.
    I phoned to Apple (AppleCare) and they don't know why this happens.

    Hello,
    Try to boot the 15" MBPr as target when connected to your MBA (if you have the right cables and adapters).
    From the MBA, install on the 15" MBPr's disk, in that order :
    The 10.9.1 update for Mavericks except MBPr
    Download
    and then the 10.9.1 update for Mavericks specific for MBPr
    Download
    The MBPr should be bootable again. I did it for an external HD.
    Hope this helps.
    Best,
    ÉrIC Miclo

  • How download and install on Macbook Pro.  Purchased software and installed on my desktop computer.

    How do I download and install on MacBook Pro.  Installed once on my PC desktop but now have new Macbook Pro with no disc drives.

    What version are you talking about and have you got the serial number?
    If you want to install version 11 then you can download from Adobe website and use your serial number to activate it.  The only problem I can see is that your serial number might be for a windows system and I don't know if it would work on a Mac.  However, it is worth a try.
    You are allowed 2 installations simultaneously so you should be OK in this respect.
    The download link is here:
    http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us
    Make sure you use the MAC to download it so that you get the correct version for it.

Maybe you are looking for

  • Request could not be released.

    Hi, We have a request which contains objects from Business Content activation. these objects are in large numbers. The problem is that when we release subrequest it get released but when we release the main request it gives error code with 8, we anal

  • GREP find and Style

    It is some thing I get quite a bit of, I import text unstyled, into ID! I then do a search for a [A Head] leader to a para and change to "A Head"  para style! You get the drift I am sure But... what if get a [Bullet] para return, a list of text to be

  • Mapviewer.addImageTheme

    hi there, i'm trying to add an image to the mapviewer-bean and any time i'm receiving an internal server error message 500; -- cannot resolve addImageTheme in the java doc this method is described with the additional hint "for future purposes!". does

  • Double Click Property Node not functioning with Queued State Machine

    I am writing an application which relies on input from the operator to start different steps in a process of steps.  I am using a queued state machine, however I cannot get the Double-Click property of my listbox to function with in this Queued state

  • Wireless Guest Net

    We are running a 4400 - Version 4.2.176 for our guest network. My question is Does the Web authentication/Login  page have to be  secure https? Can it be http?