zbarre Posted April 21, 2006 Posted April 21, 2006 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
jyrwin Posted April 21, 2006 Posted April 21, 2006 Try this: diskpart.txt file:select disk 0create partition primaryassign letter eexit
F4Phantom Posted April 22, 2006 Posted April 22, 2006 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.
zbarre Posted April 22, 2006 Author Posted April 22, 2006 The solution of jyrwin is working perfectly,thks too to F4OhantomSee u
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now