Hi all, If you are getting NTLDR errors after WIM deployment, it's usually because the disk had previously been used with NT4/W2K/XP. Vista uses a different bootloader, so you need to update the boot sector. Grab a copy of bootsect.exe from Vista and use the command: bootsect /nt60 c: (assuming that c: is the boot drive). If you need to revert to the XP bootloader, bootsect /nt52 c: I usually do the bootsect command before I do the ImageX /apply. Hope that helps! Cheers, Mike