From owner-freebsd-current@freebsd.org Sat Jan 14 20:10:42 2017 Return-Path: <owner-freebsd-current@freebsd.org> Delivered-To: freebsd-current@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 6E106CAE702 for <freebsd-current@mailman.ysv.freebsd.org>; Sat, 14 Jan 2017 20:10:42 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: from mail-yw0-x230.google.com (mail-yw0-x230.google.com [IPv6:2607:f8b0:4002:c05::230]) (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 228251D72 for <freebsd-current@freebsd.org>; Sat, 14 Jan 2017 20:10:42 +0000 (UTC) (envelope-from johalun0@gmail.com) Received: by mail-yw0-x230.google.com with SMTP id l19so49364088ywc.2 for <freebsd-current@freebsd.org>; Sat, 14 Jan 2017 12:10:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=SE8sNSeY456ZMd2Su2iRu6b+kjgzALqCpCWQyIM+KAY=; b=j8o4wjSiBmYO43gK5fkAIC0Qn9P0kFYrgtl9xOtRcpSgQH/La8CC2/iNUbEGoGN9c7 tzhXSC/N7GcuWQmE47yZ6LawwxdDcEWLBf3SwNvyR4TvYlIBj4U8Nr4J6/Nbgw2X1RAt fxy84aWNZQOuD2N0ZwouCrRu39DsaPnbENvMkPPFTqg/DneAq+DZAr8YNSNtrQFHE6sv /JfgcOPJCAjIaSNh68038nQUelRf4V4hP9lUQkL3+rFgjojJhpjIPuXjgcjeeLpOfIlw 0djmm9h0G1inBu7FfqLJ9uRCjQxAb3+423cPABH6/co8mcK3UGrigrmqUsaJTsaQGoGh hN6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=SE8sNSeY456ZMd2Su2iRu6b+kjgzALqCpCWQyIM+KAY=; b=NAlk41WZ/3HKJpO0tfTuF0FPUra+BiTaJORhLDotjoragXzBt+3G3m+cS20VlG6NhE Zw2Cn8WurkEjzeNhLxa2H+2n3rKTKwspfwT71A087N0sXo6E23CslTS4wwLBQgUYmyPc JzVtP8YT9sAI6Ftgohij7tlxWDmriGtedDXb8YYInUCb5ffZvpD6BNFUmqc0I4PR1+EA gqLPgU8wLkWWsFtl1qqcixjOuE92TkMtBuylRMk1kPvYs4vHltsAQWTgy7vnEyocuhhB 5vo47bVTlpMJ64xK4H9GPRuA/g31QQS6iatFGrPyBwVfdSDd80EP64xY2vb0Xb84Q8sG 98QA== X-Gm-Message-State: AIkVDXIQK0rlQ1FLHa7PjhcQG/lwJnNFamIm6zHxibgFzkTbxWz5b+XwuRYAx7sK+6IAy3GAk4YcmQ76P2tvYQ== X-Received: by 10.13.251.135 with SMTP id l129mr22134958ywf.353.1484424641224; Sat, 14 Jan 2017 12:10:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.13.239.198 with HTTP; Sat, 14 Jan 2017 12:10:40 -0800 (PST) From: Johannes Lundberg <johalun0@gmail.com> Date: Sat, 14 Jan 2017 12:10:40 -0800 Message-ID: <CAECmPwvCW9saEFV27-+L2CyJKWt9zFwMe1wN54pjJZkdbNDdJw@mail.gmail.com> Subject: Multiple FreeBSD on same drive To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current <freebsd-current.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current/> List-Post: <mailto:freebsd-current@freebsd.org> List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-current>, <mailto:freebsd-current-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 14 Jan 2017 20:10:42 -0000 Hi The most recent info I have is that the (UEFI) boot loader can only boot from the first UFS partition it finds. Has support for multiple installations been implemented? If so, how can I choose to boot from the first or second UFS partition? Thanks!