Grub4dos Iso Boot Average ratng: 8,9/10 4651 votes

Grub4Dos bootUSB, which can boot operating systems when the traditional Legacy BIOS is on. Does not boot systems when EFI BIOS is on. Boot Land Groups Boot from USB / Boot anywhere Grub4dos Hello dear guest! Boot Land is a community driven site established since 2006 and focused on data recovery/backup boot disks, research of Windows 2000/XP/2003/Vista/7 install/deployment/antivirus tools, customizing Windows PE systems and even learning how to recover from disaster.

menu.lst of grub4dos for booting iso images from usb drive
menu.lst
# 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
Boot

commented Jul 23, 2012

Notice

Sentou yousei yukikaze watch online watch. For booting SystemRescueCD, you need to put 'sysrcd.dat' file in the iso to root of the drive.

commented Aug 18, 2013

Now I highly recommend to use Easy2Boot instead of pure grub4dos. It is very easy!

commented Jan 16, 2017

Easy2Boot has a new URL.

commented Jun 27, 2017

But Grub4dos is open source, and also easy to use.

  • Use grubinst (hdX) install to MBR
  • Copy grldr file to the drive
  • Change the iso path in menu.lst
  • Done
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Recent Posts