Skip to content

Commit

Permalink
Update aegis-tui.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored May 5, 2024
1 parent 4dd4707 commit b584d3d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/content/docs/en/configuration/aegis-tui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,19 @@ If no errors have been raised during the installation phase, you are ready to us

![Installation Finished](@assets/images/aegis-tui-finish.png)

Before rebooting, if you installed Athena OS in dual boot with Windows, as explained in the related section, restore Microsoft bootloader inside the boot partition (i.e., `/dev/nvme0n1p1`):
```
sudo mount /dev/nvme0n1p1 /mnt
cp -rf ~/Microsoft /mnt/EFI/
sudo umount /mnt
```
Once you reboot, and you land on the installed system, open the terminal and run:
```
sudo os-prober
sudo grub-mkconfig -o /boot/grub/grub.cfg
```
In this manner, Windows entry should be added in GRUB.

:::note
At the end of a successful installation in an EFI system, you could get a message like:
```
Expand Down

0 comments on commit b584d3d

Please sign in to comment.