Contribute
Register

Hackintosh don´t turn on with TimeMachine Disk connected

Status
Not open for further replies.
Joined
Aug 12, 2012
Messages
55
Motherboard
Gigabyte GA-Z77X-UD5H
CPU
i7-3770K
Graphics
GTX 670
Hi, after a weeks working correctly my system won´t boot with TimeMachine Disk connected.

Searching in the forum i found this: http://www.tonymacx86.com/chimera-a...angs-if-usb-time-machine-hdd-present-fix.html but i don´t know where "sys.c" is located to edit it.

I found also this one: http://www.insanelymac.com/forum/topic/183231-snow-wont-boot-on-15tb-hard-drive/
but Editting com.apple.Boot.plist file with this

<key>Scan Single Drive</key>
<string>Yes</string>

don´t works for me.
:crazy:

Anybody know a solution?


Thanks a lot!
 
Seems to be fixed.

Looking for a solution i found this: http://legacy.tonymacx86.com/viewtopic.php?f=7&t=250

but in my case i edited "org.chameleon.Boot.plist" located in "Extra" folder 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>Scan Single Drive</key>
<string>YES</string>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GenerateCStates</key>
    <string>Yes</string>
    <key>GeneratePStates</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
        <string>No</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string>darkwake=0</string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>Timeout</key>
    <string>2</string>
    <key>UseKernelCache</key>
    <string>Yes</string>
</dict>
</plist>

I only added this lines to the file
Code:
<key>Scan Single Drive</key>
<string>YES</string>


Thanks a lot!
 
Status
Not open for further replies.
Back
Top