ProjectOSX

Welcome Guest!

Returning User? Login here.

Want membership privileges? Register here.

 
Start a new topic Add Reply
> Edit OSInstall.mpkg for MBR Install, Microguide
Hagar
post May 16 2009, 01:56 PM
Post #1
There is an improved version of this technique by modbin

The Retail DVD includes a check which prevents you from installing on an MBR partition. As MBR can have advantages for multi-booting, removing this check can be useful, here's how:

You will need:
A working os x machine
a copy of OSInstall.mpkg from /System/Installation/Packages on the retail DVD
a copy of Flat Package Editor If you have xcode installed, this is in /Developer/Applications/Utilities/Packagemaker.app/Contents/Resources

open OSInstall.mpkg in Flat Package Editor:
Attached File  Picture_31.png ( 23.41K ) Number of downloads: 636


drag the file "distribution" somewhere (Desktop will do)
open "distribution" in a text editor, what you see should begin with:
CODE

<?xml version="1.0"?>

<installer-gui-script minSpecVersion='1'>

<options
eraseOptionAvailable='true'
hostArchitectures='ppc,i386'
allow-external-scripts='yes'
/>



the line marked here in red is the one to remove, so:
CODE

<?xml version="1.0"?>

<installer-gui-script minSpecVersion='1'>

<options
hostArchitectures='ppc,i386'
allow-external-scripts='yes'
/>



and save.
drag the edited "distribution" back into Flat Package Editor
delete the existing "distribution" and Save.

Attached File  Flat_Package_Editor.zip ( 98.65K ) Number of downloads: 1358

Attached File  OSInstall.mpkg_mbrfixed.zip ( 804.19K ) Number of downloads: 826
This Time We're Doing it RIGHT


pater
post May 17 2009, 02:33 AM
Post #2
Perhaps you should explain in more detail what this allows for, "for MBR" really isn't that explanatory
Hara Taiki
post May 17 2009, 03:57 AM
Post #3
Yeah, I don't understand the difference, when I install using MBR partition scheme it works fine. GPT works just as good (better IMO with the ability to modify the partition maps).
Kabyl
post May 17 2009, 07:37 AM
Post #4
Looks like many people didn't try a retail install.
What this does is, enable you to install on MBR partitioned disks by removing the check (?) for GPT. (anyone with a better, in-deapth explanation?)
pater
post May 17 2009, 08:01 PM
Post #5
No Kabyl, I know what it does, but that doesn't mean everyone else does.

Add Reply Start a new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: