From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DjdpP-0007JM-Pp for mharc-grub-devel@gnu.org; Sat, 18 Jun 2005 09:57:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DjdpM-0007Hd-2M for grub-devel@gnu.org; Sat, 18 Jun 2005 09:57:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DjdpF-0007D8-7H for grub-devel@gnu.org; Sat, 18 Jun 2005 09:57:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DjdpD-0007Bt-8Y for grub-devel@gnu.org; Sat, 18 Jun 2005 09:57:31 -0400 Received: from [194.67.23.122] (helo=mx2.mail.ru) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DjdlE-0008J3-Pq for grub-devel@gnu.org; Sat, 18 Jun 2005 09:53:25 -0400 Received: from [83.77.2.243] (port=3540 helo=[192.168.1.100]) by mx2.mail.ru with esmtp id 1Djdj1-0008xE-00 for grub-devel@gnu.org; Sat, 18 Jun 2005 17:51:08 +0400 Message-ID: <42B426C7.5010002@list.ru> Date: Sat, 18 Jun 2005 15:51:03 +0200 From: Serbinenko Vladimir User-Agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <42B36238.8040204@inma.ucl.ac.be> In-Reply-To: <42B36238.8040204@inma.ucl.ac.be> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Ext2fs support bug 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: Sat, 18 Jun 2005 13:57:41 -0000 I create grub image like: I have: /home/vova/grub/mnt is a mount point of /home/vova/grub/grub.img $prefix=/home/vova/grub/inst I run: from $prefix/sbin: ../bin/grub-mkimage -v -o ./core.img chain ext2 mount /home/vova/grub/mnt/ cp ../share/grub/i386-pc/* ../../mnt/boot/grub/ cp ./core.img ../../mnt/boot/grub umount /home/vova/grub/mnt/ mount /home/vova/grub/mnt/ sync && ./grub-setup -m ./device.map --root-device=\(fd0\) \(fd0\) -d /home/vova/grub/mnt/boot/grub/ && sync umount /home/vova/grub/mnt And from /home/vova/grub: qemu -fda ./grub.img And I recieve: Welcome to GRUB unaligned pointer 0x7fef8 When I reformat my image file like fat and replace ext2 with fat it works fine so I suppose it's ext2fs bug. Vladimir P.S. I use GRUB2 CVS