Hi,
* Kevin Wilson wkevils@gmail.com [2015-07-18 10:03]:
Is there a way, from a device running Linux, to which I have access to the command line, to know whether the BIOS is coreboot or not ? by some utility, or by some sysfs entry ?
Yes, if you have dmidecode present: ctvdr:~# dmidecode -t bios | grep Vendor Vendor: coreboot
Probably it might be possible to set it to something else, but that seems to be the default.
@ndy