You found the friendliest gaming & tech geeks around. Say hello!
Thrax
Professional Shill, Fashion Police, Complex Hierarchy Interpreter, Community Leader, D&D Supernerd, Supporter, Dance Commander, Official Rep, Expo Attendee
Icrontic — Home of the Big Beef Burrito since 8-8-2000, fool. A Short-Media community © 2003–2013. Powered with <3 from Vanilla & WordPress.
Comments
After typing in '1' 'Which windows admin would you like to log into' command, I get directed to:
D:\WINDOWS instead of C:\WINDOWS
Is it possible to still use the solution above if that's the case? Don't want to do anything yet since I'm scared it will further exacerbate the prob. >___<
Hope someone can answer this!
Make sure any hard disk drives are powered on and properly connected to your computer, and that any disk-related hardware configuration is correct. This may involve running a manufacturer-supplied diagnostic or setup program.
Setup cannot continue. To quit setup, press F3.
mahaveer: Sounds like your HDD is bad (mechanical failure of some sort). Ensure that all the plugs are in the right spot and try the steps again. If you get the same result or hear any clicking, then the HDD is toast.
Vipin: Glad to hear it worked for you
therain: That sounds like it is trying to mount parts of your registry that are then making the command prompt bomb out. Not sure what to do there without using a boot disc that can do offline registry fixing (and I'm not going to be able to discuss that because we only support and recommend legal actions here).
for you help
francs
Still have the BSOD.
Mike
C: ATTRIB -H -S -R C:\\boot.ini
thanks a lot for the idea
At the end of this process, I was left with the option to boot two different, yet identically named versions of "Microsoft Windows XP Professional". To fix this I had to edit my boot.ini file in Windows.
Just wanted to let people know that they might need to do some additional work not mentioned in this article.
Thank you a lot.
CHKDSK /? does not list a /F as a valid parameter, but it does list /P. CHKDSK /R /P does run.
You need to proofread your text, before publishing it.
* C: CD ..
* C: ATTRIB -H C:\\boot.ini
* C:ATTRIB -S C:\\boot.ini
* C:ATRIB -R C:\\boot.ini
* C: del boot.ini
* C: BOOTCFG /Rebuild
* C: CHKDSK /R /F
* C: FIXBOOT
Watch the typos!
Also, all you need to do is
`ATTRIB -RSH file1 file2....filen'
But worse still,
YOU FORGOT TO BACK UP THE BOOT.INI with
`cp boot.ini boot.bak'
THIS IS IMPORTANT!
__NEVER__ edit system files without first saving a copy.
Shame On You!
I hope you haven't led too many people into screwing their computers into oblivion, like most of the other Geek Squad wanabees have, already.
HAND.
might need
"aattrib -r -s -h" (without the quotes)
instead of
"attrib -rsh" (without the quotes)
to clear all the flags. This is true in Windows 2000. YMMV