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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
11-21-2004, 09:59 AM
|
#1
|
Member
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110
Rep:
|
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.
|
|
|
11-21-2004, 10:29 AM
|
#2
|
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
|
i would start by identifying the root cause -- seems to be some device driver, but which one?
|
|
|
11-21-2004, 10:48 AM
|
#3
|
Senior Member
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170
Rep:
|
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.
|
|
|
11-21-2004, 10:52 AM
|
#4
|
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
|
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.
|
|
|
11-21-2004, 10:54 AM
|
#5
|
Senior Member
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170
Rep:
|
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.
|
|
|
11-21-2004, 10:59 AM
|
#6
|
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
|
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...
|
|
|
11-21-2004, 11:05 AM
|
#7
|
Senior Member
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170
Rep:
|
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.
|
|
|
11-21-2004, 11:29 AM
|
#8
|
Member
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110
Original Poster
Rep:
|
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
|
|
|
11-21-2004, 11:35 AM
|
#9
|
Member
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110
Original Poster
Rep:
|
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?
|
|
|
11-21-2004, 11:36 AM
|
#10
|
Member
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110
Original Poster
Rep:
|
ps my windows parttion is fat32 so i can see it in linux.
|
|
|
11-21-2004, 10:10 PM
|
#11
|
Member
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110
Original Poster
Rep:
|
bump
|
|
|
11-29-2004, 11:02 PM
|
#12
|
Member
Registered: Sep 2003
Distribution: slackware 9.1
Posts: 110
Original Poster
Rep:
|
bump
bump
|
|
|
11-30-2004, 12:11 AM
|
#13
|
Senior Member
Registered: Sep 2004
Location: Savannah, GA
Distribution: Ubuntu, Gentoo, Mythbuntu, ClarkConnect
Posts: 1,154
Rep:
|
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
|
|
|
11-30-2004, 09:27 PM
|
#14
|
Member
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648
Rep:
|
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.
|
|
|
11-30-2004, 10:33 PM
|
#15
|
Member
Registered: Jul 2004
Distribution: Slackware Current
Posts: 127
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 07:50 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|