MacOS Ventura Support

Spin up macOS Ventura in your Orka Environment

๐Ÿ“˜

Orka 2.4.x content

This page has not been updated to reflect the changes introduced in Orka 3.0. Some of the information might be outdated or incorrect. Use 2.4.x to 3.0.0: API Mapping and 2.4.x to 3.0.0: CLI Mapping to figure out the correct endpoints and commands.

๐Ÿšง

Quick navigation

Jump to: Option A: Use the Ventura image provided by MacStadium | Option B: Update a Monterey VM to Ventura | [(Intel Only) Option C: Use the Ventura ISO provided by MacStadium ] (#intel-nodes-only-option-c-use-the-ventura-iso-provided-by-macstadium) | 2013 Mac Pros

Orka 2.3.0 officially supports macOS Ventura. In order to spin up a Ventura VM, you need to have a Ventura base image or ISO available in your environment, or you can manually update a Monterey VM.

โ—๏ธ

CAUTION: macOS Ventura doesn't run on 2013 Mac Pro nodes

With macOS Ventura, Apple officially drops support for the 2013 Mac Pro (MacPro6,1). If you have 2013 Mac Pros in your Orka environment, see here.

โ—๏ธ

CAUTION: Net boost must be enabled for Intel-based VMs

For Intel-based macOS Ventura VMs, Net Boost must be enabled. Otherwise, your VM might not work as expected.

Before you begin, make sure that your Orka environment is updated to Orka 2.3.0 or later.


Option A: Use the Ventura image provided by MacStadium

  1. Connect to your Orka environment via VPN.
  2. List the available images using orka image list.
  3. Download one of the provided Ventura images in your cluster by running
orka image pull --image <IMAGE_NAME> -y
  1. Create a new VM Config with the image you just downloaded. For Intel VMs the Net Boost option must be enabled. (VM configs created with Orka 2.3.0 and later have Net Boost enabled by default).
  2. Deploy the VM.

If you have 2013 Mac Pros in your environment, see this for next steps.


Option B: Update a Monterey VM to Ventura

You can update a macOS Monterey VM to macOS Ventura.

  1. Connect to your Orka environment via VPN.
  2. Deploy a macOS Monterey VM. For Intel VMs the Net Boost option must be enabled when creating the Monterey VM. (VM configs created with Orka 2.3.0 and later have Net Boost enabled by default).

๐Ÿ“˜

IMPORTANT

Make sure that you are working with a freshly deployed instance. The VM must be deployed after your environment has been upgraded to 2.3.0 or later.

  1. Connect to your Orka VM via VNC or Apple Screen Sharing.
  2. From System Preferences, update your current macOS to the latest available version.
    You might need to restart your Orka VM as part of the process.

If you have 2013 Mac Pros in your environment, see this for next steps


(Intel Nodes Only) Option C: Use the Ventura ISO provided by MacStadium

Installing from an ISO is only available for Intel nodes.

  1. Connect to your Orka environment via VPN.
  2. Download the Ventura ISO in your cluster by running orka iso pull --iso Ventura.iso -y
  3. Once you have downloaded your macOS Ventura ISO and created a config, you can use it to install macOS Ventura on a clean VM. See here.

If you have 2013 Mac Pros in your environment, see this for next steps.

๐Ÿ“˜

Known caveats (Intel VMs only)

  • If the boot process becomes unresponsive during the update and you don't see any progress for a while, try restarting the VM using the stop and start operations from the CLI, the API, or the Web UI.

  • macOS Ventura VMs created from ISO return to the Recovery (ISO install) screen after restart, if you don't manually select to boot macOS from the boot menu.
    Workaround: Choose the second option from the boot menu (macOS Installer during the final steps of the setup or Macintosh HD after you have completed the installation) after every restart. If you miss the boot menu and end up at the Recovery screen, restart the VM from the Apple menu in the top left corner.
    Once you're done with your current OS configuration, commit the changes or save a new image from the VM. Use the image to create and deploy macOS Ventura VMs.

2013 Mac Pros

With macOS Ventura Apple officially drops support for the 2013 Mac Pro (MacPro6,1).
If you have only 2013 Mac Pros in your Orka environment you cannot run Ventura VMs.

If you have an environment with mixed hardware use Orka Node Tags to make sure your Ventura VMs are not scheduled on the 2013 Mac Pros.

Example:

  1. Find all Intel nodes that are not Mac Pros.
orka nodes
815

nodes before tag

  1. Use orka node tag to tag these nodes.
orka node tag -n mini-4 --tag mini -y
orka node tag -n mini-25 --tag mini -y
771

tagged nodes

  1. Create a VM config with the correct node tag. Set the tag to be required.
orka vm create-config -v ventura -b 90GBVenturaSSH.img -c 3 -C 3 --tag mini --tag-required yes
740

create-config

  1. Deploy the vm
orka vm deploy -v ventura -y

ยฉ 2019-2023 Copyright MacStadium, Inc. โ€“ Documentation built with readme.com. Orka is a registered trademark of MacStadium, Inc.