-
Electric Light Co. and others point out that 1) SSV snapshots are only made by the OS upon update and deleted afterwards, 2) the user is not able to restore these since Big Sur and later because by the time they would be useful they have been deleted, 3) it is impossible to boot from them because the seal was broken???
-
on update to 14.3 (booted to 14.3 and failed) there remained a previous bless snapshot from a month ago, possibly? original 14.2.1 install Verified it by mounting it and checking Systemversion.plist
-
to boot from it all I had to do was Mount the previous snapshot I wanted e
bless --folder /Volumes/VOLUME@xxxx-xxx/System/Library/CoreServices --snapshot <uuid of snapshot from disk utility> --bootefi
where xxxx-xxx are some numbers
How to build RyzenAdj for macOS (UPDATED through Ventura?)
- Monitoring functions like
./ryzenadj --info
not working- adjustment only
- cmake (via Homebrew)
- disable SIP (theoretically only CSR_ALLOW_KERNEL_DEBUGGER is required as per https://www.insanelymac.com/forum/topic/346408-hwtools-for-mavericks-and-better-directhw-for-macos-big-sur-superiotool-mptable-osxpmem-iwleeprom-ectool-msrtool-ifdtool-inteltool-nvramtool-pciutils-370-and-flashrom-12/ through Catalina, but 0x8 was not enoug on Monterey).
COMPILING SYNERGY ON 10.6 SNOW LEOPARD
- Install Xcode-3.2.6 (latest)
- install tigerbrew (curl will SSL error out due to age, so download it with Arctic Fox or transplant)
- download src from https://github.com/symless/synergy-core/releases/tag/v1.7.6-stable (latest I tested, 1.8.8 doesn't compile)
brew install cmake
- go to synergy root,
cd ext
- make directories for gmock-1.6.0 and gtest-1.6.0, then extract the zips into there
- from root, mkdir build, then run
CFLAGS=-mmacosx-version-min=10.6 LDFLAGS=-mmacosx-version-min=10.6 cmake .. -DCMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.6.sdk -DOSX_TARGET_MAJOR=10 -DOSX_TARGET_MINOR=6