diff --git a/install.html b/install.html index 7ea3eb4..84e398c 100644 --- a/install.html +++ b/install.html @@ -79,7 +79,7 @@

Our system is now in a partially working state.

If we were to simply call it a day and try to boot into the system now, it would not be possible.

Many parts of the system are missing, including a bootloader and kernel.

-

Chrooting allows us to access the system and modify it, without actually booting into it.

+

Chrooting allows us to access the system to make modifications, without actually booting into it.

Before chrooting, we must mount some partitions.

Chroot into the system:

(root)# everest-chroot /mnt/everest

@@ -143,8 +143,9 @@

- /etc/inittab

Configure the bootloader

Our system needs one more component before it can be booted into: the bootloader

-

For busybox init users, GRUB is the recommended bootloader.

-

For systemd users, systemd-boot is the recommended bootloader.

+

For most users, systemd-boot is recommended.

+

The standalone package for systemd-boot can be installed by running:

+

(chroot)# glacier -f gummiboot

GRUB

Install the GRUB package:

Note: GRUB is split into 2 packages, grub-bios and grub-uefi.