From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8JDX-0007Un-Mv for qemu-devel@nongnu.org; Mon, 16 Jun 2008 14:14:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8JDW-0007UT-T1 for qemu-devel@nongnu.org; Mon, 16 Jun 2008 14:14:11 -0400 Received: from [199.232.76.173] (port=60430 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8JDW-0007UQ-N9 for qemu-devel@nongnu.org; Mon, 16 Jun 2008 14:14:10 -0400 Received: from 149.red-80-37-155.staticip.rima-tde.net ([80.37.155.149]:59040 helo=claunia.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8JDW-00043a-AO for qemu-devel@nongnu.org; Mon, 16 Jun 2008 14:14:10 -0400 Message-ID: <4856A6F4.3040609@claunia.com> Date: Mon, 16 Jun 2008 18:46:28 +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> In-Reply-To: <87zlplh68t.fsf_-_@alamut.mobiliz.com.tr> 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 Cc: Laurent Vivier Could you do the following and paste the results here? sudo file -s /dev/scd0 file Both should say something like: ISO 9660 CD-ROM filesystem data '****************' (bootable) Volkan YAZICI escribi=F3: > 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? > > > Regards. > > > > =20