up vote 0 down vote favorite
share [g+] share [fb]

I have a problem booting a new upgraded windows 7 from vista. It will not load the OS at all, it just stucks at a black screen with a blinking dash top-left.

bootrec /fixboot tells me (The volume does not contain a recognized file system.) bcdedit shows me the following:

Windows boot loader

identifier --

device -- partition=C:

path -- \Windows\system32\winload.exe

description -- Windows 7 Ultimate

osdevice -- partition=C:

systemroot -- \Windows

I have a windows vista dvd. How can i use that to backup stuff from my documents?

link|improve this question

71% accept rate
feedback

1 Answer

up vote 1 down vote accepted

To backup the documents for your user account:

XCOPY C:\Users\[your_username] [destination] /S

Where [destination] specifies where you'd like them copied, F:\backup for example.

link|improve this answer
found that i needed to add an /E to copy sub dirs – Shawn Mclean Nov 13 '09 at 20:55
/E will copy all subdirectories, even empty ones. If you want to exclude empty ones use /S. – John T Nov 14 '09 at 6:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.