Skip to content

Instantly share code, notes, and snippets.

@creamidea
Forked from poppen/menu.lst
Created March 31, 2016 06:15
Show Gist options
  • Save creamidea/35c86256a76f1eee2d8729449afd35af to your computer and use it in GitHub Desktop.
Save creamidea/35c86256a76f1eee2d8729449afd35af to your computer and use it in GitHub Desktop.
menu.lst of grub4dos for booting iso images from usb drive
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
color white/light-blue yellow/cyan light-gray/magenta white/light-red
title Acronis True Image Home
find --set-root /atih.iso
map /atih.iso (0xff) || map --mem /atih.iso (0xff)
map --hook
chainloader (0xff)
title EASEUS Todo Backup
find --set-root /todobackup.iso
map /todobackup.iso (0xff) || map --mem /todobackup.iso (0xff)
map --hook
chainloader (0xff)
title DELL Diagnostic Tool
find --set-root /diags.iso
map /diags.iso (0xff) || map --mem /diags.iso (0xff)
map --hook
chainloader (0xff)
title SystemRescueCD
find --set-root /systemrescuecd.iso
map /systemrescuecd.iso (0xff) || map --mem /systemrescuecd.iso (0xff)
map --hook
root (0xff)
chainloader (0xff)
boot
title reboot
reboot
title halt
halt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment