<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to fix an upsized Apple TV stuck in 1.0 software</title>
	<atom:link href="http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/</link>
	<description>My thoughts on business, technology and everything else</description>
	<lastBuildDate>Tue, 16 Mar 2010 00:46:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe McReynolds</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-1599</link>
		<dc:creator>Joe McReynolds</dc:creator>
		<pubDate>Fri, 19 Feb 2010 10:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-1599</guid>
		<description>I upgraded my 160 HD to a 320 HD from TechRestore last December, 2009.  Apple issued a recent update to Software 3.0.1, I think, and the upgrade failed.  Nothing has worked.  Will the process you describe here for Apple&#039;s latest upgrade?  And can I do it using Windows 7.  I don&#039;t have a Mac?  Any suggestions would be helpful. </description>
		<content:encoded><![CDATA[<p>I upgraded my 160 HD to a 320 HD from TechRestore last December, 2009.  Apple issued a recent update to Software 3.0.1, I think, and the upgrade failed.  Nothing has worked.  Will the process you describe here for Apple&#039;s latest upgrade?  And can I do it using Windows 7.  I don&#039;t have a Mac?  Any suggestions would be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-1597</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Mon, 18 Jan 2010 22:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-1597</guid>
		<description>Is the AppleTV OS Update to be placed in the PATCHSTICK mounted partition in the finder? </description>
		<content:encoded><![CDATA[<p>Is the AppleTV OS Update to be placed in the PATCHSTICK mounted partition in the finder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcmendez</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-1596</link>
		<dc:creator>jcmendez</dc:creator>
		<pubDate>Mon, 18 Jan 2010 21:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-1596</guid>
		<description>I actually upgraded the AppleTV recently to 3.0.1 with this method and it works.  For some reason, ATVFlash expects a partition scheme slightly different to what my ATV currently has.  So the script that worked for me was 
 
012 fsck.hfsplus -f /dev/sda1 
013 mount -t hfsplus -o rw,force /dev/sda1 /OSBoot 
014 sleep 1 
015 
016 # if we successfully mount /OSBoot 
017 if [ -f &quot;/OSBoot/OS.dmg&quot; ]; then 
018   echo &quot;       * updating restore partition&quot; 
019   cp -f /mnt/rootfs/2Z694-6004-003.dmg /OSBoot/OS.dmg 
020   umount /OSBoot 
021 else 
022   echo &quot;       * error updating restore partition&quot; 
023 fi 
 
The dmg was downloaded from &lt;a href=&quot;http://mesu.apple.com/data/OS/061-7491.20091107.TVA31/2Z694-6004-003.dmg&quot; target=&quot;_blank&quot;&gt;http://mesu.apple.com/data/OS/061-7491.20091107.T...&lt;/a&gt; 
 </description>
		<content:encoded><![CDATA[<p>I actually upgraded the AppleTV recently to 3.0.1 with this method and it works.  For some reason, ATVFlash expects a partition scheme slightly different to what my ATV currently has.  So the script that worked for me was </p>
<p>012 fsck.hfsplus -f /dev/sda1<br />
013 mount -t hfsplus -o rw,force /dev/sda1 /OSBoot<br />
014 sleep 1<br />
015<br />
016 # if we successfully mount /OSBoot<br />
017 if [ -f &quot;/OSBoot/OS.dmg&quot; ]; then<br />
018   echo &quot;       * updating restore partition&quot;<br />
019   cp -f /mnt/rootfs/2Z694-6004-003.dmg /OSBoot/OS.dmg<br />
020   umount /OSBoot<br />
021 else<br />
022   echo &quot;       * error updating restore partition&quot;<br />
023 fi </p>
<p>The dmg was downloaded from <a href="http://mesu.apple.com/data/OS/061-7491.20091107.TVA31/2Z694-6004-003.dmg" target="_blank"></a><a href="http://mesu.apple.com/data/OS/061-7491.20091107.T.." rel="nofollow">http://mesu.apple.com/data/OS/061-7491.20091107.T..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-1595</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Mon, 18 Jan 2010 21:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-1595</guid>
		<description>David, I cannot update my once 40GB ATV.  I installed a 160GB HD in it long ago &amp; have never had a problem Restoring till OS 3.0 came along. 
I use Disk Utility to restore the AppleTV3.0.1 image to the OSBoot partition, but I cannot get any patchstick or ATVFlash to work. 
I may have to print this guide &amp; try to cobble it back together to a working hacked ATV. 
?? </description>
		<content:encoded><![CDATA[<p>David, I cannot update my once 40GB ATV.  I installed a 160GB HD in it long ago &amp; have never had a problem Restoring till OS 3.0 came along.<br />
I use Disk Utility to restore the AppleTV3.0.1 image to the OSBoot partition, but I cannot get any patchstick or ATVFlash to work.<br />
I may have to print this guide &amp; try to cobble it back together to a working hacked ATV.<br />
??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Carlos Méndez-García</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-1513</link>
		<dc:creator>Juan Carlos Méndez-García</dc:creator>
		<pubDate>Sat, 23 May 2009 12:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-1513</guid>
		<description>@david - I&#039;ve been swamped with work and just now saw your comments.  I think upgrading to 2.3.1 using this method should work, and I may even try it this week.  If I do and have success, I&#039;ll report the experience.  If you beat me, please comment with your results.  Thanks again!</description>
		<content:encoded><![CDATA[<p>@david &#8211; I&#8217;ve been swamped with work and just now saw your comments.  I think upgrading to 2.3.1 using this method should work, and I may even try it this week.  If I do and have success, I&#8217;ll report the experience.  If you beat me, please comment with your results.  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ??????? ????? Apple TV, ??? ???? ??????? ????????? ??????????? &#8212; MacRadar</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-1508</link>
		<dc:creator>??????? ????? Apple TV, ??? ???? ??????? ????????? ??????????? &#8212; MacRadar</dc:creator>
		<pubDate>Fri, 22 May 2009 14:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-1508</guid>
		<description>[...] ????????? ??????? ?????????? (????? ??????????? ???? ?????). ????? ?????? ???????????? ? ???????? ???????: ?? [...]</description>
		<content:encoded><![CDATA[<p>[...] ????????? ??????? ?????????? (????? ??????????? ???? ?????). ????? ?????? ???????????? ? ???????? ???????: ?? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-1480</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 09 May 2009 05:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-1480</guid>
		<description>OK, updating from 2.3 to 2.3.1 fails.  Unit is still open.  I wonder, should I take it to 2.3.1 using the same method; manually downloading it from Apple and using DiskUtility to clone it to the OSBoot partition?

Thanks for any feedback.</description>
		<content:encoded><![CDATA[<p>OK, updating from 2.3 to 2.3.1 fails.  Unit is still open.  I wonder, should I take it to 2.3.1 using the same method; manually downloading it from Apple and using DiskUtility to clone it to the OSBoot partition?</p>
<p>Thanks for any feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-1449</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 08 May 2009 04:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-1449</guid>
		<description>OK, I see what you mean about the script failing.  Anyway, I plugged it into the Mac, and just cloned the downloaded .dmg to the partition and it is fine.  Syncing now, but I have not tried to upgrade to 2.3.1.  Any idea what will happen?

Thanks again for your write-up and responses.</description>
		<content:encoded><![CDATA[<p>OK, I see what you mean about the script failing.  Anyway, I plugged it into the Mac, and just cloned the downloaded .dmg to the partition and it is fine.  Syncing now, but I have not tried to upgrade to 2.3.1.  Any idea what will happen?</p>
<p>Thanks again for your write-up and responses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Carlos Méndez-García</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-1445</link>
		<dc:creator>Juan Carlos Méndez-García</dc:creator>
		<pubDate>Fri, 08 May 2009 03:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-1445</guid>
		<description>@david - If the case is already open, perhaps connecting to a Mac with an external HD enclosure or cable is perhaps a good route.  Can&#039;t say it works because I have not tried it myself, but conceptually it should work.

&lt;blockquote&gt;But during the Patchstick script it errors “error updating restore partition”. And the next line “mounting /dev/sda3 on /OSBoot failed: Invalid argument&lt;/blockquote&gt;

When you say mounting failed, I&#039;m assuming you refer to line 024 of the modified script, not to line 013 of the original script... right?

If line 024 is what failed, it is OK.  As I mentioned in the post, the script was made for upgrading from 2.x firmware, so this error happens when you upgrade from 1.x</description>
		<content:encoded><![CDATA[<p>@david &#8211; If the case is already open, perhaps connecting to a Mac with an external HD enclosure or cable is perhaps a good route.  Can&#8217;t say it works because I have not tried it myself, but conceptually it should work.</p>
<blockquote><p>But during the Patchstick script it errors “error updating restore partition”. And the next line “mounting /dev/sda3 on /OSBoot failed: Invalid argument</p></blockquote>
<p>When you say mounting failed, I&#8217;m assuming you refer to line 024 of the modified script, not to line 013 of the original script&#8230; right?</p>
<p>If line 024 is what failed, it is OK.  As I mentioned in the post, the script was made for upgrading from 2.x firmware, so this error happens when you upgrade from 1.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-1441</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 08 May 2009 00:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-1441</guid>
		<description>I&#039;m trying to go from 1.0, hoping this will solve my issue resulting from upgrading to a larger HD.  Anyway, this looks like it should work. But during the Patchstick script it errors &quot;error updating restore partition&quot;.  And the next line &quot;mounting /dev/sda3 on /OSBoot failed: Invalid argument&quot;.

Any ideas on how to resolve?  Alternatively, the case is open now, should I connect to a Mac and just restore the dmg you linked to into the &quot;restore&quot; partition?

Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to go from 1.0, hoping this will solve my issue resulting from upgrading to a larger HD.  Anyway, this looks like it should work. But during the Patchstick script it errors &#8220;error updating restore partition&#8221;.  And the next line &#8220;mounting /dev/sda3 on /OSBoot failed: Invalid argument&#8221;.</p>
<p>Any ideas on how to resolve?  Alternatively, the case is open now, should I connect to a Mac and just restore the dmg you linked to into the &#8220;restore&#8221; partition?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kilian</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-578</link>
		<dc:creator>Kilian</dc:creator>
		<pubDate>Sat, 11 Apr 2009 00:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-578</guid>
		<description>anybody ? =)</description>
		<content:encoded><![CDATA[<p>anybody ? =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcmendez</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-548</link>
		<dc:creator>jcmendez</dc:creator>
		<pubDate>Thu, 09 Apr 2009 09:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-548</guid>
		<description>There were comments on this post, and now that I migrated to Disqus they are not showing up... :&#124;&lt;br&gt;Will have to look into this problem</description>
		<content:encoded><![CDATA[<p>There were comments on this post, and now that I migrated to Disqus they are not showing up&#8230; <img src='http://8020world.com/jcmendez/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /> <br />Will have to look into this problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kilian</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-547</link>
		<dc:creator>Kilian</dc:creator>
		<pubDate>Thu, 09 Apr 2009 02:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-547</guid>
		<description>I have the SAME problem, but i noticed that even in the frozen language menu all of the &quot;special&quot; IR commands work, like video mode, reset, pair/unpair.
Does anybody have an idea what to do? </description>
		<content:encoded><![CDATA[<p>I have the SAME problem, but i noticed that even in the frozen language menu all of the &#8220;special&#8221; IR commands work, like video mode, reset, pair/unpair.<br />
Does anybody have an idea what to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Carlos Méndez-García</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-546</link>
		<dc:creator>Juan Carlos Méndez-García</dc:creator>
		<pubDate>Fri, 27 Mar 2009 01:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-546</guid>
		<description>@Anthony, @Daniel
Try powering off the unit (unplug it).  Plug it back in, and while it boots, press the up arrow on the remote.  It should recover from the recovery partition to whatever version you have there.  At this point hopefully your remote works again.  Then unpair and pair the remote (tip from http://blog.boxee.tv/2008/10/06/apple-tv-remote-woes/). Recover to factory settings using the menu.  Retry the upgrade.  Hope it helps.</description>
		<content:encoded><![CDATA[<p>@Anthony, @Daniel<br />
Try powering off the unit (unplug it).  Plug it back in, and while it boots, press the up arrow on the remote.  It should recover from the recovery partition to whatever version you have there.  At this point hopefully your remote works again.  Then unpair and pair the remote (tip from <a href="http://blog.boxee.tv/2008/10/06/apple-tv-remote-woes/)" rel="nofollow">http://blog.boxee.tv/2008/10/06/apple-tv-remote-woes/)</a>. Recover to factory settings using the menu.  Retry the upgrade.  Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-545</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 26 Mar 2009 22:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-545</guid>
		<description>I have exactly the same problem. The Apple logo appears and then shows the language selection screen, but the screen seems to be frozen. When I press buttons on the remote, the litte light on the front of the Apple TV blinks so it&#039;s obviously not a remote/battery problem. 

I&#039;ll try going back to 2.1 and then upgrading like normal.</description>
		<content:encoded><![CDATA[<p>I have exactly the same problem. The Apple logo appears and then shows the language selection screen, but the screen seems to be frozen. When I press buttons on the remote, the litte light on the front of the Apple TV blinks so it&#8217;s obviously not a remote/battery problem. </p>
<p>I&#8217;ll try going back to 2.1 and then upgrading like normal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Wolfenden</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-533</link>
		<dc:creator>Anthony Wolfenden</dc:creator>
		<pubDate>Tue, 03 Feb 2009 02:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-533</guid>
		<description>Updated an ATV2 (2.0.2 on recovery partition) to 2.3. After recovery, on reboot, the unit flashes at apple logo and the seems to freeze at the Language selection.
Can&#039;t use the remote to set the language or proceed but can access the unit via ssh.</description>
		<content:encoded><![CDATA[<p>Updated an ATV2 (2.0.2 on recovery partition) to 2.3. After recovery, on reboot, the unit flashes at apple logo and the seems to freeze at the Language selection.<br />
Can&#8217;t use the remote to set the language or proceed but can access the unit via ssh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Wolfenden</title>
		<link>http://8020world.com/jcmendez/2009/01/geeky-stuff/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/comment-page-1/#comment-532</link>
		<dc:creator>Anthony Wolfenden</dc:creator>
		<pubDate>Tue, 03 Feb 2009 02:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://8020world.com/jcmendez/2009/01/uncategorized/how-to-fix-an-upsized-apple-tv-stuck-in-10-software/#comment-532</guid>
		<description>When used to update an ATV2 (2.0.2 Recovery Partition) the unit powers up and flashes at the language selection page.  At this point can&#039;t do anything with the remote.  Is this an HDMI firmware issue?</description>
		<content:encoded><![CDATA[<p>When used to update an ATV2 (2.0.2 Recovery Partition) the unit powers up and flashes at the language selection page.  At this point can&#8217;t do anything with the remote.  Is this an HDMI firmware issue?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
