9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Xen 3.1 w/ Plan 9 domU: plan9.img file after install not recognized.
@ 2007-07-04 16:40 Mike
  2007-07-04 17:05 ` [9fans] Xen 3.1 w/ Plan 9 domU: plan9.img file after install not Richard Miller
  0 siblings, 1 reply; 11+ messages in thread
From: Mike @ 2007-07-04 16:40 UTC (permalink / raw)
  To: 9fans

Greetings,

I followed these instructions:

http://www.cs.bell-labs.com/wiki/plan9/Installing_in_Xen/index.html


for installing plan9 in a Xen domU. It appeared to go swimmingly, until
I tried booting the image file after my successful install:

216# xm create -c plan9.py
Using config file "./plan9.py".
Error: unknown image type: plan9
217# file plan9.img
plan9.img: x86 boot sector
218# ls -l plan9.img
-rw-r--r-- 1 root root 1073741824 2007-07-04 08:56 plan9.img
219#

My plan9.py looks like:

kernel = "/export/2/Guests/Plan9/9xenpcf.gz"
builder = "plan9"
memory = 256
name = "plan9"
vif = [ 'mac=aa:00:10:00:00:1b, bridge=xen-br0' ]
disk = [ 'file:/export/2/Guests/Plan9/plan9.img,loop0,w' ]
ip = "10.10.0.9/24"         # <- IP you will give to xen9
#restart = 'never'
console = 999

# This is the equivalent of plan9.ini:
extra="""
nobootprompt=local
"""

My dom0 is Fedora 7 + Xen 3.1, both compiled with PAE turned off.

Apparently, Xen on F7 doesn't recognize the boot image plan9.img,
created by the plan9 install.

Any hints as to what incantations I may have missed?

Thank you,

Mike


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

end of thread, other threads:[~2007-07-06 15:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-04 16:40 [9fans] Xen 3.1 w/ Plan 9 domU: plan9.img file after install not recognized Mike
2007-07-04 17:05 ` [9fans] Xen 3.1 w/ Plan 9 domU: plan9.img file after install not Richard Miller
2007-07-04 17:26   ` ron minnich
2007-07-06 13:21     ` Richard Miller
2007-07-06 14:43       ` ron minnich
2007-07-06 15:03         ` Richard Miller
2007-07-04 23:07   ` Mike
2007-07-05  7:01     ` ron minnich
2007-07-05 14:17       ` Mike
2007-07-05  8:39     ` Richard Miller
2007-07-05 14:11       ` Mike

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).