From 792962bb32b085d4d88082c698c58985e2da2008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Galder=20Zamarre=C3=B1o?= Date: Wed, 23 Dec 2020 12:55:45 +0100 Subject: [PATCH] Fix boot loader reference for UEFI --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 52c23ef..39a8cc2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -389,7 +389,7 @@ Follow the [Setup deployment directory](#3-setup-deployment-directory) instructi Option 1: Enable systemd boot for UEFI ``` - boot.loader.grub.device = "/dev/sda"; + boot.loader.systemd-boot.enable = true; ``` Option 2: Set grub device for Legacy Boot (MBR) ```