From owner-freebsd-current@freebsd.org Sat Jul 8 15:56:56 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 CD7DFD9CEBB for ; Sat, 8 Jul 2017 15:56:56 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward20j.cmail.yandex.net (forward20j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::f7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A17D84669 for ; Sat, 8 Jul 2017 15:56:55 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp4p.mail.yandex.net (smtp4p.mail.yandex.net [95.108.252.166]) by forward20j.cmail.yandex.net (Yandex) with ESMTP id 1390B218DB for ; Sat, 8 Jul 2017 18:56:43 +0300 (MSK) Received: from smtp4p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp4p.mail.yandex.net (Yandex) with ESMTP id E7FE16500EB9 for ; Sat, 8 Jul 2017 18:56:42 +0300 (MSK) Received: by smtp4p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id UiErnpxgNR-ufHKQH1W; Sat, 08 Jul 2017 18:56:41 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1499529401; bh=SQen7xNZ/LttgkUWgCVi5n0SG/pMtbDf+mVhzrHzV0Q=; h=To:From:Subject:Message-ID:Date; b=TVvHHKmZYpSW5FlWmHyiDR2DRsVOJxkDTq0LYDUhRmTruNZ6nGFzMpalSgcpWwerG 4ieseaLHvNqbKnXc508wi/oajm99Q67dP26T1SdUQigiINx/cizCNY2S6915dHgaT0 nCbTy0pWzHEOg4ZnKErSbh6aKB3dtXJSrwGi4AeE= Authentication-Results: smtp4p.mail.yandex.net; dkim=pass header.i=@passap.ru X-Yandex-Suid-Status: 1 0 To: freebsd-current@FreeBSD.org From: Boris Samorodov Subject: [memstick install] auto-zfs error Message-ID: <3f6e5da8-f818-eef2-5384-912d6879cd8e@passap.ru> Date: Sat, 8 Jul 2017 18:56:41 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 08 Jul 2017 15:56:56 -0000 Hi All, I tied to install a new FreeBSD-amd-12 system from official USB installation memstick.img. Auto-UFS (GPT) installs fine and the system boots fine. However, ZFS-Auto install succeeds, but is not loaded. At the very beginning it gives something like "gpt sector XXXX error, gpt sector 1 error, can't find zroot..." Is it a known error / should I give more (precise) errors? I tried two recent images with the same result: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/12.0/FreeBSD-12.0-CURRENT-amd64-20170703-r320599-memstick.img ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/12.0/FreeBSD-12.0-CURRENT-amd64-20170626-r320360-memstick.img Thanks all, -- WBR, bsam