<?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"
	>
<channel>
	<title>Comments on: Nothing is ever easy</title>
	<atom:link href="http://codylogan.net/2007/08/20/nothing-is-ever-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://codylogan.net/2007/08/20/nothing-is-ever-easy/</link>
	<description>Randomosity at its randomest</description>
	<pubDate>Fri, 05 Dec 2008 00:29:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Christian</title>
		<link>http://codylogan.net/2007/08/20/nothing-is-ever-easy/#comment-3238</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Mon, 11 Aug 2008 06:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://codylogan.net/2007/08/20/nothing-is-ever-easy/#comment-3238</guid>
		<description>I just smacked this button on Friday and am despondent.  F***ing dell!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>I just smacked this button on Friday and am despondent.  F***ing dell!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody</title>
		<link>http://codylogan.net/2007/08/20/nothing-is-ever-easy/#comment-1462</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Sat, 29 Dec 2007 09:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://codylogan.net/2007/08/20/nothing-is-ever-easy/#comment-1462</guid>
		<description>Thanks for sharing, Ron. Screwing up your computer is never fun, especially if a single button can cause such mayhem.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, Ron. Screwing up your computer is never fun, especially if a single button can cause such mayhem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://codylogan.net/2007/08/20/nothing-is-ever-easy/#comment-1460</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Fri, 28 Dec 2007 21:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://codylogan.net/2007/08/20/nothing-is-ever-easy/#comment-1460</guid>
		<description>http://ubuntuforums.org/showpost.php?p=4030535&#38;postcount=9

I found a fix for the Dell Self-destruct-direct (MediaDirect) button problem.

A little background info might be in order though. What the Dell MediaDirect button (next to the power button and has a house icon on it similar to an internet browsers "Home" button) does when the hard drive is partitioned in a way that it does not expect (aka, linux installed) it rewrites the partition table that it thinks it should have. Your partition table is essentially like the table of contents pages in a book with 100 billion pages, without it your screwed.

What we're going to do here is offer a way to disable the button if you don't care about the data on the drive (like right after a fresh install) OR a way to recover your partition table with a nifty program called testdisk.

Plan A - Disable Destruct Button
You can low-level format your hard drive to permanently remove the danger the button poses to your future data, because you _will_ loose ALL data currently on your drive. Issue the following command from a live CD/DVD booted system.

****WARNING USE ONLY FROM LIVE CD/DVD******
****WARNING WILL DESTORY ALL DATA ON DISK*******
Code:

sudo dd if=/dev/zero of=/dev/sda

The above command writes zeros in every sector of your hard drive, aka "Zeroing the drive". Zeroing the drive has been known to overwrite the HPA (Host Protected Area) of the hard drive where the MediaDirect partition is hidden on the drive. Afterwards, pressing the self-destruct button will harmlessly show the MediaDirect splash screen and then boot GRUB.

The above came from Skuzniak here

Plan B - RECOVER YOUR DATA.
If you have pressed the dreaded MediaDirect button and now have a very expensive paper weight for a laptop, FEAR NOT! testdisk to the rescue!

1) Boot up your live CD/DVD (like the one you used to install from).

2) Copy the additional repositories to your /etc/apt/sources.list file on your live CD/DVD session. The live CD isn't mean to install packages/programs to since it is erased when your reboot, however, if needed you can install a small amount of extra data. Like repair utilities. You can find instructions on how to do this HERE.

3) Issue the following command to update your repository list after you changed your sources.list file and also install the precious data recovery utility "testdisk", as well as run testdisk after it's installed creating a testdisk.log file of all it's actions in the directory you issue the following command from.
Code:

sudo apt-get update &#38;&#38; sudo apt-get install testdisk &#38;&#38; sudo testdisk /log

4) Use the arrow keys to select your laptop hard drive. If you are using the live CD/DVD you should see two hard drives.

/dev/hda (the live CD virtual drive) and /dev/sda (your laptop hard drive)

To "Proceed", tap the "Enter/Return" key when you've selected the appropriate hard drive.

5) Tap the "Enter/Return" key again on the next screen to select "Intel/PC" partition type.

6) Tap the "Enter/Return" key again on the next screen to "Analyse" (spelled the way it is in the program) your hard disk and search for your lost partitions.

7) This screen shows the screwed up partition table.. just tap the "Enter/Return" key again to "Proceed"

If you're lucky you'll see two or three partitions (If you let Ubuntu install configure your disk for you). Something like what you see below:
Code:

* Linux 0 1 1 18752 254 63 301266882
L Linux Swap 18753 0 1 19456 254 63 11309760

Tap the "Enter/Return" key again to "Proceed"

9) Now tap the right arrow key twice and tap the "Enter/Return" key to write the recovered partition table. Confirm it by taping the "Y" key and then the "Enter/Return" key.

10) Reboot your computer and take the live CD/DVD out.

NOTE: I had to do this twice for it to work for some reason, but after that, my precious Kubuntu booted up normal just like it used to without one file missing!

