From 789ba960098e2a72755ca21c2fe6e84d146fc74d Mon Sep 17 00:00:00 2001 From: D3vil0p3r Date: Sat, 16 Mar 2024 12:46:39 +0100 Subject: [PATCH] Update troubleshooting.mdx --- src/content/docs/en/support/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/support/troubleshooting.mdx b/src/content/docs/en/support/troubleshooting.mdx index e9a3c1a..6dba1be 100644 --- a/src/content/docs/en/support/troubleshooting.mdx +++ b/src/content/docs/en/support/troubleshooting.mdx @@ -57,7 +57,7 @@ If EFI boot, run: ``` sudo mount --bind /tmp/intermediate /mnt/boot/efi/ ``` -If EFI boot, run: +If GRUB BIOS/Legacy boot: ``` sudo mount --bind /tmp/intermediate /mnt/boot/ ```