Author Topic: (SOLVED) I can't find mem test on Grub menu  (Read 746 times)

Offline linuxist

  • Full Member
  • ***
  • Posts: 64
(SOLVED) I can't find mem test on Grub menu
« on: June 11, 2012, 02:47:59 AM »
This is an earlier post from my subject "Should I up-grade kernel"
Quote from djohnston:
"Open Synaptic. Look for memtest. Install memtest86+-4.20-1pclos2011 package. Once installed, you will have an extra item in the GRUB boot menu at the bottom of the list. Select the memtest item from the GRUB menu to run it. It will keep running until you choose to shut down or reboot the PC."
But...I can't see it.
Any advice please?

« Last Edit: June 11, 2012, 04:01:50 AM by linuxist »

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10634
  • MLUs Forever!
Re: I can't find mem test on Grub menu
« Reply #1 on: June 11, 2012, 03:04:26 AM »
All I can suggest is that you manually edit the file

/boot/grub/menu.lst

to add an entry at the bottom for the memory test.


The entry should have the following form

Quote
title   Memory Test
kernel (DRIVE,Part)/boot/memtest

where you replace the (DRIVE,Part) with whatever is already used in the other boot entries.

If you wish confirmation please post the contents of the file

/boot/grub/menu.lst


Be aware that you need root privileges to even view the contents of this file.

HTH  ;)
« Last Edit: June 11, 2012, 03:34:55 AM by Just18 »
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline linuxist

  • Full Member
  • ***
  • Posts: 64
Re: I can't find mem test on Grub menu
« Reply #2 on: June 11, 2012, 03:32:19 AM »
Thanks. Here's the info . . . .

timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 3


title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=a0da0ecf-3c10-479d-ac58-883f886ec809 quiet vmalloc=256M acpi=on resume=UUID=defe26d5-e19b-47d8-a00f-7532ea0ba6d7

initrd (hd0,0)/boot/initrd.img



title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=a0da0ecf-3c10-479d-ac58-883f886ec809 quiet failsafe vmalloc=256M acpi=on

initrd (hd0,0)/boot/initrd.img


title 2.6.38.8-pclos1.bfs
kernel (hd0,0)/boot/vmlinuz-2.6.38.8-pclos1.bfs BOOT_IMAGE=2.6.38.8-pclos1.bfs root=UUID=a0da0ecf-3c10-479d-ac58-883f886ec809 quiet vmalloc=256M acpi=on resume=UUID=defe26d5-e19b-47d8-a00f-7532ea0ba6d7 splash=silent vga=788

initrd (hd0,0)/boot/initrd-2.6.38.8-pclos1.bfs.img



title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=a0da0ecf-3c10-479d-ac58-883f886ec809 quiet vmalloc=256M acpi=on resume=UUID=defe26d5-e19b-47d8-a00f-7532ea0ba6d7 splash=silent vga=788

initrd (hd0,0)/boot/initrd.img


title 2.6.38.8-pclos3.bfs
kernel (hd0,0)/boot/vmlinuz-2.6.38.8-pclos3.bfs BOOT_IMAGE=2.6.38.8-pclos3.bfs root=UUID=a0da0ecf-3c10-479d-ac58-883f886ec809 quiet vmalloc=256M acpi=on resume=UUID=defe26d5-e19b-47d8-a00f-7532ea0ba6d7 splash=silent vga=788

initrd (hd0,0)/boot/initrd-2.6.38.8-pclos3.bfs.img

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10634
  • MLUs Forever!
Re: I can't find mem test on Grub menu
« Reply #3 on: June 11, 2012, 03:34:37 AM »
Try this boot entry so ......  place it at the end of the file and ensure there is a blank line after it, and save the file.

Quote
title   Memory Test
kernel (hd0,0)/boot/memtest-4.20

EDIT .......  note the inclusion of the version number for memtest above. This is the version I have installed here, but should be the same for your installation. I omitted this on the original post  :(

« Last Edit: June 11, 2012, 03:36:51 AM by Just18 »
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline linuxist

  • Full Member
  • ***
  • Posts: 64
Re: I can't find mem test on Grub menu
« Reply #4 on: June 11, 2012, 04:00:42 AM »
Yep! My installed version is the same.
I followed your instructions exactly & mem test is on grub list. When mem test is selected from grub list then it opens up ok.
Brilliant. Thanks so much. I'll mark this subject 'SOLVED'

Online Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10634
  • MLUs Forever!
Re: I can't find mem test on Grub menu
« Reply #5 on: June 11, 2012, 04:05:44 AM »
Yep! My installed version is the same.
I followed your instructions exactly & mem test is on grub list. When mem test is selected from grub list then it opens up ok.
Brilliant. Thanks so much. I'll mark this subject 'SOLVED'

Happy all is OK for you now ...  good luck with the testing of memory  ;)
MLUs rule the roost!

Linux XPS 3.4.38-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3985
Re: (SOLVED) I can't find mem test on Grub menu
« Reply #6 on: June 11, 2012, 12:18:02 PM »
It relies on a working CPU/north bridge as well as the RAM, so if you get no errors after several hours you know these are likely to be OK too, at least so far as connection to RAM goes. If you get failures at certain addresses these could be faulty. If it freezes at a certain point or you get random errors that could be any of these parts, or a dodgy PSU, which everything relies on.

Bearing in mind T6's opinion the machine is reaching the end of its useful life, I will be surprised if this runs for an extended period without problems, but you never know.
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf