Created
August 8, 2021 06:04
-
-
Save jamieoo/23ce7490d6709d74ca4945e1f951d790 to your computer and use it in GitHub Desktop.
MacOS: Startup Manager /Bootcamp
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: | |
diskutil list #find EFI partition | |
diskutil mount disk0s1 | |
diskutil bless --folder /Volumes/EFI/EFI/Boot --label hannah-montana-linux | |
Boot straight to startup manager (without opt): | |
sudo nvram manufacturing-enter-picker=true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment