I am trying to use LuaTeX with Linux Biolinum. It works fine with XeLaTeX, but when I'm running LuaLaTex, it gives me the following error:
! Font \EU1/lmr/m/n/10=[lmroman10-regular]:mapping=tex-text at 10pt not loadable: metric data not found or bad.
This error is found in the fontenc.sty on line 100. I am using Texlive 2011 on Ubuntu 10.04, this is my example:
\documentclass[a5paper,ngerman]{article}
\usepackage[lutf8x]{luainputenc}
\usepackage{fontspec}
\setmainfont{Linux Biolinum}
\begin{document}
Text
\end{document}

luainputencpackage? – dıʞsdoʇ Nov 7 '11 at 15:52