- Thread Author
- #1
Hi,
I recently installed Windows 7 home premium 64-bits. I upgraded it from a Windows vista business 32-bits. That was not trivial, but it worked fine. Problems came when a driver "classpnp.sys" made the system halt. Repair programs did not work until I copied another file over the driver and a repair. So far, so good.
My system works! I have a multiple boot with Kubuntu 64-bits and Windows 7 64-bits living nicely together! Also I have a Ubuntu which is not upgraded yet. Before I do that I wanted to make a backup of the Windows Image. To my surprise however windows 7 want not only a backup from C-drive, but also from L:
That L-drive is a big data drive with movies. I want to backup that seperately, not together with the windows system drive (C: ) . This here is a listing from bcdedit using powershell (in admin mode)
As you can see the bootmgr is on L: while the system is on C. I gather this the reason windows 7 want to backup both disks. The reason is probably that my drives are remapped. Drive letters on the windows repair CD are different from those on a running system. Physically L is the first harddisk as DISKPART shows.
C and D are separate partitions on the same disk (there 2 others for Ubuntu there, but that is not relevant now).
I want to move bootmgr and \Boot directory to C. I can do that physically (in Ubuntu), but windows 7 does not seem to recognize the fact and a seperate backup of C and L remains impossible. Another weird thing. I can give
command. But that's all I can do working under windows 7 (even with admin rights).
HOW can I move the boot loader from L to C???
I recently installed Windows 7 home premium 64-bits. I upgraded it from a Windows vista business 32-bits. That was not trivial, but it worked fine. Problems came when a driver "classpnp.sys" made the system halt. Repair programs did not work until I copied another file over the driver and a repair. So far, so good.
My system works! I have a multiple boot with Kubuntu 64-bits and Windows 7 64-bits living nicely together! Also I have a Ubuntu which is not upgraded yet. Before I do that I wanted to make a backup of the Windows Image. To my surprise however windows 7 want not only a backup from C-drive, but also from L:

Code:
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=L:
path \bootmgr
description Windows Boot Manager
locale en-US
default {current}
displayorder {current}
timeout 30
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7 Home Premium (recovered)
locale en-US
recoverysequence {c54b8dee-d786-11de-be76-97969b21e55f}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {d7f165e9-d9f8-11de-a08b-806e6f6e6963}
Code:
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 F DVD-ROM 0 B No Media
Volume 1 G DVD-ROM 0 B No Media
Volume 2 L ISOTALO NTFS Partition 931 GB Healthy
Volume 3 C WINDOWS7 NTFS Partition 50 GB Healthy System
Volume 4 D USER NTFS Partition 346 GB Healthy
Volume 5 X XDRIVE NTFS Partition 931 GB Healthy
I want to move bootmgr and \Boot directory to C. I can do that physically (in Ubuntu), but windows 7 does not seem to recognize the fact and a seperate backup of C and L remains impossible. Another weird thing. I can give
Code:
bcdedit /enum or
bcedit /enum all
HOW can I move the boot loader from L to C???
Last edited: