Wayang-NT Posted October 28, 2021 Share Posted October 28, 2021 (edited) with support for AMD Radeon 6600 XT Edited October 28, 2021 by Wayang-NT 6 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/ Share on other sites More sharing options...
Alex HQuest Posted October 28, 2021 Share Posted October 28, 2021 The update enables support for graphics cards that integrate the AMD Radeon 6600XT GPU 3 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770236 Share on other sites More sharing options...
Derty Posted October 28, 2021 Share Posted October 28, 2021 (edited) 15 hours ago, Alex HQuest said: The update enables support for graphics cards that integrate the AMD Radeon 6600XT GPU oh thats is good..!!!! AMDNavi23GraphicsAccelerator 1002:73E3 AMD Radeon Pro W6600 graphic card 1002 73FF Model: AMD Radeon RX 6600 AMD Radeon RX 6600 XT Edited October 29, 2021 by Derty Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770239 Share on other sites More sharing options...
telepati Posted October 28, 2021 Share Posted October 28, 2021 3 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770240 Share on other sites More sharing options...
Anto65 Posted October 28, 2021 Share Posted October 28, 2021 But wasn't it Windows that was releasing updates in bursts? 😂 4 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770243 Share on other sites More sharing options...
Allan Posted October 28, 2021 Share Posted October 28, 2021 Apple still love us 😅 6 5 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770249 Share on other sites More sharing options...
Loloflat6 Posted October 28, 2021 Share Posted October 28, 2021 3 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770251 Share on other sites More sharing options...
Shaneee Posted October 28, 2021 Share Posted October 28, 2021 Kernel patches still fine on AMD Spoiler 4 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770253 Share on other sites More sharing options...
Loloflat6 Posted October 28, 2021 Share Posted October 28, 2021 Done 😃 Spoiler 3 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770254 Share on other sites More sharing options...
Stefanalmare Posted October 28, 2021 Share Posted October 28, 2021 No way to update to 12.1 on my old core2 quad HP xw4600 and on ivy HP 4540s. First don't pass exitbs:start, second in something like "rooting via boot-uuid from /chosen: ..........................". Tried all known tricks, no avail. 3 ivy desktops updated without problems. Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770256 Share on other sites More sharing options...
Avery B Posted October 28, 2021 Share Posted October 28, 2021 4 minutes ago, Stefanalmare said: No way to update to 12.1 on my old core2 quad HP xw4600 and on ivy HP 4540s. First don't pass exitbs:start, second in something like "rooting via boot-uuid from /chosen: ..........................". Tried all known tricks, no avail. 3 ivy desktops updated without problems. https://github.com/dortania/OpenCore-Legacy-Patcher/issues/650 Basically, the kernel now uses the RDRAND instruction with 12.1. Any CPUs which don't have the RDRAND instruction are now unsupported, which is anything pre Ivy, and some lower end Ivy CPUs (i3/pentiums/celerons). No clue on your HP 4540s though, sorry. 2 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770257 Share on other sites More sharing options...
Stefanalmare Posted October 28, 2021 Share Posted October 28, 2021 8 minutes ago, 1Revenger1 said: https://github.com/dortania/OpenCore-Legacy-Patcher/issues/650 Basically, the kernel now uses the RDRAND instruction with 12.1. Any CPUs which don't have the RDRAND instruction are now unsupported, which is anything pre Ivy, and some lower end Ivy CPUs (i3/pentiums/celerons). No clue on your HP 4540s though, sorry. On core2 I used this until now: https://github.com/reenigneorcim/SurPlus. But it just simulate RDRAND and for boot you need native rdrand I think. But on HP 4540s I have top I7 processor with rdrand capabilities. I suppose they remove other hardware support too. Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770258 Share on other sites More sharing options...
Guest 5T33Z0 Posted October 28, 2021 Share Posted October 28, 2021 Check this out (Hint: the important part is in terminal): Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770260 Share on other sites More sharing options...
Guest 5T33Z0 Posted October 28, 2021 Share Posted October 28, 2021 Just installing macOS Monterey 12.1 beta… on an unsupported board-id (MacBookPro10,1)… through Software Update… just sayin'… Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770262 Share on other sites More sharing options...
MorenoAv Posted October 28, 2021 Share Posted October 28, 2021 Done, one more, let's do the next... 2 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770263 Share on other sites More sharing options...
Avery B Posted October 28, 2021 Share Posted October 28, 2021 37 minutes ago, Stefanalmare said: On core2 I used this until now: https://github.com/reenigneorcim/SurPlus. But it just simulate RDRAND and for boot you need native rdrand I think. But on HP 4540s I have top I7 processor with rdrand capabilities. I suppose they remove other hardware support too. That doesn't simulate RDRAND, it just disables some checks it looks like. Either way, the kernel now always uses RDRAND from what I can see, with no way to avoid it. There may potentially be a fix, I know some people are looking into it. I doubt that there will be one myself though. 2 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770264 Share on other sites More sharing options...
Allan Posted October 29, 2021 Share Posted October 29, 2021 Wow this update is serious, look at that! 😬 "There are also quite a few security exploits fixed by macOS 12.0.1 Monterey, including some within iCloud, Game Center, and the audio and graphics drivers." Link: https://www.macobserver.com/news/macos-12-0-1-monterey-patches-various-security-problems/ 3 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770277 Share on other sites More sharing options...
chris1111 Posted October 29, 2021 Share Posted October 29, 2021 Update macOS Monterey 12.1 (21C5021h) without problem HD 4000 on probook 6570b 5 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770283 Share on other sites More sharing options...
ndungu6678 Posted October 29, 2021 Share Posted October 29, 2021 (edited) Update wasn't showing up at first- but appeared immediatly after changing SecureBootModel from 'disabled' to 'j185'. Otherwise smooth update! 🤗 Edited October 29, 2021 by ndungu6678 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770291 Share on other sites More sharing options...
jsl2000 Posted October 29, 2021 Share Posted October 29, 2021 (edited) 13 hours ago, Shaneee said: Kernel patches still fine on AMD Hide contents My FX-6300 hackintosh can boot Monterey 12.0.1 without any issue, but unable to boot 12.1 now by OPenCore 0.7.4 or Clover 5141. Is it due to lack of RDRAND instruction or extra kernek patch for FX-6300 because it can not enable ProvideCurrentCpuInfo ? No such an issue in my Ryzen 1700X hackintosh booted by OpenCore 0.7.4 or Clover 5141. Edited October 29, 2021 by jsl2000 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770303 Share on other sites More sharing options...
Stefanalmare Posted October 29, 2021 Share Posted October 29, 2021 7 hours ago, chris1111 said: Update macOS Monterey 12.1 (21C5021h) without problem HD 4000 on probook 6570b Hi chris1111! Please post your config.plist. I can't install 12.1 in my Probook and maybe I do something wrong. Thank you! Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770308 Share on other sites More sharing options...
chris1111 Posted October 29, 2021 Share Posted October 29, 2021 (edited) 7 minutes ago, Stefanalmare said: Hi chris1111! Please post your config.plist. I can't install 12.1 in my Probook and maybe I do something wrong. Thank you! The config is here The only diferance of mine is I have also BlueToolFixup.kext Edited October 29, 2021 by chris1111 2 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770309 Share on other sites More sharing options...
Alex HQuest Posted October 29, 2021 Share Posted October 29, 2021 9 hours ago, Allan said: Wow this update is serious, look at that! 😬 "There are also quite a few security exploits fixed by macOS 12.0.1 Monterey, including some within iCloud, Game Center, and the audio and graphics drivers." Link: https://www.macobserver.com/news/macos-12-0-1-monterey-patches-various-security-problems/ 12.0.1 was the Monterey RC version. This beta is 12.1. They had to launch these fixes as 12.0.1 since 12.0 was already deployed on the assembly lines’ 2021 Mac’s. 1 1 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770311 Share on other sites More sharing options...
Allan Posted October 29, 2021 Share Posted October 29, 2021 2 hours ago, Alex HQuest said: 12.0.1 was the Monterey RC version. This beta is 12.1. They had to launch these fixes as 12.0.1 since 12.0 was already deployed on the assembly lines’ 2021 Mac’s. Wow you're right, thank you for correcting me! Sorry guys 🤦♂️ But now everyone know that are using a secure SO lol 😁 Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770326 Share on other sites More sharing options...
aben Posted October 29, 2021 Share Posted October 29, 2021 10 hours ago, chris1111 said: Update macOS Monterey 12.1 (21C5021h) without problem HD 4000 on probook 6570b Hello @chris1111! I see that your notebook display is showing the refresh rate along with current resolution at 60.00Hz. My Dell Skylake laptop display is outputting at 1080p(FHD) on Intel HD 520 with 64MB DVMT allocation however no refresh rate is shown on my end. It never has since Catalina. Does this mean my laptop display is actually not refreshing at 60.00Hz even though it can? I am probably missing something with my config. I was of the impression that only external monitors hooked to macOS would show the refresh rate options. Link to comment https://www.insanelymac.com/forum/topic/349424-pre-release-macos-monterey-121/#findComment-2770327 Share on other sites More sharing options...
Recommended Posts