mdadm crashes the system

Bug #661820 reported by Thomas
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
UNetbootin
Invalid
Undecided
Unassigned

Bug Description

Fresh install of Ubuntu Desktop 10.10, performing all online updates - reboot works fine. Then install mdadm the system does not boot any more:

mount: mounting /dev/disk/by-uuid/.... on /root
failed: Device or resource busy
...
...
No init found. Try passing init=bootarg.

That was it - havn't been able to recover the system any more.
thx for support

Revision history for this message
Arpad Kovacs (minhmeoke) wrote :

I think you should report this against mdadm instead ( https://bugs.launchpad.net/ubuntu/+source/mdadm/ ) since if you've made a standard hard disk install of Ubuntu then UNetbootin doesn't have anything to do with your issue.

Changed in unetbootin:
status: New → Invalid
Revision history for this message
Thomas (teclab-at) wrote :

Here some notes how to rescue the system:

Boot with the live CD.

Mount the hard-disc:
mount /dev/sda1 /mnt

Mount system folders into sda1:
mount –t proc none /mnt/proc
mount –o bind /dev /mnt/dev
mount –o bind /sys /mnt/sys

Change the apparent disk root directory:
chroot /mnt

Now delete all occurences of mdadm:
find / -name mdadm | xargs rm -r

Now call:
update-initramfs -u

With this a new ramfs is created without mdadm - the system boots again.

Revision history for this message
Thomas (teclab-at) wrote :

hell - I now figured out I'am in the wrong bug-tracking system ... sorry for that

Revision history for this message
Thomas (teclab-at) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.