Skip to content

Tiny EFI program for unlocking the Intel IGD on the MacBook for Linux and Windows

Notifications You must be signed in to change notification settings

Zero-Fork-Storage/apple_set_os-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apple_set_os loader

Tiny EFI program for unlocking the Intel IGD on the MacBook for Linux and Windows. This loader will load bootx64_original.efi once apple_set_os is loaded and fix the issue which apple_set_os cannot be loaded sometimes.

Based on 0xbb's apple_set_os.efi https://github.com/0xbb/apple_set_os.efi

Usage

1. Set Security Boot to "No Security"

2. Mount EFI partition

3. Rename /EFI/Boot/bootx64.efi to /EFI/Boot/bootx64_original.efi

4. Copy bootx64.efi from this repository to /EFI/Boot

5. If you dont have Windows installed, you need to bless the efi so the efi will run at startup.

Build via docker

docker build -t apple_set_os_loader . && docker run --rm -it -v $(pwd):/build apple_set_os_loader

About

Tiny EFI program for unlocking the Intel IGD on the MacBook for Linux and Windows

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.0%
  • JavaScript 3.3%
  • Other 0.7%