From owner-freebsd-questions@FreeBSD.ORG Thu May 31 15:49:07 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75EBC16A400 for ; Thu, 31 May 2007 15:49:07 +0000 (UTC) (envelope-from sacchi@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id CA9EE13C455 for ; Thu, 31 May 2007 15:49:06 +0000 (UTC) (envelope-from sacchi@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so96492anc for ; Thu, 31 May 2007 08:49:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Xt8mZtbUl4b/CPHwCmeYsR50uaUsLUU/IZuu0OpZAA/WsWTlyaWriKDsf2oP9dlChTPBiicbS0WFWZEJI6Lx/LbGGLCLU9P8MmrwPp2sNvKE7iwSjEKxPLtkmCFjmYK3lObu/VxVB85GzyyKSTPfvsr4jIPhUiRFUSfRxseT1kE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rzFYTDo2A6MBx1NfQ7kNc1bb4v+FonSPldHlg2sjX1Y0rC1zerrbTM76OVchrxWmA7j+XkEDD2FSYPc0zeHqpN8qWrhrBF9dc023oRoiplnVer5vIbM2yOLMArL5kL1abZaNWJuanylcwVwawXhM2sDtYg+HE97wpV4fM7egUkA= Received: by 10.78.118.5 with SMTP id q5mr496118huc.1180624667982; Thu, 31 May 2007 08:17:47 -0700 (PDT) Received: by 10.78.157.3 with HTTP; Thu, 31 May 2007 08:17:47 -0700 (PDT) Message-ID: Date: Thu, 31 May 2007 20:47:47 +0530 From: sac To: "Paul Halliday" In-Reply-To: <2dab70a30705300317g487d7649hd5f56e13c8233758@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2dab70a30705300317g487d7649hd5f56e13c8233758@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: Dual boot. 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: Thu, 31 May 2007 15:49:07 -0000 On 5/30/07, Paul Halliday wrote: > I just installed 6.2 on a 90GB drive. During the installation I > created the usual partitions and left 50GB untouched. I then rebooted > ran partition magic to put a DOS FS on the remainder then ghosted XP > pro onto it. > > What is the process now to dual boot this? I have tried booting then: > > sysinstall -> configure -> fdisk > > then install the bootmanager but when I try to write out the changes > it errors and says: > > ERROR: Unable to write data to disk ad0! > > Do I need to start over or can I fix this? > Hi, by default the variable kern.geom.debugflags will be 0 when 0 it does not allow to update the disk. Set this flag to 16. And try to install the bootmanager. This worked for me while creating new partition. HTH. And I do not know the functionality of this variable, somebody throw more light on this topic. Sachidananda.