= INSTALLATION
To install HOS to an EFI partition, follow these steps:
-
copy build/hello/BOOTX64.EFI to /boot/efi/EFI/HOS.EFI (as root).
-
Register EFI loader for HOS (one time only) with command:
efibootmgr -c -d /dev/nvme1n1p2 -l '\EFI\HOS.EFI' -L HOS
-
Set boot order to desired boot order. Exact order will be system dependent. Example:
efibootmgr -o 2,0,6,5
Description
Languages
C
51.8%
Ruby
47.4%
Assembly
0.8%