Prerequisites: XX has encountered a problem in the XX Project, which causes the system to fail to boot normally. This document provides a solution to this problem.
Symptom: ntoskrnl.exe cannot be found on the server prompt.
Cause: the primary boot hard drive is located in the second partition, re-partitioning, or modify the boot. ini file to solve the problem.
Solution:
1. Restart the faulty computer.
2. Press F12 or enter the boot disc to enter the PE interface.
3. Open the CMD Console
4. InputC:(Go to partition C)
5. EnterBoot. ini
6. Modify the boot. ini file.
Default = multi (0) disk (0) RDISK (0) Partition (1) "Windows is
Default = multi (0) disk (0) RDISK (0) Partition (2) "Windows
Multi (0) disk (0) RDISK (0) Partition (1) "Windows =
Multi (0) disk (0) RDISK (0) Partition (2) "Windows ="
Click Save to C: "MININT" boot. ini
7. EnterX:(Go to disk X)
8. InputCd x: "Windows" System32"(Go to the System32 directory)
9. Enter:Xcopy C: "MININT" boot. ini C: "boot. INI/R(Use the modified boot. ini file to overwrite the original boot. ini file)
10. Restart to solve the problem.