All Projects → philipnewcomer → Macos Virtualbox Vm

philipnewcomer / Macos Virtualbox Vm

Licence: gpl-3.0
A preconfigured macOS VirtualBox VM and bootable installer creation script

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Macos Virtualbox Vm

Awesome Mac
 Now we have become very big, Different from the original idea. Collect premium software in various categories.
Stars: ✭ 46,674 (+62972.97%)
Mutual labels:  macosx, mac-osx
Wechatdemo
macOS WeChat 仿微信MAC端 QQ NSCollectionView,NSSplitView,ect..
Stars: ✭ 87 (+17.57%)
Mutual labels:  macosx, mac-osx
Quantum Mobile
A Virtual Machine for computational materials science
Stars: ✭ 54 (-27.03%)
Mutual labels:  virtualbox
Subethaedit
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Stars: ✭ 1,183 (+1498.65%)
Mutual labels:  macosx
Alchemy
An open drawing project
Stars: ✭ 63 (-14.86%)
Mutual labels:  macosx
Macos Setup
A curated macOS setup | v2
Stars: ✭ 60 (-18.92%)
Mutual labels:  macosx
Ruby Vmstat
A focused and fast library to gather memory, cpu, network, load avg and disk information
Stars: ✭ 68 (-8.11%)
Mutual labels:  macosx
Certbot Install
Install the latest Certbot in a breeze. Great for Ubuntu Focal 20.04, and other Linux/Mac.
Stars: ✭ 50 (-32.43%)
Mutual labels:  macosx
Rhea
A Mac status bar app for quickly sharing files and links.
Stars: ✭ 73 (-1.35%)
Mutual labels:  macosx
Menubarosxapp
Generic Mac OS X menu bar app (agent) template
Stars: ✭ 63 (-14.86%)
Mutual labels:  macosx
Hiddenvm
HiddenVM — Use any desktop OS without leaving a trace.
Stars: ✭ 1,183 (+1498.65%)
Mutual labels:  virtualbox
Packer For Vsphere And More
Stars: ✭ 63 (-14.86%)
Mutual labels:  virtualbox
Engraver
PoCC Burstcoin Reference Plotter
Stars: ✭ 61 (-17.57%)
Mutual labels:  macosx
Electron
This is the repository for my course, Electron: Building Cross Platform Desktop Apps on LinkedIn Learning and Lynda.com.
Stars: ✭ 69 (-6.76%)
Mutual labels:  macosx
Syncthing Macos
Frugal and native macOS Syncthing application bundle
Stars: ✭ 1,096 (+1381.08%)
Mutual labels:  macosx
Qtfm
Qt File Manager
Stars: ✭ 73 (-1.35%)
Mutual labels:  macosx
Skybar Deeplink
Mac app that add to the menu bar deep link tool so you can easily open your deep links in your installed simulator.
Stars: ✭ 50 (-32.43%)
Mutual labels:  macosx
Virtualbox Org Svn Vbox Trunk
*UNOFFICIAL* mirror of the repository at http://www.virtualbox.org/svn/vbox/trunk (the first 30569 commits are courtesy of https://gitorious.org/virtualbox/mainlinemirror); Please **DO NOT** open pull requests against this repo
Stars: ✭ 62 (-16.22%)
Mutual labels:  virtualbox
Spel
STIG-Partitioned Enterprise Linux (spel)
Stars: ✭ 66 (-10.81%)
Mutual labels:  virtualbox
Vboxmanage Bash Completion
VBoxManage bash completion
Stars: ✭ 73 (-1.35%)
Mutual labels:  virtualbox

This project is no longer maintained. Please use runMacOSinVirtualBox instead.

macOS VirtualBox VM

This is a preconfigured macOS VirtualBox Virtual Machine, along with a script for preparing a bootable install ISO image from a downloaded Mac OS installer app.

Note: The create_install_iso.sh script is tailored to macOS hosts, and the macOS High Sierra installer app. The script will will need to be modified to work with the installer app for other versions of macOS.

Usage

  1. Download the macOS installer app if you have not already. It should be located in your Applications directory.
  2. Clone this repo to your machine.
  3. Run create_install_iso.sh, which will create a file named "HighSierra.iso" on your desktop, based on the downloaded macOS installer app.
  4. In the VirtualBox GUI, open the virtual machine from the repo, create a new virtual hard disk, and set the HighSierra.iso image created in step 3 as a disk in the VM's optical drive. Make sure that you do not set the new virtual hard drive as an SSD, otherwise the High Sierra installer will format the drive as APFS, which is not yet recognized by VirtualBox's EFI BIOS and you will be unable to boot from the hard drive.
  5. Start the VM, and wait for the macOS installer to boot.
  6. Open Disk Utility, from the View menu enable the option to "Show all devices", and erase the VirtualBox hard disk image.
  7. Quit Disk Utility, and install macOS to the newly initialized hard drive.
  8. When the installer completes, reboot. The VM will boot from the USB drive; remove the disk from the virtual drive and reboot the VM.
  9. With the Installer ISO image not available to boot from, you will be dumped into the EFI Shell. Enter the following at the EFI prompt to boot macOS from the virtual hard drive and finish installation: FS1:"macOS Install Data\Locked Files\Boot Files\boot.efi" Alternatively, you can enter exit at the prompt to go to the EFI BIOS boot screen, and use the Boot from file option to navigate to boot.efi.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].