How to hide/remove memtest86 menu entries from Grub2. I have Ubuntu 15.04
Asked
Active
Viewed 2,637 times
1
-
I want only items that will be used – Jan Komadowski Sep 19 '15 at 10:16
-
@Pilot6 what for? Can't it be accessed via advanced options? what does it do? – Tim Sep 19 '15 at 11:10
-
This is not about boot order. – Pilot6 Sep 19 '15 at 11:26
-
@Pilot6 no it isn't. same answer though. more helpful than leaving open. – Tim Sep 19 '15 at 11:36
-
@Tim So it is not a duplicate question. – Pilot6 Sep 19 '15 at 11:37
-
@Tim maybe duplicate, unfortunately i can be sure (can't test it), because 20_memtest86+ file is gone, after i used grub-customizer to change entry name. – Jan Komadowski Sep 19 '15 at 11:40
-
@Pilot6 nope it isn't. feel free not to close it. http://meta.askubuntu.com/questions/14359/should-questions-be-closed-as-duplicate-only-because-of-the-helpfulness-of-answe?cb=1 my opinion is may as well close it. – Tim Sep 19 '15 at 11:41
-
@Tim and it's not a good way to install unknown third party combo apps to solve one small problem – Jan Komadowski Sep 19 '15 at 11:47
-
@JanKomadowski it's not great to remove a program tbh. anyway – Tim Sep 19 '15 at 11:53
-
@Tim When I don't use it I don't need it ;) – Jan Komadowski Sep 19 '15 at 11:58
-
@JanKomadowski I don't use my house insurance. still have it. – Tim Sep 19 '15 at 11:58
2 Answers
2
I think I found. Maybe there is a better way but it works for me
sudo chmod -x /etc/grub.d/20_memtest86+
and than
sudo update-grub
-
-
-
Then I repeat the process. Worse if this option does not work after the update :/ – Jan Komadowski Sep 19 '15 at 10:24
-
0
You can remove memtest86+
by running
sudo apt-get remove memtest86+
It can always be installed back by
sudo apt-get install memtest86+

Pilot6
- 90,100
- 91
- 213
- 324
-
-
Me, it's very short, doesn't explain how to revert the change or what "running" is (never a bad thing to explain). It also appeared in LQP queue because of length and content (another reason to downvote), as did another answer (not a reason). I allowed both to stay but wasn't sure. I've hence flagged this for custom moderator for them to decide what should happen. – Tim Sep 19 '15 at 11:24
-
@Tim It gives full explanation on what the command does. Short is not always bad. I added how to revert it. – Pilot6 Sep 19 '15 at 11:26
-
If (when) you need to run
memtest86+
, your system will NOT be healthy enough tosudo apt-get install memtest86+
-memtest86+
is a tool to boot when Ubuntu cannot, and your computer has memory, and might have memory problems. Also, ifmemtest86+
fails, your hardware problem is obvious. – waltinator Sep 19 '15 at 16:15 -
@waltinator I wrote that in my comments too. But if someone wants to remove it, it is his/her choice. I never seriously used memtest in my life. I am probably lucky. – Pilot6 Sep 19 '15 at 16:19
-
The denser memory gets (and I've seen "core memory" being made by hand), the more likely the Cosmic Ray God is to Zap! something. "We'll never need this diagnostic!" is never the beginning of a fun story. – waltinator Sep 19 '15 at 16:33