From owner-freebsd-stable@freebsd.org Thu Oct 15 14:11:23 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CE7043F5DC for ; Thu, 15 Oct 2020 14:11:23 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from sender4-of-o58.zoho.com (sender4-of-o58.zoho.com [136.143.188.58]) (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 4CBrmn4G22z4X1c for ; Thu, 15 Oct 2020 14:11:20 +0000 (UTC) (envelope-from patfbsd@davenulle.org) ARC-Seal: i=1; a=rsa-sha256; t=1602771029; cv=none; d=zohomail.com; s=zohoarc; b=F0TpOQsFfS+HjP1cU0k37JNdBqX/aCe742A7fQj3qZUxNrX6TWnQYheZOxflc7ai4uug5Imlbs1qUEo8zMaQeoNNci9Wd0E9rlZYZPBiynlng2UelSXUqkFCEuOtQRHIt1Mm+HKhE5K9zVvkEilvLJaDiRROHJ4XOj/YkpuxZiM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1602771029; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=/Fsve5FyDTIO2OOOvoqNGuKnI/SXkReOry84tu5glG4=; b=SNqVwANi8uEi7Cj3tnMdHQHBv5vO3j1aDO2tzS+TA1eY/29zQf8KmEGv8yTtEQ86qUiDzG3cL75xf/hzrKigsXEiO57jvkpKWlAgWzq81JvmZKdYbMSJ51t1ApvvuZvjLnuZdefx/JtBWk8VUIaj364ljWGuKCDaU80UGwzeVsw= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass smtp.mailfrom=patfbsd@davenulle.org; dmarc=pass header.from= header.from= Received: from mr185033.univ-rennes1.fr (mr185033.univ-rennes1.fr [129.20.185.33]) by mx.zohomail.com with SMTPS id 1602771025431143.0945992100486; Thu, 15 Oct 2020 07:10:25 -0700 (PDT) Date: Thu, 15 Oct 2020 16:10:17 +0200 From: Patrick Lamaiziere To: freebsd-stable@freebsd.org Subject: problem upgrading from 11.3 to 11.4 (loader init_state not found) Message-ID: <20201015160901.48f2ab36@mr185033.univ-rennes1.fr> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ZohoMailClient: External X-Rspamd-Queue-Id: 4CBrmn4G22z4X1c X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of patfbsd@davenulle.org has no SPF policy when checking 136.143.188.58) smtp.mailfrom=patfbsd@davenulle.org X-Spamd-Result: default: False [-2.56 / 15.00]; NEURAL_HAM_MEDIUM(-0.78)[-0.783]; ARC_ALLOW(-1.00)[zohomail.com:s=zohoarc:i=1]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.92)[-0.917]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[davenulle.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_SHORT(0.24)[0.242]; RCVD_IN_DNSWL_NONE(0.00)[136.143.188.58:from]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:2639, ipnet:136.143.188.0/23, country:US]; MIME_TRACE(0.00)[0:+]; MAILMAN_DEST(0.00)[freebsd-stable]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2020 14:11:23 -0000 Hello, We upgraded a virtual machine from 11.3-release-pX to 11.4-release via freebsd-update. Since, the vm does not boot, the loader shows an incomplete menu with an error : "Options: init_state(heart character) not found" I put a photo here : https://filesender.renater.fr/?s=download&token=e17aa22f-bd1a-48a6-98d2-1aafdb4278ca Then if we type "boot" the machine boots properly. The menu looks like : ---Welcome to FreeBSD---- 1 <-[-11xxxx;6H. <-[-1107xxxx;8HYES Options: init_state not found Error while including /boot/menu.rc on the line: menu-display Can't load 'kernel' Type '?' for a list of commands, 'help' for more detailled help ----------- /boot/loader.conf: # divers loader_logo=beastie loader_color="YES" # modules tcpmd5_load="YES" I read in /usr/src/UPDATING that there were some changes on the loader but /boot/loader is the same file as /boot/loader.4th so that looks good. Any clue ? Thanks regards.