9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Xen 3.1 Invalid kernel during installation
@ 2007-12-20 12:41 Mike Bro
  2007-12-20 13:24 ` Richard Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Bro @ 2007-12-20 12:41 UTC (permalink / raw)
  To: 9fans

Hi there,

I am running out of ideas how to install Plan9 in Fedora8 latest XEN.

Followed instructions from wiki.

Ended up having following plan9inst:
kernel = "/var/local/xenboxes/plan9/9xeninst.gz"
memory = 128
name = "plan9"
vif = [ 'mac=aa:00:10:00:00:10' ]
disk = [ 'file:/var/local/xenboxes/plan9/plan9.img,sda,w',
         'file:/var/local/isos/plan9.iso,sdb,r' ]
on_poweroff = 'destroy'
on_reboot   = 'destroy'
on_crash    = 'destroy'


# This is the equivalent of plan9.ini:
extra="""
nobootprompt=local!/boot/bzroot
bootfile=sd01!cdboot!bootdisk.img
"""

However once I execute:
xm create -c plan9inst

I get following error message:
Using config file "./plan9inst".
Error: (2, 'Invalid kernel', 'xc_dom_compat_check: guest type
xen-3.0-x86_32 not supported by xen kernel, sorry\n')

I got 9xeninst.gz from http://plan9.bell-labs.com/sources/xen/xen3/
iso downloaded from http://cm.bell-labs.com/plan9/download/plan9.iso.bz2

Thanks in advance,
Mike


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] Xen 3.1 Invalid kernel during installation
  2007-12-20 12:41 [9fans] Xen 3.1 Invalid kernel during installation Mike Bro
@ 2007-12-20 13:24 ` Richard Miller
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Miller @ 2007-12-20 13:24 UTC (permalink / raw)
  To: 9fans

> Error: (2, 'Invalid kernel', 'xc_dom_compat_check: guest type
> xen-3.0-x86_32 not supported by xen kernel, sorry\n')

Probable cause is that your Xen is configured with PAE enabled,
which means it won't boot non-PAE kernels.  Plan 9 Xen kernel
currently doesn't support PAE.  Look for "xen3 and pae problems"
in comp.os.plan9 for discussion on this topic.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-20 13:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-20 12:41 [9fans] Xen 3.1 Invalid kernel during installation Mike Bro
2007-12-20 13:24 ` Richard Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).