<div dir="ltr"><div><div><div><div><div>After a successful flash on the next boot the firmware resorts to default config. Is there some way around this? It would be a useful feature to preserve settings between boots.<br></div>
<br>For example, reading the FLASHROM to a file...<br></div>$ sudo flashrom -r bios_backup.bin -p internal<br></div>And then writing the bios to an identical but physically different machine<br></div>$ sudo flashrom -w bios_backup.bin -p internal<br>
<br></div>It would be quite a feature to preserve settings to this new machine. Is this possible?<br></div>