From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Rickard_Borgm=E4ster?= Subject: Re: Kernel with very low memory requirement (~12MB) for domU Date: Fri, 03 Feb 2006 14:56:34 +0100 Message-ID: References: <20060131154830.GA10660@prefect.vdbonline.net> <20060131221308.GA7662@prefect.vdbonline.net> <20060201203426.GA8556@prefect.vdbonline.net> <20060203121759.GA11606@prefect.vdbonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20060203121759.GA11606@prefect.vdbonline.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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