Exact booting process of Ubuntu?

what is the exact booting process of Ubuntu ( Linux). I mean what files it will load and what status it will verify before start booting & in the booting how it will move.

could some one explain ?

Thank you.

1 Answer

Basically, the boot process goes through the BIOS > Master Boot Record (MBR) > GRUB > kernel > init > run level. These two articles explain briefly and in detail:

  1. 6 Stages of Linux Boot Process
  2. Inside the Linux Boot Process

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like