Skip to content

Instantly share code, notes, and snippets.

@nogo
Created December 16, 2016 16:57
Show Gist options
  • Save nogo/dce59d93d732d519e3b5ab10a9bb15d2 to your computer and use it in GitHub Desktop.
Save nogo/dce59d93d732d519e3b5ab10a9bb15d2 to your computer and use it in GitHub Desktop.
Reinstall systemd-bootloader
#!/bin/sh
loadkeys de
mount /dev/sda5 /mnt
mount /dev/sda2 /mnt/boot
arch-chroot /mnt
bootctl update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment