diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-09-03 01:23:44 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-09-03 01:23:44 +0100 |
commit | a4681726de459cd12616591c611137f5c64fcb82 (patch) | |
tree | 067dbb9dc1494a4bdc6838f09feceb6817dac75e /docs/gnulinux | |
parent | 3bfd3b7c8e65d923b789758f14e41ac5fc4605d7 (diff) | |
download | librebootfr-a4681726de459cd12616591c611137f5c64fcb82.tar.gz librebootfr-a4681726de459cd12616591c611137f5c64fcb82.zip |
docs/gnulinux/encrypted_parabola.html: notes about -c flashrom arg
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html index 723203c3..69f63eae 100644 --- a/docs/gnulinux/encrypted_parabola.html +++ b/docs/gnulinux/encrypted_parabola.html @@ -517,6 +517,7 @@ FONT=Lat9w-16 I will go for the re-flash option here. Firstly, cd to the libreboot_util/cbfstool/{armv7l i686 x86_64} directory. Dump the current firmware - where <i>libreboot.rom</i> is an example: make sure to adapt:<br/> # <b>flashrom -p internal -r libreboot.rom</b><br/> + If flashrom complains about multiple flash chips detected, add a <i>-c</i> option at the end, with the name of your chosen chip is quotes.<br/> You can check if everything is in there (<i>grub.cfg</i> and <i>grubtest.cfg</i> would be really nice):<br/> $ <b>./cbfstool libreboot.rom print</b><br/> Extract grubtest.cfg:<br/> |