From debbugs-submit-bounces@debbugs.gnu.org Sun May 24 14:11:51 2020 Received: (at 41350) by debbugs.gnu.org; 24 May 2020 18:11:51 +0000 Received: from localhost ([127.0.0.1]:38654 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jcv60-0006od-KE for submit@debbugs.gnu.org; Sun, 24 May 2020 14:11:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jcv5z-0006oQ-5P for 41350@debbugs.gnu.org; Sun, 24 May 2020 14:11:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35444) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcv5t-0003Mn-88; Sun, 24 May 2020 14:11:29 -0400 Received: from [2a01:e0a:fa:a50:c92b:8285:6547:2392] (port=37868 helo=meru) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jcv5s-0003Tb-R9; Sun, 24 May 2020 14:11:29 -0400 From: Mathieu Othacehe To: Jan Nieuwenhuizen Subject: Re: [bug#41350] [PATCH v2 3/3] system: vm: Build vm-image using native qemu, for the Hurd. References: <20200519072302.9202-1-janneke@gnu.org> <20200519072302.9202-3-janneke@gnu.org> <87blmkthg0.fsf@gnu.org> <87367r57b4.fsf@gnu.org> <87v9kmilze.fsf@gnu.org> <87k112qxly.fsf@gnu.org> <87pnat37ia.fsf@gnu.org> <87k111ilj0.fsf@gnu.org> <87a71x8ldi.fsf@gnu.org> Date: Sun, 24 May 2020 20:11:26 +0200 Message-ID: <87ftbpfbjl.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41350 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 41350@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > Ah, qemu-img convert -- nice. So, we get different type of images. > Wonder if that could play some role? Hope not! > The most interesting differences I see are wrt Grub, e.g. > > -/mnt/boot/grub/fonts > -/mnt/boot/grub/fonts/unicode.pf2 > > could that still play a role? I'm having a look why this could be missing. It's because I just copy "lib/grub" folder in (gnu bootloader grub). I should also do that for the fonts I guess. But I doubt the issue comes from here. > --- vm-image.lst-s 2020-05-24 15:41:02.051314009 +0200 > +++ disk-image.lst-s 2020-05-24 15:41:08.407414141 +0200 > @@ -3,293 +3,577 @@ > /mnt/boot > /mnt/boot/activation > /mnt/boot/grub > -/mnt/boot/grub/fonts At some point, if we have the same files inside, it should work :p I noticed that doing a cfdisk on the raw converted, vm-image root partition reports: Attributes: 80 which doesn't appear on the disk-image. However, tune2fs does not show any noticeable difference (both ext_attr and Hurd OS type are set). Mathieu