All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rickard Borgmäster" <doktorn@sub.nu>
To: xen-devel@lists.xensource.com
Subject: Re: Kernel with very low memory requirement (~12MB) for domU
Date: Fri, 03 Feb 2006 14:56:34 +0100	[thread overview]
Message-ID: <drvnej$m85$1@sea.gmane.org> (raw)
In-Reply-To: <20060203121759.GA11606@prefect.vdbonline.net>

CJ van den Berg wrote:
> 
> What hardware platform and compiler version are you using? The configuration
> I sent you was Pentium 4 optimised. If you're trying to run in on a Pentium
> II as your previous mail suggested I doubt it'll work as-is. I don't see
> anything else that should effect it though.

I'm running a Pentium4 Dell-somethingish desktop computer for the 
testing pusposes. So no need to change the code optimization for that...

I'm getting quite frustrated about this now... :-(

Here is what I do;

hg clone http://xenbits.xensource.com/linux-2.6-xen.hg
cd linux-2.6-xen.hg
cp ~/config-vandenberg .config
make
cp vmlinuz /boot/vmlinuz-2.6.16-rc1-xenU
cp System.map System.map-2.6.16-rc1-xenU
xm create -c /crab/.xen/crab-domU.cfg

And that just produces:


Using config file "crab-domU.cfg".
Started domain testcrab
xenconsole: Could not read tty from store: No such file or directory


My config looks like this:

kernel = "/boot/vmlinuz-2.6.16-rc1-xenU"
memory = 17
disk = ['cow:/crab/.xen/crab-domU.cfg 30, hda1,w']
root = "/dev/hda1 ro"

But I've also tried this:

kernel = "/boot/vmlinuz-2.6.16-rc1-xenU"
memory = 64
disk = ['file:/crab/.xen/crab-domU.cfg, hda1,w']
root = "/dev/hda1 ro"

None of the above will start. The latter example doesn't give the 
"xenstore" error, but just crashes instantly.

Am I missing something? I'm running Ralph Passgangs debian packages just 
like you...

Best regards
Rickard Borgmäster

  reply	other threads:[~2006-02-03 13:56 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-31 14:09 Kernel with very low memory requirement (~12MB) for domU Rickard Borgmäster
2006-01-31 14:36 ` Molle Bestefich
2006-01-31 16:03   ` Rickard Borgmäster
2006-01-31 15:48 ` CJ van den Berg
2006-01-31 17:25   ` Rickard Borgmäster
2006-01-31 22:13     ` CJ van den Berg
2006-02-01  8:41       ` Rickard Borgmäster
2006-02-01  9:58         ` Rickard Borgmäster
2006-02-01 20:34           ` CJ van den Berg
2006-02-03  9:07             ` Rickard Borgmäster
2006-02-03 12:17               ` CJ van den Berg
2006-02-03 13:56                 ` Rickard Borgmäster [this message]
2006-02-03 14:51                   ` CJ van den Berg
2006-02-03 15:17                     ` Rickard Borgmäster
2006-02-03 16:48                     ` Rickard Borgmäster
2006-02-06 13:11                 ` Rickard Borgmäster
2006-02-06 13:45                   ` CJ van den Berg

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='drvnej$m85$1@sea.gmane.org' \
    --to=doktorn@sub.nu \
    --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.