WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Domu has no disks

To: Barry Kolts <bhkolts@xxxxxxxxxxx>
Subject: Re: [Xen-users] Domu has no disks
From: Steve Allison <xen-users@xxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Oct 2011 01:13:31 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 11 Oct 2011 17:14:47 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <24492B6A9BC54217A82CFED7B4250DE3@maincomputer>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <24492B6A9BC54217A82CFED7B4250DE3@maincomputer>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2
On 12/10/2011 01:02, Barry Kolts wrote:
Hello,

This is my first post to the list and I am new to Xen, so please excuse my ignorance.

I have Xen 4.0 running on Debian Squeeze with Squeeze as dom0. I am trying to install Ubuntu Lucid 10.04 as a guest. I am using the install cd iso. I think I should be able to do this based on this quote from http://wiki.xensource.com/xenwiki/XenOverview. From the 'Installing new Paravirtual (PV) guests' section, 'Ubuntu 10.04 ("Lucid Lynx") installer can be booted as a Xen PV guest and installed easily that way. '.

The problem is once the Ubuntu installer starts it cannot find the cdrom. Also if I use the net-install method, the installer can't find the virtual disk to install to. So my problem is not getting domu to boot but not having any disks once it does.

My domu configuration file is based on the xmexample1 configuration that was packaged with Xen. Rather than posting the whole file here are the changes I made:

kernel = "/etc/xen/install_kernels/cd-installer/vmlinuz"
ramdisk = "/etc/xen/install_kernels/cd-installer/initrd.gz"
builder='linux'
memory = 512
name = "Lucid-server-install"
disk = [ 'file:/home/barry/iso/ubuntu-10.04.3-server-amd64.iso,xvdc:cdrom,r',
'tap:aio:/xen-vm-fs/lucid-vm-disk,xvda,w' ]
root = "/dev/cdrom ro"

The kernel and initrd.gz are copied of the cd iso. In the disk statement I have tried hdc, hda, sda, sdc to no avail. I have Googled, searched this list, the debian list, Ubuntu documentation and the Xen.org documentation and not found the answer. Can anyone spot where I've gone wrong? Please ask for more information or suggest how I can debug this problem. One more piece of information, this machine does not have a virtualization process so paravirtual is a must.

Thanks in advance for any help
Barry

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

Try specifying the xvda device first...

disk = [
   'tap:aio:/xen-vm-fs/lucid-vm-disk,xvda,w',
   'file:/home/barry/iso/ubuntu-10.04.3-server-amd64.iso,xvdc:cdrom,r'
]



--
May the ping be with you ..


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>