When trying to use the GPL PV drivers with Windows 7 x64 (and testsigning turned on), I get a BSOD with a STOP 0x00000101 error. There''s also an error at the top that says "A clock interrupt was not received on a secondary processor within the allocated time interval." Is this STOP error related to the HPET or other timing adjustments for Xen? Any advice on things I should check to get rid of this error and allow Xen to function properly? Note that this also has made my physical machine useless - I''m going to have to do a hard reset to even get back into that. Not sure what it hit, but something important, apparently... Thanks, Nick -------- This e-mail may contain confidential and privileged material for the sole use of the intended recipient. If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way. If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox. Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Dustin Marquess
2010-Jul-07 22:26 UTC
Re: [Xen-users] Windows 7 x64 + GPLPV: STOP 0x00000101
Is viridian enabled in your domU config? -Dustin On Wed, Jul 7, 2010 at 4:51 PM, Nick Couchman <Nick.Couchman@seakr.com> wrote:> When trying to use the GPL PV drivers with Windows 7 x64 (and testsigning turned on), I get a BSOD with a STOP 0x00000101 error. There''s also an error at the top that says "A clock interrupt was not received on a secondary processor within the allocated time interval." > > Is this STOP error related to the HPET or other timing adjustments for Xen? Any advice on things I should check to get rid of this error and allow Xen to function properly? Note that this also has made my physical machine useless - I''m going to have to do a hard reset to even get back into that. Not sure what it hit, but something important, apparently... > > Thanks, > Nick > > > > -------- > This e-mail may contain confidential and privileged material for the sole use of the intended recipient. If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way. If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox. Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
benco@acid.sk
2010-Jul-07 22:38 UTC
Re: [Xen-users] Windows 7 x64 + GPLPV: STOP 0x00000101
Hi, I''ve just installed Win7x64 on Xen 4.0.1 with GPL PV driver (latest release) and everything works fine. Try to add following options to your VM config file: timer_mode = 2 viridian = 1 Cheers, Roman On Wed, Jul 07, 2010 at 03:51:45PM -0600, Nick Couchman wrote:> When trying to use the GPL PV drivers with Windows 7 x64 (and testsigning turned on), I get a BSOD with a STOP 0x00000101 error. There''s also an error at the top that says "A clock interrupt was not received on a secondary processor within the allocated time interval." > > Is this STOP error related to the HPET or other timing adjustments for Xen? Any advice on things I should check to get rid of this error and allow Xen to function properly? Note that this also has made my physical machine useless - I''m going to have to do a hard reset to even get back into that. Not sure what it hit, but something important, apparently... > > Thanks, > Nick > > > > -------- > This e-mail may contain confidential and privileged material for the sole use of the intended recipient. If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way. If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox. Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR. > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- ---------------------------------------------------------------------- ,''''`. [benco] | mailto: benco@acid.sk | silc: /msg benco : :'' : ------------------------------------------------------------- `. `'' GPG publickey: http://www.acid.sk/pubkey.asc `- KF = 0DF6 0592 74D2 F17A DACF A5C3 1720 CB7C F54C F429 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Andreas Kinzler
2010-Jul-07 22:38 UTC
Re: [Xen-users] Windows 7 x64 + GPLPV: STOP 0x00000101
Hello Nick,> When trying to use the GPL PV drivers with Windows 7 x64 (and testsigning turned on), > I get a BSOD with a STOP 0x00000101 error. There''s also an error at the top that says > "A clock interrupt was not received on a secondary processor within the allocated time interval."I have seen this error today, too. What is your machine hardware (CPU, Mainboard, RAID controller, RAM, RAM type)? My test machine is a Xeon X3450, ASUS P7F-M (chipset 3420), Adaptec 5405, 16 GB RAM reg ECC. Regards Andreas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nick Couchman
2010-Jul-08 14:06 UTC
Re: [Xen-users] Windows 7 x64 + GPLPV: STOP 0x00000101
That seems to have worked. I guess virt-manager (or, at least the 0.8.4 version I''m using) hasn''t been updated to create the domain with those config options. Thanks, Nick>>> On 2010/07/07 at 16:38, <benco@acid.sk> wrote: > Hi, > > I''ve just installed Win7x64 on Xen 4.0.1 with GPL PV driver (latest release) > and everything works fine. Try to add following options to your VM config > file: > > timer_mode = 2 > viridian = 1 > > Cheers, > > Roman > > On Wed, Jul 07, 2010 at 03:51:45PM -0600, Nick Couchman wrote: >> When trying to use the GPL PV drivers with Windows 7 x64 (and testsigning > turned on), I get a BSOD with a STOP 0x00000101 error. There''s also an error > at the top that says "A clock interrupt was not received on a secondary > processor within the allocated time interval." >> >> Is this STOP error related to the HPET or other timing adjustments for Xen? > Any advice on things I should check to get rid of this error and allow Xen to > function properly? Note that this also has made my physical machine useless > - I''m going to have to do a hard reset to even get back into that. Not sure > what it hit, but something important, apparently... >> >> Thanks, >> Nick >> >> >> >> -------- >> This e-mail may contain confidential and privileged material for the sole > use of the intended recipient. If this email is not intended for you, or you > are not responsible for the delivery of this message to the intended > recipient, please note that this message may contain SEAKR Engineering > (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly > prohibited from downloading, photocopying, distributing or otherwise using > this message, its contents or attachments in any way. If you have received > this message in error, please notify us immediately by replying to this > e-mail and delete the message from your mailbox. Information contained in > this message that does not relate to the business of SEAKR is neither > endorsed by nor attributable to SEAKR. >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users > > -- > ---------------------------------------------------------------------- > ,''''`. [benco] | mailto: benco@acid.sk | silc: /msg benco > : :'' : ------------------------------------------------------------- > `. `'' GPG publickey: http://www.acid.sk/pubkey.asc > `- KF = 0DF6 0592 74D2 F17A DACF A5C3 1720 CB7C F54C F429-------- This e-mail may contain confidential and privileged material for the sole use of the intended recipient. If this email is not intended for you, or you are not responsible for the delivery of this message to the intended recipient, please note that this message may contain SEAKR Engineering (SEAKR) Privileged/Proprietary Information. In such a case, you are strictly prohibited from downloading, photocopying, distributing or otherwise using this message, its contents or attachments in any way. If you have received this message in error, please notify us immediately by replying to this e-mail and delete the message from your mailbox. Information contained in this message that does not relate to the business of SEAKR is neither endorsed by nor attributable to SEAKR. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Maybe Matching Threads
- Re: Re: Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
- Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
- Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
- GPLPV or other drivers for win2k8r2?
- Bluescreen with Latest GPLPV on Windows Server 2008 R2 on XEN3.4.1