> However, when it comes to mounting / from the md the boot dies - at the > bottom of this email I've > pasted output of the last stage of the boot > process.
Just to let you know, as I suspected, it was a udev problem. In my case it was because the new filesystem didn't contain the character special devices for console & null. Fixed by: 1. booting non-mirrored root 2. mount /dev/md2 /mnt 3. cd /mnt/dev 4. mknod console c 5 1 5. mknod null c 1 3 Everything's working now, but I find those messages about UUIDs being different between the various RAID members a bit annoying - anyone know how to fix that? ________________________________________________________________________ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify [EMAIL PROTECTED] This email has been scanned for all viruses by the FFastFill Email Security System. ________________________________________________________________________

