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

[Xen-users] issue Booting XenU!!!

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] issue Booting XenU!!!
From: "techy geek" <techygeek72@xxxxxxxxx>
Date: Wed, 31 Oct 2007 14:26:50 -0400
Delivery-date: Wed, 31 Oct 2007 11:27:38 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=Q4x1JQBsQc8i2vqQfZlc3oTmFK2/mpQPd9+5EbymYPY=; b=rto4P/7JZ+KCPVETneBuvmXkfV5MfadfoDHUckqLztTZSYRDrIGLKcJqZyOo97dsGpk+HMNMEjrdmXZpWB5XVBtheEa9LdCD1ptzHdzEAaPzPBH9T72+xz35bp5uhR3TIVsqwIcuWTeZXvRSnpuh2qUNFxa01AvQx7xtL6TvV9w=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=qs3m+AxNpPLi3OoiMi/r2APU0+55+vGkLDIftXxKlyKxJYCVsGj8BlabGkk2d99A2BzU65LCZdcVZrF9VCQGdrj7C7iQOHyT6sieebK88/8yAJZanx6VX14yapg5hsobEQXqeLxlzB7cr7yhYZXBgcxMZ1g+6eM/Mqkt3uIDiS0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I am facing following error while booting my XenU:

Error: Device 769 (vbd) could not be connected.
Device /dev/hda1 is mounted in the privileged domain,
and so cannot be mounted by a guest.

My configuration file for XenU has following options:


# Kernel image file.
kernel = "/boot/vmlinuz-2.6.18-xen"


disk = [ 'phy:/dev/hda1,hda1,w' ]


# Set root device.
root = "/dev/hda1 ro"

In above kernel image path, I have given the same path of default Xen Image which I am using to boot dom=0.
Is it mandatory to create separate XenU for booting guest OS as I feels that XenU is just the lighter version of Xen0 without any h/w support.

Also, my /etc/fstab is as follows:

LABEL=/1                /                       ext3    defaults        1 1
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
LABEL=SWAP-sda2         swap                    swap    defaults        0 0
filer:/misc     /misc           nfs     defaults        0 0
filer:/home     /home           nfs     defaults        0 0
ftp:/misc/mirror        /misc/mirror    nfs     defaults,noauto 0 0
                                                               
Please let me know what I need to configure more as I am newbie to Xen Environment.

Thanks..
Himanshu

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] issue Booting XenU!!!, techy geek <=