152k views
5 votes
A network analyst is booting a PC that has Windows 7 installed with 2 GB RAM. The boot process is currently working on the following step: The code in the boot sector is executed and the control of the boot process is given to Windows Boot Manager. What is the next step that will happen in the boot process?

User Ginny
by
7.2k points

1 Answer

2 votes

Final answer:

The next step after Windows Boot Manager takes control is to load winload.exe, followed by the Windows NT kernel and critical drivers, leading up to the initialization of the user interface.

Step-by-step explanation:

Once Windows Boot Manager takes control of the boot process in a Windows 7 system with 2 GB RAM, the next step is to load the operating system. Specifically, the Boot Manager reads the boot configuration data and uses that information to load the appropriate operating system kernel and core drivers. This usually involves the loading of winload.exe, which then loads the Windows NT kernel (ntoskrnl.exe) and hardware abstraction layer (hal.dll) into memory. Once these critical components are in memory, the system begins initializing the kernel and loading the system registry hive. After this, it starts drivers that are set to load at boot time, and finally, the system initializes the user interface to complete the boot process resulting in the display of the login screen or the desktop if auto-login is enabled.

User Alex Aparin
by
9.0k points