PLEASE READ THESE INSTRUCTIONS BEFORE INSTALLING, OR YOU MAY BRICK YOUR MACHINE!! - Please click the link and follow the instructions there, before flashing. For posterity, here is the link again.
This document will teach you how to install Canoeboot, on your Lenovo ThinkPad T440p laptop motherboard. Canoeboot is a Free Software project that replaces proprietary BIOS/UEFI firmware.
CBFS is 4MB on this board, so when external flashing, you can just break off the upper 4MB part of the image and flash that. Keep this in mind if you’re flashing externally.
When externally flashing the lower 8MB part, you can optionally flash the IFD and GbE regions if that is appropriate for your setup.
You can use dd
to easily split your rom into the two separate portions for external flashing.
dd if=canoeboot.rom of=top.rom bs=1M skip=8
dd if=canoeboot.rom of=bottom.rom bs=1M count=8
Flash the top chip with top.rom, and tho bottom chip with bottom.rom. Don’t worry about knowing which chip is which on a standard setup; flashprog will let you know if the image size is incorrect for the chip you’re flashing.
Start by removing the back cover screws and the main battery.
You can then remove the back cover by sliding it off. Next you need to:
Note: the ultrabay screw will loosen, but not come out of the assembly
Now you can pull up around the sides of the bottom assembly to release it. Pull it upwards and lift it open to the front of the machine like a clamshell. Make sure not to break the wires connecting the assembly to the rest of the machine.
You should now be able to see the two flash chips near the RAM.
You can now proceed to flashing this machine.
It has been reported by that thinkpad_acpi
does not load correctly on the T440p.
If you encounter this, check this page for details as to how to fix this.
Markdown file for this page: https://canoeboot.org/docs/install/t440p_external.md
Subscribe to RSS for this site
This HTML page was generated by the Libreboot Static Site Generator.