Subject: Re: [Fwd: Xen domain-U starting error]
To: haad <haaaad@gmail.com>
From: Hubert Feyrer <hubert@feyrer.de>
List: port-xen
Date: 06/28/2005 14:33:51
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