To work around this problem, disable the Driver Verifier tool for the Iscsibp.sys driver. To do this, use the following methods in the order in which they are presented.
Method 1: Use the "Last Known Good Configuration" feature
Start the computer by using the "Last Known Good Configuration" feature.
For more information about how to do this, click the following article number to view the article in the Microsoft Knowledge Base:
307852
How to start your computer by using the Last Known Good Configuration feature in Windows XP
Method 2: Use the Recovery Console
Use the Windows Server 2003 CD to restart the computer. Then, use the Recovery Console to disable the Driver Verifier tool in the registry. To do this, follow these steps:
- Configure the computer to start from the CD or DVD drive. For more information about how to do this, see the computer documentation, or contact the computer manufacturer.
- Insert the Windows Server 2003 CD in the CD drive or in the DVD drive, and then restart the computer.
Note If you are prompted, click to select any options that are required to start the computer from the drive.
- When the "Welcome to Setup" screen appears, press R to start the Recovery Console.
- If you have a dual-boot computer or a multiple-boot computer, select the installation that you want to access from the Recovery Console.
- When you are prompted, type the administrator password.
Note Press ENTER if the administrator password is blank.
- At the Recovery Console command prompt, type the following commands. Press ENTER after each command.
cd system32\config
ren system system.old
ren software software.old
ren SAM SAM.old
ren security security.old
ren default default.old
cd \
cd windows\repair
copy system C:\windows\system32\config\system
copy software C:\windows\system32\config\software
copy sam C:\windows\system32\config\sam
copy security C:\windows\system32\config\security
copy default C:\windows\system32\config\default
Important The Repair directory contains a copy of the registry that represents one of the following states:- The first time that the system successfully started after the operating system was installed
- The last time that you performed a full system state backup
Any changes that you made to the computer since the repair copy of the registry was created will be lost. This procedure resets your password to the password that was used in the following circumstances:- When you first installed Windows Server 2003
- When you last backed up the system state
- To exit the Recovery Console and to restart the computer, type exit at the Recovery Console command prompt, and then press ENTER.
For more information about how to use the Recovery Console, click the following article number to view the article in the Microsoft Knowledge Base:
307654
How to install and use the Recovery Console in Windows XP
For more information about the Driver Verifier tool, click the following article number to view the article in the Microsoft Knowledge Base:
244617
How to use Driver Verifier to troubleshoot Windows drivers