mirror of https://github.com/kholia/OSX-KVM.git
Update run_offline.md
This commit is contained in:
parent
63152239c3
commit
2aebd0867e
|
@ -9,8 +9,10 @@
|
||||||
-device ide-hd,bus=sata.5,drive=MacDVD
|
-device ide-hd,bus=sata.5,drive=MacDVD
|
||||||
```
|
```
|
||||||
- Create your qcow2 file
|
- Create your qcow2 file
|
||||||
`qemu-img create -f qcow2 -o preallocation=off mac_hdd_ng.img 256G`
|
```
|
||||||
- Run ./OpenCore-Boot.sh from the terminal
|
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**
|
- 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`
|
- When completed, close `Disk Utility`
|
||||||
- Go to the Terminal in your virtual machine, Click `Utilities`, select `Terminal`
|
- Go to the Terminal in your virtual machine, Click `Utilities`, select `Terminal`
|
||||||
|
|
Loading…
Reference in New Issue