PC Review


Reply
Thread Tools Rate Thread

boot problem/virus with Inaccessible_Boot_Device

 
 
JJ
Guest
Posts: n/a
 
      21st Aug 2006
Hi:
Last week after rebooting our win2k sp4 server, our server came up Blue
Screen with Inaccessible_Boot_Device error and even cannot go into Safe
mode. Used a Win2k startup CD
going into the recovery console and ran Chkdsk but came up with
nothing.

Use a DOS bootable disk and FDISK /MBR, the system was able to boot
normally then a message pop up saying something like: "The system has
been updated and you would need to reboot your system to take effect".
Once reboot the system went into Blue screen again.

We then mount the hard drive to another PC and ran several major
Anti-Virus such as Norton, Kaspersky. Kill some suspicious but still
get into Blue screen again with the same error. We then have to use
FDISK /MBR again in order to boot normally.


It seems that the system was infected with some kind of boot sector
virus that erase the partition boot section on every successful boot.
But none of our major anti-virus software was able to dis-infect it.
Anyone has any thought whether this is a virus? Is there any solution?


Much appreciated.

 
Reply With Quote
 
 
 
 
Meat Plow
Guest
Posts: n/a
 
      21st Aug 2006
On Mon, 21 Aug 2006 02:52:07 -0700, JJ Has Frothed:

> Subject: boot problem/virus with Inaccessible_Boot_Device
> From: "JJ" <(E-Mail Removed)>
> Newsgroups: microsoft.public.win2000.general,alt.comp.virus,24hoursupport.helpdesk
> Date: 21 Aug 2006 02:52:07 -0700
>
> Hi:
> Last week after rebooting our win2k sp4 server, our server came up Blue
> Screen with Inaccessible_Boot_Device error and even cannot go into Safe
> mode. Used a Win2k startup CD
> going into the recovery console and ran Chkdsk but came up with nothing.
>
> Use a DOS bootable disk and FDISK /MBR, the system was able to boot
> normally then a message pop up saying something like: "The system has been
> updated and you would need to reboot your system to take effect". Once
> reboot the system went into Blue screen again.
>
> We then mount the hard drive to another PC and ran several major
> Anti-Virus such as Norton, Kaspersky. Kill some suspicious but still get
> into Blue screen again with the same error. We then have to use FDISK
> /MBR again in order to boot normally.
>
>
> It seems that the system was infected with some kind of boot sector virus
> that erase the partition boot section on every successful boot. But none
> of our major anti-virus software was able to dis-infect it. Anyone has any
> thought whether this is a virus? Is there any solution?


Maybe your dos bootable disk is infected?
--

Pierre Salinger Memorial Hook, Line & Sinker, June 2004
 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      21st Aug 2006
Try creating a boot disk. For the floppy to successfully boot Windows 2000
the disk must contain the "NT" boot sector. Format a diskette (on a Windows
2000 machine, not a DOS/Win9x, so the NT boot sector gets written to the
floppy), and copy Windows 2000 versions of ntldr, ntdetect.com, and boot.ini
to it. Edit the boot.ini to give it a correct ARC path for the machine you
wish to boot. Below is an example of boot.ini. The default is to start the
operating system located on the first partition of the primary or first
drive (drive0). Then drive0 partition 2 and so on.

