Hello,
I'm trying to install Grub2 on a fresh new install, but it's turning to be a nightmare.
- First of all, the dependency with liblvm2 is missing but it's old well known issue
- after correcting, grub-install is complaining because it can't find /mnt/sda2/boot/grub/i386-pc
 ... because it doesn't exists  

[/list]
I did the same installation some months back, with a package named "grub2" and not grub2-multi and, as soon as I installed liblvm2, it worked perfectly and 
/mnt/sda2/boot/grub$ ls
fonts/    grub.cfg  grubenv   i386-pc/  locale/   themes/
where as on the new system there is nothing.
So ... what is the correct way to install grub2 ?
Thanks
Laurent