From owner-freebsd-questions@FreeBSD.ORG Mon Aug 1 08:39:03 2005 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 E94C316A41F for ; Mon, 1 Aug 2005 08:39:03 +0000 (GMT) (envelope-from alexandre.delay@free.fr) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 901D643D46 for ; Mon, 1 Aug 2005 08:39:03 +0000 (GMT) (envelope-from alexandre.delay@free.fr) Received: from imp6-q.free.fr (imp6-q.free.fr [212.27.42.6]) by postfix3-1.free.fr (Postfix) with ESMTP id D6A181734B6 for ; Mon, 1 Aug 2005 10:39:02 +0200 (CEST) Received: by imp6-q.free.fr (Postfix, from userid 33) id 78D5E26CF4; Mon, 1 Aug 2005 09:20:08 +0200 (MEST) Received: from proxy8.sncf.fr (proxy8.sncf.fr [171.16.4.10]) by imp6-q.free.fr (IMP) with HTTP for ; Mon, 01 Aug 2005 09:20:08 +0200 Message-ID: <1122880808.42edcd280f5fd@imp6-q.free.fr> Date: Mon, 01 Aug 2005 09:20:08 +0200 From: alexandre.delay@free.fr To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 171.16.4.10 Subject: Migrate primary disk (duplicate) 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: Mon, 01 Aug 2005 08:39:04 -0000 Hi guys I saw a post on http://lists.freebsd.org/pipermail/freebsd-questions/2003-October/023454.html I am actually trying to migrate from one disk to an other. I need to write a script to do it with several computers. The thing is that it works perfectly when I use the fdisk's /stand/sysinstall and mbr installation, but doesn't work if I use: fdisk -B -b /boot/mbr -I ad3 (or fdisk -B -b /boot/boot0 -I ad3) The disk doesn't boot and I really don't understand. I am trying to find the solution for quite a while. The thing I didn't tell you is that I use FBSD 5.4 and this worked with FBSD 4.9. Thanks