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] I want to add a iso file for booting from CDROM, how can

To: ch huang <justlooks@xxxxxxxxx>
Subject: Re: [Xen-users] I want to add a iso file for booting from CDROM, how can i modify the config file?
From: Alberto Asuero Arroyo <albertoasuero@xxxxxxxxx>
Date: Sat, 10 Oct 2009 09:34:23 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 10 Oct 2009 00:35:13 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=rgZczFVdYmi4ZvTLHLUaMQ7LOhllXkEh3BPz0Mx7YCQ=; b=U5LFS5OgA3V7UjtxwEXpw8wa25cV+yyKQmB4sNtSLPSx16GD9D1dMuA24nmqXk48at yGZNWmT8EfDFZHDbl4HhilvEGaL1tnk3jQ8dQ6nZbTsBrXfwl+ZWnk8weGO6oDqXr5Qs 1Vr1KUi5Ino30Y0z2FN3YHCl8NpMukMcDC5U4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=avu418yn6L9ehH54BxG37uwoejUBDNXW6FzTAElF/DYXyyuYZT5tRQQBEZ2Vub6ra3 UbQ8rgdvvSrLg1iMaTEFRHHqp3jCa07VTWdOonaESr33zR+XGXskq1A6kSimTibLerhT RtypIwhKL6FAbUtBbotM3NkqrDjXikFliMG6o=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <875e40390910081751h4c416c9egb249118ef8bb8cc7@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/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: <875e40390910081751h4c416c9egb249118ef8bb8cc7@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

El 09/10/2009, a las 2:51, ch huang escribió:

i modify my config file but no use

name = "m_node"
uuid = "c4b85b1d-e1f3-3bd6-904b-7da7be2ca5e2"
maxmem = 256
memory = 256
vcpus = 1
boot = "dc " # i add this line for boot from cdrom first
bootloader = "/usr/bin/pygrub"
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vfb = [  ]
disk = [ "phy:/dev/VolGroup00/LVmnode,xvda,w", "phy:/dev/VolGroup00/ LVmyswap, xvdb,w","phy:/dev/VolGroup00/LVmnode_raid,xvdc,w","phy:/ dev/VolGroup00/ LVmnode_raid2,xvdd,w", "file:/root/mygentoo/ install-x86-minimal-20090915.iso, hdc:cdrom,r" ] #and add iso file for cdrom
vif = [ "mac=00:16:3e:4a:e5:fa,bridge=xenbr0" ]

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


Hi!!

 I used a line like:

disk = [ 'file:/vserver/images/domains/lamborghini/ lamborghini.img,hda,w', 'file:/vserver/winxp.iso,ioemu:hdc:cdrom,r' ]

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

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