Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/11/2019 in all areas

  1. Thanks for the new commits on github! I was able to compile Clover using only github (https://github.com/CloverHackyColor/CloverBootloader), with no errors whatsoever, on a clean environment. No need to replace ebuild.sh anymore. By the way, I found using the github method a lot easier and a lot cleaner. So...thumbs up from my side.
    4 points
  2. Update from DP7 to DP8 OK on my legacy Dell XPS M1530 with non metal Tesla Geforce 8600M GT. Fixed external disk icon appearance when Catalina installed on external USB drive like below... Catalina patcher v1.1.1 already updated and working for DP8_19A558d with support for legacy non metal graphics cards, thanks to @dosdude & @ASentientBot 's latest Skylight Framework update . Note: "Install macOS Catalina Beta.app" comes in at a hefty 8.07GB download size from Apple's software catalog and the following SHA1 for BaseSystem.dmg & InstallESD.dmg... shasum /Applications/Install\ macOS\ Catalina\ Beta.app/Contents/SharedSupport/BaseSystem.dmg 217bd0b07eafc7c1f85e16ee2e178d226ff236ce shasum /Applications/Install\ macOS\ Catalina\ Beta.app/Contents/SharedSupport/InstallESD.dmg cf77e92db6e6f8773fdb279d91616d47712f8966
    4 points
  3. I've never seen as much apple change things as on this version macOS I think that announces something not good
    3 points
  4. The full-installer-app script is updated. installScript_allfullapp.zip
    3 points
  5. Hi @Badruzeus Just click on "en cliquant sur ce lien (187Mo)" at the end of the article. Or download one by one. Link to the article below New Wallpaper Beta 8
    2 points
  6. Actually, you can get it from Q6-DownloadFullApp/installScript_1015fullapp. I always update it there only.
    2 points
  7. anyone cache error issue? after update dp8, and rebuild kernel cache for audio kext, then reboot. i get error loading kernel cache 0xe. 나의 SM-N960N 의 Tapatalk에서 보냄
    2 points
  8. 2 points
  9. Looks like we'll need to wait a bit more for its release.
    2 points
  10. Version 10.15.x

    6,983 downloads

    Patched OSInstaller.framework to allow macOS 10.15 installation on MBR HFS+ partition. Please read Readme-10.15.pdf first. How to finish the Catalina installation. 1. Use EasyMBR-Installer1015 to make USB Catalina Installer. 2. Boot to USB Catalina Installer, open Utilities -> Disk Utility, format as MBR HFS+. Install Catalina to blank MBR HFS+ "Target" partition. 3. Boot to USB Catalina Installer, open Utilities -> Terminal, run the script command: copytempdata 4. Boot to "Target" MBR HFS+ partition on single user mode (-s), run the script command: hfsupdatecache 5. Reboot to "Target" MBR HFS+ partition, setup user name and login, finish the installation. Also, you need to setup Clover as BooterConfig=0x28, CsrActiveConfig=0x67 ---------------------------------------------------------------------------------------------- List of known issues: 1. Some app-pkg-installers can't install to HFS+, but install to APFS fine. ---------------------------------------------------------------------------------------------- What is this patched OSInstaller doing? 1. Pass the MBR check, allow macOS 10.15 installation on MBR partition. 2. Pass the Firmware check, bypass the error of "An error occurred while verifying firmware". 3. Pass auto-convert to APFS , "ConvertToAPFS=false" is no longer worked with 10.15. 4. This MBR-Manual-Method will never convert to APFS, and will always install as HFS+ partition. 5. This MBR-Manual-Method works with both MBR HFS+ and GPT HFS+ partition (GPT+recovery). No longer need to set new SMbiosversion, FirmwareFeatures, and FirmwareFeaturesMask with this MBR-patch. What's the difference between createinstallmedia method, MBR-Manual-Method, and MBR-Automatic-Method? As the following.... 1. createinstallmedia method, needs stage 1, stage 2 installation process, which is worked with GUID partition only, always convert to APFS format. 2. MBR-Manual-Method (same as 10.12), install via stage 2 manually, which is worked with both MBR HFS+ and GUID HFS+, will never convert the partition format. We can manually format as MBR HFS+ or GPT HFS+ on installation screen like as 10.12. We can manually select MBR HFS+ partition to install 10.13, 10.14, 10.15 on installation screen now. Needn't to update the MBR-Manual-Method files, it will still work on 10.13, 10.14, 10.15 future versions, I think so. It can be installed as Fresh installation on formated blank partition only, but can't be installed as update from previous version. 3. MBR-Automatic-Method (new for 10.13+), End of MBR and HFS+, there is no more MBR HFS+ patch available for 10.15 native OSInstaller. How to make 10.15 installer for MBR (MBR-Manual-Method)? Just use EasyMBR-Installer1015 to make installer, it works with both MBR and GPT. Read HowTo inside the dmg first, same as 10.12. Read HowTo Q/A Q4. How to patch to work with CPU SSE4.1 only for Mojave, Catalina? Read HowTo Q/A Q6. How to download the full installer app via swscan.apple.com, instead of App Store? Read HowTo Q/A Q7. How to update 10.15.x combo-update to MBR and GPT with installScript directly? And, need a SMBIOS supported with /System/Library/CoreServices/PlatformSupport.plist. Q6. How to download the full installer app via swscan.apple.com, instead of App Store? A6. Some people download installer app from App Store, and get only 18 MB size, not the complete installer app (5.68 GB). You should boot to 10.12, or 10.13 to download it again from App Store, or use script Q6-DownloadFullApp/installScript_fullapp to download the full installer app via swscan.apple.com.
    1 point
  11. Nice, me too on IvyBridge. Fred
    1 point
  12. Install Clover and Copy the EFI Partition from the Flash Drive to the macOS. You can search on google for more info
    1 point
  13. update ver 1.1p(0911) added support for the ACPI folder - the tool will compile .dsl files into .aml files if you have iasl installed, but I recommend building the .aml files yourself and placing them in the extras folder. - the tool will always check the extras folder first for ACPI files and use those if found cleaned up the swap function a bit, this makes sure that ... - the debug version of Lilu.kext is built before any other kexts - the debug version of VirtualSMC.kext is built before AsusSMC.kext (if you're using that) - Shell.efi is built last since it uses patched UDK2018 tools instead of acidanthera/audk removed the -A option, there was little need for the tool to build every resource it was aware of. I was just using that option for testing. removed the update command since it seemed redundant. The -u option will check for updates and exit if used alone. If used before the build or copy commands the tool will check for updates first.
    1 point
  14. Update to Beta 8 Catalina casing panic for Apple Intel Graphics frambuffer even after using platform ID 0x12345678 and rebuilding cache using Hackintool, had no issues with any of the previous beta upgrades, anyone else having this issue ? Seems like Apple did something system wide
    1 point
  15. Oh {censored} 8GB+ for Beta installer is ridiculous BIG..!!! #LOL Guys, can you share (7) new Desktop Pictures from Beta 8 plz? Exported as 1080p *.jpg prabably.. Thanks.
    1 point
  16. Hi, now is different. Well, I guess you modify it do do something. I hope there's no longer need as I introduced in it a way to expand or compile Clover as you need. if you create a script: ~/src/tools/Scripts/build.sh this will be used to build Clover with your own parameters. buildme send the path to Clover ($1) and the toolchain ($2). if you create a script: ~/src/tools/Scripts/postbuild.sh that script will be used to do additional things after you build Clover (e.g. adding drivers). Hope it helps (only on github atm)
    1 point
  17. The menu exists in previous crazybirdy's script version with more code. All works fine.
    1 point
  18. Thanks for this great job it's possible to reintroduce menu (regular, developer, public beta). I think i'ts more useful por users
    1 point
  19. cavoli...avevo pensato che voleva installare sul portatile...la vecchiaia
    1 point
  20. monta la efi con clover configurator e metti i kext nella cartella corrispondente al sistema che utilizzi...poi sempre con clover configurator apri il config ...sulla sinistra hai le diverse sezioni...vai se devices alla voce audio...metti i diversi layout uno alla volta e riavvia letto ora che hai fatto...ma applealc come qualita è migliore...come preferisci....per erudirti un po leggi la guida di gengik che ha in firma
    1 point
  21. Someone encounter? Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/queues.py", line 268, in _feed send(obj) IOError: [Errno 32] Broken pipe Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/queues.py", line 268, in _feed send(obj) IOError: [Errno 32] Broken pipe
    1 point
  22. @Mat glad you guys are able to keep this box up to date. the _PTS function is in the SSDT-Hack ssdt the SSDT-PNLF i provided is all you need. i may get a T460 for my son soon, so this is all good to know. on the PS2 kext. i guess you have options! use the new one if you don't care about the actual buttons. I looked at the new code and they dropped the button code I put in for T460 since many new trackpads/clickpads don't have actual buttons.
    1 point
  23. No confusion This config works for Intel HD 3000 and the GeForce 210 on Dell Optiplex 790 I just test new Framworks from AsentientBot For Mac OS Catalina See result Tomorow I will put my Geforce 210 on the PC because I iiil go to work now ➜ Patch Update here
    1 point
  24. See my post ➜ ➜ here No need to use the FAKE ID because @Sherlocks has already patched the Clover code for the Intel HD 3000 See the config I use, there is no Fake ID and its work perfect
    1 point
  25. @Slice OK but I have been running hackintosh since 10.5 and never had a OS X update write permanent code to my motherboard I also noticed that during this mojave install / experiment is that during the original 10.14.5 install that went onto a virgin disk with tonys version of clover installer... it likely used an updated Mac Pro 5,1 smbios definition but at some point and at this point I can't remember, I started using my clover config.plist from my el cap installation as that has been working rock steady since its install.... but that has an older smbios definition for Mac Pro 5,1 IE not the required firmware versions that apple requires for mojave thus during the install of the 10.14.6 update, does the apple update itself contain or attempt to do the firmware updates ? I always thought that firmware updates were separate and had to be done stand alone? But again I have read a couple threads where something similar has happened with recent clovers were a motherboard becomes unbootiable but I can't find it again... a couple weeks so far of 3-4am nights trying different combinations and I am getting lost in my work not remembering what was doing what so the differences in the mechanics of the different versions of memory fix relate to how slide is calculated etc? what is the best way to test to see if the chosen memoryfix is working correctly from what I have read I think that I am experiencing some symptoms of not having the right version occasionally not waking from sleep, using a natively supported GPU vega 56, black screen with a frozen system behind it occasionally on startup, getting the stop sign nvram using rc.scripts and clover driver is holding my testvar but occasionally asking me to reactivate iCloud services even though nvram does not appear to be changing thoughts? its really pissing me off that I can't find a way to un-brick the UEFI boot menu of my board and clear this 'MAC OS X' entry/header that my OS X UEFI volumes fall under.... because the board wont auto boot anything at this point .. I have to go into the one time boot menu and select the volume under that header otherwise the motherboard boots to a intel splash screen then a black screen with a momentary blinking cursor then solid cursor even with no disks installed I get the Mac OS X entry in the disk list so its not something the UEFI is getting from an EFI partition .. its burned into the board at this point
    1 point
  26. Ok now for the Old Nvidia and Intel HD 3000 both fix are included in the same package and for Catalina 10.15, note that the repos has change of name and links New link to the Repos ➤ Legacy Video patch GeForce 210 Intel HD 3000
    1 point
  27. Lets have a summary: Audio (IDT92HD87B1/3): 10.6.x–10.7.x: AppleHDA manually patched 10.8.x–10.12.x: DSDT-layout12+AppleALC+Lilu USB3.0 (NEC D72020x/TUSB73x0): 10.6.x–10.7.4: N/A 10.7.5–10.10.x: GenericUSBXHCI 10.11.x–10.12: N/A Ethernet (RTL8105E) [Dell Inspiron N5110]: 10.?.x–10.11.x: RealtekRTL8100 1.0 10.12.x: RealtekRTL8100 2.0 Ethernet (RTL8111) [Dell Vostro 3550]: http://www.insanelymac.com/forum/topic/287161-new-driver-for-realtek-rtl8111/ Keyboard+Touchpad: (No MultiTouch – 10.?.x–10.11.x (PrefPane), 10.12.x (w/o PrefPane): https://github.com/RehabMan/OS-X-Voodoo-PS2-Controller (MultiTouch): lots of versions, no version stable, no version works for 10.12.x
    1 point
×
×
  • Create New...