From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8MlG-0008Sd-Hu for qemu-devel@nongnu.org; Mon, 16 Jun 2008 18:01:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8MlF-0008Ro-01 for qemu-devel@nongnu.org; Mon, 16 Jun 2008 18:01:13 -0400 Received: from [199.232.76.173] (port=54355 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8MlE-0008Rf-T2 for qemu-devel@nongnu.org; Mon, 16 Jun 2008 18:01:12 -0400 Received: from yw-out-1718.google.com ([74.125.46.156]:55728) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K8MlE-0004uZ-Fj for qemu-devel@nongnu.org; Mon, 16 Jun 2008 18:01:12 -0400 Received: by yw-out-1718.google.com with SMTP id 6so3288895ywa.82 for ; Mon, 16 Jun 2008 15:01:00 -0700 (PDT) Message-ID: <4856E263.1080103@codemonkey.ws> Date: Mon, 16 Jun 2008 17:00:03 -0500 From: Anthony Liguori 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: 7bit 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 Volkan YAZICI wrote: > On Mon, 16 Jun 2008, Laurent Vivier writes: > >> could you burn a CD with your .iso and try to boot a real PC ? >> > > I created the ISO image from the same CD that's inserted into the > /dev/scd0 using below command: > > root:~# dd bs=$[1024 * 32] \ > > if=/dev/scd0 \ > > of=/root/windows-server-2003-standard-x86-64-sp2.iso > Your dd line is very suspect. Why are you using a block size of 32k? The sector size of most CD-ROMs is 2k. I've certainly encountered my fair share of CD-ROMS that were an odd multiple of 2k. dd will silently truncate the ISO if the size is not a multiple of 32k. Regards, Anthony Liguori > 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. > > >