I just installed Trisquel on a Librebooted X200, using full disk encryption. After a couple of false starts, I now have it to where I can boot the system using the following commands at the GRUB command line:

grub> cryptomount -a
grub> set root='lvm/[volume]-root'
grub> linux /vmlinuz root=/dev/mapper/[volume]-root cryptdevice=/dev/mapper/[volume]-root:root
grub> initrd /initrd.img
grub> boot

However, I'm having a difficult time when it comes to setting up the system to boot automatically instead of having to go through all that each time. I've tried the following two approaches, while the system is up and running:

1. Add those commands to /boot/grub/grub.cfg

2. Make a new file containing those commands called 'libreboot_grub.cfg' in /boot/grub.

Neither attempt worked. I got the usual errors at startup: "error: unknown filesystem" etc.

Any help would be greatly appreciated.

Reply via email to