home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / Komercni / NAV2000 / nv20009x.exe / RESCUE / TROUBLE.TXT < prev    next >
Text File  |  1999-08-05  |  18KB  |  440 lines

  1. This document provides general support for possible problems with the
  2. Rescue Disk program. 
  3.  
  4.  
  5. Rescue problems generally fall into 2 categories, with sub 
  6. categories...
  7.  
  8. Problems creating the rescue zip set (covered in Part I of this 
  9. document)
  10.             a) Initializing problems
  11.             b) File copying problems
  12.  
  13. Problems booting from the rescue set. (covered in Part II of this 
  14. document)
  15.             a) Driver problems
  16.             b) Missing files problems 
  17.  
  18.  
  19.  
  20. Part I: 
  21.  
  22.  
  23. Initializing problems
  24. *********************
  25.  
  26. Problem: When I run Rescue, it reports that I have no zip drive on my
  27. system.
  28.  
  29. Solution: If your zip drive is properly connected, and you are still getting
  30. this message, then download and install the latest set of Zip Tools from 
  31. Iomega's website at http://www.iomega.com. Then run rescue again.
  32.  
  33.  
  34. Problem: My a: drive doesn't show up on the list of drives on the 
  35. Rescue window.
  36.  
  37. Solution: You may have a 5.25" drive set as the a: drive. Rescue will
  38. only work on 3.5" (1.44 Meg) floppy drives set as the a: drive. If you
  39. have a 5.25" floppy drive as the a: drive and a 3.5" floppy drive configured
  40. as the b: drive, reassign the drive letter designations so that the floppy
  41. drive letters are switched. 
  42.  
  43. Setting up your zip drive as a bootable a: drive is also supported. 
  44. This eliminates the need for a bootable floppy diskette. (Note: Only 
  45. some BIOSes support this feature) 
  46.  
  47.  
  48. Problem: When I run Rescue, it freezes up the computer while Rescue is 
  49. initializing and I have to reboot to get the computer working again.
  50.  
  51. Solution: You can have freezing problems, or crashes, with rescue for a 
  52. few reasons
  53.  
  54. 1. Corrupted rescue files.
  55. 2. Program conflicts.
  56. 3. Registry problems.
  57.  
  58.  
  59. To resolve problems with corrupted rescue files, do the following:
  60.  
  61. a) Uninstall Norton Utilities from Add/Remove Programs in the Control Panel.
  62. b) Delete the Norton Utilities folder under the Program Files folder, if
  63. it's still there.
  64. c) Close all programs down before installing the program again. To check if 
  65. you've shut down all programs, press the CTRL-ALT-DEL keys. This should 
  66. produce a Close Programs box. Inside this box should only be one or two
  67. applications, namely Explorer and Systray. (Note: On some systems, it may be
  68. shown as Windows Explorer.)
  69. d) Once all programs are closed, install Norton Utilities again.
  70.  
  71.  
  72. To resolve problems with program conflicts:
  73.  
  74. a) Close all programs down before running the program again. To check if 
  75. you've shut down all programs, press the CTRL-ALT-DEL keys. This should 
  76. produce a Close Programs box. Inside this box should only be one or two
  77. applications, namely Explorer and Systray. (Note: On some systems, it may be
  78. shown as Windows Explorer.)
  79. b) Click on the windows Start button, click on RUN, and type the following:
  80. RESCUE32 /RESET
  81. c) When you click on the OK button, the Rescue Disk window should appear. 
  82.  
  83.  
  84. To resolve problems with the registry:
  85.  
  86. a) You'll need to use a utility program, such as the Optimization Wizard, 
  87. to keep the registry in proper condition so that programs may run correctly.
  88.  
  89.  
  90. Problem: Rescue says my Zip drive is attached to an unsupported adapter.
  91.  
  92. Solution: Rescue uses the Registry to store information about the adapters 
  93. that it supports. You can add entries to the Registry to support any adapter,
  94. as long as you have the real-mode (also known as DOS mode) drivers for it.
  95.  
  96. When Rescue detects a Zip drive attached to an adapter for which it has no
  97. real-mode drivers, it creates a skeleton .REG file that can be used to add
  98. the necessary registry entries. The file is created in the Norton Utilities
  99. folder (usually C:\Program Files\Norton Utilities), and is called 
  100. ZipAdapter?.reg. The ? is a digit corresponding to the Zip drive's drive
  101. letter. Here is a sample of the ZipAdapter?.reg file:
  102.  
  103. REGEDIT4
  104. [HKEY_LOCAL_MACHINE\Software\Symantec\Norton Rescue\Zip Adapters\Your 
  105. Adapter]
  106.  
  107. "L0"=""
  108. "F0"=""
  109.  
  110. The L0 -- Ln entries are used to add lines to the CONFIG.SYS file on the
  111. Rescue boot floppy. The F0 -- Fn entries specify what files to copy to the
  112. Rescue boot floppy.
  113.  
  114. If you have an IDE or ATAPI Zip drive, and you receive this error message,
  115. you can fix this by specifying the default IDE drivers, which can support
  116. most IDE controllers. To do this, edit the ZipAdapter?.reg file to look like
  117. this:
  118.  
  119. REGEDIT4
  120. [HKEY_LOCAL_MACHINE\Software\Symantec\Norton Rescue\Zip Adapters\Your 
  121. Adapter]
  122.  
  123. "L0"="DEVICEHIGH=ASPIIDE.SYS"
  124. "L1"="DEVICEHIGH=ASPIATAP.SYS"
  125. "F0"="ASPIIDE.SYS"
  126. "F1"="ASPIATAP.SYS"
  127.  
  128. To merge the .REG file into the Registry, double-click the file.
  129.  
  130. If you receive this message and you have a SCSI Zip or Jaz drive, contact 
  131. the adapter manufacturer for the correct real-mode drivers. (They may 
  132. already be on your system.) You must have the real-mode drivers, not the
  133. protected-mode drivers, for Rescue to work.
  134.  
  135. NOTE:
  136. Add the files to the Norton Zip Rescue folder. Do not specify paths in
  137. the Fx or Lx lines of the .REG file.
  138.  
  139. For example, here is a ZipAdapter5.reg file modified for an unsupported SCSI
  140. adapter:
  141.  
  142. REGEDIT4
  143.  
  144. [HKEY_LOCAL_MACHINE\Software\Symantec\Norton Rescue\Zip Adapters\fd16_700]
  145.  
  146. "L0"="DEVICE=MCAM18XX.SYS"
  147. "L1"="DEVICE=ASPIDISK.SYS /G"
  148. "F0"="MCAM18XX.SYS"
  149. "F1"="ASPIDISK.SYS"
  150.  
  151. NOTE:
  152. The "your adapter" section in the examples above will be replaced with the
  153. adapter's name, as in the last example above.
  154.  
  155.  
  156. Finding drivers for unsupported SCSI controllers
  157. ************************************************
  158.  
  159. Some SCSI controllers require their own drivers. If those drivers are not
  160. present, then run the SCSI utility that came with the SCSI controller to 
  161. find these drivers so you can include them in the ZipAdapter Registry import
  162. file. Since Windows 95 does not require these real-mode DOS drivers, they
  163. are often not installed on the computer. Typically, they are found under
  164. the DOS/Windows 3.x category. When you run the SCSI utility, it will install
  165. the drivers on the hard drive (usually to a folder called SCSI) and add the
  166. device lines to the CONFIG.SYS file.
  167.  
  168. For example, an unsupported Adaptec 1520 SCSI controller requires the
  169. following drivers and device load lines in order to access SCSI devices
  170. in DOS mode:
  171.  
  172. device=C:\SCSI\aspi2dos.sys /d /p340 /q11
  173. device=C:\SCSI \aspidisk.sys /d
  174.  
  175. NOTE:
  176. The /p and /q numbers will vary from system to system.
  177.  
  178. To access the SCSI Zip drive in DOS and thereby enable Zip Rescue to
  179. function, create the following Zipadaper?.reg file and copy the necessary
  180. driver files (the F0 and F1 entries) to the Norton Utilities folder.
  181.  
  182. REGEDIT4
  183. [HKEY_LOCAL_MACHINE\Software\Symantec\Norton Rescue\Zip Adapters\
  184. Adaptec 1520]
  185.  
  186. "L0"="aspi2dos.sys /d /p340 /q11"
  187. "L1"="aspidisk.sys /d"
  188. "F0"="aspi2dos.sys "
  189. "F1"="aspidisk.sys"
  190.  
  191.  
  192. File copying problems
  193. *********************
  194.  
  195. Problem: When I hit the Create button, rescue reports that "Certain Files
  196. could not be copied." What do I do?
  197.  
  198. Solution: On that message, you should see a Details button. If you click on
  199. this button, another screen should appear with a list of files that could
  200. not be copied. Click on the plus sign next to each file to find out why the
  201. file could not be copied to the zip disk.
  202.  
  203. If the reason is "file not found," do a search for the requested file(s) to
  204. see whether it exists on the drive. If the file(s) is not on the hard drive,
  205. proceed with the creation of the rescue set as the file(s) may not be
  206. necessary. After all the files are copied over to the zip disk, you'll be
  207. asked to reboot to test the rescue set.
  208.  
  209. Problem: Rescue reports that PARTINFO.DAT cannot be copied over to the zip
  210. disk.
  211.  
  212. Solution: PARTINFO.DAT is the file that stores a copy of the partition data
  213. on your computer. If you have an IDE or ATAPI zip drive, make sure it is not 
  214. configured in the BIOS settings as it can cause this error to appear. You can
  215. look at these settings from a setup program that can run when your computer
  216. is booting up. Usually, you will see a message on bootup to enter a setup 
  217. utility by pressing F1 or Del. It is from this program that you can see 
  218. whether the zip drive is listed among devices attached to the IDE ports on
  219. your computer. You can set up the port that contains the zip drive to NONE,
  220. instead of AUTO, to stop the BIOS configuration of the zip drive from
  221. occuring.
  222.  
  223. Note: this error is also common if you have security software like Your
  224. Eyes Only, or if you have NTFS partitions on the hard drive.
  225.  
  226.  
  227. Problem: When rescue starts to copy files over, I see a Disk Write Error
  228. message on the screen.
  229.  
  230. Solution: The zip disk or the floppy diskette may be physically damaged.
  231.  
  232. Try to full format the floppy. Double-click on My Computer and right-click
  233. on the a: drive. Choose Format, followed by Full Format on the next screen.
  234. If the format procedure fails, the disk (or drive) is likely damaged. 
  235.  
  236. To do a Full (or Long) Format on a zip disk you must have Zip Tools installed. 
  237. If you don't already have them installed, you can obtain them from Iomega's
  238. website at http://www.iomega.com. Once you have Zip Tools installed, 
  239. double-click on My Computer and right-click on the Zip Drive icon, which 
  240. should be blue and read ZIP100. Choose Format, followed by Full/Long format.
  241. If the format procedure doesn't complete, the disk (or drive) is probably
  242. damaged.
  243.  
  244.  
  245. Part II:
  246.  
  247.  
  248. Driver problems
  249. ***************
  250.  
  251. Problem: When I bootup from my Zip Rescue set, I see a message that the Zip
  252. drivers are not installed and that there is an error in the CONFIG.SYS file. 
  253.  
  254. Solution: This is most likely a driver, configuration, or controller issue. 
  255. Rescue in Windows uses a protected-mode driver for the Zip drive. When 
  256. booting from the Rescue diskette, however, it must use the real-mode DOS 
  257. drivers. Follow these steps to check whether any of these drivers from the 
  258. CONFIG.SYS file on the Rescue boot floppy are failing to load:
  259.  
  260. 1. Start the computer with the Rescue floppy and Zip disk inserted.
  261. 2. When the system displays the blue logo screen, press Esc to dismiss the 
  262. screen.
  263. 3. Watch the messages displayed by the drivers as they load
  264.  
  265.  
  266. Parallel Zip drives
  267. *******************
  268.  
  269. Try connecting the Zip Drive directly to the parallel port. Disconnect any 
  270. other devices attached to the zip drive, as well, as these conditions can 
  271. prevent the driver from finding the zip drive.
  272.  
  273. Parallel Zip drives require a parallel port chipset driver. If you look at 
  274. the CONFIG.SYS file on the Rescue diskette, you will see a line that reads:
  275.  
  276. DEVICEHIGH=ASPIPPM1.SYS FILE=SMC.ILM
  277.  
  278. or something similar. The key is the ILM driver after the second = sign; this
  279. is the driver that will provide optimum performance from your parallel port 
  280. chipset. In some cases, the parallel port chipset will not function correctly
  281. in optimized mode. In this case, change the .ILM driver to the most generic
  282. type, which should work with almost any chipset. To do this, use one of these
  283. procedures:
  284.  
  285.  
  286. If the CONFIG.SYS line is installing ASPIPPM1.SYS, change it to read:
  287. DEVICEHIGH=ASPIPPM1.SYS FILE=NIBBLE.ILM
  288.  
  289. If the CONFIG.SYS line is installing ASPIPPM2.SYS, change it to read:
  290. DEVICEHIGH=ASPIPPM2.SYS FILE=NIBBLE2.ILM
  291.  
  292.  
  293. NOTE:
  294. Some BIOSes (like Award) allow you to set various parallel drivers in the
  295. system setup or CMOS. Changing this setting to "Standard" often corrects
  296. problems with parallel Zip drives.
  297.  
  298.  
  299. IDE and ATAPI Zip drives
  300. ************************
  301.  
  302. IDE drives use some SCSI drivers too. Sometimes the BIOS or system setup 
  303. detects the drive, which is incorrect; this may prevent the DOS drivers from
  304. loading properly. Set the drive detection to NONE. You may then need to run 
  305. SETUP.EXE from the Iomega Tools disk to reconfigure this drive. You may also 
  306. want to uncheck the INT 13 setting for this drive's properties (right-click
  307. on the drive letter and choose Properties). 
  308.  
  309. NOTE:
  310. Some BIOSes will continue to detect Zip drives even after setting drive 
  311. detection to NONE. To overcome this issue, select TYPE 1, which is incorrect
  312. but it will prevent the Zip drive from being detected. On restart, the BIOS 
  313. will display a drive detection error which you can ignore. Most BIOSes also
  314. have an error detection setting that you can turn off which will prevent the
  315. drive error message from appearing. Zip drive detection in BIOS is a problem
  316. that Iomega and BIOS manufacturers are working on. It seldom affects the Zip
  317. drive in Windows, but almost always causes problems for Zip drives in DOS. 
  318. Since Norton Zip Rescue is designed to rescue you from a Windows crash, 
  319. proper Zip drive functionality in DOS is necessary.
  320.  
  321.  
  322. SCSI Zip drives
  323. ***************
  324.  
  325. SCSI drives need an up-to-date SCSI BIOS, and up-to-date SCSI drivers. Iomega 
  326. supplies Norton Zip Rescue with a number of SCSI adapter files. If Rescue 
  327. fails to find or load your SCSI Zip drive, contact the manufacturer of the
  328. adapter card to find the correct DOS drivers. Also see the "Rescue reports
  329. that my Zip drive is attached to an unsupported adapter" question above for
  330. more information.
  331.  
  332.  
  333. USB (Universal Serial Bus) Zip drives
  334. *************************************
  335. This version of Rescue Disk does not support creating Norton Zip Rescue disk
  336. sets on USB Zip drives.
  337.  
  338.  
  339. Missing Files
  340. *************
  341.  
  342. Problem: When I reboot with the rescue set in place, I am left at a blinking
  343. a: prompt.
  344.  
  345. Solution: The startup files on the rescue floppy diskette were probably
  346. not created correctly, and so the rescue program will need to be reset. 
  347.  
  348. a) Close all programs down before running the program again. To check if 
  349. you've shut down all programs, press the CTRL-ALT-DEL keys. This should 
  350. produce a Close Programs box. Inside this box should only be one or two
  351. applications, namely Explorer and Systray. (Note: On some systems, it may be
  352. shown as Windows Explorer.)
  353. b) Click on the Start button, choose Run, and type:
  354.  
  355. C:\windows\system\regsvr32 "c:\program files\norton utilities\nursc.dll"
  356.  
  357. and click OK. Correct the path to Windows and Norton Utilities folders,
  358. if necessary. Include the double quotes in the command line. In few seconds,
  359. you should see a dialog stating that the registration has succeeded.
  360.  
  361. c) Click on the Start button, choose Run, and type:
  362.  
  363. C:\windows\system\regsvr32 "c:\program files\norton Utilities\rscfmt.dll"
  364.  
  365. and click OK. Correct the path to Windows and Norton Utilities folders,
  366. if necessary. Include the double quotes in the command line. In few seconds,
  367. you should see a dialog stating that the registration has succeeded.
  368.  
  369. d) Click on the windows Start button, click on RUN, and type the following:
  370. Rescue32 /RESET
  371. e) When you click on the OK button, Rescue Disk window should appear. 
  372.  
  373.  
  374. Problem: When I bootup with the rescue set, I see the a Non-System Disk
  375. error on the screen.
  376.  
  377. Solution: Try creating a new rescue set using a different floppy, if the 
  378. problem persists, reset the rescue program as follows:
  379.  
  380. a) Close all programs down before running the program again. To check if 
  381. you've shut down all programs, press the CTRL-ALT-DEL keys. This should 
  382. produce a Close Programs box. Inside this box should only be one or two
  383. applications, namely Explorer and Systray. (Note: On some systems, it may 
  384. be shown as Windows Explorer.)
  385. b) Click on the Start button, choose Run, and type:
  386.  
  387. C:\windows\system\regsvr32 "c:\program files\norton Utilities\nursc.dll"
  388.  
  389. and click OK. Correct the path to Windows and Norton Utilities folders,
  390. if necessary. Include the double quotes in the command line. In few seconds,
  391. you should see a dialog stating that the registration has succeeded.
  392.  
  393. c) Click on the Start button, choose Run, and type:
  394.  
  395. C:\windows\system\regsvr32 "c:\program files\norton Utilities\rscfmt.dll"
  396.  
  397. and click OK. Correct the path to Windows and Norton Utilities folders,
  398. if necessary. Include the double quotes in the command line. In few seconds,
  399. you should see a dialog stating that the registration has succeeded.
  400.  
  401. d) Click on the windows Start button, click on RUN, and type the following:
  402. rescue32 /RESET
  403. e) When you click on the OK button, Rescue Disk window should appear. 
  404.  
  405.  
  406. Problem: When I bootup with the rescue set, the floppy drive is accessed for
  407. a moment and the screen freezes.
  408.  
  409. Solution: Try the solution listed to the problem above. If the problem
  410. continues, replace the diskette as the system area on it is probably
  411. faulty.
  412.  
  413.  
  414. Problem: When testing the rescue set, the computer accesses the zip drive for
  415. a minute or so, but ultimately the rescue test fails (from errors, freeze
  416. ups, etc...)
  417.  
  418. Solution: Try creating a Safe Mode rescue set. Run rescue again and click on
  419. the Options button. Then click on the Zip Settings tab and choose Safe Mode.
  420. Create a new rescue set and test it. 
  421.  
  422. Safe Mode doesn't load as many drivers as Normal Mode, making it easier
  423. from which to boot up. However, the functionality of the Rescue Recovery
  424. Wizard remains the same in both modes. 
  425.  
  426.  
  427. Problem: When I test the rescue set, the Rescue Recovery Wizard doesn't
  428. show up.
  429.  
  430. Solution: The Rescue Recovery Wizard should appear automatically. If it
  431. does not, double-click on the shortcut for it at the desktop to start it. 
  432. You can also insert this shortcut, or a copy of it, into the windows StartUp
  433. folder if you want the Rescue Recovery Wizard to pop up automatically.
  434.  
  435.  
  436.  
  437. For additional information and technical support for Norton Zip rescue
  438. please visit Symantec's Technical Support Site at 
  439. http://service.symantec.com/nu
  440.