我有一个带有 Linux/
分区的 SSD,以及另一个带有/boot
分区(相同 Linux 系统)和 GRUB 的 SSD。第二个 SSD 启动系统。
现在,我将 Windows 系统从另一个磁盘克隆 (clonezilla) 到第一个 SSD 上。该 SSD 现在具有:
- 蛴螬
- Linux 的 /boot 分区
- Windows 的
system reserved
分区 - Windows 的主分区(
C:
)
然后我做了一个update-grub
(它是一个 Ubuntu 18.04)期望 grub 能够找到 windows 系统并使其可启动,但是 grub 什么也没找到。
如何让克隆的 Windows 系统可启动?