There is a grub customizer you can install that will give you a choice on what you want to see as you are booting up. Make sure this is what you want by looking at the site for grub customizer, you might lose that windows start up screen if you install this. It will be replaced with the Grub login that comes with linux mint.
Press Ctrl-Alt-T to call up Terminal, copy following codes and paste (Ctrl-Shift-V) them inside Terminal to install Grub Customizer.
- Code: Select all
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
- Code: Select all
sudo apt-get update
- Code: Select all
sudo apt-get install grub-customizer
After installation, run Grub Customizer to set the default boot options with the following steps.
Press Alt-F2, type grub-customizer into the box and press Enter to run it.
Under the "General Settings" tab, select the default entry you like to boot up from the drop-down menu.
Adjust the timeout value if needed, then press the Close button and the Save button.
Avoid changing timeout to 0 seconds if you need to select a system to boot up from a multi-boot menu.