unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#52266: [Installer] ESP/EFI Partition not being reformatted (if exists) during graphical install by default.
@ 2021-12-03 23:13 Ry P. via Bug reports for GNU Guix
  2021-12-05  7:33 ` Mathieu Othacehe
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ry P. via Bug reports for GNU Guix @ 2021-12-03 23:13 UTC (permalink / raw)
  To: 52266


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

Brief Summary:
It appears as though the Guix installer does not reformat the EFI/ESP partition if it already exists.

Step to reproduce this bug:
With a computer which already has an ESP partition, go through the graphical installation and do not reformat/delete/modify the existing EFI/ESP partition. When you confirm the partitioning changes, you may notice that the EFI partition remains unmodified.

Effects:
It creates a GRUB2 error which states that it can not find the filesystem properly. In my case, it’s because Grub expected a previous OS’s filesystem information (Fedora), but as the EFI partition was not modified in the install, the .cfg did not reflect the new GUIX filesystem UUID.

What do you think should happen:
When installing using the guided installer, have the GUIX installer automatically modify/reformat the ESP/EFI partition. This ensures that that GRUB2 can find the new GUIX UUID upon reboot.

Hardware:
Lenovo X1 Carbon

Kernel:
Linux-Libre Kernel

ISO:
Latest Snapshot Iso

Thank you for your time, please let me know if additional information is needed.

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

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

* bug#52266: [Installer] ESP/EFI Partition not being reformatted (if exists) during graphical install by default.
  2021-12-03 23:13 bug#52266: [Installer] ESP/EFI Partition not being reformatted (if exists) during graphical install by default Ry P. via Bug reports for GNU Guix
@ 2021-12-05  7:33 ` Mathieu Othacehe
  2021-12-08 21:38 ` opalvaults (Ry) via Bug reports for GNU Guix
  2021-12-10  6:29 ` bug#52266: (no subject) opalvaults (ry) via Bug reports for GNU Guix
  2 siblings, 0 replies; 5+ messages in thread
From: Mathieu Othacehe @ 2021-12-05  7:33 UTC (permalink / raw)
  To: Ry P.; +Cc: 52266


Hello,

> Brief Summary: It appears as though the Guix installer does not
> reformat the EFI/ESP partition if it already exists.

Sorry the installation failed for you :(.

While it's true that the Guix installer doesn't reformat the ESP
partition if it already exists, that shouldn't cause any issue. That's
what happened when I installed Guix on my X1 Nano.

> Effects: It creates a GRUB2 error which states that it can not find
> the filesystem properly. In my case, it’s because Grub expected a
> previous OS’s filesystem information (Fedora), but as the EFI
> partition was not modified in the install, the .cfg did not reflect
> the new GUIX filesystem UUID.

Could you share the Grub error you encountered?

Thanks,

Mathieu




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

* bug#52266: [Installer] ESP/EFI Partition not being reformatted (if exists) during graphical install by default.
  2021-12-03 23:13 bug#52266: [Installer] ESP/EFI Partition not being reformatted (if exists) during graphical install by default Ry P. via Bug reports for GNU Guix
  2021-12-05  7:33 ` Mathieu Othacehe
@ 2021-12-08 21:38 ` opalvaults (Ry) via Bug reports for GNU Guix
  2021-12-10  6:29 ` bug#52266: (no subject) opalvaults (ry) via Bug reports for GNU Guix
  2 siblings, 0 replies; 5+ messages in thread
From: opalvaults (Ry) via Bug reports for GNU Guix @ 2021-12-08 21:38 UTC (permalink / raw)
  To: 52266

Sure thing! I will try and replicate it. It was giving an error root FS 
not found but I don't have the error in front of me anymore as I had to 
reformat the ESP partition and that fixed the issue.





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

* bug#52266: (no subject)
  2021-12-03 23:13 bug#52266: [Installer] ESP/EFI Partition not being reformatted (if exists) during graphical install by default Ry P. via Bug reports for GNU Guix
  2021-12-05  7:33 ` Mathieu Othacehe
  2021-12-08 21:38 ` opalvaults (Ry) via Bug reports for GNU Guix
@ 2021-12-10  6:29 ` opalvaults (ry) via Bug reports for GNU Guix
  2021-12-27  8:25   ` bug#52266: [Installer] ESP/EFI Partition not being reformatted (if exists) during graphical install by default Mathieu Othacehe
  2 siblings, 1 reply; 5+ messages in thread
From: opalvaults (ry) via Bug reports for GNU Guix @ 2021-12-10  6:29 UTC (permalink / raw)
  To: 52266

Probably best to close this as I won't be able to get back around to 
testing. I'm running into sof-firmware issues so I gotta tackle that. 
Thank you for your time!





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

* bug#52266: [Installer] ESP/EFI Partition not being reformatted (if exists) during graphical install by default.
  2021-12-10  6:29 ` bug#52266: (no subject) opalvaults (ry) via Bug reports for GNU Guix
@ 2021-12-27  8:25   ` Mathieu Othacehe
  0 siblings, 0 replies; 5+ messages in thread
From: Mathieu Othacehe @ 2021-12-27  8:25 UTC (permalink / raw)
  To: opalvaults (ry); +Cc: 52266-done


Hey,

> Probably best to close this as I won't be able to get back around to
> testing. I'm running into sof-firmware issues so I gotta tackle that. 
> Thank you for your time!

Closing, then. Thanks!

Mathieu




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

end of thread, other threads:[~2021-12-27  8:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-03 23:13 bug#52266: [Installer] ESP/EFI Partition not being reformatted (if exists) during graphical install by default Ry P. via Bug reports for GNU Guix
2021-12-05  7:33 ` Mathieu Othacehe
2021-12-08 21:38 ` opalvaults (Ry) via Bug reports for GNU Guix
2021-12-10  6:29 ` bug#52266: (no subject) opalvaults (ry) via Bug reports for GNU Guix
2021-12-27  8:25   ` bug#52266: [Installer] ESP/EFI Partition not being reformatted (if exists) during graphical install by default Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).