Jump to content

E6320 on High Sierra


xeroendo
 Share

18 posts in this topic

Recommended Posts

I have a Dell Latitude E6320 that I finally got to take High Sierra, took me a long time to find the right combo that works, but I was able to get it to boot up and work right. That said, I do have a lot of issues. No sound, no keyboard or trackpad being the biggest.  I followed the guide here but substituted with High Sierra instead. 

http://www.insanelymac.com/forum/topic/315493-guide-run-macos-sierra-on-a-dell-latitude-e6320/ 

But up to part 14 is where I go. When I run sudo diskutil corestorage revert disk0 I get disk0 is not a CoreStorage logic volume. From then on, I do the clover install and it just breaks booting all together and I have to reinstall from scratch. I can't find anything on here regarding High Sierra with E6320 and these issues. If anyone can point me in the right direction on how to get everything working I would really appreciate it. 

 

This is my first post so if there's something I did incorrect I would also appreciate that.

 

Please let me know if there is any other info you might need.

 

Thanks!

 

 

Link to comment
Share on other sites

That means my config.plist right? Sorry, kinda new to this. If so, here it is.

 

<?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>#DropOEM_DSM</key>
<dict>
<key>ATI</key>
<true/>
<key>Firewire</key>
<true/>
<key>HDA</key>
<true/>
<key>HDMI</key>
<true/>
<key>IDE</key>
<true/>
<key>IntelGFX</key>
<true/>
<key>LAN</key>
<true/>
<key>LPC</key>
<false/>
<key>NVidia</key>
<true/>
<key>SATA</key>
<true/>
<key>SmBUS</key>
<false/>
<key>USB</key>
<true/>
<key>WIFI</key>
<true/>
</dict>
<key>Debug</key>
<false/>
<key>Fixes</key>
<dict>
<key>AddDTGP</key>
<true/>
<key>AddHDMI</key>
<false/>
<key>AddIMEI</key>
<false/>
<key>AddMCHC</key>
<false/>
<key>AddPNLF</key>
<false/>
<key>DeleteUnused</key>
<false/>
<key>FakeLPC</key>
<false/>
<key>FixACST</key>
<false/>
<key>FixADP1</key>
<false/>
<key>FixAirport</key>
<false/>
<key>FixDarwin</key>
<false/>
<key>FixDarwin7</key>
<false/>
<key>FixDisplay</key>
<false/>
<key>FixFirewire</key>
<false/>
<key>FixHDA</key>
<true/>
<key>FixHPET</key>
<true/>
<key>FixHeaders</key>
<false/>
<key>FixIDE</key>
<false/>
<key>FixIPIC</key>
<true/>
<key>FixIntelGfx</key>
<false/>
<key>FixLAN</key>
<false/>
<key>FixMutex</key>
<false/>
<key>FixRTC</key>
<false/>
<key>FixRegions</key>
<false/>
<key>FixS3D</key>
<false/>
<key>FixSATA</key>
<false/>
<key>FixSBUS</key>
<false/>
<key>FixShutdown</key>
<false/>
<key>FixTMR</key>
<false/>
<key>FixUSB</key>
<true/>
<key>FixWAK</key>
<false/>
</dict>
<key>Name</key>
<string>DSDT.aml</string>
<key>ReuseFFFF</key>
<false/>
</dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>MATS</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>Cpu0Ist</string>
</dict>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>CpuPm</string>
</dict>
</array>
<key>HaltEnabler</key>
<false/>
<key>SSDT</key>
<dict>
<key>DropOem</key>
<false/>
<key>Generate</key>
<dict>
<key>APLF</key>
<true/>
<key>APSN</key>
<true/>
<key>CStates</key>
<false/>
<key>PStates</key>
<false/>
<key>PluginType</key>
<true/>
</dict>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>dart=0</string>
<key>Debug</key>
<true/>
<key>DefaultVolume</key>
<string>macOS</string>
<key>Legacy</key>
<string>PBR</string>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>3</integer>
<key>XMPDetection</key>
<false/>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<string>3</string>
</dict>
<key>FakeID</key>
<dict>
<key>ATI</key>
<string>0x0</string>
<key>IMEI</key>
<string>0x0</string>
<key>IntelGFX</key>
<string>0x01268086</string>
<key>LAN</key>
<string>0x0</string>
<key>NVidia</key>
<string>0x0</string>
<key>SATA</key>
<string>0x0</string>
<key>WIFI</key>
<string>0x0</string>
<key>XHCI</key>
<string>0x0</string>
</dict>
<key>USB</key>
<dict>
<key>AddClockID</key>
<true/>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>
<key>UseIntelHDMI</key>
<false/>
</dict>
<key>DisableDrivers</key>
<array>
<string>VBoxHfs</string>
</array>
<key>GUI</key>
<dict>
<key>Hide</key>
<array>
<string>Windows</string>
<string>BOOTX64.EFI</string>
</array>
<key>Language</key>
<string>en:0</string>
<key>Mouse</key>
<dict>
<key>Enabled</key>
<true/>
<key>Speed</key>
<integer>8</integer>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<string>First</string>
<key>Tool</key>
<true/>
</dict>
<key>ScreenResolution</key>
<string>1920x1080</string>
<key>Theme</key>
<string>tonymacx86</string>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>#FakeCPUID</key>
<string>0x010676</string>
<key>AppleIntelCPUPM</key>
<true/>
<key>AppleRTC</key>
<true/>
<key>KernelCpu</key>
<false/>
<key>KernelLapic</key>
<false/>
<key>KernelPm</key>
<true/>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>External icons patch</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
RXh0ZXJuYWw=
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleAHCIPort</string>
<key>Replace</key>
<data>
SW50ZXJuYWw=
</data>
</dict>
<dict>
<key>Comment</key>
<string>Second Stage Boot1</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
hcB0XUg=
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>
McB0W0g=
</data>
</dict>
<dict>
<key>Comment</key>
<string>Second Stage Boot2</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
QYjE6wM=
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>IOGraphicsFamily</string>
<key>Replace</key>
<data>
QYjE6yM=
</data>
</dict>
<dict>
<key>Comment</key>
<string>Expect 2 matches</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
hBnUEQ==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
AAAAAA==
</data>
</dict>
<dict>
<key>Comment</key>
<string>10.10-SNB-Port _0x5-DP2HDMI</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AgUAAAAEAAAHAAAA
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleIntelSNBGraphicsFB</string>
<key>Replace</key>
<data>
AgUAAAAIAAAGAAAA
</data>
</dict>
<dict>
<key>Comment</key>
<string>Expect 2 matches</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
ixnUEQ==
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleHDA</string>
<key>Replace</key>
<data>
53YdEQ==
</data>
</dict>
<dict>
<key>Comment</key>
<string>10.10-SNB-Port _0x6-DP2HDMI</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AwQAAAAEAAAJAAAA
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleIntelSNBGraphicsFB</string>
<key>Replace</key>
<data>
AwQAAAAIAAAGAAAA
</data>
</dict>
</array>
</dict>
<key>RtVariables</key>
<dict>
<key>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x3</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>BiosReleaseDate</key>
<string>08/08/17</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>MBP81.88Z.004D.B00.1708080655</string>
<key>Board-ID</key>
<string>Mac-94245B3640C91C81</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>BoardSerialNumber</key>
<string>C02NQ1BIFLHHABC12</string>
<key>BoardType</key>
<integer>10</integer>
<key>BoardVersion</key>
<string>1.0</string>
<key>ChassisAssetTag</key>
<string>MacBook-Aluminum</string>
<key>ChassisManufacturer</key>
<string>Apple Inc.</string>
<key>ChassisType</key>
<string>0x0A</string>
<key>Family</key>
<string>MacBook Pro</string>
<key>FirmwareFeatures</key>
<string>0xC00DE137</string>
<key>FirmwareFeaturesMask</key>
<string>0xFF1FFF3F</string>
<key>LocationInChassis</key>
<string>Part Component</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>Mobile</key>
<true/>
<key>PlatformFeature</key>
<string>0xFFFF</string>
<key>ProductName</key>
<string>MacBookPro8,1</string>
<key>SerialNumber</key>
<string>C02NQ1BIFLHH</string>
<key>Version</key>
<string>1.0</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Yes</string>
<key>InjectSystemID</key>
<true/>
</dict>
</dict>
</plist>
Link to comment
Share on other sites

