Contribute
Register

[SUCCESS] Gigabyte Designare Z390 (Thunderbolt 3) + i7-9700K + AMD RX 580

I made the adjustments and now I can see all my USB devices.
it is because XhciPortLimit should have been disabled after you have mapped out your ports

it is also broken in later versions of Big Sur

glad it worked!
 
This is probably not a reasonable amount of time for TRIM?

"kernel: (apfs) spaceman_scan_free_blocks:3153: disk5 scan took 0.921803 s, trims took 93.611921 s"
Great find...that's what we were looking for!

But changing SetApfsTrimTimeout to 999 does not reduce that?
 
Hello,

If I'm selling my hackintosh to someone, is there any steps I must be careful to proceeds when I'm resetting the mac and installing back the OS ?
 
Hello,

If I'm selling my hackintosh to someone, is there any steps I must be careful to proceeds when I'm resetting the mac and installing back the OS ?
Note to everyone:

Selling a Hackintosh for money is tantamount to piracy. You can be banned from this site for making such statements.

You can delete macOS completely and sell the hardware. That is okay.
 
Great find...that's what we were looking for!

But changing SetApfsTrimTimeout to 999 does not reduce that?
It doesn't seem to have reduced it.
Here is my EFI folder. maybe you see something else I did wrong?

Interesting. Just noticed that my EFI partition name changed to EFI-SAM-79R.
Guess that happened during the Monterey upgrade..
 
It doesn't seem to have reduced it.
Here is my EFI folder. maybe you see something else I did wrong?

Interesting. Just noticed that my EFI partition name changed to EFI-SAM-79R.
HackinDROM makes this change, which is perfectly benign. Nothing to worry about. If you Use HackinDROM itself to both mount and unmount that volume, the name will change back.

Guess that happened during the Monterey upgrade..
 
It doesn't seem to have reduced it.
Here is my EFI folder. maybe you see something else I did wrong?

Interesting. Just noticed that my EFI partition name changed to EFI-SAM-79R.
Guess that happened during the Monterey upgrade..
remove:
keepsyms=1 debug=0x100 boot arguments can speed up booting
 
It doesn't seem to have reduced it.
Here is my EFI folder. maybe you see something else I did wrong?

Interesting. Just noticed that my EFI partition name changed to EFI-SAM-79R.
Guess that happened during the Monterey upgrade..
Made a couple of fixes to config.plist. These changes may or may not affect boot up time, but they are needed nevertheless.

Do you need the UEFI driver btrfs_x64.efi? I've disabled it.
 

Attachments

  • config.plist
    34.6 KB · Views: 43
Made a couple of fixes to config.plist. These changes may or may not affect boot up time, but they are needed nevertheless.

Do you need the UEFI driver btrfs_x64.efi? I've disabled it.
are all of these really needed for a working machine? maybe keep the reset nvram option though:

Code:
<dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <false/>
                <key>Comment</key>
                <string></string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>OpenShell.efi</string>
                <key>Path</key>
                <string>OpenShell.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string>Shutdown</string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>Perform shutdown</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>Shutdown</string>
                <key>Path</key>
                <string>ResetSystem.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>Unlock MSR 0xE2</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>CFGLock</string>
                <key>Path</key>
                <string>CFGLock.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>BootKicker.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>BootKicker.efi</string>
                <key>Path</key>
                <string>BootKicker.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>ChipTune.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>ChipTune.efi</string>
                <key>Path</key>
                <string>ChipTune.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>CleanNvram.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>CleanNvram.efi</string>
                <key>Path</key>
                <string>CleanNvram.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>ControlMsrE2.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>ControlMsrE2.efi</string>
                <key>Path</key>
                <string>ControlMsrE2.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>CsrUtil.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>CsrUtil.efi</string>
                <key>Path</key>
                <string>CsrUtil.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>GopStop.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>GopStop.efi</string>
                <key>Path</key>
                <string>GopStop.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>HdaCodecDump.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>HdaCodecDump.efi</string>
                <key>Path</key>
                <string>HdaCodecDump.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>KeyTester.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>KeyTester.efi</string>
                <key>Path</key>
                <string>KeyTester.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>MmapDump.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>MmapDump.efi</string>
                <key>Path</key>
                <string>MmapDump.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>OpenControl.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>OpenControl.efi</string>
                <key>Path</key>
                <string>OpenControl.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>RtcRw.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>RtcRw.efi</string>
                <key>Path</key>
                <string>RtcRw.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>TpmInfo.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>TpmInfo.efi</string>
                <key>Path</key>
                <string>TpmInfo.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
            <dict>
                <key>Arguments</key>
                <string></string>
                <key>Auxiliary</key>
                <true/>
                <key>Comment</key>
                <string>VerifyMsrE2.efi</string>
                <key>Enabled</key>
                <true/>
                <key>Flavour</key>
                <string>Auto</string>
                <key>Name</key>
                <string>VerifyMsrE2.efi</string>
                <key>Path</key>
                <string>VerifyMsrE2.efi</string>
                <key>RealPath</key>
                <false/>
                <key>TextMode</key>
                <false/>
            </dict>
 
Back
Top