Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

backup/restore Windows Server 2003 using imagex

157 views
Skip to first unread message

Ian

unread,
Jan 26, 2010, 1:56:02 PM1/26/10
to
I used imagex /compress fast /capture c: d:\W2K3.wim "Windows 2003" /verify
to create an image.
After I successfully use imagex /apply d:\W2K3.wim 1 c: and reboot, I got
BOOTMGR is missing.

However, I have used the same way for Vista on the same machine without any
issue.


Dusko Savatovic

unread,
Jan 27, 2010, 3:58:13 AM1/27/10
to
Hi Ian,

WinXP/Win2003 boot system is different from Vista/2008 and newer.

To recreate your Win 2003 boot record, from your Win PE environment, you
should run command:

bootsect /nt52 C: /mbr

C: is the drive letter of your system volume


"Ian" <I...@discussions.microsoft.com> wrote in message
news:741AFD6F-0548-4D3F...@microsoft.com...

Ian

unread,
Jan 27, 2010, 10:17:01 AM1/27/10
to
Does Windows PE includes bootsect ?

Dusko Savatovic

unread,
Jan 27, 2010, 11:12:23 AM1/27/10
to
"Ian" <I...@discussions.microsoft.com> wrote

> Does Windows PE includes bootsect ?

Mine does. But I don't rember if I put it there or if it was there by
default. Anyway, you can find it in Windows AIK in:
"C:\Program Files\Windows AIK\Tools\PETools\x86\BootSect.exe"

You can access it via network, UFD or even floppy.

Ian

unread,
Jan 27, 2010, 4:51:02 PM1/27/10
to
Got it. Thanks alot.

Ian

unread,
Jan 27, 2010, 9:38:01 PM1/27/10
to
Thanks for your reply. I ran bootsect /nt52 C: /mbr after using imagex
/apply...

However, When rebooting, I got "NTLDR is missing". After copying Ntldr,
Ntdetect.com and Boot.ini to C:\ and reboot, it is OK booting up. It means
that Imagex.exe actually does not include those 3 files in the image. Why is
that? Thanks.

Dusko Savatovic

unread,
Jan 28, 2010, 3:52:51 AM1/28/10
to
I don't know why your:
Boot.ini,
NTLDR,
Ntdetect.com
are missing. Perhaps they were on another partition originally.
I used ImageX before for deploying (but not backing up) Windows XP and it
worked as advertised.

Anyway, I'm glad you sorted it out.

Best regards,
DuskoS

"Ian" <I...@discussions.microsoft.com> wrote in message

news:F5CC485A-8D3F-46E3...@microsoft.com...

0 new messages