Dmitry Nikolaev writes: > On 22 February 2017 at 13:01, Marius Bakke wrote: > >> Dmitry Nikolaev 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? The git repository is already up to date, but your installed Guix package definitions are not. Running `guix pull` should do the trick. Sorry for being unclear! :)