mlacerda Posted October 15, 2015 Share Posted October 15, 2015 Im trying to install Yosemite with clover im my laptop Acer 1830T-6478My specs:Intel I3 380UM ArrandaleIntel HD Graphics3GbThe 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 More sharing options...
Moderators Jake Lo Posted October 16, 2015 Moderators Share Posted October 16, 2015 Have you check your BIOS? Make sure you have AHCI enable and XD CPU enable if they exist in your BIOS. Also disable VT-d. What loader are you trying? Chameleon or Clover? Link to comment Share on other sites More sharing options...
mlacerda Posted October 16, 2015 Author Share Posted October 16, 2015 Im using Clover. I think my setup is correct. AHCI is enable. XD CPU dont exist in my BIOS Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 16, 2015 Moderators Share Posted October 16, 2015 Make sure you have fakeSMC in /Clover/Kexts/10.11 and BooterConfig/CsrActiveConfig are enable with 0x28/0x67 in Config.plist respectively. Link to comment Share on other sites More sharing options...
mlacerda Posted October 16, 2015 Author Share Posted October 16, 2015 fakeSMC is correct. The other configuration (CsrActiveConfig) i dont know. Where do I accomplish this configuration ? Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted October 16, 2015 Administrators Share Posted October 16, 2015 <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 More sharing options...
mlacerda Posted October 16, 2015 Author Share Posted October 16, 2015 This is my config.plist. I cant find RtVariables there. Should I add these parameters in " <key> Boot < / key >" ? config.plist.txt Link to comment Share on other sites More sharing options...
Administrators Bronxteck Posted October 16, 2015 Administrators Share Posted October 16, 2015 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 More sharing options...
mlacerda Posted October 16, 2015 Author Share Posted October 16, 2015 I will try and report after.. Tks Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted October 17, 2015 Moderators Share Posted October 17, 2015 Enable DEP in BIOS Link to comment Share on other sites More sharing options...
Recommended Posts