<?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>ScratchMyTail.com &#187; OSx86</title>
	<atom:link href="http://www.scratchmytail.com/tag/osx86/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scratchmytail.com</link>
	<description>My little tech blog</description>
	<lastBuildDate>Tue, 17 Jan 2012 21:21:15 +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>Messing up the bootloader</title>
		<link>http://www.scratchmytail.com/2009/02/02/messing-up-the-bootloader/</link>
		<comments>http://www.scratchmytail.com/2009/02/02/messing-up-the-bootloader/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:49:36 +0000</pubDate>
		<dc:creator>ScratchMyTail</dc:creator>
				<category><![CDATA[Hackintosh]]></category>
		<category><![CDATA[OSx86]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Bootloader]]></category>
		<category><![CDATA[Configuring grub]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[live session]]></category>

		<guid isPermaLink="false">http://www.scratchmytail.com/?p=94</guid>
		<description><![CDATA[Lately I&#8217;ve been trying to install OS X on my laptop. At first it all went well, until I decided to upgrade from 10.5.5 too 10.5.6. After the upgrade things stopped working, so I chose to install another release called iPC 10.5.6. That of course messed up my bootloader. Read more about how I fixed [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve been trying to install OS X on my laptop. At first it all went well, until I decided to upgrade from 10.5.5 too 10.5.6. After the upgrade things stopped working, so I chose to install another release called iPC 10.5.6. That of course messed up my bootloader. Read more about how I fixed this.</p>
<p><span id="more-94"></span>To get everything working I followed this installation order; first I installed OS X on a 50 GB partition using iDeneb v1.3, after that I installed Ubuntu 8.10 on a same size partition. When you install Ubuntu, grub is automatically set as default bootloader. So the first problem I faced was how to get the OS X installation into the grub bootloader at startup.</p>
<p>Adding a new operating system to the grub bootloader is done by configuring this file.</p>
<blockquote><p>/boot/grub/menu.lst</p></blockquote>
<p>Adding OS X into this list was done by inserting these values.</p>
<blockquote><p>title            Mac OSX Leopard<br />
root           (hd0,3)<br />
kernel        /boot/boot_v8<br />
boot</p></blockquote>
<p>The boot_v8 is a file I downloaded from a random site and put into the /boot folder. I don&#8217;t actually know what the file is doing, all I know is that it must be there.</p>
<p>If you enter grub (with root permissions) by typing sudo grub in a terminal window I will describe a couple of nice commands for you.</p>
<p>Find out where your grub files are located. What is returned is the hard-disk number followed by the partition number:</p>
<blockquote><p>grub&gt; find /boot/grub/stage1</p>
<p>(hd0,3)</p></blockquote>
<p>Say you messed up your MBR and wants the grub back in business. First you must know where your grub files are located, which we found out in the command above (find).  We need to tell grub where the files are.</p>
<blockquote><p>grub&gt; root(hd0,3)</p></blockquote>
<p>The last step is setting grub as the MBR on the primary bootable device (master hard-drive). When this is done we can quit and reboot. The grub will hopefully pop up when the system boots up.</p>
<blockquote><p>grub&gt; setup(hd0)</p>
<p>grub&gt; quit</p>
<p>reboot</p></blockquote>
<p>If you ever mess up your bootloader the Ubuntu installation CD is your savior. Boot up a live session and open up a terminal window and follow the commands above and you&#8217;re saved.</p>
<p>I will give an absolute tutorial on how to install OS X on the Compal IFL90 later this month.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratchmytail.com/2009/02/02/messing-up-the-bootloader/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turning my laptop into a Hackintosh</title>
		<link>http://www.scratchmytail.com/2009/01/26/turning-my-laptop-into-a-hackintosh/</link>
		<comments>http://www.scratchmytail.com/2009/01/26/turning-my-laptop-into-a-hackintosh/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 20:38:24 +0000</pubDate>
		<dc:creator>ScratchMyTail</dc:creator>
				<category><![CDATA[Hackintosh]]></category>
		<category><![CDATA[Compal]]></category>
		<category><![CDATA[IFL90]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[OSx86]]></category>

		<guid isPermaLink="false">http://www.scratchmytail.com/?p=84</guid>
		<description><![CDATA[For the last couple of weeks I have been playing around with Mac OS X on my Compal IFL90 laptop. When Apple went from using the Power Mac architecture to using the Intel architecture a community called OSx86 was born. They have been working making OS X compatible for non-apple computers. The main problem is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="alignnone" title="Hackintosh" src="http://i4.tinypic.com/8adyejr.png" alt="" width="387" height="386" /></p>
<p style="text-align: left;">For the last couple of weeks I have been playing around with Mac OS X on my Compal IFL90 laptop. When Apple went from using the Power Mac architecture to using the Intel architecture a community called OSx86 was born. They have been working making OS X compatible for non-apple computers. The main problem is off course driver support.</p>
<p><span id="more-84"></span></p>
<p><strong>Multibooting</strong><br />
First off I installed OS X on a 50 GB partition. After that I installed Ubuntu 8.10. At boot I simply choose OS X or Ubuntu 8.10 in grub.</p>
<p><strong>Drivers</strong><br />
The biggest problem for Hackintosh users is the lack of drivers. As you all know, Apple only have to support a handful of hardware components. Developers from all around the world is doing something about this by porting open-source drivers to OS X. But still there is a lot of work remaining. If you&#8217;re planning to build yourself a Hackintosh you must check for driver compatibility before anything else! I actually have alot of driver problems myself. For example the driver for my Intel 4965 AGN simply doesnt exist, yet, but is under development. My nVidia 8600M GT is fully supported with the nVinject driver. I also have sound working. I connect to Internet through a Ralink RT2501 USB Dongle.</p>
<p><strong>Stability</strong><br />
My system is not that stable yet, overheating and kernel panics occurs randomly and are quite annoying</p>
<p><strong>Beauty</strong><br />
I am a big fan of OS X. Still, I hate Apple for overpricing their products. But my next computer is definitively going to be a MacBook or a MacBook Pro. Time will tell. Im still falling in love with OS X.</p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scratchmytail.com/2009/01/26/turning-my-laptop-into-a-hackintosh/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	<img style='margin:0;padding:0;border:0;' width='1px' height='1px' src="http://www.scratchmytail.com/wp-content/plugins/mystat/mystat.php?act=time_load&id=87229&rnd=35879724" /></channel>
</rss>

