NTOSKRNL Boot Problem

  • Thread starter Thread starter dj
  • Start date Start date
D

dj

Hi All,

I have a desktop that wont boot. I'm getting the ntoskrnl
missing or currupt message. Where can I get help on how
to fix this. It also says something about boot ini.
 
This is due to error in boot.ini .Make sure u have right entries in boot.ini
for ARC path specially partition.
partition(Z) refers to the number of the logical drive on that partition.
multi(), disk(), and rdisk() will mostly have value "0" . Partition() starts
numbering from 1. Suppose u have windows 2000 on drive letter "D" which is
2nd partition on ur only one hard disk with only one host adptor
then entry will be
multi(0) disk(0)rdisk(0)partition(2).
if u want more detail on boot.ini go to following MarkMinasi article

http://www.minasi.com/showdoc.asp?docname=nws0110.htm

Also see this
http://www.winnetmag.com/Article/ArticleID/14722/14722.html
 
Back
Top