InterviewSolution
| 1. | 
                                    Solve : Wont boot up, wont repair, cant reset all because I improperly turned off? | 
                            
| 
                                   
Answer»  What:  Dell Inspiron 22 - 3000 Series All-in-One - Model: 3277 In any Linux, once you have downloaded the ISO image and verified its authenticity by checking its md5sum you can burn it to a DVD or a CD using any Linux optical burning tool. Just make sure you burn it as an image and not data otherwise it will not be bootable. You can also burn it with most Widows CD burners that can do a bookable media. This BIOS must allow any OS to boot up. This is the best I can say to you at this point. Thank you for your response! Unfortunately, words like BOOKABLE and AGNOSTIC are like reading Greek to me ... I have no idea what they mean with regard to computers. I am an old lady. Not as old as Betty White was but old enough, and, I do not understand computer things unless they are spelled out to me step-by-step on what to do and where to find it and how to do it. If you have the patience to deal with this old lady are you willing to give it a try??bookable = bootable agnostic = diagnostic Geek-9pm uses a dictation tool to write posts and sometimes it writes out confusing words. Quote from: newgranny on January 05, 2022, 11:01:41 PM Thank you for your response. How do I do this since windows will not open? All I have access to are the blue screens I have listed in my post. Is there a way to do this from there? The settings described are in the BIOS Setup Program. You enter that by pressing F2 at the right time when prompted when the computer is first turning on and showing the Dell Logo. I would guess that the HDD itself may be failing, though. If you are very lucky it's just a bit of corruption though. When it comes to HDDs having problems, I've learned to never be hopeful, as that always leads to disappointment. If the data is truly important you need to take it to somebody more technically inclined with the expertise to possibly get those important files you want to keep and put them on your Flash Drive. Though the drive being encrypted makes that a tricky proposition. Thanks BC for correcting my mistakes. Now ask for me, I am an old man who has been using computers for many many years. But now that the technology is just getting too fast for me. My remarks about The Puppy Linux operating system where intended to be a helpful tool for almost anybody that has some difficulty with understanding computer hardware. That particular program has been worked over by volunteers so that it usually works the first time on almost any computer that’s equipped with an Intel processor or the equivalent made by somebody else. At the moment I am dictating this on another voice recognition system that I am trying out. Even though it is new to me, it is easier to use than Windows 10. Of course, I am actually using Windows 10 as I dictate this, but I am not using the dictation that is built into Windows 10. This is an alternative program made by another company and if it works out good for me I’ll tell other people more about it. Right now, it is too soon to tell he was going to be the best choice. Anyway, here on this Farm you will find many people willing to help you for free. Nowadays it’s hard to find almost anything that really is free. Hope you get your computer to working soon. H again, To access the built in diagnostics you carry out the instructions as described here https://www.dell.com/support/kbdoc/en-ae/000181163/how-to-enter-the-built-in-diagnostics-32-bit-diagnostics-supportassist-epsa-epsa-and-psa If the diagnostics pass then there is a problem with Windows which we can address after you have checked the hardware. Geek, under normal circumstances, Linux would be a reasonable (if perhaps advanced!) option. But, in this case, the drive is encrypted with Bitlocker, so it won't be accessible from Linux for the purpose of file recovery.Thank you all for your responses, your suggestions are quite helpful! I restarted the computer and held down the F12 key at the initial Dell screen and it opened a blue screen where I chose DIAGNOSTICS. I read the instructions that Lisa_maree provided in the link from Dell to be sure I was doing it right, then I ran the hardware diagnostics. It took about 5 minutes to complete and it said everything checked out okay (paraphrasing). Then, it asked me if I wanted it to check memory and said it was reccommended so I said YES. It was going to take a few hours to complete so I let it run overnight and I went to bed. Well, guess what? I woke up this morning to a box that says ALL TESTS PASSED. VALIDATION :89949. WOO HOO!!! Now what should I do?I tried to reset to an earlier date and it failed. The pop up box reccommended I run chkdsk /R. There is a box that says COMMAND PROMPT ... should I click on that box and run chkdsk /R???Yes...Note there is a space between chkdsk and the /r switch... Do not interrupt it.I clicked on the command prompt box and it opened a black box that says: Microsoft Windows [Version 10.0.19041.1] (c) 2019 Microsoft Corporation. All rights reserved. x:/windows/system32> and curser is flashing. ** What is x: drive? I am not chkdsking c: drive? Do I type the command where the curser is flashing or hit enter and go to the next line? Please tell me exactly what to type so I do not screw this up **I figured out how to run chkdsk. Nothing changed. I went to the Dell website, found and downloaded their Dell OS Recovery Tool (thinking I could back download it onto my husbands notebook, plug it into my Dell Inspiron, back up my files, and reinstall Windows 10). The problem is ... I kept getting a message while running the tool (at the end of Step 3): The ISO file is currupt or damaged. And, the program stopped. A dozen times. Ugh. I contacted someone from Dell via their Facebook page, via telephone, and via their community forum on their website. All three times, I was told I have to talk to a rep and it will be fee based because my computer is out of warranty. Even though the problem is I am having a problem with their FREE download. I am normally a calm person but this really ticked me off! I ended up yelling at the last person so I dont think I will be getting any help from them. If anyone knows what else I can do, please let me know. Thank you.Did you run the tool as Administrator? That is all I can think of regarding that tool. However, it might be good luck it did not work, since the Dell Recovery Tool completely wipes the existing data on the drive. From what I've understood that isn't what you want, or you could have done the clean reset option available in the Windows Startup repair menus it throws you into. 1. You said you ran chkdsk. Looking through what has been noted here, did you run it on your harddrive? It looks like you noted there was that X: drive. X: drive is a "fake" drive that contains what is known as the preboot environment for diagnostics, it basically built in memory when you boot into it. chkdsk usually runs against the current drive by default, so maybe it ran against this In-memory drive? To run it against the hard drive, you want to get to that "black box" again- the Command Prompt, for reference and use this command: Code: [Select]chkdsk C: /r 2. Once you are sure it ran against the HDD (it will take a *very* long time, typically several hours, though I've seen it run for as long as 12.) see if the system will now boot normally. 3. If not, we can try the System file checker. In the same command prompt: Code: [Select]sfc /scannow It should tell you if there were integrity problems, and what it does about them. Now I must confess it has been a while since I've had to run the sfc tool so I don't know if it might get stuck because it wants to repair a file but wants a DVD or CD or something, I have to imagine they updated that since I last used it to get that information from other sources but it will at least indicate if it finds a corrupted file. If it still throws you into the same "recovery" menu after restarting, there is more you can try from within the aforementioned command prompt: Code: [Select]bootrec /rebuildbcd This will take some time to complete. It scans the disk for Windows installations and attempts to rebuild the Windows "Boot Configuration Data". It might say "Number of WIndows Installations found: 0". Don't worry about that. Or, well... you can worry about that because it's not ideal but it might be fixed by the next two commands: Code: [Select]bootrec /fixmbr and Code: [Select]bootrec /fixboot And then reboot. Maybe it will let you in. Fundamentally you've got two options here: either fix the existing Windows Installation (Which is what we are hoping to do above), or, find some way to back up the contents of the drive you want to keep, and then do a clean install of Windows. The way I do the latter, I remove the Drive from the computer in question, attach it to another machine (either directly where possible or using an external enclosure device) and then I use Macrium Reflect to make an Image of the drive. Then I wipe the drive and reinstall the Operating System. If there is information/data I want from the old drive, I can grab it from the image file I made. This could include stuff I hadn't even considered or forgot was on the drive until months later. However this approach is of course quite a bit more technically challenging and requires extra equipment in your case (I doubt you have a SATA USB Enclosure sitting around...)  | 
                            |