Re: recent kernels can't access my encrypted disk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Uwe Menges writes:
>>  find . | cpio -o | gzip >/boot/initrd.img-2.6.26
>
>IMHO this should look like
>
>  find . | cpio -o -H newc | gzip -9 > /boot/initrd...

Ah - thanks!  (So cpio -o defaults to an "obsolete" format.  How helpful.)

Mathieu SEGAUD writes:
>> Unfortunately neither vgscan nor pvscan are in the initramfs. 

> just for my information, you want to boot an lvm based partition without
> vgscan/pvscan on your initramfs ?

Well, not by that name anyway.  Uwe Menges clears up the mystery:
> Usually not all of the comfort links are created in the initramfs, so you have 
> to type "lvm vgscan" instead of simply "vgscan".

lvm wasn't there either, but vgchange was.  So...

  (initramfs) cd sbin
  (initramfs) ln -s vgchange vgscan
  (initramfs) ./vgscan
    Reading all physical volumes.  This may take a while...
    No volume groups found
  (initramfs) ln -s vgchange pvscan
  (initramfs) ./pvscan
    No matching physical volumes found

         - Jim Van Zandt

---------------------------------------------------------------------
dm-crypt mailing list - http://www.saout.de/misc/dm-crypt/
To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx
For additional commands, e-mail: dm-crypt-help@xxxxxxxx


[Index of Archives]     [Device Mapper Devel]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux