update-grubを実行すると警告が表示されます

update-grubを実行すると警告が表示されます

これは update-grub の出力です:

    Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.2.0-18-generic
Found initrd image: /boot/initrd.img-4.2.0-18-generic
Found linux image: /boot/vmlinuz-4.2.0-16-generic
Found initrd image: /boot/initrd.img-4.2.0-16-generic
Found linux image: /boot/vmlinuz-3.19.0-32-generic
Found initrd image: /boot/initrd.img-3.19.0-32-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done

GRUB 構成に何か変更を加える必要がありますか?

答え1

いいえ、設定に何もする必要はありません。このバグが原因だと思います:参考:

サポートされていない行が追加されていますが、これによって害が生じることはありません。

関連情報