James Bannan05 June 2007, 6:33 PM
With XP SP 3 now released, here's how to slipstream the service pack into your existing install CD. The big benefit? Serial number-free reinstalls of XP.
Page 3 - Extract the Boot Image
Download BBIE and extract the files to a local folder (in my case, D:\BBIE). Then, open a Command Windows, navigate to D:\BBIE and run the following command:
bbie x:
(Where x: is the optical drive with the XP CD.)
BBIE will search the CD for any available boot images, and extract them using an image1.bin, image2.bin, etc naming convention. There should only be one boot image on the XP CD. BBIE also can extract boot images from ISOs – just change the command to:
bbie x:\cdimage.iso
(Where x: is the folder containing the ISO, and cdimage.iso is the filename.)
The image1.bin will be stored in the active folder (D:\BBIE).