The Hardware Detection Tool does not work and I do not think it is worth to investigate. It is an ancient piece of software which does not work on EFI systems which are becoming more and more common.
Since this has presumably been broken for a long time which nobody has reported I assume that nobody is using it. There are indeed lots better live CDs out there with much better diagnostic tools.
Fixes: #12870 Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- config/syslinux/syslinux.cfg | 15 --------------- 1 file changed, 15 deletions(-)
diff --git a/config/syslinux/syslinux.cfg b/config/syslinux/syslinux.cfg index ce29fd72d..30bc629c5 100644 --- a/config/syslinux/syslinux.cfg +++ b/config/syslinux/syslinux.cfg @@ -77,13 +77,6 @@ MENU BEGIN tools Diagnose memory problems with memtest86+. ENDTEXT KERNEL memtest - - LABEL hdt - MENU LABEL Hardware Detection Tool - TEXT HELP -Check your hardware with the Hardware Detection Tool! - ENDTEXT - KERNEL hdt.c32 MENU END
MENU BEGIN serial @@ -122,14 +115,6 @@ Diagnose memory problems with memtest86+ with serial console. ENDTEXT KERNEL memtest APPEND console=ttyS0,115200 - - LABEL hdt-serial - MENU LABEL Hardware Detection Tool - TEXT HELP -Check your hardware with the Hardware Detection Tool! - ENDTEXT - KERNEL hdt.c32 - MENU END
MENU SEPARATOR