<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<style type="text/css">.mceResizeHandle {position: absolute;border: 1px solid black;background: #FFF;width: 5px;height: 5px;z-index: 10000}.mceResizeHandle:hover {background: #000}img[data-mce-selected] {outline: 1px solid black}img.mceClonedResizable, table.mceClonedResizable {position: absolute;outline: 1px dashed black;opacity: .5;z-index: 10000}
</style>
</head><body style="">
<div>
Thomas Lange <lange@informatik.uni-koeln.de> hat am 29. Oktober 2013 um 22:07 geschrieben:
</div>
<div>
</div>
<div>
> > < GROOT=$(echo $GROOT | sed 's:md/:md:g')
<br/>>
<br/>> I've just read the git log. This minor patch is not needed any more in
<br/>> wheezy. That's why these lines were removed on Sep 8th. I guess you
<br/>> still have them in your script.
<br/>
<br/>
</div>
<div>
Yes, they are still there. But I don't think they do any harm, as the result of the call
</div>
<div>
</div>
<div>
$ROOTCMD grub-probe -tdrive -d $BOOT_DEVICE
</div>
<div>
</div>
<div>
is "(md0)". It's
</div>
<div>
</div>
<div>
$ROOTCMD grub-install --no-floppy "(md0)"
</div>
<div>
</div>
<div>
that leads to
</div>
<div>
</div>
<div>
<span style="font-size: 9pt;"> /usr/sbin/grub-probe: Fehler: no such disk.</span>
</div>
<div>
<span style="font-size: 9pt;"> Auto-detection of a filesystem of /dev/md0 failed.</span>
</div>
<div>
<span style="font-size: 9pt;"> </span>
</div>
<div>
<span style="font-size: 9pt;">The same error occurs if I replace "(md0)" with "(hd0)" or "(hd1)", the only entries in /target/boot/grub/device.map.</span>
</div>
<div>
<span style="font-size: 9pt;"> </span>
</div>
<div>
<span style="font-size: 9pt;"><span>> If you use dracut instead of initramfs-tools you have to add rd.auto</span></span>
</div>
<div>
<span style="font-size: 9pt;"><span>> to the kernel command line, otherwise no RAID devices will be</span></span>
</div>
<div>
<span style="font-size: 9pt;"><span>> activated by dracut.</span></span>
</div>
<div>
<span style="font-size: 9pt;"><span> </span></span>
</div>
<div>
<span style="font-size: 9pt;"><span>I did so, but that didn't improve the situation.</span></span>
</div>
<div>
<span style="font-size: 9pt;"><span> </span></span>
</div>
<div>
<span style="font-size: 9pt;"><span>Olav</span></span>
</div>
</body></html>