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.
| # 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 |

NoticeSentou yousei yukikaze watch online watch. For booting SystemRescueCD, you need to put 'sysrcd.dat' file in the iso to root of the drive. |
Now I highly recommend to use Easy2Boot instead of pure grub4dos. It is very easy! |
Easy2Boot has a new URL. |
But Grub4dos is open source, and also easy to use.
|