Quote Originally Posted by nutznboltz View Post
8. Hold packages
echo "grub-common hold" | debconf-set-selections
echo "grub-pc hold" | debconf-set-selections
9) Restore sources.list
mv /etc/apt/sources.list.bak /etc/apt/sources
apt-get update
Everything worked GREAT on my ASRock ION 330 HT-BD with just following two changes / corrections:

8. Hold packages
echo "grub-common hold" | dpkg --set-selections
echo "grub-pc hold" | dpkg --set-selections
9) Restore sources.list
mv /etc/apt/sources.bak /etc/apt/sources.list
apt-get update

Thanks everyone for a great guides and all the tips - finally after several day I've got my RAID 0 working on this amazing beast - OCed to 2.1 MHz, upgraded to 4 GB RAM and added 2nd hard drive to create RAID - this RAID was stopping me to install and enjoy XBMC ... thanks again to all!