Image via Wikipedia
Make a bootable IPCop installation thumbdrive
You'll need a 64Mb or larger thumbdrive with nothing important on it because you're going to wipe the existing data. When you're done installing IPCop you can reformat it and use it for other stuff again.
How to create your bootable thumbdrive on Windows
- Download the Copplus "usb-fdd" image here: http://ko.sourceforge.jp/projects/sfnet_ipcop/downloads/IPCop/IPCop%201.4.19%20_%201.4.20/ipcop-1.4.20-install-usb-fdd.i386.img.gz/
- Download a utility called dd for windows.
- Extract the dd.exe file from the zip, and extract the ipcop-[version]-copplus-usb-fdd.i386.img file from the .gz file you downloaded, put them both in the same directory.
- Insert a USB drive. Any files on this drive will be WIPED so be sure if there is anything you need on it, to copy the files off it!!
- Open up a command window and CD to the directory your dd.exe file and IPCop .img file are sitting. Figure out which drive letter the thumbdrive has; in this case it's 'G:\" Run this command:
dd if=ipcop-1.4.20-install-usb-fdd.i386.img of=\\.\g: bs=1k
That's it! It will take about 5 minutes to write the image to the USB drive. When dd.exe is done it will return you to the command prompt. You're ready to stick the USB drive in your soon-to-be IPCop machine, boot off it, and install it!
These Windows directions courtesy of nicholasoverstreet.com
How to create your bootable thumbdrive on linux
- Download the usb-fdd image to your home directory. You don't need to unzip it.
- Go to a shell prompt. Then insert your thumbdrive and determine what drive it is. (i.e. /dev/sdc or /dev/sdb) Typing dmesg right after you insert it will usually clue you in.
- You might need to sudo first. Use zcat to unzip and copy the image to the drive like so:
zcat ipcop-1.4.20-install-usb-fdd.i386.img.gz > /dev/sdc




![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=452f1ab4-c62e-416e-a731-f26aababfb5d)

