とあるサーバにUbuntu Server 14.04 x64をインストールした際に遭遇。
調べてみるとUbuntu 14.04でかつRAIDかLVMパーティションを使用していると出力されるエラーメッセージとのこと。

Diskfilter writes are not supported > What triggers this error?
This message occurs when leaving the Grub menu and before the Ubuntu splash screen.How do I fix the problem to clear the message?And what doe is it mean?error: ...
回避策は以下のとおり。
1. 以下のファイルを編集する。
$ sudo vi /etc/grub.d/10_linux -quick_boot="1" +quick_boot="0"
2. GRUBに反映させる。
sudo update-grub2
これで再起動を実施し、エラーメッセージが出力されないことを確認する。