From 71cd14229ae808e2a63adcdf442baf3da67fca20 Mon Sep 17 00:00:00 2001 From: Tracey Date: Tue, 12 Mar 2024 09:56:40 -0500 Subject: [PATCH] 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..6060c85c7 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 +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