diff options
Diffstat (limited to 'projects/grub/install/txtmode/grub.cfg')
-rw-r--r-- | projects/grub/install/txtmode/grub.cfg | 3 |
1 files changed, 1 insertions, 2 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 } |