From owner-freebsd-questions@FreeBSD.ORG Mon Aug 1 11:11:31 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 AF2D116A41F for ; Mon, 1 Aug 2005 11:11:31 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3D8B43D58 for ; Mon, 1 Aug 2005 11:11:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from beatrix.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j71BBS5P005868; Mon, 1 Aug 2005 14:11:28 +0300 Received: from beatrix.daedalusnetworks.priv (localhost [127.0.0.1]) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3) with ESMTP id j71BBSsW019269; Mon, 1 Aug 2005 14:11:28 +0300 (EEST) Received: (from keramida@localhost) by beatrix.daedalusnetworks.priv (8.13.3+Sun/8.13.3/Submit) id j71BBScX019268; Mon, 1 Aug 2005 14:11:28 +0300 (EEST) Date: Mon, 1 Aug 2005 14:11:28 +0300 From: Giorgos Keramidas To: alexandre.delay@free.fr Message-ID: <20050801111128.GA19264@beatrix.daedalusnetworks.priv> References: <1122880808.42edcd280f5fd@imp6-q.free.fr> <20050801094151.GA16934@beatrix.daedalusnetworks.priv> <1122889913.42edf0b9cc43e@imp6-q.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1122889913.42edf0b9cc43e@imp6-q.free.fr> Cc: freebsd-questions@freebsd.org Subject: Re: 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 11:11:31 -0000 On 2005-08-01 11:51, alexandre.delay@free.fr wrote: > I already did that. > as I told you, when I use sysinstall instead of fdisk, there is no problem. > > I tried every combination: > fdisk -I ad3 && fdisk -B -b /boot/mbr ad3 > fdisk -I ad3 && fdisk -B -b /boot/boot0 ad3 > fdisk -B -b /boot/mbr -I ad3 > ... > > the disk doesn't boot. Yes, but this is not a complete process of bringing up and booting a new disk. You've only quoted the commands that install an MBR. You also need to label the disk, create partitions in the label, create a file system on those partitions and then install the boot loader on /boot of the ad3s1a partition. Can you show us *ALL* the steps?