GNU bug report logs -
#21224
guix system init --no-grub doesn't work
Previous Next
Reported by: Mark H Weaver <mhw <at> netris.org>
Date: Sun, 9 Aug 2015 17:19:02 UTC
Severity: normal
Merged with 21068
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Mark H Weaver (2015-08-09 20:17 +0300) wrote:
> I'm in the early stages of adding GuixSD for the Lemote Yeeloong, and so
> for now would like to avoid getting grub working on the Yeeloong. So,
> I tried running "guix system init config.scm /target --no-grub", and
> this is what happens:
>
> /gnu/store/...-system
>
> initializing operating system under '/target'...
> guix system: error: build failed: path `/gnu/store/...-grub.cfg' is not valid
>
> In the 'install' procedure in (guix scripts system), I tried changing:
>
> (maybe-copy grub.cfg)
>
> to:
>
> (mwhen grub?
> (maybe-copy grub.cfg))
>
> and then the command works, but almost nothing gets copied to /target.
> In retrospect, this makes sense: as the comment says, the installer
> works by copying the *closure* of grub.cfg. However, it fails when
> --no-grub is passed, apparently because grub.cfg was not built.
(This message is probably not very helpful but) AFAICT this bug was
introduced by commit f245b03debfa05fa692e95769a9b7116200bf191.
--
Alex
This bug report was last modified 9 years and 255 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.