menuentry 'Load Operating System [o]' --hotkey=o {
cryptomount -a
set root='lvm/vg-root'
linux /vmlinuz root=/dev/mapper/vg-root cryptdevice=/dev/mapper/vg-root:root
initrd /initrd.img
}where vg is the volume group
menuentry 'Load Operating System [o]' --hotkey=o {
cryptomount -a
set root='lvm/vg-root'
linux /vmlinuz root=/dev/mapper/vg-root cryptdevice=/dev/mapper/vg-root:root
initrd /initrd.img
}where vg is the volume group