|
create a Windows boot disk that contains the following files:
Ntldr
Ntdetect.com
Boot.ini
Ntbootdd.sys
Modify the Boot.ini file to point to the correct hard disk controller and to the correct volume for your Windows installation
Insert the boot disk into the computer's floppy disk drive, and then restart the computer
Copy the Ntldr file, the Ntdetect.com file, and the Boot.ini file from the boot disk to the system partition of the local hard disk
reboot
Use the Windows Setup disks to restart the computer, or use the Windows CD to restart the computer
At the Welcome to Setup screen, press R to repair the Windows installation
Press C to repair the Windows installation by using the Recovery Console
Type the number that corresponds to the Windows installation that you want to repair, and then press ENTER
For example, type 1, and then press ENTER.
Type the Administrator password, and then press ENTER
Type map, and then press ENTER
Note the drive letter that is assigned to the CD-ROM drive that contains the Windows CD
Type the following commands, pressing ENTER after you type each one
copy drive:\i386\ntldr c:\
copy drive:\i386\ntdetect.com c:\
If you are prompted to overwrite the file, type y, and then press ENTER.
Type the following command, and then press ENTER:
type c:\Boot.ini
A list similar to the following list appears: [boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows XP Professional" /fastdetect
If you receive the following message, the Boot.ini file may be missing or damaged:
The system cannot find the file or directory specified.
If the Boot.ini file is missing or damaged, create a new one
To do so, follow these steps:
Use a text editor, such as Notepad or Edit.com, to create a boot loader file similar to the following boot loader file:[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microso ft Windows XP Professional" /fastdetect
Save the file to a floppy disk as Boot.ini.
NOTE: If you used Notepad to create the file, make sure that the .txt extension is not appended to the Boot.ini file name
Type the following command at the Recovery Console command prompt to copy the Boot.ini file from the floppy disk to the computer:
copy a:\Boot.ini c:\
Type exit, and then press ENTER
__________________
"the chief cause of problems is solutions!"
|