|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] jailtime, could not find filesystem '/dev/root'
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
|
|
|
|
|