Skip to content

Commit

Permalink
Update troubleshooting.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Apr 14, 2024
1 parent f936462 commit fe87d4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/content/docs/en/support/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ For example, you should remove GRUB files related to old Linux systems that are
If you are in dual boot along Windows, don't delete the `Microsoft` folder inside the boot partition.
:::

Once reboot, access to your BIOS and be sure that `GRUB` entry has the highest priority on UEFI Boot Priority section.

Finally, in case Windows entry disappeared, land on the installed Athena system, open a terminal and run:
```
sudo grub-mkconfig -o /boot/grub/grub.cfg
```

#### Restore GRUB

For fixing the GRUB, before exiting from the Live Environment, before proceeding, you must detect the existing Linux partition and the EFI partition containing the GRUB entries for Linux and Windows (or other OS). You can do that by running `sudo fdisk -l`.
Expand Down

0 comments on commit fe87d4c

Please sign in to comment.