summaryrefslogtreecommitdiffstats
path: root/system/memtest86/README
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2022-12-11 16:46:29 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-17 09:14:03 +0700
commit2ceb83a4a5e7cbb2fb7f42d3a1d40fa2470583c2 (patch)
tree7362bcf999d9c1844e807561e0a70624c64932a9 /system/memtest86/README
parentedcf9c5771fcc9666e00ef6257c50b51c1d1454a (diff)
downloadslackbuilds-2ceb83a4a5e7cbb2fb7f42d3a1d40fa2470583c2.tar.gz
slackbuilds-2ceb83a4a5e7cbb2fb7f42d3a1d40fa2470583c2.tar.xz
system/memtest86: Add GRUB autodetection script
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/memtest86/README')
-rw-r--r--system/memtest86/README13
1 files changed, 4 insertions, 9 deletions
diff --git a/system/memtest86/README b/system/memtest86/README
index cdb6a2877a..b42a45b16e 100644
--- a/system/memtest86/README
+++ b/system/memtest86/README
@@ -15,15 +15,6 @@ 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:
@@ -31,4 +22,8 @@ GRUB Legacy users: Append something like this to your
kernel (hd0,0)/boot/memtest86.bin
+GRUB 2 users: Auto-detected by the /etc/grub.d/20_memtest86 script.
+Run `grub-mkconfig -o /boot/grub/grub.cfg` to update the boot menu.
+
+
See /usr/doc/memtest86-$VERSION/README for more info.