More bootloader instructions

This commit is contained in:
Out Of Ideas 2024-01-22 12:58:08 -06:00
parent 06750d0d37
commit b9bc3b11f6
1 changed files with 16 additions and 0 deletions

View File

@ -394,6 +394,22 @@ If you are installing a different bootloader, say "no" to the reboot prompt.<br
Now select **Exit**.<br />
![image of Exit](https://git.disroot.org/oink/Grandma/raw/branch/main/Assests/Images/exit.png)
Mont the filesystem.
```
$ for dir in dev proc sys run; do mkdir -p /mnt/$dir; mount --rbind /$dir /mnt/$dir; mount --make-rslave /mnt/$dir; done
mkdir -p /mnt/boot
mount /dev/<disk name, boot partition number> /mnt/boot
```
Update the package manager.
```
xbps-install -u xbps
```
Now install efibootmgr.
```
xbps-install -S efibootmgr
```
Replace **<disk name, boot partition number>**, with the actual disk name, and boot partition number (ie. `/dev/sda1`).
Chroot into the installed system.
Reconfigure the kernel.