System Startup process

  • Thread starter Thread starter Sammy Shuford
  • Start date Start date
S

Sammy Shuford

Can someone step me through system startup.

1) MBR read from boot hard drive
2)

Somewhere alone the line boot.ini is read.

Thanks
Sam
 
Sammy Shuford said:
Can someone step me through system startup.

1) MBR read from boot hard drive
2)

Somewhere alone the line boot.ini is read.

Thanks
Sam

It goes roughly like this:
1. Read MBR
2. Invoke ntldr.
3. Process boot.ini
4. Invoke ntdetect.com
5. Invoke various files in the System32 folder.
 
Back
Top