Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [Fwd: Xen domain-U starting error]



On Tue, 28 Jun 2005, haad wrote:
root file system type: ext2fs
exec /sbin/init: error 8
init: trying /sbin/oinit
exec /sbin/oinit: error 2
init: trying /sbin/init.bak
exec /sbin/init.bak: error 2
init: not found
...
netbsd kernel can't run init by I don't know why .

Looking at the errors (2,8) in <sys/errno.h> gives:
#define ENOENT          2               /* No such file or directory */
#define ENOEXEC         8               /* Exec format error */

root filesystem type ext2fs looks a bit weird for a NetBSD filesystem, too. You do understand that you cannot boot a Linux partition from a NetBSD kernel, yes? :)


 - Hubert



Home | Main Index | Thread Index | Old Index