From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#29934: in virtual machines the graphical dektop environment randomly fails to show up Date: Tue, 2 Jan 2018 09:58:08 +0100 Message-ID: <20180102095808.04d1111b@scratchpost.org> References: <20180101214735.734b62cd@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWIPZ-0003Gz-N5 for bug-guix@gnu.org; Tue, 02 Jan 2018 03:59:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eWIPW-0005f5-JK for bug-guix@gnu.org; Tue, 02 Jan 2018 03:59:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51748) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eWIPW-0005ev-F2 for bug-guix@gnu.org; Tue, 02 Jan 2018 03:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eWIPW-0005hi-6p for bug-guix@gnu.org; Tue, 02 Jan 2018 03:59:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Catonano Cc: 29934@debbugs.gnu.org > As for the log in the guest, how wold I copy and paste it ? There's a stdio feature in qemu: qemu-system-x86_64 -enable-kvm -hda Q -serial stdio -m 1G ^^^^^^^^^^^^^ So if you start qemu in a terminal, you can log into the guest from that terminal (at least when you pass (kernel-arguments '("console=ttyS0")) to the guest. You can copy & paste normally from that terminal.