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 15, 2024
1 parent fe87d4c commit 9ec05a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/docs/en/support/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
```
If GRUB BIOS/Legacy boot:
```shell
grub-install --force --target=i386-pc --recheck --boot-directory=/boot /dev/nvme0n1p1
grub-install --force --target=i386-pc --recheck --boot-directory=/boot /dev/nvme0n1
```
Note that, `/dev/nvme0n1` must be the disk containing the boot partition, not the boot partition itself.

Finally, for fixing also the Linux access, burn Athena OS ISO on a USB and follow the steps explained at [Post-installation](/en/installation/install-persistent-usb/#post-installation) section.

Expand Down

0 comments on commit 9ec05a0

Please sign in to comment.