From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKEd0-0002Zk-8s for qemu-devel@nongnu.org; Wed, 30 Jan 2008 10:13:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKEcy-0002Z0-FG for qemu-devel@nongnu.org; Wed, 30 Jan 2008 10:13:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKEcy-0002Yt-5F for qemu-devel@nongnu.org; Wed, 30 Jan 2008 10:13:28 -0500 Received: from kurt.tools.de ([192.76.135.70]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JKEcx-0006F4-OQ for qemu-devel@nongnu.org; Wed, 30 Jan 2008 10:13:28 -0500 Message-Id: <200801301513.m0UFDGtl008390@imap.tools.intra> Date: Wed, 30 Jan 2008 16:13:15 +0100 (CET) From: Juergen Keil Subject: Re: [Qemu-devel] Under WinXP, Solaris installation does not work in qemu 0.9.1 but does work in qemu 0.9.0 MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: FVKkx4WOzgb82Ly12Lmcrw== Reply-To: Juergen Keil , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: dmitry.bolshakov@bridge-quest.com > P4 3.40GHz > WinXP Professional SP2 > > Solaris Express Developer Edition 2/07 DVD iso image > (I have 2/07 but latest version is 9/07 > http://www.sun.com/software/solaris/solaris-express/get.jsp) > > qemu-0.9.1: ... > Small comment - normal setup goes almost without delay, but > errors appear[*] after 1 or 2 minutes delay (and continue to appear by the > same "blocks" with the same interval > [*] WARNING: /pci@0,0/pci-ide@1,1/ide@1 (ata1): > timeout: abort requested, target=0 lun=0 Workaround is to disable the use of DMA data transfers for the Solaris ata driver. Edit the boot entry in the initial grub menu and append ",ata-dma-enabled=0" at the end of the line starting with "kernel ...". The kernel command should look similar to this: kernel /boot/platform/i86pc/kernel/unix -B install_media=cdrom,ata-dma-enabled=0