All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keir Fraser <keir.fraser@eu.citrix.com>
To: BEI GUAN <gbtju85@gmail.com>
Cc: Xen Devel <xen-devel@lists.xensource.com>
Subject: Re: Scrubbing free ram
Date: Wed, 28 Apr 2010 06:43:12 +0100	[thread overview]
Message-ID: <C7FD8980.11560%keir.fraser@eu.citrix.com> (raw)
In-Reply-To: <C7FD8858.1155D%keir.fraser@eu.citrix.com>

Some other options: add noreboot to Xen command line and see if anything
else does get printed before reboot. And/or connect a serial line and have
Xen log to serial console and see if any other diagnostic messages are
visible from that.

 -- Keir

On 28/04/2010 06:38, "Keir Fraser" <Keir.Fraser@eu.citrix.com> wrote:

> Probably something to do with dom0 building then. I would try a different
> dom0 kernel just to see if that works better. But probably there is a bug
> here that a developer will need to be able to reproduce to fix.
> 
>  -- Keir
> 
> On 28/04/2010 14:35, "BEI GUAN" <gbtju85@gmail.com> wrote:
> 
>> Hello Keir,
>> 
>> Thank you very much for your reply. As you said, I just change my grub.conf
>> as
>> following. But it also did not work. The screen just stopped when message
>> "(XEN) Dom0 has maximum 4 VCPUs" was printed, which is just before the
>> message
>> "Scrubbing Free RAM:". And then system reboot.
>> 
>> title Xen-4.0 (Linux kernel 2.6.31.13)
>>     root (hd0,10)
>>     kernel /boot/xen-4.0.gz no-bootscrub dom0_mem=1024M loglvl=all
>> guest_loglvl=all
>>     module /boot/vmlinuz-2.6.31.13 root=/dev/sda1 ro nomodeset
>>     module /boot/initrd-2.6.31.13.img
>> 
>> Thank you. Best wishes.
>> 
>> Gavin Guan
>> 
>> 
>> 
>> 
>> 2010/4/28 Keir Fraser <keir.fraser@eu.citrix.com>
>>> Do things work if you add no-bootscrub to the Xen command line?
>>> 
>>>  -- Keir
>>> 
>>> On 28/04/2010 13:49, "BEI GUAN" <gbtju85@gmail.com> wrote:
>>> 
>>>> Dear Pasi,
>>>> 
>>>> I have the same problem as ilish had when I installed xen 4.0 on fedora 11
>>>> today. I rebooted the Xen. The screen just stopped at "Scrubbing Free
>>>> RAM:",
>>>> and then the computer reboot again. My grub.conf as following.
>>>> 
>>>> title Xen-4.0 (Linux kernel 2.6.31.13)
>>>>     root (hd0,10)
>>>>     kernel /boot/xen-4.0.gz dom0_mem=1024M loglvl=all guest_loglvl=all
>>>>     module /boot/vmlinuz-2.6.31.13 root=/dev/sda1 ro nomodeset
>>>>     module /boot/initrd-2.6.31.13.img
>>>> 
>>>> I also made "root=/dev/sda11" and "root=LABEL=/" and to try. However, I
>>>> still
>>>> doesn't work. Your any reply is appreciated.
>>>> 
>>>> Thank you very much.
>>>> 
>>>> Gavin Guan
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 2010/4/23 Pasi Kärkkäinen <pasik@iki.fi>
>>>>> On Thu, Apr 22, 2010 at 09:54:30PM +0000, ilish ilish wrote:
>>>>>>    Hi everyone,
>>>>>> 
>>>>>>    I am working on a project whose goal is evaluating the performance of
>>>>>> the
>>>>>>    vTPM Manager. For this project I am using Xen 4.1, Kernel 2.6.31.13
>>>>>> with
>>>>>>    Fedora11. I I finished all installation and configuration parts. Now I
>>>>>>    need to boot the system with Xen but while booting, it is freezing at
>>>>>> the
>>>>>>    step "scrubbing free ram". What can be cause this problem and how can
>>>>>> I
>>>>>>    figure it out? I really appreciate if you can help me.
>>>>>> 
>>>>> 
>>>>> Please paste your grub.conf.
>>>>> 
>>>>> Also please check this wiki page:
>>>>> http://wiki.xensource.com/xenwiki/XenSerialConsole
>>>>> 
>>>>> and:
>>>>> http://wiki.xensource.com/xenwiki/XenParavirtOps
>>>>> 
>>>>> -- Pasi
>>>>> 
>>>>> 
>>>>> _______________________________________________
>>>>> Xen-devel mailing list
>>>>> Xen-devel@lists.xensource.com
>>>>> http://lists.xensource.com/xen-devel
>>>> 
>>>> 
>>> 
>>> 
>> 
>> 
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

  reply	other threads:[~2010-04-28  5:43 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-22 21:54 Scrubbing free ram ilish ilish
2010-04-23  6:14 ` Pasi Kärkkäinen
2010-04-23  6:54   ` [Xen-users] " ilish ilish
2010-04-23  8:11     ` Sander Eikelenboom
     [not found]   ` <SNT139-w80E57E03A776FE982F730BC070@phx.gbl>
     [not found]     ` <20100423080201.GP1878@reaktio.net>
2010-04-23 15:59       ` Re: [Xen-devel] " ilish ilish
     [not found]         ` <11010668714.20100423183749@eikelenboom.it>
     [not found]           ` <SNT139-w3258568B43600D4D327C1CBC070@phx.gbl>
2010-04-23 16:59             ` [Xen-users] " Sander Eikelenboom
     [not found]               ` <SNT139-w34D7E31DE40A797C6C87ACBC070@phx.gbl>
2010-04-23 17:23                 ` Sander Eikelenboom
2010-04-28 12:49   ` BEI GUAN
2010-04-28  4:55     ` Keir Fraser
2010-04-28 13:35       ` BEI GUAN
2010-04-28  5:38         ` Keir Fraser
2010-04-28  5:43           ` Keir Fraser [this message]
2010-04-28 15:44             ` BEI GUAN
2010-05-04 17:58               ` Konrad Rzeszutek Wilk
2010-05-05  7:00                 ` Bei Guan
2010-05-05 14:12                   ` Konrad Rzeszutek Wilk
2010-05-06  1:48                     ` Bei Guan
2010-05-06 11:59                     ` Bei Guan
2010-04-29  8:39             ` Bei Guan
2010-04-29 12:23               ` Keir Fraser
2010-04-29 14:48               ` Konrad Rzeszutek Wilk
2010-04-29 16:24                 ` Pasi Kärkkäinen
2010-05-03 17:38                   ` Konrad Rzeszutek Wilk
2010-04-28 21:53         ` Gerry Reno

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=C7FD8980.11560%keir.fraser@eu.citrix.com \
    --to=keir.fraser@eu.citrix.com \
    --cc=gbtju85@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.