mobious99 Posted October 22, 2011 Posted October 22, 2011 So here's the situationI've been trying reliably to apply a wim and re-boot from it. I keep getting varied results from bootmgr is missing to sometimes it worksHere's what I've been doing in order- capture wim file with gimagex (didn't use the /boot option)- I know sysprep works (because sometimes the machine boots fine)- boot off my winpe cd (64 bit)- run startnet and map a drive to sharecreate partition(s) with sysprepapply wim file with gimagex run the following commandsfirst batch filec:cd windows\system32bcdboot c:\windows /s c:second batch fileBcdedit /set {bootmgr} device partition=c:Bcdedit /set {default} device partition=c:Bcdedit /set {default} osdevice partition=c:and I keep getting bootmgr is missing (press ctrl+alt+del)any ideas people?here's my diskpart scriptsel disk 0cleancreate part pri size=300sel part 1assign letter=wactiveformat fs=ntfs label="System" quickcreate part pri align=64sel part 2format fs=ntfs label="OS" quickassign letter=cactiveexit
mobious99 Posted October 23, 2011 Author Posted October 23, 2011 so after some digging I had to do the following after applying the wim file otherwise not a reliable rebootc:\windows\system32\bcdboot c:\windows /s c:bootsect /nt60 C:then I get a reboot every time no problem
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