spindump is a debug utility which is enabled by default. It collects debug information which is useless to normal users, often slows down entire system and makes fans noisy. Disable it will speed up beta system and reduce fan noise. Before doing this, Unity is very slow and even not responding every minute. After disabling spindump it runs as fast as in Catalina.
macOS Big Sur includes a new system protection technology called Signed System Volume and this makes system volume modifications even harder. Its detail can be found here (https://eclecticlight.co/2020/06/25/big-surs-signed-system-volume-added-security-protection/)
Just follow these steps:
1. Reboot and hold Command+R to enter Recovery mode.
2. Login with your account.
3. Since the system volume is mounted readonly by default, we need to remount it as read-write first. Select Disk Utility. Select your system volume from left panel(e.g BigSur) and click Unmount. Remember device name shown in this window(e.g. disk1s5).
4. Close Disk Utility and open Terminal.
5. Type csrutil authenticated-root disable and press Enter. This will disable SSV.
6. Type mkdir /Volumes/osvolume and press Enter. (If you have the same mountpoint name, change osvolume to any other one).
7. Type mount /dev/<REPLACE_WITH_YOUR_DEVICE_NAME> /Volumes/osvolume (If your device name is disk1s5 your command will be mount /dev/disk1s5 /Volumes/osvolume ) and press Enter. This step will mount your system
8. Type mv /Volumes/osvolume/System/Library/LaunchDaemons/com.apple.spindump.plist /Volumes/osvolume/System/Library/LaunchDaemons/com.apple.spindump.plist.disabled and press Enter. This will disable spindump service.
9. Type mv /Volumes/osvolume/System/Library/LaunchDaemons/com.apple.tailspind.plist /Volumes/osvolume/System/Library/LaunchDaemons/com.apple.tailspind.plist.disabled and press Enter. This will disable another spin service which also slows down your system.
10. Type bless --folder /Volumes/osvolume/System/Library/CoreServices --bootefi --create-snapshot and press Enter. This will create a new system volume snapshot which is bootable.
11. Done. Type reboot and press Enter. Your Mac will reboot.
macOS Big Sur includes a new system protection technology called Signed System Volume and this makes system volume modifications even harder. Its detail can be found here (https://eclecticlight.co/2020/06/25/big-surs-signed-system-volume-added-security-protection/)
Just follow these steps:
1. Reboot and hold Command+R to enter Recovery mode.
2. Login with your account.
3. Since the system volume is mounted readonly by default, we need to remount it as read-write first. Select Disk Utility. Select your system volume from left panel(e.g BigSur) and click Unmount. Remember device name shown in this window(e.g. disk1s5).
4. Close Disk Utility and open Terminal.
5. Type csrutil authenticated-root disable and press Enter. This will disable SSV.
6. Type mkdir /Volumes/osvolume and press Enter. (If you have the same mountpoint name, change osvolume to any other one).
7. Type mount /dev/<REPLACE_WITH_YOUR_DEVICE_NAME> /Volumes/osvolume (If your device name is disk1s5 your command will be mount /dev/disk1s5 /Volumes/osvolume ) and press Enter. This step will mount your system
8. Type mv /Volumes/osvolume/System/Library/LaunchDaemons/com.apple.spindump.plist /Volumes/osvolume/System/Library/LaunchDaemons/com.apple.spindump.plist.disabled and press Enter. This will disable spindump service.
9. Type mv /Volumes/osvolume/System/Library/LaunchDaemons/com.apple.tailspind.plist /Volumes/osvolume/System/Library/LaunchDaemons/com.apple.tailspind.plist.disabled and press Enter. This will disable another spin service which also slows down your system.
10. Type bless --folder /Volumes/osvolume/System/Library/CoreServices --bootefi --create-snapshot and press Enter. This will create a new system volume snapshot which is bootable.
11. Done. Type reboot and press Enter. Your Mac will reboot.
Last edited: