Difference between revisions of "Installing MacOSX X86 (Hackintosh) 10.4.x on a ThinkPad T43"

From ThinkWiki
Jump to: navigation, search
(Step 1 : Disk Partitioning)
(Step 1 : Disk Partitioning)
Line 100: Line 100:
 
You'll be presented with the Install Mac OS X Screen.
 
You'll be presented with the Install Mac OS X Screen.
  
==== Step 1 : Disk Partitioning ====
+
==== Step 2 : Installation ====
 
Mac OS X can natively access and modify Windows Network Shares and Unix Shares, but only ''read'' local shares.
 
Mac OS X can natively access and modify Windows Network Shares and Unix Shares, but only ''read'' local shares.
  

Revision as of 15:53, 5 April 2007

Overview

There are several "distributions" of Mac OS X 10.4 Hacked for generic x86 computers,

This Overview is based on Ver. 10.4.4 with a few patches from 10.4.5.

The reason I used this version, is that this is the version that supports the wireless network, and that's the most important issue for me, as most of the other issues can be resolved/fixed if you've got Internet Connection.

Worked right 'out of the box' Installation

  • 1024x768 Resolution
  • Hibernate and Standby
  • UltraNav (3rd button scroll doesn't work yet)
  • WLAN (Atheros, IBM 11a/b/g Wireless LAN Mini PCI Adapter II Only, Intel 2200/2915/3945 Won't work!)
  • Audio
  • Audio Keys
  • Bluetooth
  • DVD-RW (burning discs)

Easily Fixed / Resolved

  • 1400x1050 Resolution. (can be easily set to default to any screen supported resolution with very little editing, but requires restart to actually change res.)!
  • ATI 3D Acceleration (Mobility Radeon X300, Core Image & Quartz Extreme a.k.a CI&QE - Enabled with a little tearing)
  • Battery Management
  • Broadcom Network 1GbE

Untested

  • Modem
  • IrDA

Not Working / No Fix

  • Finger Print Module
  • Embedded Security Module

Installation

This specific guide will not discuss installing multiple OS, So if you want some help about that, refer to the page I offered

ATTENTION!

!!! BACKUP YOUR SYSTEM BEFORE YOU BEGIN !!!

!!! To be ULTIMATELY SAFE : Use a different Harddrive  !!!

First thing is to "Obtain" an Installation Media DVD with the proper patches. Sorry, I can't guide you through this process, as there is no 'free floating' ISO image download like the various Linux distos., but since you're here, it seems you know what you're doing (and as I gathered, the average Mac OS X users doesn't), here's what we need :

We will be needing an image patched with these patches : Intel_SSE2,Anti_TPM, CPU_ID.

NOTE!
It is also possible to run the OS in a virtual machine within another OS such as Linux or MS-Windows, but I shall not get into that here

hereforth I'll just assume you've got the right media, and made yourself a DVD copy, so let's get started :

Step 1 : Disk Partitioning

Mac OS X can natively access and modify Windows Network Shares and Unix Shares, but only read local shares.

Before we begin installation we have to setup the partition on the harddrive.

While we can do it from within the Mac OS X Installation LiveDVD, it doesn't work every time, as it produces B% Error (for not activating the Partition) so we'll use the method that works for sure.

NOTE!
This part assumes basic knowledge in Linux Shell commands and fdisk

I've found out that having a gentoo Minimal LiveCD is very handy, but any LiveCD will do.

Fire up the power, and insert the a linux LiveCD/DVD media you prepared into the drive.

when it's up, open up a terminal and sudo (if not on Gentoo LiveCD).

open up fdisk to create and setup the partition we want :

# fdisk /dev/sda

n
p
1
Enter
Enter
a
t
AF
w

That's it, We're done. {{cmdroot}reboot}}

Now insert the Mac OS X DVD media you prepared into the drive, and boot from it.

You'll be greeted with the Darwin/x86 Boot loader prompt, and a countdown timer,

you can let it run out, and get the default startup (Apple) screen, without knowing what is going on behind the scene, or press the F8 key to enter boot time options(switches):

I'd recommand adding the following switches :

  • -v Enables Verbose mode
  • "Graphics Mode"="XRESxYRESxBPP"
    • XRES is X Resolution i.e. 800,1024,1280,1400,1600 etc.
    • YRES is Y Resolution i.e. 600,768,1024,1050,1200 etc.
    • BPP is the color depth (Bit Per Pixel) i.e. 8,16,24,32.
Boot: -v "Graphics Mode"="1400x1050x32"

The Installation Media is actually a LiveCD of Mac OS X, so after running all the hardware detection etc. you'll get to the initial Setup Language screen.

Choose the language you want, and click the arrow to continue.

You'll be presented with the Install Mac OS X Screen.

Step 2 : Installation

Mac OS X can natively access and modify Windows Network Shares and Unix Shares, but only read local shares.

If you want to share files between two or more OS on the same system, you'll need to setup a FAT32 partition for that matter, Again this is not discussed here. as we are setting a single OS, so we will continue as planned.

Before you press the Continue Button, Open up the Disk Utilities application from the menu above, and make sure that you see the destination drive, and Mac OS X partition we need.