Generally well known method to boot the mac into recovery mode is by holding the Command + R on keyboard while mac is turned on. However you can force the mac to boot into recovery mode upon next reboot by changing the nvram setting. To do that, Run below command.
sudo nvram "recovery-boot-mode=unused"
sudo reboot
Comments
Post a Comment