From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Subject: boot fails incrementally starting raid arrays Date: Sun, 11 May 2014 20:31:16 +0200 Message-ID: <536FC1F4.8060802@gmx.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Sender: linux-raid-owner@vger.kernel.org To: linux-raid@vger.kernel.org List-Id: linux-raid.ids Hello Guy's, i recently setuped a small ubuntu 14.4 Server, with 1x SSD Drive (Ubuntu installation on it) and 2x 3TB HDD drive, wich i combined to a Raid1 with mdadm (File Shares are on the Raid). now sometimes (arround every 3 time) i reboot, the Server hangs on boot: |incrementally starting raid arrays mdadm: Create user root not found mdadm: create group disk not found incrementally started raid arrays| these 4 lines keep repeating ( i waited arround 10 mins) if i reboot with ctrl + alt + del, the sever starts normal. If i look at the raid with "|mdadm --detail /dev/md0" everything looks ok. as i'M just a linux beginer and didn't find anything related to that error on the web, im really desperate. As far as i figured the problem out, something within the initramfs seems to go wrong? I allready tried to add these boot options to Grub bootdegraded=true raid=noautodetect didn't help. Maybe anyone here can help me out? regards Steven |