ran SuperAntiSpyware and now comp won't boot

Discussion in 'Malware Help (A Specialist Will Reply)' started by zachjen, Dec 4, 2009.

  1. zachjen

    zachjen Private E-2

    I was following the steps for the malware removal in the forum and came to the step to run SuperAntiSpyware and it ran fine found some spyware. It then wanted to reboot the computer so i did and now the computer won't boot up. I get the IBM splash screen, then flashes a bluescreen for half a second then to a screen that gives me the choice to boot to safe mode, last known good configuration, or start windows normally. every choice does the same thing (just what i described). Any help would be appreciated. Thanks
     
  2. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    Welcome to Major Geeks!

    Do you happen to remember what SUPERAntiSpyware found and removed? Was it atapi.sys? Something else?

    What version of Windows are your running?
    Do you have your Windows boot CD?
     
  3. zachjen

    zachjen Private E-2

    unfortunatly I don't remember what was removed. winxp pro. I don't have a boot cd. is there a way to reinstall xp without a disc. the key is on the side of the machine so i have that. Thanks.
     
  4. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    Not unless you unless you have a Factory Boot Partition that can be used to restore to the way it was shipped from the factory. I was not asking for the CD to do a reinstall. I wanted to boot to the Recovery Console to try and see if we could fix the problem. That is why I was asking about what was removed by SUPERAntiSpyware.

    Is this a laptop? If so, that is even more troubling.

    Do you have another PC and a Windows XP Pro CD somewhere? Even one you could borrow?
     
  5. zachjen

    zachjen Private E-2

    its a desktop computer. yeah i have another pc. I have an xp home edition upgrade disc, would that work? otherwise i could probably borrow one from somewhere. By the way, Thanks for your time and help.
     
  6. zachjen

    zachjen Private E-2

    would a winxp home edition upgrade disc work?
     
  7. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    You're welcome.
    Not sure! Is this a bootable disk? If it is a bootable disk, you could potentially at least boot to the Recovery Console to do a couple of checks for certain files that could be missing.
     
  8. zachjen

    zachjen Private E-2

    bear with my ignorance but how do i know if it is a bootable disk? I bought it at a store shortly after winxp came out to upgrade from win98 on a different computer
     
  9. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    You have to put it into your CD drive and attempt to boot from it. You may have to change your BIOS settings to have it attempt to boot from the CD drive before the hard disk, otherwise it will just skip the CD and boot from the hard disk. You can read about the concept of Boot Disks and also BIOS in the below:

    http://en.wikipedia.org/wiki/Boot_disk


    Have you checked to see if your PC came with a factory installed recovery partition? Or do you remember when you first brought up the PC did it tell you that you need to make recovery CDs?

    Even if your CD is a bootable CD that we can get to the Recovery Console with, it may not be easy to figure out what files may be missing and stopping you from booting, Operations that are available in the RC are limited. However you may be able to use a procedure like documented in the below to restore registry hives from System Restore which may work if your boot problems are due to a corrupted registry.

    http://support.microsoft.com/default.aspx?scid=kb;en-us;307545&sd=tech
     
    Last edited: Dec 13, 2009
  10. zachjen

    zachjen Private E-2

    looks like the cd worked. i get to a blue screen menu that gives me the choices to setup xp, repair xp or quit. i chose repair. i chose windows installation 1. no passwaord so i left it blank and hit enter. i ran a chkdsk /r on drive c: and it said "chkdsk has finished checking the volume"but when i ran a chkdsk on d: it said "The volume appears to contain one or more unrecoverable problems."
     
  11. zachjen

    zachjen Private E-2

    does that mean i'm screwed or do you have any suggestions on what to do now? thanks
     
  12. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    You don't want to run chkdsk. You need to either run the procedure in the link from my last message or we need to hunt around to see if certain files are missing. For example, we would want to know if the C:\Windows\system32\drivers\atapi.sys file can be found.
     
  13. zachjen

    zachjen Private E-2

    The article says "Warning Do not use the procedure that is described in this article if your computer has an OEM-installed operating system." and mine has OEM-installed operating system so i guess we need to hunt. how do i find the files that need to be there?
     
  14. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    In many cases it works okay anyway. Do you have things on this PC that you need to backup? If so, you may want to doing this first by taking the hard disk out and putting into another PC as a slave drive. Then you can copy files you need off of it.

    To quickly check for the atapi.sys file you can run the below command from the C:\Windows> prompt of the Recovery Console.

    dir system32\drivers\atapi.sys


    Note the space after the dir and the direction of the \


    If the above is successful at finding the file, you would see something like the below although the sze could be different depending on which Service Pack you are running
    Code:
    C:\WINDOWS>dir system32\drivers\atapi.sys
     Volume in drive C has no label.
     Volume Serial Number is B46D-2068
     Directory of C:\WINDOWS\system32\drivers
    08/03/2004  10:59 PM            95,360 atapi.sys
                   1 File(s)         95,360 bytes
                   0 Dir(s)  15,737,491,456 bytes free
    C:\WINDOWS>
     
  15. zachjen

    zachjen Private E-2

    it's already been backed up. ran it and it said "No matching files were found"
     
  16. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    Okay then my suspicion that the atapi.sys file was deleted could be correct. We need a replacement. Run the below command and see what is found:

    dir C:\WINDOWS\ServicePackFiles\i386\atapi.sys
     
  17. zachjen

    zachjen Private E-2

    ran that and it said:

    The volume in drive C has no label
    The volume Serial Number is ecbc-413c

    Directory of c:\windows\servicepackfiles\i386\atapi.sys

    04/13/08 11:40a -------- 96512 atapi.sys
    1 file(s) 96512 bytes
    15222538240 bytes free
     
  18. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    Okay that's good. Then run the below command:

    copy c:\windows\servicepackfiles\i386\atapi.sys c:\windows\system32\drivers\atapi.sys


    If it is successful, it should say something about 1 file being copied. There is a space before each c:\windows

    If it says it was successful, the below command should now show the file exists:

    dir system32\drivers\atapi.sys


    If it does now exist, see if you can boot the PC up.
     
  19. zachjen

    zachjen Private E-2

    ok the file is copied and it shows up
     
  20. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    Okay then give it a reboot! ;) After taking out the CD.
     
  21. zachjen

    zachjen Private E-2

    you did it thank you very much!!!
     
  22. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    You're welcome. Are you still having any malware problems? Like anything that prompted you to run SAS to begin with?
     
  23. zachjen

    zachjen Private E-2

    as soon as it booted up Desktop Defender 2010 kept popping up stuff left and right.
     
  24. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    Then run the READ & RUN ME cleaning procedure and skip SAS this time just to be safe. Right now you will note the ComboFix is also offline so you will be skipping it too.
     
  25. zachjen

    zachjen Private E-2

    every time i reboot the I have the same problem. I then enter the recovery console and run through the steps we did and it will boot up but then when i reboot again same thing all over again. any ideas?
     
  26. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    Don't reboot!;) Just run the scans and attach the logs from Malwarebytes, RootRepeal, and MGtools.
     
  27. zachjen

    zachjen Private E-2

    here are my logs
     

    Attached Files:

  28. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    Your C:\windows\system32\drivers\atapi.sys file is already missing. While I look at your logs, use Windows Explorer to copy one from the below location:

    C:\WINDOWS\$NtServicePackUninstall$\atapi.sys

    Make sure you copy the file. Do not move it which would remove the original copy from the above folder.
     
  29. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    After copying the atapi.sys file as requested in my last message. Continue with the below.



    Run C:\MGtools\analyse.exe by double clicking on it (Note: if using Vista, don't double click, use right click and select Run As Administrator). This is really HijackThis (select Do a system scan only) and select the following lines but DO NOT CLICK FIX until you exit all browser sessions including the one you are reading in right now:
    O2 - BHO: Search Assistant - {F0626A63-410B-45E2-99A1-3F2475B2D695} - C:\Program Files\SGPSA\BHO.dll
    O20 - AppInit_DLLs: natulevo.dll

    NOTE: HJT may popup an error about the AppInit_DLLs line. Ignore it and click OK to continue.
    After clicking Fix, exit HJT.

    Now download The Avenger by Swandog46, and save it to your Desktop.
    • Extract avenger.exe from the Zip file and save it to your desktop
    • Run avenger.exe by double-clicking on it.
    • Do not change any check box options!!
    • Copy everything in the Quote box below, and paste it into the Input script here: part of the window:
    • Now click the Execute button.
    • Click Yes to the prompt to confirm you want to execute.
    • Click Yes to the Reboot now? question that will appear when Avenger finishes running.
    • Your PC should reboot, if not, reboot it yourself.
    • A log file from Avenger will be produced at C:\avenger.txt and it will popup for you to view when you login after reboot.
    Now run Ccleaner. Only use the Run Cleaner button. Do not run anything else on any other forms.

    Now run the C:\MGtools\GetLogs.bat file by double clicking on it (Note: if using Vista, don't double click, use right click and select Run As Administrator).

    Then attach the below logs:
    • C:\avenger.txt
    • C:\MGlogs.zip
    Make sure you tell me how things are working now!
     
  30. zachjen

    zachjen Private E-2

    booted up fine. works great. heres the logs
     

    Attached Files:

  31. zachjen

    zachjen Private E-2

    one other thing is when it boots up it asks what operating system to choose. how do i get rid of the choice "y"? I think i did this when i was first trying to find out what was wrong. I only have one operating system and it is Windows XP Professional. so i don't want it to ask me this. Thanks.
     
  32. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    Edit your C:\boot.ini file which currently has the below info in it
    Remove the offending line highlight in bold purple. Only remove that line and nothing else. The write the file back to disk and reboot and see what happens.


    Run C:\MGtools\analyse.exe by double clicking on it (Note: if using Vista, don't double click, use right click and select Run As Administrator). This is really HijackThis (select Do a system scan only) and select the following lines but DO NOT CLICK FIX until you exit all browser sessions including the one you are reading in right now:

    O2 - BHO: BrowserHelper Class - {8A9D74F9-560B-4FE7-ABEB-3B2E638E5CD6} - C:\Program Files\SGPSA\SearchAssistant.dll (file missing)
    O4 - HKLM\..\Run: [KernelFaultCheck] %systemroot%\system32\dumprep 0 -k

    After clicking Fix, exit HJT.

    Now run the C:\MGtools\GetLogs.bat file by double clicking on it (Note: if using Vista, don't double click, use right click and select Run As Administrator).

    Then attach the below log:
    • C:\MGlogs.zip
    Make sure you tell me how things are working now!
     
  33. zachjen

    zachjen Private E-2

    i edited the boot.ini file and now it doesn't ask me to choose operating system anymore. The first time i restarted after the edit the computer said something to the effect of "no operating system to start" or something like that but after another restart it started up fine and has since then. so that works great now. and then ran the c:\mgtools\analyse.exe and here are the logs
     

    Attached Files:

  34. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    Your logs are clean.


    If you are not having any other malware problems, it is time to do our final steps:
    1. We recommend you keep SUPERAntiSpyware and Malwarebytes Anti-Malware for scanning/removal of malware. Unless you purchase them, they provide no protection. They do not use any significant amount of resources ( except a little disk space ) until you run a scan.
    2. If we had you use ComboFix, uninstall ComboFix (This uninstall will only work as written if you installed ComboFix on your Desktop like we requested.)
      • Click START then RUN and enter the below into the run box and then click OK. Note the quotes are required
      • "%userprofile%\Desktop\combofix" /uninstall
        • Notes: The space between the combofix" and the /uninstall, it must be there.
        • This will uninstall ComboFix and also reset hidden files and folders settings back to Windows defaults.
    3. Any other miscellaneous tools we may have had you install or download can be uninstalled and deleted.
    4. If we had you download any registry patches like fixme.reg or fixWLK.reg (or any others), you can delete these files now.
    5. If running Vista, it is time to make sure you have reenabled UAC by double clicking on the C:\MGtools\enableUAC.reg file and allowing it to be added to the registry.
    6. Go to add/remove programs and uninstall HijackThis.
    7. Goto the C:\MGtools folder and find the MGclean.bat file. Double click on this file to run this cleanup program that will remove files and folders related to MGtools and some other items from our cleaning procedures.
    8. If you are running Vista, Windows XP or Windows ME, do the below:
      • Refer to the cleaning procedures pointed to by step 6 of the READ ME for your Window version and see the instructions to Disable System Restore which will flush your Restore Points.
      • Then reboot and Enable System Restore to create a new clean Restore Point.
    9. After doing the above, you should work thru the below link:
     
  35. zachjen

    zachjen Private E-2

    Thank you very much for your time and knowledge. everything works well. :)
     
  36. chaslang

    chaslang MajorGeeks Admin - Master Malware Expert Staff Member

    You're welcome. Surf safely!
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds