1
zhandouji2023 274 天前 via Android
系统还原啊
|
2
a66243766 274 天前
Thanks @BoBKelso! To add up to your answer, steps 4 and 5 weren't clear to me, so here is what I did instead:
Obtain a list of files/directories and LaunchAgents with: pkgutil --files com.apple.pkg.RosettaUpdateAuto Save them in a way that you can access them in the recovery Boot into recovery Open terminal in recovery (btw to load recovery on M1 macs you long press the power button instead of holding CMD+R) Run csrutil disable and confirm (temporary disable SIP) Reboot Delete the files listed at step 1 (in my case it was enough to delete/Library/Apple/usr/share/rosetta and /Library/Apple/usr/libexec with all their contents) Reboot back to recovery terminal Run csrutil enable and confirm 按照这个没有问题的 又自动出来是怎么自动出来 出来啥 涉及的文件还挺多的 |
3
aeroyu OP @a66243766 就是有 intel 的 app 重启后还是会出来,有没有办法恢复到未装之前,就是使用 intel 的 app 会提示是否下载
|
4
aeroyu OP @zhandouji2023 这样太折腾了,系统软件环境非常麻烦
|
5
kkhaike 274 天前 via iPhone
删除的原因是啥
|
8
DIMOJANG 274 天前
如果 OP 单纯是因为担心 Intel APP 运行耗电,可以在 Activity Monitor 里面按照 Kind 来筛选进程,按需干掉;如果担心有没在运行的 APP 的话,可以在 System Settings -> General -> Storage 里面点击 Applications 右边的信息图标,里面也可以按照 Kind 筛选 APP 。
如果 OP 除此之外还有心理洁癖方面的顾虑的话(比如我),我来分享一下我的解毒帖子: https://twitter.com/ErrataRob/status/1331735383193903104 这里提到 Apple 在 M 处理器里实现了一个专门的模式,用于运行 x86 代码——因此 Rosetta2 不仅是一个你隐性付费了的软件,还包括一些你花真金白银购买的晶体管! (虽然第二部分听起来有点歪理的意味,但知道这个之后确实让我从想要删除 Rosetta2 的漩涡中解脱了 ) |
9
arfaWong 274 天前
把 Intel 相关的程序卸载了
|
11
msdurex 274 天前
Rosetta 1 那时候就是个暖手宝 App ,只要开了 Mac 就开始自动发热。
|
12
ShuWei 273 天前
没必要这么洁癖吧,自己不主动使用非 aarch64 的软件就好了
|
14
Tenlearn 272 天前
Mac"活动监视器",CPU 那一栏有个”种类”就可以看是不是原生 Apple 应用啊,不是的你就卸载呗
|
15
labdum 258 天前
https://github.com/DigiDNA/Silicon
自己扫一遍看看是不是都是原生的就好的。 |