We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nvram boot-args=-v
1 parent 20bd1bc commit 47e6582Copy full SHA for 47e6582
1 file changed
docs/sw/m1n1-hypervisor.md
@@ -65,7 +65,8 @@ Check that `Install macOS Monterey.app` in the `applications` folder is ~12GB.
65
1. Start into 1tr and start a terminal.
66
2. Disable most security feature in the boot policy: `bputil -nkcas`; use `diskutil info [disk name]` to get UUID.
67
3. Disable SIP (bputil resets it): `csrutil disable`.
68
-4. Install [m1n1](m1n1-user-guide.md) as custom boot object:
+4. Enable verbose output: `nvram boot-args=-v`.
69
+5. Install [m1n1](m1n1-user-guide.md) as custom boot object:
70
71
kmutil configure-boot \
72
-c build/m1n1.bin \
0 commit comments