Contribute
Register

The device root uuid is on Asus UX303LA (Broadwell)

Status
Not open for further replies.
Joined
Mar 19, 2015
Messages
5
Motherboard
Asus Zenbook UX303LA-C4273P
CPU
i7-5500U
Graphics
HD 5500
Hi everyone!


I wanted to install Yosemite from bootable USB on my PC with Broadwell CPU/GPU.
I used Clover.
I got an error "The device root uuid is: ..." followed by the uuid itself.
My machine is:
Asus Zenbook UX303LA-C4273P:
- CPU: Intel i7-5500U (Broadwell)
- Graphics: Intel HD Graphics 5500 (I don't have two Graphics cards, just Intel...)
- Other: 8GB RAM, 256GB SSD


I used this guide for making bootable USB:
http://www.tonymacx86.com/yosemite-...oting-os-x-installer-laptops-clover-uefi.html

I've read this guide, but I cannot relate to it (this laptop sucessfully booted on Unibeast USB, and it has Haswell CPU/GPU, not Broadwell):
http://www.tonymacx86.com/yosemite-laptop-support/148785-yosemite-asus-zenbook-ux303la-4165h.html

I also read this guide:
http://www.tonymacx86.com/laptop-compatibility/141410-clover-stuck-root-device-uuid.html

And this post in Clover guide (because the config.plist was not generated correctly in the previous post):
http://www.tonymacx86.com/yosemite-...ll-os-x-yosemite-using-clover.html#post893000

I also saw this, but changing bootflags did not solve my problem:
http://www.tonymacx86.com/mountain-lion-desktop-support/76065-still-waiting-root-device-error.html



This same USB can boot my other PC (ASUS N750jv), but I cannot boot my Zenbook UX303LA.
Is this because of Broadwell CPU/GPU?
I used these kernel extensions (kexts):
- FakeSMC.kext
- GenericUSBXHCI.kext
- VoodooPS2Controller.kext
- I did not use any Ethernet kexts as I don't have Ethernet card on my PC

I used this plist file (from the guide in first link) and renamed/reconfigured it - config_HD5xxx.plist.
My config.plist looks like this:
Code:
<?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>Fixes</key>
			<dict>
				<key>FixRegions_10000000</key>
				<true/>
				<key>NewWay_80000000</key>
				<true/>
			</dict>
			<key>ReuseFFFF</key>
			<false/>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>Cpu0Ist</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>Cpu0Cst</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>ApCst</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>ApIst</string>
			</dict>
			<dict>
				<key>Signature</key>
				<string>SSDT</string>
				<key>TableId</key>
				<string>CpuPm</string>
			</dict>
		</array>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<true/>
			<key>PluginType</key>
			<integer>1</integer>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>-v dart=0 nv_disable=1 kext-dev-mode=1</string>
		<key>Debug</key>
		<false/>
		<key>DefaultVolume</key>
		<string>Install OS X Yosemite</string>
		<key>Legacy</key>
		<string>LegacyBiosDefault</string>
		<key>NeverHibernate</key>
		<true/>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<false/>
	</dict>
	<key>Devices</key>
	<dict>
		<key>USB</key>
		<dict>
			<key>AddClockID</key>
			<true/>
			<key>FixOwnership</key>
			<true/>
			<key>Inject</key>
			<true/>
		</dict>
	</dict>
	<key>DisableDrivers</key>
	<array>
		<string>VBoxHfs</string>
	</array>
	<key>GUI</key>
	<dict>
		<key>Custom</key>
		<dict>
			<key>Entries</key>
			<array>
				<dict>
					<key>Disabled</key>
					<false/>
					<key>FullTitle</key>
					<string>UEFI internal</string>
					<key>Hidden</key>
					<string>Always</string>
					<key>Ignore</key>
					<false/>
					<key>NoCaches</key>
					<false/>
					<key>Type</key>
					<string>Other</string>
				</dict>
			</array>
		</dict>
		<key>Mouse</key>
		<dict>
			<key>DoubleClick</key>
			<integer>500</integer>
			<key>Enabled</key>
			<false/>
			<key>Mirror</key>
			<false/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<true/>
			<key>Tool</key>
			<true/>
		</dict>
		<key>Theme</key>
		<string>Bluemac</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>ig-platform-id</key>
		<string>0x0a260006</string>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>ForceKextsToLoad</key>
		<array>
			<string>\System\Library\Extensions\IONetworkingFamily.kext</string>
		</array>
		<key>KernelLapic</key>
		<true/>
		<key>KernelPm</key>
		<true/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>HDMI-audio, port 0105(12), 0x0a2e0008, 0x0a16000c, 0x0a2e000d, 0x0a26000d</string>
				<key>Find</key>
				<data>
				AQUJAAAEAAAHAQAA
				</data>
				<key>Name</key>
				<string>disabled:AppleIntelFramebufferAzul</string>
				<key>Replace</key>
				<data>
				AQUSAAAIAAAHAQAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HDMI-audio, port 0105, 0x0a260005 0x0a260006, 0x0d220003, 0x0a2e000a, 0x0a26000a</string>
				<key>Find</key>
				<data>
				AQUJAAAEAACHAAAA
				</data>
				<key>Name</key>
				<string>disabled:AppleIntelFramebufferAzul</string>
				<key>Replace</key>
				<data>
				AQUJAAAIAACHAAAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Enable internal display after sleep for 0x0a2e000a, 0x0a26000a</string>
				<key>Find</key>
				<data>
				AQAAAEAAAADWAAAABQUAAA==
				</data>
				<key>Name</key>
				<string>disabled:AppleIntelFrameBufferAzul</string>
				<key>Replace</key>
				<data>
				AQAAAEAAAAAeAAAABQUAAA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Enable TRIM for SSD</string>
				<key>Find</key>
				<data>
				AEFQUExFIFNTRAA=
				</data>
				<key>Name</key>
				<string>disabled:IOAHCIBlockStorage</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAAAAA=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HDMI-audio, port 0105, 0x0a2e0008, 0x0a16000c, 0x0a2e000d, 0x0a26000d</string>
				<key>Find</key>
				<data>
				AQUJAAAEAAAHAQAA
				</data>
				<key>Name</key>
				<string>disabled:AppleIntelFramebufferAzul</string>
				<key>Replace</key>
				<data>
				AQUJAAAIAAAHAQAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HDMI-audio, unsuppored HDAU 0c0c, 2 of 2 (0c0a to 0c0c)</string>
				<key>Find</key>
				<data>
				PQwKAAA=
				</data>
				<key>Name</key>
				<string>disabled:AppleHDAController</string>
				<key>Replace</key>
				<data>
				PQwMAAA=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Boot graphics glitch, 10.10.2</string>
				<key>Find</key>
				<data>
				QYjE6xE=
				</data>
				<key>Name</key>
				<string>disabled:IOGraphicsFamily</string>
				<key>Replace</key>
				<data>
				QYjE6zE=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HDMI-audio, port 0204, 0x0a260005 0x0a260006</string>
				<key>Find</key>
				<data>
				AgQJAAAEAACHAAAA
				</data>
				<key>Name</key>
				<string>disabled:AppleIntelFramebufferAzul</string>
				<key>Replace</key>
				<data>
				AgQJAAAIAACHAAAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HDMI-audio, unsupported HDAU 0c0c, 1 of 2 (range check)</string>
				<key>Find</key>
				<data>
				PQsMAAA=
				</data>
				<key>Name</key>
				<string>disabled:AppleHDAController</string>
				<key>Replace</key>
				<data>
				PQwMAAA=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HDMI-audio, port 0204, 0x0a2e0008, 0x0a16000c, 0x0a2e000d, 0x0a26000d</string>
				<key>Find</key>
				<data>
				AgQJAAAEAAAHAQAA
				</data>
				<key>Name</key>
				<string>disabled:AppleIntelFramebufferAzul</string>
				<key>Replace</key>
				<data>
				AgQJAAAIAAAHAQAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>0x0a260006 9MB cursor bytes patch</string>
				<key>Find</key>
				<data>
				BgAmCgEDAwMAAAACAAAwAQAAYAA=
				</data>
				<key>Name</key>
				<string>disabled:AppleIntelFramebufferAzul</string>
				<key>Replace</key>
				<data>
				BgAmCgEDAwMAAAACAAAwAQAAkAA=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HDMI-audio, port 0204(12), 0x0a260005 0x0a260006</string>
				<key>Find</key>
				<data>
				AgQJAAAEAACHAAAA
				</data>
				<key>Name</key>
				<string>disabled:AppleIntelFramebufferAzul</string>
				<key>Replace</key>
				<data>
				AgQSAAAIAACHAAAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HDMI-audio, port 0105(12), 0x0a260005 0x0a260006, 0x0d220003, 0x0a2e000a, 0x0a26000a</string>
				<key>Find</key>
				<data>
				AQUJAAAEAACHAAAA
				</data>
				<key>Name</key>
				<string>disabled:AppleIntelFramebufferAzul</string>
				<key>Replace</key>
				<data>
				AQUSAAAIAACHAAAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Boot graphics glitch, 10.10.0/10.10.1 (2 of 2)</string>
				<key>Find</key>
				<data>
				QYjE6wM=
				</data>
				<key>Name</key>
				<string>disabled:IOGraphicsFamily</string>
				<key>Replace</key>
				<data>
				QYjE6yM=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Boot graphics glitch, 10.10.0/10.10.1 (1 of 2)</string>
				<key>Find</key>
				<data>
				hcB0XUg=
				</data>
				<key>Name</key>
				<string>disabled:IOGraphicsFamily</string>
				<key>Replace</key>
				<data>
				McB0W0g=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HDMI-audio, port 0204(12), 0x0a2e0008, 0x0a16000c, 0x0a2e000d, 0x0a26000d</string>
				<key>Find</key>
				<data>
				AgQJAAAEAAAHAQAA
				</data>
				<key>Name</key>
				<string>disabled:AppleIntelFramebufferAzul</string>
				<key>Replace</key>
				<data>
				AgQSAAAIAAAHAQAA
				</data>
			</dict>
		</array>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>09/03/2013</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>IM142.88Z.0118.B00.1309031249</string>
		<key>Board-ID</key>
		<string>Mac-27ADBB7B4CEE8E61</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardType</key>
		<integer>10</integer>
		<key>ChassisAssetTag</key>
		<string>iMac-Aluminum</string>
		<key>ChassisManufacturer</key>
		<string>Apple Inc.</string>
		<key>ChassisType</key>
		<string>13</string>
		<key>Family</key>
		<string>iMac</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>Mobile</key>
		<false/>
		<key>ProductName</key>
		<string>iMac14,2</string>
		<key>SerialNumber</key>
		<string>C02K1JRJF8JC</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>

My BIOS settings are:
20150320_015655.jpg
20150320_015706.jpg
20150320_015718.jpg
20150320_015756.jpg
20150320_015804.jpg
20150320_015813.jpg
20150320_015822.jpg


My error looks like this:
20150320_015612.jpg
When I get this error my USB drive turns off (the data transfer indicator LED stops blinking like the power is off) and I cannot do anything with my PC. I can only shut it down by holding the power button.

I've Googled for this type of error and I've seen other people solving it by adding some bootflags, adding/removing kexts and modifying their config.plist file.
I did not find solution for my problem.

Is this all because broadwell chips?
Is my config.plist OK? (probably not...)
Is my ig-platform-ids OK?

Can anyone help me, please?

Thanks in advance! :)
 
