Quote:
|
I don't understand if your LUKS partitions are being wrongly mounted at the initrd stage of after that.
|
Apologies - the issue arises after the initrd stage. I believe the issue arises during rc.sysinit script (but the udevadm logging messages obfuscate the system output).
Quote:
|
If it's dracut try rd_NO_LUKS rd_NO_LVM as kernel parameters, but I'm not sure since you are using a custom initrd.
|
Thanks -- I had tried the above flags when I thought the error originated during the initrd stage, but no joy.
Quote:
|
If it's rc.sysinit you'll need to edit it. If your partition are already mounted you can comment out the whole init_crypto.
|
I'll give it a shot tonight and see what happens -- wanted to try to avoid altering system scripts in case I forget to add back anything. I'll scan the body of the init_crypto function and make sure the function doesn't make any persistent system modifications.
Quote:
|
For the fsck problem maybe those partitions are flagged in /etc/fstab: the last parameter should be 0 if you don't want that partition to be checked.
|
I had commented out the entire entry in fstab, but will go inspect the file to see if it was originally flagged.
Thanks for the help, and I'll post what I find.