Jump to content

OS X Yosemite DP's builds!


2,033 posts in this topic

Recommended Posts

Being new to Clover... Do I need to install Clover on the partition I have installed Yosemite on? Or should it boot from the USB with clover on it?

 

I'm just getting rebooted right before GUI. Successfully installed, just can't boot :(

Link to comment
Share on other sites

Are you creating the kext instead of kernelcache? If you do this things from OS 10.10 single mode user you must start with kext-dev-mode=1

 

Here's what I've been trying to do:

I can't do anything in the single user mode of 10.10 because the PS2 keyboard drivers are not being loaded and I have no USB keyboard available right now, so I'm trying to generate kernelcache for 10.10 whilst on my 10.9 system, using the instructions you have written. But, as said before, it omits FakeSMC and VoodooPS2Controller kexts due to lack of proper signing apparently (I use RehabMan's FakeSMC fork for ProBooks).

Link to comment
Share on other sites

Here's what I've been trying to do:

I can't do anything in the single user mode of 10.10 because the PS2 keyboard drivers are not being loaded and I have no USB keyboard available right now, so I'm trying to generate kernelcache for 10.10 whilst on my 10.9 system, using the instructions you have written. But, as said before, it omits FakeSMC and VoodooPS2Controller kexts due to lack of proper signing apparently (I use RehabMan's FakeSMC fork for ProBooks).

Send me the kexts in pm. I'll try to make it for you. (it requires at least ~50 MB so you must wait some minutes)

  • Like 2
Link to comment
Share on other sites

I keep getting still waiting for root device and my flash drive shows no activity :|

 

Not sure what I'm doing wrong here, I can't do anything about loading kernel extensions until it can actually read the flash drive.

try to replace the AppleAHCIPort.kext from your previous functional system. (I have the version from 10.8.3) or search for the bcc9 patch.

Link to comment
Share on other sites

try to replace the AppleAHCIPort.kext from your previous functional system. (I have the version from 10.8.3) or search for the bcc9 patch.

Tried it, no dice. Still waiting for root device after using my AAHCIP.kext from mavericks 10.9.2.

Link to comment
Share on other sites

Send me the kexts in pm. I'll try to make it for you. (it requires at least ~50 MB so you must wait some minutes)

Can you please send the patched kexts to me also? Because andrek and me have the same notebook.

Link to comment
Share on other sites

Ok i'll try to post my problem here, one day and i still cant fix it:

 

 

I did everything to boot to Install screen but the mouse doesn't work here it the problem:

 

The mouse stay in top left corner of the screen, if i move it it go back to top left corner

It's a usb wireless mouse, it worked fine in ml and mav

 

I don't know what to do, im lost, i tried a lot of different things without success..

Link to comment
Share on other sites

Tried it, no dice. Still waiting for root device after using my AAHCIP.kext from mavericks 10.9.2.

 

Make sure you have setted correct permission to all kexts with:

sudo chown -R /System/Library/Extensions/

sudo chmod -R 755 /System/Library/Extensions/

sudo touch /System/Library/Extensions/

 and the rebuild kernelcache

 

Hey guys,

 

Any MBR patch yet?

 

wws12

No. The old method is not valid at moment. Files are changed.

Link to comment
Share on other sites

Marchrius, unfortunately - still the "OsxAptipFixDrv: Error - requested memory exceeds our allocated relocation block" error. I guess it's up to Clover UEFI now. Thanks for the help though!

 

I'll play with it more tomorrow.

 

And just in case, here's my config.plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>ReuseFFFF</key>
			<false/>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>Cpu0Ist</string>
			</dict>
		</array>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<true/>
				<key>PStates</key>
				<true/>
			</dict>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Legacy</key>
		<string>LegacyBiosDefault</string>
		<key>Log</key>
		<false/>
		<key>NeverHibernate</key>
		<true/>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<string>Yes</string>
		<key>Arguments</key>
		<string>kext-dev-mode=1</string>
	</dict>
	<key>Devices</key>
	<dict>
		<key>USB</key>
		<dict>
			<key>FixOwnership</key>
			<false/>
			<key>Inject</key>
			<false/>
		</dict>
		<key>UseIntelHDMI</key>
		<false/>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Custom</key>
		<dict>
			<key>Entries</key>
			<array>
				<dict>
					<key>Disabled</key>
					<true/>
					<key>FullTitle</key>
					<string>UEFI Internal</string>
					<key>Hidden</key>
					<false/>
					<key>Type</key>
					<string>Other</string>
				</dict>
			</array>
		</dict>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<false/>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<false/>
			<key>Tool</key>
			<false/>
		</dict>
		<key>Theme</key>
		<string>Mavs Style S</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>DualLink</key>
		<integer>0</integer>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>04/22/11</string>
		<key>BiosVendor</key>
		<string>Apple Computer, Inc.</string>
		<key>BiosVersion</key>
		<string>MBP81.88Z.0047.B0E.1104221557</string>
		<key>Board-ID</key>
		<string>Mac-94245B3640C91C81</string>
		<key>BoardManufacturer</key>
		<string>Apple Computer, Inc.</string>
		<key>BoardType</key>
		<integer>10</integer>
		<key>ChassisAssetTag</key>
		<string>MacBook-Aluminum</string>
		<key>ChassisManufacturer</key>
		<string>Apple Computer, Inc.</string>
		<key>ChassisType</key>
		<integer>8</integer>
		<key>Family</key>
		<string>MacBook Pro</string>
		<key>Manufacturer</key>
		<string>Apple Computer, Inc.</string>
		<key>Mobile</key>
		<true/>
		<key>ProductName</key>
		<string>MacBookPro8,1</string>
		<key>SerialNumber</key>
		<string>C02H8AS5DH2G</string>
		<key>Trust</key>
		<false/>
		<key>Version</key>
		<string>1.0</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
	</dict>
</dict>
</plist>

Link to comment
Share on other sites

 

Marchrius, unfortunately - still the "OsxAptipFixDrv: Error - requested memory exceeds our allocated relocation block" error. I guess it's up to Clover UEFI now. Thanks for the help though!

 

I'll play with it more tomorrow.

 

And just in case, here's my config.plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>ReuseFFFF</key>
			<false/>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>Cpu0Ist</string>
			</dict>
		</array>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<true/>
				<key>PStates</key>
				<true/>
			</dict>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Legacy</key>
		<string>LegacyBiosDefault</string>
		<key>Log</key>
		<false/>
		<key>NeverHibernate</key>
		<true/>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<string>Yes</string>
		<key>Arguments</key>
		<string>kext-dev-mode=1</string>
	</dict>
	<key>Devices</key>
	<dict>
		<key>USB</key>
		<dict>
			<key>FixOwnership</key>
			<false/>
			<key>Inject</key>
			<false/>
		</dict>
		<key>UseIntelHDMI</key>
		<false/>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Custom</key>
		<dict>
			<key>Entries</key>
			<array>
				<dict>
					<key>Disabled</key>
					<true/>
					<key>FullTitle</key>
					<string>UEFI Internal</string>
					<key>Hidden</key>
					<false/>
					<key>Type</key>
					<string>Other</string>
				</dict>
			</array>
		</dict>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<false/>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<false/>
			<key>Tool</key>
			<false/>
		</dict>
		<key>Theme</key>
		<string>Mavs Style S</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>DualLink</key>
		<integer>0</integer>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>04/22/11</string>
		<key>BiosVendor</key>
		<string>Apple Computer, Inc.</string>
		<key>BiosVersion</key>
		<string>MBP81.88Z.0047.B0E.1104221557</string>
		<key>Board-ID</key>
		<string>Mac-94245B3640C91C81</string>
		<key>BoardManufacturer</key>
		<string>Apple Computer, Inc.</string>
		<key>BoardType</key>
		<integer>10</integer>
		<key>ChassisAssetTag</key>
		<string>MacBook-Aluminum</string>
		<key>ChassisManufacturer</key>
		<string>Apple Computer, Inc.</string>
		<key>ChassisType</key>
		<integer>8</integer>
		<key>Family</key>
		<string>MacBook Pro</string>
		<key>Manufacturer</key>
		<string>Apple Computer, Inc.</string>
		<key>Mobile</key>
		<true/>
		<key>ProductName</key>
		<string>MacBookPro8,1</string>
		<key>SerialNumber</key>
		<string>C02H8AS5DH2G</string>
		<key>Trust</key>
		<false/>
		<key>Version</key>
		<string>1.0</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
	</dict>
</dict>
</plist>

Try to use osxlowmemfix and delete osxaptiofix.

Link to comment
Share on other sites

Solved the issues I was having (described here: http://www.insanelymac.com/forum/topic/298402-os-x-yosemite-dps-builds/page-11?do=findComment&comment=2024784) by downloading a new installer app and starting all over and installed it successfully on an empty HDD. Now, I'm stuck at the first boot screen. No matter what I do, I cannot interact with the system to do the first setup: both my keyboard and mouse won't work. Going to try to migrate my Mavericks user to the Yosemite HDD to see if It helps.

Link to comment
Share on other sites

Hey folks ! It must be a lucky day for me, first try using the boot-guide and first success, straight to the installer ! Installed Yosemite on USB external drive with GUID partition and Carbon Copy Clone to an MBR partitionned HD with no problems. Everything WORKS : Audio (VoodooHDA 2.8.5) Ethernet (PCGenRTL8139Ethernet.kext) Graphics (Sapphire Radeon HD 6570 1Gb) OOB with full QE/CI, AppStore, iCloud, iMessage, etc.

First try with Clover bootloader and no issues but I still prefer Chameleon for its simplicity (I'm wondering how to triple boot OS X 10.9, 10.10 & Win8.1 with Win 8.1 as default but I can deal with this for the moment ;-)

 

Thanks again for the great job of InsanelyMac folks that once again did it !

 

Cheers :thumbsup_anim::wub::thanks_speechbubble:  You RULEZ guys !

post-1163891-0-13464300-1401927199_thumb.jpg

Link to comment
Share on other sites

{censored}, I cannot migrate an user to a Disk, only to a Hack connected to the same network. Still stuck at the first setup screen.

 

No, huh? Anyone?

If I try to boot with the Clover UEFI installed on the EFI partition of the Yosemite disk, I get the same result as you, and the next time I boot I get a report that my system restarted because of a panic. Seems related to the fact I'm using the Intel HD4000 and a discrete NVidia card at the same time, but I didn't bother testing with only one of the GPUs, or even reading the logs, because I managed to bypass this by using the Clover UEFI installed on the EFI partition of my Mavericks HD and selecting the Yosemite HDD from the menu. Try to boot from your installer and select your Yosemite HDD from it.

Link to comment
Share on other sites

Guest wader1111

Still getting "can't load FakeSMC.kext - authentication problems"

Thanks, I'll try that. Sorry for being a bit on the N00B side with this one, but I guess we're all learning something at some point or another. In this case, for me it's single user mode, never really used it before.

 

That just did it! Thank you so much for the help! :)

Hey I'm getting the same error 107 error and I also have trouble getting my FakeSMC loading with the whole authentication failure stuff. I've followed the process described by Slice and you and it's still saying authentication failure. Mind posting exactly what you typed in once you got to single user mode for n00bs like me? Lol

Link to comment
Share on other sites

To fix the authentication problem with FakeSMC.kext from single user mode:

 

/sbin/fsck -fy

/sbin/mount -uw /

chmod -R 755 /System/Library/Extensions/FakeSMC.kext

chown -R root:wheel /System/Library/Extensions/FakeSMC.kext

kextload /System/Library/Extensions/FakeSMC.kext

exit

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...