Received: from mx1.tetrasec.net (mx1.tetrasec.net [66.245.176.36]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D08BF781D76 for <~alpine/users@lists.alpinelinux.org>; Fri, 7 Aug 2020 14:16:35 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 3BE0BE8636; Fri, 7 Aug 2020 14:16:34 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id 4F6E1E8635; Fri, 7 Aug 2020 14:16:32 +0000 (UTC) Date: Fri, 7 Aug 2020 16:16:26 +0200 From: Natanael Copa To: "Xavier B." Cc: ~alpine/users@lists.alpinelinux.org Subject: Re: UEFI 32 bit Message-ID: <20200807161626.154af30e@ncopa-desktop.copa.dup.pw> In-Reply-To: <20200807105229.b543bc0b2d2b7603e846c0ce@posteo.net> References: <20200807105229.b543bc0b2d2b7603e846c0ce@posteo.net> X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 7 Aug 2020 10:52:29 +0200 "Xavier B." wrote: > Hi, > > I have a machine (x86) which has 32-bit UEFI. I can be install debian and arch in it [https://hwswbits.blogspot.com/2015/03/getting-linux-on-minix-neo-z64.html] modifying installation script. Is alpine linux prepared for that case or I have to modify somehow the distro? Any hints? > > Thanks in advance, > Xavier Short answer: I dont think its tested, but it is possible you could run it 32 bit. Alternatively you could wget the 32bit grub package from 64bit alpine and extract the gruia32.efi file and copy it to grubx64.efi similar to what they mention in that article. But basically, you are on your own here. Please share if you make it work :) -nc