Add newer bootloader

mine
Dhiru Kholia 7 years ago
parent 45a4987949
commit 627f5be433

@ -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 \

Binary file not shown.

@ -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:

Loading…
Cancel
Save