From 8078a02154d322c7a5c3cd58ac13e959aca25595 Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Sun, 30 Jun 2013 08:41:36 -0400 Subject: main/syslinux: update instructions for HDT, bump checksums On Sun, Jun 30, 2013 at 02:13:29PM +0200, Natanael Copa wrote: > On Sat, 29 Jun 2013 11:49:05 -0400 > Dubiousjim wrote: > > > While testing that, I discovered also that HDT is no longer working on > > my machine. > > copy libgpl.c32 and libmenu.c32 in addition to hdt.c32 to /boot. > > (syslinux now uses elf format so you can use readelf or scanelf -n to > troubleshoot this kind of issues) Oh great! I've verified now that this works, and also verified that syslinux properly detects the sha256 and sha512 passwords. This patch updates the usage message for HDT. Based on current master, ignoring patch I sent a few minutes ago. --- main/syslinux/update-extlinux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/syslinux/update-extlinux.conf') diff --git a/main/syslinux/update-extlinux.conf b/main/syslinux/update-extlinux.conf index 49ad8a46ee..a34d5a9624 100644 --- a/main/syslinux/update-extlinux.conf +++ b/main/syslinux/update-extlinux.conf @@ -46,8 +46,8 @@ xen_opts=dom0_mem=256M # if you copy /usr/share/syslinux/reboot.c32 to /boot/, a menu entry # will be auto-generated for it -# if you copy /usr/share/syslinux/hdt.c32 to /boot/, a menu entry will -# be auto-generated for it +# if you copy hdt.c32, libgpl.c32, and libmenu.c32 from /usr/share/syslinux/ +# to /boot/, a menu entry will be auto-generated for HDT # if you download and install /boot/memtest, then if HDT is present it # will use it, else a separate menu entry will be auto-generated for -- cgit v1.2.3