From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8JDZ-0007V7-3X for qemu-devel@nongnu.org; Mon, 16 Jun 2008 14:14:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8JDX-0007Ub-D8 for qemu-devel@nongnu.org; Mon, 16 Jun 2008 14:14:12 -0400 Received: from [199.232.76.173] (port=60431 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8JDX-0007UY-2h for qemu-devel@nongnu.org; Mon, 16 Jun 2008 14:14:11 -0400 Received: from 149.red-80-37-155.staticip.rima-tde.net ([80.37.155.149]:59039 helo=claunia.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8JDW-00043Y-Iw for qemu-devel@nongnu.org; Mon, 16 Jun 2008 14:14:10 -0400 Received: from [172.26.2.1] (zeus.claunia.com [172.26.2.1]) by claunia.com (Postfix) with ESMTP id 2D28632C83C6 for ; Mon, 16 Jun 2008 18:32:56 +0100 (BST) Message-ID: <4856A628.9000703@claunia.com> Date: Mon, 16 Jun 2008 18:43:04 +0100 From: Natalia Portillo MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Boot Failure (CDROM boot failure code : 0004) References: <874p7tinv3.fsf@alamut.mobiliz.com.tr> <1213619803.3810.8.camel@frecb07144> <87zlplh68t.fsf_-_@alamut.mobiliz.com.tr> <20080616172649.GP20851@kernel.dk> In-Reply-To: <20080616172649.GP20851@kernel.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Reply-To: 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 You are absolutely wrong. If the CD is bootable, with the down dd command, the .ISO file is bootabl= e. That is true, checked by myself, for Power Macintosh, PReP, El Torito=20 (IBM PC compatibles 32-bit and 64-bit, and AmigaONE), Sparc, Intel Mac,=20 Pegasos/Efika and Amiga. Surely it is true also for other architectures, as long as the CD is=20 standard at 2048-bytes/sec or 512-bytes/sec and dd gave no errors. Jens Axboe escribi=F3: > On Mon, Jun 16 2008, Volkan YAZICI wrote: > =20 >> On Mon, 16 Jun 2008, Laurent Vivier writes: >> =20 >>> could you burn a CD with your .iso and try to boot a real PC ? >>> =20 >> I created the ISO image from the same CD that's inserted into the >> /dev/scd0 using below command: >> >> root:~# dd bs=3D$[1024 * 32] \ >> > if=3D/dev/scd0 \ >> > of=3D/root/windows-server-2003-standard-x86-64-sp2.iso >> >> And I'm sure CD is bootable. (Not pirated, original.) OTOH, if we'd >> assume the ISO image is corrupted for some unknown reason, why "-cdrom >> /dev/scd0" didn't work? >> =20 > > You can't just do a dd and expect the output to be bootable, that wont > include the floppy boot image. So nothing wrong with qemu, that iso > would not be bootable if burned either. > > =20