I can add Acronis TI to my UBCD 4.1.1 without a hitch, but when I repeat the same process for Acronis DD, it failed to work.
When I select DD from the menu, I got "shelled out" and promted to "press enter to activate the console". After that, I'm stuck in the shell and can only do a ctrl-alt-del to get out of the loop.
My custom.cfg file modified to add TI & DD:
Code:
MENU INCLUDE /menus/defaults.cfg
LABEL back
MENU LABEL ..
KERNEL menu.c32
APPEND /menus/main.cfg
LABEL DD10
MENU LABEL Acronis Disk Director 10 Full
KERNEL /custom/acronis/DD10/kernel.dat
APPEND rw vga=788 acpi=off initrd=/custom/acronis/DD10/ramdisk.dat /s ramdisk_size=20480 quiet
LABEL TI11
MENU LABEL Acronis True Image 11 Full
KERNEL /custom/acronis/TI11/kernel.dat
APPEND initrd=/custom/acronis/TI11/ramdisk.dat /S quiet vga=791 load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=32000
LABEL bootimg
MENU LABEL Your own boot image here
KERNEL memdisk
APPEND initrd=/custom/boot.img
I got the kernel.dat and ramdisk.dat for DD straight from my C: drive under the C:\Program Files\Acronis\Acronis Disk Director folder.
Could anyone provide some pointers on how to get *both* Acronis TI and DD onto UBCD?