18.04 Заставка Grub2 не отображается. update-grub не обнаруживает splash.png

У меня есть изображение splash.png из моей старой 5-летней системы Linux, которая работала на Grub2.

Я только что установил Ubuntu 18.04 и поместил изображение в /boot/grub/splash.png.

Я побежал sudo update-grub, и он не обнаружил его.

Поэтому я добавил к /etc/default/grub следующее:

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="maybe-ubiquity splash"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="/boot/grub/splash.png"

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1680x1050

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

, и я запустил sudo update-grub, но он все еще не обнаружил его:

one@localhost:~$ sudo update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.15.0-36-generic
Found initrd image: /boot/initrd.img-4.15.0-36-generic
Found linux image: /boot/vmlinuz-4.15.0-29-generic
Found initrd image: /boot/initrd.img-4.15.0-29-generic
done

Вот мой /boot/grub/grub.cfg файл http://dpaste.com/33A8MRT

Почему мое заставочное изображение не обнаруживается и не отображается? При загрузке grub показывает только меню по умолчанию без заставки.

0
задан 9 October 2018 в 05:11

0 ответов

Другие вопросы по тегам:

Похожие вопросы: