From owner-freebsd-questions@FreeBSD.ORG Mon Dec 29 02:53:37 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F39EA49 for ; Mon, 29 Dec 2014 02:53:37 +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 D533764980 for ; Mon, 29 Dec 2014 02:53:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sBT2rX8m061058 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 28 Dec 2014 19:53:34 -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 sBT2rXjh061055; Sun, 28 Dec 2014 19:53:33 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 28 Dec 2014 19:53:33 -0700 (MST) From: Warren Block To: Valeri Galtsev Subject: Re: FreeBSD with Win7 and UEFI In-Reply-To: <2641.69.209.227.251.1419803774.squirrel@cosmo.uchicago.edu> Message-ID: References: <20141226072950.GB13694@kontrol.kode5.net> <2641.69.209.227.251.1419803774.squirrel@cosmo.uchicago.edu> 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, 28 Dec 2014 19:53:34 -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, 29 Dec 2014 02:53:37 -0000 On Sun, 28 Dec 2014, Valeri Galtsev wrote: > On Sun, December 28, 2014 1:40 pm, Warren Block wrote: >> >> Your boot menu suggests that Windows 7 is installed for standard BIOS >> booting. The easiest way to deal with this is to reinstall FreeBSD for >> standard BIOS booting also, with an MBR format. Then you can install >> the boot0 multiboot program, but it really doesn't offer anything that >> the BIOS boot menu does not already have. >> >> Please also consider running FreeBSD as a VM with one of the many >> virtualization options. That has many advantages over multiboot setups. > > There is a big difference: in last case you have the machine running > Windows 7. Just out of curiosity: do _you_ have the same level of trust to > Windows 7/8 system as you do to FreeBSD? If yes, why at all would you go > into trouble running FreeBSD? Just curious (no offense to anyone/anything > intended ;-) If Windows (or anything, really) is alternately running with FreeBSD, there's already a trust issue. The other OS has access to FreeBSD's disks when FreeBSD is not running. Either way, setting up VMs is easier and less hazardous than modifying existing disk boot blocks and partitions. Allowing multiple operating systems to run at the same time means that the functionality of the host or other VMs is still available. With multiboot, only one system is available, and that can be challenging for new users who get FreeBSD started but don't have access to the web for researching questions because X or a text-mode browser or even a network connection has not been set up yet.