Question

I have just viewed a YouTube video on how to set up my Mac as a Mojave/Catalina dual-boot, using two APFS volumes on the internal drive, instead of using a bootable external drive.

But is there a way to select the boot OS without having to go into System Preferences every time I want to switch? And is there a way that's compatible with the bootable APFS volumes being encrypted?

So far, everything I've seen online about Boot Camp seems to indicate that it's strictly for setting up a Mac/WinDoze dual-boot. Am I mistaken? Can it do what I want here?

By comparison, my DOS/Linux dual boot at home boots to a GRUB menu, that allows me to select the desired OS (PC-DOS 2000 or Ubuntu Hardy Heron), defaulting to whatever OS I used last.

Was it helpful?

Solution

You can hold down the ⌥ Option key (also known as Alt) at startup, and that will show you all the available boot volumes.

OTHER TIPS

If you want a boot manger which behaves similar to GRUB, the you could install rEFInd. This free boot manager is similar, because rEFInd can be configured to display a menu of operating system choices for a specified period of seconds, then automatically choose the last used if the period expires.

There's the bless command, if you're into typing commands. It's here on a 10.12.6 system; don't know if Apple removed it in later releases. Maybe something like:

bless --mount "/Volumes/OtherOS" --setBoot
Licensed under: CC-BY-SA with attribution
Not affiliated with apple.stackexchange
scroll top