From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Biscuolo Subject: Re: "guix system vm" to libvirt XML domain Date: Thu, 24 Jan 2019 20:04:51 +0100 Message-ID: <87lg39c1ws.fsf@roquette.mug.biscuolo.net> References: <87o985c41f.fsf@roquette.mug.biscuolo.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:35290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmkJh-0005M5-9G for help-guix@gnu.org; Thu, 24 Jan 2019 14:05:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmkJd-0008N4-Jg for help-guix@gnu.org; Thu, 24 Jan 2019 14:05:33 -0500 Received: from ns13.heimat.it ([46.4.214.66]:40734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmkJS-0008GX-Jx for help-guix@gnu.org; Thu, 24 Jan 2019 14:05:21 -0500 Received: from localhost (ip6-localhost [127.0.0.1]) by ns13.heimat.it (Postfix) with ESMTP id BA874300EFB for ; Thu, 24 Jan 2019 19:05:15 +0000 (UTC) Received: from ns13.heimat.it ([127.0.0.1]) by localhost (ns13.heimat.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nYe5sTre4Nrx for ; Thu, 24 Jan 2019 19:04:55 +0000 (UTC) Received: from bourrache.mug.xelera.it (unknown [93.56.161.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ns13.heimat.it (Postfix) with ESMTPSA id 5755C3000D5 for ; Thu, 24 Jan 2019 19:04:55 +0000 (UTC) Received: from roquette.mug.biscuolo.net (roquette.mug.biscuolo.net [10.38.2.14]) by bourrache.mug.xelera.it (Postfix) with SMTP id 1F802300056 for ; Thu, 24 Jan 2019 20:04:54 +0100 (CET) In-Reply-To: <87o985c41f.fsf@roquette.mug.biscuolo.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org --=-=-= Content-Type: text/plain Hi, reply to myself: Giovanni Biscuolo writes: [...] > 7. start the VM, connect via SPICE and see the VM does not boot due to > an error in procedure mount, falling back to the guile REPL; the backtrace > is: > > --8<---------------cut here---------------start------------->8--- > In gnu/build/linux-boot.scm: > 516:13 2 (_) > 367:8 1 (mount-root-file-system "/dev/vda1" "ext4" # _) > In unknown file: > 0 (mount "/dev/vda1" "/real-root" "ext4" 1 #) > --8<---------------cut here---------------end--------------->8--- OK I solved this, it was "virsh domxml-from-native" that missed to detect the correct disk type of the vda disk, so I changed this part of the XML domain definition: --8<---------------cut here---------------start------------->8---
--8<---------------cut here---------------end--------------->8--- type='raw' changed to type='qcow2' but now I've a problem with the /gnu/store mount in guest "9pnet_virtio: no channels available for device TAGjoptajej2oynju6yvboauz7pl6uj" ...still missimg someting any hint please? Thanks! --=-=-= Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" --==-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Giovanni Biscuolo Xelera IT Infrastructures --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEERcxjuFJYydVfNLI5030Op87MORIFAlxKDFQACgkQ030Op87M ORKQ8w/+LzuPlasCVVMNM4/VpwGjSYBRAbro0oprDSkJLDvrnUQ2HnZVK6/fxZ7O i+4i1s+ICiVp8KYNYOeWn+rXXM4fsmM2zrtC0PmnRz7L1lVqjw7QISZplWh9JD7J hFeJZ6h/QDIVEbWsN+JQ32LWb2aM9AGlz/ykfcztxXwWC1dTyNcfO4GM6pFCOu7M tteVNCR5iVXZclOI2JQBZTehpdvIbcdKKMVh2nsOS9IvJFMeKQvMYYUYThFbNFJ5 vtXoaFq5okO/8VR9c4n2h3jRM+LDQVKVqQ6N8XHZ+1I75k4VE2FD8UHvOo4fEP8d kljm1XR7SV1qmKgcWkM+ttzF4WNMgZrDqY6yAHl9duPlwiosTuvxBo8wMBA17vYM KpFlxnfaDmYvHL8phEit0/Mv12IdxJqB4c1AvoaQofxveiHZPHRJpN04iCFPuGGx yn6o8ZVDRGLHsnJ0wG2ok6+8lDFzDjhDeIdxGvQD0/Ex6U+bDuSZeIlT0Z/tULoE 0VFSnLcNf5G+S+oFV6eExyd/lW0xTfWxO8wQ5xeff9woVTefDPLdhraKA5uNkTgq E7Obf5u+0e6Lp1RfCyruEIPpkiAAx8hKoqKvcqFXD1+LsKLxFNKdNCByUjF7/+PC 0S13v+etdO2aVEptnj3o6A4qvkkAnCaoUYo8YRf9n99DhdkQz7w= =bhFp -----END PGP SIGNATURE----- --==-=-=-- --=-=-=--