June 30, 200818 yr I've got a WINPE 2.0 BootCD (which I built from the WAIK) which does the following:1. loads up2. calls diskpart from starnet.cmd3 imagex applys a syspreped image of xp sp24 rebootDiskpart instructions:select disk 0cleancreate part primary size=9500select part 1activeformat fs=ntfs label="SYSTEM" quickassign letter=cexitNow the cd has been used on a brand new HP DC7800 which is preconfigured as follows:xp pro xp2 sp2 2 partition / 65gb + 10gb / c: and d:It boots the cd fine, diskparts and then copies the image down. On Reboot the machine says "BOOTMGR is missing". If we boot from the CD again and run through the diskpart, reimage and then reboot it loads as expected.Whats going wrong on the first pass, why is BOOTMGR missing and why is it fixed when we re do the process?I've used this same process on other machines with no problem.Any help appreciated.
June 30, 200818 yr Here's what I use for Diskpart:SELECT DISK 0CLEANCREATE PARTITION PRIMARY ID=7FORMAT FS=NTFS LABEL=System QUICKASSIGN LETTER=CACTIVEIt took like 5 hours for me to get this simple diskpart script working right
June 30, 200818 yr Author My diskpart script works. I mean, on other computers that I have tried it on I am having no problems. But I'm getting the feeling there is something that could be added to improve the script.. I dunno, but im sure (and hope!) there are many people here who can help out.
February 27, 200917 yr In case the issue is still unresolved, you may want to run the bootsect /nt52 c: /force command after you lay down the XP image to change the boot sector to be XP/2003 compatible. The bootsector for Vista/PE2 is /nt60 and is slightly different.
Create an account or sign in to comment