- Install High Sierra On Virtualbox
- Macos High Sierra Virtualbox
- Install Macos High Sierra On Virtualbox Ubuntu
Step One: Create a macOS High Sierra ISO File. To start, we’ll need to create an ISO file of macOS. Install VirtualBox on Windows PC. In the “Required Files” part of the article, you.
Hi,Welcome, here I will show you to Download macOS High Sierra for VMware & VirtualBox Image. Therefore, if you want to install or test any operating system on your computer you need the latest version of that operating system. MacOS High Sierra is the fourteenth major release of macOS or Apple company, Typically you can install macOS High Sierra on Macintosh as an operating system, macOS High.
Under Ubuntu 16.04 LTS when I load in EFI mode the raw High Sierra image created with
- Code: Select allExpand viewCollapse view
sudo VBoxManage internalcommands createrawvmdk -filename macOsXrawlinux28.vmdk -rawdisk /dev/sda -partitions 2
from VirtualBox 5.2.8 (+ext pack) I get the uefi interactive shell.
I have no idea how to access /System/Library/CoreServices/boot.efi from there.
Same result when using -partition 1,2 for vmdk file. Partition 1 contains /EFI/apple/ and no .efi file, so I cannot use uefi shell to boot some fs0:EFI/Apple/<file>.efi neither.
Using -partition 1,2,8 or -partition 2,8 I get the Refind (installed on hfs+ partition 8 ) menu with no option to boot to Mac Os. I don't understand why, because normally Refind gives two functional boot options to MacOS : preboot and APPLESSD.
Using full disk without -partition bypasses Refind menu even if it set as default boot and leads directly to grub menu in any cases. From there I should not continue to Ubuntu, trying macOS64bit it says mach_kernel prematurely ends, and that I should load kernel first. These errors occur in normal booting (not virtualized) anyway.
Does someone knows how I should proceed to successfuly load raw High Sierra if that's possible ?
Hardware is a macbook pro retina SSD mid 2014. With High Sierra, Windows 10 and Ubuntu 16.04 installed. No problem to run Windows 10 with Virtualbox.
During a recent pentest, I needed to throw together a macOS virtual machine. Although there was lots of guides around the web, none seemed to work from start to finish. This post contains the steps I extracted from various resources in order to get a fully working High Sierra install within VirtualBox 5.
Step 1: Download The High Sierra Installer
To do this, you need to be on an existing macOS system. I was unable to find the download within the App Store itself, but following this link opened the App Store at the correct page: https://itunes.apple.com/us/app/macos-high-sierra/id1246284741?mt=12
After opening the aforementioned page in the App Store, start the download, but cancel the installation when it starts.
You can then verify that the installer has been downloaded by checking that '/Applications/Install macOS High Sierra.app'
exists.
Step 2: Create a Bootable ISO
Next, you need to create an ISO from the installer application that was downloaded in step 1.
Running the below commands will create an ISO on your desktop named HighSierra.iso
:
Step 3: Creating the Virtual Machine
I experimented with a few different settings in regards to the CPU and RAM allocation. I didn’t find a combination that didn’t work, but create a VM with the following things in mind:
- Ensure the name of the VM is
MacOS
(ensure to keep the same casing) - Ensure the type is
Mac OS X
and the version ismacOS 10.12 Sierra (64-bit)
(there is a High Sierra option too, but I chose Sierra by accident and it worked) - Untick
Floppy
inSystem > Motherboard > Boot Order
- Use >= 4096 MB of memory in
System > Motherboard
- Use >= 2 CPUs in
System > Processor
- Use 128 MB of video memory in
Display > Screen
- Optionally enable 3D acceleration in
Display > Screen
- Remove the IDE device in
Storage > Storage Devices
and replace it with a SATA controller - Add a new hard disk device under the SATA controller with >= 60 GB of space
- Ensure an optical drive is present under the SATA controller and mount the previously created ISO to it
- Untick the
Enable Audio
option underAudio
After creating the virtual machine with the above configuration, hit OK and exit the settings screen. Now, a number of extra options need to be set.
If you’re on Windows, you’ll need to cd
into the appropriate directory under the VirtualBox installation path to run VBoxManage
. For Linux users, this should be in your PATH
variable already:
After running the above commands, the VM should be ready to boot!
Step 4: Installation
This is where near enough everything I read stopped, despite there being one more problem in the way - UEFI.
Boot into the VM, go into Disk Utility and erase the virtual disk that you added to the machine.
After erasing the disk, start the installation procedure. After a short amount of time, it will reboot the VM.
Once it reboots, it’s going to boot back off the ISO again, once it’s done this, just shutdown the VM and eject the disk [the ISO] and then start the VM again to boot from disk.
On the next boot, it should boot into the installer that was copied to disk, but instead, you will be presented with a UEFI shell like below:
To continue the macOS installation, follow these steps:
- Type
exit
and hit return - Select
Boot Maintenance Manager
and hit return - Select
Boot From File
and hit return - You will see two partitions, select the second partition and hit return
- Select
macOS Install Data
and hit return - Select
Locked Files
and hit return - Select
Boot Files
and hit return - Select
boot.efi
and hit return
After following these steps, you will boot into the remainder of the macOS installation. From here, just follow the steps as per a regular macOS installation.
The next time you boot your virtual machine, you will not have to go through the UEFI shell; it should work without any further problems.
Install High Sierra On Virtualbox
Step 5: Tweaking The Resolution
As there is no VirtualBox additions for macOS, the screen resolution won’t automatically change. If you know what resolution you wish to use, however, you can set it manually.
Macos High Sierra Virtualbox
Ensure the virtual machine is powered off, and then run the following command; replacing 1920x1080
with whatever resolution you would like to use:
After running the above command, the next time you boot the machine, it will use the resolution specified.
Now, you should have a fully working macOS virtual machine!
References
Install Macos High Sierra On Virtualbox Ubuntu
The information found in this post was pieced together from the following sources: