1.

Explain The Boot Process?

Answer»

Boot process dived into 4 PHASES

  1. POST : Power on self test (POST), It will detect HARDWARE, machine host ID,serial No, architecture type, memory and Ethernet address and it will load the primary program called bootblk. 
  2. OBPROM : Open boot programmable Diagnosing all the system hardware and memory. Initializing the boot parameter. Creating device trees and load the boot block from (0-15 sector), it is called as SECONDARY boot -- programmable ufsboot. 
  3. KERNEL INITIALIZATION : ufsboot load the kernel (generic unix) kernel will load all the necessary devices modules to mount the root partition to continue the booting process .
  4. INIT PHASES : It will started by executing of /etc/init program and start other process reading the /etc/inittab FILES, as the directory in the /etc/inittab files. 

Boot process dived into 4 phases. 



Discussion

No Comment Found