You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build was successful with the build.sh script, but when booting with the corresponding kc file, it goes into an infinite boot state.
My Mac OS environment is as follows
MacBook pro (m1pro)
macOS version: 13.2
Xcode version: 14.3
Building macOS version: 13.2
build command :
KERNEL_CONFIG=RELEASE ARCH_CONFIG=ARM64 MACHINE_CONFIG=T6000 ./build.sh --kc (withdout CodeQL DB)
I disabled SIP ("csrutil disable") and also ran "bputil -a" to allow custom boot-args to be sent to the kernel.
Also, I added boot-arg like this
sudo nvram boot-args="-unsafe_kernel_text "
(I also tried "wlan.skywalk.enable=0 dk=0", but it failed).
If you run it on a different version (14.2), the kc build will give an error that the symbol cannot be found in "com.apple.driver.AppleH11ANEInterface". I only succeeded with kc build on version 13.2. However, as mentioned before, it goes into an infinite boot state.
Can I get a workaround for this problem?
Thanks.
The text was updated successfully, but these errors were encountered:
The build was successful with the build.sh script, but when booting with the corresponding kc file, it goes into an infinite boot state.
My Mac OS environment is as follows
MacBook pro (m1pro)
macOS version: 13.2
Xcode version: 14.3
Building macOS version: 13.2
build command :
KERNEL_CONFIG=RELEASE ARCH_CONFIG=ARM64 MACHINE_CONFIG=T6000 ./build.sh --kc (withdout CodeQL DB)
I disabled SIP ("csrutil disable") and also ran "bputil -a" to allow custom boot-args to be sent to the kernel.
Also, I added boot-arg like this
sudo nvram boot-args="-unsafe_kernel_text "
(I also tried "wlan.skywalk.enable=0 dk=0", but it failed).
If you run it on a different version (14.2), the kc build will give an error that the symbol cannot be found in "com.apple.driver.AppleH11ANEInterface". I only succeeded with kc build on version 13.2. However, as mentioned before, it goes into an infinite boot state.
Can I get a workaround for this problem?
Thanks.
The text was updated successfully, but these errors were encountered: