AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1530083
Accepted
Aenye_Cerbin
Aenye_Cerbin
Asked: 2024-10-16 00:47:18 +0800 CST2024-10-16 00:47:18 +0800 CST 2024-10-16 00:47:18 +0800 CST

升级到 Kubuntu 24.10 后无法从 grub 启动 Windows

  • 772

今天我从 24.04 升级到了 Kubuntu 24.10。更新后,我无法从 GRUB 启动 Windows 10,但仍然可以直接从 UEFI 选择 Windows 启动管理器。

我尝试重新启动sudo update-grub并得到以下结果:

Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found theme: /boot/grub/themes/poly-dark-master/theme.txt
Found linux image: /boot/vmlinuz-6.11.0-8-generic
Found initrd image: /boot/initrd.img-6.11.0-8-generic
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Error: invalid volume.
grub-probe: error: cannot find GRUB device for /dev/sdc1. Please check device.map.
Found Windows Boot Manager on /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi
Found linux image: /boot/vmlinuz-6.11.0-8-generic
Found initrd image: /boot/initrd.img-6.11.0-8-generic
Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Error: invalid volume.
grub-probe: error: cannot find GRUB device for /dev/sdc1. Please check device.map.
Found Windows Boot Manager on /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done

重启后,仍然出现同样的情况: error, cannot load image然后返回主 GRUB 菜单,更奇怪的是,我无法启动 kubuntu,直到我重新启动 PC。它只是开始启动它,然后返回主 GRUB 菜单。重启后,我可以正常启动 Kubuntu。

我的 grub 配置/boot/grub/grub.cfg 在这里。

我的 Kubuntu 和 grub 安装在 上/dev/sdb/,/dev/sdc/是 Windows 带区磁盘之一。Windows 位于 上/dev/nvme0n1/。

boot
  • 2 2 个回答
  • 675 Views

2 个回答

  • Voted
  1. bushkov
    2024-10-17T03:42:55+08:002024-10-17T03:42:55+08:00

    这是由于 GRUB2 与包括 Windows 10 在内的非 NX shim 不兼容的问题https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/2084104

    据维护人员称,修复已于上周准备好,并将于几天后在 oracular-updates 中提供。

    同时,您可以直接从 UEFI 启动菜单启动 Windows,作为临时的解决方法。

    • 3
  2. Best Answer
    Carmine F
    2024-10-20T00:35:22+08:002024-10-20T00:35:22+08:00

    在 launchpad.net 上搜索以下文件:

    grub-efi-amd64_2.12-5ubuntu5.1_amd64.deb

    grub-efi-amd64-bin_2.12-5ubuntu5.1_amd64.deb

    grub-efi-amd64-signed_1.209.1+2.12-5ubuntu5.1_amd64.deb

    grub-efi-amd64-unsigned_2.12-5ubuntu5.1_amd64.deb

    使用 dpkg 安装,一切将再次正常工作

    • 1

相关问题

  • grub 菜单中的“恢复”选项是什么?

  • 用户如何避免在启动时输入密码?[关闭]

  • 更改 Wubi 的启动顺序

  • 如何在 Ubuntu 启动时显示或隐藏启动消息?

  • 如何避免启动时出现“S to Skip”消息?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve