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