If you have dual boot setup, one of the frustrating things that you'll immediately notice is that Ubuntu is now set as the default OS in the Grub loader. There is an easy way to switch back to using Windows as the default.
sudo emacs /etc/default/grub
Change: GRUB_DEFAULT=? (? is the 0-based index of the Grub menu)
sudo update-grub
This is for grub-mkconfig (GRUB) 2.02-2ubuntu8.23
Ubuntu 18.04
No comments:
Post a Comment