From: Michael Prokop Date: Tue, 18 Aug 2009 09:15:59 +0000 (+0200) Subject: Load memtest86+ binary via 'linux16' in grub2 (otherwise it fails) X-Git-Tag: v0.9.9~5 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=1b81caa08656533f4099c2296ee1eea4acb2ae23 Load memtest86+ binary via 'linux16' in grub2 (otherwise it fails) --- diff --git a/debian/changelog b/debian/changelog index 83976da..22d1cb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 18 Aug 2009 11:14:59 +0200 + -- Michael Prokop Tue, 18 Aug 2009 11:15:40 +0200 grml2usb (0.9.8) unstable; urgency=low diff --git a/grml2usb b/grml2usb index 16873e3..92367b8 100755 --- 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" {