How can i make the last OS used the first to boot in dual windows and ubuntu OS bootloader [duplicate]
This question already has an answer here:
How to get grub2 to remember last choice?
4 answers
I installed Ubuntu 18.10 and windows 10 as dual OS but whenever i restart from one of the OS i will be given an option to choose the operating system to boot or Ubuntu boot automatically after some seconds. I will love to make the last OS used to boot automatically how can i do this?
boot dual-boot grub2 partitioning
marked as duplicate by wjandrea, user68186, karel, Fabby, N0rbert Dec 14 '18 at 9:25
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How to get grub2 to remember last choice?
4 answers
I installed Ubuntu 18.10 and windows 10 as dual OS but whenever i restart from one of the OS i will be given an option to choose the operating system to boot or Ubuntu boot automatically after some seconds. I will love to make the last OS used to boot automatically how can i do this?
boot dual-boot grub2 partitioning
marked as duplicate by wjandrea, user68186, karel, Fabby, N0rbert Dec 14 '18 at 9:25
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How to get grub2 to remember last choice?
4 answers
I installed Ubuntu 18.10 and windows 10 as dual OS but whenever i restart from one of the OS i will be given an option to choose the operating system to boot or Ubuntu boot automatically after some seconds. I will love to make the last OS used to boot automatically how can i do this?
boot dual-boot grub2 partitioning
This question already has an answer here:
How to get grub2 to remember last choice?
4 answers
I installed Ubuntu 18.10 and windows 10 as dual OS but whenever i restart from one of the OS i will be given an option to choose the operating system to boot or Ubuntu boot automatically after some seconds. I will love to make the last OS used to boot automatically how can i do this?
This question already has an answer here:
How to get grub2 to remember last choice?
4 answers
boot dual-boot grub2 partitioning
boot dual-boot grub2 partitioning
asked Dec 13 '18 at 21:55
adiec7adiec7
11
11
marked as duplicate by wjandrea, user68186, karel, Fabby, N0rbert Dec 14 '18 at 9:25
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by wjandrea, user68186, karel, Fabby, N0rbert Dec 14 '18 at 9:25
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This will make GRUB remember the last OS that you booted, and will boot to that same OS until you change it at the GRUB menu.
Edit /etc/default/grub
Add/change the following lines near the top...
GRUB_DEFAULT=saved # change existing line
GRUB_SAVEDEFAULT=true # add this line
Then, in terminal...
sudo update-grub
reboot
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This will make GRUB remember the last OS that you booted, and will boot to that same OS until you change it at the GRUB menu.
Edit /etc/default/grub
Add/change the following lines near the top...
GRUB_DEFAULT=saved # change existing line
GRUB_SAVEDEFAULT=true # add this line
Then, in terminal...
sudo update-grub
reboot
add a comment |
This will make GRUB remember the last OS that you booted, and will boot to that same OS until you change it at the GRUB menu.
Edit /etc/default/grub
Add/change the following lines near the top...
GRUB_DEFAULT=saved # change existing line
GRUB_SAVEDEFAULT=true # add this line
Then, in terminal...
sudo update-grub
reboot
add a comment |
This will make GRUB remember the last OS that you booted, and will boot to that same OS until you change it at the GRUB menu.
Edit /etc/default/grub
Add/change the following lines near the top...
GRUB_DEFAULT=saved # change existing line
GRUB_SAVEDEFAULT=true # add this line
Then, in terminal...
sudo update-grub
reboot
This will make GRUB remember the last OS that you booted, and will boot to that same OS until you change it at the GRUB menu.
Edit /etc/default/grub
Add/change the following lines near the top...
GRUB_DEFAULT=saved # change existing line
GRUB_SAVEDEFAULT=true # add this line
Then, in terminal...
sudo update-grub
reboot
answered Dec 13 '18 at 23:52
heynnemaheynnema
18.2k22054
18.2k22054
add a comment |
add a comment |