THANK YOU NICOLAE and PSEUDOMANCER!</description>
		<content:encoded><![CDATA[<p><a href="http://ubuntuforums.org/showpost.php?p=4030535&amp;postcount=9" rel="nofollow">http://ubuntuforums.org/showpost.php?p=4030535&amp;postcount=9</a></p>
<p>I found a fix for the Dell Self-destruct-direct (MediaDirect) button problem.</p>
<p>A little background info might be in order though. What the Dell MediaDirect button (next to the power button and has a house icon on it similar to an internet browsers &#8220;Home&#8221; button) does when the hard drive is partitioned in a way that it does not expect (aka, linux installed) it rewrites the partition table that it thinks it should have. Your partition table is essentially like the table of contents pages in a book with 100 billion pages, without it your screwed.</p>
<p>What we&#8217;re going to do here is offer a way to disable the button if you don&#8217;t care about the data on the drive (like right after a fresh install) OR a way to recover your partition table with a nifty program called testdisk.</p>
<p>Plan A - Disable Destruct Button<br />
You can low-level format your hard drive to permanently remove the danger the button poses to your future data, because you _will_ loose ALL data currently on your drive. Issue the following command from a live CD/DVD booted system.</p>
<p>****WARNING USE ONLY FROM LIVE CD/DVD******<br />
****WARNING WILL DESTORY ALL DATA ON DISK*******<br />
Code:</p>
<p>sudo dd if=/dev/zero of=/dev/sda</p>
<p>The above command writes zeros in every sector of your hard drive, aka &#8220;Zeroing the drive&#8221;. Zeroing the drive has been known to overwrite the HPA (Host Protected Area) of the hard drive where the MediaDirect partition is hidden on the drive. Afterwards, pressing the self-destruct button will harmlessly show the MediaDirect splash screen and then boot GRUB.</p>
<p>The above came from Skuzniak here</p>
<p>Plan B - RECOVER YOUR DATA.<br />
If you have pressed the dreaded MediaDirect button and now have a very expensive paper weight for a laptop, FEAR NOT! testdisk to the rescue!</p>
<p>1) Boot up your live CD/DVD (like the one you used to install from).</p>
<p>2) Copy the additional repositories to your /etc/apt/sources.list file on your live CD/DVD session. The live CD isn&#8217;t mean to install packages/programs to since it is erased when your reboot, however, if needed you can install a small amount of extra data. Like repair utilities. You can find instructions on how to do this HERE.</p>
<p>3) Issue the following command to update your repository list after you changed your sources.list file and also install the precious data recovery utility &#8220;testdisk&#8221;, as well as run testdisk after it&#8217;s installed creating a testdisk.log file of all it&#8217;s actions in the directory you issue the following command from.<br />
Code:</p>
<p>sudo apt-get update &amp;&amp; sudo apt-get install testdisk &amp;&amp; sudo testdisk /log</p>
<p>4) Use the arrow keys to select your laptop hard drive. If you are using the live CD/DVD you should see two hard drives.</p>
<p>/dev/hda (the live CD virtual drive) and /dev/sda (your laptop hard drive)</p>
<p>To &#8220;Proceed&#8221;, tap the &#8220;Enter/Return&#8221; key when you&#8217;ve selected the appropriate hard drive.</p>
<p>5) Tap the &#8220;Enter/Return&#8221; key again on the next screen to select &#8220;Intel/PC&#8221; partition type.</p>
<p>6) Tap the &#8220;Enter/Return&#8221; key again on the next screen to &#8220;Analyse&#8221; (spelled the way it is in the program) your hard disk and search for your lost partitions.</p>
<p>7) This screen shows the screwed up partition table.. just tap the &#8220;Enter/Return&#8221; key again to &#8220;Proceed&#8221;</p>
<p>If you&#8217;re lucky you&#8217;ll see two or three partitions (If you let Ubuntu install configure your disk for you). Something like what you see below:<br />
Code:</p>
<p>* Linux 0 1 1 18752 254 63 301266882<br />
L Linux Swap 18753 0 1 19456 254 63 11309760</p>
<p>Tap the &#8220;Enter/Return&#8221; key again to &#8220;Proceed&#8221;</p>
<p>9) Now tap the right arrow key twice and tap the &#8220;Enter/Return&#8221; key to write the recovered partition table. Confirm it by taping the &#8220;Y&#8221; key and then the &#8220;Enter/Return&#8221; key.</p>
<p>10) Reboot your computer and take the live CD/DVD out.</p>
<p>NOTE: I had to do this twice for it to work for some reason, but after that, my precious Kubuntu booted up normal just like it used to without one file missing!</p>
<p>THANK YOU NICOLAE and PSEUDOMANCER!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody</title>
		<link>http://codylogan.net/2007/08/20/nothing-is-ever-easy/#comment-484</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Sun, 02 Sep 2007 22:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://codylogan.net/2007/08/20/nothing-is-ever-easy/#comment-484</guid>
		<description>I've looked around, but I can't find anything about disabling it. Apparently, you can download programs to reassign it but I'm not too sure about how those work. I just avoid pushing it so I haven't messed around with trying to disable it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve looked around, but I can&#8217;t find anything about disabling it. Apparently, you can download programs to reassign it but I&#8217;m not too sure about how those work. I just avoid pushing it so I haven&#8217;t messed around with trying to disable it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Thornton</title>
		<link>http://codylogan.net/2007/08/20/nothing-is-ever-easy/#comment-471</link>
		<dc:creator>Richard Thornton</dc:creator>
		<pubDate>Sun, 02 Sep 2007 00:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://codylogan.net/2007/08/20/nothing-is-ever-easy/#comment-471</guid>
		<description>I have a Dell E1505;  The computer is fine, but the MediaDirect key is a killer!  I have also nuked all Dell installed partitions, but try pushing this mediadirect button!  It will nuke your hard drive.  Do you know how to disable the mediadirect key?</description>
		<content:encoded><![CDATA[<p>I have a Dell E1505;  The computer is fine, but the MediaDirect key is a killer!  I have also nuked all Dell installed partitions, but try pushing this mediadirect button!  It will nuke your hard drive.  Do you know how to disable the mediadirect key?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
