From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HAW6M-0005uD-Ko for mharc-grub-devel@gnu.org; Fri, 26 Jan 2007 13:47:06 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HAW6K-0005tu-6r for grub-devel@gnu.org; Fri, 26 Jan 2007 13:47:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HAW6H-0005tO-Pb for grub-devel@gnu.org; Fri, 26 Jan 2007 13:47:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HAW6H-0005tL-Iv for grub-devel@gnu.org; Fri, 26 Jan 2007 13:47:01 -0500 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HAW6H-0004ir-5w for grub-devel@gnu.org; Fri, 26 Jan 2007 13:47:01 -0500 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 23C3F3CD80E19 for ; Fri, 26 Jan 2007 23:03:33 +0100 (CET) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 018943CD80E17 for ; Fri, 26 Jan 2007 23:03:33 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 26 Jan 2007 19:46:59 +0100 User-Agent: KMail/1.8.2 References: <20060419-172735.sv33391.66041@savannah.gnu.org> <20070102212114.GF4946@bouh.residence.ens-lyon.fr> <20070103120925.GJ25718@fencepost.gnu.org> In-Reply-To: <20070103120925.GJ25718@fencepost.gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701261946.59422.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.000052, version=0.17.2 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: Xen vs. GRUB 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: Fri, 26 Jan 2007 18:47:04 -0000 On Wednesday 03 January 2007 13:09, Thomas Schwinge wrote: > Is there a consensus that GRUB (or rather GRUB2) should be ported to > allow them to run in a Xen environment? Sorry for my late response. Personally, I think it is a good idea to port GRUB 2 to Xen. Xen is just a firmware from GRUB's point of view, so it should not be very difficult to do. In addition, I would like to see GRUB 2 ported to more platforms, such as LinuxBIOS as well as Xen. Okuji