From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lPqmQ-0005EN-EX for mharc-grub-devel@gnu.org; Fri, 26 Mar 2021 14:01:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52842) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPqmN-0005Cc-VA for grub-devel@gnu.org; Fri, 26 Mar 2021 14:01:51 -0400 Received: from dibed.net-space.pl ([84.10.22.86]:43971) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_3DES_EDE_CBC_SHA1:192) (Exim 4.90_1) (envelope-from ) id 1lPqmM-0003eC-CN for grub-devel@gnu.org; Fri, 26 Mar 2021 14:01:51 -0400 Received: from router-fw.i.net-space.pl ([192.168.52.1]:55062 "EHLO tomti.i.net-space.pl") by router-fw-old.i.net-space.pl with ESMTP id S2098327AbhCZSBg (ORCPT ); Fri, 26 Mar 2021 19:01:36 +0100 X-Comment: RFC 2476 MSA function at dibed.net-space.pl logged sender identity as: dkiper Date: Fri, 26 Mar 2021 19:01:33 +0100 From: Daniel Kiper To: John Paul Adrian Glaubitz Cc: The development of GNU GRUB , Sergei Trofimovich , debian-ia64 Subject: Re: GRUB error: unknown filesystem on ia64 Message-ID: <20210326180133.z5qjvtwt7loxvuqt@tomti.i.net-space.pl> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Received-SPF: pass client-ip=84.10.22.86; envelope-from=dkiper@net-space.pl; helo=dibed.net-space.pl X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2021 18:01:52 -0000 Hey Adrian, On Wed, Mar 17, 2021 at 07:22:02PM +0100, John Paul Adrian Glaubitz wrote: > Hello! > > It seems that one of the security patches has caused a regression on ia64 as > GRUB is no longer able to load any basic commands: > > Loading.: grub > Starting: grub > Welcome to GRUB! > error: unknown filesystem. > Entering rescue mode... > grub rescue> insmod ext2 > error: unknown filesystem. > grub rescue> help > Unknown command `help'. > grub rescue> ? > Unknown command `?'. > grub rescue> linux > Unknown command `linux'. > grub rescue> > > I have not bisected the issue yet, but maybe anyone has got any idea? May I ask you to do a bisect for us? Daniel