all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#59466: Kernel panic when installing with Ventoy
@ 2022-11-21 22:48 Panos Alevropoulos via Bug reports for GNU Guix
  2022-12-04 10:30 ` Josselin Poiret via Bug reports for GNU Guix
  2022-12-04 12:55 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 2 replies; 7+ messages in thread
From: Panos Alevropoulos via Bug reports for GNU Guix @ 2022-11-21 22:48 UTC (permalink / raw)
  To: 59466


[-- Attachment #1.1: Type: text/plain, Size: 272 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 788 bytes --]

[-- Attachment #2: guix-ventoy-kernel-panic.jpg --]
[-- Type: image/jpeg, Size: 223593 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#59466: Kernel panic when installing with Ventoy
  2022-11-21 22:48 bug#59466: Kernel panic when installing with Ventoy Panos Alevropoulos via Bug reports for GNU Guix
@ 2022-12-04 10:30 ` Josselin Poiret via Bug reports for GNU Guix
  2022-12-04 13:02   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2022-12-04 12:55 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  1 sibling, 1 reply; 7+ messages in thread
From: Josselin Poiret via Bug reports for GNU Guix @ 2022-12-04 10:30 UTC (permalink / raw)
  To: Panos Alevropoulos, 59466

Hi Panos,

Panos Alevropoulos via Bug reports for GNU Guix <bug-guix@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




^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#59466: Kernel panic when installing with Ventoy
  2022-11-21 22:48 bug#59466: Kernel panic when installing with Ventoy Panos Alevropoulos via Bug reports for GNU Guix
  2022-12-04 10:30 ` Josselin Poiret via Bug reports for GNU Guix
@ 2022-12-04 12:55 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2022-12-18 13:19   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  1 sibling, 1 reply; 7+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2022-12-04 12:55 UTC (permalink / raw)
  To: Panos Alevropoulos; +Cc: 59466

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

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/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#59466: Kernel panic when installing with Ventoy
  2022-12-04 10:30 ` Josselin Poiret via Bug reports for GNU Guix
@ 2022-12-04 13:02   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2022-12-04 13:02 UTC (permalink / raw)
  To: Josselin Poiret; +Cc: 59466, panosalevropoulos

[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]

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 ;-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#59466: Kernel panic when installing with Ventoy
  2022-12-04 12:55 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2022-12-18 13:19   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2022-12-18 13:31     ` Panos Alevropoulos via Bug reports for GNU Guix
  0 siblings, 1 reply; 7+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2022-12-18 13:19 UTC (permalink / raw)
  To: Panos Alevropoulos; +Cc: 59466

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#59466: Kernel panic when installing with Ventoy
  2022-12-18 13:19   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2022-12-18 13:31     ` Panos Alevropoulos via Bug reports for GNU Guix
  2022-12-18 13:54       ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 7+ messages in thread
From: Panos Alevropoulos via Bug reports for GNU Guix @ 2022-12-18 13:31 UTC (permalink / raw)
  To: me; +Cc: 59466

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#59466: Kernel panic when installing with Ventoy
  2022-12-18 13:31     ` Panos Alevropoulos via Bug reports for GNU Guix
@ 2022-12-18 13:54       ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2022-12-18 13:54 UTC (permalink / raw)
  To: Panos Alevropoulos; +Cc: 59466-done

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-12-18 13:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 22:48 bug#59466: Kernel panic when installing with Ventoy Panos Alevropoulos via Bug reports for GNU Guix
2022-12-04 10:30 ` Josselin Poiret via Bug reports for GNU Guix
2022-12-04 13:02   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2022-12-04 12:55 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2022-12-18 13:19   ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2022-12-18 13:31     ` Panos Alevropoulos via Bug reports for GNU Guix
2022-12-18 13:54       ` Tobias Geerinckx-Rice via Bug reports for GNU Guix

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.