Hello mikadoZero, mikadoZero <mikadoz...@yandex.com> skribis:
> I created the iso on a x86_64 Guix System. > > I am trying to use the iso to install Guix System on a i686 computer. Then the ISO you created cannot run on the i686 machine. To create an i686 ISO on your x86_64 machine, you need to run: guix system disk-image --file-system-type=iso9660 -s i686-linux \ gnu/system/install.scm Notice the ‘-s’ flag. HTH, and thanks for testing! Ludo’.