I purchased a used Dell Inspiron 1100 several years ago and it has served me well until yesterday when I tried to turn it on and all I get is an error message that it can't find an operating system.

I've tried to trouble shoot it from the book and it gives NO help, nor does Dell Tech Support.

Does anyone have a clue what can cause this?

My theories are:
1) dead hard drive or
2) corrupted Boot sector

Any other thoughts or things that I can do?

Dani AI

Generated

Short summary and priority: reported intermittent “no HD” errors that sometimes let the machine boot. That pattern is more consistent with a failing laptop drive or a flaky connector than with the battery or RAM. The immediate priority is to avoid making the drive worse: if the disk is behaving intermittently, stop repeated power-cycles and make an image or copy of important files as soon as you can.

Practical diagnostic & recovery steps (in order)

  • Confirm the BIOS/boot menu sees the drive (Dell: F2 or F12 at power-up). If the drive is never visible, the connector or drive electronics are likely at fault. If it appears intermittently, proceed to imaging.

  • Boot a Linux rescue/live USB (or SystemRescue) and run SMART and quick checks:

    sudo smartctl -a /dev/sdX   # replace sdX with the device seen (or /dev/hdX on very old kernels)
  • If SMART shows reallocations or pending sectors, image immediately. For failing drives, use GNU ddrescue to capture a full image with a logfile so you can retry later:

    sudo ddrescue -n /dev/sdX /path/to/backup.img /path/to/backup.log
    sudo ddrescue -d -r3 /dev/sdX /path/to/backup.img /path/to/backup.log
  • If the drive is healthy but Windows won’t boot, repair the boot records: XP uses fixmbr / fixboot / chkdsk /p /r from the Recovery Console; Vista/7+ use bootrec /fixmbr, bootrec /fixboot, bootrec /rebuildbcd from the repair command prompt.

Replacement and cautions

  • Before buying a replacement, confirm the drive interface (open the bay and read the label or look up the Service Tag on Dell). Older Inspiron models use 2.5" laptop drives (IDE or SATA) — buy a matching replacement or a 2.5" SATA SSD if compatible. If data is critical and imaging fails, stop and consult a professional data-recovery service. When working inside the laptop, remove battery/power, ground yourself, and keep screws organized. After recovery, keep a tested recovery USB/CD and a current backup.

Recommended Answers

All 6 Replies

This usually means a dead HD.
Try a boot disk and see if the HD is detected.

I did that last night (after looking high and low for the original disk which I haven't used in three years). It kept giving me the message "no HD installed" but I did it over and over again (can you say insanity) and I DID get different results eventually. After about five tries it suddenly started trying to load Windows and then crashed again, But on the sixth try it went ahead and booted up normally. I kept booting up afterwards for three or four shutdown/startup cycles. I haven't yet tried it today, but will before I head out to SONday services.

Thanks for your comment and suggestion. I guess I'll have to keep the source diskes in the case with the laptop from now on.

By the way, do you have any suggestions as to where I might get a replacement HD if this happens again? I'm going to make an image of the HD onto a USB Aux. HD just in case this happens again.

Thanks again.

I do have to wonder about the reviewers that complain about the . They are probably the same guys who would buy a inspiron and complian about the mileage. I will carry my extra battery as a badge of honor. Either you get it, or you don't.

Go to Dell and enter your service number to get the specs on your HD.
I like Tiger Direct for hardware purchases.

By the way, do you have any suggestions as to where I might get a replacement HD if this happens again? I'm going to make an image of the HD onto a USB Aux. HD just in case this happens again.

Thanks again.

I don't think any problems about the dell inspiron 1100 battery ( ) ,I guess the hard drive failed.

Try to have new battery...maybe your battery is broken..exchanged the position of the old ram to the new one..try hooking it up.. hope it helps

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.