Installing Arch on a MacBook

Hello everyone!
I want to install Arch on a MacBook 2.1 but the keyboard is not working when I boot from the CD. It works perfectly fine on other computers. How can I install Arch anyhow?

I have never tried Arch on Apple hardware.  Have you keyboard before the boot?
Might this be your problem?
If you use a different live distro that works, one can install Arch from another working Linux system. https://wiki.archlinux.org/index.php/In … ting_Linux

Similar Messages

  • Installing Arch on a MacBook Pro Retina

    I've spent many hours trying to install Arch on my macbook pro to no avail (over 14 times I've tried), I've learned a lot through this process, but apparently not enough. I get the system installed and blessed (in OSX), but when I try to boot into it I get stuck on "loading initial ram disk." (Previous errors were a read-only file system, but this one is latest) My hunch tells me it has something to do with the mkinitcpio.conf (I was told to add "ahci" to MODULES and "keyboard" after "autodetect" in "HOOKS") and I know the mkinitcpio -p linux command creates the initial ram disk environment (thanks to the docs).
    Here are my steps, the bash scripts I created to do all this. Does anything look out of the ordinary to anyone?
    cgdisk /dev/sda #(setup partitions as below, sda1-3 not shown)
    #partitions: (sda4 == 128MB Hfs+, sda5 == 256MB Linux (boot), sda6 == 30GB Linux (root), sda7 == 70GB #Linux Home)
    #first script
    mkfs.ext2 /dev/sda5
    mkfs.ext4 /dev/sda6
    mkfs.ext4 /dev/sda7
    mount /dev/sda6 /mnt
    mkdir /mnt/boot && mount /dev/sda5 /mnt/boot
    mkdir /mnt/home && mount /dev/sda7 /mnt/home
    pacstrap /mnt base base-devel
    genfstab -p /mnt >> /mnt/etc/fstab
    arch-chroot /mnt /bin/bash
    #second script
    #install wifi (dmesg | grep firmware still says no firmware tho...)
    pacman -S wget b43-fwcutter
    wget https://aur.archlinux.org/packages/b4/b … are.tar.gz
    tar -zxf b43-firmware.tar.gz
    cd b43-firmware
    makepkg -si --asroot #kosher?
    rmmod b43 && modprobe b43
    echo arch > /etc/hostname
    ln -s /usr/share/zoneinfo/US/Central /etc/localtime
    hwclock --systohc --utc
    useradd -m -g users -G wheel -s /bin/bash dmj && passwd dmj
    sudo pacman -S sudo
    nano /etc/sudoers #comment out wheel portion
    sudo nano /etc/locale.gen #pick locale
    locale-gen
    echo LANG=en_US.UTF-8 > /etc/locale.conf
    export LANG=en_US.UTF-8
    mkinitcpio -p linux #someone said i need "ahci" in modules?
    #make boot loader, copy to usb
    pacman -S grub-efi-x86_64
    grub-mkconfig -o boot/grub/grub.cfg
    grub-mkstandalone -o boot.efi -d usr/lib/grub/x86_64-efi -O x86_64-efi -C xz boot/grub/grub.cfg
    mkdir /mnt/usbdisk && mount /dev/sdc1 /mnt/usbdisk
    cp boot.efi /mnt/usbdisk/
    umount /mnt/usbdisk/
    sudo pacman -S dialog wpa_supplicant iw
    exit
    umount /mnt/home
    umount /mnt/root
    umount /mnt/
    sudo reboot
    I finally got a descriptive error message and am very excited to show everyone.
    https://dl.dropboxusercontent.com/u/10021156/arch.jpg
    Moderator Edit:  Converted over sized in-line picture to link - ewaller
    Last edited by dmj (2013-06-25 02:59:00)

    Ok, so I managed to boot into arch. The issue was my fstab. The custom settings I was using were incorrect. Going with the defaults helped. Also, the version of grub I was using was broken. See this link for the fix: https://bbs.archlinux.org/viewtopic.php?id=164101
    So after I tar -xvJf xxx.tar.xz the fixed version I was able to generate a boot.efi, copy it onto the 128MB HFS+ on OSX and then bless and boot.
    A whole new slew of errors occurred.
    First, the video mode error occurs "No suitable video mode" (and something about a font).
    I found a fix for it here: (but it didn't work) https://wiki.archlinux.org/index.php/GR … d.22_error
    I added
    cp /usr/share/grub/unicode.pf2 ${GRUB_PREFIX_DIR}
    Then add:
    UEFI systems:
    insmod efi_gop
    insmod efi_uga
    After that add the following code (common to both BIOS and UEFI):
    insmod font
    if loadfont ${prefix}/fonts/unicode.pf2
    then
        insmod gfxterm
        set gfxmode=auto
        set gfxpayload=keep
        terminal_output gfxterm
    fi
    Gist: Add these few lines to your grub.cfg, result: no luck still this error
    What I'm not sure is if if this is affecting my ability to start the xorg-server.
    Then after that the network became unreachable (which is strange because the ethernet worked ootb on install)
    systemctl enable dhcpcd@enp0s10
    systemctl start dhcpcd@enp0s10
    allows me to ping -c 3 google.com
    Lastly, I cannot start the xorg server. Says the nvidia module is bad. I installed bumblebee, and ran startx (not from root) and I get a black screen. This is after installing: xorg-server xorg-xinit xorg-server-utils xf86-input-synaptics nvidia acpid
    Then running: systemctl enable acpid nvidia-xconfig
    My graphics card is a Geforce 650M and I've read I should be using the nvidia module, not the open source noveau module.
    startx just boots into a blank screen now and I'm unsure why.
    Any speculations, ideas, or thoughts would be gladly welcome.
    Thanks ahead of time!
    Last edited by dmj (2013-06-26 03:05:26)

  • Clarification required as to installing Arch Linux onto Macbook Pro

    I own a 13 inch Mid 2010 Macbook Pro with the base configuration. When partitioning my hard drive what hexadecimal flag should the 100 MiB boot partition be given and what format should it be formatted to? Also upon running iwconfig wlan0 does not appear how can I get wifi to work? Thanks in advance.

    Unless you're installing a new hard drive, I would recommend reusing the factory formatted ESP. (You'll definitely want to do this if you're dual booting with OS X.)
    In regards to wifi (and other installation and configuration issues), I would recommend (re)reading the MacBook Wiki. Most of the MacBook specific installation issues have been worked out and documented there.
    Good luck.

  • Installing arch to macbook 2,1

    Hi,
    I'm trying to install arch (dual boot with OSX) on my macbook 2,1.  I've install rEFIt.
    The partitions that I have setup are
    1 OSX boot partition
    2. OSX system partition
    3. Archlinux
    4. Home
    I've arrive at the stage where I need to install the bootloader.  But the installer doesn't give the option of installing grub to the Archlinux paritions.  So I exit the installer and manually install grub using grub-install /dev/sda3 (which is where my arch partition is).
    I still can't boot into arch.  There are 2 entries now in my rEFIt menu (OSX and "Boot Legacy OS")  How do I setup grub to boot into arch?

    So, is rEFIT able to boot GRUB but GRUB is not able to find Arch? Or is rEFIT not able to find GRUB?
    For what it's worth, I recently installed Arch on my Macbook 5,1. I also used rEFIT (installed using OS X). My drive partitioning was
    /dev/sda1: EFI/OS X boot partition
    /dev/sda2: OS X
    /dev/sda3: Linux Swap
    /dev/sda4: Arch
    As you mentioned, the new Arch installer doesn't give you the option of selecting primary partitions to install GRUB (the old installer did). So, when I reached the last stage of the installer (installation of the bootloader), I exited the installer, launched GRUB in interactive mode, and installed GRUB to my 4th partition (where /boot is). (It sounds like you did something similar.) When I rebooted rEFIT discovered that my 4th partition was bootable and displayed a Tux logo. Clicking on the Tux logo launched grub. From there I am able to launch Arch.
    Some thoughts:
    1. Did you make sure your partition tables are synced? I didn't need to do this, but I've heard of other needing to do this.
    2. Did you make sure that the grub was configured properly; e.g. you've specified the correct path to the kernel, etc.
    3. Did you try prayer and/or other forms of divinity?

  • Clarification: Installing ARCH to RAID setup in BIOS

    So I've been looking in to setting up ARCH on my laptop that has a RAID that's set up in the BIOS. I've been researching on the wiki as well as on the internet but it's only partially answered my question:
    With a BIOS enabled RAID do I still need to use tools like MDADM to set up the raid inside of arch, or should arch see its own drive like windows does?
    I'm sure I will have other questions as I delve in to installing on a RAID so I will ask what I have now as well:
    Reading threads about doing this it seems like I will need a third drive something outside of the RAID to store the RAID configuration if I opt to use GRUB, however syslinux supports RAID during boot, does this still hold true and if so what do I need to do while installing syslinux to have it know that there's a RAID there and configure correctly?
    Any other tips on this topic are very welcome.

    So, is rEFIT able to boot GRUB but GRUB is not able to find Arch? Or is rEFIT not able to find GRUB?
    For what it's worth, I recently installed Arch on my Macbook 5,1. I also used rEFIT (installed using OS X). My drive partitioning was
    /dev/sda1: EFI/OS X boot partition
    /dev/sda2: OS X
    /dev/sda3: Linux Swap
    /dev/sda4: Arch
    As you mentioned, the new Arch installer doesn't give you the option of selecting primary partitions to install GRUB (the old installer did). So, when I reached the last stage of the installer (installation of the bootloader), I exited the installer, launched GRUB in interactive mode, and installed GRUB to my 4th partition (where /boot is). (It sounds like you did something similar.) When I rebooted rEFIT discovered that my 4th partition was bootable and displayed a Tux logo. Clicking on the Tux logo launched grub. From there I am able to launch Arch.
    Some thoughts:
    1. Did you make sure your partition tables are synced? I didn't need to do this, but I've heard of other needing to do this.
    2. Did you make sure that the grub was configured properly; e.g. you've specified the correct path to the kernel, etc.
    3. Did you try prayer and/or other forms of divinity?

  • Installing Arch on MacBook Air - EFI issues

    Hi, all.
    I have a mid-2012 13" Air and I want to install Arch on it as the only OS.
    Now, I've tried following guides on the wiki and in the forum, and I tried to install it with grub2-efi loader, but after numerous attempts I either got nothing, or got a system that had a big delay with the bootloader. There are two or three articles on the topic: GRUB2, MacBook guide and EFI guide, but no straightforward guide, just these three pages that crossreference each other in all the wrong places What is the best way to install Arch on a Mac?
    I understand that installing rEFIt can simplify things, but I want to find a way around it, since I'll only be using one OS, and I really dislike the Qt3 looks of rEFIt.
    Some articles say that LILO is simpler to setup that grub on an EFI machine - is that true?
    Furthermore, some discussions here mention that I should use archboot rather than the default installation image.
    So, could anyone please give me a simple list of steps?
    Last edited by ilembitov (2012-11-04 00:45:48)

    Hi,
    I'm using also Arch on a MacBook, but with rEFIt. Never tried to to remove OS X complete, because I want to have the chance to upgrade EFI and Firmware itself via Mac OS X Update.
    But for a clean grub_efi installation you have to create and mount an "efi partition" and install some boot files here. Check for detailed information those 2 wiki pages:
    https://wiki.archlinux.org/index.php/UEFI
    https://wiki.archlinux.org/index.php/UEFI_Bootloaders
    Afterwards you can start with the grub installation.
    Simple Steps:
    create partitions on disk
    mount partitions
    Install arch system ( https://wiki.archlinux.org/index.php/Beginners%27_Guide )
    prepare chroot environment
    jump into crhoot environment
    configure system
    configure grub2_efi (default files /etc/default/grub)
    prepare efi partition (dir and files)
    install grub2_efi
    That should it be...
    As I already said, never tried it without rEFIt, but its not simple, because Apple is not using a standard UEFI, so some futures won't work or will work differently. If I have some free time and money, I will try it on a second harddisk. That will be my next private project :-)

  • Installing Arch on Macbook

    I'm trying to install Arch onto a partition of my internal hard-disk.
    I've gone through the installation procedure 6 times now, and each time, I can't seem to re-boot into Arch. I had a friend to the exact same scheme I am trying to do, however things aren't working for me.
    Deepest re-vamp of my system so far:
    I've erased my entire hard-disk, repartitioned it from the OS X DVD, installed OS X, then tried to install Arch. I've partitioned the Arch portion in OS Extended, and FAT, and neither appear to work. Everything during the install sequence works fine, GRUB installs correctly the first time (every time), however when I re-boot to try and enter Arch, I can never see the disk (neither using rEFIt, or holding down option). I end up going into OS X, and that can't even mount the disk, however it believes that it is an OS Extended formatted drive each time. I'm fairly sure I'm doing everything right, because I've checked things over with my friend's installation, which worked properly... however if there's something special that could be the problem, please do reply!!!
    Thanks.

    so now, after re-re-re-re-re-re-re-re-installing Arch, I now get a "Windows" partition on my internal drive however when I try and boot into that using rEFIt or by holding down the option key, I get "Non-system disk \n Press any key to reboot \n _"

  • [SOLVED] Arch Linux on Macbook - Can't fix Screen Resolution

    I just installed Arch Linux as a dual-boot on my Macbook.  I really like it so far.  However, I came across a problem that is really bothering me.  It may seem simple, but no matter what I try, I only get "1024x768" and "800x600" resolution options.  What I need is "1280x800."  Here is my xorg.conf file right now:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 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/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "dri2"
    Load "extmod"
    Load "dbe"
    Load "dri"
    Load "record"
    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 "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "vesa"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Modes "1280x800"
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Modes "1280x800"
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Modes "1280x800"
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Modes "1280x800"
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Modes "1280x800"
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Modes "1280x800"
    Depth 24
    EndSubSection
    EndSection
    I just followed the instruction on the Arch Linux - Macbook Wiki page, and everything worked perfectly, except the resolution question.  The only thing I added to the file is the 'Modes    "1280x800"' lines.  This is exactly what I've always done with linux, and it has always worked.  So I'm perplexed, and I can't find any solutions that actually work by googling it.  Has anyone else come across this problem, and even more important, does anyone know what is wrong?
    Thanks.
    Last edited by meolson (2009-09-23 04:44:23)

    Ok.  I figured it out.  I found this forum:
    http://bbs.archlinux.org/viewtopic.php?id=56899
    I found it before, but I had done everything, or so I thought.  At the end, he mentions two things that are important to fix the resolution.  I've repeated them here, and adapted them to what I had before:
    pacman -S xf86-video-intel
    edit /etc/X11/xorg.conf, and change video card driver from 'vesa' to 'intel'
    I thought I had installed xf86-video-intel already, but apparently I hadn't.  So, I followed those two steps, and now, it looks so much better!  Thanks to anyone who tried to looked for a solution.

  • [SOLVED] Arch Linux on Macbook Pro 4.1

    Hey There,
    I'm a 2 years old Arch Linux guy and due to the problems I've had with my HP Pavilion PC, I've bought a Macbook Pro 3-4 months ago.. Because that it's a pain in the ass to install, upgrade and remove software on Mac OS X, especially development software such as Python and its bindings, I'm thinking of migrating to Arch Linux. Any way, I've just installed Arch Linux and dual boot..
    I've installed X, GNOME, NVIDIA so far and when I try to open GNOME (via startx), it opens up a 800x600 or 1024x768 resolution X and shows GNOME.. But I can't move the mouse and no matter what I type no menus show up.. So I'm stuck after GNOME starts.. I can't drop back into the terminal so I hold the power button to shutdown and start the machine...
    It seems that this is the only problem I have for now.. Anyone had this problem before? I've tried it with and without xorg.conf and the result is the same..
    Last edited by T-u-N-i-X (2008-11-30 16:17:11)

    CTRL + ALT + Backspace
    That should close startx.  Also, the user manual has a couple of alternative methods of setting up your xorg.conf file.  I'd try those next.
    http://wiki.archlinux.org/index.php/Beg … phic_Cards
    Last edited by sharpie (2008-11-30 14:05:39)

  • Installing over Ubuntu on MacBook Air 6,1

    I have a dual-booted MacBook Air 6,1 (early 2013). Currently it's running Mac OS and Ubuntu. Ubuntu was mostly a test as this is the first Mac I've owned since OS 8, and I wanted to feel out the hardware for compatibility issues.
    Now I'm looking into installing Arch. I've already partitioned the drive according to the wiki post prior to installing Ubuntu. My question is: Can I simply reformat the Ubuntu partition and proceed installing from there?

    Hi..
    Check here.

  • Install Arch Before Windows?

    My profession requires that I triple boot Linux, Mac OS X, and Windows.  I have purchased a Macbook Pro and know this is possible.  I want to do anything possible to avoid Vista and have decided to download the Windows 7 RC this coming Tuesday.  I would like to start making my Arch system right now, however.  I know it is more than advised you install Windows first, but does anyone know how I could install Arch, then Windows, and not have a big mess on my hands?

    If you want to dual/triple boot on a mac you need to boot from the EFI bootloader first, and most people install rEFIt. From there you can boot into your OS's. Remember your partition table will be a dual gpt/mbr, so you can only have four primary partitions.
    Also, I don't see how the order of installing the OS's would matter at all.
    Last edited by Stythys (2009-05-01 22:32:43)

  • Install Arch on External Hard Drive Bootable on Most Computers

    At work I've been using a Mac OS X partition to boot up people's Macs and perform file recovery/partition manipulation. I'm trying to figure out how to install Arch Linux to an external hard drive so that it can be booted by the max number of computers, both PC and Mac. Should I go with grub, grub-efi 32 bit, grub 64, lilo, efistub, etc. for the bootloader? Can anyone give me some guidance on this?
    Thanks
    Last edited by duke11235 (2013-06-05 03:10:34)

    With grub, you can actually specify where the config is located.  So you can put the grub config for UEFI in the same path as grub.efi, then the bios grub could still be in /boot/grub like usual.  Personally, I would use something else though, as I am not the biggest fan of grub. 
    I think that you need to read through the grub wiki page, as most of the grub knowledge that i have (which isn't much TBH) came from that page.  So the fact that I know this crap and I don't use it, means to me that you haven't actually read through that page very closely.  It is a wealth of information actually.
    I like using the EFISTUB for UEFI, so I am more of a gummiboot or rEFInd kind of user.  Then I use syslinux as my backup bios setup. 
    I know nothing about requiring rEFInd for UEFI booting from an external HDD.  I have never actually tried it.  But when I set up UEFI on my old macbook in the ESP, the entry just showed up in the mac bootloader.  So unless the Macs don't respect some of the basic UEFI standards (which is a very real possibility) there should be the ability to have multiple ESPs.

  • Can I purchase Mountain Lion and make a flash drive bootable? I do not want to install it on my Macbook Pro. I have Snow Leopard on my Macbook Pro now, and due to my hard drive needing repair I need to boot off of another source, like my flash drive.

    Can I purchase Mountain Lion and make a flash drive bootable? I do not want to install it on my Macbook Pro. I have Snow Leopard on my Macbook Pro now, and due to my hard drive needing repair, I need to boot off of another source, like my flash drive. I am in Paris and my Snow Leopard DVD is in Texas.

    Mac OS X has a built-in disk diagnostic and repair program called fsck or file system consistency check. Here’s how to verify and repair your startup disk with fsck.  As soon as you hear the startup tone, press and hold Command-S on the keyboard. Keep holding down those keys until you see a black screen with white lettering. This is called “booting into Single User Mode.”  As the Mac boots in this mode, the screen reports each step of the process. The line should end in root#.  Right after the root# prompt, enter the following: /sbin/fsck -fy
    If repairing the disk in single user mode fails, it means one of two things. Either your hard drive itself is failing (a hardware failure), or the directory damage on your hard drive is beyond the capability of the built-in repair procedures in OS X.

  • How to install Arch from hard drive?

    Hello
    I have an old laptop - Pentium II 266 MHz, 128Mb RAM and I want to install Arch on it.
    The problem is that there is no way to boot from this laptop -> floppy is broken, CD drive is not bootable, no available boot options from BIOS to boot from PXE or USB.
    So, I found this link useful (but not enough).
    I have done everything as described on the upper link, but on the final step 7 I don't know how to proceed.
    What I have got is:
    Arch installation CD is in the CD drive.
    After loading vmlinuz26 and archiso.img (which is RAM Disk or initrd) it shows this message: "waiting 30 seconds for device /dev/disk/by-label/"
    And another message: "ERROR: boot device didn't show up after 30 seconds" and after that it put me in the ramfs prompt.
    I try this in ramfs prompt, but without success:
    1. ln -s /dev/sr0 /dev/archiso
    2. exit (and try again)
    What I want is to tell the installer that it must proceed with the installation files on my CD drive.
    But how to do that?
    If it is not possible, then how could I install Arch on this old laptop? Is there any other methods to try?
    PS: There is Windows 2000 and Windows 98 installed on this laptop, but I want to install Arch on it. The whole hard drive is one partition.
    Last edited by clovenhoof (2011-08-09 06:49:48)

    Try either of the following:
    * Add archisolabel=LABEL to the kernel line in menu.lst, where LABEL is the filesystem label of the partition where the ISO resides.
    * Add archisodevice=/dev/sdaX to the kernel line in menu.lst, where sdaX should be replaced with the partition where the ISO resides.
    [Edit]
    Hmmm, sorry I think I was wrong. With the above, you need also extract the ISO, put the arch/ directory at the root of the partition.
    Alternatively, you can put the ISO to the root of that partition, and add img_dev=/dev/sdaX and img_loop=foo-bar.iso. For details, see:
    https://projects.archlinux.org/archiso.git/tree/README
    BUT even if it loads, I don't think you will be able to install Arch on the same partition since it's mounted readonly to /bootmnt, (unless, you explicitly add copytoram to the kernel line, in which case, everything is copied to RAM, but since the machine has got only 128MB of RAM, this is not gonna happen). So, you need to put the ISO (or the extracted squashfs images) to a different partition than your target installation partition...
    There probably are other things I'm missing... Gotta say this sounds quite challenging.
    [Edit2]
    Bah! Try archisodevice=/dev/sr0 then!
    Last edited by lolilolicon (2011-08-09 07:48:17)

  • Installing Tiger on a Macbook Pro that came only with Leopard

    Hi guys,
    Any ideas on how to install Tiger onto a Macbook Pro that came preloaded with Leopard, and only has a Leopard disc?
    I've got a refurbished Macbook Pro recently. Realised that one of my application doesn't work, Capture One Pro. Visited Phase One's website and they said it only supports 3.9 and above at the time it was released, which makes it 10.4.10.
    Systems in the story below: Macbook Pro Core Cuo. Macbook Pro C2D (new set), Mac Pro, iMac Core 2 Duo
    Here's what I've tried
    1. I've an original disk that came with my MBP CD. When I try to boot from that disk on my MBP C2D, it gives me the crash screen -> "please hold the power for secs to restart".
    2. I've tried installing Tiger onto my iMac and did a harddisk clone via Carbon Copy Cloner (CCC) to my MBP CD. Tiger was able to run on my MBP CD fine.
    3. Then I tried using CCC to clone it over to my MBP C2D. It doesn't work. Shows me the crash screen.
    4. I've tried installing Tiger on my Mac Pro. Used CCC to clone over the disk image to MBP C2D. Doesn't work too. Crash screen.
    5. Created disk images of Tiger with Disk Utility on iMac, Mac Pro. Tried to restore using the iMac, Mac Pro disk images of Tiger. Doesn't work. Shows me the crash screen.
    6. Updated Tiger to 10.4.11 on my Mac Pro. Created disk image using Disk Utility. Restored MBP C2D with it. Crash screen on load.
    I'm out of ideas and Apple Support won't open until Monday.
    It seems that this MBP C2D is set on not installing Tiger, no matter what. Wonder if getting hold of a Tiger retail disc will do the trick?

    You can install tiger onto a MacBook Pro up to version 3,1.
    Run System Profiler and under hardware:
    Hardware Overview:
    Model Name: MacBook Pro
    Model Identifier: MacBookPro4,1 This line is the model number!
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 3 MB
    Memory: 2 GB
    Bus Speed: 800 MHz
    Boot ROM Version: MBP41.00C1.B00
    SMC Version: 1.27f1
    Serial Number: XXXXXXXXXXX
    Sudden Motion Sensor:
    State: Enabled
    I have got tiger installed onto this MacBookPro which is the latest 4,1 model, but you require the latest Tiger disk (which the Apple Genius had in my case), but the volume, brightness and trackpad gestures do not work! Everything else is fine.

Maybe you are looking for

  • Few basic questions on deployment

    Hi Experts, I have never worked on deployment. Hence have some few basic/conceptual questions. 1. Can I run just deployment (heuristics/optimiser) without running SNP planning? 2. Does deployment run change/modify the SNP orders created? If yes, then

  • Headers and footer formatting changes when word docs are loaded to pages

    I have loaded template word documents from my Imac to ipad pages. If I turn around and email the template out, the heading formatting has changed. Is there a list of specific fonts I can import word-docs with to not do this? Also, when I click on the

  • Sound status not showing.

    With the new update (ios 7.1) it has come to my attention the now no longer the sound status bar is no longer displayed when altering the sound level via the buttons. Snthis a problem with the update or my device?

  • Numbers printing issue

    I am making my class schedule for the college semester, and when I try to print it, it splits the print job into four pages. Now, all my data fits onto one page. The second page prints out a duplicate copy of column one. page three and four print dup

  • Large soap sync messages

    Hi people, I have a B2B scenario in which I send to the internet packets from 3 to 10MB using the soap adapter. The scenario is RFC (async) -> XI - BPM -> SOAP (sync). The soap adapter sends these messages at a max rate of 30 kB/s. Creating a java or