Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Try booting without cache ( hit the spacebar and select it from the drop down) Reboot to normal and see it audio works. Need to verify cache is working. Clover patch on-the fly won't work unless cache is working properly.
  2. El Capitan Guide Specifications: Processor : Intel Core i7-5600U Processor (4M Cache, 2.60 GHz) Graphics Processor(GPU) : Intel Integrated HD Graphics 5500 Chipset : Intel 5th Generation Wildcat Point LP chipset Storage : Samsung PM851 256GB mSata-SSD RAM : 16GB DDR3L 1600 MHz DIMMS Wifi : Intel Wireless Gigabit Ethernet 802.11AC (M.2, 7265AC), Bluetooth 4.0 LE LAN : Intel I218-LM3 PCI-E Gigabit Ethernet Adapter Audio : Realtek High Definition Audio ALC293 (ALC3235) USB 3.0 : Intel Wildcat Point-Lp - USB 3.0 xHCI Controller Touchpad : Alps Multi-touch Touchpad v8 Hardware Webcam : USB3.0 UVC HD WebCam Card reader : O2 Micro OZ777xxx/OZ62 PCI-E Card Reader Monitor : 35.5cm (14) FHD (1920x1080) Anti Glare (16:9) WLED, 300 nits, Magnesium LCD back Battery : 3Cells 40 Whr Lithium Polymer battery with ExpressCharge Interface : 1 x Microphone/Headphone Combo jack 1 x Mini DisplayPort for external monitor 3 x USB 3.0 port(s) 1 x RJ45 LAN Jack for LAN insert 1 x HDMI Working: Graphics with Acceleration Audio with patched AppleHDA Bluetooth /Wireless (Replaced with DW1560) HDMI Audio/Video mini Display Port LAN USB3.0 Webcam Battery Fn Hotkeys SD Card reader Alps Touchpad / Trackstick Sleep, Processor P&C-States with Native power management Not working: Finger Sensor, smart card reader if you have one Prerequisite: Set DVMT to 96MB (0x3) Source => FireWolf's guide. Steps to change the DVMT value (Done on Windows or WinPE) 1) to backup the BIOS (DellInc.-A10.rom): Universal BIOS Backup ToolKit 2.0.exe.zip At time of writing - BIOS version E7450 A10 2) UEFITool.exe to find the module labeled SetupPrep and extract the PE32 image section (setup.bin) Update: For Dell Only: Search with this GUID then extracting the PE32 body under it would be faster /easier than finding the module per guide 899407d7-99fe-43d8-9a21-79ec328cac21 3) Universal IFR Extractor.exe to extract setup.bin to a readable text file 4) Use notepad to search for "DVMT" in the text file, 2 were found at 0x15b and 0x15c Both with value of 0x1 and need to be set to 0x3 5) Format a USB drive to fat32 and create a folder name EFI (SD Card works too) 6) Download the EFI Shell and extract the Boot folder to EFI folder i.e.. /EFI/Boot/bootx64.efi 7) Boot system with the USB and select UEFI Boot At the grub prompt, enter these commands, hit enter after each command, then exit and reboot setup_var 0x15b 0x3 setup_var 0x15c 0x3 To verify, just enter setup_var 0x15b and hit enter, the value will be listed Note: Settings retained even after BIOS update and no need to rerun again But will reset if you select Restore Settings in BIOS!!! /!\ New Development: If you don't want to mod the BIOS as it might be difficult for some models, you could skip this step by adding 2 new kexts to /EFI/Clover/kexts/Other Lilu.kext & Whatevergreen Installation: See here with Bootpack Post Install: Enable Brightness Control and Trackstick Scrolling Trackstick Scrolling Download and Install Karabiner Launch Karabiner/Preferences/Change key/Point Devices/CursorMove to ScrollWheel Enable MiddleClick+CursorMove to Scrollwheel Brightness Control Launch Karabiner/Preferences/Misc & Uninstall Under Custom Setting, click Open private.xml Replace file with the attached -> private.xml.zip Go back to Change Key Tab and select 'Reload XML' The new custom file will show on the very top call 'Remap Brightness Key' & 'Remap Volumes Key' Place the check marks there. Now Hit F11 & F12 for Brightness, hit F1, F2, & F3 for Volumes Control (Keyboards with same/similar layout will work with custom xml above too) Note1: Personally use SmartScroll for Trackstick scrolling with Inertia. Don't really use Touchpad, 2 fingers scrolling and tap and drag does work. Note2: Please use this beta version of ssdPRGen.sh for Broadwell system Credits: FireWolf, Joe82, EmlyDinEsh, Bronxteck, Hervé, Rehabman, Piker-Alpha, Sontrg, toleda, Dr. Hurt, Clover Team, ...anyone involved with getting Broadwell supported
  3. com.apple.driver.AppleHDA (9267.0) that means it's loaded, you won't see Apple_ALC292 in kextstat. Did you use the clover-on-the-fly patches included in Robert's boot files? Are you not getting audio? Does it not show in preferences?
  4. Here's a manual process to create the bootable USB. Then follow the rest patel4prez's guide
  5. run this defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder
  6. Check 'Wake Reason' in system log when that happens.
  7. Troubleshooting Clover rebooting early If you encounter any of the bullet below and rebooted, make sure that your 1 DIMM be on slot A. OsxAptioFixDrv: Starting overrides for System\Library\CoreServices\boot.efi Using reloc block: yes, hibernate wake: no +++++++++++++++++++++++++++++++++++++++++++++++ OsxAptioFixDrv: Starting overrides for System\Library\CoreServices\boot.efi Using reloc block: yes, hibernate wake: no Error allocating 0x#### pages at 0x####... alloc type 2 Error loading kernel cache (0x9) Boot failed, sleeping for 10 seconds before exiting... OsxAptioFixDrv: Starting overrides for System\Library\CoreServices\boot.efi Using reloc block: yes, hibernate wake: no Error allocating 0x#### pages at 0x####... alloc type 2 Could not allocate runtime area Boot failed, sleeping for 10 seconds before exiting... Core Storage 1) From terminal, enter diskutil list. Note the virtual drive in red. >diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 2: Apple_CoreStorage Macintosh SSD 63.5 GB disk0s2 3: Apple_Boot Recovery HD 650.0 MB disk0s3 /dev/disk1 (internal, virtual): #: TYPE NAME SIZE IDENTIFIER 0: Apple_HFS Macintosh SSD +63.1 GB disk1 Logical Volume on disk0s2 75DADC16-4B7F-4C7D-9660-10A1C2A9FC02 Unencrypted 2) From terminal, run diskutil cs revert /dev/disk1 3) Reboot with USB Installer and select the Installed drive 4) Continue with 3. POST-INSTALLATION Credits to peluko iMessage and FaceTime https://github.com/camielverdult/Ramblings-of-a-hackintosher-High-Sierra/blob/master/iMessage.md
  8. Clover Bootpacks I'll be adding more bootpacks when I have them confirmed working by members of this forum... Don't forget to check the Update section below (post #4) for updated files and information!!! Note: Sierra bootpacks already have the updated files listed in post #4 Note: Bootpack (EFI) consists of combining the Generic EFI + the model you're downloading!!! Instruction: 1) Download the Generic EFI folder. Generic EFI Folder EFI_v5119.zip 2) Download model below and add the contents into the Generic /EFI/Clover <- folder Latitude UEFI Only - GUID Scheme - Kabylake (OS X 10.12.6 and Up)- (See Note2 below) Mojave 7480_Mojave.zip For Optimus models, add to /EFI/Clover/ACPI/Patched DisableDiscreteGraphics.zip Sierra / High Sierra 5480_HD620_v1.6.4_HS.zip 5480_HD630-Optimus_HS.zip (BIOS 1.9.3) - Skylake (OS X 10.11.4 and Up)- (See Note2 below) El Capitan E7x70.zip - latest Sierra / High Sierra bootpack here Sierra 5480_BIOSv1.5.2.zip E5470_1.17.3_HS.zip High Sierra E5470_1.18.6_HS.zip - Broadwell - (See Note2 below) El Capitan E7450_update.zip - latest Sierra /High Sierra bootpack here E5450_HD5500.zip E5550.zip Sierra E5550_A15.zip E5550_A15_Disable_GT820M.zip E5450_HD5500_A15.zip 3450_A13.zip High Sierra E5450_HS_A19.zip - Haswell El Capitan E7440.zip E6540.zip E5540.zip E5450_HD4400.zip 3550.zip 3540.zip 3440.zip 3340.zip Sierra E7440_A20.zip E6540_Optimus_A17.zip E6540_HD4600_Only.zip E6440_A14.zip - based off Hervé's work E5540_Sierra.zip E5440_A13.zip 3550_HD4400_A12.zip High Sierra E7440_HS.zip E6440_A14_HS E5440_A21_Disable-Nvidia.zip Mojave E6440_HD4600_Only_Mojave.zip - IvyBridge El Capitan E6230.zip - 1366x768 E6430.zip - 1600x900 and above E5530.zip - Rename Config/DSDT depending on display resolution Sierra E6530_HD4000_Only.zip 6430u_1366x768.zip - BIOS A06 See here for 6430u HiRes (1600x900) file E6430_A12.zip - check Readme.txt inside bootpack E5530_A12.zip E6330_A11.zip - check Readme.txt inside bootpack E6230_A11.zip E6230_HD3000.zip -> this has SandyBridge CPU High Sierra E6230_A11 Legacy - GUID Scheme - See Note1 below - SandyBridge El Capitan E6420.zip - 1600x900 E6x20_NVS.zip E6220.zip - 1366x768 E5420.zip Sierra E6220_A13.zip E5520_A14.zip - check Readme.txt inside bootpack E5420.zip - check Readme.txt inside bootpack E6420_HD3000_A23.zip- check Readme.txt inside ACPI/Patched folder E6420_Optimus_A23.zip - check Readme.txt inside ACPI/Patched folder E6520_Optimus_A19.zip - check Readme.txt inside ACPI/Patched folder High Sierra E6520_Disabled-NVS_HS.zip E6220_A13_HS.zip Inspiron UEFI Only - GUID Scheme - Broadwell - (See Note2 below) El Capitan 5458.zip Inspiron_5548.zip 5558_HD5500_Only.zip 5558_HD5500_DisableNvidia.zip Sierra 3543_A08.zip 5548_HD5500_Only.zip 5548_m270-Disabed_A07.zip 5558_920M-Disabled_A14.zip High Sierra 5558_920M-Disabled_A14_HS.zip - Haswell El Capitan 5558_HD4400.zip 3542.zip Sierra 3542_A12.zip High Sierra 5558_HD4400_HS.zip Precision UEFI Only - GUID Scheme - Skylake (OS X 10.11.4 and Up)- (See Note2 below) El Capitan 5510_HD530_Disabled-Nvidia.zip Sierra 5510_HD530_1.2.25.zip 7510_HD530_1.12.4.zip - (See more info here) Vostro UEFI Only - GUID Scheme - Kabylake Sierra / High Sierra Vostro_3468_Biosv01.07.00_HS.zip Vostro_3468_2.3.0_HS.zip XPS UEFI Only - GUID Scheme - Haswell Sierra / High Sierra XPS 12 9Q33_A07.zip Note1: For Exx20 (SandyBridge models), use Legacy - GUID Scheme. Not UEFI Install Clover with the following settings in 1: Prepare Bootable USB Drive step 26 above: Legacy: Install Clover in the ESP Boot Sectors Install boot0af in MBR Clover for BIOS (Legacy) booting CloverEFI 64-bits SATA BIOS Drivers, 64 bit\Recommended Drivers ApfsDriverLoader AudioDxe FSInject HFSPlus SMCHelper XhciDxe Themes (Optional) Install Clover Preference Pane (Optional - only available on installed disk, not installer) Note2: Systems with Broadwell / Skylake / Kabylake CPU such as Latitude E7450 and Inspiron 5548, you'll need to set the DVMT prealloc to 96MB in order to bypass KP and to enable full graphics with full QE/CI. For more info, see here. /!\ New Development: If you don't want to mod the BIOS as it might be difficult for some models, you could skip this step by adding 2 new kexts to /EFI/Clover/kexts/Other Lilu.kext & Whatevergreen Notes3: To prevent artifacts with HD 4000, the following models should not exceed BIOS A11. Downgrade to A02/A03 and then upgrade to A11 if it has exceeded: E6x30, E5x30 Latitude 6430U should stay at A06 Fix can be found here, no longer need to use old BIOS
  9. Dell Latitude/Inspiron/Precision/Vostro/XPS - Clover Guide Up to Sierra Only High Sierra Guide below Mojave Guide Catalina Guide Warning: Follow guide at your own risk, I hold no responsibility if you brick your system or destroy all data during the process. If you're creating the installer from a real Mac, make sure you don't accidentally select the real Mac drive when installing Clover loader. It may cause your Mac to not boot again. You've been warned! BIOS: Set to Default, apply, then set SATA Operations to AHCI, set Boot List Option to UEFI Disable Secure Boot, Disable Wake on LAN/WWAN/WLAN, Disable TPM (optional) Enable Legacy Options ROMs for Broadwell system and below Requirements: 1. A downloaded OS X El Capitan / Sierra Application from the Mac App Store 2. USB flash drive (16GB minimum) 3. Clover Configurator (Included in Hack_Tools attached below - might not be the latest) 4. Clover Loader 5. ShowHiddenFiles.app (Included in Hack_Tools attached below) 6. A system running OS X to create the USB Installer 7. A supported Wireless card, Intel wireless are NOT supported Overview 1. Prepare a Bootable USB Drive (8GB minimum) 2. Install OS X El Capitan / Sierra 3. Post Installation 1: Prepare Bootable USB Drive This step extracts the OS X Installer contents, then installs Clover bootloader to the USB stick. 1. Insert the USB drive on a running OS X system 2. Open /Applications/Utilities/Disk Utility 3. Highlight the USB drive in left column 4. Click on the Partition tab 5. Click Current and choose 1 Partition 6. Click Options... 7. Choose GUID Partition Table 8. Under Name: type USB (You can rename it later) 9. Under Format: choose Mac OS Extended (Journaled) 10. Click Apply then Partition 11. Go to Applications, right click on Install OS X El Capitan / Sierra =>Show Package Contents=>Contents=> SharedSupport 12. Mount InstallESD.dmg 13. Launch ShowHiddenFiles and select Show Special Files ( app attached at the end of guide) 14. Mount BaseSystem.dmg (hidden) from OS X Install ESD 15. Use Disk Utility to restore OS X Base System to USB (see image below) 16. After restore is complete, USB is now renamed to OS X Base System. Go ahead and rename it to Install OS X El Capitan 17. Go to Install OS X El Capitan/ Sierra=>System=>Installation and delete the alias Packages 18. Copy Packages from root of OS X Install ESD to Install OS X El Capitan/Sierra=>System=>Installation 19. Copy BaseSystem.dmg and BaseSystem.chunklist (hidden files) from OS X Install ESD to root of Install OS X El Capitan/Sierra 20. Launch ShowHiddenFiles and select Hide Special Files 21. Download Clover 22. Launch Clover package installer 23. Hit Continue, Continue, Change Install Location... 25. Choose Install OS X El Capitan/Sierra 26. Hit Continue, then hit Customize. Select these items: Install for UEFI booting only Install Clover in the ESP UEFI Drivers\Recommended Drivers ApfsDriverLoader AptioMemoryFix AudioDxe DataHubDxe FSInject HFSPlus SMCHelper (leave off if you have VirtualSMC.kext in bootpack) Additional drivers PartitionDxe Themes (Optional) Note: For non UEFI BIOS, see Note1 of post #2 27. Click Install 28. After installation of Clover, the hidden EFI Partition will appear on the Desktop 29. Download the Generic EFI + Bootpack for your model in post #2, replace the contents to the root of the EFI partition, replacing the existing folders ( Boot and Clover folders - not merge) Note: Make sure to check the Update section in Post #4 for updated file if any 30. You are now ready to install OS X El Capitan/Sierra Note: Make a directory in the USB Installer and copy Hack_Tools, Clover package and EFI folder to it for easy access in Step 3 2: Install OS X El Capitan/Sierra 1. Turn on the computer with the USB Installer connected 2. Press F2 to configure the BIOS Sata Operaton -> AHCI Secure Boot -> Disabled Boot List Option -> UEFI. Enable Legacy Option ROMs (Disabled for Skylake and above) Apply and Exit 3. Hit F12 during boot, choose under UEFI Boot: 4. When Clover boot screen appears, choose Install OS X El Capitan/Sierra 5. The system will then boot into the OS X Installer 6. Choose your language and hit -> to continue 7. For a new installation of OS X, you MUST erase and format the destination drive according to the following steps before continuing. *If you are upgrading from Lion, Mountain Lion, Mavericks, or Yosemite and you want to keep your files and apps, skip steps a-i. a. From the menu bar, click Utilities -> Choose Disk Utility b. Highlight your target hard drive for the El Capitan installation in left column. c. Click Erase tab d. Under Scheme: GUID Partition Map e. Under Name: type Macintosh SSD (You can rename it later) f. Under Format: choose Mac OS Extended (Journaled) g. Click Erase h. Click on Partition Tab to add more partition if you prefer i. Close Disk Utility 8. Click Continue, Continue, Agree 9. Select Macintosh SSD, or name of your existing drive, where you want to install El Capitan and click Continue 10. Upon completion, system will restart 11. Press the F12 to choose boot device 12. Choose under UEFI Boot: 13. When Clover boot screen appears, choose Macintosh SSD or name of your existing drive The system will boot into the new drive, and complete the installation: 14. Launch the terminal and enter the following command diskutil list Note: If you see the following, then follow steps in Post #3 Under Core Storage before proceeding /dev/disk1 (internal, virtual): 3: Post-Installation Install Clover loader to Macintosh SSD 1. Launch Clover package installer 2. Hit Continue, Continue, Change Install Location... 3. Choose Macintosh SSD 4. Hit Continue, then hit Customize. Select these items: Install for UEFI booting only Install Clover in the ESP UEFI Drivers\Recommended Drivers ApfsDriverLoader AptioMemoryFix AudioDxe DataHubDxe FSInject HFSPlus SMCHelper (leave off if you have VirtualSMC.kext in bootpack) Additional drivers PartitionDxe Themes (Optional) Install Clover Preference Pane (Optional) Note: For non UEFI BIOS, see Note1 of post #2 5. Launch ESP Mounter Pro, select the disk you have OS X installed on (ie. disk0s1) - app in Hack_Tools 6. Copy the EFI folder from the USB installer to EFI partition of Macintosh SSD (replace not merge) 7. Copy kexts from /EFI/Clover/Kexts/Other/CopytoLE to /Library/Extensions of Macintosh SSD Note: Ignore warning/error messages and click OK, then run commands below. 8. Repair permission and rebuild cache. Run command from terminal (or run permission.sh found in Hack_Tools) sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / 9. Go to System Preferences Enable Clicking for Trackpad Allow apps downloaded from: Anywhere for Security & Privacy (optional) Note: For Sierra and up, run this in terminal instead: sudo spctl --master-disable 10. Generate own SMBios and SSDT.aml (For Haswell and up, you can enable PluginType in Config instead) Launch /EFI/Clover/Config.plist with Clover Configurator (Included in Hack_Tools attached below) On the left, click on SMBIOS Click on the Up/Down arrow on the right Select the model most suited for your system or use same model included in bootpack, generate a new serial Close Clover Config and save the file. Execute ssdtPRGen.sh from terminal (Included in Hack_Tools attached below) Place generated SSDT.aml in /EFI/Clover/ACPI/Patched Please use beta version of ssdPRGen.sh to generate SSDT.aml for newer system 11. Make sure to disable hibernation as it's a prerequisite to get sleep & wake to work properly on a Hackintosh: sudo pmset hibernatemode 0 sudo rm -f /var/vm/sleepimage sudo pmset hibernatefile /dev/null 12. Congratulations! You are done! Hack_Tools.zip When posting for HELP, please include full system specs and attach debug files. If you're not able to start the installer, then attach the Clover folder and include screenshot(s) of the error / KP by booting with verbose + debug 0x100 mode Credits: All apps, kexts and DSDT patches used in creating this guide go to the developers that created them. I take no credit other than putting this guide and bootpacks together.
  10. If you're using your files as in your Chameleon Enoch post, then you need to remove NullCPU...
  11. Looks like the way DiskMaker create the USB, the files are hidden. Either use a program call ShowAllFiles.app or from that directory above, click on Go->Go to Folder and enter System. There you should be able to see Library and then Extensions.
  12. Download this. Run it in the terminal. It'll create an SSDT.aml on the desktop. Copy it to Clover/ACPI/Patched
  13. Assuming the script didn't run successfully, you can do this manually. Go to your USB installer/System/Library/Extensions, remove the following files: AppleACPIPlatform.kext IOPlatformPluginFamily.kext AppleIntelHDGraphics.kext - if you have the Intel graphics AppleIntelHDGraphicsFB.kext - if you have the intel graphics Copy the entire Extra folder to USB Installer root Fix permission: assuming your USB Installer is E6410Y, otherwise rename accordingly sudo chown -R 0:0 /Volumes/E6410Y/Extra sudo chmod -R 755 /Volumes/E6410Y/Extra sudo chown -R 0:0 /Volumes/E6410Y/System/Library/Extensions sudo chmod -R 755 /Volumes/E6410Y/System/Library/Extensions
  14. It's described step-by-step in his guide
  15. The guide is for model with nvidia graphics only. The Intel graphics is not supported or only partially supported, meaning no fully QE/CI. To complete the installation, you need to delete the intel graphics kexts: AppleIntelHDGraphics* For partial support, see here.
  16. For boot glitch <dict> <key>Comment</key> <string>SecondStagePatch 10.11</string> <key>Find</key> <data> AQAAdRc= </data> <key>Name</key> <string>IOGraphicsFamily</string> <key>Replace</key> <data> AQAAdBc= </data> </dict> Is the power button still flashing? Have you try generating a new SSDT?
  17. What Bronxteck meant is to try OsxAptioFix2Drv-64.efi or OsxAptioFixDrv-64, not both at the same time.
  18. I modded the Vostro Battery patch, it should work. I just need to clean it up little if anyone is interested. Update: Never mind, Rehabman has updated and include the battery patch for 5548 by Resset
  19. Disable 'NewWay' and 'FixRegions' in Clover Config file if they are there.
  20. @polyzargone Your usb-injector for E5520 also works on the E6420/E6220!
  21. Open file with plist editor, textedit or Xcode to add the above strings.
  22. In case you're still haven't figure it out. Here's the patch to add for MBP8,2 Add it to your config file under KextToPatch. It's untested, so let me know if it works after you switch your SMBIOS to MBP8,2 <dict> <key>Comment</key> <string>DW1520 Whitelist Patch (MBP8,2)</string> <key>Find</key> <data> TWFjLTJFNkZBQjk2NTY2RkU1OEM= </data> <key>Name</key> <string>AirPortBrcm4360</string> <key>Replace</key> <data> TWFjLTk0MjQ1QTM5NDBDOTFDODA= </data> </dict>
  23. It's in the guide, see step 6. It's a little out dated for El capitan though.
  24. LOL, I had spend the last 2 hours trying to create the battery patch for this model. Glad you got it sorted out.
×
×
  • Create New...