update-initramfs 挂起,可能与 update-grub 有关?

update-initramfs 挂起,可能与 update-grub 有关?

在我的 Ubuntu 20.04 上,所有与 update-grub 相关的命令都挂起。如果使用 apt install/remove/upgrade,它会指向使用

sudo dpkg --configure -a

运行该命令将导致以下几行卡住

update-initramfs: Generating /boot/initrd.img-5.15.0-60-generic

运行“ps af”指向 update-grub。等了一个多小时,什么也没发生。

如果首次启动时 apt 正在删除旧的 /boot/initrd.img-5.x.xx。其中 update-grub 也卡住了。

有什么办法可以解决这个问题吗?

/etc/default/grup
Consist of one line:
GRUB_DISABLE_OS_PROBER=true

sudo update-grub 
Don't print anything and never ends.

Anthing that has to apt to do, cause to write out that i need to re-configure with the command "dpkg --configure -a".

...
apt policy grub
grub:
  Installerad: 0.97-29ubuntu68
  Kandidat:    0.97-29ubuntu68
...

ps af
.......
3122456 pts/8    Ss     0:00      \_ sudo su
3122457 pts/8    S      0:00          \_ su
3122462 pts/8    S      0:00              \_ bash
1417255 pts/8    T      0:00                  \_ apt autoremove
1423444 pts/9    Ss+    0:00                  |   \_ /usr/bin/dpkg --status-fd 60 --no-triggers --force-depends --abort-after=1 --remove linux-image-5.8.0-63-generic:amd64
1423609 pts/9    S+     0:00                  |       \_ /bin/sh /var/lib/dpkg/info/linux-image-5.8.0-63-generic.postrm remove
1423636 pts/9    S+     0:00                  |           \_ run-parts --report --exit-on-error --arg=5.8.0-63-generic --arg=/boot/vmlinuz-5.8.0-63-generic /etc/kernel/postrm.d
1423645 pts/9    S+     0:37                  |               \_ /bin/sh /usr/sbin/update-grub

相关内容