<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/4u0sx2QoJ" -->

---
title: I ported Coreboot to the Thinkpad X270! | daily.dev
description: A developer successfully ported Coreboot/Libreboot to the ThinkPad X270 (20HM, Kaby Lake) in under a week. The process involved dumping the original BIOS using...
canonical: https://daily.dev/posts/i-ported-coreboot-to-the-thinkpad-x270--4u0sx2qoj
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: I ported Coreboot to the Thinkpad X270! | daily.dev
og:description: A developer successfully ported Coreboot/Libreboot to the ThinkPad X270 (20HM, Kaby Lake) in under a week. The process involved dumping the original BIOS using...
og:url: https://daily.dev/posts/i-ported-coreboot-to-the-thinkpad-x270--4u0sx2qoj
og:image: https://api.daily.dev/og/posts/4u0sx2QoJ.png
og:image:alt: I ported Coreboot to the Thinkpad X270!
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# I ported Coreboot to the Thinkpad X270!

**[Hacker News](https://daily.dev/sources/hn)** · 7 min read · 1 upvotes · 1 comments

## Summary

A developer successfully ported Coreboot/Libreboot to the ThinkPad X270 (20HM, Kaby Lake) in under a week. The process involved dumping the original BIOS using pico-serprog on an RP2040-zero, applying deguard to neutralize the Intel Management Engine, and adapting the existing X280 port. Key challenges included accidentally knocking off a tiny SMD capacitor during flashing (requiring a Digikey order), and diagnosing NVMe/WiFi dropouts caused by incorrect PCIe clock request (CLKREQ) pin assignments — the X270 uses CLKREQ2 for WiFi rather than CLKREQ1 as on the X280. After correcting the PCIe allocations and overridetree, GRUB, NVMe, and WiFi all worked under Guix System. Changes are being upstreamed to the Coreboot project.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dork.dev/posts/2026-02-20-ported-coreboot/>

## Similar posts on daily.dev

- [Libreboot 26.01-rc1 Released To Support A Few More Systems](https://daily.dev/posts/libreboot-26-01-rc1-released-to-support-a-few-more-systems-rdajiuf73) · Phoronix · 0 upvotes · 0 comments
- [Wait is over - coreboot on the AMD StarBook](https://daily.dev/posts/wait-is-over---coreboot-on-the-amd-starbook-dfalwv26g) · Lobsters · 0 upvotes · 0 comments
- [Coreboot 26.03 Released With Support For Intel Panther Lake](https://daily.dev/posts/coreboot-26-03-released-with-support-for-intel-panther-lake-syyijwyiv) · Phoronix · 0 upvotes · 0 comments

---

Tags: [#firmware](https://daily.dev/tags/firmware), [#hardware](https://daily.dev/tags/hardware)

[View this post on daily.dev](https://daily.dev/posts/i-ported-coreboot-to-the-thinkpad-x270--4u0sx2qoj)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"I ported Coreboot to the Thinkpad X270!","url":"https://daily.dev/posts/i-ported-coreboot-to-the-thinkpad-x270--4u0sx2qoj","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/i-ported-coreboot-to-the-thinkpad-x270--4u0sx2qoj"},"datePublished":"2026-02-24T04:12:04.141Z","dateModified":"2026-03-15T05:53:23.627Z","description":"A developer successfully ported Coreboot/Libreboot to the ThinkPad X270 (20HM, Kaby Lake) in under a week. The process involved dumping the original BIOS using...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/f2d2c834fd0593083845da1a2a6c7f9b?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/f2d2c834fd0593083845da1a2a6c7f9b?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Hacker News","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hacker News","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hn","url":"https://daily.dev/sources/hn"},"commentCount":1,"discussionUrl":"https://daily.dev/posts/i-ported-coreboot-to-the-thinkpad-x270--4u0sx2qoj","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":1}],"keywords":"firmware,hardware","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hacker News","item":"https://daily.dev/sources/hn"},{"@type":"ListItem","position":3,"name":"I ported Coreboot to the Thinkpad X270!"}]}
```

