Jump to content
2 minutes ago, LadyZaziki said:

Hi Linus Techtips community,

I need to know how a Pc running Windows 10 boots in Detail (Pressing the start button, what happens after that inside of the PC, and the focus should be on the Windows part of things).

There is only one problem, I don´t really know how to do research for it.

I´m only finding articles about how to make Windows boot faster.


Can anyone of you help me to find some good search terms?

 

Thanks in advance ;)

When the computer turns on (aka you press the power button) the BIOS checks the "boot sector" of all the connected storage devices in the order defined in the bios settings.

 

On the first drive the BIOS finds the hexadecimal code "AA55" at offset 510 (so if the 511th and 512th bytes on the disk equal AA55) the BIOS runs any code written in bytes 0-510 in the drive. This is all running on the CPU in 16-bit mode.

 

The code in this area is mainly used to tell the CPU to execute code written elsewhere on the disk, because of the extremely limited storage in the boot sector.

 

After this point, the running code (windows) will ask the CPU to switch to 32-bit or 64-bit mode and begin loading the operating system's files to memory.

 

The exact procedure after that point probably isn't known outside of Microsoft's windows division.

Link to comment
https://linustechtips.com/topic/725885-h/#findComment-9233643
Share on other sites

Link to post
Share on other sites

1. Press power button

2. Mobo boots up RAM, CPU, hard drive, GPU and others. 

3. Mobo brand name pops up on screen while it loads windows boot files from HDD to RAM. 

4. Once vital windows files are on RAM, Mobo executes those files and goes to windows loading screen. 

5. While loading, windows configures hardware and loads files for the desktop and users to RAM. 

6. Windows finishes and goes to login screen. 

7. After user login, windows loads user-specific files to RAM. (That's why windows can be slow right when you arrive at desktop.)

8. Boot process finished. 

Link to comment
https://linustechtips.com/topic/725885-h/#findComment-9233648
Share on other sites

Link to post
Share on other sites

2 minutes ago, BloodyWaters said:

1. Press power button

2. Mobo boots up RAM, CPU, hard drive, GPU and others. 

3. Mobo brand name pops up on screen while it loads windows boot files from HDD to RAM. 

4. Once vital windows files are on RAM, Mobo executes those files and goes to windows loading screen. 

5. While loading, windows configures hardware and loads files for the desktop and users to RAM. 

6. Windows finishes and goes to login screen. 

7. After user login, windows loads user-specific files to RAM. (That's why windows can be slow right when you arrive at desktop.)

8. Boot process finished. 

I'm actually going to have to correct you there

  1. Press power button
  2. A virgin is sacrificed
  3. Magic
  4. Windows logo

Make sure to quote or tag me (@JoostinOnline) or I won't see your response!

PSU Tier List  |  The Real Reason Delidding Improves Temperatures"2K" does not mean 2560×1440 

Link to comment
https://linustechtips.com/topic/725885-h/#findComment-9233652
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×