Contribute
Register

Help: DELL 14R 5437 install Mac os x 10.9

Status
Not open for further replies.
Joined
Aug 15, 2014
Messages
18
Motherboard
DELL 14R 5437(5528)
CPU
Intel i5-4200U 1.6G
Graphics
Intel HD 4400/NVIDIA GeForce GT 740M 1366*768
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I'm going to install the Mac os x 10.9.4 on my DELL 5437 laptop, first, i want prepare a config.plist for clover.
My hardware information as following, please help to correct the config.plist file, thanks.
finaly, i will share this config.plist and installation guide to all dell 5437 users.

Hardware information:
CPU:
Vendor Intel Corporation
name IMobile DualCore Intel Core i5-4200U, 1600 MHz
intenal name Haswell-ULT
socket 1168 Ball BGA



Motherboard:
board ID <DMI>
board name Dell Inspiron 5437

board vendor:
vender name Dell Computer Corporation

NB:
Intel Haswell-ULT IMC
version 09
vendor Intel Corporation
SB:
Intel Lynx Point-LP

High Definition Audio
Audio Realtek ALC283

Display:
Intel HD Graphics 4400
nVIDIA GeForce GT 740M
1366*768
Storage:
Intel(R) 8 Series Chipset Family SATA AHCI Controller
HDD: WDC WD5000LPVX-75V0TT0
SDD: Samsung SSD 840 EVO 120GB

Devices:
Intel Haswell-ULT - Host Bridge/DRAM Controller [C-0]
Intel Haswell-ULT GT2 - Integrated Graphics Controller [C-0]
Intel Lynx Point-LP (Premium) - LPC Controller
Intel Lynx Point-LP PCH - High Definition Audio Controller
Intel Lynx Point-LP PCH - Host Embedded Controller Interface 1 (HECI1)
Intel Lynx Point-LP PCH - PCI Express Root Port 1
Intel Lynx Point-LP PCH - PCI Express Root Port 3
Intel Lynx Point-LP PCH - PCI Express Root Port 4
Intel Lynx Point-LP PCH - PCI Express Root Port 5
Intel Lynx Point-LP PCH - SATA AHCI Controller
Intel Lynx Point-LP PCH - SMBus Controller
Intel Lynx Point-LP PCH - USB 2.0 EHCI Host Controller 1
Intel Lynx Point-LP PCH - USB 3.0 xHCI Host Controller
Intel Wireless-N 7260 BGN 2x2 HMC WiFi Adapter
nVIDIA GeForce GT 740M (Dell) Video Adapter
Realtek RTL8139/810x Fast Ethernet Adapter

