Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2012 15:00:17 +0100
From:      =?UTF-8?Q?=C5=81ukasz_Kurek?= <kamikadze29@o2.pl>
To:        =?UTF-8?Q?Andrey_Zonov?=<andrey@zonov.org>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: backup BIOS settings
Message-ID:  <195836c2.4262b373.4f3bba71.c012a@o2.pl>
In-Reply-To: <4F32D779.60209@zonov.org>
References:  <192396d2.4ca0430d.4f0baa06.40411@o2.pl> <4F32D779.60209@zonov.org>

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

I tested it. It really works. 

Thank You!
Łukasz Kurek



Dnia 8 lutego 2012 21:13 Andrey Zonov <andrey@zonov.org> napisał(a):

> On 10.01.2012 7:01, Łukasz Kurek wrote:
> > 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).
> 
> Try sysutils/nvramtool instead.
> 
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?195836c2.4262b373.4f3bba71.c012a>