From fd6ce61d732b8b9b13d29e72ce6455b8fc6cb603 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 31 Jul 2017 01:00:58 -0400 Subject: Adjust placement of MemTest86+ GRUB menu entry --- projects/grub/install/txtmode/grub.cfg | 8 ++++---- projects/grub/install/txtmode/grubtest.cfg | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'projects/grub/install/txtmode') diff --git a/projects/grub/install/txtmode/grub.cfg b/projects/grub/install/txtmode/grub.cfg index 17c09e63..c668544b 100644 --- a/projects/grub/install/txtmode/grub.cfg +++ b/projects/grub/install/txtmode/grub.cfg @@ -163,6 +163,10 @@ menuentry 'Search for GRUB2 configuration on external media [s]' --hotkey='s' { search_grub usb } +menuentry 'Load MemTest86+ [m]' --hotkey='m' { + linux16 (cbfsdisk)/memtest.bin +} + menuentry 'Poweroff [p]' --hotkey='p' { halt } @@ -170,7 +174,3 @@ menuentry 'Poweroff [p]' --hotkey='p' { menuentry 'Reboot [r]' --hotkey='r' { reboot } - -menuentry 'Load MemTest86+ [m]' --hotkey='m' { - linux16 (cbfsdisk)/memtest.bin -} diff --git a/projects/grub/install/txtmode/grubtest.cfg b/projects/grub/install/txtmode/grubtest.cfg index c957dd49..6ffeace7 100644 --- a/projects/grub/install/txtmode/grubtest.cfg +++ b/projects/grub/install/txtmode/grubtest.cfg @@ -163,6 +163,10 @@ menuentry 'Search for GRUB2 configuration on external media [s]' --hotkey='s' { search_grub usb } +menuentry 'Load MemTest86+ [m]' --hotkey='m' { + linux16 (cbfsdisk)/memtest.bin +} + menuentry 'Poweroff [p]' --hotkey='p' { halt } @@ -170,7 +174,3 @@ menuentry 'Poweroff [p]' --hotkey='p' { menuentry 'Reboot [r]' --hotkey='r' { reboot } - -menuentry 'Load MemTest86+ [m]' --hotkey='m' { - linux16 (cbfsdisk)/memtest.bin -} -- cgit v1.2.3-70-g09d2