From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8a18c32082592ca815a573303433de40@hamnavoe.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] plan9 on Xen3.0/ubuntu From: Richard Miller <9fans@hamnavoe.com> Date: Sun, 21 Jan 2007 14:41:14 +0000 In-Reply-To: <4a591bc90701210422i3c5d5375p7fe6dd840c1d32bc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 06f63142-ead2-11e9-9d60-3106f5b1d025 > root@xen:~# cat /etc/xen/plan9inst > kernel = "/home/xen/9xeninst.gz" > memory = 64 > name = "plan9" > disk = [ 'file:/usr/plan9/plan9.iso,sdb,r', 'file:/usr/plan9/plan9.img,sda,w' ] > vif = [ 'bridge=xenbr0' ] > autorestart = False You left out the "extra" parameter in the configuration file - extra = """ nobootprompt=local!/boot/bzroot bootfile=sd01!cdboot!bootdisk.img """ Or else just reply local!/boot/bzroot to the 'root is from:' prompt.