From owner-freebsd-questions@FreeBSD.ORG Thu Jun 16 14:49:32 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D250916A41C for ; Thu, 16 Jun 2005 14:49:32 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9490643D1F for ; Thu, 16 Jun 2005 14:49:32 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so483980wri for ; Thu, 16 Jun 2005 07:49:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TXwC+kmpgTkDaV/GmRDrvolAw1HGX1w2owq81M6XAsDpm5kS3RsYawlt9pU4sfeywBetp8hyPVnMKHrpotH6CooJmiI3Mdn9V5mKmnmoYlvFi2/7UM5wCNL45mNkBf62NFMjobdHbn/ODDrwyAX/OdYMz900r1oVnU3PYA8+dB8= Received: by 10.54.150.2 with SMTP id x2mr510833wrd; Thu, 16 Jun 2005 07:48:38 -0700 (PDT) Received: by 10.54.61.2 with HTTP; Thu, 16 Jun 2005 07:48:38 -0700 (PDT) Message-ID: Date: Thu, 16 Jun 2005 18:48:38 +0400 From: "Andrew P." To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Headless upgrade from Linux to FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrew P." List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 14:49:32 -0000 Hello, I've been using FreeBSD for a while - and I prefer it to all other server OS'es, but incidentally I have Fedora Core 3 installed on one of the servers I manage. I consulted all interested parties and they have nothing against migrating it to FreeBSD. I've got physical access to the box, but I'd would like it very much to make a headless upgrade. It's a single-Opteron box with around 130Gb on a 200Gb SATA hard drive, the internet bandwidth is about 20Mbit/s. In fact, I've already tried to run FreeBSD-5.3 on this very box - without any problem. There is no DHCP/DNS on the network it's connected to, so static preconfigured IP-address is a must, as well as a pre-configured BIND (or at least resolv.conf with one of my external DNS-servers). I'm thinking about creating a large hard-drive image (with FreeBSD) and somehow writing it on the hard-drive with an in-memory dd-like tool. Can anybody suggest a better way? Maybe I could even save some data without backing it all up on another server? Thanks, Andrew P.