From owner-freebsd-current@freebsd.org Mon Dec 11 22:03:49 2017 Return-Path: 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 58E5AEA026D for ; Mon, 11 Dec 2017 22:03:49 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::22a]) (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 D3F917B9AF for ; Mon, 11 Dec 2017 22:03:48 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf0-x22a.google.com with SMTP id c140so14093512lfg.7 for ; Mon, 11 Dec 2017 14:03:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=ZOKdaJU+2PHZg6mDg1W/AAq4H3j1ounju2OhBUJKI4Y=; b=VawMt80M6jj7+PfxEiJfzuJnUx3RZ0u2B8W7aGmjPSc+PIygzqH4a5AzHFJSQnKKeh iMoEr1PonxR8exG81OPwWVou3OP1N1Tk+N++JVOXWIgkoPsA/+UubP7KMMcBHoXqYmc0 TaZGWG8zI2xWGMYojm0doSkT1LVthJTFN3Stl/pu4CG5pd4xk+QX4V8cpoSZL5jj2ITr fYnUWejYDDPn4mLQCn7PBmuQeSgeq2/13wfGb3Hh+ztX/6NNXD7O5hSa0TI1GBKkiSh5 2HFzGMDWGKNUVRjg3HpmZUSuzi+dayeAHPeTPxv/QeUt1Yi7JOe0j5W7bjR1SGDLSqfH 8+aA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=ZOKdaJU+2PHZg6mDg1W/AAq4H3j1ounju2OhBUJKI4Y=; b=oQ0L9iojVuDJ/Nd5seplDEpa3nEQ+Cvv0K/bHsW2g1TurivWilzPKuuMk4QMNpx1an njrGCNJE3NWtkFHwp8uNlwFhhQhX6ubE4ucmIvE7DlJDqk4dw76CjNvkVwof1f7XyU+9 ese1Z6sbngM1gLNdqGLny65WSxoaz5E2NtlybLNdhdn5If6XFrMzbT7u5z9congYRCMs iJvlSKmssn7qPvEclBrFeC8P+msYhH5m/VhY0bWZI34Mxc86LYONRt6M+/lwqngtY3iy pbP4CsyX6+zAtq8YBCF1+bRTfMk6xF8TqPz26QGON9s9ZyokkpVURe1ilrF0wSmCxVnU JHQg== X-Gm-Message-State: AKGB3mI8V32/GdYb2c8J/p34CGyt8zGIRXUwyj5M3pfyG1cibGhV7+kA 7jbu0zAmk+5DkYc0MT/y8tdfOUHNFGH8wETEQao7dw== X-Google-Smtp-Source: ACJfBou9DoS5/mWk4wKi0GfQVLslzYq/a6yUwIKCI+0lfwfh6mV0hyQ+mAAJNTIq33tsygfO8nAyEomsrznrMneTwso= X-Received: by 10.25.121.10 with SMTP id u10mr752883lfc.50.1513029825514; Mon, 11 Dec 2017 14:03:45 -0800 (PST) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.179.76.19 with HTTP; Mon, 11 Dec 2017 14:03:44 -0800 (PST) From: Alan Somers Date: Mon, 11 Dec 2017 15:03:44 -0700 X-Google-Sender-Auth: Lh0Pq8u8skSxvS86GKG0i09U_bU Message-ID: Subject: don't know how to load module '/boot/loader' To: FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 11 Dec 2017 22:03:49 -0000 I just upgraded my head machine to r326772. Now, boot2 can't find the loader. Instead, it tries to boot the kernel directly, which fails because the ZFS module isn't loaded. If I break into boot2 and type "boot /boot/loader" I get the error "don't know how to load module '/boot/loader'". I last updated on 30-Nov, so this bug must've been introduced since then. Any ideas? BTW, I can successfully boot with the following commands: unload load /boot/kernel/kernel load zfs boot http://bayimg.com/iAKmFaAgl -Alan