From 022fac1b47fc2ce14602ea85798e6baeb379d532 Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Wed, 2 Feb 2022 12:34:44 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cecc3fd..1ecbfc6 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,11 @@ Run `fetch-macOS.py` to download installation media for macOS (internet required ``` ./fetch-macOS-v2.py ``` -If the resulting file is named BaseSystem.dmg then run +Then run ``` qemu-img convert BaseSystem.dmg -O raw BaseSystem.img ``` -If it is named RecoveryImage.dmg run -``` -qemu-img convert RecoveryImage.dmg -O raw BaseSystem.img -``` +If BaseSystem.dmg is not found, check to make sure macOS downloaded correctly ## Bringing Your Own macOS bootable file If you want to bring your own bootable file, whether it be for an older version of macOS or you already have a file, drag it into the OneCLick-macOS-Simple-KVM folder. Then, Check if it is named BaseSystem. If not, rename it.