kaoskinkae Posted August 5, 2024 Share Posted August 5, 2024 6 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823657 Share on other sites More sharing options...
Craig Hazan Posted August 5, 2024 Share Posted August 5, 2024 The new Siri is pretty special in 15.1 5 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823658 Share on other sites More sharing options...
Irish_Man Posted August 5, 2024 Share Posted August 5, 2024 No issues during the update. The issue after the update is that I can't see mounted EFI partition on my desktop. Anyone with the same issue? It's clearly mounted but it doesn't show up on desktop. I see all drives but EFI partitions. 2 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823659 Share on other sites More sharing options...
Max.1974 Posted August 5, 2024 Share Posted August 5, 2024 Yes @Irish_Man I gave alert above 2 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823660 Share on other sites More sharing options...
Irish_Man Posted August 5, 2024 Share Posted August 5, 2024 1 hour ago, Max.1974 said: With this command and EFI folder deleted by another macOS Sonoma works this command sudo mount -t msdos /dev/disk4s1 /Volumes/efi When I use that command I get this: Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823661 Share on other sites More sharing options...
Max.1974 Posted August 5, 2024 Share Posted August 5, 2024 (edited) @Irish_Man So sorry I fogott to said Need type this first sudo -i Type on root# your password and then mkdir /Volumes/efi sudo mount -t msdos /dev/disk4s1 /Volumes/efi (need put diskXsY when your disk is X and your partition is Y) Edited August 5, 2024 by Max.1974 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823662 Share on other sites More sharing options...
jlrycm Posted August 5, 2024 Share Posted August 5, 2024 (edited) 21 minutes ago, Irish_Man said: No issues during the update. The issue after the update is that I can't see mounted EFI partition on my desktop. Anyone with the same issue? It's clearly mounted but it doesn't show up on desktop. I see all drives but EFI partitions. Does this mean that if I try to mount the EFI in Sequoia using OCAT, OpenCore Configurator or any other used to mount it, it will not mount and only the terminal command that @Max.1974 just shared would mount it? Edited August 5, 2024 by jlrycm 1 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823663 Share on other sites More sharing options...
Max.1974 Posted August 5, 2024 Share Posted August 5, 2024 (edited) My container disk was changes by Apple that put a lot of garbage on EFI partition, need delete all this "trashes". My real disk install is disk 4 but Apple "synthesized" to disk7 😆 yes @jlrycm Edited August 5, 2024 by Max.1974 2 1 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823664 Share on other sites More sharing options...
jlrycm Posted August 5, 2024 Share Posted August 5, 2024 26 minutes ago, Max.1974 said: My container disk was changes by Apple that put a lot of garbage on EFI partition, need delete all this "trashes". My real disk install is disk 4 but Apple "synthesized" to disk7 😆 yes @jlrycm Thanks @Max.1974 fortunately I’m using the EFI that the macOS sonoma disk has and I’m not relying on the EFI that the Sequoia disk has. I hope this thing that was done to you guys it’s a bug or something that is not happening a lot / will be fixed by Apple in the near future. 2 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823665 Share on other sites More sharing options...
Irish_Man Posted August 5, 2024 Share Posted August 5, 2024 35 minutes ago, Max.1974 said: @Irish_Man So sorry I fogott to said Need type this first sudo -i Type on root# your password and then mkdir /Volumes/efi sudo mount -t msdos /dev/disk4s1 /Volumes/efi (need put diskXsY when your disk is X and your partition is Y) @Max.1974 tnx, that command works. Btw, I didn't find any extra files inside the EFI folder besides Apple folder that we get after every update. 1 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823666 Share on other sites More sharing options...
meg2014 Posted August 5, 2024 Share Posted August 5, 2024 (edited) 1 hour ago, Irish_Man said: No issues during the update. The issue after the update is that I can't see mounted EFI partition on my desktop. Anyone with the same issue? It's clearly mounted but it doesn't show up on desktop. I see all drives but EFI partitions. I had a very similar problem, although much worse. My rig finished the upgrade, but Finder was useless and would not stabilize. All I got was a spinning beach ball and rebooting, relaunching Finder, well nothing would work. Couldn't get to any of my drives or, of course, the EFI partition. So I backed off to 24A5298h, which I think is Beta 4. Interesting that Irish_Man has similar software to me (12700K, 64GB of RAM (3800 MHz), RX 6900, and Mac Pro SMBIOS. I am running Opencore 1.0 and he's running 1.01. I think I'll let this sit for a while and check out the next beta or just review what others have found with this update. Edited August 5, 2024 by meg2014 1 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823667 Share on other sites More sharing options...
Max.1974 Posted August 5, 2024 Share Posted August 5, 2024 (edited) Thanks and important to said that its not works again until restart if you try use some app to open or close EFI. I thinks that exist some solution when boot in recovery mode like csrutil authenticated-root clear or some better command Works to me close all programs an run again command after type in terminal: KillAll Finder Then you can root again: sudo -i Then run your original EFI with this commands mkdir /Volumes/efi sudo mount -t msdos /dev/disk4s1 /Volumes/efi disk4s1 is my original Nvme 32 minutes ago, Irish_Man said: @Max.1974 tnx, that command works. Btw, I didn't find any extra files inside the EFI folder besides Apple folder that we get after every update. @Irish_Man Apple really create in another EFI partitions 😉 See: Edited August 5, 2024 by Max.1974 1 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823668 Share on other sites More sharing options...
Max.1974 Posted August 5, 2024 Share Posted August 5, 2024 8 minutes ago, meg2014 said: I had a very similar problem, although much worse. My rig finished the upgrade, but Finder was useless and would not stabilize. All I got was a spinning beach ball and rebooting, relaunching Finder, well nothing would work. Couldn't get to any of my drives or, of course, the EFI partition. So I backed off to 24A5298h, which I think is Beta 4. Interesting that Irish_Man has similar software to me (12700K, 64GB of RAM (3800 MHz), RX 6900, and Mac Pro SMBIOS. I am running Opencore 1.0 and he's running 1.01. I think I'll let this sit for a while and check out the next beta or just review what others have found with this update. With Clover I have no issues with my similar hardware too. Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823669 Share on other sites More sharing options...
Anto65 Posted August 5, 2024 Share Posted August 5, 2024 8 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823670 Share on other sites More sharing options...
surfinchina Posted August 5, 2024 Share Posted August 5, 2024 Weirdly OCAT works fine and can see the EFI so it must be mounted. Can't actually see it in finder though. OpenCore Patcher has stopped working - it tells me it's patched but then on reboot it wants to patch it again. 1 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823671 Share on other sites More sharing options...
Max.1974 Posted August 5, 2024 Share Posted August 5, 2024 (edited) OCLP here works fine and update all my Hacks without erros! Im using Clover compiled and kexts compiled Edited August 5, 2024 by Max.1974 2 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823674 Share on other sites More sharing options...
ameenjuz Posted August 6, 2024 Share Posted August 6, 2024 why I'm not get update m I something missing? revert OCLP Patch SecureBootModel Default or Disabled enabled RestrictEvents.kext added boot arg or removed revpatch=sbvmm all above tested still not got update beta 5 anyone idea Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823676 Share on other sites More sharing options...
Max.1974 Posted August 6, 2024 Share Posted August 6, 2024 1 hour ago, ameenjuz said: why I'm not get update m I something missing? revert OCLP Patch SecureBootModel Default or Disabled enabled RestrictEvents.kext added boot arg or removed revpatch=sbvmm all above tested still not got update beta 5 anyone idea Need check your RE version and revpatches Try this version from @lorys89 GitHub https://github.com/Lorys89/RestrictEvents/releases/tag/1.1.4 Don't forget put -lilubetaall Thanks my friend @MaLd0n for your tutorial How to mount EFI partition on Sequoia 5 1 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823677 Share on other sites More sharing options...
galisrule Posted August 6, 2024 Share Posted August 6, 2024 macOS Sequoia finally went to sleep must have been real real tired 6 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823678 Share on other sites More sharing options...
surfinchina Posted August 6, 2024 Share Posted August 6, 2024 (edited) 4 hours ago, eSaF said: No problem with OCLP on my machine. Just the invisible EFI Partition, OCAT can mount and see it but I can't. I sent a stern scathing review to Apple in Feedback, threatening to spend all my energy on windoze. That should scare em. Hmm I get this error when trying to patch with OCLP " Error Domain=KMErrorDomain Code=71 "Invalid argument: Unable to read contents of file at /System/Volumes/Update/mnt1/System/Library/KernelCollections/BootKernelExtensions.kc" " That file is there but... Works fine on the previous beta. I'm using OCLP 1.6 nightly btw and just updated the EFI and kexts today. edit: I blessed the folder per this post on reddit and it's good now Edited August 6, 2024 by surfinchina 2 1 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823679 Share on other sites More sharing options...
ANTIKO Posted August 6, 2024 Share Posted August 6, 2024 (edited) 10 hours ago, Max.1974 said: To Open EFI need run this commands sudo -i Type your password and then mkdir /Volumes/efi sudo mount -t msdos /dev/disk4s1 /Volumes/efi (need put diskXsY when your disk is X and your partition is Y) Maybe will be necessary Open your EFI from another macOs version, like Sonoma or Ventura Hmm... I get a similar error... Sorry! it's all right! Edited August 6, 2024 by ANTIKO 2 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823682 Share on other sites More sharing options...
Matgen84 Posted August 6, 2024 Share Posted August 6, 2024 (edited) At this time, I don't have Beta 5 in Software Update ??? (Z390 Clover ) 🥲 Hi @Max.1974 and all Hackintoshers I use a old tool "ESP Mounter Pro" who work well under Sequoia: Put the app on desktop or application folder, click on it. A icon appears in finder menu bar. Then you can mount and unmount EFI partition without using Terminal. ESP Mounter Pro_1-9-1.zip Edited August 6, 2024 by Matgen84 2 1 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823686 Share on other sites More sharing options...
Max.1974 Posted August 6, 2024 Share Posted August 6, 2024 48 minutos atrás, Matgen84 disse: Neste momento, eu não tenho Beta 5 na Atualização de Software ??? (Z390 Clover ) 🥲 Olá@Máx.1974e todos os Hackintoshers Eu uso uma ferramenta antiga "ESP Mounter Pro" que funciona bem sob Sequoia: Coloque o aplicativo na área de trabalho ou na pasta de aplicativos, clique nele. Um ícone aparece na barra de menu do localizador. Então você pode montar e desmontar a partição EFI sem usar o Terminal. Montador ESP Pro_1-9-1.zip 8,38 MB·6 downloads Hello my dear friend, thank you very much for your kindness and attention, I have also been using the same tool for many years, always good and faithful, it never lets us down, right? But unfortunately, Sequoia beta 5 brought this evil from Apple, precisely to stop OCLP users and us, the Hackintoshers. Yes, I use it daily, it is my main and first tool installed in a clean installation. Thank you for your attention, and God bless us all!! 4 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823688 Share on other sites More sharing options...
kaoskinkae Posted August 6, 2024 Share Posted August 6, 2024 Someone is experiencing the same thing as me in beta 5 of macOS 15 Sequoia does not allow the mounting of EFIs with either OpenCore Configurator or ESP Mounter Pro 3 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823690 Share on other sites More sharing options...
Max.1974 Posted August 6, 2024 Share Posted August 6, 2024 (edited) @Kaoskinkae yes, take a look posts above, please! We all had this issues from Sequoia Beta 5 Edited August 6, 2024 by Max.1974 2 Link to comment https://www.insanelymac.com/forum/topic/359530-pre-release-macos-sequoia/page/51/#findComment-2823691 Share on other sites More sharing options...
Recommended Posts