On Tue, May 05, 2015 at 04:11:14PM +0200, jean-yves@lenhof.eu.org
wrote:
Hi,
As a workaround, you can :
- Boot on the Debian CD
- Select Rescue
- Change to a terminal
- cd /tmp
- ar x
/cdrom/pool/main/l/linux/linux-image-3.16.0-4-amd64_3.16.7-ckt7-1_amd64.deb
- xzcat data.tar.xz
*
- cd /tmp/lib/modules/3.16.0-4-amd64/kernel/drivers/md/
- insmod raid10.ko
- insmod dm-raid.ko
- change back to first console and select your root lv
FWIW: I think that at '*' has to be something like
tar xf data.tar
Groeten
Geert Stappers