Showing posts with label SystemRecovery. Show all posts
Showing posts with label SystemRecovery. Show all posts

Thursday, June 26, 2014

[FIX] Windows Server Domain Controller failed to start with Error Code: 0xc0000001


Blue Screen? OMG~~
STOP: c00002e2 Directory Services could not start because of the following error: A device attached to the system is not functioning.

Error Status: 0xc0000001. Please shutdown this system and reboot into Directory Services Restore Mode, check the event log for more detailed information.


If this happens in Domain controller server, which is in Windows Server 2008/2008 R2 or Windows Server 2012/2012R2

Restart the server and press F8 key, select Directory Services restore mode.
Log in with the local administrator username and password
Type: cd \windows\system32
Type: NTDSUTIL
Type: activate instance NTDS
Type: files
If you encounter an error stating that the Jet engine could not be initialized exit out of ntdsutil.

Type: cd\
Type: md backupad
Type: cd \windows\ntds
Type: copy ntds.dit c:\backupad
Type: cd \windows\system32
Type: esentutl /g c:\windows\ntds\ntds.dit
This will perform an integrity check, (the results indicate that the jet database is corrupt)

Type: esentutl /p c:\windows\ntds\ntds.dit
Agree with the prompt

Type: cd \windows\ntds
Type: move *.log c:\backupad (or just delete the log files)
This should complete the repair. To verify that the repair has worked successfully:

Type: cd \windows\system32
Type: ntdsutil
Type: activate instance ntds
Type: files (you should no longer get an error when you do this)
Type: info (file info should now appear correctly)
One final step, now sure if it’s required:

From the NTDSUTIL command prompt:
Type: Semantic Database Analysis
Type: Go



Reference:




 





Monday, July 30, 2012

Solved: missing or corrupted of Windows\System32\Config

If you get the error as below:

Step:
1) Insert the Windows XP bootable CD into the computer. When prompted to press any key to boot from the CD, press any key.
2) Once in the Windows XP setup menu press the "R" key to repair Windows.
3) Log into your Windows installation by pressing the "1" key and pressing enter.
4) You will then be prompted for your administrator password, enter that password. Or else may just leave blank.
5) Go to this directory: 



6) Be safe, we change the file extension of original system file, before we fix the error


7) In the below example we are copying these files from the \windows\repair\ directory, as below:


8) Once both of these files have been successfully copied, remove the CD from the computer and reboot.
9) Restart the computer, Problem is solved.

What if you have other system file corrupted,
you may also follow this steps to fix your problem.

Example:
software system file :-

sam system file :-

security system file :-

default system file :-


Good Luck to everyone. ^-^



Tuesday, May 22, 2012

[FIX] BOOTMGR is missing!!

You may get this error while booting your computer, when this error message shown is indicate that the boot sector is damaged or missing.

In this cases, you may need a Window installation disk as we need to boot into Window Recovery Environment (WinRE).


Method 1: Startup Repair from the Windows Recovery Environment (WinRE)
====================================================
1. Insert the Windows Vista installation disc into the disc drive, and then start the computer.
2. Press a key when the message indicating "Press any key to boot from CD or DVD …". appears.
3. Select a language, a time and currency, and a keyboard or input method, and then click Next.
4. Click Repair your computer.
5. In the System Recovery Options dialog box, choose the drive of your Windows installation and click Next.
6. At the System Recovery Options Dialog Box, click on Repair your computer.
7. Click the operating system that you want to repair, and then click Next.
8. In the System Recovery Options dialog box, click Startup Repair.




Method 2: Fix or Rebuild BCD
=====================
1. Put the Windows Vista installation disc in the disc drive, and then start the computer.
2. Press a key when the message indicating "Press any key to boot from CD or DVD …". appears.
3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.
4. Click Repair your computer.
5. Click the operating system that you want to repair, and then click Next.
6. In the System Recovery Options dialog box, click Command Prompt.
7. Type bootrec /fixboot, and the press ENTER
8. Reboot machine, check whether it is successful to boot into Window.

What if doesn't work, please follow the steps below to recreate BOOTMGR system file.

1. Follow method 2, until Step7
2. Type command as below
 
3. After finish all this command, may close the command prompt and reboot your machine.


Wednesday, May 9, 2012

How to reset domain administrator password

I have tested with this hack, able to use in Window server 2008 and Window Server 2008 R2 domain controller.
It is really helpful what if you have forgot your domain administrator password.

Here is the steps:


  1. Boot onto DVD of Windows Server 2008
  2. Choose “Repair your computer”
  3. Launch cmd
  4. Go to c:\windows\system32
  5. Rename Utilman.exe to Utilman.exe.bak
  6. Copy cmd.exe to Utilman.exe
  7. Reboot on Windows
  8. Do the keyboard shortcut Windows + U when on the logon screen
  9. net user administrator Newpass123 inside the cmd
  10. log on with the domain admin account and this new pass
  11. change the password to remember it if needed
  12. Reboot on the DVD to put back the original Utilman.exe
May also watch this video.



Resource:







Thursday, May 3, 2012

[FIX] NTLDR is compressed

If you have compressed the hard disk drive using the Compress drive to save disk space option under the Properties menu for your hard disk drive and have performed a non-destructive recovery or a system recovery, the following error message may appear:

