Jump to content

Acer 1830T - 6478 - Yosemite install (Problem)


mlacerda

Recommended Posts

Im trying to install Yosemite with clover im my laptop Acer 1830T-6478
My specs:

Intel I3 380UM Arrandale
Intel HD Graphics
3Gb

The laptop restart after the message "Root Device UUID is XXXXXXXXX " and does not start the installation. I read the guide (http://www.insanelym...-graphics-qeci/) but there is no reference to the boot flags to be used for my case. Can someone help me? Tks       

Link to comment
Share on other sites

  • Administrators
<key>RtVariables</key><dict>
<key>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x67</string>
<key>MLB</key>
<string></string>
<key>ROM</key>
<string></string>
</dict>

it would go under RTVariables where MLB and ROM entries are also stored if you use them

Link to comment
Share on other sites

  • Administrators

should go here

<key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<false/>
<key>AsusAICPUPM</key>
<false/>
<key>Debug</key>
<false/>
<key>KernelCpu</key>
<false/>
<key>KernelHaswellE</key>
<false/>
<key>KernelLapic</key>
<false/>
<key>KernelPm</key>
<false/>
</dict>
    <key>RtVariables</key>
    <dict>
        <key>BooterConfig</key>
        <string>0x28</string>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
    </dict>
<key>SMBIOS</key>
<dict>
<key>Trust</key>
<false/>
</dict>

after KernelAndKextPatches section and before  SMBIOS

but thats only needed for OS X 10.11

Link to comment
Share on other sites

×
×
  • Create New...