Boot floppies 1.0

Available boot floppies

Released on 22 March 2008, needs up to 128Mb RAM

This floppy set will boot a SliTaz stable version. You can write floppies with SliTaz bootfloppybox, Windows rawrite or simply dd:

# dd if=fd001.img of=/dev/fd0

If you have a CD-ROM, a USB port and a USB key or a network card, but you can't boot these devices directly, then try floppy-grub4dos first. This 1.44Mb floppy provides tiny programs to boot these devices without BIOS support and some other tools.

You can start with one of the 2 following flavors:

Start your computer with fd001.img. It will show the Kernel version string and the Kernel cmdline line. You can edit the cmdline. Most users can just press Enter.

The floppy is then loaded into memory (one dot each 64KB) and you will be prompted to insert the next floppy, fd002.img. And so on up to fd004.img.

The base flavor will then start and you will be prompted to insert extra floppies for the core flavor. You can bypass this by using Q and Enter.

If you have an ext3 partition on your hard disk, the bootstrap can create the installation script slitaz/install.sh. You will be able to install SliTaz on your hard disk without extra media.

Each floppy set detects disk swaps and can be used without a keyboard.

Good luck.

ISO image floppy set

The floppy image set above includes an embedded installer and can install SliTaz on your hard disk.

Anyhow you may want these ISO images to install SliTaz

You can restore the ISO image on your hard disk using:

# dd if=/dev/fd0 of=fdiso01.img
# dd if=/dev/fd0 of=fdiso02.img
# ...
# cat fdiso*.img | cpio -i

Images generation