| I tried the OP's method. I had actually thought of this on my own but did not go as far as OP waiting a long time for the installation to finish. Anyway, the OP's method does not work anymore. The virus' author has found a way to circumvent this.
First download Avira ISO and burn it to a CD.
Create bootable CD's with these ISO's.
Boot your PC with the Avira CD and scan your computer. When it is done, scroll up through the log and write down all of the virus filenames Avira found including the directory paths where it found them. Select the option to restart your PC.
While the PC is starting to reboot, replace the Avira bootable CD with the SystemRescueCD and let the PC boot with that CD.
Once the SystemRescueCD has finished booting, mount your hard-drive according to the instructions, change directory to your mounted hard-drive, change directory to WINDOWS, change directory to system32, run this command:
ntfs-3g /dev/sda1 /mnt/windows
cd /mnt/windows
cd WINDOWS
cd system32
To remove the TDSS virus that the OP is talking about, enter this command to see if they are there:
dir TDSS*.*
You should see at least seven files. To get rid of them enter this command:
rm TDSS*.* -f
Then from the "system32" folder change directory to the "drivers" folder and run the above command again:
cd drivers
rm TDSS*.* -f
Now, if Avira found any other virus', go to those directory's and delete those files as well. To get Malwarebytes to install normally though, you should only have to remove TDSS.
Now, to change directory back to the Linux root (get off your hard-drive) and unmount the hard-drive enter these commands:
cd /
umount /mnt/windows
Then restart the PC by entering this command:
shutdown -r now
As the PC is restarting, remove the CD, let the machine boot into Windows, and then run the Malwarebytes removal program.
If anyone needs more detailed instructions, such as "How do I burn an ISO to a CD?", send me a message. Google is your friend. Post Edited (cokeonice) : 05-02-2009 16:44:05 GMT |