This commit is contained in:
Tastatur 2023-12-24 01:46:48 +01:00
parent f9191bc22c
commit 155bacebe6
2 changed files with 3 additions and 2 deletions

View file

@ -133,6 +133,7 @@ And also remove some junk left over by grub.
``` ```
# rm -rf /boot/efi/EFI/alpine # rm -rf /boot/efi/EFI/alpine
# rm -rf /boot/grub
``` ```
Now exit out of the chroot and you should be able to reboot into a working Alpine system. Now exit out of the chroot and you should be able to reboot into a working Alpine system.
@ -145,4 +146,4 @@ Now exit out of the chroot and you should be able to reboot into a working Alpin
> Do note that "Linux Boot Manager" will have to be set to load first in your bios. > Do note that "Linux Boot Manager" will have to be set to load first in your bios.
> When booting up your screen might appear blank but you will have to enter the password you set up for encryption and press enter. > When booting up your screen might appear blank but you will have to enter the password you added for encryption and press enter.

View file

@ -12,7 +12,7 @@ To set it up we'll use `setup-interfaces` and `setup-apkrepos`.
Because the Alpine Linux Iso is pretty minimal a few packages will have to be installed first: Because the Alpine Linux Iso is pretty minimal a few packages will have to be installed first:
``` ```
# apk add cryptsetup lvm2 lsblk e2fsprogs gptfdisk # apk add cryptsetup lvm2 lsblk e2fsprogs gptfdisk dosfstools
``` ```
The drive should be partitioned using `gdisk` (or `cfdisk`). It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition and look something like this: The drive should be partitioned using `gdisk` (or `cfdisk`). It should have atleast two partitions with one `EFI System` Partition and one `Linux filesystem` partition and look something like this: