InterviewSolution
| 1. |
Solve : Will not boot.? |
|
Answer» 0. Dang! You're way too fast for me. You MUST be every employer's dream. What was the original reason this computer wasn't being used? There was a problem that the OS did not install as an entire partition and only as 8MB. Since windows is amazing I couldn't use the regular Disk Management to combine the rest of the disk to the Primary Partition. Luckily I have Norton Partition Magic and I just combined the unpartitioned space to my Primary Partition and everything is great. 2. Ntdetect.chk. NTLDR runs ntdetect.com, which gathers information about the computer's hardware. (If ntdetect hangs during hardware detection there is a debug version called ntdetect.chk which can be found on Microsoft support.) http://en.wikipedia.org/wiki/NTLDR http://en.wikipedia.org/wiki/Ntdetect.com 1. I meant 8GB sorry for the confusion lol. 2. Hmmn, I'll CHECK that out.. probably could have helped me out in many ways haha.1. BIOS Update. If you've encountered an 8 GB disk partition limit, there's probably a BIOS update available for that computer. If brand name computer, check their website, otherwise website of motherboard manufacturer. Check the release notes on each BIOS update (to see what changes/fixes it supports); or just go with the lastest one that supports your computer and operating system. Flashing the BIOS isn't something I like to do. If you screw up, you may not be able to access the computer. 2. Ntdetect.chk. It's difficult to find much information on this. Basically you replace "ntdetect.com" with "ntdetect.chk" in the boot process and OBSERVE the debug hardware enumeration information it displays on screen during system startup. Replacement is done by renaming "ntdetect.chk" to "ntdetect.com" (after saving off ntdetect.com to another name; e.g. "ntdetect.std"). You make the file changes (ntdetect.com) on the boot device you wish to use for troubleshooting. This could be the hard drive, floppy drive, CD-ROM drive, or USB drive. Doesn't matter as long as the boot device has the files necessary to boot the operating system (normally this is just ntldr, ntdetect.com, and boot.ini). See How Windows Starts Up (Part the second).1. I'll look for a BIOS update, since that'd be something I'd want to update even without a problem persisting. As of right now the computer is great with no problems and no BSODs. 2. So then you don't actually have to download the file, you simply just rename it?Quote from: sierobin on September 27, 2009, 05:55:32 PM 1. I'll look for a BIOS update, since that'd be something I'd want to update even without a problem persisting. As of right now the computer is great with no problems and no BSODs.1. Good. Problem solved! 2. Do nothing or you will be right back here again when it won't boot.Quote from: Computer_Commando on September 27, 2009, 06:05:56 PM 1. Good. Problem solved! Haha, :]Quote from: sierobin on September 27, 2009, 05:55:32 PM 2. So then you don't actually have to download the file, you simply just rename it? "Ntdetect.chk" is included within the Windows XP Support Tools package which you would install onto your system. You can either download it from Windows XP Service Pack 2 Support Tools or access the "\Support\Tools" folder on your Windows XP CD. You need to replace the regular "ntdetect.com" with the debug version "ntdetect.chk" in the startup boot sequence. Since "ntldr" is looking for "ntdetect.com" you must either copy or rename debug version to "ntdetect.com". If you don't want to modify the "working" system, you can boot the operating system off the hard drive from another device. Create a bootable floppy, CD, or USB drive with the necessary files (ntldr, ntdetect.com, and boot.ini) in the root directory. Boot from that device to troubleshoot. |
|