Skip to content

Instantly share code, notes, and snippets.

@HatemAlSum
Forked from frdmn/osx-10-10-virtualbox.md
Last active August 29, 2015 14:16
Show Gist options
  • Save HatemAlSum/4bb251c857856a7ababa to your computer and use it in GitHub Desktop.
Save HatemAlSum/4bb251c857856a7ababa to your computer and use it in GitHub Desktop.

Revisions

  1. @frdmn frdmn revised this gist Oct 18, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions osx-10-10-virtualbox.md
    Original file line number Diff line number Diff line change
    @@ -52,9 +52,9 @@ Try to reinstall VirtualBox to fix this error

    Try the following steps to fix this issue:

    1. Stop the virtual machine in VirtualBox.
    1. Stop the virtual machine in VirtualBox
    2. Open a new terminal window
    3. Run the following command to adjust the guest CPU (Replace `<YourVMname>` with your actual VM name):
    3. Run the following command to adjust the guest CPU (Replace `<YourVMname>` with your actual VM name):
    `VBoxManage modifyvm '<YourVMname>' --cpuidset 1 000206a7 02100800 1fbae3bf bfebfbff`

    ### Sources
  2. @frdmn frdmn revised this gist Oct 18, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion osx-10-10-virtualbox.md
    Original file line number Diff line number Diff line change
    @@ -54,8 +54,9 @@ Try the following steps to fix this issue:

    1. Stop the virtual machine in VirtualBox.
    2. Open a new terminal window
    3. Run the following command to adjust the guest CPU (Replace `<YourVMname>` with your actual VM name):
    3. Run the following command to adjust the guest CPU (Replace `<YourVMname>` with your actual VM name):
    `VBoxManage modifyvm '<YourVMname>' --cpuidset 1 000206a7 02100800 1fbae3bf bfebfbff`

    ### Sources

    * http://www.engadget.com/discuss/how-to-install-os-x-yosemite-inside-virtualbox-1rey/
  3. @frdmn frdmn revised this gist Oct 18, 2014. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions osx-10-10-virtualbox.md
    Original file line number Diff line number Diff line change
    @@ -48,6 +48,14 @@ Yosemite's first developer preview was released right after Monday's WWDC openin

    Try to reinstall VirtualBox to fix this error

    ##### Stuck on boot: "Missing Bluetooth Controller Transport"

    Try the following steps to fix this issue:

    1. Stop the virtual machine in VirtualBox.
    2. Open a new terminal window
    3. Run the following command to adjust the guest CPU (Replace `<YourVMname>` with your actual VM name):
    `VBoxManage modifyvm '<YourVMname>' --cpuidset 1 000206a7 02100800 1fbae3bf bfebfbff`
    ### Sources

    * http://www.engadget.com/discuss/how-to-install-os-x-yosemite-inside-virtualbox-1rey/
  4. @frdmn frdmn revised this gist Oct 18, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion osx-10-10-virtualbox.md
    Original file line number Diff line number Diff line change
    @@ -44,7 +44,7 @@ Yosemite's first developer preview was released right after Monday's WWDC openin

    ### FAQ

    ##### "Kernel driver not installed (rc=-1908)"
    ##### Error message: "Kernel driver not installed (rc=-1908)"

    Try to reinstall VirtualBox to fix this error

  5. @frdmn frdmn revised this gist Oct 18, 2014. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion osx-10-10-virtualbox.md
    Original file line number Diff line number Diff line change
    @@ -41,9 +41,16 @@ Yosemite's first developer preview was released right after Monday's WWDC openin
    14. Change the chipset of your virtual machine to "_PIIX3_"
    15. Start your VM, open Disk Utility within installer and create a new HFS+ partition on the virtual disk
    16. Install it!


    ### FAQ

    ##### "Kernel driver not installed (rc=-1908)"

    Try to reinstall VirtualBox to fix this error

    ### Sources

    * http://www.engadget.com/discuss/how-to-install-os-x-yosemite-inside-virtualbox-1rey/
    * http://forums.macrumors.com/showthread.php?p=19191255
    * http://pastebin.com/rFmQvFWc

  6. @frdmn frdmn revised this gist Oct 18, 2014. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions osx-10-10-virtualbox.md
    Original file line number Diff line number Diff line change
    @@ -6,9 +6,9 @@ Install OS X 10.10 Yosemite in VirtualBox
    Yosemite's first developer preview was released right after Monday's WWDC opening keynote. For the general public, an open beta will be available to download later this summer. However, for those who want a sneak peek at the new hotness, there is a way to safely install it without risking your machine, using the free and powerful VirtualBox application from Oracle.

    ![](http://i.imgur.com/dc8qhut.png)

    Steps (most likely, the Engadget forums are going to bork the formatting, I'll drop in a Pastebin link below):

    (LEGAL DISCLAIMER: This guide aims to explain how to create a virtual machine on a regularly purchased Apple computer, running a genuine Mac OS X operating system, for testing purposes only.)

    ### Howto

    1. Download Yosemite from the App Store
  7. @frdmn frdmn revised this gist Oct 18, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions osx-10-10-virtualbox.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,8 @@
    Install OS X 10.10 Yosemite in VirtualBox
    =========================================

    (based on [this pastebin](http://pastebin.com/rFmQvFWc) i've found via Google, markdownified and adjusted to work with the official Yosemite release)

    Yosemite's first developer preview was released right after Monday's WWDC opening keynote. For the general public, an open beta will be available to download later this summer. However, for those who want a sneak peek at the new hotness, there is a way to safely install it without risking your machine, using the free and powerful VirtualBox application from Oracle.

    ![](http://i.imgur.com/dc8qhut.png)
  8. @frdmn frdmn created this gist Oct 18, 2014.
    47 changes: 47 additions & 0 deletions osx-10-10-virtualbox.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,47 @@
    Install OS X 10.10 Yosemite in VirtualBox
    =========================================

    Yosemite's first developer preview was released right after Monday's WWDC opening keynote. For the general public, an open beta will be available to download later this summer. However, for those who want a sneak peek at the new hotness, there is a way to safely install it without risking your machine, using the free and powerful VirtualBox application from Oracle.

    ![](http://i.imgur.com/dc8qhut.png)

    Steps (most likely, the Engadget forums are going to bork the formatting, I'll drop in a Pastebin link below):

    ### Howto

    1. Download Yosemite from the App Store
    2. Open Terminal.app
    3. Install `iesd`, to customize OS X InstallESD:
    `gem install iesd`
    4. Turn install image into base system:
    `iesd -i "/Applications/Install OS X Yosemite.app" -o yosemite.dmg -t BaseSystem`
    5. Convert into UDSP (sparse image) format:
    `hdiutil convert yosemite.dmg -format UDSP -o yosemite.sparseimage`
    6. Mount the InstallESD ...
    `hdiutil mount "/Applications/Install OS X Yosemite.app/Contents/SharedSupport/InstallESD.dmg"`
    7. ... as well as the sparse image:
    `hdiutil mount yosemite.sparseimage`
    8. Copy base system into sparse image:
    `cp "/Volumes/OS X Install ESD/BaseSystem."* "/Volumes/OS X Base System/"`
    9. Unmound InstallESD ...
    `hdiutil unmount "/Volumes/OS X Install ESD/"`
    10. ... as well as the sparse image:
    `hdiutil unmount "/Volumes/OS X Base System/"`
    11. Unmount both mounted disks:
    * via `diskutil`:
    `diskutil unmountDisk $(diskutil list | grep "OS X Base System" -B 4 | head -1)`
    `diskutil unmountDisk $(diskutil list | grep "OS X Install ESD" -B 4 | head -1)`
    * if that doesn't work and you get a "resource busy" message in step 12, try using the Disk Utility:
    ![](http://up.frd.mn/YpNkx.gif)
    12. Convert back to UDZO format (compressed image):
    `hdiutil convert yosemite.sparseimage -format UDZO -o yosemitefixed.dmg`
    13. Add `yosemitefixed.dmg` as a live cd in virtual box
    14. Change the chipset of your virtual machine to "_PIIX3_"
    15. Start your VM, open Disk Utility within installer and create a new HFS+ partition on the virtual disk
    16. Install it!

    ### Sources

    * http://www.engadget.com/discuss/how-to-install-os-x-yosemite-inside-virtualbox-1rey/
    * http://forums.macrumors.com/showthread.php?p=19191255
    * http://pastebin.com/rFmQvFWc