home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 October / VPR9810A.ISO / images / images / sysboot.doc < prev    next >
Text File  |  1998-04-19  |  2KB  |  51 lines

  1. HOW TO USE THE SYSBOOT DISK IMAGE
  2. by Scott Stone <sstone@turbolinux.com>
  3. for TurboLinux 2.0
  4. ----------------------------------
  5.  
  6. This document explains the usage of TurboLinux's sysboot.img file.
  7. This disk is used to boot your system if LILO has become corrupted or
  8. if LILO will not work with your system.  If your system boots from a
  9. SCSI partition, you will need one of the following SCSI adapters to
  10. use this disk:
  11.  
  12.     * Adaptec:
  13.         AHA-152x (ie, Zip ZOOM card)
  14.         AHA-1542
  15.         Cards with the aic7xxx chipset, ie AHA-2940
  16.     * BusLogic (any model, incl. FlashPoint series)
  17.     * AdvanSys (any model)
  18.     * AM53/79 C974 cards (ie, AMD-based Tekram cards)
  19.     * NCR 53c8xx cards (ie, NCR-based Tekram cards,
  20.           Diamond Fireport)
  21.     * Future Domain cards (16-bit ISA and PCI)
  22.  
  23. If you need a sysboot disk for a different SCSI adapter, email
  24. sstone@turbolinux.com and let me know, and I can put one together for
  25. you.  Not all of the SCSI drivers can peacefully co-exist in the same
  26. kernel, which is why some have been left out of the standard
  27. sysboot.img.
  28.  
  29. Here's how to make and use the floppy image (from DOS):
  30.  
  31. 1.  Get a blank, formatted 1.44MB 3.5" diskette.
  32. 2.  Put it in the 3.5" drive (we'll assume it's your first floppy
  33. drive)
  34. 3.  Use the 'rawrite' utility (in the 'dosutils' directory on the CD
  35. or on the FTP site) to write sysboot.img to the floppy disk.
  36. 4.  Use the 'rdev.exe' program (also in 'dosutils') to set the
  37. partition ID that contains your Linux root filesystem (ie /dev/hda3,
  38. /dev/sdb2, etc).
  39. 5.  You now have a boot disk that you can use to start Linux!
  40.  
  41. Here's how to do it from a running Linux system:
  42.  
  43. 1.  Same as #1 above.
  44. 2.  Same as #2 above.
  45. 3.  Assuming that 'sysboot.img' is in the current directory, do:
  46.     'dd if=sysboot.img of=/dev/fd0'
  47. 4.  Assuming that you want the disk to boot the Linux system on
  48. /dev/sdb1, do:
  49.     'rdev /dev/fd0 /dev/sdb1'
  50. 5.  You now have a boot disk that you can use to start Linux!
  51.