Skip to content

Instantly share code, notes, and snippets.

@valorad
Created September 29, 2020 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valorad/b8504064e160b7827379a6dafed148f9 to your computer and use it in GitHub Desktop.
Save valorad/b8504064e160b7827379a6dafed148f9 to your computer and use it in GitHub Desktop.
Copy Kernel To ESP
filesToCopy=("initramfs-linux-lts-fallback.img" "initramfs-linux-lts.img" "vmlinuz-linux-lts")
for file in ${filesToCopy[@]}; do
cp /boot/$file /boot/efi/EFI/arch/
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment