Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#15237 - [mkinitcpio] 0.5.25-1 some script tries to use my root partition as LUKS which is not
Attached to Project:
Arch Linux
Opened by solsTiCe (zebul666) - Tuesday, 23 June 2009, 20:14 GMT
Last edited by Jan de Groot (JGC) - Sunday, 28 June 2009, 10:09 GMT
Opened by solsTiCe (zebul666) - Tuesday, 23 June 2009, 20:14 GMT
Last edited by Jan de Groot (JGC) - Sunday, 28 June 2009, 10:09 GMT
|
DetailsDescription:
i just booted into the new 2.6.30 kernel and noted a new and strange error message. :: Loading initramfs Waiting 10 seconds for device /dev/disk/by-uuid/46209430-52e9-4d73-accd-2775bc078852 ... ERROR: Failed to open encryption mapping: The device /dev/disk/by-uuid/46209430-52e9-4d73-accd-2775bc078852 is not a LUKS volume and the crypto= parameter was not specified. Waiting 10 seconds for device /dev/disk/by-uuid/46209430-52e9-4d73-accd-2775bc078852 ... in fact /dev/disk/by-uuid/46209430-52e9-4d73-accd-2775bc078852 is NOT my LUKS partition but my root partition (/dev/sda5) which is not a LUKS one ! so i suspect some bug in the new mkinitcpio. the bug being: it tries to use my root partition has a LUKS one whereas it is not ! just because i have a LUKS partition. it was working with the 2.6.29 kernel (but i did re-run mkinitcpio when i upgraded to 0.5.25 mkinitcpio) by the way it seems to cause no harm. my LUKS partion is mounted as it should and my root partition too ;-) |
This task depends upon
i have a LUKS partition (not the root one). if i disable the encrypt hook, how will it ever be mounted ? and my encrypted swap ?
the error is misleading and should not be displayed.
Am I right? If so, then it's not a bug. I'm not sure on this because I don't currently use LUKS or the encrypt hook.
i don't need encrypt hook. it works fine without it.