Quote:
Originally Posted by jbasko
powerfull help - so, i have a question. How I provide or change the setting of automatic boot. Which OS will be start automatically...
thanx for info
|
Open /etc/default/grub and look for a line starting with:
Change its value to the number of the menuentry. Menuentries start with 0.
If the line does not exist, simple add it.
Finally, update grub's configuration file:
Code:
su -c "grub2-mkconfig -o /boot/grub2/grub.cfg"