All of lore.kernel.org
 help / color / mirror / Atom feed
* Revision 2136 breaks two-disk configuarion
@ 2009-04-27  5:25 Pavel Roskin
  2009-04-27  5:57 ` David Miller
  0 siblings, 1 reply; 9+ messages in thread
From: Pavel Roskin @ 2009-04-27  5:25 UTC (permalink / raw)
  To: grub-devel, David S. Miller

Hello!

Since the revision 2136, I'm getting a non-fatal error message:

GRUB loading.
Welcome to GRUB!

alloc magic is broken at 0x7fdaf20
Aborted. Press any key to exit.

After pressing enter, the menu appears and I can boot from it.  The
description of the revision is:

       * disk/fs_uuid.c (grub_fs_uuid_close): Call grub_disk_close()
       on disk->data.

The patch looks wrong to me.  There are no calls to grub_disk_open() in
disk/fs_uuid.c.  Other callers to grub_disk_close() call
grub_disk_open() as well.

# cat /boot/grub/device.map 
(hd0)   /dev/sda
(hd1)   /dev/sdb

The root is on /dev/sdb1.  GRUB is installed on /dev/sda.  Having two
disks is needed to reproduce the problem.

-- 
Regards,
Pavel Roskin



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-04-28 13:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27  5:25 Revision 2136 breaks two-disk configuarion Pavel Roskin
2009-04-27  5:57 ` David Miller
2009-04-27 22:26   ` Pavel Roskin
2009-04-28  1:37     ` [PATCH] " Pavel Roskin
2009-04-28  1:45       ` David Miller
2009-04-28  3:50         ` Pavel Roskin
2009-04-28  8:59           ` David Miller
2009-04-28 13:26             ` Pavel Roskin
2009-04-28  8:59     ` David Miller

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.