aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/grub/install/txtmode/grub.cfg8
-rw-r--r--projects/grub/install/txtmode/grubtest.cfg8
2 files changed, 8 insertions, 8 deletions
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
-}