Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2012 04:01:26 +0100
From:      =?UTF-8?Q?=C5=81ukasz_Kurek?= <kamikadze29@o2.pl>
To:        freebsd-hackers@freebsd.org
Subject:   backup BIOS settings
Message-ID:  <192396d2.4ca0430d.4f0baa06.40411@o2.pl>

next in thread | raw e-mail | index | archive | help

Hi,
Is it possible to backup BIOS settings (CMOS configuration) to file and restore this settings on the other machine (the same hardware configuration and the same BIOS)?

I try do it for this way:

kldload nvram

dd if=/dev/nvram of=nvram.bin   (backup)

dd if=nvram.bin of=/dev/nvram   (restore)


but this way always load default BIOS settings, not my (probably there is some kind of error).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?192396d2.4ca0430d.4f0baa06.40411>