Last active
December 6, 2022 06:53
-
-
Save razor-x/99d3ded983c54aea81d337b07e3990b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mkdir /efi | |
# move efi mount | |
sudo rm -rf /boot/efi | |
# remove linux bootloader and kernals on /efi | |
# backup /boot | |
# reformat /boot to vfat | |
# copy /boot data back | |
# update UUID in fstab | |
sudo systemctl disable [email protected] | |
sudo systemctl disable [email protected] | |
sudo systemctl disable [email protected] | |
sudo systemctl disable [email protected] | |
# Update NOTES with new gpt table | |
# https://wiki.archlinux.org/title/Multihead#RandR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment