From owner-freebsd-current@freebsd.org Fri Apr 26 12:14:51 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1F44159296F for ; Fri, 26 Apr 2019 12:14:50 +0000 (UTC) (envelope-from tsoome@me.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 243C76A28B for ; Fri, 26 Apr 2019 12:14:50 +0000 (UTC) (envelope-from tsoome@me.com) Received: by mailman.ysv.freebsd.org (Postfix) id D5CD2159296E; Fri, 26 Apr 2019 12:14:49 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C26A0159296D for ; Fri, 26 Apr 2019 12:14:49 +0000 (UTC) (envelope-from tsoome@me.com) Received: from pv50p00im-ztdg10012101.me.com (pv50p00im-ztdg10012101.me.com [17.58.6.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 45C616A28A for ; Fri, 26 Apr 2019 12:14:49 +0000 (UTC) (envelope-from tsoome@me.com) Received: from [192.168.150.41] (148-52-235-80.sta.estpak.ee [80.235.52.148]) by pv50p00im-ztdg10012101.me.com (Postfix) with ESMTPSA id C45C88401F4; Fri, 26 Apr 2019 12:14:40 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.8\)) Subject: Re: Question about 'gptzfsboot' From: Toomas Soome In-Reply-To: Date: Fri, 26 Apr 2019 15:14:37 +0300 Cc: current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: lausts@acm.org X-Mailer: Apple Mail (2.3445.104.8) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-04-26_08:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=1 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=859 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1812120000 definitions=main-1904260084 X-Rspamd-Queue-Id: 45C616A28A X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.99 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.995,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 26 Apr 2019 12:14:51 -0000 > On 26 Apr 2019, at 14:31, Thomas Laus wrote: >=20 > List: >=20 > I have been having gptzfsboot issues with my two laptops since 12.0 = was > still CURRENT. I receive 'error 1' on the first boot most days. >=20 > gptzfsboot: error 1 LBA 18446744072709551608 > gptzfsboot: error 1 LBA 1 > gptzfsboot: No ZFS pools located, can't boot >=20 > Most of the time the boot process is successful on my next attempt. > This happens on two different laptops (different manufacturer). > Different hard drives (one mechanical, the other SSD). Both laptops = are > running 13.0-CURRENT FreeBSD 13.0-CURRENT r346544 GENERIC-NODEBUG. = All > of my desktop computers are running the same version of FreeBSD and > never exhibit this issue. Is there something unique to a laptop = reading > the boot record and looking for a GELI encrypted partition that a > desktop does not? >=20 The key is about LBA in first message. Make sure you have latest boot = code installed with gpart. rgds, toomas