This patch solves the problem for me:

--- /etc/grub.d/20_memtest86+~  2009-09-30 01:14:22.000000000 +0200
+++ /etc/grub.d/20_memtest86+   2009-10-01 22:36:52.000000000 +0200
@@ -7,14 +7,14 @@
   echo "Found memtest86+ image: $MEMTESTPATH" >&2
   cat << EOF
 menuentry "Memory test (memtest86+)" {
-  prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/"
 EOF
+  prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/"
   cat << EOF
        linux16 $MEMTESTPATH
 }
 menuentry "Memory test (memtest86+, serial console 115200)" {
-  prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/"
 EOF
+  prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/"
   cat << EOF
        linux16 $MEMTESTPATH console=ttyS0,115200n8
 }

/ Anders



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to