7

I have a MacBook where I have to dual boot Windows and OS X. When I hold the Option Key on startup, I get the nice "Select Boot Device" screen.

Is there a way to permanently enable this, so that I don't have to remember to hold option every time I restart?

Dori
  • 7,235
  • 1
  • 33
  • 40
Michael Stum
  • 1,700

2 Answers2

5

One way to do this is to install a boot loader such as rEFIt.

This will present you with a menu similar to the following when you start up your computer:

enter image description here

Senseful
  • 23,929
2

On Intel-based Macs, this supposedly works (unverified):

sudo nvram manufacturing-enter-picker=true

Note that this reportedly is not supported on ARM-based Macs.

dgatwood
  • 146
  • Good find! There are some other nvram options for booting to recovery etc documented here : https://mrmacintosh.com/boot-to-internet-recovery-recovery-partition-or-diagnostics-from-macos/ – lx07 Nov 06 '21 at 17:40