дружественное восстановление при запуске apt (обновление, dist-upgrade или автоматическое удаление)

При запуске apt, upgrade, dist-upgrade или autoremove я получаю сообщение об ошибке friendly-recovery и grub. Я искал вокруг, но не могу найти решение. Кажется, для обновления / установки других пакетов нормально.

Я включил команду, выходные данные и соответствующие файлы из того, что я понимаю. Если вам нужна дополнительная информация, пожалуйста, дайте мне знать.

Надеюсь, что кто-то может помочь!

Команда и вывод:

> sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up friendly-recovery (0.2.38ubuntu1.1) ...
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50-curtin-settings.cfg'
Generating grub configuration file ...
Script `/boot/grub/grub.cfg.new' contains no commands and will do nothing
Syntax errors are detected in generated GRUB config file.
Ensure that there are no errors in /etc/default/grub
and /etc/grub.d/* files or please file a bug report with
/boot/grub/grub.cfg.new file attached.
dpkg: error processing package friendly-recovery (--configure):
 installed friendly-recovery package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 friendly-recovery
E: Sub-process /usr/bin/dpkg returned an error code (1)

содержимое / etc / default / grub

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="maybe-ubiquity"
GRUB_CMDLINE_LINUX=""

# 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=640x480

# 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"

содержимое / etc / default /grub.d/50-curtin-settings.cfg

GRUB_CMDLINE_LINUX_DEFAULT="maybe-ubiquity"
# disable grub os prober that might find other OS installs.
GRUB_DISABLE_OS_PROBER=true
GRUB_TERMINAL=console
0
задан 10 July 2019 в 20:15

1 ответ

прокомментируйте в /etc/default/grub.d/50-curtin-settings.cfg запись GRUB_CMDLINE_LINUX_DEFAULT="maybe-ubiquity" out. sudo dpkg --configure -a && sudo apt -f install

0
ответ дан 10 July 2019 в 20:15

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

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