From nobody Thu Dec 09 14:56:43 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5F3BD18DE0E6 for ; Thu, 9 Dec 2021 14:56:47 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J8xvM0s2wz4qP7; Thu, 9 Dec 2021 14:56:47 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from [192.168.0.88] (unknown [195.64.148.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: avg/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 98DD7785E; Thu, 9 Dec 2021 14:56:46 +0000 (UTC) (envelope-from avg@FreeBSD.org) Message-ID: <4212fb5b-7f60-2b7a-3d83-12903b63f0f8@FreeBSD.org> Date: Thu, 9 Dec 2021 16:56:43 +0200 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Firefox/91.0 Thunderbird/91.4.0 Subject: Re: 14-current: unable to boot after upgrade (installworld) Content-Language: en-US To: "Sergey V. Dyatko" , freebsd-current@freebsd.org References: <20211209163610.0cc4f7c6@gmail.com> From: Andriy Gapon In-Reply-To: <20211209163610.0cc4f7c6@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639061807; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=M8tizCXeYwNOF1vilrFyxisxLklVlhDhsYz3v5ft65E=; b=pKHk3jGip3yo5dBYedqtRhYilcrRllLRebkn/I9nAUjArRdhRz8uCpgXtNhQLQE8EJ20HG DTAb9gFPm4/CrIyBdCEZINpJAg9YpZxtfnhPj+3BI0dxZ1OXWR4PyvfLBG6v44v3Lkn8wS Vyf8u6FlNZ9Ff9OVR/+vjnaN4hf1OEXqScAQlz1PEZ6TvBYPQ7bwwjA8sXuXxb5wFc+vaV /AziwgxYq2DIj/cYnSAsKB2HBkUJRaP5k3nWOtEfwxBvaWTvPyiWkqx+yUWw0jyl10kDqU In7mlfRBwmaDChWW4+OMoP9cHeVaCzxj7965MqCiUYrpUeVuCcrOya37GTaM6g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639061807; a=rsa-sha256; cv=none; b=iOK/0Ywbm9Zz3PA20essLfvCrOCi8REDOdlbGpSkbXDoJ147+/a1BxjXCecJZwkhBrNcku To3UC8359soeBg5UWHaSSvvcg96jWIgaTOz62Vx8ITUBOcfQmKWO6i8QUA+rj3v+w8bnNC KypFdV2UaNyauO6XYlSq7B8wpmeDhA78Ln7qUfyFEtrTf175TClMt+Z2B2ihGCJjx4QMKS PpwUVf/Oiqav/U06k2wX2OOy242OKv45wibLH+j9i+7DtuRRx/1QW6Y0TC+RQZ2q58NA9o OEMVmKUyv/+eUgEKtlnUP0UqRrfclqbysxfJZ8uvO7IeZcPCy5Xf2WeWPot31w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N On 09/12/2021 15:36, Sergey V. Dyatko wrote: > Hi, > > Yesterday I tried to upgrade old 13-current (svn rev r368473) to fresh > 14-current from git,it looked like this: > 1) git pull https://git.freebsd.org/src.git /usr/src > 2) cd /usr/src ; make buildworld; make kernel > 3) shutdown -r now > after that I _successfully_ booted into 14-current and continued with > etcupdate -p > make installworld > etcupdate -B > shutdown -r now > > but after that server doesn't come back. After I conneted to this server via > IPMI ip-kvm I saw following (sorry for external link): > https://i.imgur.com/jH6MHd2.png > > Well. There was a migration to zol between r368473 and current 'main' branch so > I decided to install fresh 14-current from snapshot > FreeBSD-14.0-CURRENT-amd64-20211202-610d908f8a6-251253 in order to avoid > possible problems > > and again, after make kernel and reboot OS runs, but after installworld I ended up in the same situation > > thoughts ? Try to update boot blocks. Not sure what you use, like gptzfsboot, etc. -- Andriy Gapon