* bug#44054: [1.2 installer]: Kernel panic when attempting to reboot after install.
@ 2020-10-18 4:03 Brendan Tildesley
2020-10-18 19:16 ` Mathieu Othacehe
0 siblings, 1 reply; 6+ messages in thread
From: Brendan Tildesley @ 2020-10-18 4:03 UTC (permalink / raw)
To: 44054
I generated an installer for myself from
5d4ad8e1be6d60c38577e2f3d92cc5642b12eff0 + Miguel's patch (I think
unrelated to this bug) here https://paste.debian.net/plain/1167398
After the install completed I pulled out the USB as per instruction on
the screen, and pressed the Reboot button. The system then Kernel panic
with the following messages:
https://brendan.scot/p/IMG_20201018_140343.png
Sorry I don't have it in textual form.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#44054: [1.2 installer]: Kernel panic when attempting to reboot after install.
2020-10-18 4:03 bug#44054: [1.2 installer]: Kernel panic when attempting to reboot after install Brendan Tildesley
@ 2020-10-18 19:16 ` Mathieu Othacehe
2020-10-19 5:45 ` Brendan Tildesley
0 siblings, 1 reply; 6+ messages in thread
From: Mathieu Othacehe @ 2020-10-18 19:16 UTC (permalink / raw)
To: Brendan Tildesley; +Cc: 44054
Hello Brendan,
> After the install completed I pulled out the USB as per instruction on the
> screen, and pressed the Reboot button. The system then Kernel panic with the
> following messages:
>
> https://brendan.scot/p/IMG_20201018_140343.png
>
> Sorry I don't have it in textual form.
Is the installed system functional? The kernel panic may come from the
fact that the installation support was removed while still needed.
In that case, we could stop advising users to remove the installation
device before rebooting.
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#44054: [1.2 installer]: Kernel panic when attempting to reboot after install.
2020-10-18 19:16 ` Mathieu Othacehe
@ 2020-10-19 5:45 ` Brendan Tildesley
2020-10-21 10:41 ` Ludovic Courtès
2020-10-21 11:19 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
0 siblings, 2 replies; 6+ messages in thread
From: Brendan Tildesley @ 2020-10-19 5:45 UTC (permalink / raw)
To: Mathieu Othacehe; +Cc: 44054
On 19/10/20 5:16 am, Mathieu Othacehe wrote:
> Hello Brendan,
>
>> After the install completed I pulled out the USB as per instruction on the
>> screen, and pressed the Reboot button. The system then Kernel panic with the
>> following messages:
>>
>> https://brendan.scot/p/IMG_20201018_140343.png
>>
>> Sorry I don't have it in textual form.
> Is the installed system functional? The kernel panic may come from the
> fact that the installation support was removed while still needed.
Yes the system was functional. From memory, other distro installers
recommend removing
the device and rebooting too. So its curious that Guix somehow has an
issue with it.
Although this is only one data point. I'd like other people to test it
to be sure.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#44054: [1.2 installer]: Kernel panic when attempting to reboot after install.
2020-10-19 5:45 ` Brendan Tildesley
@ 2020-10-21 10:41 ` Ludovic Courtès
2020-10-22 8:17 ` Mathieu Othacehe
2020-10-21 11:19 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
1 sibling, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2020-10-21 10:41 UTC (permalink / raw)
To: Brendan Tildesley; +Cc: Mathieu Othacehe, 44054
Hi,
Brendan Tildesley <mail@brendan.scot> skribis:
> On 19/10/20 5:16 am, Mathieu Othacehe wrote:
>> Hello Brendan,
>>
>>> After the install completed I pulled out the USB as per instruction on the
>>> screen, and pressed the Reboot button. The system then Kernel panic with the
>>> following messages:
>>>
>>> https://brendan.scot/p/IMG_20201018_140343.png
This panic says that PID 1 was terminated by signal 7 (SIGBUS), which is
a bit alarming.
>>> Sorry I don't have it in textual form.
>> Is the installed system functional? The kernel panic may come from the
>> fact that the installation support was removed while still needed.
> Yes the system was functional. From memory, other distro installers
> recommend removing
> the device and rebooting too. So its curious that Guix somehow has an
> issue with it.
Did you remove the device right after the “installation complete”
message?
Mathieu, are there other file system operations happening beyond that?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#44054: [1.2 installer]: Kernel panic when attempting to reboot after install.
2020-10-19 5:45 ` Brendan Tildesley
2020-10-21 10:41 ` Ludovic Courtès
@ 2020-10-21 11:19 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
1 sibling, 0 replies; 6+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2020-10-21 11:19 UTC (permalink / raw)
To: Brendan Tildesley; +Cc: othacehe, 44054
[-- Attachment #1: Type: text/plain, Size: 725 bytes --]
Brendan,
Brendan Tildesley 写道:
> From memory, other distro installers recommend removing
> the device and rebooting too. So its curious that Guix
> somehow has an issue with it.
Not really: you're ripping out the root file system while the full
system is happily running, then initiating a graceful shutdown
sequence that's going to try to read from disc. No distro will
survive that.
Some bad installers pretend to. After all: the persistent target
device is safely unmounted; let's quietly hard-reset the system!
What I've seen the better ones do is display the ‘plz remove USB’
message very late in the shutdown sequence, when it's actually
safe to do so.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#44054: [1.2 installer]: Kernel panic when attempting to reboot after install.
2020-10-21 10:41 ` Ludovic Courtès
@ 2020-10-22 8:17 ` Mathieu Othacehe
0 siblings, 0 replies; 6+ messages in thread
From: Mathieu Othacehe @ 2020-10-22 8:17 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 44054, Brendan Tildesley
Hey,
> Mathieu, are there other file system operations happening beyond that?
The final "sync" call is done just after the user clicks on "Reboot", so
if the flash drive is removed before clicking on "Reboot" I guess things
can go wrong.
I'll see if I can reproduce this issue.
Thanks,
Mathieu
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-10-22 8:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-18 4:03 bug#44054: [1.2 installer]: Kernel panic when attempting to reboot after install Brendan Tildesley
2020-10-18 19:16 ` Mathieu Othacehe
2020-10-19 5:45 ` Brendan Tildesley
2020-10-21 10:41 ` Ludovic Courtès
2020-10-22 8:17 ` Mathieu Othacehe
2020-10-21 11:19 ` 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.