Ηow can I get rid of this annoying box next to the letter as well the full stop
update-1: but to keep the Greek alphabet to the second level

\documentclass[b5paper,10pt]{book}
\usepackage[cm-default]{fontspec}
\usepackage{xgreek}
\setmainfont{Arial}
\usepackage{enumitem}
\renewcommand{\theenumi}{\roman{enumi})}
\begin{document}
\begin{enumerate}
\item text
\begin{enumerate}
\item text
\end{enumerate}
\end{enumerate}
\end{document}

begin{enumerate}[label=\roman*], or useenumitem's\setlistfeature, which would be preferrable. – Peter Grill Jan 28 at 8:29begin{enumerate}. With that you propose lost and the brackets... :) – karathan Jan 28 at 8:44