home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / WALTF1.TXT < prev    next >
Text File  |  1995-02-09  |  1KB  |  28 lines

  1. TITLE: 950110 USING ALT+F1 ROUTINE UNDER WARP ON A PRELOAD SYSTEM
  2.  
  3. DESCRIPTION OF SYMPTOMS:
  4.     If a user has a preloaded system and excutes the ALT+F2 command,
  5.     selecting the maintenance partition (M), some information in the
  6.     \OS2\BOOT\CONFIG.M file may be incorrect for that particular preload
  7.     system.  If the information is incorrect, when the install program
  8.     is started, it may exit with an error indicating that the sourcepath
  9.     incorrect.
  10.  
  11. RESOLUTION:
  12.     To get around this problem, the user will have to edit the
  13.     \OS2\BOOT\CONFIG.M file.  There are two "set" statements
  14.     that will need to be changed:
  15.           SET SOURCEPATH=drive:\path
  16.           SET FDISKETTESOURCE= 0 or 1;
  17.           0 if redirected from cd, remote or local drive
  18.           1 if user will be prompted to insert diskettes
  19.     If the user has not made a set of diskettes using their Diskette
  20.     Factory program, then SOURCHPATH needs to points to
  21.     C:\DISKETTS\OS2V3, and FDISKETTESOURCE should equal 0.
  22.     If the user has made a set of installation diskettes and the install
  23.     directory tree loaced under \DISKETTS\OS2V3 has been deleted by the
  24.     Diskette Factory program, then SOURCEPATH should equal A: and
  25.     FDISKETTESOURCE should be set
  26.  
  27.  
  28.