From 476c7bc146d7351aabd585d070770b1ae528e4ba Mon Sep 17 00:00:00 2001 From: notAperson535 <95918679+notAperson535@users.noreply.github.com> Date: Thu, 3 Feb 2022 07:40:20 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25ad3e5..59113c9 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ qemu-img convert BaseSystem.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. +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 it's not rename it to BaseSystem. Most likely it would be named named RecoveryImage. If the file is now named BaseSystem.dmg, you must run this command to convert it to BaseSystem.img ``` qemu-img convert BaseSystem.dmg -O raw BaseSystem.img