Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

Re: [Xen-users] jailtime, could not find filesystem '/dev/root'

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] jailtime, could not find filesystem '/dev/root'
From: "Amos Shapira" <amos.shapira@xxxxxxxxx>
Date: Sat, 1 Dec 2007 00:53:30 +0000
Delivery-date: Fri, 30 Nov 2007 16:54:13 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=EGTL7JfDrzdOZU+neG3GwxIIccBTATnLkn6+trpCSnU=; b=dm667x//jgeHfJHRhxYYbN/3FFFjwdPl9R/qmLf27gjrplIe3yqFLrROL/ARbjoVQf19m6C/5nIBj6JpPQml666LFwjowTv6qugqET7+dmv6mc1qbvAX3S2Fp5PBvvwvctQabxU+7Z3eAaPM2LCxBa/ynEOWpb2EQxiGAdYmHag=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NBGwdnWTHrMyFOsK/ztM8bwhNhNCSjrqYe8jFzUNjG9qqx6/4/ijsbWl+vXa+u52z6oSt7GFQKUQHEWuIUMlV4Ocxn7UAUa2eVTPfVY1IxmL+nb06iKehl1GAFGmwxCasT8Wps+rO2Cp5zs4jUnYoVJKYUC7+K5wyp7TdOKYIgA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <d9cc634c0711301353x3e112dbdq6a9b7ef07018d13e@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <d9cc634c0711301353x3e112dbdq6a9b7ef07018d13e@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On 30/11/2007, Vincent <vgrato@xxxxxxxxx> wrote:
> switchroot: mount failed: No such file or directory
> Kernel panic - not syncing: Attempted to kill init!

I think you should create /dev/root (and /dev/null) manually - mount
the jailtime partition, cd under dev and do something like:

# mknod root b 253 0; mknod null c 1 3

Dig around the jailtime web site for instructions. I think it's
mentioned there somewhere.

--Amos

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>