grub_cbfs: add -t raw to example cbfs command
i overlooked this, when re-writing the guide Signed-off-by: Leah Rowe <info@minifree.org>master
parent
633dbebbc6
commit
d3d65ae8de
|
@ -122,7 +122,7 @@ Before reading the next section, please note: if you only have the fallback
|
|||
GRUB config in memdisk, and no configs in CBFS, you can test the modified
|
||||
version by inserting it as `grubtest.cfg`, instead of `grub.cfg`:
|
||||
|
||||
cbfstool canoeboot.rom add -f grubtest.cfg -n grubtest.cfg
|
||||
cbfstool canoeboot.rom add -f grubtest.cfg -n grubtest.cfg -t raw
|
||||
|
||||
Canoeboot will not automatically load it, but it will be available from the
|
||||
default GRUB menu. This can be useful for test purposes, hence the name.
|
||||
|
@ -142,7 +142,7 @@ Now remove it:
|
|||
It's important that you re-add `grub.cfg` before flashing (or just add it, if
|
||||
it was never there in the first place):
|
||||
|
||||
cbfstool canoeboot.rom add -f grub.cfg -n grub.cfg
|
||||
cbfstool canoeboot.rom add -f grub.cfg -n grub.cfg -t raw
|
||||
|
||||
**If you flash the Canoeboot image without a `grub.cfg` in CBFS, it will
|
||||
default back to the one in GRUB memdisk.
|
||||
|
|
|
@ -164,7 +164,7 @@ flashing instructions. Internal flashing is when you flash the target machine
|
|||
from the target machine, inside an operating system running on it.
|
||||
|
||||
Some boards require special steps, even if Canoeboot is already running,
|
||||
for example if you [locked down the flash](../linux/grub_hardening.md).
|
||||
for example if you [locked down the flash](../gnulinux/grub_hardening.md).
|
||||
|
||||
Therefore, before following generic guides, make sure to check first whether
|
||||
your board has special instructions, otherwise use the generic guide at the
|
||||
|
@ -198,7 +198,7 @@ an Intel PHY module and the onboard NIC is usable).
|
|||
Install via host CPU (internal flashing)
|
||||
========================================
|
||||
|
||||
See: [GRUB hardening / Secure libreBoot](../linux/grub_hardening.md)
|
||||
See: [GRUB hardening / Secure canoeBoot](../gnulinux/grub_hardening.md)
|
||||
|
||||
If you already did this, it's possible that you may no longer be able to
|
||||
flash internally. If that is the case, you must [flash externally](spi.md).
|
||||
|
|
|
@ -270,7 +270,7 @@ You should see something like this:
|
|||
|
||||

|
||||
|
||||
Now [install Linux](../linux/).
|
||||
Now [install GNU+Linux](../gnulinux/).
|
||||
|
||||
X200S and X200 Tablet users: GPIO33 trick will not work.
|
||||
--------------------------------------------------------
|
||||
|
|
|
@ -262,7 +262,7 @@ Tablet (для цих систем потрібно повністю видал
|
|||
|
||||

|
||||
|
||||
Тепер [встановлюйте Linux](../linux/).
|
||||
Тепер [встановлюйте GNU+Linux](../gnulinux/).
|
||||
|
||||
Користувачі X200S та X200 Tablet: трюк GPIO33 не спрацює.
|
||||
--------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue