xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* hypervisor - acpi - reboot
@ 2010-07-20 12:09 Claus Rosenberger
  2010-07-20 12:31 ` Keir Fraser
  0 siblings, 1 reply; 7+ messages in thread
From: Claus Rosenberger @ 2010-07-20 12:09 UTC (permalink / raw)
  To: xen-devel

Hello,

i have several trouble with a MSI X58 Platform with i7 Quadcore and the Xen-4.0.0/Xen-4.0.1-rc4
hypervisor. I'm not able to reboot the machine, it freezes on shutdown, i tried several boot
configurations as listed here.


Reboot doesn't work
-------------------
title           Xen 4.0-amd64 / Debian GNU/Linux, kernel 2.6.32-bpo.5-xen-amd64
root            (hd0,1)
kernel          /xen-4.0-amd64.gz dom0_mem=256M
module          /vmlinuz-2.6.32-bpo.5-xen-amd64 root=/dev/md0 ro console=tty0
module          /initrd.img-2.6.32-bpo.5-xen-amd64


Reboot works
------------
title           Xen 4.0-amd64 / Debian GNU/Linux, kernel 2.6.32-bpo.5-xen-amd64
root            (hd0,1)
kernel          /xen-4.0-amd64.gz dom0_mem=256M acpi=ht noapic noirqbalance
module          /vmlinuz-2.6.32-bpo.5-xen-amd64 root=/dev/md0 ro console=tty0
module          /initrd.img-2.6.32-bpo.5-xen-amd64

title           Debian GNU/Linux, kernel 2.6.32-bpo.5-xen-amd64
root            (hd0,1)
kernel          /vmlinuz-2.6.32-bpo.5-xen-amd64 root=/dev/md0 ro console=tty0
module          /initrd.img-2.6.32-bpo.5-xen-amd64


Rebooting the baremetal dom0 kernel works as expected without any options. I tried one entry more.

title           Xen 4.0-amd64 / Debian GNU/Linux, kernel 2.6.32-bpo.5-xen-amd64
root            (hd0,1)
kernel          /xen-4.0-amd64.gz dom0_mem=256M
module          /vmlinuz-2.6.32-bpo.5-xen-amd64 root=/dev/md0 ro console=tty0 acpi=off
module          /initrd.img-2.6.32-bpo.5-xen-amd64

With this configuration reboot works but the network card has packet loss and outages within several
minutes from time to time.

At lease only one configuration works but without acpi, so the question is why. I'm sorry because i
cannot send some logs, but the internet provider where the server is located is not able to connect
a serial device to save console logs.

Best regards

Claus

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hypervisor - acpi - reboot
  2010-07-20 12:09 hypervisor - acpi - reboot Claus Rosenberger
@ 2010-07-20 12:31 ` Keir Fraser
  2010-07-20 12:53   ` Claus Rosenberger
  0 siblings, 1 reply; 7+ messages in thread
From: Keir Fraser @ 2010-07-20 12:31 UTC (permalink / raw)
  To: Claus Rosenberger, xen-devel@lists.xensource.com

On 20/07/2010 13:09, "Claus Rosenberger" <Claus.Rosenberger@rocnet.de>
wrote:

> i have several trouble with a MSI X58 Platform with i7 Quadcore and the
> Xen-4.0.0/Xen-4.0.1-rc4
> hypervisor. I'm not able to reboot the machine, it freezes on shutdown, i
> tried several boot
> configurations as listed here.
> 
> 
> Reboot doesn't work
> -------------------
> title           Xen 4.0-amd64 / Debian GNU/Linux, kernel
> 2.6.32-bpo.5-xen-amd64
> root            (hd0,1)
> kernel          /xen-4.0-amd64.gz dom0_mem=256M
> module          /vmlinuz-2.6.32-bpo.5-xen-amd64 root=/dev/md0 ro console=tty0
> module          /initrd.img-2.6.32-bpo.5-xen-amd64

Try adding reboot=k to the Xen command line.

 K.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hypervisor - acpi - reboot
  2010-07-20 12:31 ` Keir Fraser
@ 2010-07-20 12:53   ` Claus Rosenberger
  2010-07-20 13:25     ` Keir Fraser
  0 siblings, 1 reply; 7+ messages in thread
From: Claus Rosenberger @ 2010-07-20 12:53 UTC (permalink / raw)
  Cc: xen-devel@lists.xensource.com

Am 20.07.2010 14:31, schrieb Keir Fraser:
> On 20/07/2010 13:09, "Claus Rosenberger" <Claus.Rosenberger@rocnet.de>
> wrote:
> 
>> i have several trouble with a MSI X58 Platform with i7 Quadcore and the
>> Xen-4.0.0/Xen-4.0.1-rc4
>> hypervisor. I'm not able to reboot the machine, it freezes on shutdown, i
>> tried several boot
>> configurations as listed here.
>>
>>
>> Reboot doesn't work
>> -------------------
>> title           Xen 4.0-amd64 / Debian GNU/Linux, kernel
>> 2.6.32-bpo.5-xen-amd64
>> root            (hd0,1)
>> kernel          /xen-4.0-amd64.gz dom0_mem=256M
>> module          /vmlinuz-2.6.32-bpo.5-xen-amd64 root=/dev/md0 ro console=tty0
>> module          /initrd.img-2.6.32-bpo.5-xen-amd64
> 
> Try adding reboot=k to the Xen command line.
> 
>  K.
> 
> 

That does not work, i tried reboot=b either, does not work too, i used that reference to test
something like that.

http://blogs.koolwal.net/2009/08/04/howto-fix-linux-hangfreeze-during-reboots-and-restarts/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hypervisor - acpi - reboot
  2010-07-20 12:53   ` Claus Rosenberger
@ 2010-07-20 13:25     ` Keir Fraser
  0 siblings, 0 replies; 7+ messages in thread
From: Keir Fraser @ 2010-07-20 13:25 UTC (permalink / raw)
  To: Claus Rosenberger; +Cc: xen-devel@lists.xensource.com

On 20/07/2010 13:53, "Claus Rosenberger" <Claus.Rosenberger@rocnet.de>
wrote:

>> Try adding reboot=k to the Xen command line.
> 
> That does not work, i tried reboot=b either, does not work too, i used that
> reference to test
> something like that.

Try adding iommu=0 to the Xen command line.

 -- Keir

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hypervisor - acpi - reboot
       [not found] <C86B67CA.1B1A8%keir.fraser@eu.citrix.com>
@ 2010-07-20 14:03 ` Claus Rosenberger
  2010-07-20 16:30   ` Claus Rosenberger
  0 siblings, 1 reply; 7+ messages in thread
From: Claus Rosenberger @ 2010-07-20 14:03 UTC (permalink / raw)
  To: Keir Fraser, xen-devel@lists.xensource.com

Am 20.07.2010 15:48, schrieb Keir Fraser:
> On 20/07/2010 14:46, "Claus Rosenberger" <Claus.Rosenberger@rocnet.de>
> wrote:
> 
>> Am 20.07.2010 15:25, schrieb Keir Fraser:
>>
>>>
>>> Try adding iommu=0 to the Xen command line.
>>>
>>>  -- Keir
>>
>>
>> This does not work either ...
> 
> I'm a bit out of options then. Turning off ACPI parsing disables all sorts
> of stuff, so it's a bit non-specific and hard to know why doing that would
> fix the issue.
> 
>  -- Keir
> 
> 

I found one extra link how to test more stuff
http://www.brighthub.com/computing/linux/articles/39504.aspx

I don't know how much it helps to know which of the options does work and which not.

Claus

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hypervisor - acpi - reboot
  2010-07-20 14:03 ` Claus Rosenberger
@ 2010-07-20 16:30   ` Claus Rosenberger
  2010-07-20 17:08     ` Keir Fraser
  0 siblings, 1 reply; 7+ messages in thread
From: Claus Rosenberger @ 2010-07-20 16:30 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel@lists.xensource.com

Am 20.07.2010 16:03, schrieb Claus Rosenberger:
> Am 20.07.2010 15:48, schrieb Keir Fraser:
>> On 20/07/2010 14:46, "Claus Rosenberger" <Claus.Rosenberger@rocnet.de>
>> wrote:
>>
>>> Am 20.07.2010 15:25, schrieb Keir Fraser:
>>>
>>>>
>>>> Try adding iommu=0 to the Xen command line.
>>>>
>>>>  -- Keir
>>>
>>>
>>> This does not work either ...
>>
>> I'm a bit out of options then. Turning off ACPI parsing disables all sorts
>> of stuff, so it's a bit non-specific and hard to know why doing that would
>> fix the issue.
>>
>>  -- Keir
>>
>>
> 
> I found one extra link how to test more stuff
> http://www.brighthub.com/computing/linux/articles/39504.aspx
> 
> I don't know how much it helps to know which of the options does work and which not.
> 
> Claus


This looks to be the same issue or something like that, i use an i7 Core too

http://www.gossamer-threads.com/lists/xen/devel/172683?do=post_view_threaded#172683

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: hypervisor - acpi - reboot
  2010-07-20 16:30   ` Claus Rosenberger
@ 2010-07-20 17:08     ` Keir Fraser
  0 siblings, 0 replies; 7+ messages in thread
From: Keir Fraser @ 2010-07-20 17:08 UTC (permalink / raw)
  To: Claus Rosenberger; +Cc: xen-devel@lists.xensource.com

On 20/07/2010 17:30, "Claus Rosenberger" <Claus.Rosenberger@rocnet.de>
wrote:

>> I found one extra link how to test more stuff
>> http://www.brighthub.com/computing/linux/articles/39504.aspx
>> 
>> I don't know how much it helps to know which of the options does work and
>> which not.
>> 
>> Claus
> 
> 
> This looks to be the same issue or something like that, i use an i7 Core too
> 
> http://www.gossamer-threads.com/lists/xen/devel/172683?do=post_view_threaded#1
> 72683

It might be related to pv_ops dom0 kernels then. Perhaps try a non pv_ops
kernel such as the 2.6.32 kernel maintained for the XCP project (patch queue
at http://xenbits.xen.org/XCP/linux-2.6.32.pq.hg).

 -- Keir

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-07-20 17:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20 12:09 hypervisor - acpi - reboot Claus Rosenberger
2010-07-20 12:31 ` Keir Fraser
2010-07-20 12:53   ` Claus Rosenberger
2010-07-20 13:25     ` Keir Fraser
     [not found] <C86B67CA.1B1A8%keir.fraser@eu.citrix.com>
2010-07-20 14:03 ` Claus Rosenberger
2010-07-20 16:30   ` Claus Rosenberger
2010-07-20 17:08     ` Keir Fraser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).