@@ -76,6 +76,9 @@ Steps to create a new QEMU macOS guest image:
76
76
6 . Use `$HOME/start-installer.sh macos-monterey.qcow2 opencore.img
77
77
Monetery-recovery.dmg $OSK_VALUE` to launch the macOS installer in QEMU.
78
78
79
+ NOTE: If networking isn't working on older versions of macOS, swap the
80
+ networking flag in ` qemu.sh ` .
81
+
79
82
This starts QEMU with the display on a VNC server at ` localhost:5901 ` . Use SSH
80
83
port forwarding to forward this to your local machine:
81
84
@@ -102,10 +105,10 @@ Once macOS is fully installed, we will install OpenCore on the primary disk and
102
105
configure it to autoboot to macOS.
103
106
104
107
1 . In the guest, find the OpenCore and primary disks with ` diskutil list ` .
105
- * The OpenCore disk contains only one parition, of type "EFI". It is likely
106
- /dev/disk0, EFI partition /dev/disk0s1.
108
+ * The OpenCore disk contains only one parition, of type "EFI". e.g., it may
109
+ be /dev/disk0, EFI partition /dev/disk0s1.
107
110
* The primary disk contains two paritions, one of type "EFI", one of type
108
- "Apple_APFS". It is likely /dev/disk2, EFI partition /dev/disk2s1.
111
+ "Apple_APFS". e.g., it may be /dev/disk2, EFI partition /dev/disk2s1.
109
112
2 . Copy the OpenCore EFI partition over the primary disk EFI partition.
110
113
* ` sudo dd if=/dev/disk0s1 of=/dev/disk2s1 `
111
114
3 . Mount the primary disk EFI partition to edit the configuration.
@@ -123,7 +126,8 @@ configure it to autoboot to macOS.
123
126
$ $HOME /start-mutable.sh macos-monterey.qcow2 $OSK_VALUE
124
127
```
125
128
126
- Now complete the remainder of the [ machine setup] ( ../setup-notes.md ) .
129
+ Now complete the remainder of the [ machine setup] ( ../setup-notes.md ) . See the
130
+ ` hostfwd ` option in ` qemu.sh ` if you would like SSH access to the guest.
127
131
128
132
Copy complete images to ` s3://go-builder-data/darwin/ ` for use on other
129
133
builders.
0 commit comments