I had low disk space problem in windows 7 installation. And there was no way to increase the volume size of my C: drive. So I first backup the disks unix cat command.
cat /dev/sdb1 > /media/tape8/sdb1_windows7.img
Then I repartitioned my hard disk. Give enough space (30GB) to windows drive (C:). After that I restore the image to the new 30GB partition by
cat /media/tape8/sdb1_windows7.img > /dev/sdb1
Now I try to boot windows. It doesn't boot. I try to repair by windows 7 installation disk. Tried Startup Repair, nothing changes.
My question is, on this scenario how do I boot my existing windows?