Skip to content

Instantly share code, notes, and snippets.

@bwindels
Created October 23, 2016 02:17
Show Gist options
  • Save bwindels/bf02dc9650b8e02a3b257947697a4594 to your computer and use it in GitHub Desktop.
Save bwindels/bf02dc9650b8e02a3b257947697a4594 to your computer and use it in GitHub Desktop.

#Steps to update libreboot on my x200

For desired libreboot release, download:

  • libreboot rom for x200 with 8mb of flash
  • libreboot util

Flash new libreboot release

  • boot kernel once with params nopat iomem=relaxed so flashrom can mmap /dev/mem
  • cp .rom file for ukqwerty with vesafb to libreboot.rom
  • get nic mac address from bottom sticker
  • in libreboot util folder, run ./ich9deblob/x86_64/ich9gen --macaddress XX:XX...
  • run dd command given with gbe for 8mb flash, to append mac address config to libreboot.rom
  • run flash (force)update libreboot.rom, force was needed this time because coreboot motherboard type mismatched with detected
  • reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment