Transfer System Reserved

salvage-this

Active Member
So I was going to reinstall Linux and I realized that somehow my system reserved go put on one HDD and my C: partition on another drive :confused: I have no idea how this happened but I was hoping to transfer the System Reserved to the same drive that has my C: partition on it.

I was hoping to keep my OSes separate so I don't really want to just install it on the drive that has the System Reserved partition on it.

Any ideas?
 
Why not just move or copy the Reserved to a directory under C:\

Wipe your hdd for linux with a live cd and the
dd if=/dev/zero of=/dev/sdb bs=4096 conv=notrunc,sync
command
(If you do not know what your linux hdd is named (/dev/sdb above), find out or simply disconnect the hdd containing C:\ and then do it using /dev/sda)

Installing Linux

Then using EasyBCD as boot loader to keep things simple?
 
I still need another partition that Windows will boot from. Right now it will not boot if I don't have both hard drives connected. I thought about cloning the drives but I can't clone the drives without wiping either one.
 
1000x500px-LL-92669ba8_bump.jpg


I tried to move the data and do a restore of the OS but it did not work properly :(
 
Back
Top