Mailinglist Archive: opensuse-bugs (10715 mails)

< Previous Next >
[Bug 525237] mkinitrd fail? if root is on lvm which is on raid 0
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sat, 3 Oct 2009 13:31:04 -0600
  • Message-id: <20091003193104.519FC245516@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=525237

User blackhole999@xxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=525237#c33





--- Comment #33 from Ray Sutton <blackhole999@xxxxxxxxx> 2009-10-03 13:31:01
MDT ---
I just installed M8 on LVM2 over software raid1, initrd problem still
encountered.
reports error creating initrd (2 distinct errors)

1: cp cannot stat /etc/scsi_id.config

2: Script /lib/mkinitrd/setup/72-block.sh failed
Device md1 not handled

This is identical to the error I got trying to install M7

Hardware config is core I7 12Gb ram 2x500Gb disk as a mirrored pair.

partition 1 /dev/md0 ext4 for /boot 200mb
partition 2 /dev/md1 remainder of disk as physical volume
/dev/sys/dom0 10G LVM2 partition ext4 for /
/dev/sys/dom0swap 1G for swap

fixed 1 by copying file from 11.1
fixed 2 or at least bypassed the problem by adding

md*)
result = "dm-mod raid1"
;;

to the case statement in the get module subroutine

regenerated initrd, failed to boot waiting for /dev/sys/dom0 to appear

I believe the problem is LVM setup and udev run before md setup has occurred
hence the volume group is not accessible

--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >