From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1jSW2B-0001yE-GM for mharc-grub-devel@gnu.org; Sat, 25 Apr 2020 21:24:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50106) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSW29-0001y5-Fu for grub-devel@gnu.org; Sat, 25 Apr 2020 21:24:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSW28-0004ww-Pt for grub-devel@gnu.org; Sat, 25 Apr 2020 21:24:37 -0400 Received: from mail.bitfolk.com ([2001:ba8:1f1:f019::25]:36441) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSW28-0004rF-7J for grub-devel@gnu.org; Sat, 25 Apr 2020 21:24:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bitfolk.com; s=alpha; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=sIxbCoTYMH/0CEhETLXViZ1pWgNsH2DWnPUgZRe5IMk=; b=DBFobdlH8/LtndKs4K65V6AmvOxUUiyGJb3TGOtiuSBDHBhfXfMvbnvSopodL6C7bLllTS+SWMHPKLLWiNjoF62y/0WN5adpejMW234U7nEhyFJRKNrhGmdqR2CoD2/R6Q0IXE95SddMsGkB7rau7Zdjs4gDcPaJVUXFMLiT9U1aqA5CVfKEr4tiYGAXPu45My6w5w/x2cNg3AO4o0KLftiVGdOmg+nzl0Fd0B2SG6mU/BzO0RkTcb9GgOgtqrRHWLOzEjYhKoYM8lPy/3D82HBNqmltWRMLE25nSrnU9LgdLJDqwTQXInp8p5NCUYTU6n/KsunySC0Dr1aTl30sBw==; Received: from andy by mail.bitfolk.com with local (Exim 4.84_2) (envelope-from ) id 1jSW25-0000Mz-Ua for grub-devel@gnu.org; Sun, 26 Apr 2020 01:24:33 +0000 Date: Sun, 26 Apr 2020 01:24:33 +0000 From: Andy Smith To: grub-devel@gnu.org Subject: Re: Confusion regarding LZ4-compressed kernel support and Xen (PV) Message-ID: <20200426012433.GE3767@bitfolk.com> References: <20200425233851.GD3767@bitfolk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200425233851.GD3767@bitfolk.com> OpenPGP: id=BF15490B; url=http://strugglers.net/~andy/pubkey.asc X-URL: http://strugglers.net/wiki/User:Andy User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: andy@strugglers.net X-SA-Exim-Scanned: No (on mail.bitfolk.com); SAEximRunCond expanded to false Received-SPF: none client-ip=2001:ba8:1f1:f019::25; envelope-from=andy@strugglers.net; helo=mail.bitfolk.com X-detected-operating-system: by eggs.gnu.org: Error: [-] PROGRAM ABORT : Malformed IPv6 address (bad octet value). Location : parse_addr6(), p0f-client.c:67 X-Received-From: 2001:ba8:1f1:f019::25 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: Sun, 26 Apr 2020 01:24:37 -0000 On Sat, Apr 25, 2020 at 11:38:51PM +0000, Andy Smith wrote: > I see the error message comes from: > > grub-core/loader/i386/xen_file.c > 92: grub_error (GRUB_ERR_BAD_OS, "not xen image"); Some further investigation reveals that if I boot these kernels with the PVH image (./configure --target=x86_64 --with-platform=xen_pvh …) then it does work. I guess that will be the path of least resistance since I was planning to switch everything to PVH mode anyway. Cheers, Andy