On 22 February 2017 at 13:01, Marius Bakke <mbakke@fastmail.com> wrote:
Dmitry Nikolaev <cameltheman@gmail.com> writes:
> $ git clone https://git.savannah.gnu.org/git/guix.git
> ...
> $ cd guix
> $ guix system disk-image --image-size=1G gnu/system/install.scm
> guix system: error: failed to load 'gnu/system/install.scm':
> ice-9/boot-9.scm:2870:6: In procedure resolve-interface:
> ice-9/boot-9.scm:2870:6: no code for module (gnu packages bootloaders)

(gnu packages bootloaders) was recently moved. You will need to either
update your guix package definitions with `guix pull`, or use
`./pre-inst-env guix system ...`.

I cloned guix repository moment before lanuching "guix system disk-image...". Maybe install.scm should be updated to reflect new path to bootloaders?
 
See "Running Guix before it is installed" in the Guix manual for more
information about the latter option.

I am running it in GuixSD.

Dmitry Nikolaev