LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Raid1 on debian won't boot after growing. (https://www.linuxquestions.org/questions/linux-server-73/raid1-on-debian-won%27t-boot-after-growing-803383/)

lspiehler 04-21-2010 04:57 PM

Raid1 on debian won't boot after growing.
 
I installed a raid1 on a debian lenny box with only 1 drive "--raid-devices=1" because I didn't have the other drive yet. When I got the other drive, I used "mdadm --grow /dev/md0 --raid-devices=2" and "mdadm --manage /dev/md0 --add /dev/sdb1" The original drive is sda1. I watched /proc/mdstat until it was completely synced, and after a reboot, the system will not reassamble the raid. It fails with "mdadm: no devices found for /dev/md0" This is where root is, therefore, I get nowhere. From a rescue cd I can disable the other drive and shrink back down to 1 device and it boots fine. Any help is greatly appreciated. Thanks.

r0b0 04-23-2010 08:21 AM

I would check /etc/mdadm/mdadm.conf, maybe run update-initramfs after growing the array before rebooting. Not a sure shot tho.


All times are GMT -5. The time now is 06:56 AM.