On Thu, Sep 30, 2021 at 09:43:18AM +0200, Thomas Danckaert wrote:
> Hello guix-help,
>
> my system does not boot anymore after a guix pull and system reconfigure
> (which did show a warning, see below). It does not even enter the GRUB
> stage, I get a "Reboot and Select proper Boot device" instea
That all makes an awful lot of sense ... thanks a lot Julien :-)
On 30/9/21 01:15, Julien Lepiller wrote:
GUIX_PROFILE is not used by guix ittelf, it's only a convenience variable
that's set just before sourcing said profile.
On a foreign distro, you'll find the code that loads your profile i
Hello guix-help,
my system does not boot anymore after a guix pull and system reconfigure
(which did show a warning, see below). It does not even enter the GRUB
stage, I get a "Reboot and Select proper Boot device" instead. I think
the MBR might not have been written correctly (just a hunch,
Dear Guix experts,
I am trying to move the execution of a Python script into a pure
environment, but it fails because of certificate issues for which I am
looking for a good fix.
The minimal example I came up with is:
guix environment --pure \
--ad-hoc python -- \
python