CPU名称显示异常,配置文件修改无效
如题,前两天升级了下处理器和显卡,调整配置文件后正常进入系统,但是cpu名称在系统中显示异常,sensei之类的软件却能正常显示,请教一下各位大佬这个怎么解决光添加参数自定义名称还不行,得在内核中添加修补驱动RestrictEvents.kext lwx1901 发表于 2023-12-18 21:06 https://bbs.pcbeta.com/static/image/common/back.gif
光添加参数自定义名称还不行,得在内核中添加修补驱动RestrictEvents.kext
有的,之前用的12400就正常 处理器型号代码填写错误 bios重置(扣电池) 清理NVRAM试一下 1先检查RestrictEvents驱动是否加载,你还少了一个键 revcpu值1,
2再检查NVRAM里的revcpu和revcpuname值是否生效,如果没生效可能改错config或者nvram有问题需要重置NVRAM,也可以再删除里找到102结尾的里添加revcpu和revcpuname,
3再检查platformlnfo里的自定义cpu型号是否填对。
要改就想我这样改个彻底{:5_262:}
林凡子夕 发表于 2023-12-19 14:42 https://bbs.pcbeta.com/static/image/common/back.gif
要改就想我这样改个彻底
问题是连正常都改不好,尝试了n遍了 Vier2 发表于 2023-12-19 20:39 https://bbs.pcbeta.com/static/image/common/back.gif
问题是连正常都改不好,尝试了n遍了
7f不是给你说的很详细了吗 林凡子夕 发表于 2023-12-19 20:47 https://bbs.pcbeta.com/static/image/common/back.gif
7f不是给你说的很详细了吗
没用的,反正我是扣电池解决的 tsepangching 发表于 2023-12-19 10:00 https://bbs.pcbeta.com/static/image/common/back.gif
1先检查RestrictEvents驱动是否加载,你还少了一个键 revcpu值1,
2再检查NVRAM里的revcpu和revcpuname值 ...
都尝试过了,截图展示的只是一个例子 Vier2 发表于 2023-12-20 12:34 https://bbs.pcbeta.com/static/image/common/back.gif
都尝试过了,截图展示的只是一个例子
所以说不要发没有参考意义的图容易误导,
先检查一下Nvram生效没,复制到终端回车nvram revcpu和nvram revcpuname还有nvram boot-args,
再检查RestrictEvents驱动是否加载还是复制终端回车kextstat | grep -Ei "Restrict"
最后检查platformlnfo里的自定义cpu型号是否填对 tsepangching 发表于 2023-12-21 09:38 https://bbs.pcbeta.com/static/image/common/back.gif
所以说不要发没有参考意义的图容易误导,
先检查一下Nvram生效没,复制到终端回车nvram revcpu和nvram r ...
黢驴技穷了,这个意思是没生效吗,麻烦老哥指点一下吧,这个配置文件是我尝试了n个教程案例改的 本帖最后由 evil000 于 2023-12-22 21:57 编辑
老弟,过来看我这边吧,这个就是cpu 仿冒的问题了,主要就看你仿冒的,先看i5 还是i7,然后看几核几线程,当然你可以直接填i9的仿冒,只是显示问题,不影响使用。详细的CPU 代码查询:https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Apple/IndustryStandard/AppleSmBios.h,// The cpu types listed here originate from AppleSystemInfo.framework and are not
// complete per se. The match of a certain CPU is firstly done by MajorType and
// NumberOfCores, and MinorType does not need to match. For a more complete
// table refer to AppleProcessorType enum, which is built based on Mac dumps.
//
// <0201> 01 coresIntel Core Solo Intel Core Solo
// <0201> 02 coresIntel Core Duo Intel Core Duo
// <0301> 01 coresIntel Core 2 Solo Intel Core 2 Solo
// <0301> 02 coresIntel Core 2 Duo Intel Core 2 Duo
// <0401> 01 coresSingle-Core Intel Xeon Single-Core Intel Xeon
// <0401> 02 coresDual-Core Intel Xeon Dual-Core Intel Xeon
// <0402> 01 coresSingle-Core Intel Xeon Single-Core Intel Xeon
// <0402> 02 coresDual-Core Intel Xeon Dual-Core Intel Xeon
// <0402> 03 coresUnknown Intel Xeon Unknown Intel Xeon
// <0402> 04 coresQuad-Core Intel Xeon Quad-Core Intel Xeon
// <0501> 01 coresSingle-Core Intel Xeon Single-Core Intel Xeon
// <0501> 02 coresDual-Core Intel Xeon Dual-Core Intel Xeon
// <0501> 03 coresUnknown Intel Xeon Unknown Intel Xeon
// <0501> 04 coresQuad-Core Intel Xeon Quad-Core Intel Xeon
// <0501> 06 cores6-Core Intel Xeon 6-Core Intel Xeon
// <0601> 01 coresIntel Core i5 Intel Core i5
// <0601> 02 coresIntel Core i5 Intel Core i5
// <0601> 03 coresIntel Core i5 Intel Core i5
// <0601> 04 coresIntel Core i5 Intel Core i5
// <0601> 06 coresIntel Core i5 Intel Core i5
// <0701> 01 coresIntel Core i7 Intel Core i7
// <0701> 02 coresIntel Core i7 Intel Core i7
// <0701> 03 coresIntel Core i7 Intel Core i7
// <0701> 04 coresIntel Core i7 Intel Core i7
// <0701> 06 coresIntel Core i7 Intel Core i7
// <0901> 01 coresIntel Core i3 Intel Core i3
// <0901> 02 coresIntel Core i3 Intel Core i3
// <0901> 03 coresIntel Core i3 Intel Core i3
// <0901> 04 coresIntel Core i3 Intel Core i3
// <0A01> 04 coresQuad-Core Intel Xeon E5 Quad-Core Intel Xeon E5
// <0A01> 06 cores6-Core Intel Xeon E5 6-Core Intel Xeon E5
// <0A01> 08 cores8-Core Intel Xeon E5 8-Core Intel Xeon E5
// <0A01> 10 cores10-Core Intel Xeon E5 10-Core Intel Xeon E5
// <0A01> 12 cores12-Core Intel Xeon E5 12-Core Intel Xeon E5
// <0B01> 01 coresIntel Core M Intel Core M
// <0B01> 02 coresIntel Core M Intel Core M
// <0B01> 03 coresIntel Core M Intel Core M
// <0B01> 04 coresIntel Core M Intel Core M
// <0C01> 01 coresIntel Core m3 Intel Core m3
// <0C01> 02 coresIntel Core m3 Intel Core m3
// <0C01> 03 coresIntel Core m3 Intel Core m3
// <0C01> 04 coresIntel Core m3 Intel Core m3
// <0D01> 01 coresIntel Core m5 Intel Core m5
// <0D01> 02 coresIntel Core m5 Intel Core m5
// <0D01> 03 coresIntel Core m5 Intel Core m5
// <0D01> 04 coresIntel Core m5 Intel Core m5
// <0E01> 01 coresIntel Core m7 Intel Core m7
// <0E01> 02 coresIntel Core m7 Intel Core m7
// <0E01> 03 coresIntel Core m7 Intel Core m7
// <0E01> 04 coresIntel Core m7 Intel Core m7
// <0F01> 08 coresIntel Xeon W Intel Xeon W
// <0F01> 10 coresIntel Xeon W Intel Xeon W
// <0F01> 12 coresIntel Xeon W Intel Xeon W(10.15+)
// <0F01> 14 coresIntel Xeon W Intel Xeon W
// <0F01> 16 coresIntel Xeon W Intel Xeon W(10.15+)
// <0F01> 18 coresIntel Xeon W Intel Xeon W
// <0F01> 24 coresIntel Xeon W Intel Xeon W(10.15+)
// <0F01> 28 coresIntel Xeon W Intel Xeon W(10.15+)
// <1001> 06 coresIntel Core i9 Intel Core i9
// <1001> 08 coresIntel Core i9 Intel Core i9 (10.15+)
// <1001> 10 coresIntel Core i9 Intel Core i9 (10.15+)
//
// Also see here for a list of CPUs used on Mac models:
Vier2 发表于 2023-12-22 21:00 https://bbs.pcbeta.com/static/image/common/back.gif
黢驴技穷了,这个意思是没生效吗,麻烦老哥指点一下吧,这个配置文件是我尝试了n个教程案例改的
nvram没生效啊 Vier2 发表于 2023-12-22 21:00 https://bbs.pcbeta.com/static/image/common/back.gif
黢驴技穷了,这个意思是没生效吗,麻烦老哥指点一下吧,这个配置文件是我尝试了n个教程案例改的
自定义cpu型号没填啊 evil000 发表于 2023-12-22 21:55 https://bbs.pcbeta.com/static/image/common/back.gif
老弟,过来看我这边吧,这个就是cpu 仿冒的问题了,主要就看你仿冒的,先看i5 还是i7,然后看几核几线程,当 ...
我看网上有教程这里不是要填0吗 tsepangching 发表于 2023-12-22 22:18 https://bbs.pcbeta.com/static/image/common/back.gif
自定义cpu型号没填啊
我看网上有教程这里不是要填0吗 evil000 发表于 2023-12-22 21:55 https://bbs.pcbeta.com/static/image/common/back.gif
老弟,过来看我这边吧,这个就是cpu 仿冒的问题了,主要就看你仿冒的,先看i5 还是i7,然后看几核几线程,当 ...
填了i5平台的10进制1541重启依旧显示未知
页:
[1]
2