On Thu, May 31, 2012 at 2:58 PM, Yan Seiner <address@hidden> wrote:
.bash_history:mount /dev/md0 /mnt/new-root
.bash_history:mount --bind /sys /mnt/new-root/sys
.bash_history:mount --bind /proc /mnt/new-root/proc
.bash_history:mount --bind /dev /mnt/new-root/dev
address@hidden:~# chroot /mnt/new-root
address@hidden:/# mount -a # this mounts the /dev/md* stuff
address@hidden:/# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb1 964408 136176 779240 15% /
tmpfs 964408 136176 779240 15% /lib/init/rw
udev 1678936 260 1678676 1% /dev
tmpfs 1678936 260 1678676 1% /dev/shm
devpts 1678936 260 1678676 1% /dev/pts
/dev/md0 964408 136176 779240 15% /mnt/new-root
/dev/md1 241036 20286 208306 9% /boot
/dev/md5 461237464 202808 437605068 1% /home
/dev/md2 964408 17588 897828 2% /tmp
/dev/md3 7692776 559804 6742200 8% /usr
/dev/md4 7692776 279264 7022740 4% /var
address@hidden:/# grub-install /dev/sda
/usr/sbin/grub-probe: error: no such disk.
Auto-detection of a filesystem of /dev/md1 failed.
Please report this together with the output of "/usr/sbin/grub-probe
--device-map=/boot/grub/device.map --target=fs -v /boot/grub" to
<address@hidden>
What version of grub is this ("grub-install --version")?