So I'm doing the upgrade on an mbp with filevault2. The installer "reboots" the machine and goes into the rest of the installation. But I'm never prompted for a disk password. So... how'd that happen?
OS X Mavericks App Store link
61–70 of 88 posts
Re: OS X Mavericks App Store link
#62As always, you can make yourself a dandy boot disk or USB drive by opening the installer's app bundle, and writing the following file to your favourite medium using the "restore" tab in Disk Utility. /Install OS X Mavericks.app/Contents/SharedSupport/InstallESD.dmg
Re: OS X Mavericks App Store link
#63Re: OS X Mavericks App Store link
#64Is there any direct link to download this update? 5.29GB is pretty big. Would love to download it through my download manager.
Me asking similar question - https://twitter.com/stefek99/status/392755432105603072 - I want to find .iso, make bootable USB and wipe everything, start fresh.
Re: OS X Mavericks App Store link
#65Is there any direct link to download this update? 5.29GB is pretty big. Would love to download it through my download manager.
Re: OS X Mavericks App Store link
#66Re: OS X Mavericks App Store link
#67Has anybody had any issues with homebrew, virtualenv, or prezto (zsh) after a Mavericks install?
I don't usually use sudo to install virtualenv, you can use the method here and it will work: http://stackoverflow.com/questions/4324558/
I had some trouble reloading an existing vagrant box and virtualbox, seems to have resolved itself after using each providers uninstall tool bundled with the latest versions of Vagrant and Vbox and installing fresh versions after.
Re: OS X Mavericks App Store link
#68I ran into an issue while installing. It said "An error occurred while installing OS X" and then froze. Afterwards, I got a bouncing question mark. Booting into internet recovery several times, and it couldn't find my HDD. I finally assumed that it had probably fried my HDD somehow, so I powered off and ordered an SSD online since I was looking to upgrade anyway. I unplugged it from the wall and turned it on and it s…
Re: OS X Mavericks App Store link
#69Earlier quoted context omitted.
Is there nothing equivalent to virtualenv for Ruby? It'd be nice to be able to use the system Ruby and just get gem to install into an isolated project specific location.
Check out rbenv https://github.com/sstephenson/rbenv
Re: OS X Mavericks App Store link
#70As always, you can make yourself a dandy boot disk or USB drive by opening the installer's app bundle, and writing the following file to your favourite medium using the "restore" tab in Disk Utility. /Install OS X Mavericks.app/Contents/SharedSupport/InstallESD.dmg
Check the Mac Rumors forums before doing this. I heard that this approach doesn't work anymore because Apple changed some dependencies.
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/USBSTICK --applicationpath /Applications/Install\ OS\ X\ Mavericks.app --nointeraction
NOTE: This uses sudo because it needs permission to write to the device. It also has the potential of destroying external drives, internal drives and boot drives. Please change the value for the 'volume' flag to point to the mounted path of the USB stick or SD card you wish to use as the bootable install disk. It will overwrite all the data on that disk. I am not responsible for any data loss using this command. Please double check all paths, all commands and all flags before running this.