From owner-freebsd-questions@FreeBSD.ORG Wed Mar 22 21:18:04 2006 Return-Path: X-Original-To: freebsd-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 6317116A400 for ; Wed, 22 Mar 2006 21:18:04 +0000 (UTC) (envelope-from freebsd-questions@mats-hecking.de) Received: from joint-solution.de (joint-solution.de [62.75.247.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0594F43D60 for ; Wed, 22 Mar 2006 21:18:03 +0000 (GMT) (envelope-from freebsd-questions@mats-hecking.de) Received: from dslnet.85-22-5.ip124.dokom.de ([85.22.5.124] helo=[192.168.1.2]) by joint-solution.de with asmtp (TLS-1.0:DHE_RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1FMAiO-0004B8-3y for freebsd-questions@freebsd.org; Wed, 22 Mar 2006 22:18:00 +0100 Message-ID: <4421BF25.5020100@mats-hecking.de> Date: Wed, 22 Mar 2006 22:18:29 +0100 From: Mats Hecking User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Install FreeBSD on a remote server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Mar 2006 21:18:04 -0000 Hi. I have a remote server, that I can access through SSH using a Linux Rescue CD. I would like to install FreeBSD 6.0 on this system. First I looked at Depinguinator. I checked the script and decided that I couldn't really use that, especially because it works for FreeBSD 5.4 only. I then proceeded this way: I have created an image the same size the hard drive in the remote server is (approx. 10GB). With qemu I installed FreeBSD 6.0 on that and copied it onto the remote server. I had to use dd for that - dump/restore won't work, since with the Linux Rescue-CD I cannot mount UFS. Now I heard that copying an image with dd might give you trouble at a later point of time. Problems might be the physical constitution of the hard drive - partitions have to end at a cylinder. And since cylinders are different on different hard drives, it might give you IO-Errors. Is that true? My next idea was to partition the hard drive on the remote system with the Linux Rescue CD (fdisk), then dd that image onto my system. With qemu I then wanted to install FreeBSD on the already partitioned image and dd it onto the remote system again. Does this sound better to you So if you have any better ideas how to install a FreeBSD 6.0 on this server, I'll be glad for any replies! Thanks. Sorry for any grammar and spelling mistakes, English is not my native language...