myspaghetti / macos-virtualbox

Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox on x86 CPUs for Windows, Linux, and macOS
GNU General Public License v2.0
13.5k stars 1.12k forks source link

Disable SIP option 77 is not working with High Sierra #564

Closed ssavva05 closed 2 years ago

ssavva05 commented 2 years ago

Thanks for the script, it is ideal for my needs! I face an issue with flag 77 to disable SIP in High Sierra VM is there any other way to disable SIP in High Sierra?

myspaghetti commented 2 years ago

The value needs to be set in NVRAM from the EFI Internal Shell. Press ESC when the virtual machine boots and select boot options and the EFI Internal Shell, then let the startup.nsh script run or manually set the NVRAM value.

ssavva05 commented 2 years ago

Yea! By Booting from the Efi internal shell triggers the disables SIP option (that we set earlier in script). Thanks a lot!