From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Ljvz5-0001U6-4T for mharc-grub-devel@gnu.org; Wed, 18 Mar 2009 09:39:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ljvz3-0001Tt-SM for grub-devel@gnu.org; Wed, 18 Mar 2009 09:39:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ljvyz-0001TY-3O for grub-devel@gnu.org; Wed, 18 Mar 2009 09:39:01 -0400 Received: from [199.232.76.173] (port=33811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ljvyz-0001TV-04 for grub-devel@gnu.org; Wed, 18 Mar 2009 09:38:57 -0400 Received: from mail-fx0-f166.google.com ([209.85.220.166]:57598) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ljvyy-00056T-0Z for grub-devel@gnu.org; Wed, 18 Mar 2009 09:38:56 -0400 Received: by fxm10 with SMTP id 10so49769fxm.42 for ; Wed, 18 Mar 2009 06:38:50 -0700 (PDT) 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=wWa8P4q5NpULUJvPeQbwD4Vp2kPHpnUaNnt61VZllnY=; b=Jbt4vOq49bnNNAWHM3XE7Nv6ziXNgGC/iAk3ueb8wLbITX/dbkaSQ/TjnNrcTh8/Xf cRXp/1SugfR/wbsalEs3sBXqu1Gnpw2mvSoyNgru+VlmMBy8nHRuTJj4lswJACRKLzvv oD8ruYLKq/Yp3Aksfw+dP0MkFvzz3MrnvY/wQ= 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=Lgnq2YPKIS7zK3ruSdnpRSf5+VANEz7ZPxYwWksN/J8I50x3goKDOMqZk8zU3L3Ea+ 4pOcjZcjJzJKaJzvA/Wu+uO75P4s54v98MdAirc2ZS8+5nhbaEO5ygxTNGaAEWkBJ6Jv A2uYlAyUDQ3U7aXyAvQ9y5msGElXoPf4T/3jc= Received: by 10.223.107.76 with SMTP id a12mr1043704fap.29.1237383530259; Wed, 18 Mar 2009 06:38:50 -0700 (PDT) Received: from ?82.130.79.102? (ifw-public-dock-102-dhcp.ethz.ch [82.130.79.102]) by mx.google.com with ESMTPS id y15sm220433fkd.32.2009.03.18.06.38.49 (version=SSLv3 cipher=RC4-MD5); Wed, 18 Mar 2009 06:38:49 -0700 (PDT) Message-ID: <49C0F96A.5080807@gmail.com> Date: Wed, 18 Mar 2009 14:38:50 +0100 From: phcoder User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: The development of GRUB 2 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: multiboot module in grub2 --with-platform=efi --target=i386 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: Wed, 18 Mar 2009 13:39:02 -0000 It isn't done yet but I'm working on it. You can be tester if you're interested uzer cheg wrote: > Dear all, > > I'm trying to run Xen Dom0 kernel on my Xserve. > As I see I need Grub's entry like this: > > menuentry "Xen 3.3 unstable -i386 > { > search --set /boot/xen-3.3.gz > multiboot /boot/xen-3.3.gz > module /boot/vmlinuz-2.6.29-rc8-tip root=LABEL=/ ro console=tty0 > module /boot/initrd-2.6.29-rc8-tip.img > } > > I just downloaded from svn latest grub2 (revision 2032) and tried to build it. > # cd grub2 > # ./configure --with-platform=efi --target=i386 > # make > # ./grub-mkimage -d . -o grub.efi apple appleldr boot cat chain > configfile cpio date ext2 echo fat gpt help hexdump hfs hfsplus > iso9660 linux ls normal pc reboot reiserfs scsi search sleep xfs > multiboot module > > I got error message > # grub-mkimage: error: cannot stat ./multiboot.mod > > I think that make did not build multiboot.mod for efi. > Help me please. > Tell me please how to enable multiboot and module support in efi grub2? > > Thank you in advance. > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel -- Regards Vladimir 'phcoder' Serbinenko