From owner-freebsd-mobile@FreeBSD.ORG Sat Dec 27 18:14:18 2014 Return-Path: Delivered-To: freebsd-mobile@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 247DA905 for ; Sat, 27 Dec 2014 18:14:18 +0000 (UTC) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A8D54669C7 for ; Sat, 27 Dec 2014 18:14:17 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id n3so19002432wiv.5 for ; Sat, 27 Dec 2014 10:14:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ajtd5tZhcTa13+9HhM9LD/WKFkxNJEpXqIzntexdluk=; b=a7Emu5TSUob2DBU/lig3ae8yXhAN4o25PdObWIgIxL6qO4Aq0q2HxO7NiNNUtOad17 nTuV2e3dVWNhzagqIRyT0jjBAO+OkDvSIUbaQ5JVzL6TeV/QmfMmK+jBgOEIBox0ACNT SzL9KWlF4d7M9IfX/vLtEcBfh29Dh0CVWFxrRv97/wD9LTsB3tFzBFWCw+HAToyLY5UP yHbiQVhhftH8iWCBoAPny/bqWgVe4oT7XPtzqYzux2LzTVz9tTj2rTxoXCA8fmJ3kM+t +fA1QfQDS9CodEat9vBteQjmHeWN6ign3vkn9msiZeBXZpsmdBPwc86DXE/NS3lgJ19E yGWA== MIME-Version: 1.0 X-Received: by 10.194.24.103 with SMTP id t7mr93246596wjf.15.1419704056160; Sat, 27 Dec 2014 10:14:16 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Sat, 27 Dec 2014 10:14:16 -0800 (PST) In-Reply-To: References: Date: Sat, 27 Dec 2014 10:14:16 -0800 X-Google-Sender-Auth: 7nNjb8QJ_jeoIstTVoXGKpZ_f3k Message-ID: Subject: Re: FreeBSD on Acer C710 Chromebook From: Adrian Chadd To: Warren Block Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-mobile@freebsd.org" X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2014 18:14:18 -0000 Hi, So we'd have to setup a chromeos layout partition table and such. http://www.chromium.org/chromium-os/chromiumos-design-docs/disk-format .. but their boot environment expects an EFI32 boot loader. And we don't have that support just yet. (Another reason to get EFI32 done..) -adrian