Recent content by Khaibit

  1. Khaibit

    Can't use SMBIOS 18,2/18,3 though Hackintool suggests so

    If you don't have a discrete GPU, there's no reason to use iMac18,2 or 18,3. The real iMac18,1 is the same thing as 18,2 or 18,3, just without an AMD GPU in them. Those system definitions will still be expecting the dGPU to be there, whether you disable the device in your DSDT or not, so...
  2. Khaibit

    Can't use SMBIOS 18,2/18,3 though Hackintool suggests so

    If your profile is accurate, iMac18,1 is a better option for you. 18,2 and 18,3 have a dedicated GPU, which is why you see all the problems -- it's trying to use an AMD GPU that you do not have because on those models, the HD630 iGPU is only used for QuickSync and similar tasks, not video...
  3. Khaibit

    change iMac definition --> new serialnumber?

    Yes. Serial numbers encode the model, location of manufacture, and year/week of manufacture. If you change anything in your SMBIOS information you must regenerate your serial # and check to make sure it's not one attached to a real Mac already, along with board ID and all other info.
  4. Khaibit

    macOS Catalina 10.15.0 Supplemental Update

    This guide for the betas should still work fine with the final release.
  5. Khaibit

    macOS Catalina 10.15.0 Supplemental Update

    Clean, successful update here. Multiple reboots, some with long pauses (45sec'ish). Just let it do its thing and came back a 10 minutes later to completion. OpenCore 0.5.1, latest Lilu, WhateverGreen, AppleALC, VirtualSMC.
  6. Khaibit

    separate data partition in boot drive and can't install supplementary update

    https://www.tonymacx86.com/rules/ Also, see my earlier reply in this thread here: https://www.tonymacx86.com/threads/separate-data-partition-in-boot-drive-and-cant-install-supplementary-update.285278/post-2018751
  7. Khaibit

    separate data partition in boot drive and can't install supplementary update

    You'd need a little more information than that. Which bootloader/version? What do you mean by "won't install"? What's the final error or message in verbose mode? EFI contents?
  8. Khaibit

    How do I move my Catalina drive to an HFS+ drive?

    To expand on that a bit -- because Catalina now completely separates the system directories from data, and does so by making them separate APFS volumes within an APFS container and then mounting the system directories read-only, HFS+ is unlikely to ever be an option for Catalina installs; it's...
  9. Khaibit

    Problems upgrading Clover bootloader 5070 to next release

    AFAIK, that's normal. On real Macs, as of Catalina nothing is supposed to touch the now-separate system partition in any way, period, except the OS update routines. If anything attempts to, it generates that error. Because this is supposed to, click "Install Anyway". The OpenCore boot...
  10. Khaibit

    macOS Catalina 10.15.0 - USB Port-Limit Removal Patch

    And since it bears repeating -- the key word here is "begin". These patches are awesome for getting your ports all mapped out, but should probably not be relied upon for long-term use. Elsewhere in the OS internals, that 15-port limit is a fixed size array and these blow past the boundaries of...
  11. Khaibit

    Can Anyone Confirm Clover Download Site Has Apparently Moved

    Catalina changes how permissions to the system directories are handled. Before attempting any such change, you must remount the filesystem read-write. Hackintool can do this via the GUI, or you can do so in Terminal with: sudo mount -uw / killall Finder Reboot after your install to allow...
  12. Khaibit

    Update available already labeled Public Beta 1

    Correct: https://www.macrumors.com/2019/10/11/apple-seeds-macos-catalina-10-15-1-beta-1/
  13. Khaibit

    << Solved >> Catalina SMBIOS problem

    Are you using the Lilu and Whatevergreen kexts? WG should take care of a bunch of compatibility issues with your GPU. If you change SMBIOS type (and you're right that iMac 18,3 or 19,2 is probably a better match), make sure to also update all the other data like serial number, board ID, and so...
  14. Khaibit

    Anyone has USB 3.0 issue?

    Yes, the port limit patch works. But read the post I linked, it clobbers a fixed length array that macOS uses and can potentially write into areas of memory it's not supposed to. You should use it only to map out your ports so that you can create a proper SSDT that limits you to 15 ports...
Back
Top