<!--
{
  "availability" : [
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Virtualization",
  "identifier" : "/documentation/Virtualization/VZMacOSBootLoader",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Virtualization"
    ],
    "preciseIdentifier" : "c:objc(cs)VZMacOSBootLoader"
  },
  "title" : "VZMacOSBootLoader"
}
-->

# VZMacOSBootLoader

An object that loads and configures a boot loader for running macOS on Apple silicon as a guest system of your VM.

```
class VZMacOSBootLoader
```

## Overview

You must use a [`VZMacPlatformConfiguration`](/documentation/Virtualization/VZMacPlatformConfiguration) in conjunction with the macOS boot loader. It’s invalid to use it with any other platform configuration.

## Topics

### Creating a macOS boot loader

[`init()`](/documentation/Virtualization/VZMacOSBootLoader/init())

Creates a macOS boot loader.

## See Also

[`VZMacPlatformConfiguration`](/documentation/Virtualization/VZMacPlatformConfiguration)

The platform configuration for booting macOS on Apple silicon.

[`platform`](/documentation/Virtualization/VZVirtualMachineConfiguration/platform)

The hardware platform to use.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)