From owner-freebsd-stable@freebsd.org Sun Oct 16 22:21:35 2016 Return-Path: Delivered-To: freebsd-stable@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 1B603C1445C; Sun, 16 Oct 2016 22:21:35 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-it0-f47.google.com (mail-it0-f47.google.com [209.85.214.47]) (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 E54B91B43; Sun, 16 Oct 2016 22:21:34 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-it0-f47.google.com with SMTP id 139so27722213itm.1; Sun, 16 Oct 2016 15:21:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version; bh=HbP1+U3CMN1iY1buXQxhHO5XfOoPZqijjA9O7kfvt/A=; b=IBSMJQm9NFtyAKzsZ56M38/0l3u9nn64B+I3nXudhxSJijDIHG+pqqMyEWdbcOSgPD bBHqNkoen+5wuT7hcn9VLZSE6xwGIknPUfWdgMSpJzIU1A17ajt726o6RkdWzvGhBI2V cCaRMrnYXvFmHlpaZhOP96b6Czg4JwEcx2iIwDQGE/eN2KDBdsrsMcJPEQvVmw7vdDpG g/s7IkDt+yhWO5GDWVeA13Vzj+VcuvVNLx2RYxvgd3dwq57kzHxXIu1j81Ec8aUifLyn zcARvQfYB/zG2AfxyXt7HdX+BsW/EogWvq/C7Aut7GlEgHTthj4a7TMtbR2/CblTyUKD F0ww== X-Gm-Message-State: AA6/9Rk1j3BOlPVWa7q3jd/Pd79/XauoORL+3WBHXYqcnL/f9TwZWmD9gKRASzfS2VShhA== X-Received: by 10.36.219.138 with SMTP id c132mr6942978itg.16.1476656488384; Sun, 16 Oct 2016 15:21:28 -0700 (PDT) Received: from WorkBox.Home (75-161-214-135.mpls.qwest.net. [75.161.214.135]) by smtp.gmail.com with ESMTPSA id f9sm3962406itc.10.2016.10.16.15.21.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 16 Oct 2016 15:21:26 -0700 (PDT) Received: from localhost (WorkBox.Home [local]) by WorkBox.Home (OpenSMTPD) with ESMTPA id 3547f3e2; Sun, 16 Oct 2016 17:21:25 -0500 (CDT) References: User-agent: mu4e 0.9.16; emacs 24.5.1 From: Brandon J. Wandersee To: Aryeh Friedman Cc: FreeBSD Mailing List , FreeBSD Stable List Subject: Re: help install new kernel on root-on-ZFS on 11-STABLE In-reply-to: Date: Sun, 16 Oct 2016 17:21:25 -0500 Message-ID: <864m4cszoa.fsf@WorkBox.Home> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2016 22:21:35 -0000 Aryeh Friedman writes: > I just installed 11-STABLE on a brand new system and can't find a valid > /boot in which to do "make installkernel" to. I am used to how to do make > world on UFS. How do I do it on root-on-ZFS? Last I checked, the automated installer created a separate pool called "bootpool," with a symlink from /boot to /bootpool. Check to see "bootpool" exists; if so, it's not mounted, which is another problem that needs addressing. If it doesn't exist, then something has changed and I have no idea what to do. -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ----------------------------------