From owner-freebsd-stable@freebsd.org Wed Jan 11 22:58:25 2017 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 F0B0ECABA14 for ; Wed, 11 Jan 2017 22:58:25 +0000 (UTC) (envelope-from jlehen@gmail.com) Received: from mail-ua0-x236.google.com (mail-ua0-x236.google.com [IPv6:2607:f8b0:400c:c08::236]) (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 AA5E81C40 for ; Wed, 11 Jan 2017 22:58:25 +0000 (UTC) (envelope-from jlehen@gmail.com) Received: by mail-ua0-x236.google.com with SMTP id 35so2028927uak.1 for ; Wed, 11 Jan 2017 14:58:25 -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=H1GS29bFm75sf9d5e3koHhAIdNGnqc6Z+Zd38Lmgqg4=; b=vgMjUq5aaUjiHfmsR0jmWzZ/2XCijbQ+mVXUQde+3HkESMS6MrF7hWZD07M4BJkLiO 5EWyt1eKsXDfCnZ4uEpIKlLoLoR6ScVLL4HtjjiDEBGZ8GHXeX+idkrzWlruf7ZXeVUu 7enFG60wTEFYL2TztZmNT97b7I1h0fKwQCzFXWCimIF16T4D0x6Aq88BpbssD4WidzeL iFY9WCIKJKbKVj2WfPKmJ8Nh6hPsLqA4NSKhpoKwncMlCPQeSx8lqi8L7E09dSiWfs9k AYtD4ATHQJES98HuxrKJ5ftqXf/elzOKDWtASYAgm2ybnULoij9yyzMGeslcgH/wBnoD W1kw== 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=H1GS29bFm75sf9d5e3koHhAIdNGnqc6Z+Zd38Lmgqg4=; b=bONcVdTWV7HhVgn1Bt/NaY0qhCp2QMypccoAx6HsKBUu4WFU5zb8Br1sygjqUE+pJj 6d9IL6ScxK9JAcdUgiYMUePlRM9QLW05zsfYMJOlAoD3EhDvkAez5LnlhvxZdWbCW5Tb VB+tngKFNE00xkIil5SPPCh9cUhPMQhheD35agq/ZXz6dgrsjryebdi0bUxHDhTWQrVQ UU0O3rteaIcnjeeyKNSIYcd5GWuCB+6iv8SN8xnQGKoxr+LhENN0gi4CyapGMJTBIHJY J7WuJE3TPB8WLqky40tIHkv5xqomxt047M9uEFgtU5/1OMDUsl4UX07PpoWuqe9HD9CQ FsCA== X-Gm-Message-State: AIkVDXIwu/82MRU4muKx1kxb/fJaOkOYkxbBnVR/qgmDkEdUcAAGztZ+/u7UN4mrLOXRbWCqgeF5i47UT4fvHQ== X-Received: by 10.176.3.44 with SMTP id 41mr6204661uat.157.1484175504846; Wed, 11 Jan 2017 14:58:24 -0800 (PST) MIME-Version: 1.0 Sender: jlehen@gmail.com Received: by 10.103.33.4 with HTTP; Wed, 11 Jan 2017 14:58:24 -0800 (PST) From: Jeremie Le Hen Date: Wed, 11 Jan 2017 23:58:24 +0100 X-Google-Sender-Auth: VniOFoxrdnKkqMXU0A0JD_lcW3g Message-ID: Subject: Re: Can't boot on ZFS -- /boot/zfsloader not found To: freebsd-stable@freebsd.org, Steven Hartland Content-Type: text/plain; charset=UTF-8 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: Wed, 11 Jan 2017 22:58:26 -0000 (Sorry I had to copy-paste this email from the archives to a new thread, because I'm not subscribed to -stable@. Would you mind cc:ing me next time please?) > As your not at the boot loader stage yet for keyboard enabling legacy > USB keyboard / mouse support in BIOS may help. That worked, thanks for the tip. > If you see issues with keyboard after the kernel takes over setting > hint.ehci.0.disabled=1 may help. > > If your installing 11.x then the guides boot partition size is out of > date and you should use 512K for your freebsd-boot partition. Oh, really? I'll update it once I'll have figure it all out. That's weird though because /boot/gptzfsboot is less than 90 KB. > For the GPT version (I've never used MBR one) what actual error do you get? When I just start up the NUC, I get: """ \Can't find /boot/zfsloader FreeBSD/x86 boot Default: zroot:/boot/kernel/kernel boot: \ Can't find /boot/kernel/kernel """ I though it was the first stage boot loader, but it may be the second stage. -jlh > > On 11/01/2017 19:22, Jeremie Le Hen wrote: > > Hi, > > > > I'm in the process of transferring my home server to an Intel NUC. I've zfs > > send/receive'd the whole pool to the new drive and first followed > > [ZfsOnGpt] but it fails in the first stage boot loader. The USB keyboard > > doesn't seem to be recognized so I can't really debug anything. > > > > Then I tried both [ZfsInMbrSlice] > > but it complains that it can't find /boot/zfsloader. Again USB keyboard > > doesn't work. > > > > Both times I've been very careful to install the bootcodes at the right > > place. > > > > 1. Any idea why the USB keyboard doesn't work? > > 2. Any idea what can be wrong in the setups I tried? How can I debug this? > > > > [ZfsOnGpt] https://wiki.freebsd.org/RootOnZFS/GPTZFSBoot > > [ZfsInMbrSlice] https://wiki.freebsd.org/RootOnZFS/ZFSBootPartition > > > > -jlh > > _______________________________________________ > > freebsd-stable at freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org" -- Jeremie Le Hen jlh@FreeBSD.org