linuxboot / uefisettings

The tool to read/get/extract and write/change/modify BIOS/UEFI settings from Linux terminal.
BSD 3-Clause "New" or "Revised" License
35 stars 3 forks source link

for unknown backends, still report other machine information #3

Closed orangecms closed 6 months ago

orangecms commented 6 months ago

Not ideal, but at least this will give you some info, e.g.: MachineInfo { backend: { Backend::Unknown, }, bios_vendor: "coreboot", bios_version: "2023-10-13_5d997d1", bios_release: "4.19", bios_date: "10/12/2023", product_name: "Lemur Pro", product_family: "", product_version: "lemp10", }

Signed-off-by: Daniel Maslowski info@orangecms.org