home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2002 February (Linux) / SU7300.E01.ISO / disks / README.DOS < prev    next >
Encoding:
Text File  |  2001-11-21  |  1.2 KB  |  37 lines

  1. A short description of the boot disks
  2. -------------------------------------
  3.  
  4. All kernels are modularized. This means that almost all drivers are loaded
  5. as kernel modules.
  6.  
  7. You can create a new boot/install floppy if you have access to either a
  8. running Linux box or a running DOS box.
  9.  
  10. Choose one of the boot images in this directory according to the list below.
  11.  
  12. Under DOS, write it to a formatted (i.e. error-free) 1.44MB-floppy using
  13. CD1:/dosutils/rawrite/rawrite.exe.
  14.  
  15. Under Linux, use a command like
  16.  
  17.   cd /whereCD1isMounted/disks
  18.   dd if=./myBestBootImageAccordingToReadme of=/dev/fd0u1440
  19.  
  20. Now you have a new boot/install floppy which you can use to boot either the
  21. installed system or the rescue system from CD.
  22.  
  23. ----------------------------------------------------------------------------
  24. bootdisk:  Standard bootdisk
  25.  
  26. i386:      Fallback bootdisk for i386 and older Cyrix processors.
  27.  
  28. rescue:    Rescue disk
  29.  
  30. Only a few modules fit on the bootdisk. Therefore two modules floppies
  31. exist. If you do not find the driver for your hardware on the normal disk,
  32. just insert the appropriate modules disk as soon as linuxrc starts.
  33.  
  34. modules:   SCSI/RAID/EIDE and PCMCIA modules.
  35.  
  36. modules2:  Network modules and old (non-ATAPI) CDROM drivers.
  37.