What is ERD(Emergency Repair Disk)?


To create an ERD:
1. Click Start, point to Programs, point to Accessories, point to System Tools, and then click Backup.
2. On the Tools menu, click Create an Emergency Repair Disk.
You can use the ERD for the following repair functions:
• Inspect and repair the startup environment.
• Verify the Windows 2000 system files and replace missing or damaged files.
• Inspect and repair the boot sector.
When you attempt to repair Windows 2000, it asks if you have an ERD diskette, if you do not have the diskett, press L and the computer attempts to locate your Windows 2000 installation to perform repairs. This process looks for the Boot.ini file on your computer partition and reads the ARC paths to your operating system(s). The computer then attempts to load the following hive for each ARC path:
%systemroot%\System32\Config\Software
This attempt finds which installation versions matches the installation CDROM used to do the repair.
If the Boot.ini file cannot be read, or the software hive is corrupt, the repair is not able to proceed. At this time, you must have a ERD diskette containing a valid Setup.log file for that computer before repairs are possible.
The registry hives saved during setup are in the following folder:
%systemroot%\repair
The registry hives are used during a FAST repair only, otherwise you need to use Recovery Console to manually copy a more recent registry hive saved by NTbackup in the following folder:
%systemroot%\repair\regback



Explore posts in the same categories: Computer Networks Interview Questions, Networking Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What can the Locate option of the Repair Utility accomplish
  • The Locate option of the Repair Utility can delete a row from a table space, repair broken table space pages,...
  • What can the SET option of the Repair Utility accomplish ?
  • The set option of the Repair utility can reset a copy pending, check pending, and recover pending flags....
  • Is ‘du’ a command? If so, what is its use?
  • Yes, it stands for ‘disk usage’. With the help of this command you can find the disk capacity and free...
  • How do I write code to find an amount of free disk space available on current drive?
  • Use getdfree( ) function as shown in follow code. #include #include #include #include main( ) { int dr ; struct dfree disk ; long...
  • What is hard disk and what is its purpose?
  • Hard disk is the secondary storage device, which holds the data in bulk, and it holds the data on the...
  • What is File Manager?
  • It is a program module, which manages the allocation of space on disk storage and data structure used to represent...
  • How many types of cookies are available in asp?
  • Persistent cookies are stored on your computer hard disk. They stay on your hard disk and can be accessed by...
  • How to obtain the current drive through C ?
  • We can use the function _getdrive( ) to obtain the current drive. The _getdrive( ) function uses DOS function 0X19...
  • How do you create special files like named pipes and device files?
  • The system call mknod creates special files in the following sequence. 1. kernel assigns new inode, 2. sets the file type to...
  • Is it possible to use raw devices as data file and what is the advantages over file system files?
  • Yes.The advantages over file system files : I/O will be improved because Oracle is bye-passing the kernal while writing into disk. Disk...

    Comment:

    You must be logged in to post a comment.