diff options
-rw-r--r-- | docs/install/index.html | 4 | ||||
-rwxr-xr-x | flash | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/install/index.html b/docs/install/index.html index e6a910e0..9394537e 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -343,6 +343,10 @@ When you have booted up again, you must also do this:<br/> $ <b>sudo ./flash i945lenovo_secondflash <a href="#rom">yourrom.rom</a></b> </p> + <p> + If flashing fails at this stage, try the following:<br/> + $ <b>sudo ./flashrom/i686/flashrom -p internal:laptop=force_I_want_a_brick -w <a href="#rom">yourrom.rom</a></b> + </p> </div> <div class="important"> @@ -127,7 +127,7 @@ elif [ "${mode}" = "i945lenovo_firstflash" ]; then ${flashrom_lenovobios_sst} -p internal -w "${rompath}" ${flashrom_lenovobios_macronix} -p internal -w "${rompath}" elif [ "${mode}" = "i945lenovo_secondflash" ]; then - ${flashrom} -p internal -w "${rompath}" + ${flashrom} -p internal:laptop=force_I_want_a_brick -w "${rompath}" ${bucts} 0 fi |