diff options
Diffstat (limited to 'lenovobios_secondflash')
-rwxr-xr-x | lenovobios_secondflash | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lenovobios_secondflash b/lenovobios_secondflash index 668419c..47b034c 100755 --- a/lenovobios_secondflash +++ b/lenovobios_secondflash @@ -38,15 +38,9 @@ if [ ! -f $1 ]; then exit fi -echo "Don't panic. See docs/index.html for an explanation of what BUC.TS is." - -echo "MAKE SURE THAT YOU SEE 'VERIFIED' AT THE END (YOU WANT TO SEE THAT. MEANS IT WORKED)." +# Flash it a 2nd time, to write upper 64K block ./flashrom/flashrom -p internal -w $1 -echo "READ THE BIG WARNING ABOVE!" -echo "MAKE SURE THAT YOU SEE 'Updated BUC.TS=0' IF NOT CHECK #libreboot ON FREENODE" +# Advised. Reset back to 0. ./bucts/bucts 0 -echo "READ THE BIG WARNING ABOVE!" -echo "If the above 2 conditions are met, then shut down now. If not, then run: sudo ./bucts/bucts 1" -echo "DON'T PANIC." |