Wouter Verhelst wrote:
> On Thu, Jun 29, 2006 at 03:38:04PM +0200, Michael Biebl wrote:
>> ## default grub root device
>> ## e.g. groot=(hd0,0)
>> # groot=(hd0,0)
>>
>> Looking at /sbin/update-grub, groot is used to determine the root device
>>   (line 684). This generates a menu entry like this
>>
>> title        Debian GNU/Linux, ...
>> root         (hd0,0) <= This is wrong, should be (hd0,1)
>> kernel       ...
>> ...
> 
> The "root" in grub terms does *not* correlate to the root device for
> your Linux kernel! The grub root device is where grub expects to find
> the kernel; i.e., this should be wherever /boot is, *not* where /root
> is!
> 
> Your kernel's root device is specified to the kernel with a kernel
> command line parameter. Not with the grub "root" parameter!
> 

You are right. But in my case groot and root are the same, because I
don't have a separate partition for /boot.
Anyways, the real problem is, that convert_raid1 gives the wrong results
because the output format of mdadm has changed. Do you know if the
output format of /proc/mdstat is stable? If so, we could use that
instead of "mdadm -D -b".

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to