Received: from mx1.tetrasec.net (mx1.tetrasec.net [66.245.176.36]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 94AB4781055 for <~alpine/users@lists.alpinelinux.org>; Mon, 4 May 2020 21:15:12 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 26E448A719; Mon, 4 May 2020 21:15:11 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id E78E38A718; Mon, 4 May 2020 21:15:09 +0000 (UTC) Date: Mon, 4 May 2020 23:14:59 +0200 From: Natanael Copa To: HL Cc: ~alpine/users@lists.alpinelinux.org Subject: Re: Xen pygrub boot problems Message-ID: <20200504231459.1f55826d@ncopa-desktop.copa.dup.pw> In-Reply-To: References: X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 4 May 2020 23:54:29 +0300 HL wrote: > Hello!!! > > Can't figure out what is going on > > Alpine linux 3.11 > > 5.4.34-0-lts xen > > domU host on lvm = /dev/mapper/vg0-test > > created the domU image ( debian stretch install ) > ... > cat /var/log/xen/bootloader.13.log > Using to parse /boot/grub/grub.cfg > Traceback (most recent call last): > File "/usr/lib/xen/bin/pygrub", line 931, in > raise RuntimeError("Unable to find partition containing kernel") > RuntimeError: Unable to find partition containing kernel > > ---------------------------------------------------------------------------------- > No problems on alpine 3.10 same config ! > No problems on alpine 3.9 same config! > Anybody with a hint ? Hi! What filesystem do you use? I think pygrub does not work well with ext4 in 64bit mode. https://gitlab.alpinelinux.org/alpine/aports/-/issues/6962#note_31210 See also this commit: https://gitlab.alpinelinux.org/alpine/alpine-conf/-/commit/e244f655f05a60d426235773f496bded4622fc8c > > Regards > GrHarry!