Frequently Asked Questions (FAQ)
How can I activate Startup Recovery Manager?
If you chose to activate Startup Recovery Manager, all files required for loading Acronis® True Image Echo™ Server for Linux standalone version are now copied to Acronis Secure Zone®. To enable the program start at boot time by pressing F11 key, add an entry to the configuration file, allowing boot from Acronis Secure Zone.
For example, if you use the GRUB boot loader, add to /boot/grub/grub.conf or /boot/grub/menu.lst the following:
title Acronis ||or any desired title
root (hd0,3) ||Acronis Secure Zone location, here: disk 0, partition 3
makeactive
chainloader +1
Then reactivate GRUB. This could be done using the below command:
# /sbin/grub-install /dev/hda ||the hard disk from which grub will be loaded
|