From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KJUrn-0000EM-OQ for mharc-grub-devel@gnu.org; Thu, 17 Jul 2008 10:53:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJUrl-0000Dc-NJ for grub-devel@gnu.org; Thu, 17 Jul 2008 10:53:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJUrj-0000Cv-4Q for grub-devel@gnu.org; Thu, 17 Jul 2008 10:53:57 -0400 Received: from [199.232.76.173] (port=48509 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJUri-0000Cp-Tj for grub-devel@gnu.org; Thu, 17 Jul 2008 10:53:54 -0400 Received: from main.gmane.org ([80.91.229.2]:55276 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KJUri-0003OI-CC for grub-devel@gnu.org; Thu, 17 Jul 2008 10:53:54 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KJUrd-0003lj-ER for grub-devel@gnu.org; Thu, 17 Jul 2008 14:53:50 +0000 Received: from cable-87-78-199-234.netcologne.de ([87.78.199.234]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jul 2008 14:53:49 +0000 Received: from patrick by cable-87-78-199-234.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jul 2008 14:53:49 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: Patrick Georgi Date: Thu, 17 Jul 2008 16:53:55 +0200 Message-ID: References: <1216304885.21767.11.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cable-87-78-199-234.netcologne.de User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: <1216304885.21767.11.camel@localhost> Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: Solaris boot X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2008 14:53:58 -0000 Javier Martín schrieb: >> Can grub2 load solaris 32 kernel? > Is Solaris Multiboot-compatible? If not, you can try to use its own > bootloader through the `chainloader' command. However, if grub1 could It's multiboot compatible, but with a broken multiboot header (defines a.out kludge while being ELF), I reported that issue, no idea when they catch up. And when this is worked around (I patched out the test in grub2), it still doesn't run, maybe because some tables are missing in grub2's multiboot implementation (e820? no idea, didn't investigate further) Regards, Patrick Georgi