How to boot linux kernel without bootloader?

What is the difference between a boot loader and a bootstrap loader?

  • After power on , the bootloader is controlling the board and does not rely on the linux kernel on any way. And The bootstrap loader acts as a glue between the bootloader and the linux kernel. what does it mean?

  • Answer:

    I assume you have little knowledge of microprocessors and operating systems to understand this. So, A bootstrap loader normally has the following functions : Enabling the user to select an operating system to start. Loading the operating system files from the boot partition. Controlling the operating system selection process and hardware detection prior to the initialization The boot-loader is the first piece of software started by the BIOS or UEFI. It is responsible for loading the kernel with the wanted kernel parameters, and initial RAM disk before initiating the boot process. You can use different kinds of bootloaders. The boot loader ultimately has to: Bring the kernel (and all the kernel needs to bootstrap) into memory Provide the kernel with the information it needs to work correctly Switch to an environment that the kernel will like Transfer control to the kernel For PCs : GRUB, SysLinux For Embedded boards : U-boot

Ishan Mittal at Quora Visit the source

Was this solution helpful to you?

Other answers

A bootstrap loader usually referred to as a boot loader is typically the first piece of software to execute in system and is responsible for bringing the entire operating system to life. The term bootstrap, which is related to old expression"Pulling yourself up by your own bootstraps"Means to accomplish something with minimum resources and advantages.

Prashant Kothari

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.