Here's what fixed it for me:
change the following line in sbin/dmraid-activate back to the same as it was in initrd.img.3.0.0.12-generic from Oneric:
Change (around line 75): # array brought up in degraded mode, except in the case of striped arrays.
dmraid -p -i -ay -Z "$1"
To: # array brought up in degraded mode, except in the case of striped arrays.
dmraid -i -ay -Z "$1"
I'm curious to know the reason they decided to add the -p in this version. Does anyone know?
Let me know if you need me to post the step-by-step fix.. most people probably have no idea about how to pkg/re-pkg the initrd file.
Cheers! Shannon
Here's what fixed it for me:
change the following line in sbin/dmraid- activate back to the same as it was in initrd. img.3.0. 0.12-generic from Oneric:
Change (around line 75):
# array brought up in degraded mode, except in the case of striped arrays.
dmraid -p -i -ay -Z "$1"
To:
# array brought up in degraded mode, except in the case of striped arrays.
dmraid -i -ay -Z "$1"
I'm curious to know the reason they decided to add the -p in this version. Does anyone know?
Let me know if you need me to post the step-by-step fix.. most people probably have no idea about how to pkg/re-pkg the initrd file.
Cheers!
Shannon