Cloning HD with Acronis
Cloning HD with Acronis
I'm about to change a new hard drive to my T61p.
1. I have installed Acronis True Image Home.
2. I have my old HD at original place and the new one in HD-bay
3. I have typed
BCDEDIT /set {bootmgr} device boot
BCDEDIT /set {default} device boot
BCDEDIT /set {default} osdevice boot
one-by-one to start --> run
4. From Acronis I have done HD Management --> Clone
Now comes the problem because before Acronis starts doin anything it requires to boot and after I press "boot" button it says:
E000A03EE: Unable to get volume for the letter file
Cannot reboot Windows you might not have enough privileges to reboot.
What am I doing wrong?
I do have the administrator priviledges and in fact my account is the only one in this laptop...
1. I have installed Acronis True Image Home.
2. I have my old HD at original place and the new one in HD-bay
3. I have typed
BCDEDIT /set {bootmgr} device boot
BCDEDIT /set {default} device boot
BCDEDIT /set {default} osdevice boot
one-by-one to start --> run
4. From Acronis I have done HD Management --> Clone
Now comes the problem because before Acronis starts doin anything it requires to boot and after I press "boot" button it says:
E000A03EE: Unable to get volume for the letter file
Cannot reboot Windows you might not have enough privileges to reboot.
What am I doing wrong?
I do have the administrator priviledges and in fact my account is the only one in this laptop...
-
carbon_unit
- Moderator Emeritus

- Posts: 2988
- Joined: Sat Apr 24, 2004 9:10 pm
- Location: South Central Iowa, USA
-
carbon_unit
- Moderator Emeritus

- Posts: 2988
- Joined: Sat Apr 24, 2004 9:10 pm
- Location: South Central Iowa, USA
I don't know, I have never had that problem. It always just works for me. I have done this many times without and error. I always have the new drive in the HD bay and the old drive in the ultrabay, if that matters.
Did you see this thread? http://forum.thinkpads.com/viewtopic.ph ... highlight=
Did you see this thread? http://forum.thinkpads.com/viewtopic.ph ... highlight=
T60 2623-D7U, 3 GB Ram.
Dual boot XP and Linux Mint.
Registered linux user #160145
Dual boot XP and Linux Mint.
Registered linux user #160145
Yes. Obviously I should have typed those lines into CMD.carbon_unit wrote:I don't know, I have never had that problem. It always just works for me. I have done this many times without and error. I always have the new drive in the HD bay and the old drive in the ultrabay, if that matters.
Did you see this thread? http://forum.thinkpads.com/viewtopic.ph ... highlight=
But then there came a new problem:
SetTainte wrote:What is wrong because when I type this:into cmd it says:Code: Select all
BCDEDIT /set {bootmgr} device boot BCDEDIT /set {default} device boot BCDEDIT /set {default} osdevice bootI'm the only user of the laptop and I sure have administrator rights.The boot configuration data store could not be opened.
Acces is denied.
sgmidf:
You can leave the BCD with these changes. The changes make a generalized BCD, which means that the pointers refer to the partition that Vista just booted from. In most cases that is what you want.
You can leave the BCD with these changes. The changes make a generalized BCD, which means that the pointers refer to the partition that Vista just booted from. In most cases that is what you want.
Mark
X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)
X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)
-
bill bolton
- Admin

