Bug#426341: grub-pc: failure to read one device in a RAID-1 array causes boot failure

2008-02-04 Thread Robert Millan
On Mon, Feb 04, 2008 at 09:47:55AM +, Sam Morris wrote: > > Is it possible that grub_device_iterate was checking errno after calling > grub_raid_scan_device, and that is what was preventing it from > continuing? Doesn't look like it: if (hook (disk_name)) return 1; although pe

Bug#426341: grub-pc: failure to read one device in a RAID-1 array causes boot failure

2008-02-04 Thread Sam Morris
On Sun, 2008-02-03 at 21:10 +0100, Robert Millan wrote: > On Mon, May 28, 2007 at 03:42:51AM +0100, Sam Morris wrote: > > > > /boot is on the RAID array (md0), made up of (hd1,2) and (hd3,2). grub > > cannot read the RAID superblock from the end of (hd3,2) because the > > end of the partition is

Bug#426341: grub-pc: failure to read one device in a RAID-1 array causes boot failure

2008-02-03 Thread Robert Millan
On Mon, May 28, 2007 at 03:42:51AM +0100, Sam Morris wrote: > > /boot is on the RAID array (md0), made up of (hd1,2) and (hd3,2). grub > cannot read the RAID superblock from the end of (hd3,2) because the > end of the partition is past the area addressable by LBA-28, and the > controller > to whi

Bug#426341: grub-pc: failure to read one device in a RAID-1 array causes boot failure

2007-05-29 Thread Sam Morris
On Tue, 2007-05-29 at 16:19 +0200, Robert Millan wrote: > On Mon, May 28, 2007 at 03:42:51AM +0100, Sam Morris wrote: > > > > A partial patch was suggested which solves the issue for now: > > > > Index: disk/raid.c > > === > > RCS fi

Bug#426341: grub-pc: failure to read one device in a RAID-1 array causes boot failure

2007-05-29 Thread Robert Millan
On Mon, May 28, 2007 at 03:42:51AM +0100, Sam Morris wrote: > > A partial patch was suggested which solves the issue for now: > > Index: disk/raid.c > === > RCS file: /cvsroot/grub/grub2/disk/raid.c,v > retrieving revision 1.3 > diff

Bug#426341: grub-pc: failure to read one device in a RAID-1 array causes boot failure

2007-05-27 Thread Sam Morris
Package: grub-pc Version: 1.95+20070520-1 Severity: normal Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Further to : /boot is on the RAID array (md0), made up of (hd1,2) and (hd3,2). grub cannot read the RAID superbloc