From owner-freebsd-questions@freebsd.org Wed Jul 20 15:16:58 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 735A5B9FD89 for ; Wed, 20 Jul 2016 15:16:58 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-qk0-x231.google.com (mail-qk0-x231.google.com [IPv6:2607:f8b0:400d:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A31C1845 for ; Wed, 20 Jul 2016 15:16:58 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by mail-qk0-x231.google.com with SMTP id o67so48037346qke.1 for ; Wed, 20 Jul 2016 08:16:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=pTjcoRZW2BvDZ4rertJfw8EqDc5XJblBmfn72ckpLT8=; b=WFimZYe5u9OUP9V9jMP7cqpBZwfHdcWTrYNTHPbypYvUCdPDXECDQJMG/RLvX3N/h8 aVLXjsiv+3Hnc2k2xksSX1YEaso7OPO8hIGDWSsvtLGH0SaogP4AmLu/AEzCXq6PHgTB aYjs2aVCmY5gQQdP86+6CHTpNsxQUkAHGY3Vz21NK09Ln0Lxmpc0p9F5LxnxgwEqtnbm DzIOcUxMu+cvtRXtYQf7KkwUS/DTrMMfXmG3NFJDqIHDQy7mvghhoXZDkNcJXxAXPWe9 VTe3PSfnHRZrneJF0Le4XEe/dInvwoDACvtFY423c3dKtaFvnp25cSLrUiDVWlUNx1/i 8fGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=pTjcoRZW2BvDZ4rertJfw8EqDc5XJblBmfn72ckpLT8=; b=a6JP5affHwKXSxQyxJfSPMQssYQF+7C2Z8CZAxZTXSVyMD86CKayUW/B0y9s6/aOs5 p+co1Q46mft9SeWt9qzr7Y5ofX892SmTY1Fn1iojWyDGbkYHDT3nndj1k95VzSghtA2T MkvyasC9Mdvh/sYJlH4vyJK7PnIOb9/sp0/CUy29nNhlcnGlP+FlkjxmbSPQsyRXeYqk fIhFJrNg8lEAMugBgGYoZgFqScSExD4oG+c+NluugB1GatYE4nW/v13ih9avEmXsXgX+ feNe1ajGBLxTw/zqFBRHYtccA0kYkgRMzjQ2evB+pbtYXEbEWW5M708OEesYDVDwNjkF 1l9w== X-Gm-Message-State: ALyK8tJDqbeQt8ccKloDUIDoHmjCONDFwHANTH39u/roRfhYTpE69yZIt+LsayYqGEATaEl/eVg5Zb7HyJ91pA== MIME-Version: 1.0 X-Received: by 10.55.48.19 with SMTP id w19mr62509477qkw.141.1469027817176; Wed, 20 Jul 2016 08:16:57 -0700 (PDT) Received: by 10.55.114.70 with HTTP; Wed, 20 Jul 2016 08:16:56 -0700 (PDT) Received: by 10.55.114.70 with HTTP; Wed, 20 Jul 2016 08:16:56 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 Jul 2016 17:16:56 +0200 Message-ID: Subject: Re: EFI and GPT status From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= To: Warren Block Cc: User Questions , Ben Woods Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 15:16:58 -0000 El 20/7/2016 4:34, "Warren Block" escribi=C3=B3: > > On Tue, 19 Jul 2016, Ben Woods wrote: > >> On Tuesday, 19 July 2016, Fernando Apestegu=C3=ADa < fernando.apesteguia@gmail.com> >> wrote: >> >>> Hi, >>> >>> What's the status of EFI and GPT support on FreeBSD? I would like to triple >>> boot windows 10 + FreeBSD 10 + Linux everything installed on a single disk. >>> Is it possible? >>> >>> If not with GPT, would it be better to fall back to compatibility mode and >>> MBR partition scheme? >>> >>> Has anyone played with this? >>> >>> Thanks in advance. >>> >> >> I dual boot my laptop with Windows and FreeBSD using a single hard drive= . >> >> I find the easiest way is creating 2 new GPT partitions (1 for ZFS and 1 >> for swap). I then manually copy the FreeBSD EFI boot loader to my EFI >> partition, by mounting the existing EFI partition that comes with the >> laptop as msdosfs to /mnt, copying /boot/boot1.efi to >> /mnt/EFI/BOOT/BOOTX64.efi. >> >> Lastly, I install refind on my efi partition to allow me to select between >> the Windows EFI loader and the FreeBSD EFI loader at boot time. >> http://www.rodsbooks.com/refind/ > > > I do a similar thing, but my UEFI Dell notebooks allow setting each EFI boot loader as a menu entry. So no additional software is needed. Thanks for the tips!