diff --git a/docs/alpine-desktop-setup/installation/installation.md b/docs/alpine-desktop-setup/installation/installation.md
index c5b134c..c86ab1f 100644
--- a/docs/alpine-desktop-setup/installation/installation.md
+++ b/docs/alpine-desktop-setup/installation/installation.md
@@ -133,6 +133,7 @@ And also remove some junk left over by grub.
 
 ```
 # 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.
@@ -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.
 
-> 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.
diff --git a/docs/alpine-desktop-setup/installation/provisioning.md b/docs/alpine-desktop-setup/installation/provisioning.md
index 359a2da..bab869a 100644
--- a/docs/alpine-desktop-setup/installation/provisioning.md
+++ b/docs/alpine-desktop-setup/installation/provisioning.md
@@ -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:
 
 ```
-# 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: