Load memtest86+ binary via 'linux16' in grub2 (otherwise it fails)
authorMichael Prokop <mika@grml.org>
Tue, 18 Aug 2009 09:15:59 +0000 (11:15 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 18 Aug 2009 09:15:59 +0000 (11:15 +0200)
debian/changelog
grml2usb

index 83976da..22d1cb3 100644 (file)
@@ -14,8 +14,9 @@ grml2usb (0.9.9) UNRELEASED; urgency=low
     we don't seem to have another option, so let's change it.
     Thanks to Felix Zielcke and Robert Millan for first hand information.
   * Increate timeout from 5 to 10 seconds in grub2 configuration.
+  * Load memtest86+ binary via 'linux16' in grub2 (otherwise it fails).
 
- -- Michael Prokop <mika@grml.org>  Tue, 18 Aug 2009 11:14:59 +0200
+ -- Michael Prokop <mika@grml.org>  Tue, 18 Aug 2009 11:15:40 +0200
 
 grml2usb (0.9.8) unstable; urgency=low
 
index 16873e3..92367b8 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -276,7 +276,7 @@ menuentry "%(grml_flavour)s (default)" {
 }
 
 menuentry "Memory test (memtest86+)" {
-    linux   /boot/addons/memtest
+    linux16   /boot/addons/memtest
 }
 
 menuentry "Grub - all in one image" {