From owner-freebsd-questions@FreeBSD.ORG Sun Jan 4 16:46:27 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 7BD89260 for ; Sun, 4 Jan 2015 16:46:27 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34849143F for ; Sun, 4 Jan 2015 16:46:26 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y7oJr-0000dq-9l for freebsd-questions@freebsd.org; Sun, 04 Jan 2015 17:46:23 +0100 Received: from p5b022d7c.dip0.t-ipconnect.de ([91.2.45.124]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Jan 2015 17:46:23 +0100 Received: from christian.baer by p5b022d7c.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 04 Jan 2015 17:46:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Christian Baer Subject: FreeBSD multiboot / was: FreeBSD with Win7 and UEFI Date: Sun, 04 Jan 2015 17:46:09 +0100 Organization: Back Yard Shed Club Lines: 43 Message-ID: <5509024.BRbmVfsGaV@falbala.rz1.convenimus.net> References: <20141226072950.GB13694@kontrol.kode5.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p5b022d7c.dip0.t-ipconnect.de User-Agent: KNode/4.14.2 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: Sun, 04 Jan 2015 16:46:27 -0000 Warren Block wrote: >> This sentence actually rather suggests that you have not read my post >> (properly) before answering. > Your boot menu pointed out that FreeBSD was EFI and did not do that for > Windows. Also, Windows 7 UEFI installs are rare. Actually, there is no Windows boot loader when you do not use UEFI. This is the same as the dedicated freebsd-boot partition needed for FreeBSD. The Mainboard just recognised Windows and thus displayed the name of the OS. It does not seem to recognise FreeBSD so it just displayed "EFI OS". > Some UEFI systems can attempt legacy BIOS booting and then UEFI, and it > appeared that Windows 7 was booting in BIOS mode while FreeBSD was > installed for UEFI. Well, be that as it may, it no longer makes a difference as I have reinstalled both Windows and FreeBSD - using BIOS this time, not EFI. The reason was actually my nvidia driver which locked the system on boot. I thought this was a problem with the boot loader but as it turned out is was because the Linux compat had changed from 10.0 RELASE to 10.1 RELEASE. I might have to write about that some other time because the problems I had with my nvidia driver were not really documented and I'm having a hard time assuming that I'm the only one who ran into trouble trying to get that driver to work. Back to the old problem... :-) 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. :-) I have not ever tried to install Grub on a FreeBSD system. In theory it should work fine. Or is there something else I can/should use? Note that this is a machine with two swap bays for HDDs and these are used frequently. I use labels in my fstab because the computer's idea which drive is 1st seems to change depending on whether there is a drive in the bay or not. Best regards, Chris