Results 1 to 5 of 5

Thread: Explanation on Windows boot process

  1. #1
    Join Date
    Jan 2009
    Posts
    721

    Explanation on Windows boot process

    What is the explanation on Windows boot process. That means when windows boots up what are the files engaged in it. And what is the list of files. How you can define a Windows boot process. At the first the system reads up boot.ini file for the list of operating system installed and then enter windows. Is this correct ?
    Last edited by Deepest BLUE; 03-12-2009 at 11:38 PM.

  2. #2
    Join Date
    Apr 2008
    Posts
    4,642

    Re: Explanation on Windows boot process

    The list of processes which are carried out during boot process are :
    1. Ntldr: load the OS.
    2. Boot.ini : Built selection menu.
    3. BBootsect.dos : uploaded by Ntldr to another OS.
    4. Ntdetect.com : Research materials available.
    5. Ntbootdd.sys : To boot from a disk whose controller has not enabled the bios.
    6. Ntoskrnl.exe : NT Kernel (system32).
    7. System : Configuration settings (system32 \ config).
    8. Hal.dll : Makes Ntoskrnl independent of the platform on which it will work.

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    Re: Explanation on Windows boot process

    There are many steps in Windows boot process. The basic step is the BIOS one. This step is performed by all computers regardless of operating system installed. The CPU executes the BIOS code in ROM content, usually you get a black screen with the count memory. During this step, the computer verifies certain hardware components (memory, keyboard, graphics card), it is called the POST (Power On Self Test). POST (Power On Self Test).

  4. #4
    Join Date
    May 2008
    Posts
    4,345

    Re: Explanation on Windows boot process

    BIOs scans up relevant hardwares needed to run windows. The screen at the time of booting changes (it usually gets a screen with a summary of information from the computer), then the BIOS will monitor the boot sequence (boot) that he has imposed and which is stored in the CMOS. The BIOS then looks for the MBR (master boot record) of the device that is responsible for locating the active partition and load the boot sector in memory (bootstrap). At this moment it is the operating system that takes up the task. If no master boot record is found, we get a message like: Invalid partition table, Error loading operating system and Missing operating system.
    Last edited by JonathanD; 03-12-2009 at 11:51 PM.

  5. #5
    Join Date
    May 2008
    Posts
    4,831

    Re: Explanation on Windows boot process

    Under Windows, the bootstrap file contains Ntldr which loads the information about hardware and drivers required loading NT. A kernel file is missing from the disk Ntldr. If not found, you can get this error message: "A kernel file is missing from the disk". Ntldr starts as the file system (FAT or NTFS). He also supported the boot.ini file information. In case you have multiple Windows installed, it displays a menu to select the Windows that you want to start. It's also shows up what type of menu that we found, when you hit the F8 key to start eg in safe mode.

Similar Threads

  1. Boot process hacked in Windows 8
    By Agnes! in forum Operating Systems
    Replies: 9
    Last Post: 02-12-2011, 06:57 AM
  2. New Backdoor Trojan Kills Windows Boot Process
    By Lucretia in forum Networking & Security
    Replies: 5
    Last Post: 05-09-2010, 06:18 AM
  3. Installation of windows 7 on boot process
    By Chandranath in forum Operating Systems
    Replies: 3
    Last Post: 17-11-2009, 08:17 PM
  4. Replies: 2
    Last Post: 12-10-2009, 11:44 AM
  5. How to perform clean boot process in windows vista
    By matthewforu in forum Windows Software
    Replies: 1
    Last Post: 09-01-2009, 07:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,997,390.81706 seconds with 17 queries