Contribute
Register

[HELP] No keyboard or mouse during Unibeast 2.0.2 Install!!!

Status
Not open for further replies.
no luck :(

am inputting this right?

<?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>Boot Banner</key>
<string>No</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Instant Menu</key>
<string>Yes</string>
<key>Kernel Flags</key>
<string>EHCIhard=Yes</string>
<string>USBBusFix=Yes</string>
<string>PCIRootUID=1</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>No</string>
</dict>
</plist>
 
no luck :(

am inputting this right?

No.

Should be:

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>Boot Banner</key>
	<string>No</string>
	<key>GraphicsEnabler</key>
	<string>Yes</string>
	<key>Instant Menu</key>
	<string>Yes</string>
	<key>Kernel Flags</key>
	<string></string>
	<key>EHCIhard</key>
	<string>Yes</string>
	<key>USBBusFix</key>
	<string>Yes</string>
	<key>PCIRootUID</key>
	<string>1</string>
	<key>Legacy Logo</key>
	<string>Yes</string>
	<key>UseKernelCache</key>
	<string>No</string>
</dict>
</plist>
 
okay so i rectified my mistakes (i'm a noob) but this still didnt fix the problem.

Note: I dont have OSX even installed yet, just stuck on the Chimera bootloader screen pre-installation. I'm tempted to try another method or an older version of Unibeast and see if that works. Right now though i'm absolutely stumped
 
Status
Not open for further replies.
Back
Top