GNU bug report logs - #59466
Kernel panic when installing with Ventoy

Previous Next

Package: guix;

Reported by: Panos Alevropoulos <panosalevropoulos <at> proton.me>

Date: Tue, 22 Nov 2022 01:29:05 UTC

Severity: normal

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59466 in the body.
You can then email your comments to 59466 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#59466; Package guix. (Tue, 22 Nov 2022 01:29:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Panos Alevropoulos <panosalevropoulos <at> proton.me>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 22 Nov 2022 01:29:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Panos Alevropoulos <panosalevropoulos <at> proton.me>
To: "bug-guix <at> gnu.org" <bug-guix <at> gnu.org>
Subject: Kernel panic when installing with Ventoy
Date: Mon, 21 Nov 2022 22:48:39 +0000
[Message part 1 (text/plain, inline)]
Hello,

It seems that I can't install Guix 1.3.0 with Ventoy. After starting installation from Guix GRUB, I get kernel panic. Ventoy works well otherwise with other distros.
Image checksum is good.

You can see the error in the attached image.

Thanks for your work,
Panos
[Message part 2 (text/html, inline)]
[guix-ventoy-kernel-panic.jpg (image/jpeg, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#59466; Package guix. (Sun, 04 Dec 2022 10:31:02 GMT) Full text and rfc822 format available.

Message #8 received at 59466 <at> debbugs.gnu.org (full text, mbox):

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Panos Alevropoulos <panosalevropoulos <at> proton.me>, 59466 <at> debbugs.gnu.org
Subject: Re: bug#59466: Kernel panic when installing with Ventoy
Date: Sun, 04 Dec 2022 11:30:30 +0100
Hi Panos,

Panos Alevropoulos via Bug reports for GNU Guix <bug-guix <at> gnu.org>
writes:

> Hello,
>
> It seems that I can't install Guix 1.3.0 with Ventoy. After starting installation from Guix GRUB, I get kernel panic. Ventoy works well otherwise with other distros.
> Image checksum is good.

Ventoy is not supported currently. It is up to them to add support for
Guix, not the other way around: we have some peculiarities with the boot
process that Ventoy completely ignores.  By the way, you should try
using the latest installer image instead of 1.3.0, as a lot of bugs have
been fixed since then.

Best,
-- 
Josselin Poiret




Information forwarded to bug-guix <at> gnu.org:
bug#59466; Package guix. (Sun, 04 Dec 2022 13:01:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Panos Alevropoulos <panosalevropoulos <at> proton.me>
Cc: bug-guix <at> gnu.org, 59466 <at> debbugs.gnu.org
Subject: Re: bug#59466: Kernel panic when installing with Ventoy
Date: Sun, 04 Dec 2022 13:55:53 +0100
[Message part 1 (text/plain, inline)]
Hi Panos,

Guix and Ventoy should work out of the box.

Panos Alevropoulos via Bug reports for GNU Guix 写道:
> It seems that I can't install Guix 1.3.0 with Ventoy. After 
> starting installation from Guix GRUB, I get kernel panic.

Thanks for including the exact panic message.  That's very 
helpful.

It's odd: Guix is trying to compile /ventoy/init as a SCM file.

- What is the sha256sum of the 1.3.0 ISO image you used?
- Could you try the ‘latest’[0] ISO and report the result?

Kind regards,

T G-R

[0]: https://guix.gnu.org/en/download/latest/
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#59466; Package guix. (Sun, 04 Dec 2022 13:01:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#59466; Package guix. (Sun, 04 Dec 2022 13:36:02 GMT) Full text and rfc822 format available.

Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: bug-guix <at> gnu.org, Panos Alevropoulos <panosalevropoulos <at> proton.me>,
 59466 <at> debbugs.gnu.org
Subject: Re: bug#59466: Kernel panic when installing with Ventoy
Date: Sun, 04 Dec 2022 14:02:37 +0100
[Message part 1 (text/plain, inline)]
Hi Josselin,

Josselin Poiret via Bug reports for GNU Guix 写道:
> Ventoy is not supported currently. It is up to them to add 
> support for
> Guix, not the other way around: we have some peculiarities with 
> the boot
> process that Ventoy completely ignores.

Ah.  This is true of most dime-a-dozen ‘universal’ ISO booters, 
which merely source a GRUB .cfg and expect distributions to do all 
the work.  I'd shame them by name if they were memorable.  Guix 
indeed doesn't ‘support’ that!

Ventoy actually put some thought & effort into the process.  Like 
all clever hacks, there's some dependence on moon phase and luck, 
but it's not snake oil.

It injects some code into the boot process to expose the ISO file 
as a block device through Linux's device mapper.  Any distribution 
with dm-mod support, including Guix[0] (through dm-crypt), will 
see a ‘real’ block device straight from the kernel.  No distro 
cooperation is required beyond ‘please don't be too clever and 
peek behind the curtain’.  IME, Guix does not do so, and just 
works.

(So why does it fail here…?)

Kind regards,

T G-R

[0]: https://www.ventoy.net/en/distro_iso/gnu_guix.html but do 
note who submitted it ;-)
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#59466; Package guix. (Sun, 04 Dec 2022 13:36:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#59466; Package guix. (Sun, 18 Dec 2022 13:22:02 GMT) Full text and rfc822 format available.

Message #23 received at 59466 <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Panos Alevropoulos <panosalevropoulos <at> proton.me>
Cc: 59466 <at> debbugs.gnu.org
Subject: Re: bug#59466: Kernel panic when installing with Ventoy
Date: Sun, 18 Dec 2022 14:19:35 +0100
[Message part 1 (text/plain, inline)]
Tobias Geerinckx-Rice 写道:
> - What is the sha256sum of the 1.3.0 ISO image you used?
> - Could you try the ‘latest’[0] ISO and report the result?

Poing!  If there's still some latent bug with Ventoy on your 
hardware, now's our last chance to debug it before the release.

[0]: But now with the 1.4.0rc2 image[1] and signature[2].

Kind regards,

T G-R

[1]: 
https://alpha.gnu.org/gnu/guix/guix-system-install-1.4.0rc2.x86_64-linux.iso
[2]: 
https://alpha.gnu.org/gnu/guix/guix-system-install-1.4.0rc2.x86_64-linux.iso.sig
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#59466; Package guix. (Sun, 18 Dec 2022 13:32:01 GMT) Full text and rfc822 format available.

Message #26 received at 59466 <at> debbugs.gnu.org (full text, mbox):

From: Panos Alevropoulos <panosalevropoulos <at> proton.me>
To: me <at> tobias.gr
Cc: 59466 <at> debbugs.gnu.org
Subject: Re: bug#59466: Kernel panic when installing with Ventoy
Date: Sun, 18 Dec 2022 13:31:12 +0000
[Message part 1 (text/plain, inline)]
Hi,

Please close this issue, it was fixed when I tried Ventoy with the latest image! Sorry for not letting you know earlier and thank you all for your work.

In freedom,

Panos
-------- Original Message --------
On Dec 18, 2022, 3:19 PM, Tobias Geerinckx-Rice wrote:

> Tobias Geerinckx-Rice 写道: > - What is the sha256sum of the 1.3.0 ISO image you used? > - Could you try the ‘latest’[0] ISO and report the result? Poing! If there's still some latent bug with Ventoy on your hardware, now's our last chance to debug it before the release. [0]: But now with the 1.4.0rc2 image[1] and signature[2]. Kind regards, T G-R [1]: https://alpha.gnu.org/gnu/guix/guix-system-install-1.4.0rc2.x86_64-linux.iso [2]: https://alpha.gnu.org/gnu/guix/guix-system-install-1.4.0rc2.x86_64-linux.iso.sig
[Message part 2 (text/html, inline)]

Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Sun, 18 Dec 2022 13:54:01 GMT) Full text and rfc822 format available.

Notification sent to Panos Alevropoulos <panosalevropoulos <at> proton.me>:
bug acknowledged by developer. (Sun, 18 Dec 2022 13:54:02 GMT) Full text and rfc822 format available.

Message #31 received at 59466-done <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Panos Alevropoulos <panosalevropoulos <at> proton.me>
Cc: 59466-done <at> debbugs.gnu.org
Subject: Re: bug#59466: Kernel panic when installing with Ventoy
Date: Sun, 18 Dec 2022 14:54:17 +0100
[Message part 1 (text/plain, inline)]
Hi Panos,

Panos Alevropoulos 写道:
> Please close this issue,

Done!

> it was fixed when I tried Ventoy with the latest image!

Very glad to hear that.  Thanks for the prompt response!

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 16 Jan 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.