creating an e-smith boot floppy
Most modern computers are capable of booting directly from the e-smith CD. If your computer is an older model
and unable to boot from a CD, you will need to create a boot floppy. Here's how.
instructions using Windows
There are two ways to create an e-smith boot floppy under Windows. Before you start, make sure you have
handy a blank, formatted 1.44MB 3.5" diskette.
You must ensure the boot floppy is error free. If formatting in Windows,
ensure that the format results indicate "0 bytes in bad sectors". We
recommend a "Full" format.
|
method 1
- Insert the e-smith CD into your CD drive.
- Doubleclick the "My Computer" icon on your Windows desktop.
- Doubleclick the icon for your CD drive.
- You should now see the contents of your e-smith CD. Doubleclick the dosutils folder.
- In the dosutils folder, doubleclick the icon labelled rawrite.
- The rawrite utility will ask you for the disk image source file name. Type d:\images\boot.img (assuming
d: is your CD drive) and press Enter.
- Rawrite will ask you for the target diskette drive. Type a: (assuming a: is your floppy
drive) and press Enter.
- When prompted, insert a blank, formatted diskette into your floppy drive and press Enter.
- The rawrite utility will return a message telling you whether your disk was created successfully
method 2
- Insert the e-smith CD into your CD drive.
- Click the Start button, then Programs, then the MS-DOS Prompt icon.
- At the prompt, type d:\dosutils\rawrite (assuming
d: is your CD drive) and press Enter.
- You will be asked for the disk image source file name. Type d:\images\boot.img (assuming
d: is your CD drive) and press Enter.
- You will be asked for the target diskette drive. Type a: (assuming a: is your floppy
drive) and press Enter.
- When prompted, insert a blank, formatted diskette into your floppy drive and press Enter.
- The rawrite utility will return a message telling you whether your disk was created successfully.
instructions using Linux
Under Linux, the commands are:
mount /dev/cdrom /mnt/cdrom
dd if=/mnt/cdrom/images/boot.img of=/dev/fd0 bs=1440k
umount /mnt/cdrom
|
If you've read these instructions and still aren't sure what to do, please let us know. We value your comments and suggestions to help make this site as useful as possible.
Return to installation page