Skip to content
Snippets Groups Projects
Commit e63d5ea4 authored by Ariel D'Alessandro's avatar Ariel D'Alessandro
Browse files

upsquared6000: Download grub from collabora lava gitlab job


The UP Squared 6000 board needs an updated version of grub, which is
built and available in the collabora lava gitlab repositories.

Signed-off-by: default avatarAriel D'Alessandro <ariel.dalessandro@collabora.com>
parent e92f4483
No related branches found
No related tags found
1 merge request!513upsquared6000: Download grub from collabora lava gitlab job
Pipeline #433378 passed with warnings
......@@ -32,21 +32,11 @@ binary. There should already be a TFTP server installed as part of the LAVA
dispatcher set-up. The same server can be used to provide the PXE boot binary
(GRUB).
Create a directory on the dispatcher:
Create directory `/srv/tftp/lava-grub2/x86_64-efi/` on the dispatcher and
download the [latest GRUB binary](https://gitlab.collabora.com/lava/grub/-/jobs/artifacts/master/raw/core.efi?job=build-amd64)
to it.
```
$ mkdir -p /srv/tftp/lava-grub2/x86_64-efi/
```
Install the GRUB binary with all the required modules built-in in this
directory:
```
$ cd /srv/tftp/lava-grub2/x86_64-efi/
$ wget https://images.collabora.co.uk/lava/boot/lava-grub2/x86_64-efi/core.efi
```
Note: To build GRUB (`core.efi` mentioned above) from source:
Note: To build the GRUB binary (`core.efi`) from source:
```
$ git clone https://gitlab.collabora.com/lava/grub.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment