From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerry Reno Subject: Re: KVM-74: HELP PLEASE - cannot boot from cdrom for recovery Date: Tue, 31 Mar 2009 13:01:10 -0400 Message-ID: <49D24C56.6040502@verizon.net> References: <49D22FAF.5060808@verizon.net> <49D23022.5060101@wpkg.org> <49D231D0.3040805@verizon.net> <49D23255.8090202@wpkg.org> <49D2345D.1060101@verizon.net> <49D23BBF.5020804@messageone.com> <49D23D03.8090607@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from vms173017pub.verizon.net ([206.46.173.17]:53737 "EHLO vms173017pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753522AbZCaRBX (ORCPT ); Tue, 31 Mar 2009 13:01:23 -0400 Received: from [192.168.2.100] ([72.91.189.24]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KHD00EJ1R9ZCZ8L@vms173017.mailsrvcs.net> for kvm@vger.kernel.org; Tue, 31 Mar 2009 12:01:11 -0500 (CDT) In-reply-to: Sender: kvm-owner@vger.kernel.org List-ID: Charles Duffy wrote: > Gerry Reno wrote: >> Charles Duffy wrote: >>> Gerry Reno wrote: >>>>> What is GUI VMM? >>>> virt-manager >>> >>> To get support for kvm proper here, you'll want to use ps to see the >>> command line with which libvirtd is invoking kvm and provide that. >>> >> /usr/bin/qemu-kvm -S -M pc -m 512 -smp 2 -name MX_3 -monitor pty >> -boot c -drive >> file=/var/vm/vm1/qemu/images/MX_3/MX_3.img,if=ide,index=0,boot=on >> -net nic,macaddr=00:0c:29:e3:bc:ee,vlan=0 -net >> tap,fd=18,script=,vlan=0,ifname=vnet1 -serial none -parallel none >> -usb -vnc 127.0.0.1:1 -k en-us > > -drive file=/path/to/your.iso,if=ide,index=1,media=cdrom > > or, in your XML: > > > > > > > I put the xml stanza in the file and undefine/define domain but it gives an error about cannot read image file. And I check this path and I can read all the files from the command line on the DVD just fine. What could be the problem? Regards, Gerry