Created
May 1, 2019 12:58
-
-
Save naku-i386/439d230b629820140b7512a73ff3124c to your computer and use it in GitHub Desktop.
efibootmgr - adding loader entries
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
# Example Systemd-boot entry | |
efibootmgr --create --disk /dev/sda --part 1 --loader /EFI/systemd/systemd-bootx64.efi --label "Systemd Boot Manager" --verbose | |
# Example Windows Boot Loader entry | |
efibootmgr --create --disk /dev/sda --part 1 --loader /EFI/Microsoft/Boot/bootmgfw.efi --label "Windows Boot Manager" --verbose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment