<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: C Drive dead, how to move ntdetect?</title>
	<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect/</link>
	<description>Comments on Ask MetaFilter post C Drive dead, how to move ntdetect?</description>
	<pubDate>Sat, 18 Jun 2005 17:10:39 -0800</pubDate>
	<lastBuildDate>Sat, 18 Jun 2005 17:10:39 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: C Drive dead, how to move ntdetect?</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect</link>	
		<description>My master harddrive has gone tits-up, how can I boot from the slave? &lt;br /&gt;&lt;br /&gt; The opperating system (Windows 2000) is on the slave hardrive&apos;s primary partition (H:), but the master boot record and whatever Windows 2000 uses to boot (ntdectect.com?) resides on the master harddrive&apos;s primary partition (C:).&lt;br&gt;
&lt;br&gt;
I can, intermittantly, boot -- apparently the master is still sometimes readable.&lt;br&gt;
&lt;br&gt;
Is salvaging the situation as simple as copying ntdecect to the root of the primary boot partition on the slave drive, and then physically disconnnecting the master hdd? Do I need to fuss with the slave&apos;s MBR too?&lt;br&gt;
&lt;br&gt;
In short, can anyone give me or point me to step-by-step instructions for moving Windows 2000&apos;s bootstrapping completely to the slave?&lt;br&gt;
&lt;br&gt;
I can&apos;t just reinstall the OS -- while it&apos;s a legal copy, the OS install disks are currently in storage in another state.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.20100</guid>
		<pubDate>Sat, 18 Jun 2005 17:07:37 -0800</pubDate>
		<dc:creator>orthogonality</dc:creator>
		
			<category>disk</category>
		
			<category>failure</category>
		
			<category>Windows</category>
		
			<category>2000</category>
		
			<category>boot</category>
		
	</item> <item>
		<title>By: five fresh fish</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329262</link>	
		<description>Looks to me that NTLDR is important; also, boot.ini is a text-editable file telling the system where NT is.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329262</guid>
		<pubDate>Sat, 18 Jun 2005 17:10:39 -0800</pubDate>
		<dc:creator>five fresh fish</dc:creator>
	</item><item>
		<title>By: Gyan</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329272</link>	
		<description> There has to be some pointer in the slave&apos;s MBR that points to NTLDR. Just copying shouldn&apos;t work, but is a necessary condition. Imagine you had 95 and just placed NT* in the root. You wouldn&apos;t expect NT loader to come up. Also, even if you get a proper MBR, I&apos;m not sure NT will load. Configuration files will be broken coz your new drive letter assignment (probably C) wouldn&apos;t match with the &apos;H&apos; in the config files. But I think the original loading sequence is letter-agnostic and a relative reference. What you could try is an utility that can copy the MBR and &apos;paste it&apos; on the new drive.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329272</guid>
		<pubDate>Sat, 18 Jun 2005 17:47:41 -0800</pubDate>
		<dc:creator>Gyan</dc:creator>
	</item><item>
		<title>By: Gyan</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329274</link>	
		<description>Strike the MBR copying. The MBR will be drive-specific since the exact location of NTLDR and partition table won&apos;t be the same.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329274</guid>
		<pubDate>Sat, 18 Jun 2005 17:53:15 -0800</pubDate>
		<dc:creator>Gyan</dc:creator>
	</item><item>
		<title>By: Gyan</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329279</link>	
		<description>From MS support:&lt;br&gt;
