From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPMap-0002Ze-KF for qemu-devel@nongnu.org; Sun, 16 May 2004 10:26:19 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPMaI-0002SI-04 for qemu-devel@nongnu.org; Sun, 16 May 2004 10:26:17 -0400 Received: from [193.252.22.28] (helo=mwinf0302.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPMaH-0002Rc-97 for qemu-devel@nongnu.org; Sun, 16 May 2004 10:25:45 -0400 Received: from bellard.org (ATuileries-112-1-1-183.w80-11.abo.wanadoo.fr [80.11.167.183]) by mwinf0302.wanadoo.fr (SMTP Server) with ESMTP id 72FE9C000047 for ; Sun, 16 May 2004 16:25:44 +0200 (CEST) Message-ID: <40A77A72.8000400@bellard.org> Date: Sun, 16 May 2004 16:28:02 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Solaris 9 x86 installation? References: <874qqzm2po.fsf@Janik.cz> <200405021527.14094.jahn.matthias@freenet.de> <874qqyswsp.fsf@Janik.cz> <87ad0qpl6a.fsf@Janik.cz> <40A7689B.30800@bellard.org> In-Reply-To: <40A7689B.30800@bellard.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit 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 Fabrice Bellard wrote: > Pavel Janík wrote: > >> From: Pavel@Janik.cz (Pavel Janík) >> Date: Sun, 02 May 2004 16:55:50 +0200 >> >> > but it is the same as using QEMU, ie. doesn't boot. >> >> I have also tried qemu from CVS with the same result. > > > This is a problem in the Bochs BIOS : it cannot emulate a hard disk in > El-Torito mode. I spoke too fast: in fact it is an error in the int 13 for CDROMs. I updated the Bochs BIOS included in the CVS. I also added a 'bios.diff' file so that the patches can be applied back in the Bochs BIOS project. Now the Solaris x86 install goes further... Fabrice.