From owner-freebsd-questions@FreeBSD.ORG Fri Dec 31 15:19:45 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A680E106564A for ; Fri, 31 Dec 2010 15:19:45 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 33FAF8FC19 for ; Fri, 31 Dec 2010 15:19:45 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 456A6E8AA2; Fri, 31 Dec 2010 15:19:44 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=irichQZx7tlb P2j4fHNRjpigqzU=; b=qe4CaGWtPpuvWsbHSKzRKOR3ZQ5FZzC24QOD7SsAVy+Y mDc7P6IAaEpb2w+rmVkinDGxikCf8Dj16IjBnRE4fc79Qr9jRyB9hymM7wtQoh1K Z+MIXn7uM8uRi2DISHjRGiINcDU5n3obZWeiw0Mu8O2U7pzXqEdVrP7boPK5vTA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=L09Djp gkh1y1xZR5IBISGHe2VTn3Lpb2+A/Vw92wbyfddTaiIO4YfS6uSIU19xfX3Sn7a6 bh463zlXQ3vbz1FoB5thjhJ2a9DnnynKO7fITJh3ulvrEKoNuABAZ4swTBrHTMJw Dyj+rOaVowtAWHidLpUYUKSr2yQ9vmEjkm1YU= Received: from unknown (client-86-27-23-77.glfd.adsl.virginmedia.com [86.27.23.77]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 9F78EE625D; Fri, 31 Dec 2010 15:19:43 +0000 (GMT) Date: Fri, 31 Dec 2010 15:19:40 +0000 From: Bruce Cran To: Leslie Jensen Message-ID: <20101231151940.00003a00@unknown> In-Reply-To: <4D1DD4FB.4010804@eskk.nu> References: <20101231050913.425d0c23.freebsd@edvax.de> <4D1DD4FB.4010804@eskk.nu> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: xinyou yan , Polytropon , freebsd-questions@freebsd.org Subject: Re: load windows 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: Fri, 31 Dec 2010 15:19:45 -0000 On Fri, 31 Dec 2010 14:04:59 +0100 Leslie Jensen wrote: > I would suggest you use a Live CD (Partition Magic) and set the > Windows partition active. You will then boot into Windows and I would > then recommend that you install the EasyBCD bootloader and ad your > BSD installation to it. EasyBCD seems by far the best method as long as you're using Vista or newer (BCD doesn't exist on XP). However you don't need to boot from a LiveCD. From within FreeBSD: gpart set -a active -i should work where you can get from "gpart show" and will be the name of the disk, for example ad0. -- Bruce Cran