&lt;br&gt;
&lt;i&gt;On Intel-based computers, the system BIOS controls the initial operating system boot process. After the initial Power On Self Test (POST) when hardware components are initialized, the system BIOS identifies the boot device. Typically, this is a floppy disk or a hard disk. In the case of the hard disk, the BIOS reads the first physical sector on the disk, called the Master Boot Sector, and loads an image of it into memory. The BIOS then transfers execution to that image of the Master Boot Sector.&lt;br&gt;
&lt;br&gt;
The Master Boot Record contains the partition table and a small amount of executable code. The executable code examines the partition table and identifies the active (or bootable) partition. The Master Boot Record then finds the active partition&apos;s starting location on the disk and loads an image of its first sector, called the Boot Sector, into memory. The Master Boot Record then transfers execution to that Boot Sector image.&lt;br&gt;
&lt;br&gt;
Whereas the Master Boot Record is generally operating system independent, the Boot Sector of the active partition is dependent on both the operating system and the file system. In the case of Windows NT and Windows NT Advanced Server, the Boot Sector is responsible for locating the executable file, NTLDR, which continues the boot process. The only disk services available to the Boot Sector code at this stage of system boot up are provided by the BIOS INT 13 interface. The Boot Sector code must be able to find NTLDR and file system data structures such as the root directory&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Not much help, but should be clearer.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329279</guid>
		<pubDate>Sat, 18 Jun 2005 18:00:39 -0800</pubDate>
		<dc:creator>Gyan</dc:creator>
	</item><item>
		<title>By: NotMyselfRightNow</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329286</link>	
		<description>&lt;small&gt;&lt;em&gt;(I just gotta say, if you removed the word &quot;harddrive&quot; from the post, this would have been one of the best single lines ever posted to MeFi)&lt;/em&gt;&lt;/small&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329286</guid>
		<pubDate>Sat, 18 Jun 2005 18:30:26 -0800</pubDate>
		<dc:creator>NotMyselfRightNow</dc:creator>
	</item><item>
		<title>By: RecalcitrantYouth</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329305</link>	
		<description>Is H: the primary partition of your slave drive?  Is the partition set as bootable?  If so, it may be as simple as disconnecting the master, changing the slave to master, and doing a &quot;fdisk /mbr&quot;.  When I have tried this before, it installs a default MBR, which will try to boot from the first Primary partition on the drive.  (Haven&apos;t tried it in this particular scenario though).&lt;br&gt;
&lt;br&gt;
Another option is to try installing a different boot loader e.g. &lt;a href=http://www.gnu.org/software/grub/&gt;grub&lt;/a&gt; or &lt;a href=http://www.acm.uiuc.edu/workshops/linux_install/lilo.html&gt;lilo&lt;/a&gt;.  Both of these can boot Win2K, NT, XP etc, and they are more flexible than the default MS bootloader.&lt;br&gt;
&lt;br&gt;
That said, I&apos;ve only tried the boot loaders above as part of a Linux install, never individually.&lt;br&gt;
&lt;br&gt;
Good Luck!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329305</guid>
		<pubDate>Sat, 18 Jun 2005 20:08:38 -0800</pubDate>
		<dc:creator>RecalcitrantYouth</dc:creator>
	</item><item>
		<title>By: dorian</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329577</link>	
		<description>what the &lt;b&gt;Youth&lt;/b&gt; recalcitrantly said.&lt;br&gt;
