czgu
08-28-01, 10:43 AM
I got a virus which locks up my HD. I can't boot from the HD, can't boot from floppy.
I know this is a virus called logic lock. The DOS file io.sys has loader, IO1, IO2 and IO3 modes. IO1 includes a program SysInt_I which reads partition table when booting the PC. If the table set to a loop (by the logic lock), the program will never be able to finish reading, then system is dead locked. That is the situation I have now. Anytime if system try to read this HD, whole system will be locked up. So that is why I can't use it as a slave HD. I don't know how to fix the problem, and need help badly.
One idea is :
1. write a small program which can read 0 cylind, 0 head, 1st sector on a bootable floppy, and write to other place.
2. write samething in the 0,0,1 on that floppy which block reading to HD (need block reading the old INT 13)
3. create something to jump to floppy bootable area which has moved to other place ....
help me out
I know this is a virus called logic lock. The DOS file io.sys has loader, IO1, IO2 and IO3 modes. IO1 includes a program SysInt_I which reads partition table when booting the PC. If the table set to a loop (by the logic lock), the program will never be able to finish reading, then system is dead locked. That is the situation I have now. Anytime if system try to read this HD, whole system will be locked up. So that is why I can't use it as a slave HD. I don't know how to fix the problem, and need help badly.
One idea is :
1. write a small program which can read 0 cylind, 0 head, 1st sector on a bootable floppy, and write to other place.
2. write samething in the 0,0,1 on that floppy which block reading to HD (need block reading the old INT 13)
3. create something to jump to floppy bootable area which has moved to other place ....
help me out