Created
December 16, 2016 16:57
-
-
Save nogo/dce59d93d732d519e3b5ab10a9bb15d2 to your computer and use it in GitHub Desktop.
Reinstall systemd-bootloader
This file contains hidden or 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
#!/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