Config.plist file:
HTML:
<?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>Debug</key>
   <false/>
   <key>DropOEM_DSM</key>
   <false/>
   <key>ReuseFFFF</key>
   <false/>
  </dict>
  <key>DropTables</key>
  <array>
   <dict>
    <key>Signature</key>
    <string>DMAR</string>
   </dict>
   <dict>
    <key>Signature</key>
    <string>SSDT</string>
    <key>TableId</key>
    <string>CpuPm</string>
   </dict>
   <dict>
    <key>Signature</key>
    <string>SSDT</string>
    <key>TableId</key>
    <string>Cpu0Ist</string>
   </dict>
   <dict>
    <key>Signature</key>
    <string>SSDT</string>
    <key>TableId</key>
    <string>Cpu0Cst</string>
   </dict>
   <dict>
    <key>Signature</key>
    <string>SSDT</string>
    <key>TableId</key>
    <string>ApCst</string>
   </dict>
   <dict>
    <key>Signature</key>
    <string>SSDT</string>
    <key>TableId</key>
    <string>ApIst</string>
   </dict>
  </array>
  <key>SSDT</key>
  <dict>
   <key>DropOem</key>
   <false/>
   <key>Generate</key>
   <dict>
    <key>CStates</key>
    <true/>
    <key>PStates</key>
    <true/>
   </dict>
  </dict>
 </dict>
 <key>Boot</key>
 <dict>
  <key>Arguments</key>
  <string>-gux_defer_usb2 -kext-dev-mode=1</string>
  <key>Legacy</key>
  <string>LegacyBiosDefault</string>
  <key>Log</key>
  <false/>
  <key>NeverHibernate</key>
  <true/>
  <key>Secure</key>
  <false/>
  <key>Timeout</key>
  <integer>5</integer>
  <key>XMPDetection</key>
  <string>Yes</string>
 </dict>
 <key>Devices</key>
 <dict>
  <key>USB</key>
  <dict>
   <key>FixOwnership</key>
   <false/>
   <key>Inject</key>
   <false/>
  </dict>
  <key>UseIntelHDMI</key>
  <false/>
 </dict>
 <key>DisableDrivers</key>
 <array>
  <string>VBoxHfs</string>
 </array>
 <key>GUI</key>
 <dict>
  <key>Custom</key>
  <dict>
   <key>Entries</key>
   <array>
    <dict>
     <key>Disabled</key>
     <true/>
     <key>FullTitle</key>
     <string>UEFI Internal</string>
     <key>Hidden</key>
     <false/>
     <key>Type</key>
     <string>Other</string>
    </dict>
   </array>
  </dict>
  <key>Mouse</key>
  <dict>
   <key>Enabled</key>
   <false/>
  </dict>
  <key>Scan</key>
  <dict>
   <key>Entries</key>
   <true/>
   <key>Legacy</key>
   <false/>
   <key>Tool</key>
   <false/>
  </dict>
  <key>Theme</key>
  <string>Mavs Style</string>
 </dict>
 <key>Graphics</key>
 <dict>
  <key>DualLink</key>
  <integer>0</integer>
  <key>Inject</key>
  <dict>
   <key>ATI</key>
   <false/>
   <key>Intel</key>
   <true/>
   <key>NVidia</key>
   <false/>
  </dict>
  <key>ig-platform-id</key>
  <string>0x0a260006</string>
 </dict>
 <key>KernelAndKextPatches</key>
 <dict>
  <key>AppleRTC</key>
  <true/>
  <key>KernelPm</key>
  <true/>
 </dict>
 <key>SMBIOS</key>
 <dict>
  <key>BiosReleaseDate</key>
  <string>10/18/13</string>
  <key>BiosVendor</key>
  <string>Apple Computer, Inc.</string>
  <key>BiosVersion</key>
  <string>MBP112.88Z.0138.B02.1310181745</string>
  <key>Board-ID</key>
  <string>Mac-3CBD00234E554E41</string>
  <key>BoardManufacturer</key>
  <string>Apple Computer, Inc.</string>
  <key>BoardType</key>
  <integer>10</integer>
  <key>ChassisAssetTag</key>
  <string>MacBook-Aluminum</string>
  <key>ChassisManufacturer</key>
  <string>Apple Computer, Inc.</string>
  <key>ChassisType</key>
  <integer>8</integer>
  <key>Family</key>
  <string>MacBook Pro</string>
  <key>Manufacturer</key>
  <string>Apple Computer, Inc.</string>
  <key>Mobile</key>
  <true/>
  <key>ProductName</key>
  <string>MacBookPro11,2</string>
  <key>SerialNumber</key>
  <string>C02KJY7YFD56</string>
  <key>Trust</key>
  <false/>
  <key>Version</key>
  <string>1.0</string>
 </dict>
 <key>SystemParameters</key>
 <dict>
  <key>InjectKexts</key>
  <string>Detect</string>
 </dict>
</dict>
</plist>
 
Last edited:
Yes, I had read it, now I study how to make a configuration.plist for my laptop, and start to install.
i am worry about my cpu, because while I try to install OS X 19.9.2 from virtual box under windows, and I met a problem, I had to change Cpuid to avoid it.

Installing in a VM is not supported here. This site is for bare-metal installs only.
 
Installing in a VM is not supported here. This site is for bare-metal installs only.
Yes, I know that, before bare metal install, I want to make some practice with VM.
And now I started to bare metal install.
thanks.
 
Yes, I know that, before bare metal install, I want to make some practice with VM.
And now I started to bare metal install.
thanks.

"Practice" with a VM is pointless since the hardware is emulated and has virtually nothing in common with the real hardware.
 
Status
Not open for further replies.
Back
Top