Aptivi - Deprecated Manuals
ProjectsWebsiteBlog
GRILO - Manual
GRILO - Manual
  • 👋Welcome!
  • Versions
    • 🗞️Version Release Notes
      • 💎API v1.0 series
      • 🎆API v2.0 series
    • 🗒️Compatibility Notes
      • 🔼Upgrading from API v1.0
  • Installation
    • 📀Installing GRILO
      • 🖥️Windows
      • 🐧Linux
      • 📱Android
    • ⬆️Upgrading GRILO
      • 🖥️Windows
      • 🐧Linux
      • 📱Android
  • Fundamentals
    • 💿What is the Bootloader?
    • 💎What is GRILO?
    • 🪄Simulated Bootloader Features
      • 📀Boot Choices
  • Power Users
    • ⚙️Configuration
    • 💡Custom Boot Styles
    • 💽Boot Apps
    • 🦠Diagnostics
  • 🧱Project Dependencies
  • Report an issue
  • Source code
  • Our projects
  • API Reference
Powered by GitBook
On this page
  1. Fundamentals

What is the Bootloader?

What loads your operating system?

Last updated 2 years ago

A bootloader is a first computer program that is run after the Basic Input/Output System (BIOS) or the Unified Extensible Firmware Interface (UEFI) phase. It's the computer program that is responsible for booting an operating system.

There are two stages for the bootloader: the first-stage boot loader and the second-stage boot loader. The first-stage boot loader resides in the boot sector, usually found in the first few bytes of your hard drive. However, the second-stage bootloaders are typically stored on the hard drive and are usually loaded by the first-stage ones.

Second-stage bootloaders can be configured to give the user multiple booting choices, which is what major bootloaders, like Windows Boot Manager and GRUB, do.

GRILO simulates the second-stage bootloader. To learn more what is GRILO, click on the link below.

💿
💎What is GRILO?