[SOLVED] Cloning an SSD Drive with VxWorks operating system.

hack3rcon

Reputable
Aug 12, 2019
28
1
4,535
Hello,
I have an SSD Drive that VxWorks operating system installed on it. I want to clone it on another SSD Drive. I used some tools like "DD" and "qemu-img" on Linux and "OSForensics" and "Acronis" on Windows OS, but after cloning, system can't boot with cloned drive. it shows me an error like below:
Code:
Disk Configuration Started.
Creating block device for controller 0 drive 0... done.
Creating CBIO device for controller 0 drive 0... done.
0KB added to /partition1 partition
free disk space after partition 0 is 0KB
0KB added to /partition2 partition
free disk space after partition 1 is 0KB
0KB added to /partition3 partition
free disk space after partition 2 is 0KB
0KB added to /partition4 partition
free disk space after partition 3 is 0KB
Attaching to partition table for 4 partitions on controller 0 drive 0... done.
Creating Cache Layer for partition 0 (/partition1) on controller 0 drive 0... done.
Creating Cache Layer for partition 1 (/partition2) on controller 0 drive 0... done.
Creating Cache Layer for partition 2 (/partition3) on controller 0 drive 0... done.
Creating Cache Layer for partition 3 (/partition4) on controller 0 drive 0... done.
Creating Dos FS device for partition 0 (/partition1) on controller 0 drive 0... done.
Creating Dos FS device for partition 1 (/partition2) on controller 0 drive 0... done.
Creating Dos FS device for partition 2 (/partition3) on controller 0 drive 0... done.
Creating Dos FS device for partition 3 (/partition4) on controller 0 drive 0... done.
Disk Configuration Complete.
Loading /partition1/RTC8260...66125120
Starting at 0x6857c8...
Does anyone have experience with this?

Thank you.
 
Solution
Possibly try CloneZilla.
Linux based, boot directly from a USB or DVD.

But if dd didn't work, I hold little hope that clonezilla might.