From 479793d24ba023f0a01990b52e87d017cb849f76 Mon Sep 17 00:00:00 2001 From: GNU Hurd wiki engine Date: Sat, 1 Mar 2008 17:45:38 +0000 Subject: web commit by SamuelThibault: PAE error message --- microkernel/mach/gnumach/ports/xen.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'microkernel/mach/gnumach/ports/xen.mdwn') diff --git a/microkernel/mach/gnumach/ports/xen.mdwn b/microkernel/mach/gnumach/ports/xen.mdwn index b48c074e..19c5653e 100644 --- a/microkernel/mach/gnumach/ports/xen.mdwn +++ b/microkernel/mach/gnumach/ports/xen.mdwn @@ -10,7 +10,8 @@ You can either get binaries at o - Copy `gnumach-xen` and `hurd-modules` to your dom0 /boot. - Copy `hurd` into `/etc/xen`, edit it for fixing access to your hurd / and swap - Run `xm create -c hurd`, gnumach should get started. -- If `xm` complains about networking (vif could not be connected), it's Xen fault, see Xen documentation for how to configure the network. The simplest way is network-bridge with fixed IPs. You can also just disable networking by commenting the vif line in the config. +- If `xm` complains about networking (`vif could not be connected`), it's Xen fault, see Xen documentation for how to configure the network. The simplest way is network-bridge with fixed IPs. You can also just disable networking by commenting the vif line in the config. +- If `xm` complains `Error: (2, 'Invalid kernel', 'xc_dom_compat_check: guest type xen-3.0-x86_32 not supported by xen kernel, sorry\n')`, you most probably have a PAE-enabled hypervisor, and you just need to install and boot a non-PAE hypervisor. If you want to generate these images, first get the `gnumach-1-branch-Xen-branch` branch from gnumach CVS. Then look for "Ugly" in `kern/bootstrap.c`, how to generate `hurd-modules` is explained there, and you'll have to fix `EXT2FS_SIZE` and `LD_SO_SIZE` by hand. -- cgit v1.2.3