Received: from smtp1.cybersecure.com.au (smtp1.cybersecure.com.au [203.209.195.13]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 4BE01780FD4 for <~alpine/users@lists.alpinelinux.org>; Tue, 11 Aug 2020 23:13:19 +0000 (UTC) Received: by smtp1.cybersecure.com.au (OpenSMTPD) with ESMTP id ea7d9958; Wed, 12 Aug 2020 09:13:12 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=cybersecure.com; h=from :to:subject:date:message-id:references:in-reply-to:content-type :mime-version; s=default; bh=TcbE7H6wmfo8N53jAYwZTEO8KZjy+x2/8yf g0sdXGJY=; b=d3dzOL14p3IbsnV6DnHQLeUZX2aJziQ8oImE8LRPInI0brjKWOe ANlYBASRIzasA8ACN1dTcz+BJWFsUsEXI/kuwMd4uSvxBXccoQvrymcBkBljICOT rbGYm6ob1iSNwFSSu1C6CP6sWcQZ6XLECCga2K8pFT8cozvTNSICTDTWJTLfE6lE 7/LRqGrgyJtf6GTqx3RDcPn/h71juP8zzL5l+toCxx+5ukZIYptjEPX9pdJtMf16 qr00c2cdl0ieOKLgX37YUDlakLCXMYb553a42T/k8a6q6fH4SVZnBxY3vegCiVv4 Wx4953CW4VjGaHFQxw7BPsWd93FImBekR+g== Received: by smtp1.cybersecure.com.au (OpenSMTPD) with ESMTP id 3a212a2b; Wed, 12 Aug 2020 09:13:12 +1000 (AEST) Received: from exch1.ad.cybersecure.local (10.10.11.13) by exch1.ad.cybersecure.local (10.10.11.13) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.1591.10; Wed, 12 Aug 2020 09:13:12 +1000 Received: from exch1.ad.cybersecure.local ([::1]) by exch1.ad.cybersecure.local ([::1]) with mapi id 15.01.1591.017; Wed, 12 Aug 2020 09:13:12 +1000 From: David Davies To: Marcus Rohrmoser , "~alpine/users@lists.alpinelinux.org" <~alpine/users@lists.alpinelinux.org> Subject: Re: UEFI 32 bit Thread-Topic: UEFI 32 bit Thread-Index: AQHWbJgmhGO8Txp32UCbWxGJRgcKbqkx+bqAgAGRO5M= Date: Tue, 11 Aug 2020 23:13:12 +0000 Message-ID: <253f99a0368a4eba90f81a50453ae3e5@cybersecure.com> References: <20200807105229.b543bc0b2d2b7603e846c0ce@posteo.net>,<6162C82A-DE2F-4E7A-8DA6-A9B355103FD2@mro.name> In-Reply-To: <6162C82A-DE2F-4E7A-8DA6-A9B355103FD2@mro.name> Accept-Language: en-AU, en-US Content-Language: en-AU X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.99.12] Content-Type: multipart/alternative; boundary="_000_253f99a0368a4eba90f81a50453ae3e5cybersecurecom_" MIME-Version: 1.0 --_000_253f99a0368a4eba90f81a50453ae3e5cybersecurecom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I've been able to get this working in the past with a Lenovo TV stick, whic= h has a x64 processor with a 32 bit uefi. I'm going from memory so sorry if might miss something, but you need to do = the following: 1. Install Alpine as uefi using the setup-alpine script 2. Mount your new install to /mnt from the live envirnment 3. chroot into to /mnt 4. Inside the chroot, mount the EFI partition to /boot/efi 5. Delete everything inside /boot/efi 6. Copy this file (https://github.com/hirotakaster/baytail-bootia32.efi/= blob/master/bootia32.efi) into /boot/efi/alpine 7. Create the file: /boot/efi/alpine/startup.nsh 8. Put this line in startup.nsh: bootia32.efi 9. Now install grub again, with these parameters: grub-install --remo= vable --no-nvram /dev/sda 10. umount /boot/efi and exit the chroot 11. umount /mnt and reboot Again, I'm going from memory so there might be a mistake in the order or a = step I've missed, but this should hopefully work. ________________________________ From: ~alpine/users <~alpine/users@lists.alpinelinux.org> on behalf of Marc= us Rohrmoser Sent: Tuesday, 11 August 2020 6:56 PM To: ~alpine/users@lists.alpinelinux.org Subject: Re: UEFI 32 bit I'm having the a similar issue with my Asus x205ta notebook. Currently I'm on xubuntu focal plus an additional partition to dual-boot al= pine. But I'm clueless - which partition/directory to put the alpine boot image, - how to tell grub about it, - how to actually bootstrap alpine (lost in documentation). I'm ok with keeping a xubuntu just to seed/update grub in long terms. M David Davies National: 1300 854 292 www.cybersecure.com Australia's trusted cyber protection provider since 2003 --_000_253f99a0368a4eba90f81a50453ae3e5cybersecurecom_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

I've been able to get this working in the past with a Lenovo TV stick, w= hich has a x64 processor with a 32 bit uefi.


I'm going from memory so sorry if might miss something, but you need to do = the following:

  1. Install Alpine as uefi using the setup-alpine script
  2. Mount your= new install to /mnt from the live envirnment
  3. chroot into to /mnt
  4. Inside the chroot, mount the EFI parti= tion to /boot/efi
  5. Delete everything inside /boot/efi
  6. Copy t= his file (https://github.com/hirotakaster/baytail-bootia32.efi/blob/ma= ster/bootia32.efi) into /boot/efi/alpine
  7. Create the file:  = ; /boot/efi/alpine/startup.nsh
  8. Put this line in&= nbsp;startup.nsh:   bootia32.efi
  9. Now= install grub again, with these parameters:    grub-install --removable --no-nvram /dev/sda
  10. umount /boot/efi and = exit the chroot
  11. umount /mnt and reboot

  12. Again, I'm going from memory so there might be a mistake in the order = or a step I've missed, but this should hopefully work.




    From: ~alpine/users <~= alpine/users@lists.alpinelinux.org> on behalf of Marcus Rohrmoser <wo= rk@mro.name>
    Sent: Tuesday, 11 August 2020 6:56 PM
    To: ~alpine/users@lists.alpinelinux.org
    Subject: Re: UEFI 32 bit
     
    I'm having the a similar issue with my Asus x205ta= notebook.

    Currently I'm on xubuntu focal plus an additional partition to dual-boot al= pine.

    But I'm clueless
    - which partition/directory to put the alpine boot image,
    - how to tell grub about it,
    - how to actually bootstrap alpine (lost in documentation).

    I'm ok with keeping a xubuntu just to seed/update grub in long terms.

    M

David Davies

National: 1300 854 292

Australia's trusted cyber protection provider since 2003

--_000_253f99a0368a4eba90f81a50453ae3e5cybersecurecom_--