From owner-freebsd-current@freebsd.org Sun Jul 9 18:40:17 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 174DED929D9 for ; Sun, 9 Jul 2017 18:40:17 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1m.cmail.yandex.net (forward1m.cmail.yandex.net [IPv6:2a02:6b8:b030::18]) (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 C7F7E683E7 for ; Sun, 9 Jul 2017 18:40:16 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2p.mail.yandex.net (smtp2p.mail.yandex.net [77.88.29.85]) by forward1m.cmail.yandex.net (Yandex) with ESMTP id 5AFC720DA6 for ; Sun, 9 Jul 2017 21:40:13 +0300 (MSK) Received: from smtp2p.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp2p.mail.yandex.net (Yandex) with ESMTP id 4188F1A80058 for ; Sun, 9 Jul 2017 21:40:12 +0300 (MSK) Received: by smtp2p.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id NtJmECYIvU-eClOJb5o; Sun, 09 Jul 2017 21:40:12 +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=1499625612; bh=u3s/iNmaXrJVgt/gK9KEX9wTXzev/3mQI234Hr0vdQs=; h=Subject:To:References:From:Message-ID:Date:In-Reply-To; b=ZI7aRQ6o1wcWYLV1JMu5G8xnaxuWT2bFWtGZngl/3vhUbPrbeM3eiY5jw7kZeLpDt 2VOOS2BAxplRk6Mm6qqODPf6qAuTAw+MbP/+bHsuozZIhz7MjpkHrl3HNzUSCltIai mMGJMrdF0BxH7KYFI6ZNXMLzHFVSHoEJNyNeNnt0= Authentication-Results: smtp2p.mail.yandex.net; dkim=pass header.i=@passap.ru X-Yandex-Suid-Status: 1 0 Subject: [SOLVED] [memstick install] auto-zfs error To: freebsd-current@freebsd.org References: <3f6e5da8-f818-eef2-5384-912d6879cd8e@passap.ru> From: Boris Samorodov Message-ID: Date: Sun, 9 Jul 2017 21:40:11 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <3f6e5da8-f818-eef2-5384-912d6879cd8e@passap.ru> Content-Type: text/plain; charset=utf-8 Content-Language: ru-RU 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: Sun, 09 Jul 2017 18:40:17 -0000 08.07.2017 18:56, Boris Samorodov пишет: > 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 It turned out GPT and zfs are not usable at this machine. MBR / ZFS works fine. I'll stick with that. -- WBR, bsam