Please update EASEUS Disk Copy

Discussion/announcements about test/beta releases of UBCD will be posted here.

Moderators: Icecube, StopSpazzing

Post Reply
Message
Author
eq2675
Posts: 1
Joined: Sun Mar 14, 2010 9:50 am

Please update EASEUS Disk Copy

#1 Post by eq2675 » Sun Mar 14, 2010 9:57 am

Please update EASEUS Disk Copy to version 2.3

http://www.easeus.com/disk-copy/download.htm

I am sure there are other apps that can do this, but EASEUS Disk Copy 2.3 was the only one I tested that correctly cloned a Dell Vostro 220 with Windows 7 Pro, the diagnostic partion, and the restore partition to a new drive.

Thanks

HM2K
Posts: 18
Joined: Thu May 26, 2005 4:01 am

#2 Post by HM2K » Thu Apr 01, 2010 1:14 am

I came here to say the same thing.

EASEUS Disk Copy 2.3 is only 31.1 MB, it seems pointless burning a whole disk for just that.

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

#3 Post by Victor Chew » Thu Apr 01, 2010 1:35 pm

As usual, this will be updated in the next release (5.0rc2), which IceCube and myself are currently working on.

kcarney
Posts: 52
Joined: Tue Nov 24, 2009 9:22 am

#4 Post by kcarney » Tue Apr 06, 2010 10:43 am

I've been trying to get this working on my own to no avail.

Code: Select all

LINUX /boot/syslinux/memdisk-iso
INITRD /ubcd/custom/dc/DiskCopy.iso
APPEND iso
and

Code: Select all

LINUX /ubcd/custom/dc/BZIMAGE
INITRD /ubcd/custom/dc/INITRD.IMG
APPEND rw root=/dev/ram0 splash=silent vga=788 quiet
both result in
Loading, please wait...mount: mounting /proc/bus/usb on /proc/bus/usb failed: No such file or directrory

EDIT: Bah I get the same error when trying to boot the ISO within QEMU so I need to test on hardware. Both of my syslinux entries may work

kcarney
Posts: 52
Joined: Tue Nov 24, 2009 9:22 am

#5 Post by kcarney » Tue Apr 06, 2010 12:24 pm

Got it working:

change the easeus disk copy part of this file
/ubcd/menus/syslinux/hdd/cloning.cfg
to

Code: Select all

MENU LABEL EaseUs Disk Copy V2.3
TEXT HELP
 Performs cloning of a hard disk or partition. Supports IDE, SATA, SCSI,
 Firewire and USB drives. Supports dynamic disks.
ENDTEXT
LINUX /ubcd/boot/diskcopy/bzImage
INITRD /ubcd/boot/diskcopy/initrd.img
APPEND acpi=off edd=off noapic load_ramdisk=1 prompt_ramdisk=0 rw vga=788
and replace \ubcd\boot\diskcopy\*.* with updated files from the 2.3 ISO
should only be BzImage and Initrd.img

Post Reply