Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 938 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 938 Bytes

ME cleaner

A cleaner for Intel ME images.

This tools removes any unnecessary partition from an Intel ME firmware, reducing its size and its ability to interact with the system. It should work both with Coreboot and with the factory BIOS.

Currently this tool:

  • Scans the FPT (partition table) and checks that everything is correct
  • Removes any partition entry (except for FTPR) from FPT
  • Removes any partition except for the fundamental one (FTPR)
  • Corrects the FPT checksum

Don't forget to power cycle your PC after flashing the modified ME image (power off and power on, not just reboot).

Current status:

Architecture Status
Nehalem DOESN'T WORK (yet)
Sandy Bridge WORKS
Ivy Bridge WORKS
Haswell SHOULD WORK
Broadwell SHOULD WORK
Skylake WORKS

Special thanks to Federico Amedeo Izzo for his help during the study of Intel ME.