Booting Process

  • Uploaded by: niveditavrma
  • 0
  • 0
  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Booting Process as PDF for free.

More details

  • Words: 475
  • Pages: 7
BOOTING PROCESS • The beginning of the boot process varies depending on the hardware platform being used. However, once the kernel is found and loaded by the boot loader, the default boot process is identical across all architectures. •

• In a PC, booting Linux begins in the BIOS at address 0xFFFF0. The first step of the BIOS is the power-on self test (POST). The job of the POST is to perform a check of the hardware. The second step of the BIOS is local device enumeration and initialization. the BIOS is made up of two parts: the POST code and runtime services. After the POST is complete, it is flushed from memory, but the BIOS sevices runtime remain and are available to

• To boot an operating system, the BIOS runtime searches for devices that are both active and bootable in the order of preference defined by the complementary metal oxide semiconductor (CMOS) settings. A boot device can be a floppy disk, a CD-ROM, a partition on a hard disk, a device on the network, or even a USB flash memory stick. • Commonly, Linux is booted from a hard disk, where the Master Boot Record (MBR) contains the primary boot loader. The MBR is a 512-byte sector, located in the first sector on the disk. After the MBR is loaded into RAM, the BIOS yields control to it.

• The job of the primary boot loader is to find and load the secondary boot loader (stage 2). It does this by looking through the partition table for an active partition. When it finds an active partition, it scans the remaining partitions in the table to ensure that they're all inactive. When this is verified, the active partition's boot record is read from the device into RAM and executed. The secondary, or secondstage, boot loader called the kernel loader. The task at this stage is to load the Linux kernel and optional initial RAM disk. • The first- and second-stage boot loaders combined are called Linux Loader (LILO) or GRand Unified Bootloader (GRUB) in the PC environment. Because LILO has

• The great thing about GRUB is that it includes knowledge of Linux file systems.GRUB can load a Linux kernel from file system. It d • When the kernel is loaded, it immediately initializes and configures the computer's memory and configures the various hardware attached to the system, including all processors, I/O subsystems, and storage devices. The kernel then creates a root device, mounts the root partition read-only, and frees any unused memory. • At this point, the kernel is loaded into memory and operational. However, since there are no user applications that allow meaningful input to the system, not much can be done with it.

• The init program coordinates the rest of the boot process and configures the environment for the user.

Related Documents

Booting Process
June 2020 11
Booting Up
May 2020 7
Lambat Booting
July 2020 10
Booting Sequence
October 2019 29
Linux Booting
June 2020 12
Booting Fd.docx
August 2019 22

More Documents from "Famrozi"

Booting Process
June 2020 11