From owner-freebsd-current@FreeBSD.ORG Fri Mar 14 09:31:38 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 424AD627 for ; Fri, 14 Mar 2014 09:31:38 +0000 (UTC) Received: from mail.rlwinm.de (mail.rlwinm.de [IPv6:2a01:4f8:140:72e1::ac16:e45e]) by mx1.freebsd.org (Postfix) with ESMTP id 072A8D50 for ; Fri, 14 Mar 2014 09:31:38 +0000 (UTC) Received: from t420.rlwinm.de (p54BC48D7.dip0.t-ipconnect.de [84.188.72.215]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.rlwinm.de (Postfix) with ESMTPSA id 846A1BFF1 for ; Fri, 14 Mar 2014 09:31:30 +0000 (UTC) Message-ID: <5322CC72.4050600@rlwinm.de> Date: Fri, 14 Mar 2014 10:31:30 +0100 From: Crest User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: MacPro 2009 again References: <278B7E0F-83DE-40AD-B57B-CB52A442C1C8@orange.fr> In-Reply-To: <278B7E0F-83DE-40AD-B57B-CB52A442C1C8@orange.fr> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 09:31:38 -0000 On 12.03.2014 09:25, Nicolas Kozic wrote: > Hello all, I come back on FreeBSD. I tried for a couple of months > macports, fink on macosx on Mavericks version but it is not the > same. On Mavericks we can have X via XQuartz but I miss some > softwares and X from FreeBSD is different. So my actual solution > is: Use one system with my needs and boot on when it's useful. I > have many request about FreeBSD on MacPro (to access to my > macintosh hard drive inside FreeBSD for instance). But first I want > to boot on my FreeBSD HD. I installed on a hard drive who had > previously the FileVault turned on. I want to know if it is the > cause of my problem. Because I previously wrote "gpart bootcode -b > /boot/pmbr -p /boot/gptboot -i bootpartition adax" and fix "bless > -device /dev/disk setboot -legacy]". and my system refuses to boot. > The last command ask me a problem. > > Do I need to bless the whole disk or the boot partition of disk ? > Nicolas Kozic I avoided the whole problem like this on FreeBSD 10.0/amd64: 1. Format the disk with MBR (1 slice) 2. Format the slice as BSD label (3 partitions) 3. Put a UFS /boot, swap and zpool on partitions. 4. Install FreeBSD on the zpool 5. Copy /boot to the UFS and symlink it. 6. Put /boot/mbr on the disk 7. Put /boot/boot on the slice 8. Activate the first slice of the MBR 9. Watch the MacPro EFI boot in BIOS mode. Just for fun I installed X.org and tested the System a little. 2D Performance was nice but the combination of an old lowend Radeon with a 2560px x 1600px display and the free X.org drivers resulted in abysmal 3D performance at the native resolution. I later extended this setup to a 4 way GEOM mirror /boot and a ZFS pool of two mirrored VDEVs. The old SATA1 controller will cost you some performance.