cdob, on May 30 2008, 09:27 AM, said:
Two choices:
copy file \bootmgr to \ntldr
or use vista bootsect.exe to write a vista boot code: bootsect.exe /nt60 X: /force
thanks for the info, how do i copy \bootmgr to \ntldr????
I use 1 HDD, 3 partitions
it is a laptop.
i used this cmd script to install WinPE2.0 onto my Partition
configPE2.cmd
imagex /apply c:\winpe_x86\ISO\sources\boot.wim 1 X:
xcopy C:\winpe_x86\ISO\boot\*.* /e /f X:\boot\
copy C:\winpe_x86\ISO\bootmgr X:
bootsect /nt60 X: /force
PartitionID 1 {8GB} = X: (recovery partition, the 1 i want WinPE2.0 on)(Currently Has BartPE Installed)
PartitionID 2 {10GB}= C: (System Partition, system, boot, active)
PartitionID 3 {75GB}= D: (Data - where i keep all my files)
tried using bootsect /nt60 X: /force, it boots to Boot Manager but says BCD Error????
i'm assuming if i can't get it to work then to put it back i have to use bootsect /nt52 X: /force????
@WreX
I want to boot into WinPE2.0 without RAM Load, also i dont want Vista boot manager to manage my
boot sequence i just want to be able to boot to it from xp's boot.ini.
failing all of this, i want to be able to use imagex from bartpe to capture and apply images.
This post has been edited by devil270975: 30 May 2008 - 09:00 AM