To solve this issue by following steps:
  1. Insert the CD into your drive. Make sure your BIOS is set to try to boot to a CD first if you know how. Most systems already do this.
  2. Reboot your PC.
  3. When the message "Press any key to boot to CD..." appears, do so before this prompt disappears or else it will boot normally. Wait for all of the drivers to load.
  4. The 'Welcome to Setup.' screen will appear. Choose the option that says "To repair a Windows XP Installation using Recovery Console, press R." by pressing the 'R' key.
  5. A list of Windows XP installations on your computer appears. Typically, XP is installed in C:\WINDOWS or C:\WINNT. In most cases it will be the first or only option in the list. To select this, press the '1' key and then press 'Enter'. Pressing 'Enter' without typing a number will cause the program to quit.
  6. Where it says 'Type the Administrator password:', enter the password. If you have never set one, just press 'Enter'. The 'C:\WINDOWS>' prompt should now be showing. Type the following commands into the prompt one at a time and press 'Enter' after you type each one:
NOTE: Windows will now be started. Make sure not to boot to the CD this time.



Resource:
http://www.ehow.com/how_6306116_decompress-ntldr.html





Thursday, April 19, 2012

[Solved] NTLDR is missing


Step:
1) Insert the Windows XP bootable CD into the computer. When prompted to press any key to boot from the CD, press any key.
2) Once in the Windows XP setup menu press the "R" key to repair Windows.
3) Log into your Windows installation by pressing the "1" key and pressing enter.
4) You will then be prompted for your administrator password, enter that password. Or else may just leave blank.
5) Copy the below two files to the root directory of the primary hard disk.
  • In the below example we are copying these files from the CD-ROM drive letter, which in this case is "e." This letter may be different on your computer.
6) Once both of these files have been successfully copied, remove the CD from the computer and reboot.
7) Restart the computer.





Tuesday, April 17, 2012

Solution: Windows\System32\Hal.dll is missing


 

Symptoms:
You will get the following error messages when attempting to boot into window xp
- Invalid boot.ini
- Window could not start because the following file is missing or corrupt: Windows\System32\Hal.dll

Solution:- To correct the Boot.ini file entries
1. Insert Window XP cd and start your computer and press any key when you see the message – “Press any key to boot from CD”
2. After the setup files are finished loaded, press R to repair using Recovery Console.
3. When in the recovery console, select the installation to log on to (usually number 1), and press enter
4. Enter administrator password, leave blank if there is no password
5. Type bootcfg /rebuild, and press enter
6. When the Windows installation is located, the following instructions are displayed:

        

7. Now you may restart your computer and load into OS.


Reference:
http://support.microsoft.com/kb/314477
http://www.proposedsolution.com/solutions/error-invalid-boot-ini-or-missing-windowssystem32hal-dll/






Friday, April 13, 2012

Solution: WinXP cannot boot up without any error message


Firstly:
Go to Window Recovery Console

Then select the Windows:

Usually type 1, and key in the administrator password or just leave blank.

Issue: Fix a corrupt Boot.ini
As the Windows XP operating system begins to load, the Ntldrprogram refers to the Boot.ini file to determine where the operating systemfiles reside and which options to enable as the operating system continues toload. So if there's a problem rooted in the Boot.ini file, it can render WindowsXP incapable of booting correctly.

If you suspect that Windows XP won't boot because Boot.inihas been corrupted, you can use the special Recovery Console version of theBootcfg tool to fix it. Of course, you must first boot the system with theWindows XP CD and access the Recovery Console as described in #4.

To use the Bootcfg tool, from the Recovery Console commandprompt, type
Bootcfg /parameter
Where /parameter is one of these required parameters:
  • /Add--Scans the disk for all Windowsinstallations and allows you to add any new ones to the Boot.ini file.
  • /Scan--Scans the disk for all Windowsinstallations.
  • /List--Lists each entry in the Boot.ini file.
  • /Default--Sets the default operating system as themain boot entry.
  • /Rebuild--Completely re-creates the Boot.inifile. The user must confirm each step.
  • /Redirect--Allows the boot operation to beredirected to a specific port when using the Headless Administration feature.The Redirect parameter takes two parameters of its own, [Port Baudrate ] | [UseBiosSettings].
  • /Disableredirect--Disables the redirection.
Issue: Fix a corrupt partition boot sector
The partition boot sector is a small section of the harddisk partition that contains information about the operating system's filesystem (NTFS or FAT32), as well as a very small machine language program thatis crucial in assisting the operating system as it loads.
If you suspect that Windows XP won't boot because thepartition boot sector has been corrupted, you can use a special RecoveryConsole tool called Fixboot to fix it. Start by booting the system with theWindows XP CD and accessing the Recovery Console as described in #4.

To use the Fixboot tool, from the Recovery Console commandprompt, type

Fixboot [drive]:

Where [drive] is the letter of the drive towhich you want to write a new partition boot sector.

Issue: Fix a corrupt master boot record
The master boot record occupies the first sector on the harddisk and is responsible for initiating the Windows boot procedure. The masterboot record contains the partition table for the disk as well as a smallprogram called the master boot code,which is responsible for locating the active, or bootable, partition, in thepartition table. Once this occurs, the partition boot sector takes over andbegins loading Windows. If the master boot record is corrupt, the partitionboot sector can't do its job and Windows won't boot.

If you suspect Windows XP won't boot because the master bootrecord has been corrupted, you can use the Recovery Console tool Fixmbr to fixit. First, boot the system with the Windows XP CD and access the RecoveryConsole as described in #4.

To use the Fixmbr tool, from the Recovery Console commandprompt, type
Fixmbr [device_name]

Where [device_name] is the devicepathname of the drive to which you want to write a new master boot record. Forexample, the device pathname format for a standard bootable drive Cconfiguration would look like this:

\Device\HardDisk0


Resource:




Related Posts Plugin for WordPress, Blogger...