Why memtest+ is added to Grub menu automatically?

Archived topics about LMDE 1 and LMDE 2
Locked
fida1989

Why memtest+ is added to Grub menu automatically?

Post by fida1989 »

I am using LMDE for about 1 month. Until today the Grub menu had 2 option one is usual login and another is recovery login. But suddenly today while booting i am seeing 3 more entries added regarding memtest+. :shock: Why is that? Any problem with my hardware or other thing? :?: Anyway the system is running fine without any issues. Any information will be highly appreciated. :)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
anmys

Re: Why memtest+ is added to Grub menu automatically?

Post by anmys »

It comes from the file 20_memtest86 in /etc/grub.d. If you feel that it is not needed, just do

Code: Select all

sudo chmod -x 20_memtest86
If you do not want the recovery entry in the grub menu, uncomment the relevant line in /etc/default/grub:

Code: Select all

GRUB_DISABLE_RECOVERY="true"
Regards.
toomuchcoffee

Re: Why memtest+ is added to Grub menu automatically?

Post by toomuchcoffee »

Updating seems to do that? On a new install there's no memtest entries whatsoever...
fida1989

Re: Why memtest+ is added to Grub menu automatically?

Post by fida1989 »

anmys wrote:It comes from the file 20_memtest86 in /etc/grub.d. If you feel that it is not needed, just do

Code: Select all

sudo chmod -x 20_memtest86
It is not working. Says no such file or directory found.
fida1989

Re: Why memtest+ is added to Grub menu automatically?

Post by fida1989 »

toomuchcoffee wrote:Updating seems to do that? On a new install there's no memtest entries whatsoever...

I guess you are right. Though i don't know the actual reason.
Locked

Return to “LMDE Archive”