* When power initialized on system, execution starts at fixed memory location
* OS must be made available to hardware so hardware can start it
* Bootstrap loader, BIOS, stored in ROM locates kernel, loads it into memory, and starts it
* Modern systems replace BIOS with Unified Extensible Firmware Interface (UEFI)
* Common bootstrap loader, GRUB, allows selection of kernel from multiple disks and versions.
* When kernel loads, system is running