未满足的依赖关系:shim-signed

未满足的依赖关系:shim-signed

所以它从这里开始:

wine *.exe
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"

然后我尝试:

sudo apt install wine32
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 shim-signed : Depends: grub-efi-amd64-signed but it is not going to be installed or
                        grub-efi-arm64-signed but it is not installable
               Depends: grub2-common (>= 2.04-1ubuntu24)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

我最近升级了两次系统:从 Ubuntu 18.04 升级到 20.04,从 20.04 升级到 22.04(.1)。清除 grub 的常用解决方案不起作用 - 它给出了相同的“shim-signed”错误。此外,更新、升级、自动删除、安装 -f 也没有任何效果。Grub 修复和重新安装也无济于事。

哦,我没有使用 (U)EFI 启动,只是旧版 BIOS,根本没有 efi 分区。在完全重新安装操作系统之前,我可以尝试什么来让 wine 再次运行?

相关内容