boredos_mirror/docs/installation
2026-05-10 20:15:53 +02:00
..
advanced.md doc: Remove unnecesary note 2026-05-08 21:08:56 +02:00
install_guide.md legal: Remove redundant usage policy and boot prompt 2026-05-10 20:15:53 +02:00
internals.md docs: update syscall reference and add installation guides 2026-05-08 21:06:07 +02:00
README.md docs: update syscall reference and add installation guides 2026-05-08 21:06:07 +02:00

BoredOS Installation

Requirements

  • Disk with at least 1 GB (2,097,152 sectors)
  • UEFI firmware
  • A running BoredOS live environment (ISO)

Quick Start (UEFI)

boredos_install --uefi /dev/sda

After installation, reboot and select the target disk from your firmware boot menu.

Manual Steps

fdisk /dev/sda
mkfs_fat -F 32 -n EFI /dev/sda1
mkfs_fat -F 32 -n BOREDOS /dev/sda2
boredos_install --no-partition --no-format --uefi /dev/sda

See install_guide.md for a full walkthrough and internals.md for a deep dive into how the process works.