LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-21-2004, 09:59 AM   #1
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Rep: Reputation: 15
dual boot. problem with the evil os.


i got a dual boot and i have problems with my windows xp home installation.
ive had it installed for like 2 years, with off and on stability.
i have never found a good howto on how to troubleshoot instability in windows.
i am very frustrated becasue my windows shuts down sparatically do to a device driver error.

how do i troubleshoot this?

things i have read:

reformat (hah)
disable all uneeded devices,
use verifier.exe (dont konw how to use it)
get all most up to date drivers (done)
pray

where do i start.
 
Old 11-21-2004, 10:29 AM   #2
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
i would start by identifying the root cause -- seems to be some device driver, but which one?
 
Old 11-21-2004, 10:48 AM   #3
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
I hope you can find your problem but I often found there was no reason to be found for instability on windows (not apparent it just goes instable without leaving traces/logs)

Identify which driver it is. If it's not clear it can help look at what you open or what is running at the same time. Also it might help searching on google with the exact error.
 
Old 11-21-2004, 10:52 AM   #4
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
yeah, but XP should be way more stable than 'sporadic shutdown'....

i actually like the OS. but not with SP2 -- uuggg...

well, i don't like the home version much, either, but no offense. they just dumbed down the pro version, and i hate gimicks like that.
 
Old 11-21-2004, 10:54 AM   #5
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Quote:
Originally posted by secesh
yeah, but XP should be way more stable than 'sporadic shutdown'....
Don't know. I just know that it always seems to screw things up if I use it for an hour at school. I always get errors and hangups when I just shouldn't.
 
Old 11-21-2004, 10:59 AM   #6
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
is this a school's system you use? i guess they've put in all kinds of security limitations, and that takes away from stability -- funny, but windows tends to do that when you hack it...

but if it's your computer plugged into their network... umm.. maybe it's their domain, or something?

anyways, i use and recommend XP pro -- it's better in many regards, but if you really want clean/stable, i still recommend 2000 -- for non-gamers...
 
Old 11-21-2004, 11:05 AM   #7
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Quote:
Originally posted by secesh
is this a school's system you use? i guess they've put in all kinds of security limitations, and that takes away from stability -- funny, but windows tends to do that when you hack it...
It's a school system but it has no limitations on it. You can do anything you want with it, change its settings install new software. I even doubt there's a bios password on it. It's in a room you can only access with a teacher so I think they think we can't do much with a teacher watching.
 
Old 11-21-2004, 11:29 AM   #8
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
ok so the error message i saw on reboot was, a code for different things like:
IRQL_NOT_LESS_OR_EQUAL
BAD_POOL_CALLER

and probably others. that i forgot.
when i submit the error i am directed to a page taht says is a device driver but micorsoft doesnt know which one.

i turned on verifier.exe to test all teh non-signed drivers. this brings me a blue screen after i log into windows.
error 0x0-c4, 0x-90, 0xFFDFF120, 0x0-0, 0x-0
(dashes indicate string of 0's)

google finds
----------------------------------------------------------------------------------------------------------
0x000000C4: DRIVER_VERIFIER_DETECTED_VIOLATION
(Click to consult the online MSDN article.)
This is the general bug check code for fatal errors that the Driver Verifier finds. The accompanying parameters are the parameters that are passed to KeBugCheckEx and displayed on a blue screen.
-----------------------------------------------------------------------------------------------------------

i am supposed to then record teh error message and boot into safe mode and turn off verifier.exe.
when i boot into safe mode it hangs at boot, right after loading Mup.sys

ive had safe mode hang before after mup.sys, but it fixed itself randomly, while i was scandisking, chkdsking, and playing with the bios.

still stumped
 
Old 11-21-2004, 11:35 AM   #9
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
ok more googling found this:

-------------------------------------------------------------------------------------------------------------------
0x90 Reserved Reserved Reserved The driver switched stacks, and the current stack is neither a thread stack nor a DPC stack.
(Typically, the driver doing this should be on the stack obtained by the kb debugger command.)
. . . .

Cause

See the description of each code in the Parameters section for a description of the cause.
Resolving the Problem

This bug check can only occur when Driver Verifier has been instructed to monitor one or more drivers. If you did not intend to use Driver Verifier, you should deactivate it. You might consider removing the driver which caused this problem as well.

If you are the driver writer, use the information obtained through this bug check to fix the bugs in your code.

After a Memory Allocation Tracking bug check, use the following command in the kernel debugger:

kd> dp ViBadDriver L1; dS @$p

This will return the name of the driver causing the error.

Then use the the !verifier debugger extension:

kd> !verifier 3 drivername.sys

This will return information about the leaked memory allocations.

For full details, see Driver Verifier.
----------------------------------------------------------------------------------------------------------------


so now my question is how can i boot into windows to turn off verifier? how can run the kernel debugger?
 
Old 11-21-2004, 11:36 AM   #10
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
ps my windows parttion is fat32 so i can see it in linux.
 
Old 11-21-2004, 10:10 PM   #11
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
bump
 
Old 11-29-2004, 11:02 PM   #12
afrodocter
Member
 
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110

Original Poster
Rep: Reputation: 15
bump

bump
 
Old 11-30-2004, 12:11 AM   #13
secesh
Senior Member
 
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154

Rep: Reputation: 47
e-mail not available... guess i'll post in here... hope you're not bumping for my sake... wish i could help, but you've got some sort of issue, and doing a good job with the documentation, but i'm not following all that. just not up on driver troubleshooting in MS...

best of luck
 
Old 11-30-2004, 09:27 PM   #14
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
Screw safe mode
If you have an actual install disk of Windows boot into the recovery console ..
after you book the cd, you can hit R, i think, to get there..

then type disable verifier.exe

and whatever else you want to disablke

I beleive you can also disable mup.sys with no problems... I had that problem on a PC I was fixing before

Stupid windows.. I feel ya.


Also, it really seems that you have two devices conflicting... probably running on the same IRQ.... is the machine running and drivers that aren't "signed" by Microsoft... Those crazy device driver conflicts are a bitch.

Last edited by DeusExLinux; 11-30-2004 at 09:29 PM.
 
Old 11-30-2004, 10:33 PM   #15
black hole sun
Member
 
Registered: Jul 2004
Distribution: Slackware Current
Posts: 127

Rep: Reputation: 15
afro don't use any debuggers they won't help you.

What you need to do is reformat, then install drivers ONE AT A TIME to test whether or not they are the ones causing problems. Eventually you'll find the source.

It may also be bad RAM though this is less likely. Try running memtest x86
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help fixing boot problem on Ubuntu/WinXp dual-boot Ay-Karamba! Linux - General 5 09-06-2005 09:20 PM
Problem with dual boot/dual drive setup Norab Linux - Hardware 10 08-29-2005 03:13 PM
Evil sagem fast or evil mandrake???? edgefield Mandriva 17 01-24-2005 03:22 AM
Evil, evil question. x_fire_phly General 5 10-03-2004 03:56 PM
problem with Installing red hat linux dual boot(/boot < for 1024 cylinders ) praveenb Linux - Newbie 2 02-13-2004 08:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration