Skip to content

Hackintosh LAN – Aquantia AQtion AQC107 10Gbit

10Gbps Ethernet Card for Hackintosh & PC | 2021

Patch
Clover :

Kext to patch = com.apple.driver.AppleEthernetAquantiaAqtion

Find: D4TAAgAA
Replace: Zg8fRAAA

For Opencore  go to Kernel-Patch.

Identifier = com.apple.driver.AppleEthernetAquantiaAqtion

Find : 0F84C0020000
Replace : 660F1F440000
Comment: AQC 107 10 GbE V2

https://github.com/acidanthera/MacHyperVSupport

https://code.visualstudio.com/docs/setup/mac

https://apps.apple.com/app/hour-world-clock/id569089415?action=write-review&ls=1&mt=12

history|grep brew|cut -c8-
brew install firefox
brew install google-chrome
brew install brave-browser
brew install multipass
brew install lulu
brew install iperf3
brew install mpv
brew install --cask rectangle
brew install --cask stats
brew install hashcat
hashcat -b -m 1800 --force
Speed.#2.........:    39800 H/s 

USBMAP ASUS 370-P

https://github.com/USBToolBox/kext

https://github.com/USBToolBox/tool

https://github.com/SherlockGougou/GigaByte-Z370-Gaming3-Hackintosh

https://github.com/Coool/ASRock-Z370-Fatal1ty-ITX-OpenCore-hackintosh

https://www.hackintosh-forum.de/forum/thread/45354-gel%C3%B6st-asus-prime-z370-p-mit-uhd-630-zeigt-blos-10mb-an-oder-lila-schleier/

https://github.com/corpnewt/USBMap

https://github.com/corpnewt/ProperTree

sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/D --applicationpath /Applications/Install\ OS\ X\ Yosemite.app --nointeraction

OSX 10.11 El Capitan
sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/USB --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app

OSX 10.10 Yosemite
sudo /Applications/Install\ OS\ X\ Yosemite.app/Contents/Resources/createinstallmedia --volume /Volumes/USB --applicationpath /Applications/Install\ OS\ X\ Yosemite.app

OSX 10.9 Mavericks
sudo /Applications/Install\ OS\ X\ Mavericks.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ Mavericks.app

Catalina:*
sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/USB

Mojave:*
sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

High Sierra:*
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Sierra:
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/G --applicationpath /Applications/Install\ macOS\ Sierra.app

El Capitan:
sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/G --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app

Catalina:
sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/E

Big Sur:
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/F


sudo installer -pkg /Volumes/Install\ macOS/InstallOS.pkg -target /Volumes/ST5TBjoy

https://github.com/corpnewt/gibMacOS

https://dortania.github.io/OpenCore-Install-Guide/installer-guide/linux-install.html#making-the-installer

https://www.dell.com/support/home/en-us/product-support/servicetag/0-ZnU4QzNmOVBDME1nL1k0VWN6cjB0Zz090/upgrade

Stuck on OCB: LoadImage failed - Security Violation

OCSB: No suitable signature - Security Violation
OCB: Apple Secure Boot prohibits this boot entry, enforcing!
OCB: LoadImage failed - Security Violation

This is due to missing outdated Apple Secure Boot manifests present on your preboot volume resulting is a failure to load if you have SecureBootModel set, reason for these files being missing is actually a bug in macOS.

To resolve this you can do one of the following:

  • Disable SecureBootModel
    • ie. set Misc -> Security -> SecureBootModel -> Disabled
  • Reinstall macOS with the latest version
  • Or copy over the Secure Boot manifests from /usr/standalone/i386 to /Volumes/Preboot/<UUID>/System/Library/CoreServices
    • Note you will most likely need to do this via terminal as the Preboot volume isn’t easily editable via the Finder

To do this via terminal:

# First, find your Preboot volume
diskutil list

# From the below list, we can see our Preboot volume is disk5s2
/dev/disk5 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +255.7 GB   disk5
                                 Physical Store disk4s2
   1:                APFS Volume ⁨Big Sur HD - Data⁩       122.5 GB   disk5s1
   2:                APFS Volume ⁨Preboot⁩                 309.4 MB   disk5s2
   3:                APFS Volume ⁨Recovery⁩                887.8 MB   disk5s3
   4:                APFS Volume ⁨VM⁩                      1.1 MB     disk5s4
   5:                APFS Volume ⁨Big Sur HD⁩              16.2 GB    disk5s5
   6:              APFS Snapshot ⁨com.apple.os.update-...⁩ 16.2 GB    disk5s5s

# Now mount the Preboot volume
diskutil mount disk5s2

# CD into your Preboot volume
# Note the actual volume is under /System/Volumes/Preboot
cd /System/Volumes/Preboot

# Grab your UUID
ls
 46923F6E-968E-46E9-AC6D-9E6141DF52FD
 CD844C38-1A25-48D5-9388-5D62AA46CFB8

# If multiple show up(ie. you dual boot multiple versions of macOS), you will
# need to determine which UUID is correct.
# Easiest way to determine is printing the value of .disk_label.contentDetails
# of each volume.
cat ./46923F6E-968E-46E9-AC6D-9E6141DF52FD/System/Library/CoreServices/.disk_label.contentDetails
 Big Sur HD%

cat ./CD844C38-1A25-48D5-9388-5D62AA46CFB8/System/Library/CoreServices/.disk_label.contentDetails
 Catalina HD%

# Next lets copy over the secure boot files
# Replace CD844C38-1A25-48D5-9388-5D62AA46CFB8 with your UUID value
cd ~
sudo cp -a /usr/standalone/i386/. /System/Volumes/Preboot/CD844C38-1A25-48D5-9388-5D62AA46CFB8/System/Library/CoreServices

https://dortania.github.io/OpenCore-Install-Guide/troubleshooting/extended/kernel-issues.html#stuck-on-ocb-loadimage-failed-security-violation

https://www.tonymacx86.com/threads/help-opencore-0-6-1-security-issues-wont-boot.303672/

Published inUncategorized

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *