[Bug 654848] New: With kernel head encrypted lvm root partition doesn't work
https://bugzilla.novell.com/show_bug.cgi?id=654848 https://bugzilla.novell.com/show_bug.cgi?id=654848#c0 Summary: With kernel head encrypted lvm root partition doesn't work Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: otuominen@novell.com QAContact: qa@suse.de Found By: --- Blocker: --- Tried kernel from kernel head repository (2.6.37-rc2-1) and it ended that I cannot boot with it. I have separate /boot partition and encrypted lvm containing root / and home partition. This works well with normal 11.3 desktop kernel. When booting with 2.6.37-rc2-1 it will ask lvm container password normally but I can see there: fatal: module "processor, termal, fan, dm_snaoshot, linear" not found mkdir: cannot create directory '/dev/mapper' file exists mknod: '/dev/mapper/control' : file exists after this it ends to looping messages "Volume group system not found". -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=654848 https://bugzilla.novell.com/show_bug.cgi?id=654848#c1 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |jeffm@novell.com InfoProvider| |otuominen@novell.com --- Comment #1 from Jeff Mahoney <jeffm@novell.com> 2010-11-22 19:32:03 UTC --- Are you just running the HEAD kernel on 11.3 or have you updated to Factory as well? There is an issue with stat(1) on Factory and an interaction with mkinitrd that may cause issues. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=654848 https://bugzilla.novell.com/show_bug.cgi?id=654848#c2 Olli Tuominen <otuominen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|otuominen@novell.com | --- Comment #2 from Olli Tuominen <otuominen@novell.com> 2010-11-22 20:08:59 UTC --- Tried to run kernel head, but as I couldn't boot from it now running normal 11.3 kernel. I wanted to try patch set: http://lkml.org/lkml/2010/10/19/123 Pretty sure if you try similar setup, root in encrypted lvm, you cannot boot. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=654848 https://bugzilla.novell.com/show_bug.cgi?id=654848#c3 --- Comment #3 from Jeff Mahoney <jeffm@novell.com> 2010-11-22 23:59:02 UTC --- Strange. I can boot both openSUSE Factory and 11.3 with the HEAD Kernel and an encrypted root. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=654848 https://bugzilla.novell.com/show_bug.cgi?id=654848#c4 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |otuominen@novell.com --- Comment #4 from Jeff Mahoney <jeffm@novell.com> 2011-04-26 12:35:25 UTC --- Ok, coming back to this one. I think I misunderstood. Do you have separate encrypted volumes or an encrypted volume group with multiple logical volumes inside it? In my experience for 11.4, the multiple encrypted volumes are working fine but the encrypted volume group isn't. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=654848 https://bugzilla.novell.com/show_bug.cgi?id=654848#c5 --- Comment #5 from Olli Tuominen <otuominen@novell.com> 2011-04-28 08:43:33 UTC --- I have an encrypted volume group with multiple logical volumes inside it. I haven't actually try it with fresh 11.4 yet. Usually I use with one disk: 200mb /boot [primary partition] 50gb encrypted lvm [primary partition, vg] 10gb / root [lv] 40gb /home [lv] -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=654848 https://bugzilla.novell.com/show_bug.cgi?id=654848#c6 Greg Kroah-Hartman <gregkh@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|otuominen@novell.com | --- Comment #6 from Greg Kroah-Hartman <gregkh@suse.com> 2011-09-21 23:28:17 UTC --- please remember to check the box... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=654848 https://bugzilla.novell.com/show_bug.cgi?id=654848#c7 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |otuominen@novell.com --- Comment #7 from Jeff Mahoney <jeffm@suse.com> 2012-03-05 23:25:36 UTC --- Ok, this is a duplicate of bnc#722916, filed against 12.1. The initrd doesn't rescan for volume groups after unlocking the device. Can you add this chunk to /lib/mkinitrd/scripts/boot-luks.sh before the final splash_restore call? # Encrypted volume groups mounted by label or uuid will not # get recognized otherwise (bnc#722916) case "$root" in /dev/disk/by-label/*|/dev/disk/by-uuid/*) vgscan vgchange -a y ;; esac -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=654848 https://bugzilla.novell.com/show_bug.cgi?id=654848#c8 Olli Tuominen <otuominen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|otuominen@novell.com | --- Comment #8 from Olli Tuominen <otuominen@novell.com> 2012-03-06 08:56:13 UTC --- I cannot test this anymore so we can close this. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=654848 https://bugzilla.novell.com/show_bug.cgi?id=654848#c9 Olli Tuominen <otuominen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |DUPLICATE --- Comment #9 from Olli Tuominen <otuominen@novell.com> 2012-03-06 08:56:54 UTC --- duplicate *** This bug has been marked as a duplicate of bug 722916 *** http://bugzilla.novell.com/show_bug.cgi?id=722916 -- 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.
participants (1)
-
bugzilla_noreply@novell.com