<?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>Some More Bytes &#187; OsX</title>
	<atom:link href="http://somemorebytes.com/wp/index.php/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://somemorebytes.com/wp</link>
	<description>in the binary maze...</description>
	<lastBuildDate>Tue, 22 Mar 2011 19:17:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Medion Akoya / Msi Wind OsX Snow Leopard 10.6.4 Update</title>
		<link>http://somemorebytes.com/wp/index.php/2010/07/medion-akoya-msi-wind-osx-snow-leopard-10-6-4-update/</link>
		<comments>http://somemorebytes.com/wp/index.php/2010/07/medion-akoya-msi-wind-osx-snow-leopard-10-6-4-update/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 13:07:16 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[OsX]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/wp/?p=511</guid>
		<description><![CDATA[Well, actually this is not a post about how to update your netbook. It&#8217;s more about how to recover from a reboot when you shouldn&#8217;t have rebooted. Instructions to update  are pretty clear in this post. However, avoid a reboot is not so simple as it seems. Every tutorial to update to 10.6.4 starts saying [...]]]></description>
			<content:encoded><![CDATA[<p>Well, actually this is not a post about how to update your netbook. It&#8217;s more about how to recover from a reboot when you shouldn&#8217;t have rebooted.</p>
<p>Instructions to update  are pretty clear in <a href="http://insanelywind.com/forum/viewtopic.php?f=11&amp;t=3225" target="_blank">this post</a>. However, avoid a reboot is not so simple as it seems. Every tutorial to update to 10.6.4 starts saying &#8220;Install 10.6.4 update, an before reboot&#8230;&#8221;. My problem is that I did it through the software updates, and it installed the actual update WHILE rebooting, so once installed and automatically rebooted, you&#8217;re sold.  Probably with the combo update you are more lucky.<br />
<span id="more-511"></span><br />
So basically, what you should do is:</p>
<ul>
<li>Install 10.6.4 update.</li>
<li>Without reboot you&#8217;ll need to change some boot files on your efi partition as well as patch DSDT if you didn&#8217;t in previous updates. You can forget about the sleepenabler kext there found as you will be using the native power management kexts (see the links above).
</li>
</ul>
<p>Now you installed the update, and your computer rebooted, and Snow Leopard won&#8217;t start. How do you complete the process??</p>
<p>You need your USB Key/USB Hard drive you used to make the vanilla install. Remember?</p>
<ul>
<li>Connect your drive to you netbook, and reboot. Select the USB device as boot device in you BIOS/Start menu. Chameleon will start. If you select your main hard drive to boot from chameleon, it will not work. ou have to boot from the Install DVD image partitio that you made.</li>
<li>Once the installation starts, go to the upper menu and open a Terminal from Utilities menu.</li>
<li>The main hard drive (the partition where you installed Snow Leopard) should be already mounted by now at /Volumes/hackintosh (or whatever you named your partition).</li>
</li>
<p>To change the EFI partition boot file, you can manually mount the EFI partition in /Volumes and just copy it over, assuming you have the boot file somewhere. However, if you need to mess around with the kexts, patch the DSDT and rebuild the cache like I had to,  the safest way is to chroot the the new disk and do it using the typical update scripts.</p>
<p><code>chroot /Volumes/hackintosh</code>
</li>
<li>From here, the process is as always. Go to your Vanilla folder. To patch DSDT copy the DSDT.aml file and run the update.sh script.  -Run the 27ae.sh script to patch video kexts.</li>
<li>To change the kexts, remove sleepenabler, add the new ones and run update.sh to copy them and rebuild the kext cache. (follow the instructions to modify the SMSBIOS in the linked post).</li>
</ul>
<p>Now reboot, and you should be ready to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2010/07/medion-akoya-msi-wind-osx-snow-leopard-10-6-4-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard and Virtualbox under Linux&#8230;</title>
		<link>http://somemorebytes.com/wp/index.php/2010/06/snow-leopard-and-virtualbox-under-linux/</link>
		<comments>http://somemorebytes.com/wp/index.php/2010/06/snow-leopard-and-virtualbox-under-linux/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:01:27 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OsX]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/wp/?p=540</guid>
		<description><![CDATA[Install Snow Leopard under Linux Virtualbox to use the Iphone SDK.]]></description>
			<content:encoded><![CDATA[<h3>Or &#8220;How to develop for the iPhone under linux&#8221;.</h3>
<p>If you have been looking for imformation about virtualizing LEopard or Snow Leopard, you&#8217;ll probably stumble upon this <a href="http://www.insanelymac.com/forum/index.php?showtopic=207334" target="_blank">two</a> <a href="http://www.taranfx.com/install-snow-leopard-virtualbox" target="_blank">sites</a>, which contain most of the useful information. However, when it comes to Snow Leopard, information is spread across hundreds of posts, and most of it is for MS Windows only.</p>
<p>There&#8217;s another attempt using empire-efi <a href="http://forums.virtualbox.org/viewtopic.php?f=4&amp;t=2076&amp;start=270#p126761" target="_blank">here</a>, which didn&#8217;t worked for me.</p>
<p>I just wrote a guide myself about how to get Snow Leopard working under Ubuntu 9.10 and Virtualbox 3.1.6r59338 and I was about to post it. However, I found another guide, for windows, which will work flawlessly under Linux with some minor tweaks, and has step-by-step screenshots, so I guess there&#8217;s no need to duplicate the content there.</p>
<p>Here&#8217;s exactly what I did to get things working:<br />
<span id="more-540"></span><br />
First you need, a Leopard OsX86 working virtualbox machine. To get Leopard working, download any OsX86 distro and install it following <a href="http://www.takwing.idv.hk/tech/virtual/virutal_leopard/index.html" target="_blank">this guide</a>. I used iDeneb 1.6 and worked fine.</p>
<p>You DO NOT need to patch the VirtualBox files in order to get Leopard working, so just create the VM without applying any patch.</p>
<p>The only difference you&#8217;ll find is that under Linux, the required file to edit will be(assuming you named the virtual machine LeoVM) :<br />
<code>/home/your_user_name/.Virtualbox/Machines/LeoVM/LeoVM.xml</code></p>
<p>Then, there you can add the required line:</p>
<p><code>&lt;ExtraDataItem name="VBoxInternal2/SupportExtHwProfile" value="on"/&gt;</code></p>
<p>The Leopard installation should go without a problem, and boot fine. Everything you need to know is on the guide I linked before.</p>
<p>Now the tricky part. Install Snow Leopard.</p>
<p>You should use <a href="http://www.takwing.idv.hk/tech/virtual/virtual_snowl/index.html" target="_blank">this guide</a>. It is really detailed and easy to follow. I used a retail SnowLeopard 10.6.3 image, and worked perfect for me. However, since the guide is for windows, you&#8217;ll need to take into account the following changes:</p>
<p>When you create the machine for Snow Leopard (page 13 of the guide), you need to edit the file (assuming you named the VM SnowLeoVM) :</p>
<p><code>/home/your_user_name/.Virtualbox/Machines/SnowLeoVM/SnowLeoVM.xml</code></p>
<p>and add ONLY the following lines:</p>
<p><code>&lt;ExtraDataItem name="VBoxInternal2/Devices/e1000f/0/Trusted" value="integer:1"/&gt;<br />
&lt;ExtraDataItem name="VBoxInternal2/SupportExtHwProfile" value="on"/&gt;</code></p>
<p>Now we need to patch the Virtual Machine files. The thing is that we need support for SS3 instructions, and ACPI v.14 which is not supported by default in Virtualbox 3.1.x. If you&#8217;re using the OSE edition, you can patch the source and recompile the whole thing. However, if you&#8217;re using the standard edition, you&#8217;ll need to binary-patch the files.</p>
<p>You can find more information about the patches in the comments section in this <a href="http://www.taranfx.com/install-snow-leopard-virtualbox" target="_blank">post</a>. SOME of the info is not correct, and some other is incomplete, so be careful and read everything before doing any patch. I am using the GHex to patch them.</p>
<p>The files to patch are:<br />
<code>/usr/lib/virtualbox/VBoxDD2.so<br />
Every occurence of : 11 00 05 00<br />
Changed for : 14 00 05 00<br />
</code><br />
<code>/usr/lib/virtualbox/VBoxDD2GC.gc<br />
Every occurence of : 11 00 05 00<br />
Changed for : 14 00 05 00<br />
</code><br />
<code>/usr/lib/virtualbox/VBoxDD2R0.r0<br />
Every occurence of : 11 00 05 00<br />
Changed for : 14 00 05 00<br />
</code><br />
<code>/usr/lib/virtualbox/VBoxVMM.so<br />
Every occurence of: 04 C5 01 00 00 00 31 C9<br />
Changed for: 04 C5 01 02 00 00 31 C9<br />
</code></p>
<p>I am providing the files for <strong>VirtualBox 3.1.6.r59338</strong> <a href="http://somemorebytes.com/wp/wp-content/uploads/2010/06/vb3.1.6_x86_64_patch.tar.gz" target="_blank">HERE</a>. Just run the patch or unpatch scripts to do the job, or open them to take a look at the files that will be copied and do it manually.</p>
<p>And that&#8217;s it.  You should have a Snow Leopard VM working fine. In the guide I provided you have explained how to solve the video resolution problem, which is pretty straightforward.</p>
<p>The network works fine, but you need to set up the static ip address for the interface, and connect/disconnect cable from the Virtualbox menu to get it working. The rest works fine. Of course it will not fly, but it is enough to try the iphone SDK under linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2010/06/snow-leopard-and-virtualbox-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create an Ubuntu USB bootable disk from OsX</title>
		<link>http://somemorebytes.com/wp/index.php/2010/01/create-an-ubuntu-usb-bootable-disk-from-osx/</link>
		<comments>http://somemorebytes.com/wp/index.php/2010/01/create-an-ubuntu-usb-bootable-disk-from-osx/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 01:33:52 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OsX]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/wp/?p=120</guid>
		<description><![CDATA[Create an Ubuntu USB bootable disk from OsX]]></description>
			<content:encoded><![CDATA[<p>I just needed to create an Ubuntu (9.10) USB bootable device from Osx.</p>
<p>First thing was, of course see if the great Unetbootin supported OsX. Not the case.</p>
<p>Well then. I know it can be done with dd. Should I do anything special to do it under OsX?</p>
<p><span id="more-120"></span></p>
<p>Then, a simple google search will drive you to the most copied manual excerpt ever. You will see this steps in a lot of sites:</p>
<ol>
<blockquote>
<li>Download the desired .img file</li>
<li>Open a Terminal (in /Applications/Utilities/)</li>
<li>Run diskutil list to get the current list of devices</li>
<li>Insert your flash media</li>
<li>Run diskutil list again and determine the device node assigned to your flash media (e.g. /dev/disk2)</li>
<li>Run diskutil unmountDisk /dev/diskN (replace N with the disk number from the last command; in the previous example, N would be 2)</li>
<li>Execute sudo dd if=/path/to/downloaded.img of=/dev/rdiskN bs=1m (replace /path/to/downloaded.img with the path where the image file is located; for example, ./ubuntu.img, /dev/rdiskN is faster than /dev/diskN). If you see the error dd: Invalid number `1m&#8217;, you are using GNU dd. Use the same command but replace bs=1m with bs=1M.</li>
<li>Run diskutil eject /dev/diskN and remove your flash media when the command completes.</li>
<li>Reboot (and boot from the usb device) and enjoy.</li>
</blockquote>
</ol>
<p>And then, if you&#8217;re like me, you will go directly to download the ubuntu image from the ubuntu server to make the process. You will go through these steps and, uh! oh!, surprise! It does not work!.</p>
<p>Well, give it another try. From the beginning again. Nothing. The pc does not boot from this USB drive. What the hell am I doing wrong?</p>
<p>Well, you are downloading an <strong>iso</strong> file, while you should be downloading an <strong>img</strong> file. Ahhh, did you think it was the same?<strong> I did. Three times. I was wrong!</strong></p>
<p>Then you&#8217;ll notice that there are no <strong>img</strong> files available to download. So?. Here it comes. Run as root (sudo -s):</p>
<p><code>hdiutil convert "path/to/the/file.iso" -format UDRW -o "path/to/the/output.dmg"</code></p>
<p>Of course, the first &#8220;path to the&#8230;&#8221; should point to the downloaded iso image, and the second one to the file you want to create as this command&#8217;s output.</p>
<p>Now, do it again from step 2 using the <strong>dmg</strong> file instead of the <strong>iso</strong> one. It will work this time!</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2010/01/create-an-ubuntu-usb-bootable-disk-from-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Snow Leopard (10.6.2) on the Medion Akoya mini E1210 (Part III)</title>
		<link>http://somemorebytes.com/wp/index.php/2009/12/install-snow-leopard-10-6-2-on-the-medion-akoya-mini-e1210-part-iii/</link>
		<comments>http://somemorebytes.com/wp/index.php/2009/12/install-snow-leopard-10-6-2-on-the-medion-akoya-mini-e1210-part-iii/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 01:35:43 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[OsX]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/wp/?p=115</guid>
		<description><![CDATA[Install OsX 10.6.1/10.6.2 on a Medion Akoya E1210 and MSI Wind Clones. Part III. Appz, Tips and Tweaks.]]></description>
			<content:encoded><![CDATA[<p>This is a guide to install OsX 10.6.2 Snow Leopard into a Medion Akoya Mini, MSI Wind and clones for dummies like me.</p>
<p>You can check <a href="http://somemorebytes.com/wp/index.php/2009/11/install-snow-leopard-on-the-medion-akoya-mini-e1210-part-i/" target="_blank">PART I</a> and <a href="http://somemorebytes.com/wp/index.php/2009/11/install-snow-leopard-10-6-2-on-the-medion-akoya-mini-e1210-part-ii/" target="_blank">PART II</a> of this guide. Here, in the third part I&#8217;ll post updates, solution to problems, ans useful stuff I came across.</p>
<p>So basically, this third part is &#8220;what should be known&#8221;  about your kexts already succesful Hackintosh installation.</p>
<p><span id="more-115"></span></p>
<h3>About the kexts:</h3>
<p>(I) The process of changing or updating kexts is fairly simple. Asumming you just kept your Vanilla folder inside your Downloads folder, you just change the kexts to replace inside ~/Downloads/Vanilla/EFIkext, and then from a Terminal run:<br />
<code><br />
sudo -s    (and type your password)<br />
cd ~Downloads/Vanilla/EFIkext<br />
./27ae.sh<br />
./update.sh</code></p>
<p>Then reboot, and your new kexts will be loaded.</p>
<p>You can check which kexts are loaded typing in a Terminal:</p>
<p><code>kextstat</code></p>
<p>If your kext installations is giving you constant kernel panics, you ca debug them by booting the system, and when the chameleon appears write:</p>
<p><code>debug=0x100</code></p>
<p>This way, when you have a kernel panic, a lot of information about it will be shown on the screen and most probably the name of the conflicting kext.</p>
<h3>Sound Kext Updates:</h3>
<p>The sound in the netbooks is improving constantly. Although it has reached a great stability, qith a lot of internal mics now working, the sound related kexts will be probably the ones that you will update most. There is a quite stable sound kext called <a href="http://code.google.com/p/voodoohda/" target="_blank">VoodooHDA</a>. As you can see in the official website, the voodoohda is stalled since some months. Fortunately for us, Slice is making the hell of job with the VoodooHda project. You can see official updates <a href="http://www.projectosx.com/forum/index.php?showtopic=355&amp;st=0" target="_blank">here</a>.</p>
<p>At the time of this writing, version 2.52 is the newest one of the voodooHDA module, so in order to update it, we download the file <strong>VoodooHDA.kext_Snow252.zip </strong>from its website, and unzip it to our Downloads Folder. Now we replace the folder VoodooHDA in our <strong>~/Downloads/Vanilla/EFIkext</strong> folder with the <strong>VoodooHDA</strong> folder that we just downloaded and go to <strong>(I) </strong>to update the modules in the EFI partition.</p>
<h3>About random Kernel Panics and power management:</h3>
<p>The guy whose magic makes possible for us to have powerManagment in our netbooks is <strong>Superhai</strong>. You can find the lastest updates to his kernel extensions <a href="http://www.superhai.com/darwin.html" target="_blank">here</a>.</p>
<p>I have found that the VoodooPower, wlthough it works under 10.6.2, it&#8217;s a little unstable causing some random kernel panics. I am using now VoodooPowerMini with much better results. <strong>I definitely advice to change to VoodooPowerMini</strong>. You can download the lastest release it from <a href="http://www.superhai.com/darwin.html" target="_blank">Superhai&#8217;s website</a> and you know what to do (I).</p>
<h3>About the fakeSMC update:</h3>
<p>A new release of fakeSMC is out. You can download it from <a href="http://netkas.org/?p=155" target="_blank">netkas website</a>. It is safe and unstable. However, Prasys, from insanelywind.com has made some modifications to it spscifically for the MSI wind and clones, and it works great to, so you might want to try it. You can download it from <a href="http://insanelywind.com/forum/viewtopic.php?f=13&amp;t=1123" target="_blank">here</a> , and go to (I).</p>
<p>About the Intel GMA950 Mirroring: The Mirroring does not work. And if you don&#8217;t believed it, and you activated it, you probably messed up, because now you can&#8217;t see anything in your screen with two screens, and in one screen mode, the option to disable Mirroring is hidden.</p>
<p>How to solve the mirroring black lines problem with Intel GMA950 in the MSi wind? In this case <a href="http://www.fabiancanas.com/" target="_blank">Fabian Cañas</a> will save your day! <a href="http://www.fabiancanas.com/Projects/MirrorDisplays/" target="_blank">Download his app</a>, and run it with just one screen. Problem solved!.</p>
<h3>About VoodooBattery:</h3>
<p>VoodooBattery is the kernel extension from Superhai that allows you to have battery readings. His extension works pretty fine, but I found that appleACPIBatteryManager has more accurate readings. You can download it from <a href="http://insanelywind.com/forum/viewtopic.php?f=13&amp;t=1110" target="_blank">here</a>, and go to (I).</p>
<p><strong><br />
</strong></p>
<p><strong>After having all the updated kexts, I&#8217;m having still an issue I can&#8217;t find solution for. </strong>I got always a kernel panic if I start the netbook with a different USB configuration (different number of devices or in different ports), and I have to restart it a couple of times until it works. For example when I&#8217;m on the go, and I start and halt the netbook several times a never have a problem, because there are no USB gadgets on it. But when I&#8217;m at home, I have a mouse, and an external keybord. If I turn off the netbook with those plugged in, and then I start it without them, a KP will appear.</p>
<p><strong>If you have any idea about what could be causing this, please enlight me!!!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2009/12/install-snow-leopard-10-6-2-on-the-medion-akoya-mini-e1210-part-iii/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install Snow Leopard (10.6.2) on the Medion Akoya mini E1210 (Part II)</title>
		<link>http://somemorebytes.com/wp/index.php/2009/11/install-snow-leopard-10-6-2-on-the-medion-akoya-mini-e1210-part-ii/</link>
		<comments>http://somemorebytes.com/wp/index.php/2009/11/install-snow-leopard-10-6-2-on-the-medion-akoya-mini-e1210-part-ii/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 20:11:11 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[OsX]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/wp/?p=107</guid>
		<description><![CDATA[Install OsX 10.6.1/10.6.2 on a Medion Akoya E1210 and MSI Wind Clones. Part II. Installation and drivers.]]></description>
			<content:encoded><![CDATA[<p>This is a guide to install OsX 10.6.2 Snow Leopard into a Medion Akoya Mini, MSI Wind and clones for dummies like me.</p>
<p>In this second part of the guide, we&#8217;ll use <strong>the USB drive </strong>that we created in the <a href="http://somemorebytes.com/wp/index.php/2009/11/install-snow-leopard-on-the-medion-akoya-mini-e1210-part-i/" target="_blank">PART I OF THIS GUIDE</a> to install Snow Leopard in the Netbook. The guide continues in <a href="http://somemorebytes.com/wp/index.php/2009/12/install-snow-leopard-10-6-2-on-the-medion-akoya-mini-e1210-part-iii/" target="_blank">PART III</a>.  The process is a bit long, but it is pretty easy to follow the indications.</p>
<p>As I stated in the first part, the credit does not go to me. I mainly followed a guide from a spanish forum written by <strong>Q3Soft</strong> <a href="http://www.todoultraportatiles.com/viewtopic.php?f=22&amp;t=2626&amp;hilit=tuto+paso+a+paso" target="_blank">here</a> (spanish), which seems to be translated from a now unavailable guide on the old msiwind.net forum by <strong>18seven</strong> and <strong>Dalton63841</strong> (who I believe can be found now at <a href="http://insanelywind.com/" target="_blank">insanelywind.com</a>). You better go register at insanelywind.com, cause there are some files you will need to download from the forum. Anyway, it is the best place for netbook hacking so it is a good information resource.</p>
<p><span id="more-107"></span></p>
<p><strong>So, Let&#8217;s Go!. </strong></p>
<ol>
<h3 style="text-align: center;"><strong> Install the OsX on the netbook hard disk</strong></h3>
<li>Plug the USB drive in and boot the netbook. Press F11 at start (F2 depending on your netbook model) to choose the booting device, and select the USB drive. The OsX Install will boot.</li>
<li>Select the Language.</li>
<li>Once the language is selected, instead of going on with the install process, select from the top menu bar Utilities-&gt;Disk Utility</li>
<li>In the disk utility, select on the left panel <strong>the netbook hard disk</strong>, and click on the <strong>Partitions</strong> tab.</li>
<li>In the Partitions tab, select <strong>1 partition</strong>. The partition type will be <strong>Mac Os Plus (Journaled)</strong>. Asign a name to the partition. I called it Hackintosh.</li>
<li>Press the <strong>Options</strong> button and select <strong>GUID partition table</strong> schema.</li>
<li><strong>Apply</strong> changes. The resulting partition will be a little smaller that it was before formatting it. This is because the GUID partitions, uses a hidden 200-300Mb partition to handle the EFI boot and the kernel extensions. Later in this guide we&#8217;ll add those required extensions for our netbook.</li>
<li>Check that your language is correct in the upper right corner.</li>
<li>Let&#8217;s go on with the installation.  You need to select the hard disk where the OsX will be installed. If you called it like me, it will be <strong>Hackintosh</strong>.</li>
<li>Press the <strong>Customize</strong> button. <strong>Uncheck</strong> the Printer Compatibility, and <strong>check</strong> the options X11, Rosetta and Quicktime 7. Unfold the  Available Languages Node, and select only the language you&#8217;re goint to use.</li>
<li>Apply the changes, and start the installation process. It will take about 20 minutes. Remember to move around the mouse every now and then, because after 10 minutes the screen seems not to reflresh, giving the impression the computer is dead. When the installation finish, the computer will reboot itself, but it will not boot OsX. That&#8217;s because we need to install now the EFI boot system into the netbook main hard disk.</li>
<li>So, we will need once more to boot from the USB drive. As mentioned before, the USB drive must be pluged in, press F11 on the BIOS boot screen and select the USB drive as boot device. Chameleon will boot, and this time, select Hackintosh (our netbook disc) instead of the USB Drive (Install DVD) boot as we did before.</li>
<li>Select your country. Continue.</li>
<li>Select your keyboard type. Continue.</li>
<li>When asked if you want to transfer information from another hard disk, or time machine, answer <strong>NO</strong>. Continue.</li>
<li>Enter your registry information, or whatever comes to mind. Continue.</li>
<li>Some more questions you should answer. Computer placement and so. Continue.</li>
<li>Create the user account. <strong>Use a password</strong>. Continue.</li>
<li>You should be able to see the OsX main desktop now. A lot of things will not work, so it&#8217;s better not to start playing with it yet, but don&#8217;t worry, we&#8217;ll fix all of this.</li>
<h3 style="text-align: center;"><strong>Install the EFI Boot system on the netbook hard disk</strong></h3>
<li>We&#8217;ll need this four files (Contact or leave a comment if any link is dead):
<ul>
<li><a href="http://chameleon.osx86.hu" target="_blank">Chameleon 2.0 RC3 r658</a>: A newer version of Chameleon. Brose the right side of the website for releases, and select the file: Chameleon-2.0-RC3-r658-bin.tar.gz</li>
<li><a href="http://somemorebytes.com/wp/wp-content/uploads/2009/11/Vanilla.zip" target="_blank">Vanilla.zip</a>:  Some kexts.</li>
</ul>
<p>Unzip all these files into your Downloads folder. Then you can delete the zip files if you want.</li>
<li>Open a Terminal (Applications-&gt;Utilities&gt;Terminal)</li>
<li>Type:<br />
<code>sudo -s</code><br />
hit enter, and type the password of you user (the one that you created in step 18). Do not pay attention if you see somehing like Error 35 in the output. This will give you root permissions until you close the Terminal, so don&#8217;t do it, ok?</li>
<li>Let&#8217;s see how are our disks called. Type in the terminal:<br />
diskutil list<br />
You will see 2 hard disks. One of them will be probably called disk0, which will have a GUID_partition_scheme and it will have the capacity of your netbook hard drive. This is our main hard disk. You will see that it has a partition called Hackintosh (or the name we selected). It will have, just before the Hackintosh partition, another one without name and of type EFI. This will be where we&#8217;ll install the booting system. Write down the identifier of this partition. <strong>Probably disk0s1</strong>.<br />
The other disk that you see, will be the USB drive that you have plugged in, which you can identify by the BOOTLOADER partition in it that we created in the first part of this guide.</li>
<li>So, <strong>assuming</strong> from now on that the EFI partition of the last step was called <strong>disk0s1</strong> type in the Terminal:<br />
<code>newfs_hfs -v EFI /dev/disk0s1</code><br />
This will format the partition with HFS filesystem.</li>
<li>Now we need to mount somewhere this unit to start adding things there. In the Terminal:<br />
<code>mkdir /Volumes/EFI<br />
mount_hfs /dev/disk0s1 /Volumes/EFI</code><br />
Now it should be accesible from Finder.</li>
<li>We need to create some folders. Create a folder called Extra and hanging from this one, two folders called Extensions and Themes. In the Terminal:<br />
<code>mkdir -p /Volumes/EFI/Extra/Extensions<br />
mkdir /Volumes/EFI/Extra/Themes</code></li>
<li>Now we need to install chameleon into this partition. You should have unzipped the chameleon tar.gz file into your Downloads folder. So, from the Terminal:<br />
<code>cd ~/Downloads/Chameleon-2.0-RC3-r658-bin/i386<br />
fdisk -f boot0 -u -y /dev/rdisk0<br />
dd if=boot1h of=/dev/rdisk0s1<br />
cp boot /Volumes/EFI</code></li>
<li>Load more chameleon files into the EFI partition. From the Terminal:<br />
<code>cd ~/Downloads/Chameleon-2.0-RC3-r658-bin/Optional\ Extras<br />
cp -R smbios.plist Themes /Volumes/EFI/Extra</code></li>
<li>Unmount the EFI unit. From the Terminal:<br />
<code>umount -f 7Volumes/EFI<br />
rm -rf /Volumes/EFI<br />
fsck_hfs /dev/disk0s1</code><br />
You should see in the output: <strong>The volume EFI appears to be OK</strong>.<br />
Now this is the default EFI boot system. Now you need to setup the specific kernel extensions to support your netbook.</li>
<h3 style="text-align: center;"><strong> Install specific kernel extensions for MSI Wind/Akoya and clones</strong></h3>
<li>First thing we need is to setup the UUID.kext file.It must be filled with your MAC, a number that identofies your wireless card. Click on the upper apple icon on the toolbar, and click on About this Mac. Click on the left menu the Network section. If it is empty, it means that your wifi card is not currently detected by OsX. This is expected in the Medion Akoya E1210, and in the Advent 4211B. If this happens to you, you probably will have a Realtek RTL8187SE card which comes bundled with a lot of netbooks. You&#8217;ll need the Realtek utility both to operate the wifi card and now, to get the MAC and configure the UUID extension. Proceed to next step.<br />
If by chance, you see here your wifi card, and you can see its MAC congratulations. Your card is well detected by OsX. Proceed to <strong>step 33</strong>. Personally, I bought from Ebay a Dell 1500 wifi card (BCM4312) and it works like a charm jsut by adding a PCID to the native airport driver. I would definitely advice this.</li>
<li>Ok, so you have one of the RTL8187SE card?. Well go <a href="http://www.insanelymac.com/forum/index.php?showtopic=174319" target="_blank">here</a> and download the driver. Just unzip, install and reboot. <strong>Do not unplug the USB drive!</strong>. If you do, you will have a kernel panic because your netbook&#8217;s hard drive EFI boot is not ready yet. Press F11 on the BIOS boot screen and select the USB drive as boot device again. Chameleon will boot, and you&#8217;ll select Hackintosh again.</li>
<li>Now your card should be detected, and it should automatically start the realtek utility. In the &#8220;Link Status&#8221; tab you could see your MAC, as well as in the Profile Explorer we opened in step 30. Just write it down.</li>
<li>Now in Finder, go to Downloads/Vanilla/EFIkext/ and right click the UUID.kext file. Select &#8220;Show package content&#8221;. We need to edit the file <strong>info.plist</strong>.</li>
<li>Oen info.plist in the text editor, and locate the long numeric chain ending with <strong>0016174EE065</strong>. Replace this number with the MAC address you wrote down. Save and close the text editor.</li>
<li>Now we need to edit the ooting device ID. To do so, open Disk Utility (Applications-&gt;Disk Utility) and right click on the <strong>Hackintosh</strong> (or whatever you called it) partition. Select Information. A window will appear. The string that we need is the <strong>Universal Unique Identifier</strong>. Copy it.</li>
<li>Now go to Downloads/Vanilla/boot.plist and edit the file <strong>com.apple.Boot.plist. </strong>Locate the <strong>&lt;dict&gt; tag</strong>. We need to paste the next text just after it:<br />
<code>&lt;key&gt;boot-uuid&lt;/key&gt;<br />
&lt;string&gt;HERE THE STRING THAT YOU COPIED&lt;/string&gt;</code><br />
Maybe you get a syntax error when you save the file. Do not worry about it. It is normal.</li>
<li>Ok, almost there! Now, there&#8217;s a script in your Vanilla folder that will patch the intel GMA950 driver to fix the resolution in your screen, and another one that will update the kexts in the EFI partition and rebuild the kernel cache. <strong>You need to run those scripts now, and after every OsX update that could touch any driver</strong>. In the Terminal:<br />
<code>cd  ~/Downloads/Vanilla/EFIkext<br />
sudo -s      (and enter your password)<br />
./27ae.sh<br />
./update.sh</code><br />
It will take some time to finish.</li>
<li>Now let&#8217;s update the boot.plist file. From Terminal:<br />
<code>cd ~/Downloads/Vanilla/boot.plist<br />
./update.sh</code><br />
You&#8217;ll only need this script now.</li>
<li>Now let&#8217;s mark the Hackinsosh partition as active. Assuming that the netbook hard drive was disk0 (you can check it again using &#8220;diskutil list&#8221;). From the Terminal:<br />
<code>fdisk -e /dev/disk0</code><br />
And answer the questions with:<br />
<code>p<br />
f 1<br />
w<br />
y<br />
q</code></li>
<li>Now you can unplug your USB drive (eject it from the desktop first) and reboot your computer. It should reboot just fine, with proper resolution, and without the help of any external drives.</li>
<h3 style="text-align: center;"><strong>The sound</strong></h3>
<li>First, download the <a href="http://osx86tools.googlecode.com/files/OSX86Tools_1.0.150.zip" target="_blank">OsX86Tools</a>, as we&#8217;ll need it later. Now, the original guide suggested to download t<a href="http://www.megaupload.com/?d=XYSP98DK" target="_blank">he VoodooHDA.kext</a> and install it though OsX86Tools to make the internal mic work. (Start OsX86Tool, Select Install Kext, and select the just downloaded VoodooHDA). However I think this step is not necessary. In the Vanilla Folder you downloaded, I already introduced the Slice&#8217;s VoodooHDA, which has some improvements over the standard voodooHDA. So by now, it should be already loaded in your system and working:D. The only thing that we need is to setup the correct levels on the Prefpane that comes with the Extension.</li>
<li>To setup the Prefpane, go in Finder to Downloads/Vanilla/Prefanes/VoodooPrefs/ and double-click VoodooHDA.prefpane. Select <strong>Install for all users</strong>. The pane will be installed, and accesible from the OsX Settings panel. You can now play with levels to see which fit your needs.Setting up &#8220;speaker&#8221; and &#8220;recording&#8221; level at max level , and &#8220;monitor&#8221; at mid level should work.</li>
<h3 style="text-align: center;"><strong> Tweaking &#8220;About this mac&#8221; info</strong></h3>
<li>If you want to modify some of the information in the About this mac screen for aesthetics purpose, you can do it through the OsX86Tool. Start it,  and select &#8220;Modify About This Mac&#8221;. You can set the CPU string, and the RAM info to match your netbook.</li>
<h3 style="text-align: center;"><strong> The trackpad preferences pane</strong></h3>
<li>Macs have a great trackpad that our netbook has not. But we can make the trackpad config pane to appear in the settings pane with a simple tweak. This will work in the Medion Akoya E1211 for sure. I can&#8217;t tell about the others. Edit the file <strong>/System/Library/PreferencePanes/Trackpad.prefPane/Contents/Info.plist</strong> (you&#8217;ll need root permissions, so fire a Terminal, type &#8220;sudo -s&#8221; whithout the quotes, and launch &#8220;TextEdit&#8221; again, without the quotes from the Terminal and delete these two lines in the file:<br />
<code><br />
&lt;key&gt;VendorID&lt;/key&gt;<br />
&lt;integer&gt;1452&lt;/integer&gt;</code><br />
Now the panel will appear in the OsX Settings pane, and you will be able to customize the parameters.</li>
<li>If you&#8217;re still with me your hardware should be working fine. Webcam, wifi, ethernet, keyboard and trackpad, video resolution. All of it. To check the camera, fire ichat with the webcam turned on. To check that CoreImage and Quartz Express are working, just start FrontRow. If it works, it is working fine.</li>
<h3 style="text-align: center;"><strong> Updating Snow Leopard to 10.6.2</strong></h3>
<li>Now we need to update OsX to 10.6.2. The main problem here is that from 10.6.2 the Intel Atoms processors are no longer supported, so if we just update using the software updater and reboot, the computer will not boot and we&#8217;ll have a nice Kernel Panic. Fortunately some russian guys patched the kernel to allow 10.6.2 work almost vanilla in our netbooks. You could always use the 10.6.1 kernel, but, the new one seems absolutely stable, so why not update? First download the kernel from <a href="http://redirectingat.com/?id=292X457&amp;url=http%3A%2F%2Ftinyurl.com%2Fatom1062" target="_blank">here</a> (at the end of the post you&#8217;ll see the links) or <a href="http://rs605.rapidshare.com/files/342373990/mach_kernel_atom_with_pm_support.zip" target="_blank">here</a>. It contains a single file. Unzip the file in your Downloads folder, <strong>and rename it mach_kernel_10_6_2</strong>.</li>
<li>Dowload the C10.6.2 combo update from <a href="http://support.apple.com/downloads/DL958/en_US/MacOSXUpd10.6.2.dmg" target="_self">apple website</a> to your Downloads folder.</li>
<li>Let&#8217;s make a backup of our actual kernel.From a Terminal:<br />
<code><br />
sudo -s             (and insert your password)<br />
cp /mach_kernel /mach_kernel_10_6_x</code></li>
<li>Now install the combo update, <strong> </strong>but (and there&#8217;s not enough bold here) <strong>DO NOT REBOOT THE COMPUTER AFTER THE INSTALLATION FINISH</strong>.</li>
<li>Now restore the 10.6.1 kernel. Well check that everything in the OS is fine with a reboot. From the terminal:<br />
<code><br />
cp /mach_kernel /mach_kernel_10_6_2_original<br />
cp /mach_kernel_10_6_x /mach_kernel</code></li>
<li>Now, as we said before, we run the kext patching scritps:<br />
<code>cd ~/Downloads/Vanilla/EFIkext<br />
./27ae.sh<br />
./update.sh</code></li>
<li><strong>Now you can reboot</strong>. Everything will go just fine. Now you&#8217;re running 10.6.2 with the 10.6.1 kernel. Your system should be stable, but anyway we&#8217;ll use the 10.6.2 kernel.</li>
<li>Basically, what we&#8217;ll do is to replace the 10.6.1 kernel with the patched 10.6.2. Besides that, there&#8217;s an important kext that we should update as well, because it changed for 10.6.2.So, assuming you unzipped the kernel into your Downloads folder, run in a Terminal:<br />
<code>sudo -s   (and type your password)<br />
cp ~/Downloads/mach_kernel_10_6_2 /mach_kernel_10_6_2patched</code><br />
(this way we will keep all the kernels in /. The 10.6.1 (renamed 10_6_x), the 10_6_2original, and the 10_6_2patched.<br />
<code>cp /mach_kernel_10_6_2patched /mach_kernel<br />
cd ~/Downloads/Vanilla/EFIkext<br />
mv SleepEnabler.kext ./_Disabled/SleepEnabler_10.6.1.kext<br />
cp -R ./_Disabled/SleepEnabler_10.6.2.kext ./SleepEnabler.kext</code></li>
<li>Again, we run the kext patching scritps:<br />
<code>./27ae.sh<br />
./update.sh</code></li>
<li>And that&#8217;s it.<strong> Congratulations. Reboot and enjoy.</strong> You&#8217;re running 10.6.2 in your netbook. Everything should work by now. It&#8217;s been a long process, but once it&#8217;s done, you can enjoy an almost Vanilla system, without scripts patching things over there like other OsX86 distributions. Your netbook only loads some kexts at start, but the rest of the system remains untouched, making safe for further updates (executing the scripts as mentioned before, and just restoring the kernel if the update has changed it).If you find any mistake in the proces or any  dead link please leave a comment.</li>
</ol>
<p><strong>Update:</strong> There&#8217;s a Third Pard of this guide. There I post some kernel extensions updates that will make the netbook even more stable, and maybe will solve other problems that you may face. Take a look at it to see if something helps you.</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2009/11/install-snow-leopard-10-6-2-on-the-medion-akoya-mini-e1210-part-ii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install Snow Leopard (10.6.2) on the Medion Akoya mini E1210 (Part I)</title>
		<link>http://somemorebytes.com/wp/index.php/2009/11/install-snow-leopard-on-the-medion-akoya-mini-e1210-part-i/</link>
		<comments>http://somemorebytes.com/wp/index.php/2009/11/install-snow-leopard-on-the-medion-akoya-mini-e1210-part-i/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 15:05:37 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[OsX]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/wp/?p=104</guid>
		<description><![CDATA[ Create a USB disk to install OsX 10.6.1/10.6.2 on a Medion Akoya E1210 and MSI Wind Clones.]]></description>
			<content:encoded><![CDATA[<p>There are several guides explaining how to install OsX on a netbook. Here I&#8217;m going to try to follow all the steps I did to make the cleanest possible Snow Leopard install onto a Medion Akoya E1210 (MSI Wind Clone).</p>
<p>As you will see, the system is almost completely Vanilla, except a couple of kext modules.</p>
<p>The credit does not go to me. I mainly followed a guide from a spanish forum written by <strong>Q3Soft</strong> <a href="http://www.todoultraportatiles.com/viewtopic.php?f=22&amp;t=2626&amp;hilit=tuto+paso+a+paso" target="_blank">here</a> (spanish), which seems to be translated from a now unavailable guide on the old msiwind.net forum by <strong>18seven</strong> and <strong>Dalton63841</strong> (who I believe can be found now at <a href="http://insanelywind.com" target="_blank">insanelywind.com</a>).</p>
<p>In this first part, we&#8217;ll see how to create a USB (pendrive or hard disk) from the Snow Leopard DVD image. This USB device will be used in <a href="http://somemorebytes.com/wp/index.php/2009/11/install-snow-leopard-10-6-2-on-the-medion-akoya-mini-e1210-part-ii/" target="_blank">PART II OF THIS GUIDE</a> to install Snow Leopard in the Netbook. After the install, we&#8217;ll make a few changes to leave the system as stable as possible, and we&#8217;ll update some kexts with newer versions in <a href="http://somemorebytes.com/wp/index.php/2009/12/install-snow-leopard-10-6-2-on-the-medion-akoya-mini-e1210-part-iii/" target="_blank">PART III</a>.</p>
<p><span id="more-104"></span>To start we will need a 8GB or more USB device,  the retail  image of a Snow leopard DVD or the DVD itself and a Mac.<br />
If you don&#8217;t have a mac (neither do I) you can make a quick install on your netbook with the WindOsX (google it, is a Leopard DVD ready to install) and create the Snow Leopard USB device using your netbook.</p>
<p>If you don&#8217;t have the Snow Leopard retail DVD image, but you do have the DVD itself, you will obviously need an external USB DVD Drive to make the install.</p>
<p><strong>Let&#8217;s Start!</strong></p>
<ol>
<li>Connect the USB drive on the Mac and fire up the fisk utility. We are going to format the usb drive. The utility is pretty straightforward, so no further explanation is needed. We need to  make 2 partitions. The first one should have 200Mb. The next one should have at least 8Gb. If the Usb drive is bigger, you may want to make another partition for dat<strong>a. It is important that both partitions are Mac OS+ Journaled, and the Partition Schema must be MBR.<br />
</strong>Call the first partition BOOTLOADER. Second&#8217;s partition name is not important.</li>
<li>Now select the <strong>Restore tab</strong> and drag the image of the Snow Leopard DVD (or the DVD itself) to the <strong>Source</strong> text box. Now select our freshly created second partion in the pendrive as <strong>Destination</strong>. Check the &#8220;Erase Destination&#8221; Checkbox. Let it finish.</li>
<li>Once we have the Snow Leopard Installed in the 8Gb partition of our USB drive, we need to install a bootloader in the small one. We&#8217;ll use Chameleon R2. You can download the package from the <a href="http://chameleon.osx86.hu" target="_blank">Chameleon website</a>.<br />
The file that we want is <strong>Chameleon-2.0-RC2-r640.pkg.zip. </strong>This version has proven to work flawless for me, although there are newer version available. Just extract the installer and start the installation of the bootloader. Eventually the installer will ask for a target partition. Select BOOTLOADER, our 200Mb partition. Finish the installation.</li>
<li>Now open a Terminal. and write: (BOOTLOADER is the label used to you bootloader partition)<br />
<code>sudo -s<br />
/usr/bin/vsdutil -a /Volumes/BOOTLOADER</code></li>
<li>Now we need to mark the active partition. To do so, we need to know the system&#8217;s identifier for this partition. On the terminal run:<br />
<code>diskutil list</code></li>
<li>Get the identifier of the Bootloader partition. To do so take a look at the output of the last command. You will see one disk (/dev/disk1 or /dev/disk2) that will have 2 partitions, one with the bootloader 200Mb long, and the other with our 8GB partition. Write down the BOOTLOADER partition identifier in the right most column. For example, if it was disk2 and first partition, the identifier would be <strong>disk2s1</strong>. In general we will have a code like <strong>diskXsY</strong>, being <strong>X</strong> the disk and <strong>Y</strong> the partition.<br />
Now in a terminal run:<br />
<code>fdisk -e /dev/diskX   (change the X for your disk number obtained before)</code><br />
The answers that you need are in sequence:<br />
<code>p<br />
f Y    (change Y for your partirion number obtained before)<br />
w<br />
y<br />
q</code></li>
<li>Now you need to download <a href="http://somemorebytes.com/wp/wp-content/uploads/2009/11/USBboot.zip" target="_blank">this file</a>. <strong>Unzip it in you Downloads folder</strong> so the paths written here would be the same for you.</li>
<li>You need to create 2 directories in the BOOTLOADER partition, inside the Extra folder: Extensions and Themes. If the Extra folder does not exist just create it. To do do so, run in the Terminal:<br />
<code>mkdir -p /Volumes/BOOTLOADER/Extra/Extensions<br />
mkdir /Volumes/BOOTLOADER/Themes</code></li>
<li>Now, it chameleon had any default text (probably not) we need to delete them. From a Terminal:<br />
<code>rm -R /Volumes/BOOTLOADER/Extra/Extensions/*.kext</code></li>
<li>Now we copy the new files to their appropiate places in the BOOTLOADER partition. From a Terminal:<br />
<code>cd ~/Downloads/USBboot/<br />
cp com.apple.Boot.plist /Volumes/BOOTLOADER<br />
cp -R *.kext /Volumes/BOOTLOADER/Extra/Extensions/</code><br />
(Notice that the ~ symbol refers to your home dir. You coud replace it with /home/yourusername)</li>
<li>Now we update the extensions cache and the com.apple.Boot.plist. To do so, from a Terminal:<br />
<code>cd ~/Downloads/USBboot     (in case you left the directory)<br />
chmod +x update.sh<br />
cp update.sh /Volumes/BOOTLOADER<br />
cd /Volumes/BOOTLOADER<br />
./update.sh</code></li>
<li>And that&#8217;s it. Your USB drive is ready to install Snow Leopard into a hard disk. If you start your computer from the USB drive, now chameleon should start.</li>
</ol>
<p>This guide continues in <a href="http://somemorebytes.com/wp/index.php/2009/11/install-snow-leopard-10-6-2-on-the-medion-akoya-mini-e1210-part-ii/" target="_blank">Part II</a> explaining the Installation process. If you find any mistake in the process or any link is dead, just leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2009/11/install-snow-leopard-on-the-medion-akoya-mini-e1210-part-i/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  somemorebytes.com/wp/index.php/tag/osx/feed/ ) in 0.45531 seconds, on Feb 5th, 2012 at 4:14 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 5th, 2012 at 5:14 pm UTC -->
