IT/Software/System Config/grub: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
No edit summary
Line 13: Line 13:
Now add the following two lines  
Now add the following two lines  
</br>
</br>
<code>GRUB_DEFAULT=saved </br>
<code>GRUB_DEFAULT=saved</br>GRUB_SAVEDEFAULT=true</code>
GRUB_SAVEDEFAULT=true </code>

Revision as of 14:09, 20 February 2020

Grand Unified Boot Loader

this is the default in linux.

Runs really well but has never been really intuitive to make changes

BECAUSE you normally should not be messing around in here.

Change the boot order

Boot the last booted

sudo nano /etc/default/grub

Now add the following two lines
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true