Subject: Re: Basic questions -> Basic answers.
To: Juan RP <juan@xtraeme.unixbsd.org>
From: Christian Limpach <chris@pin.lu>
List: port-xen
Date: 04/27/2004 02:09:15
On Tue, Apr 27, 2004 at 01:57:31AM +0200, Christian Limpach wrote:
> You'll have to install Xen (/grub/xen-1.2.gz), xen12load (/grub/xen12load)
> and the NetBSD/Xen kernel (/grub/xen12netbsd) in grub's root filesystem.

Forgot to mention one thing:  you'll have to pad the NetBSD/Xen kernel
image such that its size is a multiple of 4 (doing ``echo -n a >netbsd''
until it is works...).  There's a bug in Xen which causes it to fail
because Xen copies the image 4 bytes at a time and will stop short if the
size is not a multiple of 4 (and it's fatal because it copies from the
end to the beginning...).

    christian