archfan / coreboot

Coreboot for Lenovo Thinkpad T440P with additional patches
GNU General Public License v2.0
14 stars 2 forks source link

Boot options not saved #9

Closed ghost closed 4 years ago

ghost commented 4 years ago

I want to report that "add boot option" or "change boot order" is not saved on reboot in release v1.1. I think no settings are saved.

I flashed the 4MB chip according to https://doc.coreboot.org/mainboard/lenovo/t440p.html.

Internal flashing with flashrom is not supported on T440p or? Great you did this port!

Conor-Burns commented 4 years ago

try building from master - this commit 06e44d0b7c4f774d7464d7568d793d58ec12f372 adds support for saving the bootorder.

sudo-gedit commented 4 years ago

@kllp Did you successfully compile and then boot?

ghost commented 4 years ago

@sudo-gedit No I flashed the v1.1 release on the release page directly. Building is hard because it requires the proprietary mrc.bin. For saving bootorder there is indeed a commit. Does internal flashing work now if it has been flashed externally?