From 2aebd0867e1b782bdffbac98b1c2a043102768b2 Mon Sep 17 00:00:00 2001 From: Kwadwo Kyeremeh Date: Sat, 9 Sep 2023 10:16:25 +0000 Subject: [PATCH] Update run_offline.md --- run_offline.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/run_offline.md b/run_offline.md index 087d737..4fada08 100644 --- a/run_offline.md +++ b/run_offline.md @@ -8,9 +8,11 @@ -drive id=MacDVD,if=none,file="$REPO_PATH/InstallAssistant.iso",format=raw -device ide-hd,bus=sata.5,drive=MacDVD ``` -- Create your qcow2 file -`qemu-img create -f qcow2 -o preallocation=off mac_hdd_ng.img 256G` -- Run ./OpenCore-Boot.sh from the terminal +- Create your qcow2 file +``` +qemu-img create -f qcow2 -o preallocation=off mac_hdd_ng.img 256G +``` +- Run `./OpenCore-Boot.sh` from the terminal - Use the `Disk Utility` tool within the macOS installer to partition, and format the virtual disk attached with name **macOS** - When completed, close `Disk Utility` - Go to the Terminal in your virtual machine, Click `Utilities`, select `Terminal`