Hard Drive Failure? Save my old computer.

In summary: If you have a hard drive, you can just install from the cd and then you can choose to format it or just leave it as is.In summary, you would need Windows 98 CD, Windows 95 CD, Floppy with Windows 95/98 installation files, and a working computer.
  • #1
JasonRox
Homework Helper
Gold Member
2,386
4
Hard Drive Failure?! Save my old computer. :)

I have an older computer and it was working just yesterday, and I was just about to use it to do calculations 20 hours a day, but that doesn't look like it will happen.

It's a Pentium I - 133Mhz computer, and it runs Windows 95. The current display is...

DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER

I have no clue what they are talking about when they say "SYSTEM DISK". What specifically is it? Since I probably don't have it, can I download it?

Other info...

I just installed a DVD/CD-Writer in it, on Friday, to replace the non-working CD Drive. I did not burn any cd's or anything like that, I just did a simple test to see if it works and it did. After that, I tried to install Windows 98, but you need Windows 98 Upgrade, so I didn't bother with that anymore.

Also, it was not being used for about a year too, and I just pulled it out to start using it.

That's about all I have to say that can relate to a possible problem.

MORE HELP ABOUT SOMETHING ELSE...

I wanted to upgrade to Windows 98 because I wanted to run some Visual Basics .NET applications, but since I couldn't do that... I thought why not learn JAVA since Windows 95 can run that. I was thinking to just build the program on my "faster" computer and transfer it to the old one. There is one problem though, I can't open MS-DOS on my Windows XP computer. It mentions something about not being able to run under windows applications or something. What can I do?

Note: I would like to save my Pentium I if possible, and I still want to learn JAVA even if it dies.
 
Computer science news on Phys.org
  • #2
Hard Drive Failure?! Save my old computer. :)

--------------------------------------------------------------------------------

I have an older computer and it was working just yesterday, and I was just about to use it to do calculations 20 hours a day, but that doesn't look like it will happen.

It's a Pentium I - 133Mhz computer, and it runs Windows 95. The current display is...

DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER

I have no clue what they are talking about when they say "SYSTEM DISK". What specifically is it? Since I probably don't have it, can I download it?

Other info...

I just installed a DVD/CD-Writer in it, on Friday, to replace the non-working CD Drive. I did not burn any cd's or anything like that, I just did a simple test to see if it works and it did. After that, I tried to install Windows 98, but you need Windows 98 Upgrade, so I didn't bother with that anymore.

Also, it was not being used for about a year too, and I just pulled it out to start using it.

That's about all I have to say that can relate to a possible problem.

MORE HELP ABOUT SOMETHING ELSE...

I wanted to upgrade to Windows 98 because I wanted to run some Visual Basics .NET applications, but since I couldn't do that... I thought why not learn JAVA since Windows 95 can run that. I was thinking to just build the program on my "faster" computer and transfer it to the old one. There is one problem though, I can't open MS-DOS on my Windows XP computer. It mentions something about not being able to run under windows applications or something. What can I do?

Note: I would like to save my Pentium I if possible, and I still want to learn JAVA even if it dies.

Note: I know this is two threads, but no one seems to visit the other forum.
 
  • #3
What CD's and 3.5 floppies do you have, and how much data would you like to save?
 
  • #4
Thanks, for replying. :)

I don't care about any data. If it starts from scratch, well then I don't care. All I care about is that Windows is working and that I can run simple *.exe files or Java Applications on it.

I will be using it to just test things over and over again.

So I have...

Windows 98 CD
Windows 95 CD

I also have a box of Floppies that say things like...

1433VQH-X INF FILE for Windows 95
Mouse Drive - V. 02/96 for Windows 95 or DOS.
PFS: WindowWorks
PCI VGA VC-962 Utility Disk

There are more, but that is the kind of stuff that is in it.

What do I need?
 
  • #5
You are good to go, I think. Crank in one of those windows cds, well I would not put in a windows cd, but if that is your choice, then go for it :smile:

I have only installed xp, about a billion times, so I am not sure of how 95 or 98 install, but it should probably be quite straightforward. When your computer starts up go to the bios. There are different ways to do this depending on your computer, just look for something like "enter setup" or "bios setup" and it will tell you what key to press. Mine is "del" Change your computer to boot from the cd drive, then save, reboot, and it should start up (as long as your cd is in there).

edit... by your title I thought your computer was in serious trouble or your hd with all of your important work was gone :eek:
 
  • #6
