Hello Masaru,
I guess your flashing is fine. When you continue, you have to follow the libreboot documentation carefully. More about the error below.
On 02.08.19 17:36, msuzuqi@posteo.net wrote:
I have been trying to libreboot the x60s. This is the first time for me to try to libreboot. Finally I have just succeeded to proceed to the step "./flash". Then I got below message. There was your email address. So I am writing this message. Would you mind teaching me what I should do? This message binds me.
Your flash chip is in an unknown state.
Get help on IRC at chat.freenode.net (channel #flashrom) or mail flashrom@flashrom.org with the subject "FAILED: <your board name>"!
DO NOT REBOOT OR POWEROFF!
The libreboot documentation [1] says: "Seeing this means that the operation was a resounding success! DON’T PANIC.". Somewhere in the log it says at what address it finally failed:
spi_block_erase_d8 failed during command execution at address 0x1f0000
At this 0x1f0000 is the last 64-KiB block of your flash. It is write- protected by the Lenovo BIOS. Hence, the failure is expected. These last 64 KiB will be flashed after your first boot with coreboot with the `i945lenovo_secondflash` call.
Hope that helps, Nico