mac_noob Posted August 31, 2017 Posted August 31, 2017 Hi, I already have an old installation of Macosx on my PC which i got from Olarila. Since the tools which i use to code no longer support old version of MacOSX i'm trying to install the new version on my PC with the following config I have downloaded the raw file from the links in pastebin 10.12 USB http://thepiratebay.org/torrent/15885803 https://mega.nz/#!1lhkEDIK!Vqv5ZSRlmY3OzXGXzhzbXz-kGwG6XwRuTCRgLZQixEU The system auto reboots after verbose boot,so i tried using the following arguments in the bootloader and cpus=1 There seems to be a Kernerl Error I have tried KernelPM Patch without cpus=1 ... but does not work Please advice.. what i'm i doing wrong? Thanks
pernacabeluda Posted August 31, 2017 Posted August 31, 2017 Hi, try KernelCpu and AsusAICPUPM https://clover-wiki.zetam.org/Configuration/KernelAndKextPatches#kernelandkextpatches_kernelcpu https://clover-wiki.zetam.org/Configuration/KernelAndKextPatches#kernelandkextpatches_asusaicpupm If it still reboots, check your BIOS settings (mainly Execute Disable Bit, NX bit, XD bit) http://Olarila.com/forum/viewtopic.php?f=2&t=1804 -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
mac_noob Posted September 1, 2017 Author Posted September 1, 2017 Thanks for the reply.I tried KernelCpu Patch and nv_disable=1 that is inbuilt within clover and the reboot stopped but now i get a forbidden message.So i tried enabling USB Ownership from PCI Patch menu. Still the same issue... Please advice.
pernacabeluda Posted September 1, 2017 Posted September 1, 2017 Try this version, it fixes some USB issues http://Olarila.com/forum/viewtopic.php?f=40&t=5991 -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
mac_noob Posted September 1, 2017 Author Posted September 1, 2017 Try this version, it fixes some USB issues http://Olarila.com/forum/viewtopic.php?f=40&t=5991 Thanks for your update.I will try this version. Btw i have tried using the following config and dsdt(last post) from this link http://www.insanelymac.com/forum/topic/317804-os-x-sierra-doesnt-boot/ This also does not work.. leads to a reboot.
pernacabeluda Posted September 1, 2017 Posted September 1, 2017 Reboot should be fixed by KernelCpu option. I believe the forbidden symbol is related to USB, you can try USBInjectAll together with these DSDT patches in config.plist <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Patches</key> <array> <dict> <dict> <key>Comment</key> <string>change EHC1 to EH01</string> <key>Find</key> <data>RUhDMQ==</data> <key>Replace</key> <data>RUgwMQ==</data> </dict> <dict> <key>Comment</key> <string>change EHC2 to EH02</string> <key>Find</key> <data>RUhDMg==</data> <key>Replace</key> <data>RUgwMg==</data> </dict> <dict> <key>Comment</key> <string>change EUSB to EH01</string> <key>Find</key> <data>RVVTQg==</data> <key>Replace</key> <data>RUgwMQ==</data> </dict> <dict> <key>Comment</key> <string>change USBE to EH02</string> <key>Find</key> <data>VVNCRQ==</data> <key>Replace</key> <data>RUgwMg==</data> </dict> </array> </dict> </dict> https://github.com/RehabMan/OS-X-USB-Inject-All -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
mac_noob Posted September 1, 2017 Author Posted September 1, 2017 Reboot should be fixed by KernelCpu option. I believe the forbidden symbol is related to USB, you can try USBInjectAll together with these DSDT patches in config.plist <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Patches</key> <array> <dict> <dict> <key>Comment</key> <string>change EHC1 to EH01</string> <key>Find</key> <data>RUhDMQ==</data> <key>Replace</key> <data>RUgwMQ==</data> </dict> <dict> <key>Comment</key> <string>change EHC2 to EH02</string> <key>Find</key> <data>RUhDMg==</data> <key>Replace</key> <data>RUgwMg==</data> </dict> <dict> <key>Comment</key> <string>change EUSB to EH01</string> <key>Find</key> <data>RVVTQg==</data> <key>Replace</key> <data>RUgwMQ==</data> </dict> <dict> <key>Comment</key> <string>change USBE to EH02</string> <key>Find</key> <data>VVNCRQ==</data> <key>Replace</key> <data>RUgwMg==</data> </dict> </array> </dict> </dict> https://github.com/RehabMan/OS-X-USB-Inject-All Thanks a lot for your update.Will check tomorrow and get back.
mac_noob Posted September 2, 2017 Author Posted September 2, 2017 Hi, I have downloaded the version you had suggested... Added the code you had provided in config.plist,Booted with nv_disable=1 and enabled Kernel Support CPU Patch from Clover Options.Take USB Ownership is enabled by default. I get the following screen Followed by a forbidden error message Im using the following config.plist https://pastebin.com/fWbWXttp What's going wrong? Please advice.
pernacabeluda Posted September 2, 2017 Posted September 2, 2017 You duplicated the Patches section under ACPI, I guess the patches were already there in the new version (it was compiled by MaLd0n). Try with the original config. -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
mac_noob Posted September 8, 2017 Author Posted September 8, 2017 You duplicated the Patches section under ACPI, I guess the patches were already there in the new version (it was compiled by MaLd0n). Try with the original config. Thanks for your reply.I gave up installing on my old machine.I successfully installed on my ASUS Laptop(R558UR). The wifi is not working, so plugged in a wifi dongle.How can i get the trackpad and the audio working? I have tried using multishit to setup permanent booting... ie:dual boot mac and win.. But it does not work. Please advice.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now