OpCore-Simplify icon indicating copy to clipboard operation
OpCore-Simplify copied to clipboard

A tool designed to simplify the creation of OpenCore EFI

Results 22 OpCore-Simplify issues
Sort by recently updated
recently updated
newest added

Description: When booting macOS Sequoia or Tahoe with OpenCore, the system hangs for a few seconds right after the line: ACPI: sleep states S3 S4 S5 At this point, the...

This pull request introduces a number of improvements to the project, including the addition of code quality tooling, development environment configuration files, and several code cleanups and minor refactorings in...

it would be great if this application would have a GUI instead of a command terminal.

Traceback (most recent call last): File "C:\Users\plktk\Downloads\OpCore-Simplify-main\OpCore-Simplify-main\OpCore-Simplify.py", line 445, in o.main() File "C:\Users\plktk\Downloads\OpCore-Simplify-main\OpCore-Simplify-main\OpCore-Simplify.py", line 424, in main if not self.o.gather_bootloader_kexts(self.k.kexts, macos_version): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\plktk\Downloads\OpCore-Simplify-main\OpCore-Simplify-main\Scripts\gathering_files.py", line 239, in gather_bootloader_kexts self.utils.extract_zip_file(zip_path) File...

added support for linux

╔══════════════════════════════════════════════════════════════════╗ ║ An Error Occurred ║ ╚══════════════════════════════════════════════════════════════════╝ Traceback (most recent call last): File "D:\aaaa\OpCore-Simplify.py", line 445, in o.main() ~~~~~~^^ File "D:\aaaa\OpCore-Simplify.py", line 427, in main self.build_opencore_efi(customized_hardware, disabled_devices, smbios_model, macos_version, needs_oclp)...

A lot of users have reported issues that were actually caused by running the script with administrator privileges. It would be great if your script could detect at startup whether...

There is no Linux support. Any plans on supporting it?

Congrats to your very interesting project and Happy New Year. I've tested it on 3 differen systems so far and I am impressed how well this works (almost) out of...

This pull request introduces a new GUI mode for OpCore Simplify, providing a modern, cross-platform graphical interface alongside the existing CLI. The changes include a platform-adaptive icon system, modular GUI...