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] booting domU from DVD

To: Glenn Davy <glenn@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] booting domU from DVD
From: mark pryor <tlviewer@xxxxxxxxx>
Date: Sun, 22 Apr 2007 19:40:39 -0700 (PDT)
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sun, 22 Apr 2007 19:39:23 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=t7eWjEeZL4o5hfIg3i82hwVloSvMvIMvUsYrTk1DZuP/3vtN1w1W6Em0GgbC3XnAiCSKAwV979lQwvJCSql9TyIHE6SFGNC3/tXr+DtQzeG9TOrxFbImjuVTjUlXs4aAlDD475zcBNoDJonhY/dD5ZHQU9FWfjkBoE041xkqDRY=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200704231216.04786.glenn@xxxxxxxxxxxxxxxxxxx>
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
'file:/home/glenn/winosdvd.img,dvd,r'
                                             ^^^^^
change above to
hdc:dvd

that should be enough as long as you have the dvd as an iso

cd /home/glenn
dd if=/dev/dvd of=winosdvd.img

its not enough to copy the dvd to the drive it must be an iso9660 file type

--
Mark

Glenn Davy <glenn@xxxxxxxxxxxxxxxxxxx> wrote:
Hi
Can someone confirm if its possible to boot of a udf image/dvd? If so what do
I need to change in the file below?

All my windows OS images are on DVD as part of my msdn subscription. In this
instance I've copied the image to Dom0 file system, but have tried physically
from the dvd also.

Here is my disk definition line:
disk=['file:/home/glenn/windows2003.img,ioemu:hda,w','file:/home/glenn/winosdvd.img,dvd,r']
but complete file is shown below.

The result of xm create is that ata0 slave is an unknown device, CDROM boot
failure code 0002


#Complete file for this HVM....
kernel = "/usr/lib/xen-ioemu-3.0/boot/hvmloader"
builder='hvm'
memory=1024
name = "Windows2003Server"
vcpus = 1
vif = ['bridge=xenbr0']
disk=['file:/home/glenn/windows2003.img,ioemu:hda,w','file:/home/glenn/winosdvd.img,dvd,r']
device_model='/usr/lib/xen-ioemu-3.0/bin/qemu-dm'
boot='d'
fullscreen=0
sdl=1
vnc=0
vncviewer=0
serial='pty'
ne2000=0
usb=1
usbdevice='tablet'



Thanks
Glenn

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


Ahhh...imagining that irresistible "new car" smell?
Check out new cars at Yahoo! Autos.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>