From owner-freebsd-questions@FreeBSD.ORG Mon Jan 5 01:32:49 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48602F21 for ; Mon, 5 Jan 2015 01:32:49 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E768C64817 for ; Mon, 5 Jan 2015 01:32:48 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t051Wkrp039388 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 4 Jan 2015 18:32:47 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t051Wkxu039385; Sun, 4 Jan 2015 18:32:46 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 4 Jan 2015 18:32:46 -0700 (MST) From: Warren Block To: Christian Baer Subject: Re: FreeBSD multiboot / was: FreeBSD with Win7 and UEFI In-Reply-To: <5509024.BRbmVfsGaV@falbala.rz1.convenimus.net> Message-ID: References: <20141226072950.GB13694@kontrol.kode5.net> <5509024.BRbmVfsGaV@falbala.rz1.convenimus.net> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 04 Jan 2015 18:32:47 -0700 (MST) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 01:32:49 -0000 On Sun, 4 Jan 2015, Christian Baer wrote: > This time, I installed Windows first and FreeBSD after that. I did not find > any option during the installation of the latter to install/setup a boot > loader that allows me to choose the OS I wish to use. The result is that the > Computer now only boots FreeBSD - which is fine with me until I want to do > some gaming. :-) Is the disk partitioned as MBR or GPT? Actually, I don't know if Windows 7 can do GPT without UEFI. If it is MBR, FreeBSD's boot0cfg can be used to install the boot0 loader. If it is GPT, I have managed to use Grub to multiboot, but not with Windows: https://forums.freebsd.org/threads/gpt-multiboot.49055/