From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JR5Tk-0000r6-9U for mharc-grub-devel@gnu.org; Mon, 18 Feb 2008 07:52:16 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JR5Tj-0000qO-5V for grub-devel@gnu.org; Mon, 18 Feb 2008 07:52:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JR5Th-0000ph-Bf for grub-devel@gnu.org; Mon, 18 Feb 2008 07:52:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR5Tg-0000pc-U9 for grub-devel@gnu.org; Mon, 18 Feb 2008 07:52:12 -0500 Received: from c60.cesmail.net ([216.154.195.49]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1JR5Tg-00053o-80 for grub-devel@gnu.org; Mon, 18 Feb 2008 07:52:12 -0500 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 18 Feb 2008 07:52:11 -0500 Received: from [192.168.1.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id CCCF6619058 for ; Mon, 18 Feb 2008 07:52:10 -0500 (EST) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <47B9545C.1010009@centrum.sk> References: <47B9545C.1010009@centrum.sk> Content-Type: text/plain Date: Mon, 18 Feb 2008 07:52:10 -0500 Message-Id: <1203339130.11754.3.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: grub 2 and booting xen dom0 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: Mon, 18 Feb 2008 12:52:15 -0000 On Mon, 2008-02-18 at 10:48 +0100, Matthew wrote: > The xen docs instruct to use: > > title Xen 3.0 / XenLinux 2.6 > kernel /boot/xen-3.0.gz dom0_mem=262144 > module /boot/vmlinuz-2.6-xen0 root=/dev/sda4 ro console=tty0 > module /boot/my_initrd.gz > > > for specifying the xenLinux kernel and initrd. For kernel we have the > linux command in grub2, but what (or how) to use insted of the module > (of course, with the former meaning as in grub legacy). "kernel" is "multiboot" in GRUB 2, not "linux", but "module" is still "module". Also, you may want to try uncompressed images and modules. -- Regards, Pavel Roskin