The memtest entries in GRUB are just annoying and useless IMO (I think they shouldn't even come preinstalled, they only confuse newbies and if you really need them you can install them later...). Is it a bad idea to remove them?
Asked
Active
Viewed 2,474 times
2 Answers
2
There is no harm in removing them. I would suggesting leaving them there. Memtest is for checking your RAM. It is very easy to use. You just set it running and watch the results. Basically, a healthy RAM should show no errors.
To remove, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo chmod -x /etc/grub.d/20_memtest86+
sudo update-grub
Or just use Grub Customizer.
You can always run memtest by downloading the boot CD from memtest.

Mitch
- 107,631
-
1I don't think that it is, and I didn't know, I just added the info just in case :) – Mitch Jun 25 '13 at 07:31