Re: Faulty grub-mkdevicemap file

2009-04-26 Thread Andreas
Thanks a lot, this fixed it. David Miller schrieb: From: BandiPat Date: Sat, 25 Apr 2009 15:29:11 -0400 Here is the error when running grub-install: I just checked in the following patch which will fix this bug. 2009-04-26 David S. Miller * util/grub-mkdevicemap.c (make

Re: Faulty grub-mkdevicemap file

2009-04-26 Thread David Miller
From: BandiPat Date: Sat, 25 Apr 2009 15:29:11 -0400 > Here is the error when running grub-install: I just checked in the following patch which will fix this bug. 2009-04-26 David S. Miller * util/grub-mkdevicemap.c (make_device_map): Add missing NESTED_FUNC_ATTR to process_

Re: Faulty grub-mkdevicemap file

2009-04-25 Thread David Miller
From: BandiPat Date: Sat, 25 Apr 2009 15:29:11 -0400 > Here is the error when running grub-install: > > grub-install /dev/sda > /usr/sbin/grub-install: line 203: 1362 Segmentation fault > $grub_mkdevicemap --device-map=$device_map $no_floppy > > This is using svn2140 release. Can you please ru

Re: Faulty grub-mkdevicemap file

2009-04-25 Thread BandiPat
BandiPat wrote: Probably this problem was introduced by revision 2133 and obviously wasn't fixed in rev 2134 - 2137 and in 2138 - 2140 I can see nothing which might fix this. It would be great if somebody could have a look what could cause this problem. Maybe davem as the author of that revi

Faulty grub-mkdevicemap file

2009-04-25 Thread BandiPat
BandiPat writes: > Oh, has anyone experienced any problems with grub-mkdevicemap when installing Grub2 or updating? I had one user complain about it segfaulting on his machine, but I've not seen any problems. This is with svn2137. --- Andreas wrote: I'm experiencing also problems