My Dual boot is working now. The solution to my problem can be found in the last comment below. Thanks again for the help, @oldfred !
I had a dual boot with Windows 10 and Ubuntu 20.4 working before.
When I make a fresh reinstall of Ubuntu 20.4 (this time I choose Home partition,) I lost the dual boot provide by Grabber. I thought the Ubuntu Installer would keep the Dual partition as before.
The worst is that Windows 10 is starting now without the chance to boot on Ubuntu. Please help. Thank you.
My system info, https://paste.ubuntu.com/p/vSKsp9dy85/
My setup was as you can see on the picture:
- ext4 ___Primary ___ / ___I choose to format this partition
- ext4 ___ Primary ___ /Home ___I choose to format this partition
- In the Device for boot loader installation option, I choose the Windows Boot Manager option. ___I did NOT choose to format the partition where Windows Boot Manager was/is located
- Fast startup disabled on Windows
- Boot Speed [Normal] or disabled on UEFI
- Secure Boot [Disabled] on UEFI
- Boot Mode [UEFI Boot] selected, instead of (BIOS legacy)
- I run chkdsk on windows. It is all good.
- I run defragmentation on windows. It is all good
- I've just found in my UEFI that I can run Ubuntu from my HDD. Now in order to run Ubuntu, I have to press F12 to access my UEFI and then go to HDD and press "enter." OBS.: When I click enter on my HDD, the first option is Windows; the second option is ubuntu, and the third option is Ubuntu (with capital later.) There are 2 Ubuntu options. It doesn't matter which Ubuntu option I click, the Ubuntu starts.
- Before I get the Ubuntu normal loading process, I get a black screen with a mesage on the top "System Boot Order Not Found."
- Also, I should say that my WIFI is not working. It always worded before.
My Dual boot is working now. The solution to my problem can be found in the last comment below. Thanks again for the help, @oldfred !
3- Windows has been booting directly without stopping by Grub when I turn on the PC. Or from my BIOS (UEFI?), after pressing the F12 button. 4- Regarding the Grub installation, what I meant to say is that when I installed Ubuntu, on the Partitioning phase, on the last option of the screen, Device for boot loader installation, I choose the Windows Boot Manager option. Thank you, @oldfred. I hope with all of that we can fix this issue. Please let me know what to do. – goldenself Dec 16 '20 at 11:57
sudo efibootmgr -v
. You want Ubuntu first & Windows second in boot order. You can reset boot order in UEFI settings (not the menu) or with efibootmgr -o x,y,z command in Ubuntu. Seeman efibootmgr
or http://askubuntu.com/questions/485261/change-boot-order-using-efibootmgr – oldfred Dec 16 '20 at 21:28