Help - Search - Members - Calendar
Full Version: Install Retail on MBR
Project OS X Forums > Previous Releases > Mac OS X Leopard 10.5 > Leopard Guides & Tutorials > Installation
Hagar
To install retail OS X on MBR:
You will need:

  1. preboot/bootable os x install media
  2. a patched osinstall.mpkg somewhere accessible


Once past language selection, launch Disk Utility from the Utilities menu and format and name (I'll call it TestDrive) your partition, close Disk Utility.
open terminal (it may be a good idea to open a new tab so you have one spare), and copy the installation files to your new partition with:

CODE
cp -R /Volumes/Mac\ OS\ X\ Install\ DVD/System/Installation/Packages /Volumes/TestDrive


then copy the patched osinstall.mpkg to the Packages folder with:

CODE
cp -R /Volumes/SomeWhere/OSInstall.mpkg /Volumes/TestDrive/Packages

then start a new installer with:

CODE
/System/Library/CoreServices/Installer.app/Contents/MacOS/Installer

And browse to /Volumes/TestDrive/Packages/OSInstall.mpkg

alternatively:

CODE
/System/Library/CoreServices/Installer.app/Contents/MacOS/Installer  /Volumes/TestDrive/Packages/OSInstall.mpkg


does it all in one.

The install should run as usual.
modbin
another way to install from the dvd directly without copying all of the pkgs:

guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.