Creating Linux Boot Floppy Disks

  • 7002850
  • 27-Mar-2009
  • 27-Apr-2012

Environment

Novell Open Enterprise Server 1 (OES 1)
Novell Open Enterprise Server 2 (OES 2)
Novell openSUSE
Novell SUSE Linux

Situation

How to create boot floppies for a Linux system.

Resolution

The boot files are split across several floppy disks.

To create boot disks, run 'mkbootdisk' on a Linux system:

1. Mount CD1 or DVD (e.g. to /media/cdrom).

2. Run mkbootdisk
/media/cdrom/boot/i386/mkbootdisk /media/cdrom/boot/i386

   This will create boot disk image files in the current directory

3. Write these image files to floppies, using e.g.

     dd if=bootdisk1 of=/dev/fd0

   (and bootdisk2 - bootdiskN accordingly).

4. A short usage summary of 'mkbootdisk' gives

     mkbootdisk --help