The ThinkPad X230 has earned a legendary reputation in the Linux and security community. It's compact, durable, easily serviceable, and still powerful enough to serve as a daily driver more than a decade after release. With 16GB RAM support, socketed CPUs, and a classic keyboard form factor (especially when paired with the X220 keyboard mod), it’s a laptop built for hackers and tinkerers.
What makes the X230 even more interesting is how much control you can reclaim over the hardware. Out of the box, like most Intel systems, it ships with proprietary firmware and the Intel Management Engine (ME) — a closed subsystem with deep access to your machine. For anyone serious about security or digital sovereignty, that’s unacceptable. The solution is to flash open-source firmware with Coreboot, and specifically the Skulls project, which provides prebuilt, tested images for the X230 that disable Intel ME.
Flashing Coreboot isn’t just about security, it’s about taking back control of your machine and extending the usable life of great hardware.
This process requires direct access to the BIOS chips on the motherboard. Here’s what I used:
The X230 has two flash chips:
Attach the Pomona clip to the top chip, confirm 3.3V with the multimeter, and run:
Repeat for the bottom chip:
The checksums must match before proceeding.
Download and extract the latest Skulls release:
Flash the bottom chip first, which disables Intel ME:
Then flash the top chip with Coreboot + SeaBIOS:
Once both chips are flashed, reassemble the X230. On boot, you should see the Skulls splash screen instead of the Lenovo logo. From here you can install your preferred operating system, in my case, Arch Linux.
The laptop boots faster, Intel ME is effectively disabled, and I have confidence in the firmware running beneath my OS. For an i7 ThinkPad from 2012, the X230 feels alive again. Pairing this with Linux makes it a secure and highly capable daily driver that I actually enjoy using.
Flashing Coreboot isn’t for the faint of heart, but it’s an empowering project. Beyond just hardening your laptop, it’s an exercise in taking ownership of your hardware.