Skip to content

Commit

Permalink
boot rescue: Add step to regenerate EFI menu (#510)
Browse files Browse the repository at this point in the history
boot rescue: Add step to regenerate EFI menu

Add a step to regenerate the EFI boot menu after correcting other issues in the chroot
  • Loading branch information
TraceyC77 authored Mar 19, 2024
1 parent a09210b commit 7c38a32
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
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
Expand Down

0 comments on commit 7c38a32

Please sign in to comment.