Hi everyone!


I wanted to install Yosemite from bootable USB on my PC with Broadwell CPU/GPU.
I used Clover.
I got an error "The device root uuid is: ..." followed by the uuid itself.
My machine is:
Asus Zenbook UX303LA-C4273P:
- CPU: Intel i7-5500U (Broadwell)
- Graphics: Intel HD Graphics 5500 (I don't have two Graphics cards, just Intel...)

You'll need to wait to do any Broadwell hacking. Current version of Yosemite has no Broadwell support.
 
Pretty much have to wait for 10.10.3 for broadwell support if I am not mistaken. Think that there is no patched kernel due to the fact that Apple's got it covered when 10.10.3 comes out.

You'll need to wait to do any Broadwell hacking. Current version of Yosemite has no Broadwell support.


Do you guys know for how long should I wait for 10.10.3?
It is out in public beta based on Apple Developers info.
Are you 100% sure that Yosemite 10.10.3 will support it?

I see people talking about Broadwell here (I just don't know why I couldn't find this post before):
http://www.tonymacx86.com/yosemite-laptop-support/159316-custom-built-laptop-i7-5500u-broadwell.html

There are some Broadwell specific kexts in 10.10.3 beta:
https://pikeralpha.wordpress.com/2015/03/13/new-ionvmefamily-kext/
 
Last edited:
Do you guys know for how long should I wait for 10.10.3?
It is out in public beta based on Apple Developers info.
Are you 100% sure that Yosemite 10.10.3 will support it?

I see people talking about Broadwell here (I just don't know why I couldn't find this post before):
http://www.tonymacx86.com/yosemite-laptop-support/159316-custom-built-laptop-i7-5500u-broadwell.html

There are some Broadwell specific kexts in 10.10.3 beta:
https://pikeralpha.wordpress.com/2015/03/13/new-ionvmefamily-kext/

Just wait and see.
 
Do you guys know for how long should I wait for 10.10.3?
It is out in public beta based on Apple Developers info.
Are you 100% sure that Yosemite 10.10.3 will support it?

I see people talking about Broadwell here (I just don't know why I couldn't find this post before):
http://www.tonymacx86.com/yosemite-laptop-support/159316-custom-built-laptop-i7-5500u-broadwell.html

There are some Broadwell specific kexts in 10.10.3 beta:
https://pikeralpha.wordpress.com/2015/03/13/new-ionvmefamily-kext/

Please read the rules: http://www.tonymacx86.com/faq.php

"Prerelease Software or Developer Builds are covered by NDA and therefore there cannot be any discussion of features included or removed within said software. The NDA also prohibits the distribution of any component contained within these releases. There will be no discussion of installing, help with installing or documenting the use of this type of software. Repeated violations of this rule will result in a permanent ban."
 
Please read the rules: http://www.tonymacx86.com/faq.php

"Prerelease Software or Developer Builds are covered by NDA and therefore there cannot be any discussion of features included or removed within said software. The NDA also prohibits the distribution of any component contained within these releases. There will be no discussion of installing, help with installing or documenting the use of this type of software. Repeated violations of this rule will result in a permanent ban."


I'm sorry. I didn't want to break the rules. I just wanted to point out that there is a possibility of installing Yosemite 10.10.3 on Broadwell based on the links above...
Sorry once again...
 
Any progress with this issue? I have exactly the same problem on my Dell xps 13 touch with i7-5500u

Hi!
I didn't know about the early fix that RehabMan posted. I needed Yosemite quickly so I use it under VM Ware.

I'll try to install it someday soon.
 
Status
Not open for further replies.
Back
Top