From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P4wXM-0003a6-Hq for garchives@archives.gentoo.org; Sun, 10 Oct 2010 14:06:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B5B7E08FF; Sun, 10 Oct 2010 14:05:43 +0000 (UTC) Received: from mail12.bluewin.ch (mail12.bluewin.ch [195.186.19.61]) by pigeon.gentoo.org (Postfix) with ESMTP id A9ADDE08FF for ; Sun, 10 Oct 2010 14:05:42 +0000 (UTC) X-FXIT-IP: IPv4[62.203.63.181] Epoch[1286719541] Received: from [62.203.63.181] ([62.203.63.181:43228] helo=dmj.nu) by mail12.bluewin.ch (envelope-from ) (ecelerity 2.2.2.41 r(31179/31189)) with ESMTP id F0/70-01369-438C1BC4; Sun, 10 Oct 2010 14:05:41 +0000 Received: from queen.localnet (queen.dmj.nu [192.168.1.11]) by dmj.nu with esmtp; Sun, 10 Oct 2010 16:05:41 +0200 id 0000000000122DEE.000000004CB1C835.00005ADF From: Dan Johansson To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] [OT] Problems with libvirt / qemu Date: Sun, 10 Oct 2010 16:05:39 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.34-gentoo-r6; KDE/4.4.5; x86_64; ; ) X-Face: &pU{afj:B4l63kI+Lqyk~Sy4/whF_tOpA+G|\c?XeMpAaD/vgsopla?wk%#wum) =?utf-8?q?=2E/P7PL+=0A=09m?=@q{~IZ-Abs^fx8~&y=';Hf|q0QJ9'$hDLY-]G]qZi%D*]t,~cIK7&COJ+PB%k]I> =?utf-8?q?70nan=0A=09P4a4b?=,C!8S}q!8f'$0uXtH2dm2:Vcq6?KWwe/=VBL],r+d[~tG.JjxUv8\|`j: X-message-flag: Using Microsoft software might be a security risk Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201010101605.40004.Dan.Johansson@dmj.nu> X-Archives-Salt: 90c7cb2c-af45-48cb-a7ed-853c3713d1a7 X-Archives-Hash: 4c65e838fc39f9da89b093b313097472 I know this is of topic, but this is one of the few lists where you mostly get a competent answer. I have a small problem with libvirt / qemu. I have created a guest (also gentoo) on a gentoo hosts and when I start it from the command-line the guests starts OK, but when I start the guest through libvirt with "virsh start" I get "Booting from Hard Disk... Boot failed: not a bootable disk No bootable device" This is the command-line I use to start the guest (which works) "cd /var/lib/kvm/Wilmer; /usr/bin/qemu-system-x86_64 --enable-kvm \ -net nic,vlan=1,model=rtl8139,macaddr=DE:ED:BE:EF:01:03 -net tap,vlan=1,ifname=qtap13,script=no,downscript=no \ -net nic,vlan=3,model=rtl8139,macaddr=DE:ED:BE:EF:03:03 -net tap,vlan=3,ifname=qtap33,script=no,downscript=no \ -m 2048 -k de-ch -vnc :3 -daemonize \ Wilmer.qcow2" The libvirt XML-file was created using "virsh domxml-from-native qemu-argv" and this is the result of that conversion: wilmer a421968d-0573-1356-8cb7-32caff525a03 2097152 2097152 2 hvm destroy restart destroy /usr/bin/qemu-system-x86_64