[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000 0,1"
multi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000 0,2"
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Windows 2000 1,1"
multi(0)disk(0)rdisk(1)partition(2)\WINNT="Windows 2000 1,2"

Another possibility is to try loading the controller driver also from
floppy. For the floppy to successfully boot Windows 2000 the disk must
contain the "NT" boot sector. Format a diskette (on a Windows 2000 machine,
not a DOS/Win9x, so the "NT" boot sector gets written to the floppy), then
copy ntldr, ntdetect.com, and boot.ini to it. Edit the boot.ini to give it a
correct ARC path for the machine you wish to boot.

In order for this to work you'll want to change the arc path in boot.ini
from multi syntax to scsi syntax to indicate that Windows 2000 will load a
boot device driver and use that driver to access the boot partition. Then
also copy the correct manufacturer scsi driver to the floppy but renamed to
ntbootdd.sys


Something like this below;

[boot loader]
timeout=10
default=scsi(0)disk(0)rdisk(0)partition(1)\windows
[operating systems]
scsi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000 0,1"
scsi(0)disk(0)rdisk(0)partition(2)\WINNT="Windows 2000 0,2"
scsi(0)disk(1)rdisk(0)partition(1)\WINNT="Windows 2000 1,1"
scsi(0)disk(1)rdisk(0)partition(2)\WINNT="Windows 2000 1,2"


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"JJ" wrote:
| Hi:
| Last week after rebooting our win2k sp4 server, our server came up Blue
| Screen with Inaccessible_Boot_Device error and even cannot go into Safe
| mode. Used a Win2k startup CD
| going into the recovery console and ran Chkdsk but came up with
| nothing.
|
| Use a DOS bootable disk and FDISK /MBR, the system was able to boot
| normally then a message pop up saying something like: "The system has
| been updated and you would need to reboot your system to take effect".
| Once reboot the system went into Blue screen again.
|
| We then mount the hard drive to another PC and ran several major
| Anti-Virus such as Norton, Kaspersky. Kill some suspicious but still
| get into Blue screen again with the same error. We then have to use
| FDISK /MBR again in order to boot normally.
|
|
| It seems that the system was infected with some kind of boot sector
| virus that erase the partition boot section on every successful boot.
| But none of our major anti-virus software was able to dis-infect it.
| Anyone has any thought whether this is a virus? Is there any solution?
|
|
| Much appreciated.
|


 
Reply With Quote
 
Ben Myers
Guest
Posts: n/a
 
      21st Aug 2006
Go into the BIOS setup and see if there is "Boot virus protection" option.
If so, enable it. Be sure to save the change when exiting. Also, most
antivirus programs can be set to real time or "On Access" scanning and
many actually record the boot sector and MBR information when installed
in case of infection or damage.

AVG http://www.grisoft.com
F-PROT http://www.f-prot.com
On line scan http://housecall.trendmicro.com

Ben

"JJ" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Hi:
> Last week after rebooting our win2k sp4 server, our server came up Blue
> Screen with Inaccessible_Boot_Device error and even cannot go into Safe
> mode. Used a Win2k startup CD
> going into the recovery console and ran Chkdsk but came up with
> nothing.
>
> Use a DOS bootable disk and FDISK /MBR, the system was able to boot
> normally then a message pop up saying something like: "The system has
> been updated and you would need to reboot your system to take effect".
> Once reboot the system went into Blue screen again.
>
> We then mount the hard drive to another PC and ran several major
> Anti-Virus such as Norton, Kaspersky. Kill some suspicious but still
> get into Blue screen again with the same error. We then have to use
> FDISK /MBR again in order to boot normally.
>
>
> It seems that the system was infected with some kind of boot sector
> virus that erase the partition boot section on every successful boot.
> But none of our major anti-virus software was able to dis-infect it.
> Anyone has any thought whether this is a virus? Is there any solution?
>
>
> Much appreciated.
>

 
Reply With Quote
 
Gabriele Neukam
Guest
Posts: n/a
 
      21st Aug 2006
On this special day, JJ wrote:

> Use a DOS bootable disk and FDISK /MBR, the system was able to boot


Why didn't you use fixboot and fixmbr, which are the tools for a
NT-based system?


Gabriele Neukam

(E-Mail Removed)


--
Ah, Information. A property, too valuable these days, to give it away, just so, at no cost.
 
Reply With Quote
 
Dustin Cook
Guest
Posts: n/a
 
      21st Aug 2006

JJ wrote:

> Use a DOS bootable disk and FDISK /MBR, the system was able to boot
> normally then a message pop up saying something like: "The system has
> been updated and you would need to reboot your system to take effect".
> Once reboot the system went into Blue screen again.


Your lucky you didn't kill your partition/mbr tables doing that. I
wouldn't suggest it again...

> We then mount the hard drive to another PC and ran several major
> Anti-Virus such as Norton, Kaspersky. Kill some suspicious but still
> get into Blue screen again with the same error. We then have to use
> FDISK /MBR again in order to boot normally.


Nevermind then... your data thats at risk, not mine...

> It seems that the system was infected with some kind of boot sector
> virus that erase the partition boot section on every successful boot.


Never heard of any virus that does this...

Have you tried using www.cgsecurity.org testdisk? have it scan and
write a new partition table to the system for you. You might also want
to use the NT versions of fixmbr, instead of fdisk...

> But none of our major anti-virus software was able to dis-infect it.
> Anyone has any thought whether this is a virus? Is there any solution?


I doubt it's a virus... Solution depends on the problem. Try the
testdisk application I already mentioned, and quit trying to fix NT
with a dos boot disk, unless you want to tell your boss you hosed the
system....

--
Dustin
Author of BugHunter - MalWare Removal Tool
http://bughunter.it-mate.co.uk

 
Reply With Quote
 
David H. Lipman
Guest
Posts: n/a
 
      21st Aug 2006
From: "JJ" <(E-Mail Removed)>

| Hi:
| Last week after rebooting our win2k sp4 server, our server came up Blue
| Screen with Inaccessible_Boot_Device error and even cannot go into Safe
| mode. Used a Win2k startup CD
| going into the recovery console and ran Chkdsk but came up with
| nothing.
|
| Use a DOS bootable disk and FDISK /MBR, the system was able to boot
| normally then a message pop up saying something like: "The system has
| been updated and you would need to reboot your system to take effect".
| Once reboot the system went into Blue screen again.
|
| We then mount the hard drive to another PC and ran several major
| Anti-Virus such as Norton, Kaspersky. Kill some suspicious but still
| get into Blue screen again with the same error. We then have to use
| FDISK /MBR again in order to boot normally.
|
| It seems that the system was infected with some kind of boot sector
| virus that erase the partition boot section on every successful boot.
| But none of our major anti-virus software was able to dis-infect it.
| Anyone has any thought whether this is a virus? Is there any solution?
|
| Much appreciated.

Please don't Multi-Post.

You know how to Cross-Post. Plaese do so to only pertinent, On Topic, News Groups in the
future.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Boot time scan - virus or malware problem DavidB Windows XP General 4 12th Nov 2007 05:56 AM
boot problem/virus with Inaccessible_Boot_Device JJ Anti-Virus 6 23rd Aug 2006 03:49 PM
Help!! Can't boot Win2k: INACCESSIBLE_BOOT_DEVICE Tamara Hills Microsoft Windows 2000 4 7th Jun 2004 09:40 PM
inaccessible_boot_device problem deepak Microsoft Windows 2000 Advanced Server 4 10th Jan 2004 08:29 PM
INACCESSIBLE_BOOT_DEVICE on Win2k boot =?Utf-8?B?bWFyayBoZXNrZXRo?= Microsoft Windows 2000 2 22nd Dec 2003 01:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:15 AM.