home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 April / PCpro_2003_04.ISO / boot / README.DOS < prev    next >
Encoding:
Text File  |  2003-02-07  |  2.1 KB  |  79 lines

  1. Create a boot disk
  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. Under DOS, write it to a formatted (i.e. error-free) 1.44MB-floppy using
  11. CD1:/dosutils/rawrite/rawrite.exe. For Windows systems there is
  12. CD1:/dosutils/rawwritewin/rawwritewin.exe.
  13.  
  14. Under Linux, use a command like
  15.  
  16.   cd /where_CD1_is_mounted/boot
  17.   dd if=bootdisk of=/dev/fd0u1440
  18.  
  19. Now you have a new boot/install floppy which you can use to boot either the
  20. installed system or the rescue system from CD.
  21.  
  22. In addition to a boot disk you will also need modules disk 1!
  23.  
  24.  
  25.  
  26. Create a modules disk
  27. ---------------------
  28.  
  29. Only a few modules fit on the bootdisk. Therefore four modules floppies
  30. exist. If you do not find the driver for your hardware on the normal disk,
  31. just insert the appropriate modules disk as soon as linuxrc starts.
  32.  
  33. Choose one of the modules disk images in this directory according to the
  34. list below.
  35.  
  36. Under Windows/DOS, use rawrite as descibed in 'Create a boot disk'. Under
  37. Linux, use a command like
  38.  
  39.   cd /where_CD1_is_mounted/boot
  40.   dd if=modules1 of=/dev/fd0u1440
  41.  
  42. Of course you would replace 'modules1' with the image name you want.
  43.  
  44. modules1:  USB and FireWire (IEEE1394) modules.
  45.  
  46. modules2:  IDE/RAID/SCSI modules.
  47.  
  48. modules3:  Network modules.
  49.  
  50. modules4:  PCMCIA and file system modules and old (non-ATAPI) CDROM drivers.
  51.  
  52. See modules[1234].txt for a detailed listing.
  53.  
  54.  
  55.  
  56. Create a rescue floppy
  57. ----------------------
  58.  
  59. There is already a rescue system on CD. But in case you cannot access the CD
  60. or you just want a smaller rescue system, you can create a rescue floppy.
  61.  
  62. Under Windows/DOS, use rawrite as descibed in 'Create a boot disk'. Under
  63. Linux, use a command like
  64.  
  65.   cd /where_CD1_is_mounted/boot
  66.   dd if=rescuefloppy of=/dev/fd0u1440
  67.  
  68.  
  69.  
  70. What are the other files in this directory?
  71. -------------------------------------------
  72.  
  73. rescue:    (Large) rescue system.
  74.  
  75. root:      Installation system.
  76.  
  77. loader:    Boot loader and files it needs.
  78.  
  79.