The term "system disk" refers to any disk which has a valid operating system on it. A bootable CD-ROM, like the Windows installer CD, is an example of a system disk.

You should probably just reinstall a fresh copy of Windows on it, and see if you can get it to run reliably. Note that Windows 95 and 98 are 10 and 7 years old, respectively. You really should not use them; use 2000 or XP instead.

- Warren
 
  • #7
It's fine to use Windows 2000 on a Pentium I? It only has 16mb ram, but I think it can handle up to 64-128mb ram.

I haven't tried it out yet, but thanks for all the help in advance.
 
  • #8
I didn't do anything, and now it works.

?
 
  • #9
JasonRox, I don't suggest running java programs on that old machine. Those 16MB will easy be filled up by the virtual machine.
 
  • #10
Its most likely a bad/corrupt boot sector on your disk. You can fix it by using the install disk to do a repair. At the cd drive prompt prompt you can type "fixboot" and then restart. See if that works first. Think its called fixboot. Something like that anyway. /help for list anyway.
 
  • #11
dduardo said:
JasonRox, I don't suggest running java programs on that old machine. Those 16MB will easy be filled up by the virtual machine.

What can I run?

I only planned on having a program to create a ever growing list of primes.
 
  • #12
Then use another language, like C.

- Warren
 
  • #13
chroot said:
Then use another language, like C.

- Warren

I know nothing about it.

Can I compile a program without actually buying a program? Everything is available online for Java, but not Visual Basics.

I'd consider it though.
 
  • #14
JasonRox said:
I know nothing about it.

Can I compile a program without actually buying a program? Everything is available online for Java, but not Visual Basics.

I'd consider it though.

Go to http://www.cygwin.com and download the Cygwin installer. It's basically an environment for Windows that allows you to run Cygwin-compiled UNIX applications. In the package options, you'll see GCC - install it. That'll give you the full GNU Compilter suite, which includes a C compiler, a C++ compiler, and a Fortan compiler.

You can also head over to http://www.activestate.com and download their (free) Win32 Perl distribution. There's plenty of free development options available for the Win32 platform.
 
  • #15
JasonRox said:
I didn't do anything, and now it works.

?
That sounds like your HardDisk is going bad.
The oil dries out and the head actuator gets stuck.
If the machine has been sitting off for a long time, this problem could go away with a little use.

A corrupt boot sector will not fix itself.
 
  • #16
NoTime said:
That sounds like your HardDisk is going bad.
The oil dries out and the head actuator gets stuck.
If the machine has been sitting off for a long time, this problem could go away with a little use.

A corrupt boot sector will not fix itself.

This makes sense. I let it sit there all day with that message, and then I shut it off and turned it back on... and bam it worked.
 

1. Why do hard drives fail?

There are several reasons why hard drives may fail, including physical damage, mechanical failure, electronic failure, and software issues. Over time, hard drives can also experience wear and tear, leading to failure.

2. Can I prevent hard drive failure?

While it is impossible to completely prevent hard drive failure, there are steps you can take to minimize the risk. These include regular backups, avoiding physical damage, keeping your computer in a cool and dry environment, and using reputable antivirus software to protect against software issues.

3. What are the warning signs of hard drive failure?

Some common warning signs of hard drive failure include slow performance, unusual noises coming from the hard drive, frequent crashes and freezes, and error messages indicating disk read/write errors. If you notice any of these signs, it is important to back up your data and seek professional assistance.

4. How long do hard drives typically last?

The lifespan of a hard drive can vary depending on usage and environmental factors. On average, a hard drive can last anywhere from 3 to 5 years. However, it is important to regularly back up your data even if your hard drive is relatively new.

5. Is it worth trying to save an old computer with a failing hard drive?

It ultimately depends on the severity of the hard drive failure and the overall condition of the computer. In some cases, it may be more cost-effective to replace the hard drive or the entire computer. However, if the data on the old computer is valuable, it may be worth attempting to save it by replacing the hard drive or seeking professional assistance.

Similar threads

  • Computing and Technology
Replies
14
Views
2K
  • Computing and Technology
Replies
24
Views
2K
  • Computing and Technology
Replies
6
Views
838
Replies
2
Views
1K
  • Computing and Technology
Replies
6
Views
1K
  • Computing and Technology
Replies
12
Views
1K
  • Computing and Technology
Replies
27
Views
917
  • Computing and Technology
Replies
30
Views
1K
  • Computing and Technology
Replies
8
Views
3K
  • Computing and Technology
2
Replies
37
Views
5K
Back
Top