From: Serbinenko Vladimir <serbinenko.vova@list.ru>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Ext2fs support bug
Date: Sat, 18 Jun 2005 15:51:03 +0200 [thread overview]
Message-ID: <42B426C7.5010002@list.ru> (raw)
In-Reply-To: <42B36238.8040204@inma.ucl.ac.be>
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
next prev parent reply other threads:[~2005-06-18 13:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-17 23:52 netboot and memory problem : solved ? Vincent Guffens
2005-06-18 13:51 ` Serbinenko Vladimir [this message]
2005-07-13 16:42 ` Ext2fs support bug Marco Gerards
2005-07-30 13:20 ` Bug-fixing and keystroke Serbinenko Vladimir
2005-07-31 16:19 ` Yoshinori K. Okuji
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42B426C7.5010002@list.ru \
--to=serbinenko.vova@list.ru \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.