From owner-freebsd-current@FreeBSD.ORG Wed Mar 12 08:33:57 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B02E4D6 for ; Wed, 12 Mar 2014 08:33:57 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 6D1CEB43 for ; Wed, 12 Mar 2014 08:33:57 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id 4ED2117FC73; Wed, 12 Mar 2014 09:33:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 046F18E119F; Wed, 12 Mar 2014 09:33:43 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id T0edo21b+Kfm; Wed, 12 Mar 2014 09:33:42 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id C8E018E119E; Wed, 12 Mar 2014 09:33:42 +0100 (CET) Message-ID: <53201C22.9000102@bitfrost.no> Date: Wed, 12 Mar 2014 09:34:42 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Nicolas Kozic , 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> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Wed, 12 Mar 2014 08:33:57 -0000 On 03/12/14 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 Hi, I've only got MBR partition layout to work with MBPro x86 based ones. --HPS