In your '/boot/grub/menu.lst' file you will want to modify the default kernel boot options:
## additional options to use with the default boot option, but not with the ## alternatives ## e.g. defoptions=vga=791 resume=/dev/hda5 # defoptions=break=mount and add 'break=mount' as I have done. After that you will need to execute update-grub as root, so 'sudo update-grub'. During the boot process you will be dropped to a busybox shell where you can reassemble you raid array. I believe the command would look like 'mdadm --assemble --auto=yes /dev/mdX' where X is the partition so to speak. However, you should confirm that by looking at the man for mdadm. -- Feisty beta1 raid is broken https://launchpad.net/bugs/96511 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
