eSaF Posted September 24, 2021 Share Posted September 24, 2021 14 minutes ago, antuneddu said: I have created another usb with a more simplified method (thanks to @PG7 for BetterZip) let's see how it goes 🤞 Good luck, let us know how it goes. Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted September 24, 2021 Share Posted September 24, 2021 14 minutes ago, antuneddu said: Hello dear, Unmm this B7 is detecting an obstacle course, it does not come out 😆 honestly I have not tried the installation from usb (created with the suggestions of @MifJpnAlphaPlus) Meantime I have created another usb with a more simplified method (thanks to @PG7 for BetterZip) let's see how it goes 🤞 https://drive.google.com/file/d/1sMDEfK5YwqwsU8ema_0tqBVOv1IflYPg/view?usp=sharing You can use Terminal as well to put the SharedSupprot on the desktop, Then you don't need BetterZip. InstallAssistant.pkg has to be present the Desktop already: cd ~/Desktop xar -xf InstallAssistant.pkg SharedSupport.dmg But in order for the installer to work properly afterwards, the package has to come from the SAME download. Seems like there's a checksum or whatever involved. Also, this only seems to work when upgrading an existing Monterey Install. Clean Installs still seem to require Internet access to download additional content – which is kinda weird, since this is 12 Gigs in size. Overall. it's a really messy update and update process. I'd just wait until they fix the script that builds the installer app. Link to comment Share on other sites More sharing options...
Cyberdevs Posted September 24, 2021 Share Posted September 24, 2021 Yeah I guess we're all in the same boat On my end updating from Software Update ends up with the same build number as Beta 6 with two Macintosh HD entries in the Picker and the USB installer ends up with same error as others. 1 1 Link to comment Share on other sites More sharing options...
draylax Posted September 24, 2021 Share Posted September 24, 2021 14 hours ago, miliuco said: Yes, it seems that this is what has happened. Even real Mac users have posted the same issue, especially the missing SharedSupport folder, which is why the downloaded installer is so small in size. But in your Z370 have you tried? (I guess so): in current Monterey: SMBIOS >> iMac17,1 + SecureBootModel=disabled restart >> beta 7 displayed in SU download and install after install, come back SMBIOS and SecureBootModel if required. Repeated softwareupdate -l --force still wouldn't show the beta 7. I used InstallAssistant.pkg B7 21a5522h from here: https://mrmacintosh.com/macos-12-monterey-full-installer-database-download-directly-from-apple/ Installed, in OpenCore it listed Macintosh HD, booted from that and it reboot looped everytime, so was not successful. The delta update did not ever show up 4 days after released. So I decided to try miliuco's suggestion on my iMac20,2 hack Changed SMBIOS to iMac17,1 set SecureBootModel=disabled please NOTE it is a CAPITAL D in Disabled, don't forget that, lowercase 'd' disabled fails to boot. After reboot System Preferences update showed the delta update 3GB or so and this successfully updated after much time and several reboots. I noticed Bluetooth was Off and could not turn on, so I changed SMBIOS in config.plist back to iMac20,2, rebooted, and BlueTooth switched on and AirDrop worked again. We'll see next beta if it gets identified or not and if not hopefully changing the SMBIOS again gets the updated to be detected. Thanks to miliuco for the advice. 2 Link to comment Share on other sites More sharing options...
Slice Posted September 24, 2021 Share Posted September 24, 2021 11 minutes ago, Cyberdevs said: Yeah I guess we're all in the same boat On my end updating from Software Update ends up with the same build number as Beta 6 with two Macintosh HD entries in the Picker and the USB installer ends up with same error as others. It looks like you stay with old OpenCore or old Clover. Yesterday build can be OK. 1 Link to comment Share on other sites More sharing options...
xtddd Posted September 24, 2021 Share Posted September 24, 2021 (edited) @eSaF i will have a try through usb installer. update. i have installed the beta7 successfully..but the k600 vedio card is broken.. 😅 Edited September 24, 2021 by xtddd Link to comment Share on other sites More sharing options...
Cyberdevs Posted September 24, 2021 Share Posted September 24, 2021 1 minute ago, Slice said: It looks like you stay with old OpenCore or old Clover. Yesterday build can be OK. Yeah you might be right, I was using OC 0.7.3 and I'm just about to use 0.7.4 and try to clean install beta 6 and give the software update another try. Thanks for the confirmation by the way. Link to comment Share on other sites More sharing options...
chris1111 Posted September 24, 2021 Share Posted September 24, 2021 (edited) Ok I got it Downloads InstallAssistant.pkg then leave it in Downloads folder Delete any Install macOS Monterey.app in Applications Make sure your not have Folder InstallAssistant in Downloads This is the contents of the script, you can read and open with TextEdit Attach script create_app.command-v2.zip #!/bin/bash # script for making installer Monterey Beta 7 # by chris1111 echo " **************************************************** ****** Install macOS Monterey ******* ****************************************************" sudo rm -rf /Applications/"Install macOS Monterey beta.app" sudo rm -rf $HOME/Downloads/InstallAssistant sudo installer -verboseR -pkg $HOME/Downloads/InstallAssistant.pkg -target / echo "Expand Package Please Wait. . . " pkgutil --expand $HOME/Downloads/InstallAssistant.pkg $HOME/Downloads/InstallAssistant Sleep 1 echo "Attach Image " echo " " hdiutil attach -nobrowse $HOME/Downloads/InstallAssistant/SharedSupport.dmg sudo mkdir /Applications/"Install macOS Monterey beta.app"/Contents/SharedSupport echo "Copying Resources Please Wait. . . " sudo cp -R /Volumes/"Shared Support"/* /Applications/"Install macOS Monterey beta.app"/Contents/SharedSupport echo "Done. " Edited September 24, 2021 by chris1111 Delete V1 because V2 Script Add Unmount /Volumes/"Shared Support" 4 5 Link to comment Share on other sites More sharing options...
miliuco Posted September 24, 2021 Share Posted September 24, 2021 (edited) @drayon Thanks for your warning about capital letter in Disabled. My typo. Corrected in my post. Edited September 24, 2021 by miliuco Link to comment Share on other sites More sharing options...
Stefanalmare Posted September 24, 2021 Share Posted September 24, 2021 (edited) This guy, in Casey Designare page, updated to beta 7 with SMBIOS 19.1. FYi! Spoiler Edited September 24, 2021 by Stefanalmare 1 Link to comment Share on other sites More sharing options...
Anto65 Posted September 24, 2021 Share Posted September 24, 2021 1 hour ago, chris1111 said: Ok I got it Downloads InstallAssistant.pkg then leave it in Downloads folder Delete any Install macOS Monterey.app in Applications Make sure your not have Folder InstallAssistant in Downloads This is the contents of the script, you can read and open with TextEdit Attach script create_app.command.zip 1.48 kB · 11 downloads V2 Script Add Unmount /Volumes/"Shared Support" create_app.command-v2.zip 1.38 kB · 2 downloads #!/bin/bash # script for making installer Monterey Beta 7 # by chris1111 echo " **************************************************** ****** Install macOS Monterey ******* ****************************************************" sudo rm -rf /Applications/"Install macOS Monterey beta.app" sudo rm -rf $HOME/Downloads/InstallAssistant sudo installer -verboseR -pkg $HOME/Downloads/InstallAssistant.pkg -target / echo "Expand Package Please Wait. . . " pkgutil --expand $HOME/Downloads/InstallAssistant.pkg $HOME/Downloads/InstallAssistant Sleep 1 echo "Attach Image " echo " " hdiutil attach -nobrowse $HOME/Downloads/InstallAssistant/SharedSupport.dmg sudo mkdir /Applications/"Install macOS Monterey beta.app"/Contents/SharedSupport echo "Copying Resources Please Wait. . . " sudo cp -R /Volumes/"Shared Support"/* /Applications/"Install macOS Monterey beta.app"/Contents/SharedSupport echo "Done. " Downloaded the installer and fixed with your script, created the installation usb, started the procedure without errors regarding corrupt image or other. Finalize the installation successfully with OC 0.7.4 SecurebootModel = Default, my smbios always iMac19,1 4 1 Link to comment Share on other sites More sharing options...
Cyberdevs Posted September 24, 2021 Share Posted September 24, 2021 @chris1111 Thanks for the script, I was able to install Beta 7 without any issues 2 1 Link to comment Share on other sites More sharing options...
chris1111 Posted September 24, 2021 Share Posted September 24, 2021 @antuneddu @Cyberdevs Thanks to report 2 2 Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted September 24, 2021 Share Posted September 24, 2021 I just tried a clean install on my Notebook. Here are my experiences so far: 1. If SharedSupport.dmg is present in /Volumes/Install macOS Monterey beta/Install macOS Monterey beta.app/Contents/SharedSupport, then the installation fails ("Installer Damaged"). 2. If SharedSupport.dmg is instead extracted to Volumes/Install macOS Monterey beta/Install macOS Monterey beta.app/Contents/SharedSupport, then the installer works. But now I have an error, which i have never seen before (couldn't check Firmware Version): Link to comment Share on other sites More sharing options...
chris1111 Posted September 24, 2021 Share Posted September 24, 2021 @5T33Z0 if you use my script to create the app, use latest OC compillation Try to find the right Platform infos for your Notebook Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted September 24, 2021 Share Posted September 24, 2021 (edited) @chris1111 I have a working Monterey EFI for this Notebook. I think this is not a installer issue at this stage. But I'll try it with your script later, if I cant fix this. Edit: BootloaderChooser was the culprit. After using bootx64.efi from ooencore instead, the installer is working fine. Edited September 24, 2021 by 5T33Z0 Link to comment Share on other sites More sharing options...
FredWst Posted September 24, 2021 Share Posted September 24, 2021 (edited) 20 hours ago, FredWst said: @vit9696 I did'nt check. Will check but need to re-install b6. I'll do it this we. Fred @vit9696 I've check install b6 with SecureBootModel = Default. install fine no update proposed to b7. change SecureBootModel = j214k. (MacBookPro 16,2 T2 chip) reboot b7 is proposed updating reboot loop reboot reboot MacOs b6 and error is below. change SecureBootModel = Disabled reboot try update -> loop reboot change SecureBootModel = j214k after reboot b7 is proposed updating -> before reboot change SecureBootModel = Disabled -> first reboot clear NVRAM Reboot -> MacOs update fine to b7. Edit: I've made usb b7 boot -> it boot with SecureBootModel = j214k -> after second stage loop reboot. SecureBootModel = Disabled -> clear NVRAM -> install ok. back to SecureBootModel = j214k -> clear NVRAM -> Reboot MacOs ok. I did't try to install directly with SecureBootModel = Disabled. (quiet sure that install will be ok like b6 but MacOs will not propose futur update) Fred Edited September 24, 2021 by FredWst Link to comment Share on other sites More sharing options...
chris1111 Posted September 24, 2021 Share Posted September 24, 2021 (edited) USB Create Install Media HP Probook 6570b Works here OC 0.7.4 Lattest compill MacBook Pro 13.1 (j132) Secound stage Boot install edit *** after secound stage boot Setup MacBook Pro 13.1 (Disable) complet other step boot then result is perfect Edited September 24, 2021 by chris1111 3 1 1 Link to comment Share on other sites More sharing options...
eSaF Posted September 24, 2021 Share Posted September 24, 2021 @chris1111 -Awesome work Bro, your Monterey Beta7 app worked very well on my Test Disk, installation was problem free and smooth Thanks for all your work and help, much appreciated. 1 1 Link to comment Share on other sites More sharing options...
chris1111 Posted September 24, 2021 Share Posted September 24, 2021 11 minutes ago, eSaF said: @chris1111 -Awesome work Bro, your Monterey Beta7 app worked very well on my Test Disk, installation was problem free and smooth Thanks for all your work and help, much appreciated. It was time for her to end with the problems 5 1 Link to comment Share on other sites More sharing options...
mnfesq Posted September 24, 2021 Share Posted September 24, 2021 7 hours ago, antuneddu said: Hello dear, Unmm this B7 is detecting an obstacle course, it does not come out 😆 honestly I have not tried the installation from usb (created with the suggestions of @MifJpnAlphaPlus) Meantime I have created another usb with a more simplified method (thanks to @PG7 for BetterZip) let's see how it goes 🤞 https://drive.google.com/file/d/1sMDEfK5YwqwsU8ema_0tqBVOv1IflYPg/view?usp=sharing Edit: Nothing to do failed ... just tried we just have to cry 😂 (Benigni's famous film) For the moment I'll stop here 🤬 I have not tried to install Beta 7 from a USB drive because I was able to install it from Software Update. However, I installed Monterey on my main system drive a couple days ago only to find that some much needed software I use is not yet compatible with Monterey so I had to revert back to Big Sur. When trying to install Big Sur, I got the same error message as you several times. It turns out that, for me, the problem was that while I was installing from the USB drive, the installer found my installation app in my Apps folder and that screwed things up. When I moved the installation app out of the apps folder to a folder in Downloads, the USB installer worked fine. Not sure if it will work for you but since I was getting the same error and that fixed it, it's worth a shot. Good luck. 1 Link to comment Share on other sites More sharing options...
miliuco Posted September 24, 2021 Share Posted September 24, 2021 @chris1111 Thanks for your script for beta 7!!! 3 Link to comment Share on other sites More sharing options...
sonicthehedgehog2 Posted September 25, 2021 Share Posted September 25, 2021 On 9/21/2021 at 11:02 PM, Hervé said: Update going through on my Latitude E7270 (Clover r5133) and Toshiba R50-B (OC 0.7.0) after rebooting Monterey beta6 with iMac17,1 SMBIOS and re-launching the whole update process. Seems we got a major bug on our hands here. Let's wait and hear from real Mac users... Edit: update to beta7 completed and I was then able to reboot my Latitude E7270 and Tosh R50-B with their original MacBookPro SMBIOS without issues. One of the other major changes with this beta7 is the disappearance of the nVidia kexts: no more GeForce and NVDA kexts which means end of the road for nVidia Kepler cards, at least natively. Whether patching will work like it did for other GPUs in the past remains to be seen. Yup, my nvidia 660gtx is no longer accelerated, displays wrong resolution, and Mac OS reports only 5M of ram. Link to comment Share on other sites More sharing options...
Slice Posted September 25, 2021 Share Posted September 25, 2021 1 hour ago, sonicthehedgehog2 said: Yup, my nvidia 660gtx is no longer accelerated, displays wrong resolution, and Mac OS reports only 5M of ram. Monterey since beta 7 has no Nvidia graphics drivers. You may use Chris111 solution but this is the end for Nvidia in macOS. 3 Link to comment Share on other sites More sharing options...
Sherlocks Posted September 25, 2021 Share Posted September 25, 2021 anyone who recommend cheap amd gpu card like nvida 7xx series for many mac version?Sent from my SM-N960N using Tapatalk Link to comment Share on other sites More sharing options...
Recommended Posts