From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JR2bc-00036f-Es for mharc-grub-devel@gnu.org; Mon, 18 Feb 2008 04:48:12 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JR2ba-00036X-LT for grub-devel@gnu.org; Mon, 18 Feb 2008 04:48:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JR2bZ-00036L-3w for grub-devel@gnu.org; Mon, 18 Feb 2008 04:48:10 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JR2bY-00036I-OQ for grub-devel@gnu.org; Mon, 18 Feb 2008 04:48:08 -0500 Received: from mail.prosoft.sk ([217.75.75.68] helo=mail2.prosoft.sk) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JR2bY-0006GF-4r for grub-devel@gnu.org; Mon, 18 Feb 2008 04:48:08 -0500 Received: (qmail 25063 invoked by uid 89); 18 Feb 2008 09:48:06 -0000 Received: from pd1.ntdomain.prosoft.sk (HELO ?192.168.0.192?) (martin.fabus@prosoft.sk@192.168.0.192) by mail.prosoft.sk with ESMTPA; 18 Feb 2008 09:48:06 -0000 Message-ID: <47B9545C.1010009@centrum.sk> Date: Mon, 18 Feb 2008 10:48:12 +0100 From: Matthew User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: grub-devel@gnu.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Subject: 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 09:48:11 -0000 Hi, I'm trying to boot a xen-3.1.gz with grub2, but without any luck. The only message I get is: Error: Invalid magic number after specifying linux /boot/xen-3.0.gz dom0_mem=262144 Another question: What should I use instead of the module command (from grub legacy). 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). Martin