aboutsummaryrefslogtreecommitdiff
path: root/projects/grub/install
diff options
context:
space:
mode:
Diffstat (limited to 'projects/grub/install')
-rw-r--r--projects/grub/install/txtmode/grub.cfg3
-rw-r--r--projects/grub/install/txtmode/grubtest.cfg3
2 files changed, 2 insertions, 4 deletions
diff --git a/projects/grub/install/txtmode/grub.cfg b/projects/grub/install/txtmode/grub.cfg
index 329be946..17c09e63 100644
--- a/projects/grub/install/txtmode/grub.cfg
+++ b/projects/grub/install/txtmode/grub.cfg
@@ -172,6 +172,5 @@ menuentry 'Reboot [r]' --hotkey='r' {
}
menuentry 'Load MemTest86+ [m]' --hotkey='m' {
- set root='memdisk'
- linux16 /memtest.bin
+ linux16 (cbfsdisk)/memtest.bin
}
diff --git a/projects/grub/install/txtmode/grubtest.cfg b/projects/grub/install/txtmode/grubtest.cfg
index db12a1d8..c957dd49 100644
--- a/projects/grub/install/txtmode/grubtest.cfg
+++ b/projects/grub/install/txtmode/grubtest.cfg
@@ -172,6 +172,5 @@ menuentry 'Reboot [r]' --hotkey='r' {
}
menuentry 'Load MemTest86+ [m]' --hotkey='m' {
- set root='memdisk'
- linux16 /memtest.bin
+ linux16 (cbfsdisk)/memtest.bin
}