Where does a boot virus affect?
my computer suffered a boot virus teh other day. I have partitioned my hard disk into three. The O/S is in FAT32 while the rest are NTFS. I could not eliminate the virus using any Antivirus available in teh market (tried Symantec, McAfee and Norton 2005) so I formated the FAT32 partition. The virus went away.
Are there more than one boot sector on a harddisk or it doesnt matter the partition?
[405 byte] By [
iagina] at [2007-11-19 23:16:42]

# 1 Re: Where does a boot virus affect?
Are there more than one boot sector on a harddisk or it doesnt matter the partition?
There can be several boot sectors on a HD.
Typically, if several not-very-evolved (such as MS-DOS or Windows 95/98) OS are installed on the same HD, there is one primary section for each OS, and one boot sector for each OS + a boot manager such as LILO or GRUB.
The MBR contains the bootstrap loader which loads the boot sector of the active partition (the partition of the boot manager for instance) and executes it.
The boot manager will allow to launch specific OS (for instance LILO and GRUB know how to load & boot a Linux kernel) or generic OS, from the boot sector of a primary partition or a logical partition.
If you have only one OS, then you probably have only a single boot sector.
If you have several OS, then you probably have several boot sectors.
# 2 Re: Where does a boot virus affect?
I could not eliminate the virus using any Antivirus available in teh market (tried Symantec, McAfee and Norton 2005) so I formated the FAT32 partition. The virus went away.
It is a little too late now. But for the next time you could try this command:
fdisk /mbr
It rewrites the master boot record.
philkr at 2007-11-9 13:00:29 >

# 3 Re: Where does a boot virus affect?
Thanks for this advice, and is it thanks to code guru too!
It is a little too late now. But for the next time you could try this command:
fdisk /mbr
It rewrites the master boot record.
Such people should exist in Kenyan roads.
iagina
iagina at 2007-11-9 13:01:25 >
