Re: [PATCH] Fix prefix problem with LVM on RAID

2008-04-13 Thread Guntsche Michael
On Apr 13, 2008, at 18:40, Robert Millan wrote: Ok, second try. This one looks ok for me did not try it out yet though. /Michael smime.p7s Description: S/MIME cryptographic signature ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gn

Re: [PATCH] Fix prefix problem with LVM on RAID

2008-04-13 Thread Robert Millan
On Sun, Apr 13, 2008 at 06:07:22PM +0200, Guntsche Michael wrote: > > On Apr 13, 2008, at 17:04, Robert Millan wrote: > >On Sat, Feb 23, 2008 at 09:54:35PM +0100, Michael Guntsche wrote: > >>Hello, > >> > >>While testing a soon to be deployed setup here I noticed that grub- > >>setup is setting th

Re: [PATCH] Fix prefix problem with LVM on RAID

2008-04-13 Thread Guntsche Michael
On Apr 13, 2008, at 17:04, Robert Millan wrote: On Sat, Feb 23, 2008 at 09:54:35PM +0100, Michael Guntsche wrote: Hello, While testing a soon to be deployed setup here I noticed that grub- setup is setting the prefix wrong if you run LVM on Software RAID grub-setup -v /dev/md0 ... grub-setup:

Re: [PATCH] Fix prefix problem with LVM on RAID

2008-04-13 Thread Robert Millan
On Sat, Feb 23, 2008 at 09:54:35PM +0100, Michael Guntsche wrote: > Hello, > > While testing a soon to be deployed setup here I noticed that grub- > setup is setting the prefix wrong if you run > LVM on Software RAID > > grub-setup -v /dev/md0 > ... > grub-setup: info: dos partition is -2, bsd p

Re: [PATCH] Fix prefix problem with LVM on RAID

2008-02-24 Thread Michael Guntsche
On Feb 23, 2008, at 21:54, Michael Guntsche wrote: Hello, While testing a soon to be deployed setup here I noticed that grub- setup is setting the prefix wrong if you run LVM on Software RAID grub-setup -v /dev/md0 ... grub-setup: info: dos partition is -2, bsd partition is -2, prefix is

[PATCH] Fix prefix problem with LVM on RAID

2008-02-23 Thread Michael Guntsche
Hello, While testing a soon to be deployed setup here I noticed that grub- setup is setting the prefix wrong if you run LVM on Software RAID grub-setup -v /dev/md0 ... grub-setup: info: dos partition is -2, bsd partition is -2, prefix is (md0)(fatoftheland-main)/boot/grub ... As you can se