Adding *both* Acronis True Image & Disk Director to UBCD

Try looking for help here if you are having problems with the Ultimate Boot CD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
khvn
Posts: 1
Joined: Mon Jul 21, 2008 9:02 pm

Adding *both* Acronis True Image & Disk Director to UBCD

#1 Post by khvn » Thu Jul 24, 2008 5:52 pm

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: Select all


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?

ProjektC
Posts: 13
Joined: Mon Jan 16, 2006 12:07 pm

#2 Post by ProjektC » Mon Sep 15, 2008 12:39 pm

! Push !

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#3 Post by Icecube » Mon Sep 15, 2008 1:27 pm

Can you make the iso of Acronis DD and post the isolinux.cfg file which is inside the iso (or burn it to a RW)?

ProjektC
Posts: 13
Joined: Mon Jan 16, 2006 12:07 pm

#4 Post by ProjektC » Mon Sep 15, 2008 1:52 pm

Acronis Disk Director 10 Safe and Full Version
No files found (extract the Iso file)

Acronis Disk Director 10 Server Safe and Full Version
No files found (extract the Iso file)

Acronis TI Home Safe Modus
No files found (extract the Iso file)

Acronis TI Server Safe Modus
No files found (extract the Iso file)

Acronis True Image Home/Server with Full Modus works

as702
Posts: 276
Joined: Tue Jun 17, 2008 3:14 am

Re: Adding *both* Acronis True Image & Disk Director to

#5 Post by as702 » Mon Sep 15, 2008 1:54 pm

Increase your ramdisk. The below set-up should work.

Code: Select all

LABEL DD10 
   MENU LABEL Acronis Disk Director 10 Full 
   KERNEL /custom/acronis/DD10/kernel.dat 
   APPEND vga=788 mbrcrcs=on load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=32000 initrd=/custom/acronis/DD10/ramdisk.dat /S
LABEL TI11 
   MENU LABEL Acronis True Image 11 Full 
   KERNEL /custom/acronis/TI11/kernel.dat 
   APPEND vga=788 mbrcrcs=on load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=32000 initrd=/custom/acronis/TI11/ramdisk.dat /S 
"If you think things can't get any worse it's probably because you lack sufficient imagination."

ProjektC
Posts: 13
Joined: Mon Jan 16, 2006 12:07 pm

#6 Post by ProjektC » Mon Sep 15, 2008 1:59 pm

I have Acronis Echo Server with Universal Restor extension.
I can this start with ubcd ?

as702
Posts: 276
Joined: Tue Jun 17, 2008 3:14 am

#7 Post by as702 » Mon Sep 15, 2008 2:02 pm

ProjektC wrote:I have Acronis Echo Server with Universal Restor extension.
I can this start with ubcd ?
Provided you can extract the ramdisk and kernel dat file, yes.
"If you think things can't get any worse it's probably because you lack sufficient imagination."

ProjektC
Posts: 13
Joined: Mon Jan 16, 2006 12:07 pm

#8 Post by ProjektC » Mon Sep 15, 2008 2:15 pm

I do not understand, sorry.

Acronis TI Echo Server with Universal Restore (30 MB)
No files found (extract the Iso file)

as702
Posts: 276
Joined: Tue Jun 17, 2008 3:14 am

#9 Post by as702 » Mon Sep 15, 2008 2:45 pm

ProjektC wrote:I do not understand, sorry.

Acronis TI Echo Server with Universal Restore (30 MB)
No files found (extract the Iso file)
You'll need IsoBuster to extract the necessary files.
"If you think things can't get any worse it's probably because you lack sufficient imagination."

ProjektC
Posts: 13
Joined: Mon Jan 16, 2006 12:07 pm

#10 Post by ProjektC » Mon Sep 15, 2008 9:07 pm

I creat Iso with Acronis True Image Echo Server with Universal Restor Voll

Isobuster say

----------
Track 01
ACRONIS_MEDIA (no folder or files)
Bootable Disc (2 files BootCatalog.cat and BootImage.img)
Acronis MEdia (no folder or files)
-----------

No ramdisk.dat kernel.dat in the iso

as702
Posts: 276
Joined: Tue Jun 17, 2008 3:14 am

#11 Post by as702 » Tue Sep 16, 2008 1:11 am

Right-click on Track 1 and select "Find missing files and folders". Once the scan is finished, you should be able to find the necessary files.
"If you think things can't get any worse it's probably because you lack sufficient imagination."

ProjektC
Posts: 13
Joined: Mon Jan 16, 2006 12:07 pm

#12 Post by ProjektC » Tue Sep 16, 2008 1:45 pm

Ok work fine, thanks.

I have two questions

APPEND vga=788 mbrcrcs=on load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=32000 initrd=/custom/aechou/ramd2.dat /S

It appears what is loaded.
how does it continue after the shell (console ?)

what is mbrcrcs=on ?

as702
Posts: 276
Joined: Tue Jun 17, 2008 3:14 am

#13 Post by as702 » Tue Sep 16, 2008 3:13 pm

ProjektC wrote:Ok work fine, thanks.

I have two questions

APPEND vga=788 mbrcrcs=on load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=32000 initrd=/custom/aechou/ramd2.dat /S
I forgot to add "quiet" to the end of the command...

Code: Select all

APPEND vga=788 mbrcrcs=on load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=32000 initrd=/custom/aechou/ramd2.dat /S /quiet
ProjektC wrote:It appears what is loaded.
how does it continue after the shell (console ?)
?? sorry. I don't understand. Does the program not launch?
ProjektC wrote:what is mbrcrcs=on ?
I have no clue. ((-:
What happens if you remove it?
"If you think things can't get any worse it's probably because you lack sufficient imagination."

ProjektC
Posts: 13
Joined: Mon Jan 16, 2006 12:07 pm

#14 Post by ProjektC » Wed Sep 17, 2008 11:08 am

Works fine, with this parameter.

APPEND initrd=/custom/acronis/TI11/ramdisk.dat /S quiet vga=791 load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=32000

Does not
APPEND vga=788 mbrcrcs=on load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=32000 initrd=/aechov/ramdisk.dat /S /quiet

Acronis begins to load, with hardware infos.
The Courser appears in the Console (Shell)

Image

as702
Posts: 276
Joined: Tue Jun 17, 2008 3:14 am

#15 Post by as702 » Wed Sep 17, 2008 11:12 am

Works fine, with this parameter.

APPEND initrd=/custom/acronis/TI11/ramdisk.dat /S quiet vga=791 load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=32000

Does not
APPEND vga=788 mbrcrcs=on load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=32000 initrd=/aechov/ramdisk.dat /S /quiet
Thanks for the clarification. I most likely supplied you with a command I use for bcdw. In any case, you appear to have it working.

(-:
"If you think things can't get any worse it's probably because you lack sufficient imagination."

ProjektC
Posts: 13
Joined: Mon Jan 16, 2006 12:07 pm

#16 Post by ProjektC » Wed Sep 17, 2008 11:46 am

/quit is wrong
quit is right ;)

thanks

as702
Posts: 276
Joined: Tue Jun 17, 2008 3:14 am

#17 Post by as702 » Wed Sep 17, 2008 12:27 pm

heh...that too.

(-:
"If you think things can't get any worse it's probably because you lack sufficient imagination."

Locked