home *** CD-ROM | disk | FTP | other *** search
/ terabyteunlimited.com / 2014.06.terabyteunlimited.com.tar / terabyteunlimited.com / bootnow.tar.bz2 / bootnow.tar / readme.txt < prev   
Text File  |  2001-09-11  |  2KB  |  56 lines

  1. BOOTNOW
  2. ~~~~~~~
  3.  
  4. This utility will allow you to choose a boot option from Linux.  
  5. It is for use with BootIt Next Generation or BootIt 2.27+.
  6. It will not work with BootIt Direct or BootIt Lite.
  7.  
  8. INSTALLATION:
  9. ~~~~~~~~~~~~~
  10.  
  11. Simply copy the files to a directory on your hard drive.
  12.  
  13. ISSUES:
  14. ~~~~~~~
  15. bootnow must be run as the superuser.
  16.  
  17. You must update/create a file named drvmap.inf that maps the Linux device
  18. files to the BIOS drive numbers.  For bootnow drive 80 (hd0) must be mapped
  19. and bootnow must be able to read the drvmap.inf file.
  20.  
  21. For example: 80=/dev/hda
  22.  
  23.  
  24. USE:
  25. ~~~~
  26. There are three different options for using bootnow:
  27.  
  28. 1) By Menu Description - The example below boots an item named
  29.    "The Descritpion"
  30.  
  31.     Example: bootnow The Description
  32.  
  33.    *NOTE: The description entered must match the boot menu description exactly.
  34.  
  35. 2) By Entry Number:
  36.  
  37.    Example: bootnow 1           - This boots the first item on your boot menu
  38.    Example: bootnow 5           - This boots the fifth item on your boot menu
  39.  
  40. 3) By next entry:
  41.  
  42.    Example: bootnow /Next       - Boots the next item in your boot menu.
  43.  
  44.    *Note: Next can be any case (upper/lower/or mixed).
  45.  
  46. Addtionally you may specific an image set to be automatically executed
  47. before booting the selection.  To do this you use the /ims=filename switch
  48. where "filename" is an image set you created.  Note that you SHOULDN'T
  49. include a space before the /ims switch.
  50.  
  51.    Example: BOOTNOW 1/ims=filename  - Executes the "filename" image set and
  52.                                       then boots the first item.
  53.  
  54.    Example: BOOTNOW Boot Description/ims=filename
  55.    
  56.