drew2000 wrote: » Ok - finally got it to work, had to: bcdboot c:\windows then bootsect /nt60 c: Then everything worked. From what I have read, the bcdboot is only needed if you don't have the boot information on the hard drive. I don't know why that info isn't there, but I guess it is fixed now. I'll do this a few more times to verify. Thanks, Drew
phoeneous wrote: » Do you use the /boot switch when you capture? And which tools did you use for these steps: Clean drive create new partition active assign
RouteThisWay wrote: » I believe you can generate an answer file using WSIM that you can specify to do all of that.
phoeneous wrote: » Please tell me youre joking...
phoeneous wrote: » You have no idea how much slept I've lost from countless hours of reading an labbing at work AND at home.
RouteThisWay wrote: » Not really. In your defense though, I thought you were the OP so my bad
drew2000 wrote: » How do you think I got to asking the question?????? BECAUSE I AM LABBING AND READING AND RUNNING INTO A PROBLEM. Drew
hyper-me wrote: Did you take the 680, Route? It says Feb 28 in your sig.
phoeneous wrote: » Aren't we a little offensive?
d:\imagex /apply d:\windows.wim 1 C: d:\imagex /apply d:\system.wim 1 S:
select disk 0 clean create partition primary size=300 format quick fs=ntfs label="System" assign letter="S" active create partition primary format quick fs=ntfs label="Windows" assign letter="C" exit
phoeneous wrote: » Careful with your lettering though, even though I /apply the image to with WinPE, after the image boots up, the main OS partition is actually C:. When I open diskmgmt, it shows the System partition but without a letter assignment.