<?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>HeyZeus.org &#187; apple tv</title>
	<atom:link href="http://heyzeus.org/tag/apple-tv/feed/" rel="self" type="application/rss+xml" />
	<link>http://heyzeus.org</link>
	<description>Life and times of Zeus and sometimes Mandy.</description>
	<lastBuildDate>Mon, 19 Apr 2010 01:36:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-beta1</generator>
		<item>
		<title>Restoring an Apple TV from Scratch on Mac OS X</title>
		<link>http://heyzeus.org/restoring-an-apple-tv-from-scratch-on-mac-os-x/</link>
		<comments>http://heyzeus.org/restoring-an-apple-tv-from-scratch-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 06 May 2009 19:46:17 +0000</pubDate>
		<dc:creator>Zeus</dc:creator>
				<category><![CDATA[Music, Movies & TV Shows]]></category>
		<category><![CDATA[Tech & Geeky]]></category>
		<category><![CDATA[apple tv]]></category>
		<category><![CDATA[ATV]]></category>
		<category><![CDATA[freezing apple tv]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[Restore from scratch]]></category>

		<guid isPermaLink="false">http://heyzeus.org/?p=909</guid>
		<description><![CDATA[So I&#8217;ve had to do this a few times because my Apple TV keeps &#8216;acting&#8217; up. It kept freezing during tv shows I downloaded and converted via iSquint. The ATv would then restart and not recognize what was on the hard drive (Format not recognized by Apple TV). It was pissing Mandy and I off [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve had to do this a few times because my Apple TV keeps &#8216;acting&#8217; up.  It kept freezing during tv shows I downloaded and converted via iSquint.  The ATv would then restart and not recognize what was on the hard drive (Format not recognized by Apple TV).  It was pissing Mandy and I off enough for me to try to do another &#8216;from scratch&#8217; restore.  I&#8217;ve followed these directions before referencing <a href="http://smallnum.blogspot.com/2008/02/re-creating-apple-tv-from-scratch.html">Smallnum&#8217;s directions</a> and <a href="http://wiki.awkwardtv.org/wiki/Prepare_a_Hard_Drive">AwkwardTV&#8217;s Wiki</a>.  I&#8217;m saving them here, because it&#8217;s more concise and may help others.  These are directions for a mac OS X Leopard 10.5.6 .    Download the <a href="http://mesu.apple.com/version.xml">latest Apple TV image from here</a> and find the full url of the dmg file to download.  It doesn&#8217;t matter what size the drive is you want to do this with.  Assuming, /dev/disk2 is your disk.  All these commands are done from terminal unless otherwise noted.</p>
<p>1. Connect your hard drive to a Macbook using an IDE-to-usb/firewire dongle.</p>
<p>2.  Clear any partition information and create a new partition table (you can also just format the drive with DiskUtil, you also need to run &#8216;diskutil unmountDisk /dev/disk2&#8242; after each gpt command) :</p>
<pre>gpt destroy /dev/disk2
diskutil unmountDisk /dev/disk2
gpt create /dev/disk2</pre>
<p>3. Create the partitions using &#8216;gpt&#8217;. There should be four partitions: EFI (200m), Recovery (400m), OSBoot (900m), Media (rest of the disk). The EFI and Recovery partitions can be completely blank, but those sizes must be exact.</p>
<pre>gpt add -b 40 -i 1 -s 409600 -t efi /dev/disk2
diskutil unmountDisk /dev/disk2
gpt add -b 409640 -i 2 -s 819200 -t 5265636F-7665-11AA-AA11-00306543ECAC /dev/disk2
diskutil unmountDisk /dev/disk2
gpt add -b 1228840 -i 3 -s 1843200 -t hfs /dev/disk2
diskutil unmountDisk /dev/disk2
gpt show /dev/disk2  {*Review the next partition size and enter in the large value*}
gpt add -b 3072040 -i 4 -s 231369575 -t hfs /dev/disk2
diskutil unmountDisk /dev/disk2</pre>
<p>4. Remounts drives with file permissions and names, this combines two things in one.</p>
<pre>diskutil eraseVolume "Journaled HFS+" OSBoot /dev/disk2s3
diskutil eraseVolume "Journaled HFS+" Media /dev/disk2s4
diskutil unmountDisk /dev/disk2</pre>
<p>5. Restore the image. Use disk utility, click on OSBoot, and restore the image you downloaded.</p>
<p>Note:  I did not create and restore the recovery parition I have done this once and it was a pain.  If I ever do it again I&#8217;ll document it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://heyzeus.org/restoring-an-apple-tv-from-scratch-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
