Skip to content

Commit

Permalink
Use latest image for hetzner how-to (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
  • Loading branch information
kvaps authored Apr 29, 2024
1 parent 3285df5 commit 5f85016
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion content/en/docs/how-tos/hetzner.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ weight: 10
:warning: Secure Boot is currently not supported.

If your server configured to use Secure Boot, you need to disable this feature in your BIOS. Otherwise, it will block the server from booting after Talos Linux installation.

```bash
# mokutil --sb-state
SecureBoot disabled
Platform is in Setup Mode
```
{{% /alert %}}

Switch your server into rescue mode
Expand All @@ -28,7 +34,7 @@ Download Talos Linux asset from the Cozystack's [releases page](https://github.c

```bash
cd /tmp
wget https://github.com/aenix-io/cozystack/releases/download/v0.2.0/metal-amd64.raw.xz
wget https://github.com/aenix-io/cozystack/releases/latest/download/metal-amd64.raw.xz
xz -d -c /tmp/metal-amd64.raw.xz | dd of=/dev/nvme0n1 bs=4M oflag=sync
```

Expand Down

0 comments on commit 5f85016

Please sign in to comment.