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] install debian lenny guest

To: "ko0nz" <yesiko0nz@xxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-users] install debian lenny guest
From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Date: Thu, 31 May 2007 17:33:39 +0200
Delivery-date: Thu, 31 May 2007 08:44:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1f7e0c110705310824x490671f0r49ea867dee298489@xxxxxxxxxxxxxx>
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
Thread-index: Acejl/qvcPtWZ9BqTa6+IF31t/gD5AAACCDg
Thread-topic: [Xen-users] install debian lenny guest
 

> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of ko0nz
> Sent: 31 May 2007 16:25
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-users] install debian lenny guest
> 
> hi,
> 
> i'm using ubuntu edge 6.10.
> i'd like to test the debian lenny guest with the partition:
> /dev/sdb5    /
> /dev/sda8    swap
> /dev/scd0    cdrom
> lenny.iso      /home/iso/lenny.iso
> 
> i succeded running edge-guest, windows-guest, but i can't with debian
> here's my config:
> 2.6.17-6-generic-xen0
> xen-hypervisor-3.0-i386
> 
> and
> 
> kernel = "/boot/xen0-linux-2.6.17-6-generic-xen0"
> ramdisk = "/boot/xen0-linux-2.6.17-6-generic-xen0.initrd.img"
> builder='linux'
> memory = 512
> name = "lenny"
> vcpus = 1
> vif = [ 'bridge=xenbr0' ]
> disk = [ 
> 'phy:/dev/sdb5,sdb1,w','phy:/dev/sda8,sdb2,w','file:/home/iso/
> lenny.iso,scd0:cdrom,r'
> ]
> root = "/dev/sdb1 ro"
> 
> sdl=1
> vnc=0
> vncviewer=0
> boot='d'
> 
> after 2mn, i have this error:
> Error: Device 2066 (vbd) could not be connected. Hotplug 
> scripts not working.

There's probably more info in "/var/log/xen/xend.log", but I suspect the
whole problem is that you're trying to boot a Linux (para-virtual)
domain from "cdrom", which isn't supported at all (because the
Linux-builder doesn't run a BIOS, which is how the CDROM-boot normally
works - instead, it just loads the kernel and initrd into memory and
sets the VCPU registers to some values that makes it possible to run the
Linux kernel from there). 

I'm not sure, but I don't think ":cdrom" is a valid addition on a PV
domain. 

[It will probably work if you use a "hvmbuilder" form, e.g
kernel="hvmloader" and builder="hvm" instead of the kernel/linux
settings that you use now. And you'd have to give "whole disks" to HVM,
as it doesn't support partitions. [And it won't make a PV domain, of
course - it may be possible to convert it after install, but possibly a
messy business]. 

--
Mats
> 
> something wrong about the config!
> 
> thank in advance.
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
> 
> 
> 



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

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