<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blandname &#187; 867mhz</title>
	<atom:link href="http://blandname.com/category/867mhz/feed/" rel="self" type="application/rss+xml" />
	<link>http://blandname.com</link>
	<description>we're here to help</description>
	<lastBuildDate>Fri, 20 Feb 2009 16:37:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Mac OS X Leopard on a G4 800mhz Quicksilver</title>
		<link>http://blandname.com/2008/07/29/install-mac-os-x-leopard-on-a-g4-800mhz-quicksilver/</link>
		<comments>http://blandname.com/2008/07/29/install-mac-os-x-leopard-on-a-g4-800mhz-quicksilver/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 18:07:50 +0000</pubDate>
		<dc:creator>blandname</dc:creator>
				<category><![CDATA[800mhz]]></category>
		<category><![CDATA[867mhz]]></category>
		<category><![CDATA[DMG]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[QuickSilver]]></category>
		<category><![CDATA[g4]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[open firmware]]></category>
		<category><![CDATA[openfirmware]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blandname.com/2008/07/29/install-mac-os-x-leopard-on-a-g4-800mhz-quicksilver/</guid>
		<description><![CDATA[If you have an old G4 sitting around that&#8217;s at the 800mhz mark, you probably should try installing Leopard, because most people agree it actually runs FASTER than Mac OS X 10.4 Tiger. Weird, huh? I guess they&#8217;ve optimized the code pretty well.
However, when you try to install the operating system, you are warned that [...]]]></description>
			<content:encoded><![CDATA[<p>If you have an old G4 sitting around that&#8217;s at the 800mhz mark, you probably should try installing Leopard, because most people agree it actually runs FASTER than Mac OS X 10.4 Tiger. Weird, huh? I guess they&#8217;ve optimized the code pretty well.<br />
However, when you try to install the operating system, you are warned that Leopard cannot be installed on your G4. There are a few reasons for this:<br />
1) Leopard requires 512MB of RAM &#8211; you have RAM, right?<br />
2) Leopard requires over 867mhz processor</p>
<p>We can fix number 1 by simply getting more RAM. I find Craigslist to be of great use here. Number two is a bit more difficult as G4 processor upgrades are ridiculously expensive once you consider the cost of a Mac Mini, and also requires a bit of tech savvy under the hood as you&#8217;d be swapping CPUs.<br />
Not to worry, though. Here&#8217;s a way to convince OpenFirmware that your CPU is 867mhz, and allow the installer to boot, install, and get you off and running:<br />
Boot into Open Firmware, I have covered this extensively here:<br />
Once in OpenFirmware, issue the following commands (for single CPU):<br />
<code>dev /cpus/PowerPC,G4@0<br />
d# 867000000 encode-int " clock-frequency" property<br />
boot cd:,\\:tbxi </code><br />
For dual CPU:<br />
<code>dev /cpus/PowerPC,G4@0<br />
d# 867000000 encode-int " clock-frequency" property<br />
dev /cpus/PowerPC,G4@1<br />
d# 867000000 encode-int " clock-frequency" property<br />
boot cd:,\\:tbxi</code><br />
Note that all we are doing is over-writing the CPU clock-frequency (speed) property for each CPU installed, at boot time.<br />
Also, if you need to boot another device, try:<br />
<code>printenv boot-device</code><br />
This will return a list of boot devices to use when booting the installer. I used this in order to boot a Firewire device that had had a disc image (DMG) restored to it, making things a bit easy and faster. </p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://blandname.com/2008/07/29/install-mac-os-x-leopard-on-a-g4-800mhz-quicksilver/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
