Skip to content

Commit

Permalink
boot rescue: Add step to regenerate EFI menu
Browse files Browse the repository at this point in the history
Add a step to regenerate the EFI boot menu after correcting other issues in the chroot
  • Loading branch information
TraceyC77 authored Mar 12, 2024
1 parent efbd5e6 commit 71cd142
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/user/troubleshooting/boot-rescue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71cd142

Please sign in to comment.