I really messed up (BSOD)

Discussion in 'PC' started by scguy83, Apr 28, 2025 at 12:28 AM.

  1. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    8,337
    Likes Received:
    3,629
    This is the best reason to skip all this stuff and jump right into using a bootable Linux Live pendrive. Nothing Windows has screwed up even comes into play. You are back at a nice clean desktop with the problem hard disk mounted and ready to fix. Most Linux distributions come with low-level system utility tools that have no equivalent Windows utility.

    If Rufus is not the way you want to make a linux pendrive, there is always good old Unetbootin. It will download whatever variety of Linux you pick (from a list), create the bootable usb, and you are done. Rufus is just the "modern option". https://unetbootin.github.io

    I do not like suggesting this to Windows users with problems. If they knew even a small amount Linux, they would already have fixed it. This is when the suggestion of Hirens can be a very good one.
     
  2. Garamondo Furbish

    Garamondo Furbish Audiosexual

    Joined:
    Nov 13, 2023
    Messages:
    2,696
    Likes Received:
    1,337
    Location:
    North America
    that would of course depend on how your BIOS or boot sequence is already setup. we have no idea how you use your computer or what your BIOS looks like, it makes it difficult to offer advice when we have no intimate knowledge of your device.

    you are in the best place to examine and decide if it needs changes..
     
  3. Will Kweks

    Will Kweks Audiosexual

    Joined:
    Oct 31, 2023
    Messages:
    821
    Likes Received:
    539
    This is the way provided someone already knows Linux, file system mounts, and basics of bash (or equivalent) scripting. The good thing is that Linux can bypass any Windows restrictions (outside Bitlocker) to fix shit, the bad thing is that Linux can bypass any Windows restrictions (like ACLs and file locks) to completely trash the system.

    But recommending this unless I'm physically present if problematic since now the problem is twofold: making Linux work to fix a Windows problem. Not really something that's good to do in a non-realtime environment.

    If the Linux route is taken the best way to deal with it is to mount the Windows disks, make backups (on top of hopefully existing backups), then attempt a fix.

    Code:
    WINUSERNAME=dummy
    CLEANPATHS="/mnt/windows/Users/${WINUSERNAME}/AppData/Local/Temp/ /mnt/windows/\$Recycle.bin"
    find $CLEANPATHS -type d -delete 2> /dev/null
    
     
  4. nmkeraj

    nmkeraj Producer

    Joined:
    May 2, 2016
    Messages:
    716
    Likes Received:
    116
    Location:
    Milky Way
    Remove you hard drive and use it as a second one or an external in another computer.
     
  5. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    8,337
    Likes Received:
    3,629
    This is all way beyond what a user needs to delete some media files like Kontakt libraries they overstuffed a system disk with. It's not a "Windows problem", it is user error.

    Someone above mentioned the real Windows problem, and that is having all this data on a system disk; instead of having 2 partitions setup to make it easier, faster, and lose less data the next time they have to reinstall Windows again. lol. Even if someone wanted to boot the system to the pendrive and use a GUI partition tool like Gparted ,libparted, Gnome or KDE Partition Editors. That's very simple and close enough to oldskool Partition Magic that most Windows are capable of using them with no big scripting or other learning curve. You would hope, anyway...

    The only reason to do this would be if he does not have a usb flash drive available.

    The funny thing is he will fix it and "forget to update the end result" in the thread, so people can continue on and on, ad infinitum. This should have taken about 10 minutes to fix, not ten pages of forum posts.
     
    • Like Like x 1
    • Funny Funny x 1
    • List
  6. saccamano

    saccamano Audiosexual

    Joined:
    Mar 26, 2023
    Messages:
    1,592
    Likes Received:
    665
    Location:
    CBGB omfug
    Forget about all the other shit - just build a WinPE boot flash or disk and you should be able to troll around your system via command line and do what you need to do. Use this link to get the WinPE ADK media. Just DL the one for your OS. Depending on your comfort level you might need to familiarize yourself with the command line a bit. The mickeysoft process for creating the boot disk is as usual with mickeysoft - longwinded and all over the place. Here is the more streamlined process for dealing with the ADK once you get it installed for making a boot disk/flash...
     
    Last edited: Apr 28, 2025 at 11:09 PM
  7. scguy83

    scguy83 Platinum Record

    Joined:
    Sep 16, 2024
    Messages:
    1,007
    Likes Received:
    226
    Location:
    South Carolina
    I can't even get into safe mode. I hold down F8 and nothing happens. I'd never seen anything liek this, you got to remember my last operating system was windows XP
     
  8. scguy83

    scguy83 Platinum Record

    Joined:
    Sep 16, 2024
    Messages:
    1,007
    Likes Received:
    226
    Location:
    South Carolina
    I tried to get safe mode I remember it was always F8, but it doesnt do anything. I managed to run dskchk took nearly 2 hours and did nothing.
     
  9. scguy83

    scguy83 Platinum Record

    Joined:
    Sep 16, 2024
    Messages:
    1,007
    Likes Received:
    226
    Location:
    South Carolina
    I have to cmd now but I ran chkdsk clean up and it did not making im about to run dism
     
  10. scguy83

    scguy83 Platinum Record

    Joined:
    Sep 16, 2024
    Messages:
    1,007
    Likes Received:
    226
    Location:
    South Carolina
    I'm still working on it about to try to the recycle bin empty through cmd and the dism method
     
  11. scguy83

    scguy83 Platinum Record

    Joined:
    Sep 16, 2024
    Messages:
    1,007
    Likes Received:
    226
    Location:
    South Carolina
    Thanks for all the input guys in my many years on Windows 95-XP I've never seen this problem. I would think they would have some safeguard in place to reserve rhe Windows start files and not completely allow you max out the space on your C: drive
     
  12. scguy83

    scguy83 Platinum Record

    Joined:
    Sep 16, 2024
    Messages:
    1,007
    Likes Received:
    226
    Location:
    South Carolina
    I did this and it's now "Diagnosing Your PC" which takes like 2 hours
     
  13. saccamano

    saccamano Audiosexual

    Joined:
    Mar 26, 2023
    Messages:
    1,592
    Likes Received:
    665
    Location:
    CBGB omfug
    If all you need to do is mount the system drive and empty the recyleBin you could have done this by now by booting to WinPE and navigating there thru CL... :dunno:
     
  14. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    8,337
    Likes Received:
    3,629
    Best Answer
    people hate AI, but for this kind of thing I love it. It will even put up with all the typos in your original post, then spit this out in 1 second. It looks involved, but it is not. It is step by step, because jumping around a bunch of different solutions is like cooking something and using 6 different good recipes. It never works.


    You said:
    I was using JDownloader and I forgot to change my drive from C: to E: my external, and I filled up my C: drive. Now my damn laptop won't boot up, and it won't recover through the startup repair tool either. I got like 10gb in recycle bin that I was trying to clean when it froze and becoke unresponsive. I restarted thw computer and now it won't boot up at all. What can I do? I have windows 10 pro by the way.

    ChatGPT said:


    Got it — that sounds super frustrating, but don't worry, you're not totally stuck yet. Here's what's happening:

    When your C: drive (system drive) is completely full, Windows can fail to boot because it needs free space to load system processes and logs. Also, if it froze while you were emptying the recycle bin, the file system could have gotten a little corrupted.

    Since Startup Repair didn’t work, you're going to need a bit more hands-on recovery.

    Here’s a step-by-step plan you can try:

    1. Create a Windows 10 installation USB (if you don't already have one)
    • Use another computer.

    • Go to Microsoft's official site and create a bootable Windows 10 USB (they provide a tool called the Media Creation Tool).

    • You'll need at least an 8GB USB drive.
    2. Boot from the USB drive
    • Plug the USB into your broken laptop.

    • Turn on the laptop and immediately press whatever key gets you into boot options (usually F12, ESC, or F8, depending on your laptop).

    • Select the USB drive.
    3. Access the Command Prompt
    • When the Windows installer comes up, DON’T click "Install Now".

    • Instead, at the bottom left, click "Repair your computer".

    • Then go to:
      • TroubleshootAdvanced optionsCommand Prompt.
    4. Delete junk files manually to free space
    In the Command Prompt:

    • First, check what drive letter Windows assigned your C: drive. It might not be C: while in recovery.
      • Type: diskpart

      • Then: list volume

      • Find your Windows drive (based on size and label).

      • Exit diskpart: exit
    • Let's say it’s still C:. Then:
    Clean the Recycle Bin manually:

    In command Prompt:
    del C:\$Recycle.Bin\*.* /s /f /q

    This forces empty the Recycle Bin across all users.

    5. (Optional but Smart): Delete JDownloader downloads if they’re stuck on C: too
    You can manually delete the JDownloader download folder:

    • If you know where you saved the files (like C:\Users\YourUsername\Downloads or wherever), delete them with:
    In command Prompt:
    del "C:\path\to\downloads\*.*" /s /f /q

    (replacing the path)

    6. Reboot
    Once you’ve cleared about 1–2 GB minimum (preferably more), type exit, remove the USB drive, and restart.

    If successful, Windows should boot normally now.

    If it still won't boot:

    • You might need to run chkdsk on C: to fix any minor corruption:
    In command Prompt:
    chkdsk C: /f

    (It will attempt to fix disk errors.)

    In Short: ✅ Make a Windows USB
    ✅ Boot into repair tools → Command Prompt
    ✅ Force-delete the Recycle Bin and big downloads
    ✅ Free at least 1–2GB
    ✅ Restart normally

    Would you like me to also write a second recovery plan in case the filesystem is messed up worse (like if you need to rescue files before reinstalling Windows)?
    (Just in case?)
     
    Last edited: Apr 28, 2025 at 11:55 PM
  15. scguy83

    scguy83 Platinum Record

    Joined:
    Sep 16, 2024
    Messages:
    1,007
    Likes Received:
    226
    Location:
    South Carolina
    OK so I just went out and bought a flash drive. I dont know know how to "mount the system drive" I used Cmd to empty the recycle bin and now its diagnosing my PC again. I cant get the pc to boot to safe mode and I have no clue how to boot to WINPE or what CL is lol. This is my first windows since windows XP.. shit was way easier back then.
     
  16. scguy83

    scguy83 Platinum Record

    Joined:
    Sep 16, 2024
    Messages:
    1,007
    Likes Received:
    226
    Location:
    South Carolina
    I don't have chatGPT or ever used it. I've only used Grok on X

    I just went and a got a USB drive about to go to another computer and install the files and attempt through recovery thanks.
     
  17. saccamano

    saccamano Audiosexual

    Joined:
    Mar 26, 2023
    Messages:
    1,592
    Likes Received:
    665
    Location:
    CBGB omfug
    So the Bin is empty now and it still wont start up? Sounds like something else may have gotten corrupted. Do you have a recent backup image of the system?

    WinPE on a flash or cd will allow you to boot the system up apart from the local storage (which is broken apparently) so you can troll around the system like you're in DOS. You can change drives, look at files, etc, in a "dos" like command environment. "CL" (short for command line).
     
  18. scguy83

    scguy83 Platinum Record

    Joined:
    Sep 16, 2024
    Messages:
    1,007
    Likes Received:
    226
    Location:
    South Carolina
    I just booted from the USB and I followed the steps and it still wont start up repair even after I delete the recycle bin. I remember doing system recovery back up but now it's not showing it. I can't get the computer info safe mode I have tried everything
     
    Last edited: Apr 29, 2025 at 1:44 AM
  19. scguy83

    scguy83 Platinum Record

    Joined:
    Sep 16, 2024
    Messages:
    1,007
    Likes Received:
    226
    Location:
    South Carolina
    I've tried booting from the flash drive and repairing the system it won't repair.

    I have tried dskchk and it was an error writing the log file

    I tried sfc scannow offboot and I got an error 1639

    I tried Dism image revert and again error 1099
    I tried Dism image restore health error 1099 the configuration registry database is corrupt.

    I've done everything to try to force the PC into safe mode and it just won't do it.
     
Loading...
Loading...