Macos – is it possible to reboot into Recovery Mode on OS X 10.9 without holding down Command and + R

macossystem-recovery

I really need to reboot into the Recovery Mode of OS X 10.9 so that I can fix a problem flagged up by Disc Utility, however I cannot hold down the Command and R buttons myself as I am quadriplegic. I don't have access to an able-bodied person for the next couple of days, so I can't get help to hold down the keys from that quarter.

So is it possible to enter Recovery Mode without holding down the Command and R keys on start-up? I was wondering if there is a special flag I could use in the Terminal to enable me to reboot into that mode?

I've been Googling like mad but I can't find any other answer than "reboot whilst holding down the Command and R keys", which whilst true isn't much use to me!

Best Answer

Use the following command from a terminal:

sudo nvram "recovery-boot-mode=unused"
Related Question