<?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>VARKEY &#187; plug computer</title>
	<atom:link href="http://www.varkey.in/tag/plug-computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.varkey.in</link>
	<description>Home!!</description>
	<lastBuildDate>Thu, 08 Dec 2011 11:12:13 +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>Seagate GoFlex Net : Installing Rescue System</title>
		<link>http://www.varkey.in/2011/09/seagate-goflex-net-installing-rescue-system/</link>
		<comments>http://www.varkey.in/2011/09/seagate-goflex-net-installing-rescue-system/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 16:02:17 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[PlugComputer]]></category>
		<category><![CDATA[goflex]]></category>
		<category><![CDATA[plug computer]]></category>
		<category><![CDATA[pogoplug]]></category>
		<category><![CDATA[rescue system]]></category>
		<category><![CDATA[sheevaplug]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2011/09/seagate-goflex-net-installing-rescue-system/</guid>
		<description><![CDATA[After installing Debian using the install script on Jeff Doozan’s page, the stock PogoPlug OS fails to boot on a GoFlex Net even though it works perfectly on a Dockstar or PogoPlug Device. So the alternative is to install Jeff’s Rescue System on the GoFlex Net, but the default installation fails to boot as well [...]]]></description>
			<content:encoded><![CDATA[<p>After installing Debian using the install script on Jeff Doozan’s page, the stock PogoPlug OS fails to boot on a GoFlex Net even though it works perfectly on a Dockstar or PogoPlug Device. So the alternative is to install <a href="http://forum.doozan.com/read.php?4,3896">Jeff’s Rescue System</a> on the GoFlex Net, but the default installation fails to boot as well and requires a slight modification for it to work properly.</p>
<p>First boot into debian from a USB device and run the following commands</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>jeff.doozan.com<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>rescue<span style="color: #000000; font-weight: bold;">/</span>install_rescue.sh
<span style="color: #c20cb9; font-weight: bold;">chmod</span> +x install_rescue.sh
.<span style="color: #000000; font-weight: bold;">/</span>install_rescue.sh</pre></div></div>

<p>Once the installation is complete, run the following command</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">fw_setenv rescue_bootcmd <span style="color: #ff0000;">'if test $rescue_installed -eq 1; then run rescue_set_bootargs; nand read.e 0x500000 0x100000 0x400000; bootm 0x500000; else run pogo_bootcmd; fi'</span></pre></div></div>

<p>After this you can shutdown the device, remove the USB drive and restart, it will successfully boot into the rescue system.</p>
<p>You can also load the Rescue System from a USB drive (you need console access), thanks to <a href="http://forum.doozan.com/read.php?4,1871,1871">Johannes</a>. For this you need to download the rescue system from <a href="http://www.sendspace.com/file/afgz0q">here</a> and put the files on the root directory of a FAT formatted USB drive.</p>
<p>Now you need to interrupt the boot process through the console by pressing a key when prompted. You can either use a serial adapter or <a href="http://forum.doozan.com/read.php?3,14,14">netconsole</a> (provided you have set it up already)&#160; for this.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">U-Boot <span style="color: #000000;">2010.09</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>Oct <span style="color: #000000;">23</span> <span style="color: #000000;">2010</span> - <span style="color: #000000;">11</span>:<span style="color: #000000;">53</span>:<span style="color: #000000;">10</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
Marvell-GoflexNet by Jeff Doozan, Peter Carmichael
Hit any key to stop autoboot:  <span style="color: #000000;">0</span></pre></div></div>

<p>Once you have interrupted uBoot and at the Marvell&gt;&gt; prompt, connect the USB drive and run the following commands</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">usb start
fatload usb <span style="color: #000000;">0</span>:<span style="color: #000000;">1</span> 0x500000 uimage
fatload usb <span style="color: #000000;">0</span>:<span style="color: #000000;">1</span> 0xe00000 uinitrd
setenv bootargs <span style="color: #007800;">console</span>=<span style="color: #007800;">$console</span> <span style="color: #007800;">$mtdparts</span>
bootm 0x500000 0xe00000</pre></div></div>

<p>The rescue system now boots and you can re run the debian installer or do further troubleshooting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2011/09/seagate-goflex-net-installing-rescue-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GuruPlug Server Plus – Unboxing</title>
		<link>http://www.varkey.in/2010/05/guruplug-server-plus-unboxing/</link>
		<comments>http://www.varkey.in/2010/05/guruplug-server-plus-unboxing/#comments</comments>
		<pubDate>Fri, 28 May 2010 03:28:11 +0000</pubDate>
		<dc:creator>VARKEY</dc:creator>
				<category><![CDATA[PlugComputer]]></category>
		<category><![CDATA[Show Off]]></category>
		<category><![CDATA[guruplug]]></category>
		<category><![CDATA[plug computer]]></category>
		<category><![CDATA[sheeva]]></category>
		<category><![CDATA[sheevaplug]]></category>

		<guid isPermaLink="false">http://www.varkey.in/2010/06/guruplug-server-plus-unboxing/</guid>
		<description><![CDATA[Two weeks back I got the GuruPlugs that I ordered in April Here are the pics &#160; Total damages for the two plugs 305 USD + 37 USD (Shipping) = 342 USD ~ 15000 INR and they also charged 15% Duty + Service Charges ~ 2500 INR So final cost 8750 INR per plug.]]></description>
			<content:encoded><![CDATA[<p>Two weeks back I got the <a href="http://www.globalscaletechnologies.com/p-32-guruplug-server-plus.aspx" target="_blank">GuruPlugs</a> that I ordered in April <img src='http://www.varkey.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Here are the pics</p>
<p><a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3357.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3357" border="0" alt="IMG_3357" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3357_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3358.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3358" border="0" alt="IMG_3358" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3358_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3359.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3359" border="0" alt="IMG_3359" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3359_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3360.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3360" border="0" alt="IMG_3360" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3360_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3363.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3363" border="0" alt="IMG_3363" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3363_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3365.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3365" border="0" alt="IMG_3365" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3365_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3368.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3368" border="0" alt="IMG_3368" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3368_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3370.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3370" border="0" alt="IMG_3370" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3370_thumb.jpg" width="246" height="186" /></a> <a href="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3371.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="IMG_3371" border="0" alt="IMG_3371" src="http://www.varkey.in/wp-content/uploads/2010/06/IMG_3371_thumb.jpg" width="246" height="186" /></a>&#160;</p>
<p>Total damages for the two plugs 305 USD + 37 USD (Shipping) = 342 USD ~ 15000 INR and they also charged 15% Duty + Service Charges ~ 2500 INR <img src='http://www.varkey.in/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  So final cost 8750 INR per plug.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.varkey.in/2010/05/guruplug-server-plus-unboxing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

