<?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>Vero Beach Computer Repair Blog</title>
	<atom:link href="http://veropc.net/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://veropc.net/wordpress</link>
	<description>Affordable Computer Services</description>
	<lastBuildDate>Thu, 19 Jan 2012 23:41:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to run old PPC Rosetta applications with OS X 10.7 Lion</title>
		<link>http://veropc.net/wordpress/?p=52</link>
		<comments>http://veropc.net/wordpress/?p=52#comments</comments>
		<pubDate>Thu, 29 Sep 2011 11:48:47 +0000</pubDate>
		<dc:creator>veropcnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[Rosetta]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Virtualize]]></category>

		<guid isPermaLink="false">http://veropc.net/wordpress/?p=52</guid>
		<description><![CDATA[So, you have some old Appleworks 6 documents you still wanna edit? Still using Macromedia Studio to do web authoring? Putting off the upgrade to Lion because you still use Quicken 2007? Well, now those old programs you think you &#8230; <a href="http://veropc.net/wordpress/?p=52">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, you have some old Appleworks 6 documents you still wanna edit? Still using Macromedia Studio to do web authoring? Putting off the upgrade to Lion because you still use Quicken 2007? Well, now those old programs you think you can&#8217;t do without can be run with Apple&#8217;s new big kitty: OS X Lion with 2 caveats.</p>
<p>First, you need a copy of VMware Fusion 3.1.3 (not tested with version 4) and second, a retail copy of OS X 10.5 Leopard or OS X 10.6 Snow Leopard. The gist of what follows is that the old operating system can be run in a Virtual Machine which can be run in it&#8217;s own dedicated Space or Window. The old programs can be loaded and run as usual.</p>
<p>Here&#8217;s how I created a virtual Mac OS X 10.6 or 10.5 &#8220;client&#8221; machine using VMware Fusion 3.1.3 and my copy of the RETAIL Mac OS X Snow Leopard or Leopard install disk. BTW: I don&#8217;t believe these instructions will work for the Grey Restore DVD versions. (These instructions were assembled from posts all over the web &amp; a lot of trial and error).</p>
<p>1. Quit VMware Fusion 3 if running.</p>
<p>2. Apply the darwin patch as follows using Terminal.app (each line below is a separate terminal command):</p>
<p>sudo bash<br />
cd &#8220;/Library/Application Support/VMware Fusion/isoimages&#8221;<br />
mkdir original<br />
mv darwin.iso tools-key.pub *.sig original<br />
perl -n -p -e &#8216;s/ServerVersion.plist/SystemVersion.plist/g&#8217; &lt; original/darwin.iso &gt; darwin.iso<br />
openssl genrsa -out tools-priv.pem 2048<br />
openssl rsa -in tools-priv.pem -pubout -out tools-key.pub<br />
openssl dgst -sha1 -sign tools-priv.pem &lt; darwin.iso &gt; darwin.iso.sig<br />
for A in *.iso ; do openssl dgst -sha1 -sign tools-priv.pem &lt; $A &gt; $A.sig ; done</p>
<p>3. Create a mock Mac OS X Server install disk from a RETAIL Mac OS X 10.6 Snow Leopard (or 10.5 Leopard) install disk as follows:</p>
<p>- Insert a RETAIL Mac OS X 10.6 Snow Leopard (or 10.5 Leopard) install disk into your optical drive.<br />
- Launch Disk Utility, select the device for your optical drive (note that this is NOT the Mac OS X RETAIL install disk, but rather the device that has mounted it; the device should be named something like &#8220;HL-DT-ST DVD-RW GH41N&#8221;).<br />
- From Disk Utility&#8217;s File menu, choose &#8220;New &gt; Disk Image from device&#8221; from the File menu, set the image format to &#8220;DVD/CD master&#8221; and create the disk image.<br />
- Mount the new disk image and turn it into a mock Mac OS X Server install disk with the following command in Terminal:</p>
<p>touch &#8220;/Volumes/Mac OS X Install DVD/System/Library/CoreServices/ServerVersion.plist&#8221;</p>
<p>***UNMOUNT DISK IMAGE***</p>
<p>4. Create a new virtual machine in VMware Fusion 3. I chose Mac OS X Server 10.6 64-bit as the type, but I believe any type will work. Select the disk image from step 3 as the OS disk image.</p>
<p>5. Allow VMware Fusion to create your virtual machine and install Mac OS X Server 10.6 or 10.5 (this is really just your RETAIL version of Mac OS X). After installation completes, the new virtual machine will boot and give you a &#8220;guest operating system is not Mac OS X Server&#8221; error. Let it shut down and proceed to the next step.</p>
<p>6. Choose (Control-Click/Right-Click) &#8220;Show Package Contents&#8221; on the virtual machine .vmx file for the machine created in step 4 usually located in your Documents folder, then edit the vmx config file and change the firmware = &#8220;efi&#8221; line to firmware = &#8220;bios&#8221; (commenting the line out with &#8220;#&#8221; will NOT work).</p>
<p>7. Launch VMware Fusion once again and start your virtual machine. You&#8217;ll now be prompted by Mac OS X to create your administrator&#8217;s account.</p>
<p>Have fun with your new Mac OS X virtual machine!</p>
<p>This has been tested extensively on an OS X 10.7.1 2008 MacBook Pro using VMware Fusion 3.1.3, a 10.5.6 retail DVD and also a 10.6.3 retail DVD. I have also had limited success with 10.4 Tiger Server (no audio, and 1024&#215;768 resolution only).</p>
<p>Good Luck!</p>
<p>-Paul</p>
<br/><a href="http://www.socialmarker.com/?link=http://veropc.net/wordpress/?p=52&title=How+to+run+old+PPC+Rosetta+applications+with+OS+X+10.7+Lion&text=So%2C+you+have+some+old+Appleworks+6+documents+you+still+wanna+edit%3F+Still+using+Macromedia+Studio+to+do+web+authoring%3F+Putting+off+the+upgrade+to+Lion+because+you+still+use+Quicken+2007%3F&tags=tools-priv+pem%2C+virtual+machine%2C+snow+leopard%2C+machine%2C+fusion%2C+install%2C+virtual%2C+vmware%2C+leopard" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://veropc.net/wordpress/?feed=rss2&#038;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Added a new Blog to the main web site!</title>
		<link>http://veropc.net/wordpress/?p=37</link>
		<comments>http://veropc.net/wordpress/?p=37#comments</comments>
		<pubDate>Wed, 28 Sep 2011 17:13:48 +0000</pubDate>
		<dc:creator>veropcnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://veropc.net/wordpress/?p=37</guid>
		<description><![CDATA[Welcome to the new blog! I will be adding new content to this page asap! It will include Mac &#38; PC tips &#38; tricks, how to&#8217;s and other technical geekiness. Besure to tune in! -Paul veropc.net Social Bookmarking]]></description>
			<content:encoded><![CDATA[<p>Welcome to the new blog!</p>
<p>I will be adding new content to this page asap! It will include Mac &amp; PC tips &amp; tricks, how to&#8217;s and other technical geekiness. Besure to tune in!</p>
<p>-Paul</p>
<p><a title="Vero Beach Computer Repair" href="http://www.veropc.net" target="_blank">veropc.net</a></p>
<br/><a href="http://www.socialmarker.com/?link=http://veropc.net/wordpress/?p=37&title=Added+a+new+Blog+to+the+main+web+site%21&text=Welcome+to+the+new+blog%21+I+will+be+adding+new+content+to+this+page+asap%21+It+will%26%23160%3Binclude%26%23160%3BMac+%26amp%3B+PC+tips+%26amp%3B+tricks%2C+how+to%26%238217%3Bs+and+other+technical+geekiness.+Besure+to+tune+in%21&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://veropc.net/wordpress/?feed=rss2&#038;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

