From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Status update on 1.0 Date: Tue, 02 Apr 2019 10:05:51 +0200 Message-ID: <87imvwvnkw.fsf@gnu.org> References: <871s3a4xd4.fsf@gnu.org> <87sgv89w3k.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBEgy-00045a-2c for guix-devel@gnu.org; Tue, 02 Apr 2019 04:22:49 -0400 In-Reply-To: (mikadoZero's message of "Mon, 01 Apr 2019 15:34:24 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: mikadoZero Cc: Guix-devel Hello mikadoZero, mikadoZero 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=3Diso9660 -s i686-linux \ gnu/system/install.scm Notice the =E2=80=98-s=E2=80=99 flag. HTH, and thanks for testing! Ludo=E2=80=99.