Howdy, y'all!
Trying to change a few Dock icons and need to mount Big Sur in read/write mode. For some reason or another it isn't working.
I put these commands into the terminal
I have repartitioned destroying my partitions and reinstalled twice already and still cannot get it to work. I have tried it without creating the /Volume/macOS1 folder.
I've even changed my com.apple.boot.plist in /Library to:
I have tried sudo spctl --master-disable
I have tried sudo mount -uw /Volumes/macOS1 /dev/disk1s5
Nothing is ****ing working.
Any advice? Using build 20A5384c
Trying to change a few Dock icons and need to mount Big Sur in read/write mode. For some reason or another it isn't working.
I put these commands into the terminal
Code:
root@notsures-Mini ~ # csrutil authenticated-root status
Authenticated Root status: disabled
root@notsures-Mini ~ # csrutil status
System Integrity Protection status: unknown (Custom Configuration).
Configuration:
Apple Internal: disabled
Kext Signing: disabled
Filesystem Protections: disabled
Debugging Restrictions: disabled
DTrace Restrictions: disabled
NVRAM Protections: disabled
This is an unsupported configuration, likely to break in the future and leave your machine in an unknown state.
root@notsures-Mini ~ # mkdir /Volumes/macOS1
root@notsures-Mini ~ # diskutil mount disk1s5
Volume macOS on disk1s5 mounted
root@notsures-Mini ~ # sudo mount -uw /Volumes/macOS1
mount: unknown special file or file system /Volumes/macOS1.
I have repartitioned destroying my partitions and reinstalled twice already and still cannot get it to work. I have tried it without creating the /Volume/macOS1 folder.
I've even changed my com.apple.boot.plist in /Library to:
Code:
<key>Kernel Flags</key>
<string>-no_compat_check cs_enforcement_disable=1 cs_debug=1 amfi_allow_any_signature=1 amfi_get_out_of_my_way=1</string>
I have tried sudo spctl --master-disable
I have tried sudo mount -uw /Volumes/macOS1 /dev/disk1s5
Nothing is ****ing working.
Any advice? Using build 20A5384c
Last edited: