This is a terminal application for changing boot settings in ROM files of coreboot. It can change boot order and values of options in interactive or automated mode.
libcurses
GNU Make
make # or `make debug` (possibly after `make clean`)
./cb-order -h
Non-interactively:
cb-order coreboot.rom -b USB,SATA -o usben=off -o watchdog=300
Interactively:
cb-order coreboot.rom
Navigation can be done with extended keys (arrows, etc.), CLI-like shortcuts or
in Vim-like manner. CLI-like shortcuts are associated with items on the screen
and are upper case only, so hold Shift
to perform navigation in that manner.
Bottom of each screen provides list of keys and their meaning.
GPL 2.0 only.