wimboot: WinPE cannot find \Boot\BCD - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: wimboot: WinPE cannot find \Boot\BCD (/showthread.php?tid=10289) |
wimboot: WinPE cannot find \Boot\BCD - mpiechotka - 2017-09-05 20:42 I'm stuck. I see that files are loaded correctly: Code: wimboot : 51392 bytes [bzImage] [SELECTED] "rawbcd pause" I got files from Windows 8.1 ADK. I was able to boot Windows 7 installer itself instead of WinPE but it didn't found iSCSI drive. RE: wimboot: WinPE cannot find \Boot\BCD - NiKiZe - 2017-09-05 20:48 So winpe starts, but you have no network? (the windows 7 install is still winpe) Or does Winpe not start at all? if so what does happen? Where does the boot.wim come from, and what (if any) are the modifications to it? My guess is that you have simply not initialized the network in winpe, or that you are missing network drivers, Which nic are you using in the test machine? From another post of mine: http://forum.ipxe.org/showthread.php?tid=7059&pid=13472#pid13472 use this inside winpe: Code: wpeinit RE: wimboot: WinPE cannot find \Boot\BCD - mpiechotka - 2017-09-05 21:46 boot.wim got from Win 7 install disk works but it does not list sanhook'ed disk. boot.wim got from ADK (Windows Assessment and Deployment Toolkit) 8.1 cannot find \Boot\BCD. I'll update rest soon when I boot the machine from Win 7 install disk (2017-09-05 20:48)NiKiZe Wrote: So winpe starts, but you have no network? (the windows 7 install is still winpe) RE: wimboot: WinPE cannot find \Boot\BCD - NiKiZe - 2017-09-05 21:51 Start with checking if win7 has network at all, if not then it won't be able to connect to any iSCSI device either. "8.1 cannot find \Boot\BCD." What is the _exact_ error message you get, and when do you get it? If there is any issue with your BCD file then I would suggest to test using the PXEBCD found at https://github.com/NiKiZe/wimboot-bcd This is a minimal clean generic BCD. RE: wimboot: WinPE cannot find \Boot\BCD - mpiechotka - 2017-09-05 21:54 Hmm. I got now the same error in Windows 7. (2017-09-05 21:51)NiKiZe Wrote: "8.1 cannot find \Boot\BCD." Status. 0xc000000e Info: The Boot Configuration is corrupted or missing (I haven't managed to copy it all before system autoreboot) (2017-09-05 21:51)NiKiZe Wrote: Start with checking if win7 has network at all, if not then it won't be able to connect to any iSCSI device either. The same error with PXEBCD. RE: wimboot: WinPE cannot find \Boot\BCD - NiKiZe - 2017-09-06 06:11 (2017-09-05 21:54)mpiechotka Wrote: Status. 0xc000000e Good now we have something to work with I would start with checking that the same boot.wim works when put and booted via a USB device instead of via wimboot, Just to make sure the basic works. RE: wimboot: WinPE cannot find \Boot\BCD - mpiechotka - 2017-09-06 19:04 This seems to be a bug in wimboot as downgrading to 2.3.0 fixed problem. It looks like I need to add network driver as per wiki page. RE: wimboot: WinPE cannot find \Boot\BCD - NiKiZe - 2017-09-06 19:44 Downgrading wimboot would have nothing to do with the network driver. Have you tried anything between 2.3.0 and 2.5.0? Is 2.3.0 the most recent version of wimboot that works? and which issue does it solve if you downgrade? (someone else will need to reproduce this issue to be able to fix it, so non confusing steps needed to reproduce this would be really great) RE: wimboot: WinPE cannot find \Boot\BCD - mpiechotka - 2017-09-06 20:10 (2017-09-06 19:44)NiKiZe Wrote: Downgrading wimboot would have nothing to do with the network driver. But has to do with \Boot\BCD error:
For the installation I will create a separate thread to not confuse things. RE: wimboot: WinPE cannot find \Boot\BCD - mpiechotka - 2017-09-08 00:26 I cannot reproduce it any longer on 2.6. |