I wanted to create windows 10 and ubuntu classic dual boot. That one when you will power on your computer you can choose which one do you want to run. And I tried it by multiple tutorials when finally I did something. I have installed ubuntu. And whe I will click in windows on settings, updates... and restart now and choose use device. I have there ubuntu and if I run it it will after asking me to run other things actually run ubuntu and it is working completely fine. But if I want to go to ubuntu I must start windows and do all this which is just annoying. Do you have any ideas how can I create from this the classical dual boot menu? I didn't try anything, because I have no idea what I don't want to reinstall ubuntu from scratch, because it is working and I could have damage it even more.
Asked
Active
Viewed 118 times
sudo nano /etc/default/grub
. If you go there you can seeGRUB_TIMEOUT
set to 10. Change it as you wish. Do not mess with other options unless you know what you're doing. To set Windows as default visit this link https://askubuntu.com/questions/52963/how-do-i-set-windows-to-boot-as-the-default-in-the-boot-loader and refer the accepted answer. – Arjun K Shibu Dec 02 '22 at 19:19