http://www.themudcrab.com/acronis_grub4dos.php
Section 1 - Installing Grub4DOS
Section 2 - Setup Booting of an Acronis Partition
Grub4DOS is a boot manager that can be easily installed to a flashdrive or hard drive (internal or external). It allows booting multiple operating systems directly as well as booting into bootable partitions.
For the purpose of this guide, Grub4DOS will be used to setup a flashdrive to boot the Acronis Resuce Media. This can be done by booting to the partition on the flashdrive (as setup by the Acronis Media Builder program) or by directly booting the Acronis ISO file. When you use the ISO method, you can put as many Acronis ISO images as required on the same flashdrive. This allows you to easily be able to boot into True Image Home 9, 10, 11, 2009, Echo Workstation, etc. by just selecting the desired menu entry.
While it is always recommended to have backups of any important data before making any changes to your drives, installing Grub4DOS is not a destructive procedure. Existing partitions and data on the destination drive should not be erased or corrupted in any way.
Before Grub4DOS can be installed, several files need to be downloaded and unzipped. One is the Grub4DOS program and the other is the Installer. Click on the links below to download the files. Save them to a known location (My Downloads, for example) so they're easy to find.
Extract the downloaded zip files into separate folders. For example, you may unzip Grub4DOS to C:\Grub4DOS and the Installer to C:\Grub4DOS-Installer. You may also choose to unzip them into a folder named after the zip file's name.
If your flashdrive is not already plugged into the computer, plug it in now.
The next step is to run the Grub4DOS Installer on the flashdrive. Browse to the Installer's unzipped folder using Windows Explorer.
In Windows XP, just run the grubinst_gui.exe program.
In Vista, you'll need to run grubinst_gui.exe in Administrator mode. Right-click on the program file and select Run as administrator from the pop-up menu.
You may get a security pop-up window asking if you want to run the program. Select Run to start the program.
In Vista, if you have UAC turned on (the default setting), you'll get another warning. Select Allow to let the program start.
Once the program is started, select the Disk option, then click the Disk Refresh button and then select your flashdrive from the dropdown box.
You should be able to tell which disk is your flashdrive by the size shown for each drive. In this example, my 8GB flashdrive is easy to pick out.
Now click the Part List Refresh button, then the dropdown box and finally select the Whole disk (MBR) option.
Check the Don't search floppy option, leave all the other options unchecked and cleared and then click the Install button to install Grub4DOS to the MBR of the flashdrive.
Hopefully, you'll get the message that the installation was successful.
Press Enter to close the Command Prompt window. The Grub4DOS MBR and booting code is now installed on the flashdrive.
The next step is to copy the grldr file to the flashdrive's root folder. Using Windows Explorer, browse to the folder where you unzipped the Grub4DOS program and copy the file to the flashdrive.
Grub4DOS is now installed on the flashdrive. Depending on how you want to boot your flashdrive to the Acronis Media, select one of the Sections below to continue.
Using this method, Grub4DOS just boots to the boot sector of the partition on the flashdrive to start the Acronis Media. This is very similar to using a standard bootable flashdrive. You can only have one version/build of your Acronis Media on the flashdrive.
There are only two steps needed to use your Grub4DOS flashdrive in this fashion.
First, run the Acronis Media Builder on the flashdrive as you normally would. This will install the proper boot sector code to the partition and copy all necessary files to the flashdrive.
Second, create the Grub4DOS menu.lst file with the entry to start the Acronis Media. The menu.lst file is a plain text file created using the Windows Notepad program. (Please note that the filename is MENU.LST. In the extension, it's a lower-case L, not a one.) This file must be located in the root folder of the flashdrive. Start the Notepad program and type (or copy and paste) in the following text:
Save the file to the root folder of the flashdrive with the name: menu.lst
A sample menu.lst file can be downloaded below. If you use it, make sure to rename it to menu.lst once it's on the flashdrive.
To update this flashdrive to a different version or build of the Acronis Media, just rerun the Media Builder program on the flashdrive. No other changes are needed unless you want to edit the title in the menu.lst file to reflect the change.
The ability to boot ISO files directly is one of the newer features of Grub4DOS. It is still a work in progress and has problems with some types of ISO files. However, in my use and testing, it hasn't had any problems with the Acronis ISO files.
The flexibility allowed by being able to boot the ISO file directly makes keeping multiple versions and/or different builds on the same flashdrive an easy task. Adding them is as simple as putting the ISO file on the flashdrive and adding the menu entry to boot it.
As with the partition method, there are only two steps needed to use your Grub4DOS flashdrive in this fashion.
First, run the Acronis Media Builder. However, instead of specifying the flashdrive as the destination device, select to create an ISO file. You can save the ISO file directly to the flashdrive if you wish.
Second, create the Grub4DOS menu.lst file with the entry to start the Acronis Media. The menu.lst file is a plain text file created using the Windows Notepad program. (Please note that the filename is MENU.LST. In the extension, it's a lower-case L, not a one.) This file must be located in the root folder of the flashdrive. Start the Notepad program and type (or copy and paste) in the following text:
Save the file to the root folder of the flashdrive with the name: menu.lst
A sample menu.lst file can be downloaded below. If you use it, make sure to rename it to menu.lst once it's on the flashdrive. You will also need to edit it as necessary for your ISO's filename.
To update this flashdrive to a different version or build of the Acronis Media, just rerun the Media Builder program and save the new ISO file to the flashdrive. If you are replacing an existing ISO file, no other changes are needed. If you are adding an ISO file, edit the menu.lst file and add the new menu entry. For example: If you want to add your True Image Home 10 build 4,942 ISO (ti-10-4942.iso) to the flashdrive, you would put the ISO file on the flashdrive and add the following menu entry:
If you try to boot your ISO entry and you get an error message that the ISO file is not contiguous, add the --mem option to the ISO line in the menu.lst file. Here is an example of the line with the option added:
To avoid any ISO contiguous errors, you can use the --mem option with all of your smaller ISO image files. This option just requires that the computer has enough memory available for Grub4DOS to load the ISO into memory and run it from there instead of from the drive.