From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Or9fT-0002nT-LC for mharc-grub-devel@gnu.org; Thu, 02 Sep 2010 09:17:27 -0400 Received: from [140.186.70.92] (port=40079 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Or9fP-0002kQ-UH for grub-devel@gnu.org; Thu, 02 Sep 2010 09:17:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Or9fO-0005Yu-NF for grub-devel@gnu.org; Thu, 02 Sep 2010 09:17:23 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:36836) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Or9fO-0005Yl-G9 for grub-devel@gnu.org; Thu, 02 Sep 2010 09:17:22 -0400 Received: by ewy28 with SMTP id 28so265693ewy.0 for ; Thu, 02 Sep 2010 06:17:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=DuNOY8i5pk4L+4b1HFOvO+LlojXlhIq9aEgRRjlQfR0=; b=FJmy4cfnFXZhvWuaSTTQiyC2pbmVutbRJs3wEXAwccIOV3uxHswF4wtvp6oYBzoQbY vvTjjiTYK0ArTYseCIlyLRbN/b9egcLmC+KEX4VWSV+Nc1uUgNK9qpN7VwqzU1ITjYBY gNsmgUapodJkuEmrd1d6MJHQlI7CIErL/16Cs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=qJeOx7z72ocLzrO5KVWeiindG1j6u9aw/HchEmt/RyAyRxlpF3USEeLxtkzUzzdEXO s5bwY71oKwiLgcyiKoXvG0AjH1J/AhU2Yd9MgQZaQaOZXDuFW6/D2nGf/zELGtc0lzbp 1H63qDjL5c9qUqc4JJgQwk3ZVY80eFuSl0cnI= MIME-Version: 1.0 Received: by 10.213.13.133 with SMTP id c5mr1742839eba.4.1283433441429; Thu, 02 Sep 2010 06:17:21 -0700 (PDT) Received: by 10.14.127.67 with HTTP; Thu, 2 Sep 2010 06:17:21 -0700 (PDT) In-Reply-To: References: Date: Thu, 2 Sep 2010 18:47:21 +0530 Message-ID: From: BVK Chaitanya To: The development of GNU GRUB Content-Type: text/plain; charset=ISO-8859-1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: (no subject) 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: Thu, 02 Sep 2010 13:17:25 -0000 Are you sure your build was fine? What is your bzr revision? It worked fine for me with below output: bvk@dbook:~/Work/grub2/m/b/grub-core$ ../grub-mkimage -v -O i386-pc -d . -o core.img biosdisk part_msdos fat ntfs ../grub-mkimage: info: getting the size of ./biosdisk.mod. ../grub-mkimage: info: getting the size of ./part_msdos.mod. ../grub-mkimage: info: getting the size of ./fat.mod. ../grub-mkimage: info: getting the size of ./fshelp.mod. ../grub-mkimage: info: getting the size of ./ntfs.mod. ../grub-mkimage: info: the total module size is 0x6378. ../grub-mkimage: info: getting the size of ./kernel.img. ../grub-mkimage: info: reading ./kernel.img. ../grub-mkimage: info: getting the size of ./kernel.img. ../grub-mkimage: info: locating the section .text at 0x0. ../grub-mkimage: info: locating the section .rodata at 0x546c. ../grub-mkimage: info: locating the section .data at 0x630c. ../grub-mkimage: info: locating the section .bss at 0x6888. ../grub-mkimage: info: getting the size of ./biosdisk.mod. ../grub-mkimage: info: reading ./biosdisk.mod. ../grub-mkimage: info: getting the size of ./biosdisk.mod. ../grub-mkimage: info: getting the size of ./part_msdos.mod. ../grub-mkimage: info: reading ./part_msdos.mod. ../grub-mkimage: info: getting the size of ./part_msdos.mod. ../grub-mkimage: info: getting the size of ./fat.mod. ../grub-mkimage: info: reading ./fat.mod. ../grub-mkimage: info: getting the size of ./fat.mod. ../grub-mkimage: info: getting the size of ./fshelp.mod. ../grub-mkimage: info: reading ./fshelp.mod. ../grub-mkimage: info: getting the size of ./fshelp.mod. ../grub-mkimage: info: getting the size of ./ntfs.mod. ../grub-mkimage: info: reading ./ntfs.mod. ../grub-mkimage: info: getting the size of ./ntfs.mod. ../grub-mkimage: info: kernel_img=0x9d13138, kernel_size=0x6888. ../grub-mkimage: info: the core size is 0x6c21. ../grub-mkimage: info: getting the size of ./diskboot.img. ../grub-mkimage: info: reading ./diskboot.img. ../grub-mkimage: info: getting the size of ./diskboot.img. ../grub-mkimage: info: writing 0x200 bytes. ../grub-mkimage: info: writing 0x6c21 bytes. bvk@dbook:~/Work/grub2/m/b/grub-core$ echo $? 0 bvk@dbook:~/Work/grub2/m/b/grub-core$ -- bvk.chaitanya