Skip to content

Commit

Permalink
Correct disk to format in Big Sur and up
Browse files Browse the repository at this point in the history
On Big Sur and up apple includes the VirtIO driver and therefore the install disk is named
Apple Inc. VirtIO Block Device instead of  QEMU HARDDISK Media.
This PR lets the documentation reflect that.
  • Loading branch information
leancode authored and flexiondotorg committed Apr 30, 2023
1 parent ddc23b9 commit 8ee0d3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ supported.
- Use cursor keys and enter key to select the **macOS Base System**
- From **macOS Utilities**
- Click **Disk Utility** and **Continue**
- Select `QEMU HARDDISK Media` (\~103.08GB) from the list and
- Select `QEMU HARDDISK Media` (\~103.08GB) from the list
(on Big Sur and above use `Apple Inc. VirtIO Block Device`) and
click **Erase**.
- Enter a `Name:` for the disk
- If you are installing macOS Mojave or later (Catalina, Big
Expand Down

0 comments on commit 8ee0d3a

Please sign in to comment.