barrykn / big-sur-micropatcher

A primitive USB patcher for installing macOS Big Sur on unsupported Macs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reenable-animation.sh not working

kamalsingla27 opened this issue · comments

2021-05-23 04:36:31.624 defaults[1198:29393]
Domain (kCFPreferencesAnyApplication) not found.
Defaults have not been changed.
2021-05-23 04:36:31.637 defaults[1199:29396]
Domain (kCFPreferencesAnyApplication) not found.
Defaults have not been changed.
2021-05-23 04:36:31.652 defaults[1200:29399]
Domain (kCFPreferencesAnyApplication) not found.
Defaults have not been changed.
2021-05-23 04:36:31.666 defaults[1201:29402]
Domain (kCFPreferencesAnyApplication) not found.
Defaults have not been changed.
2021-05-23 04:36:31.681 defaults[1202:29405]
Domain (kCFPreferencesAnyApplication) not found.
Defaults have not been changed.
2021-05-23 04:36:31.695 defaults[1203:29408]
Domain (kCFPreferencesAnyApplication) not found.
Defaults have not been changed.
2021-05-23 04:36:31.709 defaults[1204:29411]
Domain (kCFPreferencesAnyApplication) not found.
Defaults have not been changed.
2021-05-23 04:36:31.723 defaults[1205:29414]
Domain (kCFPreferencesAnyApplication) not found.
Defaults have not been changed.
2021-05-23 04:36:31.783 defaults[1206:29417]
Domain (com.apple.dock) not found.
Defaults have not been changed.
2021-05-23 04:36:31.837 defaults[1207:29420]
Domain (com.apple.dock) not found.
Defaults have not been changed.
2021-05-23 04:36:31.895 defaults[1208:29423]
Domain (com.apple.dock) not found.
Defaults have not been changed.
2021-05-23 04:36:31.955 defaults[1209:29426]
Domain (com.apple.dock) not found.
Defaults have not been changed.
2021-05-23 04:36:32.016 defaults[1210:29429]
Domain (com.apple.dock) not found.
Defaults have not been changed.
2021-05-23 04:36:32.075 defaults[1211:29432]
Domain (com.apple.dock) not found.
Defaults have not been changed.
2021-05-23 04:36:32.132 defaults[1212:29435]
Domain (com.apple.finder) not found.
Defaults have not been changed.
2021-05-23 04:36:32.186 defaults[1213:29438]
Domain (com.apple.Mail) not found.
Defaults have not been changed.
2021-05-23 04:36:32.246 defaults[1214:29441]
Domain (com.apple.Mail) not found.
Defaults have not been changed.
2021-05-23 04:36:32.260 defaults[1215:29444]
Domain (kCFPreferencesAnyApplication) not found.
Defaults have not been changed.

Try doing this in a chroot environment

Example:

# First boot into your installation medium
# (Restart your machine, then hold down the OPTION key when it boots,
# select `Install macOS Big Sur` and hit return - consult the README for more information)

# Now open Terminal (from Utilities menu)

# Make sure you startup disk (like `/Volumes/Macintosh HD`) is mounted
$ ls -al /Volumes
# If not issue:
$ diskutil list
# Find your startup disk, then issue (example):
$ diskutil mount disk1s1

# Run a `chroot` environment
$ chroot "/Volumes/Macintosh HD"

# In a `chroot` environment, try issuing:
# (NOTE: '/Volumes/Image Volume' may not work in a `chroot` environment)
$ "/Volumes/Install macOS Big Sur/reenable-animation.sh"

# Exit `chroot` environment
$ exit

# Now, reboot
$ shutdown -r now