---
title: "init(rawValue:)"
framework: virtualization
role: symbol
role_heading: Initializer
path: "virtualization/vzefivariablestore/initializationoptions/init(rawvalue:)"
---

# init(rawValue:)

Creates a new EFI variable store with the specified value.

## Declaration

```swift
init(rawValue: UInt)
```

## Parameters

- `rawValue`: An unsigned integer that describes the EFI initialization options.
