From 7c38a32cc4895803fc704dc6deae1fe85d0dd1a4 Mon Sep 17 00:00:00 2001 From: Tracey Date: Tue, 19 Mar 2024 13:52:42 -0500 Subject: [PATCH] boot rescue: Add step to regenerate EFI menu (#510) boot rescue: Add step to regenerate EFI menu Add a step to regenerate the EFI boot menu after correcting other issues in the chroot --- docs/user/troubleshooting/boot-rescue.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/user/troubleshooting/boot-rescue.md b/docs/user/troubleshooting/boot-rescue.md index 0e5d6a1e0..bc244a488 100644 --- a/docs/user/troubleshooting/boot-rescue.md +++ b/docs/user/troubleshooting/boot-rescue.md @@ -179,10 +179,18 @@ In the event that disk changes had caused the system to fail to boot, try the fo In the chroot environment, run the following command which will perform various configuration triggers to update your icon cache, update GRUB and EFI configuration, re-compile settings, and more. -``` +```bash sudo usysconf run -f ``` +### Regenerate UEFI Boot Entries + +Run the following command, which will update the boot entries for your EFI menu: + +```bash +sudo clr-boot-manager update +``` + After this, you should exit your chroot with `exit` then reboot your system. In the event you are still unable to access Solus, please [contact us](/docs/user/contributing/getting-involved). ### Unmounting your system