It also appears that my battery isn't being recognized. When I unplug the AC adapter, it dims to show that it's been unplugged but when it's plugged in, nothing is shown on the system preferences and I cannot enable the battery icon on the taskbar.

Link to comment
Share on other sites

try

That one worked! I'm in and have sound now. No keyboard still and battery still, but at least there's that :D

Any suggestions on what I can do to get keyboard and battery going?

Wait I got it! mostly. I downloaded a high sierra zip for E6220 and installed those kext files and it seems to have worked.

Now all I need is to boot without having the USB in. That's usually what breaks it and I have to use the recovery partition to get back on.

Link to comment
Share on other sites

:thumbsup_anim:  :thumbsup_anim:  :thumbsup_anim:

 

try this voodoops2controller version....

 

remove what's there now in efi.if it does not work, remove that and put appleps2smart .... always one at a time and restart the computer


edit....read now...work all?ok

 

now install clover on the computer .... then replace the efi of the computer with the efi of the usb

VoodooPS2Controller.kext (1).zip

ApplePS2SmartTouchPad.kext.zip

Link to comment
Share on other sites

you have something wrong ... to delete the usb and start directly from disk you have to do as written ... check also the departure of the bios...

 

remember ... once installed clover on the pc you have to replace the efi of the pc with that of the working usb

Link to comment
Share on other sites

What I did is copied the whole EFI from the usb to my drive. Then when I restarted, I fell into a boot loop. That's when I have to do a recovery, that's where I am at now. Am I doing something incorrect? Does the whole EFI folder have to be copied? Or just a certain part?

Link to comment
Share on other sites

 Share

×
×
  • Create New...