Weblog entry #4 for GhostR
Now the question came up, how could he install a 32Bit domU? we tried arch=i386 in Steve's xen-tools with no luck.
According to xensource (http://wiki.xensource.com/xenwiki/XenFaq#head-5f7176b3909cb0382cece43a6a8fc25a3a114e93) it should run fine. IMHO all new debian 64Bit kernels are PAE/Bigmem right?
Comments on this Entry
How did the xen-tools install fail?
[ Parent | Reply to this comment ]
Is there a tutorial somewhere? How do I install the 32Bit Kernel on dom0? I've heard something about install it by hand in domU and then copy it to dom0 and change it in the xen config. But how do I manage to get the Userland into 32Bit? or how can I check if its 32Bit?
[ Parent | Reply to this comment ]
If you did correctly specify --arch=i386 then what has probably happened is that the guest has been installed as a 32-bit one. But it is booting with the same AMD64 kernel from the host.
To see if that is the case run "file /bin/ls" - that'll tell you whether the guest is really 32-bits, or 64-bits.
If it is genuinely 32 bit just download a 32-bit kernel (xen) package onto the dom0 - and then refer to that in the xen configuration file for the guest.
[ Parent | Reply to this comment ]