Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Dec 2010 15:19:40 +0000
From:      Bruce Cran <bruce@cran.org.uk>
To:        Leslie Jensen <leslie@eskk.nu>
Cc:        xinyou yan <yxy.716@gmail.com>, Polytropon <freebsd@edvax.de>, freebsd-questions@freebsd.org
Subject:   Re: load windows
Message-ID:  <20101231151940.00003a00@unknown>
In-Reply-To: <4D1DD4FB.4010804@eskk.nu>
References:  <AANLkTikHfyNRUL-PVVoZpEK_%2BQMtMC9%2BZ%2BrN6xS68V6U@mail.gmail.com> <20101231050913.425d0c23.freebsd@edvax.de> <4D1DD4FB.4010804@eskk.nu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 31 Dec 2010 14:04:59 +0100
Leslie Jensen <leslie@eskk.nu> 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 <index_of_partition> <devname>

should work where you can get <index_of_partition> from "gpart show"
and <devname> will be the name of the disk, for example ad0.

-- 
Bruce Cran



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101231151940.00003a00>