Solaris82 3 Posted October 21, 2020 Posted October 21, 2020 Hi I used the "macOS Mojave ISO creator" script created by thelamehacker published on github.com I attach link, it created me mojave iso, burned, works perfectly, I would like to create bootable dvd for Catalina, does anyone know if the script exists also for Catalina ? https://github.com/thelamehacker/macOS-toolkit/blob/master/toolkit/macOS_Mojave_ISOMaker.sh XLR 1 Share this post Link to post Share on other sites
Hervé 2,039 Posted October 21, 2020 Posted October 21, 2020 All you need to do is look into the script and modify it for Catalina. You'll see how easy it is immediately. Share this post Link to post Share on other sites
Solaris82 3 Posted October 21, 2020 Posted October 21, 2020 I tried to change the name from mojave insert catalina but when it goes to create the file it comes out error Share this post Link to post Share on other sites
Solaris82 3 Posted October 21, 2020 Posted October 21, 2020 could you send me the correct script for catalina? Share this post Link to post Share on other sites
spakk 1,838 Posted October 21, 2020 Posted October 21, 2020 change everything is written "Mojave" to rename "Catalina", it should work. presumably it will cause problems with "HFS + Journaled" and will not work properly after installation. So I would change it to APFs from begin. macOS-toolkit-Catalina-master.zip check it out if it works Share this post Link to post Share on other sites
Hervé 2,039 Posted October 21, 2020 Posted October 21, 2020 HFS+ should not be a problem for an installer. It's the target disk/partition that gets converted to APFS at installation. @Solaris82 Read the script and make sure you fully understand all of the steps. Do consider the allocated disk space given that a more traditional Catalina USB installer requires a 16GB key... spakk 1 Share this post Link to post Share on other sites
spakk 1,838 Posted October 21, 2020 Posted October 21, 2020 Of course, the problems only arise after the installation such as installing programs etc. or updating would be problematic with "HFS + Journaled". Share this post Link to post Share on other sites
Solaris82 3 Posted October 21, 2020 Posted October 21, 2020 the error appears in the script while it is creating the iso file Share this post Link to post Share on other sites
spakk 1,838 Posted October 21, 2020 Posted October 21, 2020 copy and upload the bug report Share this post Link to post Share on other sites
Hervé 2,039 Posted October 21, 2020 Posted October 21, 2020 Maybe we can avoid the unnecessary permanent quoting and stick to using the Reply box at the bottom of the page... Thank you. Share this post Link to post Share on other sites
Solaris82 3 Posted October 21, 2020 Posted October 21, 2020 I'm redoing the creation procedure, as it ends up posting the result via pastebin https://pastebin.com/HrCkqyYN Share this post Link to post Share on other sites
spakk 1,838 Posted October 21, 2020 Posted October 21, 2020 But it could also be, that I did not enter the exact name of the Catalina app correctly into the script. please check the exact name of the catalina app with the entries in the script. I am currently working on Windows OS and cannot check it on macOS Terminal Share this post Link to post Share on other sites
Solaris82 3 Posted October 21, 2020 Posted October 21, 2020 script Catalina https://pastebin.com/yNUB5xYq Share this post Link to post Share on other sites
Hervé 2,039 Posted October 21, 2020 Posted October 21, 2020 Guys, seriously! A little brain effort... It's obviously a problem of target image size as I stated above. Shouldn't take a genius to realize that. It's even more surprising that the OP hasn't thought of posting a copy/paste of the error message. spakk 1 Share this post Link to post Share on other sites
spakk 1,838 Posted October 21, 2020 Posted October 21, 2020 was unfortunately to be expected Share this post Link to post Share on other sites
Solaris82 3 Posted October 21, 2020 Posted October 21, 2020 so you can't create iso image from catalina? Share this post Link to post Share on other sites
Hervé 2,039 Posted October 21, 2020 Posted October 21, 2020 Jesus!... Works perfectly with an 8GB image. Any chance you pay attention to what you're told and what you see on screen? spakk 1 Share this post Link to post Share on other sites
spakk 1,838 Posted October 21, 2020 Posted October 21, 2020 it annoys me a little, now I'm going to start my hackinstosh and will check that Share this post Link to post Share on other sites
Solaris82 3 Posted October 21, 2020 Posted October 21, 2020 I reissued the command, it created iso files but in the script it reaches 70% gave this error " Copying to disk: 0%... 10%... 20%... 30%... 40%... 50%... 60%... 70%... Error: Error Domain=NSCocoaErrorDomain Code=512 "Unable to copy “InstallESD.dmg” to “SharedSupport”." UserInfo={NSSourceFilePathErrorKey=/Applications/Install macOS Catalina.app/Contents/SharedSupport/InstallESD.dmg, NSUserStringVariant=( Copy ), NSDestinationFilePath=/Volumes/Install macOS Catalina/Install macOS Catalina.app/Contents/SharedSupport/InstallESD.dmg, NSFilePath=/Applications/Install macOS Catalina.app/Contents/SharedSupport/InstallESD.dmg, NSUnderlyingError=0x7fbe66c003f0 {Error Domain=NSPOSIXErrorDomain Code=34 "Result too large"}}The copy of the installer app failed. " full script link https://pastebin.com/V2UeE0Yg Share this post Link to post Share on other sites
Hervé 2,039 Posted October 21, 2020 Posted October 21, 2020 @spakk No need! With a 6GB target image: sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build Ready to start. To continue we need to erase the volume at /Volumes/install_build. If you wish to continue type (Y) then press return: y Erasing disk: 0%... 10%... 20%... 30%... 100% Copying to disk: 0%... 10%... 20%... 30%... 40%... 50%... 60%... Error: Error [...] Code=34 "Result too large"}}The copy of the installer app failed. With an 8GB target image: sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build Ready to start. To continue we need to erase the volume at /Volumes/install_build. If you wish to continue type (Y) then press return: y Erasing disk: 0%... 10%... 20%... 30%... 100% Copying to disk: 0%... 10%... 20%... 30%... 40%... 50%... 60%... 70%... 80%... 90%... 100% Making disk bootable... Copying boot files... Install media now available at "/Volumes/Install macOS Catalina" 'says it all... Share this post Link to post Share on other sites
Solaris82 3 Posted October 21, 2020 Posted October 21, 2020 if i open the iso file inside it is like this Hervé 1 Share this post Link to post Share on other sites
Hervé 2,039 Posted October 21, 2020 Posted October 21, 2020 @Solaris82 can you please stop now? It's really not funny at all. spakk 1 Share this post Link to post Share on other sites
Solaris82 3 Posted October 21, 2020 Posted October 21, 2020 how do i set target image from 6gb to 8gb? could you insert me the correct script? Hervé 1 Share this post Link to post Share on other sites
Hervé 2,039 Posted October 21, 2020 Posted October 21, 2020 You're really not making much effort... 1 hour ago, Hervé said: Read the script and make sure you fully understand all of the steps. Do consider the allocated disk space given that a more traditional Catalina USB installer requires a 16GB key... Share this post Link to post Share on other sites
Solaris82 3 Posted October 21, 2020 Posted October 21, 2020 (edited) I succeeded, I had not seen that in the script it was set to 6g sorry https://pastebin.com/HiuHLRXi now I don't know if it will work the size is 8.59GB Edited October 21, 2020 by Solaris82 Hervé and spakk 1 1 Share this post Link to post Share on other sites