From 52be2192ee9fc05974c1267369790e5372bbeca1 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Tue, 24 Jan 2023 11:32:48 -0500 Subject: [PATCH] 1/24/23 --- install.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.