&lt;br&gt;
alternately, if you need only to salvage data, something like &lt;a href=&quot;http://kanotix.com&quot;&gt;kanotix&lt;/a&gt; is always good (esp. since it&apos;s (a) a bootable live cd and (2) has the &lt;a href=&quot;http://www.jankratochvil.net/project/captive/&quot;&gt;captive&lt;/a&gt; software installed, for accessing ntfs. I recently used it to recover a friend&apos;s machine and it worked quite a treat.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329577</guid>
		<pubDate>Sun, 19 Jun 2005 15:34:35 -0800</pubDate>
		<dc:creator>dorian</dc:creator>
	</item><item>
		<title>By: dorian</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329578</link>	
		<description>)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329578</guid>
		<pubDate>Sun, 19 Jun 2005 15:36:27 -0800</pubDate>
		<dc:creator>dorian</dc:creator>
	</item><item>
		<title>By: Gyan</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329621</link>	
		<description>Let us know how you solved it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329621</guid>
		<pubDate>Sun, 19 Jun 2005 17:03:32 -0800</pubDate>
		<dc:creator>Gyan</dc:creator>
	</item><item>
		<title>By: orthogonality</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329740</link>	
		<description>Thanks for all the responses (and especially to uncompelling &lt;a href=&apos;http://ask.metafilter.com/mefi/20100#329286&apos;&gt;who&lt;/a&gt; at least gave me something to grin about).&lt;br&gt;
&lt;br&gt;
dorian&apos;s &lt;a href=&apos;http://ask.metafilter.com/mefi/20100#329577&apos;&gt;suggestion&lt;/a&gt; of &lt;em&gt;&quot;something like &lt;a href=&quot;http://kanotix.com&quot;&gt;kanotix&lt;/a&gt;&quot;&lt;/em&gt; led me to kanotix&apos;s page; that page being in German lead me to think &quot;Knoppix&quot;, and &lt;a href=&quot;http://www.knopper.net/knoppix/index-en.html&quot;&gt;Knoppix&lt;/a&gt; (and the &lt;a href=&quot;irc://freenode.net&quot;&gt;freenode.net&lt;/a&gt; ##linux channel) got me to diagnosing my problems with &lt;a href=&quot;http://smartmontools.sourceforge.net/&quot;&gt;smartctl&lt;/a&gt;. (Note that running smartctl requires you to be root; in Knoppix that&apos;s as easy as &quot;su root&quot;, no password.)&lt;br&gt;
&lt;br&gt;
Knoppix also allowed me to copy the various NT bootloader crap, which (having no better solution at hand) I ftp&apos;d to my web site.&lt;br&gt;
&lt;br&gt;
Before I started Knoppix, I was able to successfully boot Windows 2000, so it appears the drive problem is intermittent.&lt;br&gt;
&lt;br&gt;
Knoppix managed to mount all my drives, but only shows files in the primary partitions, with the logical partitions showing as empty; on the up side, it can read the NTFS volumes (even one that&apos;s compressed) and prudently mounted them read only. On the down side, I know one of the primaries is FAT32 and actually empty (long ago I was going to install linux there, and now I wish I had), but I can&apos;t figure out which that is, as Knoppix mounted them all as &quot;auto&quot; filesystems.&lt;br&gt;
&lt;br&gt;
Knoppix (I&apos;m writing from it now) is surprisingly nice graphically, far better than I expected, except for some font ugliness. I&apos;m now leaning more toward moving to linux, although I miss some MS-Windows features, like assignable mouse buttons. Knoppix installs with, among other things, Firefox, and I was able to install MetaFilthy without issue (Chatzilla also installs, but fails to connect; fortunately, Knoppix also includes X-Chat).&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
My plan now is to see if the recovered NT bootloader stuff can be copied to the second harddrive; since that drive is NTFS, that will be a challenging unless I can get Windows 2000 to boot once again (dorian&apos;s suggestion of captive NTFS may come into play).&lt;br&gt;
&lt;br&gt;
If not, I may just go with Linux permanently -- the truth is, most of my real productive work takes place in cygwin as it is, I&apos;ve gone through contortions to run Apache and postgresql via combinations of cygwin and MS-Windows services, and I&apos;ve been careful for the last several years to use tools (like my editor) that are cross platform. (Though I do so want a spellchecker with a GUI as efficient as &lt;a href=&quot;http://microspell.com/&quot;&gt;microspell&apos;s&lt;/a&gt; advanced interface.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329740</guid>
		<pubDate>Sun, 19 Jun 2005 23:12:25 -0800</pubDate>
		<dc:creator>orthogonality</dc:creator>
	</item><item>
		<title>By: orthogonality</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329744</link>	
		<description>Er, to NotMyselfRightNow. See, that&apos;s why I like microspell, it would have flagged &quot;NotMyselfRightNow&quot; differently than mathowie&apos;s built-in spellchecker, and I wouldn&apos;t have ok&apos;d changing it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329744</guid>
		<pubDate>Sun, 19 Jun 2005 23:14:34 -0800</pubDate>
		<dc:creator>orthogonality</dc:creator>
	</item><item>
		<title>By: dorian</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329849</link>	
		<description>&lt;i&gt;&quot;df -aT&quot;&lt;/i&gt; from a command line will let you know which partition is the fat32 one, I believe.&lt;br&gt;
&lt;br&gt;
the read-only of ntfs is, I believe, &apos;cos initially knoppix/etc. uses the default ntfs module (for which write support is horribly broken/nonextant!!) -- to write ntfs safely from lunix requires unmounting the partitions and remounting using the captive software.&lt;br&gt;
&lt;br&gt;
kanotix is basically knoppix+/-. I forget why I initially went with it, but it&apos;s been ok. I guess everyone has their own little improvements to a distro. also, I used to quite dislike kde, but I have been enjoying it rather a lot in fact. even the 1-click lifestyle.&lt;br&gt;
&lt;br&gt;
good lucks whatever you decide.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329849</guid>
		<pubDate>Mon, 20 Jun 2005 07:23:18 -0800</pubDate>
		<dc:creator>dorian</dc:creator>
	</item><item>
		<title>By: Gyan</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#329858</link>	
		<description>&lt;i&gt;My plan now is to see if the recovered NT bootloader stuff can be copied to the second harddrive&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
 Your MBR can be generic, but the NT boot sector will need to have the location of NTLDR. Depending on whether it locates it or it is hardcoded in, it will or will not work.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-329858</guid>
		<pubDate>Mon, 20 Jun 2005 07:48:47 -0800</pubDate>
		<dc:creator>Gyan</dc:creator>
	</item><item>
		<title>By: orthogonality</title>
		<link>http://ask.metafilter.com/20100/C-Drive-dead-how-to-move-ntdetect#330006</link>	
		<description>Ok, problem fixed (more or less); I go into detail in case someone else has the same problem and googles this page.&lt;br&gt;
&lt;br&gt;
As the bad drive works intermittently I copied off these three files: ntdetect.com, ntldr, and boot.ini, and placed them in the root of the primary boot partition on the good drive (in my case, that&apos;s H:\ under windows, or hdb1 under Knoppix).&lt;br&gt;
&lt;br&gt;
I edited boot.ini&apos;s default line to point it at the correct disk, from &lt;pre&gt;default=multi(0)disk(0)rdisk(1)partition(1)\WINNT&lt;/pre&gt;to&lt;pre&gt;default=multi(0)disk(0)rdisk(0)partition(1)\WINNT&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
I&apos;d probably have had to add a line like &lt;pre&gt;multi(0)disk(0)rdisk(0)partition(1)\WINNT=&quot;Microsoft Windows 2000 Professional RDISK0 DEFAULT&quot; /fastdetect&lt;/pre&gt;&lt;br&gt;
&lt;br&gt;
except that line already existed, pointing at the previously used copy of Windows 2000 on the C drive.&lt;br&gt;
&lt;br&gt;
In summary, I modified boot.ini so it pointed at disk zero rather than disk one. Note that I also changed the displayed text (&quot;Microsoft Windows 2000 Professional &lt;b&gt;RDISK0 DEFAULT&lt;/b&gt;&quot;) so that I could see that my modified boot.ini on the working drive was being read, and not the boot.ini on the wonky drive.&lt;br&gt;
&lt;br&gt;
Next, in the BIOS, I switched the assignments of the Master and Slave drives, making the slave the master (&quot;Disk 0&quot;)as far as the BIOS was concerned. &lt;br&gt;
&lt;br&gt;
(Note that in the IDE config, Master and Slave &lt;i&gt;don&apos;t&lt;/i&gt; change, the bad drive is still referred to as the master. But there&apos;s another menu that designates the &quot;2nd IDE&quot; as &quot;Master&quot;. I &lt;i&gt;suspect&lt;/i&gt; this is only possible because the dip switches on the second harddrive are set to the &quot;Cable Select&quot; setting rather than explicitly making it the slave.)&lt;br&gt;
&lt;br&gt;
Now the machine boots from the Slave, which the BIOS treats as disk 0 and which has Ntdetect.com and ntldr in the root of its first partition, and a boot.ini that  specifies the correct location for Windows 2000, in the subdirectory &quot;WINNT&quot; on that same partition.&lt;br&gt;
&lt;br&gt;
To my surprise, the change in the BIOS doesn&apos;t affect assigned drive letters, and the &quot;Logical Disk Management Service&quot; (Control Panel|Administrative Tools|Computer Management|Storage|Disk Management) still shows the wonky drive as &quot;Disk 0&quot;.&lt;br&gt;
&lt;br&gt;
So it appears the BIOS assignment of Disk 1 as Master just affects where booting starts. Nice.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
My great thanks to dorian for suggesting kanotix, which led to knoppix; while it didn&apos;t turn out to be &lt;i&gt;necessary&lt;/i&gt; to the fix, it was a real relief to have a working computer in the interim, and the smartctl included with knoppix helped to determine exactly what the wonky disk&apos;s problem is. (and I did use Knoppix to copy the files off the wonky disk.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.20100-330006</guid>
		<pubDate>Mon, 20 Jun 2005 13:41:48 -0800</pubDate>
		<dc:creator>orthogonality</dc:creator>
	</item>
	</channel>
</rss>
