steptail.com

Does expecting the unexpected make the unexpected the expected?

User Tools

Site Tools


toshiba_t-series_support:faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
toshiba_t-series_support:faq [2018-04-09 18:57]
omolini
toshiba_t-series_support:faq [2020-08-19 19:29] (current)
omolini [Questions and Answers]
Line 1: Line 1:
 +| [[:Toshiba T-series Support|Home]] | [[:​toshiba_t-series_support:​System Articles]] | [[:​toshiba_t-series_support:​Files and Resources]] | [[:​toshiba_t-series_support:​FAQ]] | [[:Contact Information|Contact]] |
 +
 ===== Questions and Answers ===== ===== Questions and Answers =====
 **Q: My computer gives me a configuration error when I turn it on**\\ **Q: My computer gives me a configuration error when I turn it on**\\
Line 46: Line 48:
  
 There are three options: There are three options:
 +    - Buy a BIOS CMOS ROM drop-in replacement. I've started selling programmed ROM chips that have the 003C BIOS with an updated VGA BIOS for the T3200SXC. This will essentially allow you to use any hard disk. [[http://​rover.ebay.com/​rover/​1/​711-53200-19255-0/​1?​ff3=4&​pub=5575391766&​toolid=10001&​campid=5338306954&​customid=&​mpre=https%3A%2F%2Fwww.ebay.com%2Fitm%2FToshiba-T3200SX-BIOS-updated-ROM-003CH-with-full-HDD-detection-and-fast-VGA%2F333379507188%3Fhash%3Ditem4d9ef793f4%3Ag%3A0vAAAOSwndFduLpQ|Please follow this link to buy]].
   - Buy a working CONNER Hard-disk with the part number starting with '​CP',​ and use ANYDRIVE to circumvent the BIOS hardcoded drive size limitations.   - Buy a working CONNER Hard-disk with the part number starting with '​CP',​ and use ANYDRIVE to circumvent the BIOS hardcoded drive size limitations.
   - Get an older BIOS chip, or hunt down a spares -computer with an older BIOS version and replace the chip.   - Get an older BIOS chip, or hunt down a spares -computer with an older BIOS version and replace the chip.
-  - Re-flash your BIOS chip with the 3CH BIOS found in the files-section,​ and again use ANYDRIVE to circumvent any size limitations. There is a well written BIOS re-flashing guide in the files page in the section labeled Documentation.+  - Re-flash your BIOS chip with the 003C (3CHBIOS found in the files-section,​ and again use ANYDRIVE to circumvent any size limitations. There is a well written BIOS re-flashing guide in the files page in the section labeled Documentation.
  
 On older Toshiba T3200SX(C) machines (BIOS 003C) the computer will boot with any peripheral IDE drive, but you may still need to use ANYDRIVE to circumvent the BIOS hard-disk size limitations,​ because older BIOSes assume the hard disk is 40 MB. It may boot, but using the computer could cause hard drive corruption. With ANYDRIVE enabled, the program will manually reprogram the BIOS to use whatever size hard disk you want and utilize up to 512 megabytes on the hard drive. The program installs inside the Master Boot Record (MBR), so that it will run every time the computer starts. To download ANYDRIVE, please refer to the following page: On older Toshiba T3200SX(C) machines (BIOS 003C) the computer will boot with any peripheral IDE drive, but you may still need to use ANYDRIVE to circumvent the BIOS hard-disk size limitations,​ because older BIOSes assume the hard disk is 40 MB. It may boot, but using the computer could cause hard drive corruption. With ANYDRIVE enabled, the program will manually reprogram the BIOS to use whatever size hard disk you want and utilize up to 512 megabytes on the hard drive. The program installs inside the Master Boot Record (MBR), so that it will run every time the computer starts. To download ANYDRIVE, please refer to the following page:
  
   * [[Files and Resources]]   * [[Files and Resources]]
 +
 +**Q: How do I dump the BIOS?**\\
 +**A: **To dump the main BIOS, download the following zip file: 
 +{{ :​toshiba_t-series_support:​utils:​bios1351.zip |}}.
 +
 +Extract the file BIOS.EXE from the above downloaded zip file and copy it to a bootable floppy.
 +Also copy DEBUG.EXE from a standard MSDOS install to the floppy.
 +
 +Boot the computer using the floppy and at the A:\> command prompt type:
 +<​code>​
 +BIOS D A:\BIOS.BIN
 +</​code>​
 +which should create a 64K file called BIOS.BIN on the floppy
 +
 +You may also dump the BIOS using the following alternative method with DEBUG:
 +
 +<​code>​
 +DEBUG
 +N BIOS.BIN
 +M F000:0 FFFF 8000:0
 +R BX
 +1
 +R CX
 +0
 +W 8000:0
 +</​code>​
 +
 +To dump the VGA BIOS type the following followed by enter after each line at the A:\ prompt:
 +
 +<​code>​
 +DEBUG
 +N VGA.BIN
 +M C000:0 FFFF 8000:0
 +R BX
 +1
 +R CX
 +0
 +W 8000:0
 +</​code>​
  
 << [[..:​toshiba_t-series_support|Back to T-series Support page]] << [[..:​toshiba_t-series_support|Back to T-series Support page]]
 {{tag>​Toshiba_T-series_Support:​System_Articles}} {{tag>​Toshiba_T-series_Support:​System_Articles}}
toshiba_t-series_support/faq.1523300256.txt.gz · Last modified: 2018-04-09 18:57 by omolini