Zur Illustration ein Minimalbeispiel
\documentclass[12pt,a4paper]{report}
\begin{document}
\chapter{1}
text\footnote{fussnote} text\footnote{noch eine}
\renewcommand*{\thefootnote}{\fnsymbol{footnote}}
mehr text\footnote[1]{fancy fussnote}
\renewcommand*{\thefootnote}{\arabic{footnote}}
\chapter{2}
text\footnote{noch eine fussnote}
\end{document}

