當我執行 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

不,您不必對您的配置執行任何操作。我相信這是這個錯誤:https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1258597

添加了一條不受支援的行,但它不會造成任何損害。

相關內容