From: Michael Prokop Date: Sun, 1 Nov 2009 23:16:02 +0000 (+0100) Subject: Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue. X-Git-Tag: v0.9.31~4 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=0c97db3b8040bfbcdaf2af2c7a76361f8f8a4bcd Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue. --- diff --git a/debian/changelog b/debian/changelog index e94259a..b5840d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-live (0.9.31) UNRELEASED; urgency=low + + * Fix the 'Memtest86+ bootentry doesn't work within GRUB2' issue. + + -- Michael Prokop Mon, 02 Nov 2009 00:05:22 +0100 + grml-live (0.9.30) unstable; urgency=low [ Michael Prokop ] diff --git a/grml-live b/grml-live index bef4997..fe21e5a 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.30' +GRML_LIVE_VERSION='0.9.31-pre1' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list' diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index c225511..8bb254f 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -24,7 +24,7 @@ menuentry "%GRML_NAME% - release %VERSION% (default)" { } menuentry "Memory test (memtest86+)" { - linux /boot/addons/memtest + linux16 /boot/addons/memtest } menuentry "Grub - all in one image" {