Jump to content
12 posts in this topic

Recommended Posts

Hey Guys,

I am in the process of getting 9A499. I already have 9A466 installed on my 733 PowerMac G4. But I used my 1.67 PowerBook G4 to install 9A466 on the powermac. I have since sold that powerbook. Leo runs fine on the powermac, but when I boot from the install disc it simply says that I can't install OSX on this computer. Is there a way to change the requirements that the install disc checks for?

 

Jeff

Link to comment
https://www.insanelymac.com/forum/topic/58579-changing-minimum-requirements/
Share on other sites

well it will be easier, because i don't have a dual layer burner i made a partition for the osx install disk image. so where is the install mac osx.mpkg? I found OSInstall.mpkg and OSinstall.pkg in /Library/Installation/Packages. But I can't find Install Mac OS X.mpkg. I looked in the contents of OSInstall.mpkg and OSInstall.pkg but couldn't find something that referenced system requirements and Pacifist is unable to open them.

OSInstall.mpkg is what your looking for. With Tiger and older versions of OSX they were easy to edit. You right clicked on show packages then open with text edit to edit ,easy if you know what to change . In Leopard Apple has switched to software called "Xar" to edit pkg's and it's done using Xar and in the Terminal . Much harder for non Unix experts and I've not been able to figure out how to do it. There is an edited OSInstall.mpkg available on some torrents that allows installs on G4' s slower then 800 MHz. However the installer still sees that my B&W is a G3 machine so won't install even with a G4 upgrade. Older versions of 10.5 ran fine on it. It also doesn't work for hackintoshs .

got it, thanks guys.

 

it is pretty easy

all you have to do is copy OSInstall.mpkg to a place you feel comfortable working in... AKA the desktop

 

open terminal and

cd into the directory you want to extract to

cd ~/Desktop/package

 

then run xar

xar -x -v -f ~/Desktop/OSInstall.mpkg

 

then you get the extracted contents in the package folder

open distribution in textedit and change the minimum speed to whatever you want and delete the bad mac motherboards and save

 

then delete any .ds_store file if it was created

rm ~/Desktop/package/.DS_Store

 

then remake the archive

cd ~/Desktop/package

xar -c ./ -v -f ~/Desktop/NewOSInstall.mpkg

 

copy that in place of the one on the install disc image and reburn

 

This way will also allow it to boot on any mac that has a G4 chip addition

Note: Tiger does not have XAR, i am not sure if you can copy it from /usr/bin on Leopard to /usr/bin on tiger, but I did this from within leopard

 

Now just 6 hours until 9a499 finished

 

Thanks again guys,

Jeff

  • 3 weeks later...
  • 2 months later...
Guest bikedude880
Yes you can do this on Tiger, but first you must install XAR through DarwinPorts first (just copying the XAR bin from Leopard won't work, as it needs newer libraries). After that, the instructions are the same.

Or even easier (without DarwinPorts) is to get the source code and compile it yourself.

Also, thanks for reviving a half-year-old topic... really appreciate it :(

×
×
  • Create New...