gitextract_m6pk3ojy/ ├── .gitignore ├── .ruby-version ├── BIOS_SETTINGS.md ├── HARDWARE.md ├── MY EFI/ │ ├── BOOT/ │ │ └── BOOTX64.efi │ └── OC/ │ ├── ACPI/ │ │ ├── SSDT-AWAC.aml │ │ ├── SSDT-EC-USBX-DESKTOP.aml │ │ ├── SSDT-PLUG-DRTNIA.aml │ │ └── SSDT-PMC.aml │ ├── Drivers/ │ │ ├── HfsPlus.efi │ │ ├── OpenCanopy.efi │ │ └── OpenRuntime.efi │ ├── Kexts/ │ │ ├── AppleALC.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── AppleALC │ │ ├── IntelMausi.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── IntelMausi │ │ ├── Lilu.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── Lilu │ │ ├── NVMeFix.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── NVMeFix │ │ ├── SMCProcessor.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── SMCProcessor │ │ ├── USBMap.kext/ │ │ │ └── Contents/ │ │ │ └── Info.plist │ │ ├── VirtualSMC.kext/ │ │ │ └── Contents/ │ │ │ ├── Info.plist │ │ │ └── MacOS/ │ │ │ └── VirtualSMC │ │ └── WhateverGreen.kext/ │ │ └── Contents/ │ │ ├── Info.plist │ │ └── MacOS/ │ │ └── WhateverGreen │ ├── OpenCore.efi │ ├── Resources/ │ │ ├── Image/ │ │ │ ├── Acidanthera/ │ │ │ │ ├── Chardonnay/ │ │ │ │ │ ├── AppleRecv.icns │ │ │ │ │ ├── AppleTM.icns │ │ │ │ │ ├── BtnFocus.icns │ │ │ │ │ ├── Cursor.icns │ │ │ │ │ ├── Dot.icns │ │ │ │ │ ├── Enter.icns │ │ │ │ │ ├── ExtAppleRecv.icns │ │ │ │ │ ├── ExtAppleTM.icns │ │ │ │ │ ├── ExtHardDrive.icns │ │ │ │ │ ├── HardDrive.icns │ │ │ │ │ ├── Left.icns │ │ │ │ │ ├── Lock.icns │ │ │ │ │ ├── Password.icns │ │ │ │ │ ├── Restart.icns │ │ │ │ │ ├── Right.icns │ │ │ │ │ ├── Selected.icns │ │ │ │ │ ├── Selector.icns │ │ │ │ │ ├── SetDefault.icns │ │ │ │ │ ├── Shell.icns │ │ │ │ │ ├── ShutDown.icns │ │ │ │ │ ├── Tool.icns │ │ │ │ │ └── Windows.icns │ │ │ │ ├── GoldenGate/ │ │ │ │ │ ├── AppleRecv.icns │ │ │ │ │ ├── AppleTM.icns │ │ │ │ │ ├── BtnFocus.icns │ │ │ │ │ ├── Cursor.icns │ │ │ │ │ ├── Dot.icns │ │ │ │ │ ├── Enter.icns │ │ │ │ │ ├── ExtAppleRecv.icns │ │ │ │ │ ├── ExtAppleTM.icns │ │ │ │ │ ├── ExtHardDrive.icns │ │ │ │ │ ├── HardDrive.icns │ │ │ │ │ ├── Left.icns │ │ │ │ │ ├── Lock.icns │ │ │ │ │ ├── Password.icns │ │ │ │ │ ├── Restart.icns │ │ │ │ │ ├── Right.icns │ │ │ │ │ ├── Selected.icns │ │ │ │ │ ├── Selector.icns │ │ │ │ │ ├── SetDefault.icns │ │ │ │ │ ├── Shell.icns │ │ │ │ │ ├── ShutDown.icns │ │ │ │ │ ├── Tool.icns │ │ │ │ │ └── Windows.icns │ │ │ │ └── Syrah/ │ │ │ │ ├── AppleRecv.icns │ │ │ │ ├── AppleTM.icns │ │ │ │ ├── BtnFocus.icns │ │ │ │ ├── Cursor.icns │ │ │ │ ├── Dot.icns │ │ │ │ ├── Enter.icns │ │ │ │ ├── ExtAppleRecv.icns │ │ │ │ ├── ExtAppleTM.icns │ │ │ │ ├── ExtHardDrive.icns │ │ │ │ ├── HardDrive.icns │ │ │ │ ├── Left.icns │ │ │ │ ├── Lock.icns │ │ │ │ ├── Password.icns │ │ │ │ ├── Restart.icns │ │ │ │ ├── Right.icns │ │ │ │ ├── Selected.icns │ │ │ │ ├── Selector.icns │ │ │ │ ├── SetDefault.icns │ │ │ │ ├── Shell.icns │ │ │ │ ├── ShutDown.icns │ │ │ │ ├── Tool.icns │ │ │ │ └── Windows.icns │ │ │ ├── AppleRecv.icns │ │ │ ├── AppleTM.icns │ │ │ ├── BtnFocus.icns │ │ │ ├── Cursor.icns │ │ │ ├── Dot.icns │ │ │ ├── Enter.icns │ │ │ ├── ExtAppleRecv.icns │ │ │ ├── ExtAppleTM.icns │ │ │ ├── ExtHardDrive.icns │ │ │ ├── HardDrive.icns │ │ │ ├── Left.icns │ │ │ ├── Lock.icns │ │ │ ├── ModernAppleRecv.icns │ │ │ ├── ModernAppleTM.icns │ │ │ ├── ModernBtnFocus.icns │ │ │ ├── ModernCursor.icns │ │ │ ├── ModernDot.icns │ │ │ ├── ModernEnter.icns │ │ │ ├── ModernExtAppleRecv.icns │ │ │ ├── ModernExtAppleTM.icns │ │ │ ├── ModernExtHardDrive.icns │ │ │ ├── ModernHardDrive.icns │ │ │ ├── ModernLeft.icns │ │ │ ├── ModernLock.icns │ │ │ ├── ModernPassword.icns │ │ │ ├── ModernRestart.icns │ │ │ ├── ModernRight.icns │ │ │ ├── ModernSelected.icns │ │ │ ├── ModernSelector.icns │ │ │ ├── ModernSetDefault.icns │ │ │ ├── ModernShell.icns │ │ │ ├── ModernShutDown.icns │ │ │ ├── ModernTool.icns │ │ │ ├── ModernWindows.icns │ │ │ ├── OldAppleRecv.icns │ │ │ ├── OldAppleTM.icns │ │ │ ├── OldBtnFocus.icns │ │ │ ├── OldCursor.icns │ │ │ ├── OldDot.icns │ │ │ ├── OldEnter.icns │ │ │ ├── OldExtAppleRecv.icns │ │ │ ├── OldExtAppleTM.icns │ │ │ ├── OldExtHardDrive.icns │ │ │ ├── OldHardDrive.icns │ │ │ ├── OldLeft.icns │ │ │ ├── OldLock.icns │ │ │ ├── OldPassword.icns │ │ │ ├── OldRestart.icns │ │ │ ├── OldRight.icns │ │ │ ├── OldSelected.icns │ │ │ ├── OldSelector.icns │ │ │ ├── OldSetDefault.icns │ │ │ ├── OldShell.icns │ │ │ ├── OldShutDown.icns │ │ │ ├── OldTool.icns │ │ │ ├── OldWindows.icns │ │ │ ├── Password.icns │ │ │ ├── Restart.icns │ │ │ ├── Right.icns │ │ │ ├── Selected.icns │ │ │ ├── Selector.icns │ │ │ ├── SetDefault.icns │ │ │ ├── Shell.icns │ │ │ ├── ShutDown.icns │ │ │ ├── Tool.icns │ │ │ └── Windows.icns │ │ └── Label/ │ │ ├── Apple.l2x │ │ ├── Apple.lbl │ │ ├── AppleRecv.l2x │ │ ├── AppleRecv.lbl │ │ ├── AppleTM.l2x │ │ ├── AppleTM.lbl │ │ ├── EFIBoot.l2x │ │ ├── EFIBoot.lbl │ │ ├── Other.l2x │ │ ├── Other.lbl │ │ ├── ResetNVRAM.l2x │ │ ├── ResetNVRAM.lbl │ │ ├── Shell.l2x │ │ ├── Shell.lbl │ │ ├── Tool.l2x │ │ ├── Tool.lbl │ │ ├── Windows.l2x │ │ └── Windows.lbl │ ├── Tools/ │ │ └── OpenShell.efi │ └── config.plist ├── README.md ├── STEP_BY_STEP.md ├── USB_MAP.md ├── assets/ │ └── USB.plist └── repo_scripts/ ├── .ruby-version ├── Gemfile ├── README.md ├── clean_config_file ├── dump_efi └── lib/ └── clean_config.rb