Received: from mout01.posteo.de (mout01.posteo.de [185.67.36.65]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id B5B2D78193C for <~alpine/users@lists.alpinelinux.org>; Sun, 9 Aug 2020 17:52:41 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D8DCA16005F for <~alpine/users@lists.alpinelinux.org>; Sun, 9 Aug 2020 19:52:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1596995560; bh=k7aPyoerpjs0sF9Vn6yt5s2JvOwRaNBCLVG3LNVe4nA=; h=Date:From:To:Cc:Subject:From; b=fJJVkfgITwl9ZLsN1p5f1qBLUQm5sG9j0m5lkuBd1sLjQJXIr4mgjRKeAO5yzg3vM F26Z4JqTXWK6vL/DCT4RBhNzMiWwZ6mwYHIPzZRzZco0vPb/LIGONpP3SpJ7YVC+K9 vX3wBvrs/IHTWv5DjKg6oEqpP89SBA+bi3Dzf2CHa3h7Rmwhfjs0gaQaeR8zvUIyhf c34My8Qc0CYNxCBI/X9Gq0ioGuW8Pf7c3eTx+3ayO0/7tGBRUWJaC5MFA0F3bnrKRE xZi5fFF9saGc0emVwbcj1MRdRc7WHq2bnIPasLr6SLl3I7TkimCME81302ktENI/kJ 9qT7OBhyjuTzQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BPms41xqRz6tmG; Sun, 9 Aug 2020 19:52:40 +0200 (CEST) Date: Sun, 9 Aug 2020 19:52:39 +0200 From: "Xavier B." To: Natanael Copa Cc: ~alpine/users@lists.alpinelinux.org Subject: Re: UEFI 32 bit Message-Id: <20200809195239.1f7e87d0be1d96a40aece694@posteo.net> In-Reply-To: <20200807161626.154af30e@ncopa-desktop.copa.dup.pw> References: <20200807105229.b543bc0b2d2b7603e846c0ce@posteo.net> <20200807161626.154af30e@ncopa-desktop.copa.dup.pw> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Thanks a lot. But if it's not tested, I will not make risk On Fri, 7 Aug 2020 16:16:26 +0200 Natanael Copa ha escrit: > 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