- Posts: 3848
- Joined: Thu Sep 01, 2005 10:09 am
- Location: Sydney, Australia - Best Address on Earth!
Re: Cloning HD with Acronis
I've never done this, just mounted the target drive in the Ultrabay Slim carrier and run the clone operation from Acronis, in Windows on the boot drive.SetTainte wrote:3. I have typed
BCDEDIT /set {bootmgr} device boot
BCDEDIT /set {default} device boot
BCDEDIT /set {default} osdevice boot.
Its worked fine for me every time under both XP and Vista.
Cheers,
Bill B.
Bill:
The changes to the BCD are not necessary if you are making an exact clone of your original disk. If you resize partitions while cloning, however, and the original disk layout was created by Vista and has the newer 2048-sector offset, then the partitioning routines in TrueImage will relocate the new partitions so that they have the older 63-sector offset.
If the starting sector of your Vista partition gets moved during this relocation then its GUID will change. The BCD file references partition pointers by GUID, so it will fail to boot. You will probably see the "Winload.exe is missing or corrupt" error. This is easily fixed with a repair from a Vista DVD. The steps above prepare the BCD to reference the Vista partition as the one that was just booted, so doing the steps before cloning makes the pointers in the BCD independent of GUID, so you can freely relocate partitions without producing the error.
You would not want to do this if you have a layout where you boot from one partition but Vista is located in another partition. Some dual-boot arrangements are set up this way. In those cases, the pointers in the BCD must refer to the Vista partition by drive letter instead of by using the generic "boot" reference.
The changes to the BCD are not necessary if you are making an exact clone of your original disk. If you resize partitions while cloning, however, and the original disk layout was created by Vista and has the newer 2048-sector offset, then the partitioning routines in TrueImage will relocate the new partitions so that they have the older 63-sector offset.
If the starting sector of your Vista partition gets moved during this relocation then its GUID will change. The BCD file references partition pointers by GUID, so it will fail to boot. You will probably see the "Winload.exe is missing or corrupt" error. This is easily fixed with a repair from a Vista DVD. The steps above prepare the BCD to reference the Vista partition as the one that was just booted, so doing the steps before cloning makes the pointers in the BCD independent of GUID, so you can freely relocate partitions without producing the error.
You would not want to do this if you have a layout where you boot from one partition but Vista is located in another partition. Some dual-boot arrangements are set up this way. In those cases, the pointers in the BCD must refer to the Vista partition by drive letter instead of by using the generic "boot" reference.
Mark
X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)
X61T 7764-CTO, Core 2 Duo L7500 LV 1.6 GHz, 4 GB RAM, 120 GB Intel X25M SSD
Multiboot w/Grub4DOS -- Windows 10, MustangPE, PartedMagic
My ex: X41T (2005 - 2009)
-
crashnburn
- ThinkPadder

- Posts: 1643
- Joined: Sat Apr 22, 2006 4:26 pm
- Location: TX, USA & Bombay, India
Interesting. I was planning to back up my T61 using Acronis as well.
T61 8892-02U: 14.1"SXGA+/2.2C2D/4G/XP|Adv Mini Dock|30" Gateway XHD3000 WQXGA via Dual-link DVI
X61T 7767-96U: 12.1"SXGA+/1.6C2D/3G/Vista|Ultrabase
W510 4319-2PU: 15.6"FHD/i7-720QM/4G/Win7Pro64 (for dad)
T43 1875-DLU: 14.1"XGA/1.7PM-740/1G/XP (Old)
X61T 7767-96U: 12.1"SXGA+/1.6C2D/3G/Vista|Ultrabase
W510 4319-2PU: 15.6"FHD/i7-720QM/4G/Win7Pro64 (for dad)
T43 1875-DLU: 14.1"XGA/1.7PM-740/1G/XP (Old)
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Acronis True Image, Macrium Reflect, others?
by RealBlackStuff » Sun Jan 29, 2017 8:42 am » in GENERAL ThinkPad News/Comments & Questions - 12 Replies
- 1196 Views
-
Last post by emeraldgirl08
Wed Mar 29, 2017 5:45 pm
-
-
- 42 Replies
- 2756 Views
-
Last post by taichi
Thu Jan 12, 2017 11:44 am
-
-
Cloning XP on PATA drives in T42.
by thinkpadcollection » Thu May 18, 2017 1:17 pm » in Windows OS (Versions prior to Windows 7) - 3 Replies
- 438 Views
-
Last post by thinkpadcollection
Thu May 18, 2017 7:09 pm
-
Who is online
Users browsing this forum: No registered users and 1 guest




