Displaying 1 result from an estimated 1 matches for "winkernel".
Did you mean:
inkernel
2006 May 25
1
isolinux + windows installation CD
...strip the
boot image from the original ISO. Place that in the isolinux folder as
eltorito.bin.
4b. take the magical w2ksect.bin file, also found on google, and put
that in the isolinux folder.
5. create an isolinux.cfg file that looks something like:
label winxp
kernel eltorito.bin
label winkernel
kernel w2ksect.bin
6. make the iso using this command:
mkisofs -o ../isotest.iso -b isolinux/isolinux.bin -J -r -N -c
isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table .
7. boot the CD and try both winxp and winkernel - and get nowhere.
I tried many variations on this...