Assorted minor updates

mine
Dhiru Kholia 6 years ago
parent 34ce5d9f9c
commit 5ad8eb0877

Binary file not shown.

@ -73,7 +73,7 @@ SVM is required.
$ make clean; make -j8; make install $ make clean; make -j8; make install
``` ```
This step is not optional and is required. This step is not optional and is required. QEMU 2.10.1 shipped with Fedora 27 works fine too.
* See [networking notes](../networking-qemu-kvm-howto.txt) to setup guest networking. * See [networking notes](../networking-qemu-kvm-howto.txt) to setup guest networking.
@ -87,7 +87,7 @@ SVM is required.
``` ```
sudo ./clover-image.sh --iso Clover-v2.4k-4233-X64.iso --cfg clover/config.plist.stripped.qemu --img Clover.qcow2 sudo ./clover-image.sh --iso Clover-v2.4k-4380-X64.iso --cfg clover/config.plist.stripped.qemu --img Clover.qcow2
``` ```
Instead of building your own bootable Clover disk, you may use the included `Clover.qcow2` disk image. Instead of building your own bootable Clover disk, you may use the included `Clover.qcow2` disk image.

@ -4,7 +4,7 @@
set -e set -e
# Borrrowed from multiple internet sources # Borrrowed from multiple internet sources
hdiutil create -o ~/Desktop/HighSierra.cdr -size 7316m -layout SPUD -fs HFS+J hdiutil create -o ~/Desktop/HighSierra.cdr -size 5600m -layout SPUD -fs HFS+J
hdiutil attach ~/Desktop/HighSierra.cdr.dmg -noverify -mountpoint /Volumes/install_build hdiutil attach ~/Desktop/HighSierra.cdr.dmg -noverify -mountpoint /Volumes/install_build
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build --nointeraction sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/install_build --nointeraction
hdiutil detach "/Volumes/Install macOS High Sierra" hdiutil detach "/Volumes/Install macOS High Sierra"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1 +0,0 @@
OVMF_CODE-pure-efi.fd and OVMF_VARS-pure-efi.fd files are borrowed from Proxmox.

@ -13,7 +13,7 @@
MY_OPTIONS="+aes,+xsave,+avx,+xsaveopt,avx2,+smep" MY_OPTIONS="+aes,+xsave,+avx,+xsaveopt,avx2,+smep"
~/QEMU/bin/qemu-system-x86_64 -enable-kvm -m 3072 -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,$MY_OPTIONS\ qemu-system-x86_64 -enable-kvm -m 3072 -cpu Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,$MY_OPTIONS\
-machine pc-q35-2.9 \ -machine pc-q35-2.9 \
-smp 4,cores=2 \ -smp 4,cores=2 \
-usb -device usb-kbd -device usb-tablet \ -usb -device usb-kbd -device usb-tablet \
@ -27,6 +27,6 @@ MY_OPTIONS="+aes,+xsave,+avx,+xsaveopt,avx2,+smep"
-device ide-drive,bus=ide.1,drive=MacHDD \ -device ide-drive,bus=ide.1,drive=MacHDD \
-drive id=MacHDD,if=none,file=./mac_hdd.img,format=qcow2 \ -drive id=MacHDD,if=none,file=./mac_hdd.img,format=qcow2 \
-device ide-drive,bus=ide.0,drive=MacDVD \ -device ide-drive,bus=ide.0,drive=MacDVD \
-drive id=MacDVD,if=none,snapshot=on,media=cdrom,file=./'HighSierra-10.13.2.iso' \ -drive id=MacDVD,if=none,snapshot=on,media=cdrom,file=./'HighSierra-10.13.3.iso' \
-netdev tap,id=net0,ifname=tap0,script=no,downscript=no -device e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \ -netdev tap,id=net0,ifname=tap0,script=no,downscript=no -device e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \
-monitor stdio -monitor stdio

Loading…
Cancel
Save