Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Create a Windows bootable CD/DVD with mkisofs' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Create a Windows bootable CD/DVD with mkisofs
Authored by: plecostomus on Sat, Sep 12 2009 at 10:38PM PDT
On a PC the command should be:

mkisofs -b boot.img -no-emul-boot -boot-load-seg 1984 -boot-load-size 4 -iso-level 2 -J -joliet-long -l -D -relaxed-filenames -N -V XPSP3 -v -o "c:\WinXP.iso" c:\xpsp3\

Note:

This assumes the following:
You have the boot.img (rename from Microsoft Corporation.img) in the same directory as your Windows CD directory you'll be using to create the ISO.

The name of this directory is c:\xpsp3

The output ISO file will be located at c:\winxp.iso

You can use a free utility called ISO Recorder by Alex Feinman (Please donate) to burn it to your CD. Install it and afterwards you right click on the ISO file and click "Copy Image To CD".

Good Luck.


[ Reply to This | # ]