Displaying 5 results from an estimated 5 matches for "w2ksect".
2006 May 25
1
isolinux + windows installation CD
...:
1. copy the contents of the ISO to a temporary folder.
2. make the isolinux folder.
3. copy the isolinux-debug.bin file in.
4a. use the geteltorito (google finds it) perl script to 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.bi...
2005 Jan 21
4
Load setupldr.bin using isolinux
Hello,
Can I load setupldr.bin directly using isolinux without original CD boot
sector?
Thanks,
Theewara
2006 Jun 26
0
isolinux + windows installation CD : second trial
...:
1. copy the contents of the ISO to a temporary folder.
2. make the isolinux folder.
3. copy the isolinux-debug.bin file in.
4a. use the geteltorito (google finds it) perl script to 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:
The one who posted this thread had some problems; he got some
suggestions (which one of them was using IsoBuster (under wine).
I want to do the same and I wonder: did any...
2002 May 12
2
A Little Problem with the new Isolinux
Hallo,
I have a little problem with Isolinux.
Hi, I would be happy, if they could lend a hand me at my problem!
I create a bootable CD, the I-Loader.bin starts the Isolinux.bin, because I don?t like use mkisofs.
Isolinux can start an Disketten Image, but not an Eltorito Image like Windos 2000 Cd?s.
The error Message is "Invalid or corrupt Kernel Image"
WAY? I know, that the file is
2002 Nov 27
5
multi OS bootable CD, ISOLinux, ERD Commander problem
...? (seems that 5 to 7
require floppy emulation to work)
after solving the above, i would like to add Win 2000/XP recovery
console into the menu (still searching for the recovery console image
file) and ERD Commander. Anyone know how to include the ERD Commander
in isolinux.cfg ?
label erd
kernel w2ksect.bin
append initrd=erd.img
??
Also, anyone try put the NTFSDOS Pro onto a bootable CD ? I use it with
Win XP Pro and the total file size is over 5MB!!! (it said will use 2
floppies......)
For he above (Win Recivery Console and ERD stuff) should I use
Multiple boot images (isolinux/memdisk) and a...