From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JaK9b-0005bF-0r for qemu-devel@nongnu.org; Fri, 14 Mar 2008 20:21:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JaK9Z-0005aK-AC for qemu-devel@nongnu.org; Fri, 14 Mar 2008 20:21:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaK9Z-0005aE-3N for qemu-devel@nongnu.org; Fri, 14 Mar 2008 20:21:37 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JaK9Y-0005Rs-Qe for qemu-devel@nongnu.org; Fri, 14 Mar 2008 20:21:37 -0400 Message-ID: <047f01c88632$83395ac0$0201a8c0@zeug> From: "Sebastian Herbszt" References: <100329.88296.qm@web25711.mail.ukl.yahoo.com> Date: Sat, 15 Mar 2008 01:18:01 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Cant boot from scsi cdrom 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 > Qemu says : > CDROM boot failure code : 0003 > Boot from CD-Rom failed > FATAL : Could not read the boot disk > > Is this unsupported at the moment or am I using the wrong command line > ? >>From rombios.c: - CD-ROM booting is only available if ATA/ATAPI Driver is available Since the bios lacks support for scsi, cdrom boot only works with if=ide. - Sebastian