From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URfGS-00063i-CT for qemu-devel@nongnu.org; Mon, 15 Apr 2013 04:59:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URfA4-0002db-Hd for qemu-devel@nongnu.org; Mon, 15 Apr 2013 04:54:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URfA4-0002dQ-8e for qemu-devel@nongnu.org; Mon, 15 Apr 2013 04:53:16 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3F8rF6D000848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 15 Apr 2013 04:53:15 -0400 Received: from redhat.com (vpn1-6-102.ams2.redhat.com [10.36.6.102]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id r3F8rDYN016621 for ; Mon, 15 Apr 2013 04:53:14 -0400 Date: Mon, 15 Apr 2013 11:53:12 +0300 From: "Michael S. Tsirkin" Message-ID: <20130415085312.GA14188@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] unable to boot systemrescuecd with tcg only? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Get system rescue CD version 2.8.0 here: http://www.sysresccd.org/Sysresccd-versions Verify md5 checksum: 450305b2c3ac12d5c97ff849ca178586 Try to boot: ./x86_64-softmmu/qemu-system-x86_64 -net user -net nic -snapshot -cdrom \ ~/images/systemrescuecd-x86-2.8.0.iso Select option: all files cached to memory. Error: XZ compressed data is corrupt. Try version 1.2.2 (in F18) qemu-system-x86_64 -net user -net nic -snapshot -cdrom \ ~/images/systemrescuecd-x86-2.8.0.iso Boots fine, gets to keyboard prompt. Try with kvm: ./x86_64-softmmu/qemu-system-x86_64 -enable-kvm -net user -net nic -snapshot -cdrom \ ~/images/systemrescuecd-x86-2.8.0.iso Boots fine, gets to keyboard prompt. Didn't try bisecting yet. -- MST