April 21, 200620 yr Hello,At the end of my unattended installation, my applications are installed via WPI, i have also a script to create a E:\ partition for the remaining space avalable on the Hard Drive.The partition is correctly created, but at the next reboot, i have a error " NTDLR is missing".I think the mbr is not updated or something like that.Have you a idea?Here my script:bat file:diskpart.exe /s d:\$OEM$\diskpart.txtecho o | FORMAT e: /fs:ntfs /qdiskpart.txt file:select disk 0create partition primaryassign letter eactiveexit
April 21, 200620 yr Try this: diskpart.txt file:select disk 0create partition primaryassign letter eexit
April 22, 200620 yr It appears that you have loaded xp on partition C:\, then create partition E:\ which you mark as active.Since xp is not on E:, you can't boot to it, hence the missing ntldr message. Make C:\ active.
Create an account or sign in to comment