Mac OS 10.5.7 cannot be installed on this computer.

image.jpg

This is probably an easy fix but dose any one know how to bypass or fix this.

Author: josha12

3 comments :

  1. Use DiskUtility to erase the entire drive

    "click on view and show all devices in DiskUtility"

    ReplyDelete
  2. If you understand Portuguese:
    Use o macserial (opencore) ou GenSmbios para gerar uma smbios de um produto que é compatível com o macos catalina

    ReplyDelete
    Replies
    1. Certainly! To generate a compatible SMBIOS for macOS Catalina using macserial (OpenCore) or GenSmbios, you can follow these steps:

      1. Download and install macserial or GenSmbios, depending on your preference.

      2. Open the terminal or command prompt on your macOS system.

      3. Run the following command to generate a compatible SMBIOS using macserial:
      ```
      macserial -a
      ```
      This command will generate a new set of SMBIOS values. You can then choose the appropriate SMBIOS product, such as MacBookPro14,1 or iMac19,1, which are known to be compatible with macOS Catalina.

      4. Alternatively, if you prefer to use GenSmbios, follow these steps:
      - Download and extract the GenSmbios package.
      - Open the terminal or command prompt and navigate to the extracted GenSmbios folder.
      - Run the following command to generate a new SMBIOS:
      ```
      ./GenSmbios.command
      ```
      - Select the appropriate SMBIOS product for macOS Catalina from the provided options.

      5. After generating the new SMBIOS, you can update your Hackintosh EFI configuration with the newly generated values. This step will ensure compatibility with macOS Catalina.

      Delete