This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > System > memtest86 (4.3.7)

Memtest86 is a thorough, stand-alone memory test for x86 architecture
computers. BIOS based memory tests are a quick, cursory check and often
miss many of the failures that are detected by Memtest86.

This package installs a bootable image to /boot/memtest86.bin
which is similar to the kernel images in the same directory.


LILO users: Append this to your /etc/lilo.conf:

image = /boot/memtest86.bin
label = memtest86

Then run `/sbin/lilo` to update the boot loader.
Don't forget to re-run `/sbin/lilo` if you upgrade this package.


GRUB 2 users: Append something like this to your /etc/grub.d/40_custom:

menuentry 'memtest86' {
linux16 (hd0,1)/boot/memtest86.bin
}

Then run `grub-mkconfig -o /boot/grub/grub.cfg` to update the boot menu.


GRUB Legacy users: Append something like this to your /boot/grub/menu.lst:

title memtest86
kernel (hd0,0)/boot/memtest86.bin


See /usr/doc/memtest86-$VERSION/README for more info.

Maintained by: Kyle Guinn
Keywords: memtest,memory,test
ChangeLog: memtest86

Homepage:
https://www.memtest86.com/

Source Downloads:
memtest86-4.3.7-src.tar.gz (784f3adf148079b63f925b478dee7c85)

Download SlackBuild:
memtest86.tar.gz
memtest86.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
memtest86.SlackBuild
memtest86.info
patches
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds