Sanners Posted June 30, 2008 Posted June 30, 2008 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.
Noise Posted June 30, 2008 Posted June 30, 2008 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
Sanners Posted June 30, 2008 Author Posted June 30, 2008 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.
Noise Posted June 30, 2008 Posted June 30, 2008 Well, notice ho0w I set my partition ID to 7? You may want to try that.
tguy Posted February 27, 2009 Posted February 27, 2009 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now