Donate SIGN UP

Computer problem

Avatar Image
JK04 | 18:52 Wed 03rd Sep 2008 | Computers
3 Answers
My sister has a Toshiba Satellite laptop and when its starting up a blue screen shows up and in white writing it says please wait then a load of dots start to slowly fill the screen, this goes on for about 20 minutes or so before it goes back to normal again and finishes loading up. It happens every time on start up.
Anyone have any idea what the problem could be?
Thanks in advance
JK
Gravatar

Answers

1 to 3 of 3rss feed

Best Answer

No best answer has yet been selected by JK04. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
I think it's your dirty bit!!!! (honestly that's what it's called)

Every time Windows XP starts, autochk.exe is called by the kernel to scan all volumes to check if the volume dirty bit is set

(If the dirty bit is set, autochk performs an immediate chkdsk /f on that volume. Chkdsk /f verifies file system integrity and attempts to fix any problems with the volume. It is usually caused by a hard shut down or a power loss during a read-right operation on that particular drive)


..... sometimes it sticks - so what you have to do is manually unset it....

It's easy enough - start the machine ... you'll just have to bite the bullet and wait

first you need a command prompt (the black screen)
click Start | Run - in the box type "CMD" and then enter .....
(leave out all the "s and press enter after each command)

now type " fsutil dirty query c:"

(if you have more than one disk go throught each of the letters - c:. d: etc)

This queries the drive, and if it's dirty it will tell you if not you'll get the message Volume - c: is NOT Dirty

Assuming that this turns out to be the problem
type "chkntfs /x c:"
(The X tells Windows to NOT check that particular drive on the next reboot)

then reboot your computer (power it down fully - then start it up)
it should not do a Chkdsk and take you directly to Windows.

Once Windows has loaded, bring up another CMD prompt

(now you want to do a Chkdsk manually) so
type "chkdsk /f /r c:"
This should take you through 5 stages of the scan and will

unset that dirty bit.

Finally, type "fsutil dirty query c:" and Windows will confirm that the dirty bit is not set on that drive.

Good luck!
Question Author
It says it is not dirty?
A bit lost on ur answer, so does that mean its not the problem?
Thanks
if it says not ..... it's not

If you're not "techie" it's a complicated answer ...but it's the most common reason

I assume she's shutting the machine down and not just switching off?

this tells you why and how .... the rest is up to you
http://support.microsoft.com/default.aspx?scid =KB;en-us;q160963

1 to 3 of 3rss feed

Do you know the answer?

Computer problem

Answer Question >>