Created
October 4, 2021 14:57
-
-
Save JakeTrock/70e19477488ed8e1406d6c0852be441d to your computer and use it in GitHub Desktop.
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/bash | |
curl https://boot.netboot.xyz/ipxe/netboot.xyz.efi | |
sudo mkdir /boot/efi/EFI/rescue | |
sudo cp ./netboot.xyz.efi /boot/efi/EFI/rescue/ | |
efibootmgr --create --disk /dev/sdx --part [EFI_PARTITION_NUMBER] --loader /EFI/rescue/netboot.xyz.efi --label "Netboot.xyz" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment