From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 15 14:00:23 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28D63106566B for ; Wed, 15 Feb 2012 14:00:23 +0000 (UTC) (envelope-from kamikadze29@o2.pl) Received: from moh2-ve2.go2.pl (moh2-ve2.go2.pl [193.17.41.200]) by mx1.freebsd.org (Postfix) with ESMTP id DB0A78FC0C for ; Wed, 15 Feb 2012 14:00:22 +0000 (UTC) Received: from moh2-ve2.go2.pl (unknown [10.0.0.200]) by moh2-ve2.go2.pl (Postfix) with ESMTP id 5CE98B03BDF; Wed, 15 Feb 2012 15:00:19 +0100 (CET) Received: from o2.pl (unknown [10.0.0.17]) by moh2-ve2.go2.pl (Postfix) with SMTP; Wed, 15 Feb 2012 15:00:18 +0100 (CET) From: =?UTF-8?Q?=C5=81ukasz_Kurek?= To: =?UTF-8?Q?Andrey_Zonov?= In-Reply-To: <4F32D779.60209@zonov.org> References: <192396d2.4ca0430d.4f0baa06.40411@o2.pl> <4F32D779.60209@zonov.org> Mime-Version: 1.0 Message-ID: <195836c2.4262b373.4f3bba71.c012a@o2.pl> Date: Wed, 15 Feb 2012 15:00:17 +0100 X-Originator: 88.199.93.10 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org Subject: Re: backup BIOS settings X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 14:00:23 -0000 I=20tested=20it.=20It=20really=20works.=20 Thank=20You! =C5=81ukasz=20Kurek Dnia=208=20lutego=202012=2021:13=20Andrey=20Zonov=20=20= napisa=C5=82(a): >=20On=2010.01.2012=207:01,=20=C5=81ukasz=20Kurek=20wrote: >=20>=20Hi, >=20>=20Is=20it=20possible=20to=20backup=20BIOS=20settings=20(CMOS=20conf= iguration)=20to=20file=20and=20restore=20this=20settings=20on=20the=20oth= er=20machine=20(the=20same=20hardware=20configuration=20and=20the=20same=20= BIOS)? >=20> >=20>=20I=20try=20do=20it=20for=20this=20way: >=20> >=20>=20kldload=20nvram >=20> >=20>=20dd=20if=3D/dev/nvram=20of=3Dnvram.bin=20=20=20(backup) >=20> >=20>=20dd=20if=3Dnvram.bin=20of=3D/dev/nvram=20=20=20(restore) >=20> >=20> >=20>=20but=20this=20way=20always=20load=20default=20BIOS=20settings,=20n= ot=20my=20(probably=20there=20is=20some=20kind=20of=20error). >=20 >=20Try=20sysutils/nvramtool=20instead. >=20 >=20