Results 1 to 3 of 3
Is there a way to copy Windows data to a file on another disk or CD, such that if the Windows install gets broken, I could boot Linux, and do ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-19-2009 #1Linux User
- Join Date
- Apr 2007
- Posts
- 289
How to create Windows bootimage backup...
Is there a way to copy Windows data to a file on another disk or CD, such that if the Windows install gets broken, I could boot Linux, and do a 'copy' task of the file BACK to the Windows device/partition, and have bootable Windows?
I've done it once with an Ubuntu install like so:
but that copied an entire disk (120G to another 120G). I want to copy only the data necessary for Windows to boot.Code:sudo cp /dev/sdb<x> /dev/sdc<y>
- 02-19-2009 #2
Check if PartImage support Windows OS.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-19-2009 #3Linux User
- Join Date
- Apr 2007
- Posts
- 289
Good link; looks like what I'm lookin' for!


Reply With Quote
