March 29, 200422 yr Here's my boot.ini file:[boot loader]timeout=30default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS[operating systems]multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP" /FASTDETECTmulti(0)disk(0)rdisk(0)partition(3)\ntldr\SETUPLDR.BIN="Windows PE"When I boot into Windows PE, I get the error:Windows could not start because file is missing or corrupt:<Windows root>\system32\ntoskrnl.exePlease re-install a copy of the file.There are no files called ntoskrnl.exe on my Windows PE partition, but my Windows PE CD boots up fine.Could someone give me a hand with this?
March 30, 200422 yr Author The first one in this thread: http://www.msfn.org/board/index.php?showtopic=14316
April 6, 200422 yr Below is the reply that I got from the MS News groups, link located in this post.Thanks for your posting.You can't dual boot winpe and another OS...installing winpe to the hdd is only there to allow you to create a custom winpe image for testing (so you don't need to keep making coasters) or for other diagnostic purposes.The boot code PE is tweaked a little so that it finds files in different locations than the OS would. The boot loader for XP is not compatible for PE and vice-versa because of this.The only way to "dual boot" PE is to have it completely separated on another primary partition (or physical disk) and set the given partition you want to boot from active. You can't do this from boot.ini...you could have a shortcut within the OS that did this using a diskpart script and then another diskpart script that could be run from winpe to go the other way.A 3rd party boot tool might work but not supported...Regards,Todd~SBSTSo seems as though we need a hacked boot loader.....
April 7, 200422 yr Try this:1. Install and Windows Recovery Console2. Copy C:\Cmdcons\Bootsect.dat to C:\Bootsect.dat3. Add this line to your boot.ini C:\BOOTSECT.DAT="Microsoft Windows PE"4. Copy i386 from CD to C:\Minint, you must name the directory Minint
June 3, 200422 yr Is there really no way to get PE run from other partion then C: in combination with a boot.ini edit?
June 3, 200422 yr Is there really no way to get PE run from other partion then C: in combination with a boot.ini edit?I think that C:\Minint is hardcoded into the bootsect.dat so look through there and see what you think.
Create an account or sign in to comment