Jump to content

Recommended Posts

Posted

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.txt

echo o | FORMAT e: /fs:ntfs /q

diskpart.txt file:

select disk 0

create partition primary

assign letter e

active

exit


Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...