I would like to boot Pe from my Corp Modboot CD using Isolunx. I've tried to use the example below from Bytecoders post. The problem seems to be that I do not have the file "bootsect.bin".
The only similar files on my PE 2.0a cd are bootfix.bin and setupldr.bin, which are in the \i386 directory and they fail to load.
Anyone know how to do this? I like the idea of having certain menu items hidden from view, but still accessible from the keyboard.
Anyone know how to do this?
Thanks.
Partial listing of my Isolinux.cfg>
label 6
kernel memdisk
append initrd=loadbini.img
label 7
kernel memdisk
append initrd=bmagic.img
label 8
kernel memdisk
append initrd=hddreg.img
label 9
kernel memdisk
append initrd=memtest.img
label 10
kernel memdisk
append initrd=dosnet.img
label nuke
kernel memdisk
append initrd=nuke.img
label winpe
kernel /i386/bootfix.bin
timeout 200
ByteCoder Posted: Jul 2 2003, 07:21 PM
A friend of mine demonstrated K.H. Au-Yeung's SuperUTL PE 2003 Disk and I started wondering on integrating it with my heavily modified Bart's CD. The steps I took are as follows....
CODE
1- Created an ISO of SuperUTL PE 2003.
2- Extracted "Documents and Settings", "Program Files", "WINPE", "WXPE" folder from SuperUTL to \BCD\cds\corpmb\files directory.
3- Extracted "WIN51IP.SP1" file to the root of \BCD\cds\corpmb\files directory.
3- Edited BCD\cds\corpmb\files\isolinux\isolinux.cfg file and added...
label winpe
kernel /WXPE/BOOTSECT.BIN
at the end of the current listing.
4- Build the CD with bcd corpmb at c:\bcd prompt.
5- Booted with it and typed in 'winpe' at the boot prompt to launch winpe with bluebox shell and access to various utilities. (The reason I type it in is beacuse I don't want others to see it as a valid boot options, my other options are all numbered items.)