"警告: 'ext2'ファイルシステムはインクルードをサポートしていません。"しかし、私のシステムには含まれていませんが、なぜグルーブが試みるのですか?

私はDebianのJessieリリースに関する私自身の情報を読んでいるので、問題を引き起こす可能性があるすべてのメッセージ(警告など)には非常に注意してください(編集者と言うべきですか)。私のシステムはext4パーティションにDebian Test / Unstable Desktopと一緒にインストールされていますが、/bootDebianからパッケージをアップグレードすると/次のメッセージが表示されます。grub-pc

Installing for i386-pc platform.
Installation finished. No error reported.
Installing for i386-pc platform.
grub-install: warning: File system `ext2' doesn't support embedding.
grub-install: warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
Installation finished. No error reported.
Generating grub configuration file ...

Grubで私のシステムが組み込まれていると言うのはなぜですか?その理由は何ですか? grub-installバイナリをチェックしてみましたが、理解できませんでした。

ベストアンサー1

検索エンジンを介してこのコンテンツを訪問するほとんどの人は、おそらく「なぜこのエラーが発生するのですか?」と思うでしょう。

warning: File system `ext2' doesn't support embedding. 
warning: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their  use is discouraged.. 
error: will not proceed with blocklists.

たとえば、次のようになります。

grub-install /dev/sda1

変える

grub-install /dev/sda

つまり、MBRの代わりにパーティションにインストールしてみてください。

おすすめ記事