Jump to content
mac_noob

Unable to install on System using Intel Processor

Recommended Posts

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


vCAQf46.png


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

7hef8unu2zs-large.png?1504204463


There seems to be a Kernerl Error


ti9akr0ce9-large.png?1504204534


I have tried KernelPM Patch without cpus=1 ... but does not work


Please advice.. what i'm i doing wrong?


Thanks

Link to comment
Share on other sites

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Try this version, it fixes some USB issues


http://Olarila.com/forum/viewtopic.php?f=40&t=5991

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

1.jpg.694a19429f93056210702ef53e453249.jpg

 

Followed by a forbidden error message

2.jpg.d371e7ffdef4cd315464806165cabde2.jpg

 

Im using the following config.plist


https://pastebin.com/fWbWXttp


What's going wrong? Please advice.

Link to comment
Share on other sites

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.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...