From owner-freebsd-questions@FreeBSD.ORG Mon May 12 04:37:19 2003 Return-Path: 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 E88E037B401 for ; Mon, 12 May 2003 04:37:19 -0700 (PDT) Received: from thalia.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FA8D43FE1 for ; Mon, 12 May 2003 04:37:18 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a103.otenet.gr [212.205.215.103]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h4CBbFRU019697; Mon, 12 May 2003 14:37:16 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h4CBaviP002367; Mon, 12 May 2003 14:37:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h4CAjGpC000829; Mon, 12 May 2003 13:45:16 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 12 May 2003 13:45:16 +0300 From: Giorgos Keramidas To: Guy Van Sanden Message-ID: <20030512104516.GA711@gothmog.gr> References: <1052733134.8864.66.camel@horus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1052733134.8864.66.camel@horus> cc: freebsd-questions@freebsd.org Subject: Re: Re-installing bootmanager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 11:37:20 -0000 On 2003-05-12 11:52, Guy Van Sanden wrote: > Hello > > I tried to follow some suggestions I got on this list to get my > self-made mirror-disk to boot. > > The tip was the use /stand/sysinstall - config - fdisk - disklabel and > let it install a bootmanager. > I tried to do this, however it did not write my slices to the disk. > (no errors or anything, it just didn't write it). > > I used fdisk from the console, and that worked. > However, now I don't have the disk bootable. Use the boot0cfg(8) utility to write BootEasy in the MBR of your media. # boot0cfg ad1 - Giorgos