Boot custom *.iso - *.ima - *.img and *.bin with version 4 ?

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

Moderators: Icecube, StopSpazzing

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

Boot custom *.iso - *.ima - *.img and *.bin with version 4 ?

#1 Post by ProjektC » Thu Mar 15, 2007 2:06 pm

Hallo

Ultimate Boot CD 3.4
I use the following programmes.
With the old version everything works.

ERD Commander 2005
if ($lastKey == key[1]); then bcdw Boot /images/erd2005.img
Toolstar
if ($lastKey == key[2]); then bcdw Boot /images/testos310.ima
Acronis Software
if ($lastKey == key[f2]); then bcdw Boot /images/atih903694.iso
Prosoft Recovery
if ($lastKey == key[7]); then diskemu /images/recove.iso
Acronis Software
if ($lastKey == key[f3]); then bcdw Boot /images/atis913832.iso
Acronis Software
if ($lastKey == key[f4]); then bcdw Boot /images/add1002117.iso
Ghost Software
if ($lastKey == key[f7]); then bcdw Boot /images/ghost03.bin

How does this work with the new version (4.0) ?
If it works without the image to extract.

thy

ProjektC

Victor Chew
Posts: 1368
Joined: Mon Feb 21, 2005 10:59 pm
Contact:

#3 Post by Victor Chew » Fri Mar 16, 2007 5:03 am

How does this work with the new version (4.0) ?


You can find the general method for integrating Acronis ISO images here.
To start the "ultimate boot cd for windows" I use chain in ubcd 3.04.
How can I start the ultimate boot cd for windows" in ubcd 4.0?
To chain-load a boot sector, you need to name the boot sector file "xxxxxxxx.bin". Then use:

Code: Select all

LABEL myapp
	MENU LABEL My App
	KERNEL xxxxxxxx.bin

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

#4 Post by ProjektC » Fri Mar 16, 2007 5:17 am

I remain with the old 3.4 version.
This conversion is unnecessary, sorry.

verndog
Posts: 25
Joined: Fri Mar 16, 2007 8:37 am

#5 Post by verndog » Fri Mar 16, 2007 9:03 am

Just downloaded v4.
I want to use *.ima/img > 2.88
I read some info regarding BCDW. Don't want to use that.
I want to use the custom:
MENU LABEL Your own boot image here
KERNEL memdisk
APPEND initrd=/custom/boot.img
and use memdisk > 2.88, using one of the following img files here:
http://bootcd.narod.ru/images_e.htm

The problem is if greater than 2.88 memdisk treats it as HD.
Anyone figure out how to use memdisk as HD.
I have spent all day yesterday and behond trying to find any
example on the net. Nothing appears.

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

#6 Post by ProjektC » Sun Mar 18, 2007 6:04 am

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

Locked