When I boot my computer I get this:
error: no such device: 6ae62c89-5573-4c83-b4b8-9aa3722bd1f8.
error: unknown filesystem.
Entering rescue mode...
grub rescue>
Background:
I installed Fedora 26 and then Windows 10 on another partition. After then installation of Windows, the system was booting directly on Windows without the option of Fedora.
I used the same Fedora live CD to run a virtual environment and run the following commands on a terminal:
fdisk -l
grub2-install /dev/sda
grub2-mkconfig -o /boot/grub2/grub.cfg
Any idea how to fix it?