https://bugzilla.novell.com/show_bug.cgi?id=779965 https://bugzilla.novell.com/show_bug.cgi?id=779965#c6 Mathias Fröhlich <mathias.froehlich@f-i.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|mathias.froehlich@f-i.de | --- Comment #6 from Mathias Fröhlich <mathias.froehlich@f-i.de> 2012-09-20 09:07:45 UTC --- When manually probing the dm-snapshot module in rescue I'm able to activate the root volume and fix the initrd: linux:~ # modprobe dm-snapshot linux:~ # vgchange -ay 4 logical volume(s) in volume group "system" now active linux:~ # mount /dev/system/root /mnt/ linux:~ # mount /dev/sda1 /mnt/boot/ linux:~ # mount -o bind /dev /mnt/dev/ linux:~ # mount -o bind /sys/ /mnt/sys/ linux:~ # mount -o bind /proc/ /mnt/proc/ linux:~ # chroot /mnt/ linux:/ # mkinitrd -m dm-snapshot Kernel image: /boot/vmlinuz-3.4.6-2.10-default Initrd image: /boot/initrd-3.4.6-2.10-default Root device: /dev/system/root (mounted on / as ext4) modprobe: Module dm_snapshot_origin not found. WARNING: no dependencies for kernel module 'dm-snapshot-origin' found. Kernel Modules: hwmon thermal_sys thermal processor fan dm-mod dm-snapshot scsi_dh scsi_dh_hp_sw scsi_dh_emc scsi_dh_rdac scsi_dh_alua scsi_transport_spi mptbase mptscsih mptspi linear Features: acpi dm plymouth block lvm2 resume.userspace resume.kernel After reboot it's working...until next kernel update I believe. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.