Added lots of things

This commit is contained in:
Allen
2023-08-02 01:14:42 -05:00
4 changed files with 29 additions and 0 deletions

View File

@ -1,6 +1,11 @@
#!/bin/bash
echo "Run the following commands:"
echo
<<<<<<< HEAD
echo "0. Make sure you have the proper drive and EFI partition mounted under /boot/efi (Ex: sudo mount /dev/sda1 /boot/efi)"
echo "1. sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB"
=======
echo "0. Make sure you have the proper drive and EFI partition mounted under /efi (Ex: sudo mount /dev/sda1 /efi)"
echo "1. sudo grub-install --target=x86_64-efi --efi-directory=/efi/ --bootloader-id=GRUB"
>>>>>>> 87ac7b206297330f25c4ce049614d23647387d46
echo "2. sudo grub-mkconfig -o /boot/grub/grub.cfg"