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
Adding existing Linux partition to Apple startup manager selection: | |
diskutil list | |
diskutil mount disk0s1 | |
mkdir /Volumes/EFI/EFI/Boot | |
cp /Volumes/EFI/EFI/GRUB/grubx64.efi /Volumes/EFI/EFI/Boot/bootx64.efi | |
diskutil umount disk0s1 | |
Renaming partition in startup manager selection: |