home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / DICSDB.FAX < prev    next >
Text File  |  1994-12-08  |  6KB  |  152 lines

  1. Version Error / Bootdisks for XR06200    7/26/94
  2.  
  3.  
  4.         TITLE:  Creating bootable diskettes from OS2 2.1 ServicePak.
  5.  
  6.         DESCRIPTION OF SYMPTONS:
  7.  
  8.         An 'Incorrect Version' error is received when trying to run
  9.         comands such as ATTRIB or DISKCOPY on a system on which the
  10.         XR06200 (or XR06300) ServicePak has been applied. This happens
  11.         after booting to a command prompt from the 2.1 GA diskettes.
  12.  
  13.         SUMMARY OF RESOLUTION:
  14.  
  15.         It is recommended that you create bootable disks for your system
  16.         prior to installing the ServicePak 1 (SP1). Having the bootable
  17.         disks will allow you to run such system commands as CHKDSK,
  18.         ATTRIB, and others, if needed. Here are the options for creating
  19.         the OS/2 2.11 bootable disks for your system:
  20.  
  21.         You can create OS/2 SP1 bootable disks by using one of the two
  22.         following methods:
  23.  
  24.         A) Use this method if you have not yet applied the SP1 to your
  25.         system or you have applied the SP1 and can boot to the hard drive:
  26.  
  27.           1) Boot OS/2 or any DOS version access to the ATTRIB and
  28.              DISKCOPY commands. If your machine is up and running, boot
  29.              from the hard drive and go to a command prompt.
  30.           2) Make a diskcopy of SP1 Disk #2 by entering the
  31.              following command:
  32.  
  33.                DISKCOPY a: a:
  34.  
  35.           3) Insert the diskcopy of disk #2 and remove the read only
  36.              attribute from the config.sys file by entering:
  37.  
  38.                ATTRIB a:\config.sys -r
  39.  
  40.           4) Change the following line in the config.sys:
  41.  
  42.                SET OS2_SHELL=FSERVICE.EXE
  43.  
  44.              to
  45.  
  46.                SET OS2_SHELL=CMD.EXE
  47.  
  48.           This can be accomplished by using an editor, or by typing the
  49.           following at the a: command prompt with ServicePak disk #2 in
  50.           the a: drive:
  51.  
  52.             ECHO SET OS2_SHELL=CMD.EXE >> CONFIG.SYS
  53.  
  54.           This will change the shell statement in the config.sys and allow
  55.           you to boot to the command prompt using the SP1 disk #1 and
  56.           the modified copy of SP1 disk #2.
  57.  
  58.         B) If you have already installed SP1 on your system and you are
  59.            unable to boot from the hard drive:
  60.  
  61.           1) Boot from the SP1 disk #1 and when prompted for disk #2,
  62.              insert OS/2 2.1 GA disk #1.
  63.           2) Escape to the command prompt from the welcome screen when
  64.              prompted.
  65.           3) The prompt will state OS/2 2.1 but you will be able to use
  66.              the 2.11 system commands such as ATTRIB and DISKCOPY. It
  67.              is important to note at this point you are using a mix level of
  68.              code (2.1 & 2.11). This is only a workaround for using the
  69.              ATTRIB and DISKCOPY commands. Other commands, such as
  70.              CHKDSK should not be run. At this point you should be able to
  71.              follow the above steps A2-A4 to create the correct boot disks.
  72.  
  73.         CHKDSK Diskette (optional, but recommended)
  74.         ------------------------------------------
  75.         It is recommended that you make an additional diskette that can be
  76.         used to run CHKDSK when booted from the floppy drive. You can
  77.         easily do this once the SP1 has been installed by the following
  78.         steps:
  79.  
  80.         1) Inserting a formatted diskette into the a: drive.
  81.         2) Copy the OS/2 2.11 file CHKDSK.COM to the diskette by
  82.            entering:
  83.  
  84.              COPY X:\OS2\CHKDSK.COM A:
  85.  
  86.         3) Copy the OS/2 2.11 file UHPFS.DLL to the diskette by
  87.            entering:
  88.  
  89.              COPY X:\OS2\DLL\UHPFS.DLL A:
  90.  
  91.            If SP1 has not yet been installed then UHPFS.DLL will have to
  92.            be unpacked from disk6 of SP1:
  93.  
  94.             a) Create a temporary directory (ie, x:\temp) and copy
  95.                  UNPACK.EXE from disk1 of SP1 into the temp directory on
  96.                  the hard drive.
  97.             b) Insert disk6 of SP1 into the drive a: and from the x:\temp
  98.                prompt type:
  99.  
  100.                  UNPACK A:\FIX\OS2\FILE409.___ X:\TEMP
  101.  
  102.             c) Copy UHPFS.DLL from the x:\temp directory to your diskette
  103.                with OS/2 2.11 CHKDSK.COM.
  104.  
  105.         If SP1 is installed on the system but you are unable to boot to the
  106.         hard drive, then steps a, b, and c above will have to be executed
  107.         on another system running OS2 2.1.
  108.  
  109.         Note: X: is your OS2 boot drive.
  110.  
  111.         This diskette can be inserted into the A: drive and CHKDSK can be
  112.         after you have booted from your 2.11 boot diskettes.
  113.  
  114.         Trouble Shooting:
  115.         ==================
  116.  
  117.         HPFS drive access
  118.         ------------------
  119.         In cases where you cannot access an HPFS partition on the hard
  120.         drive and you are prompted to run CHKDSK, perform procedure A
  121.         above and use the optional CHKDSK diskette described above.
  122.  
  123.         ---> Error message: The name specified is not recognized as an
  124.         internal or external command.
  125.  
  126.         This error message will occur when the command file is not
  127.         present in the current directory or any of the path defined
  128.         directories. For example, if from the a: drive prompt
  129.         ATTRIB CONFIG.SYS -r
  130.         gave this error, the system cannot find the ATTRIB command or
  131.         the config.sys file.
  132.  
  133.         To correct this error you would need to include a path to where the
  134.         command could be found or make sure the file the command is
  135.         acting upon is located on the drive.
  136.  
  137.         ---> Error message: SYS1210: You are using an incorrect version
  138.         of the operating system.
  139.  
  140.         This error indicates that the command file and the version of the
  141.         operating system do not match. You can correct this by using the
  142.         proper command file from the OS/2 version that is booted.
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. 12/31/99
  152.