From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NXk8X-0000QD-WC for mharc-grub-devel@gnu.org; Wed, 20 Jan 2010 18:38:58 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXk8W-0000NK-9l for grub-devel@gnu.org; Wed, 20 Jan 2010 18:38:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXk8R-0000FX-Tk for grub-devel@gnu.org; Wed, 20 Jan 2010 18:38:55 -0500 Received: from [199.232.76.173] (port=45648 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXk8R-0000F7-GL for grub-devel@gnu.org; Wed, 20 Jan 2010 18:38:51 -0500 Received: from mail-ew0-f209.google.com ([209.85.219.209]:37824) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NXk8Q-0003w9-Oy for grub-devel@gnu.org; Wed, 20 Jan 2010 18:38:51 -0500 Received: by ewy1 with SMTP id 1so3743755ewy.8 for ; Wed, 20 Jan 2010 15:38:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=bfZ9SJwoJwQrhH8AEax47fCs++3Zrkhas6o6kBH9X5Q=; b=Z1IcKDbdDaCipIejdGsSGhh7wUKFRoVa2Qwf5SRkFzU+VNaiR3jr3W/EuzZSR+CeCw E0/JoYWj9jrf8R0SOKy8gA3SzA20fmiUwGQx70jC51V9TJvEBhVaEjwGiQF7bARsAish RfV1TNlHwjSozIb6WybFZJXDoSgb6SQ+mxo1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=xtrRyvMqJfcABXuxGic32e2CLS9MStMa0HABXNDhQDitq8soJHtV4hOFQ/MvmmAkC7 PnSLy9+l/lgL9jVGji52OJoDopZRKHlCyro2jkLhBAG1CgLJKFPoG7IAA58p7KQbuaXr gETHpcNcQhK4p1y4cpZDbf7LHJg6O4Mbm38Y4= Received: by 10.213.98.205 with SMTP id r13mr571119ebn.89.1264030722456; Wed, 20 Jan 2010 15:38:42 -0800 (PST) Received: from ?192.168.1.50? (c2433-1-88-160-112-182.fbx.proxad.net [88.160.112.182]) by mx.google.com with ESMTPS id 5sm174041eyh.24.2010.01.20.15.38.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 Jan 2010 15:38:42 -0800 (PST) Message-ID: <4B579401.9020700@gmail.com> Date: Thu, 21 Jan 2010 00:38:41 +0100 From: =?UTF-8?B?R3LDqWdvaXJlIFN1dHJl?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707) MIME-Version: 1.0 To: The development of GNU GRUB References: <4B4F2EE2.6090405@gmail.com> <4B4F332A.6020504@gmail.com> <4B4F6A01.6090605@gmail.com> <20100119224305.GF8599@thorin> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [multiboot] abstractmbi, modules X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2010 23:38:56 -0000 Seth Goldberg wrote: > The latest version of Solaris xVM (based on Xen 3.4) is bootable from > GRUB2, so that confirms that the bug was fixed in 3.4, so please give > that a try. Indeed, Xen 3.4.2 (i386) boots fine with GRUB 2. For the record, the command I used is: grub> multiboot (...)/xen.gz grub> module (...)/netbsd-XEN3PAE_DOM0.gz /netbsd-XEN3PAE_DOM0.gz console=pc grub> boot Thanks, Grégoire