Yeah. I'm interested. Why don't you just attach it here somewhere so we can download it?
Please!
I made a whole post for it here:
https://forums.macrumors.com/showthread.php?p=17540458#post17540458
Yeah. I'm interested. Why don't you just attach it here somewhere so we can download it?
Please!
Thanks but my prob is that I don't have a recovery cause I didn't install the GM using this method...Dalton63841 wrote his stuff for DP1 because bootable usbs made for that system would not install a recovery partition.
But since then, apple made an executable file in DP4 called createinstallmedia which can be used to make a bootable usb which will install both mavericks DP4 or GM and a recovery partition at the same time.
To make the bootable USB of the GM, using this method:
Your 8 GB USB drive should be called Untitled and formatted as Mac OS Extended (Journaled). The installer should be called Install OS X Mavericks.app and should be in your Applications folder.
Run this in terminal and wait about 20 minutes:
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
You should see something like this:
Erasing Disk: 0%... 10%... 20%... 100%...
Copying installer files to disk...
Copy complete.
Making disk bootable...
Copying boot files...
Copy complete.
Done.
You can then boot up from the USB by holding down the option key, then install the GM (and recovery partition) from the USB.
Dalton63841 wrote his stuff for DP1 because bootable usbs made for that system would not install a recovery partition.
But since then, apple made an executable file in DP4 called createinstallmedia which can be used to make a bootable usb which will install both mavericks DP4 or GM and a recovery partition at the same time.
To make the bootable USB of the GM, using this method:
Your 8 GB USB drive should be called Untitled and formatted as Mac OS Extended (Journaled). The installer should be called Install OS X Mavericks.app and should be in your Applications folder.
Run this in terminal and wait about 20 minutes:
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
You should see something like this:
Erasing Disk: 0%... 10%... 20%... 100%...
Copying installer files to disk...
Copy complete.
Making disk bootable...
Copying boot files...
Copy complete.
Done.
You can then boot up from the USB by holding down the option key, then install the GM (and recovery partition) from the USB.
The standard Apple textedit app. I set it to plain text in preferences and it works fine nowThanks for your help.
Is it possible to create the offline version combined with the custom app version? I am on "Franken"-M.Lion MLPF 3.Thanks for that...
In other news, I built an ApplescriptObjC application that can:
1. Check whether or not you have a recovery partition.
2. Destroy the recovery partition and add that space back into the root volume.
3. Create a standard recovery partition.
4. Create an offline recovery partition.
You choose which one you want to do, and if it is option 3 or 4 you choose your InstallESD.dmg and it handles the rest. Works on Lion, ML, and Mavericks.
If anyone is interested in it just let me know.