Skip to content

Instantly share code, notes, and snippets.

@ydhnwb
Created July 29, 2022 12:56
Show Gist options
  • Save ydhnwb/0ec9f46163300424b831e34a588caecc to your computer and use it in GitHub Desktop.
Save ydhnwb/0ec9f46163300424b831e34a588caecc to your computer and use it in GitHub Desktop.
sudo apt update && sudo apt upgrade -y
sudo apt install grub-efi grub2-common grub-customizer
sudo grub-install (make sure no error founds)
sudo cp /boot/grub/x86_64-efi/grub.efi /boot/efi/EFI/pop/grubx64.efi
the open Grub Customizer
File > Change Env > OUTPUT_FILE set to /boot/efi/EFI/pop/grub.cfg
save changes and reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment