slackbuilds/system/memtest86+
Willy Sudiarto Raharjo df51d1321a
system/memtest86+: Update download url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-09-10 15:19:10 +07:00
..
patches system/memtest86+: Patch for newer binutils 2022-02-20 15:12:44 +07:00
README system/memtest86+: Wrap README at 72 columns. 2022-03-17 12:38:08 -04:00
memtest86+.SlackBuild system/memtest86+: Patch for newer binutils 2022-02-20 15:12:44 +07:00
memtest86+.info system/memtest86+: Update download url. 2022-09-10 15:19:10 +07:00
slack-desc

README

Memtest86+ is thorough, stand alone memory test for Intel/AMD x86
architecture systems. BIOS based memory tests are only a quick check
and often miss 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.