Skip to content
bigmittens edited this page Jul 18, 2015 · 34 revisions

Some ThinkPads were equipped with an ATI GPU for higher graphics performance, especially the SXGA Flexview models and all T60p models. Unfortunately, ThinkPad T60/T60p laptops with an ATI GPU require proprietary VGA blobs (extracted from the stock Lenovo BIOS) for the display to work with Coreboot.

You have three options:

  • Install Coreboot with proprietary blobs, using the VGABIOS blob from the Lenovo BIOS.
  • Replace the ATI Motherboard with an Intel Motherboard. Not to worry, though; T60 Intel GPU boards go for only $15-30. It's not easy, but as long as you follow the steps, everything will be fine.
  • Help reverse engineer the proprietary blob and ATI microcode - This is not as impossible as it sounds, a similar process was done for the Intel GPU of the Libreboot ThinkPads. That said, it does require some advanced skills far beyond that of a layman.

Patching/Installing Coreboot

Replace ATI Motherboard with Intel Motherboard

If you do not want any proprietary blobs on your T60, the only option (at the moment) is to replace motherboard with an Intel board. This is a long process that requires complete disassembly.

It's not easy for beginners, but as long as you take caution and read the guide, it will be ok.

Note: If the Intel motherboard you're replacing your ATI motherboard with has an old version of the BIOS, it may not be compatible with certain components (e.g. a newer wireless card or Core 2 Duo processor), so you may need to flash a newer version of the BIOS to the motherboard while using older components before swapping it out. This older BIOS is likely if your screen does not power on.

Follow the Hardware Maintenence Manual to completely dissassemble your T60.

Lenovo may also offer an online video tutorial showing exactly how to disassemble and reassemble the ThinkPad T60 safely and carefully.

Build Coreboot with the Blob

Next, we must inject this VGABIOS into Coreboot source code (with all proprietary blobs), and build a custom ROM.

We must use Coreboot instead of Libreboot source code, since ATI proprietary microcode is required for GPU acceleration.

Note: Coreboot should not execute the VGA BIOS, the file should only be added. You may need to change the defaults for this.

BA Logo

Bibliotheca Anonoma

Coreboot Laptops

Coreboot is an open source, user configurable BIOS. However, it does use a few proprietary blobs here and there.

ThinkPads

These require hardware flashing. Due to Intel Management Firmware, proprietary blobs are required for newer Intel motherboards to even power up.

Chromebooks

Most Intel Chromebooks come with Coreboot preinstalled. SeaBIOS can optionally be installed to add Windows support.

Just use John Lewis's Installation Script for All Models to autoinstall.

Build Notes

NOTE: The Libreboot components of this wiki was divested into the Official Libreboot Documentation here. Please use that from now on.

Libreboot laptops are certified by the FSF to protect your freedom.

They contain no proprietary blobs of any kind, and have the best support for FSF certified GNU/LInux.

ThinkPads

Macbooks

Other Tutorials

Clone this wiki locally