0

I have a running Ubunutu 16.04LTS on a HDD. I installed a new SSD and Ubunutu 18.04LTS on it. Now, when I boot, I see the Grub list which shows HDD with 16.4LTS. I would like to directly boot into the new SSD with 18.04LTS and use the HDD for storage. How can I go directly booting to new OS and simply remove the older HDD from boot list?

1 Answers1

0

From Stack Exchange the easiest way is editing /etc/default/grub and inserting the line:

GRUB_DISABLE_OS_PROBER=true

Then save the file and run sudo update-grub.

If you have an older version of grub refer to the link for other options.