Bug#229649: grub: memtest.bin is not correctly detected

Kiko Piris Kiko Piris <menorqui@pirispons.net>, 229649@bugs.debian.org
Mon, 22 Nov 2004 21:12:05 +0100


Package: grub
Version: 0.95+cvs20040624-11
Followup-For: Bug #229649


I think this trivial patch should fix it:

---8<---
--- update-grub~	2004-11-18 23:37:59.000000000 +0100
+++ update-grub	2004-11-22 21:06:29.000000000 +0100
@@ -772,7 +772,7 @@
 done
 
 if test ! x"$memtest86" = x"false" ; then
-	if test -f "$kernel_dir/memtest86.bin" ; then
+	if test -f "/boot/memtest86.bin" ; then
 		kernelVersion="memtest86"
 		kernel="$kernel_dir/memtest86.bin"
 		currentOpt=
--->8---

Regards and thanks

-- 
Kiko



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=es_ES.ISO-8859-15, LC_CTYPE=es_ES.ISO-8859-15 (charmap=ISO-8859-15) (ignored: LC_ALL set to es_ES@euro)

Versions of packages grub depends on:
ii  libc6                       2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libncurses5                 5.4-4        Shared libraries for terminal hand

-- no debconf information