VirtualBox

Changes between Version 83 and Version 84 of Mac OS X build instructions


Ignore:
Timestamp:
Jan 1, 2020 12:00:46 PM (4 years ago)
Author:
bird
Comment:

Document how to make self-built kexts loadable.

Legend:

Unmodified
Added
Removed
Modified
  • Mac OS X build instructions

    v83 v84  
    2929 * LaTeX ("sudo port install texlive texlive-fonts-extra texlive-latex-extra texlive-latex-recommended") for building the documentation
    3030
     31 * Loading self-built kernel extensions (kexts) on more recent OS X may require changes to the system config unless you have a kext signing certificate and is running 10.14 (High Sierra) or earlier.
     32   For 10.11 (El Capitan) and later boot to the recovery partition and either enabling loading of unsigned kexts:
     33{{{
     34csrutil enable --without kext
     35}}}
     36   or disable SIP all together:
     37{{{
     38csrutil disable
     39}}}
     40   For 10.15 (Catalina) you also need to disable the reboot requirement:
     41{{{
     42spctl kext-consent disable
     43}}}
    3144
    3245== Building !VirtualBox ==

© 2023 Oracle
ContactPrivacy policyTerms of Use