diff --git a/boot-macOS.sh b/boot-macOS.sh index 117d7d9..c275b3c 100755 --- a/boot-macOS.sh +++ b/boot-macOS.sh @@ -22,7 +22,7 @@ qemu-system-x86_64 -enable-kvm -m 8192 -cpu Penryn,kvm=off,vendor=GenuineIntel \ -smp 4,cores=2 \ -usb -device usb-kbd -device usb-mouse \ -device isa-applesmc,osk="ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" \ - -kernel ./enoch_rev2839_boot \ + -kernel ./enoch_rev2848_boot \ -smbios type=2 \ -device ide-drive,bus=ide.2,drive=MacHDD \ -drive id=MacHDD,if=none,file=./mac_hdd.img \ diff --git a/enoch_rev2848_boot b/enoch_rev2848_boot new file mode 100644 index 0000000..91105cf Binary files /dev/null and b/enoch_rev2848_boot differ diff --git a/notes.md b/notes.md index 38c2247..e763ef9 100644 --- a/notes.md +++ b/notes.md @@ -13,7 +13,6 @@ Finally reboot, and then use the App Store without problems. This fix was found by Glnk2012 of https://www.tonymacx86.com/ site. - ### Enoch Bootloader * Download Enoch bootloader from http://www.insanelymac.com/forum/ (requires @@ -25,6 +24,20 @@ This fix was found by Glnk2012 of https://www.tonymacx86.com/ site. * Rename boot to enoch_rev####_boot. +### Enoch Bootloader (alternate extraction method) + +* Build xar from http://mackyle.github.io/xar/ on a Linux box. + +* Extract "boot" from using the following steps, + + ``` + xar -x -f Enoch-rev.2848.pkg + + gunzip -c Core.pkg/Payload | cpio -i + + cp usr/standalone/i386/boot enoch_rev2848_boot + ``` + ### Higher Resolution If you want a larger VNC screen add the following to the bootloader config in /Extra/org.chameleon.boot.plist: