From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1mTNgm-0006Gg-M2 for mharc-grub-devel@gnu.org; Thu, 23 Sep 2021 08:18:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49510) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTNge-0006FE-Je for grub-devel@gnu.org; Thu, 23 Sep 2021 08:18:50 -0400 Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:45798) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTNgc-0005Vb-2d for grub-devel@gnu.org; Thu, 23 Sep 2021 08:18:47 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4HFZ2R3wW6z1sFFM; Thu, 23 Sep 2021 14:18:39 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 4HFZ2R2NhXz1qqkG; Thu, 23 Sep 2021 14:18:39 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id W4KtTYNHUz3J; Thu, 23 Sep 2021 14:18:38 +0200 (CEST) X-Auth-Info: vLoXBuG0rfc2nCZhZ/zhYONYi1v2otnrCpm8f4UHCuJrJ7OTdPRSwjxUOKS5wsLv Received: from igel.home (ppp-46-244-170-224.dynamic.mnet-online.de [46.244.170.224]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Thu, 23 Sep 2021 14:18:38 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id D98FB2C2820; Thu, 23 Sep 2021 14:18:37 +0200 (CEST) From: Andreas Schwab To: Nikita Ermakov Cc: GRUB development mailing list , Ard Biesheuvel , Atish Patra , Daniel Kiper , Heinrich Schuchardt , Leif Lindholm Subject: Re: [PATCH v2 3/7] efi: implemented LoadFile2 initrd loading protocol for Linux References: <20210602211235.377366-1-arei@altlinux.org> <20210602211235.377366-4-arei@altlinux.org> X-Yow: Darling, my ELBOW is FLYING over FRANKFURT, Germany.. Date: Thu, 23 Sep 2021 14:18:37 +0200 In-Reply-To: <20210602211235.377366-4-arei@altlinux.org> (Nikita Ermakov's message of "Thu, 3 Jun 2021 00:12:31 +0300") Message-ID: <87zgs3h4de.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:a60:0:28:0:1:25:1; envelope-from=whitebox@nefkom.net; helo=mail-out.m-online.net X-Spam_score_int: -23 X-Spam_score: -2.4 X-Spam_bar: -- X-Spam_report: (-2.4 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.248, RCVD_IN_DNSWL_LOW=-0.7, 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: Thu, 23 Sep 2021 12:18:51 -0000 That appears to have issues with loading the initrd over network. I can see the RRQ packet for the initrd arriving at the tftp server, the first DATA packet sent out by the sever, which is acknowleged by the client. But all subsequent DATA packages are never acknowleged by the client, which just times out. The kernel is loaded without problem. Loading kernel ... Loading initial ramdisk ... EFI stub: Booting Linux Kernel... EFI stub: Using DTB from configuration table error: ../../grub-core/net/drivers/efi/efinet.c:81:couldn't send network packet. EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path EFI stub: Exiting boot services and installing virtual address map... Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."