我的系统是 ubuntu 20.04。以前我没有与 Windows 双启动,因为我认为我可能不需要 Windows,但现在我想安装 Windows 与 ubuntu 双启动。是否可以在不删除 ubuntu 的情况下安装 Windows。我听说 ubuntus grub 管理器被 Windows 破坏了,安装后只剩下 Windows,是真的吗?我该如何安装,请帮帮我。
答案1
是的,不用担心你的 ubuntu 不会出什么问题。上个月我自己就双启动了 windows10 和 ubuntu。
首先,youtube 上有很多视频。
Things to notice:
use GParted or something-else create some space below your boot/EFI and install windows there.
Windows 创建MSP partition
(我不知道为什么)大约 16-100MB,如果你触摸它,你的 Windows 将无法启动。(它发生在我身上)
当你安装时windows MSP will be above your C drive
(比如我的情况是 sda2 - MSP 和 sda3 - C)。现在我建议你将 Windows 安装在 ubuntu 分区上方的空分区中,否则 MSP 会给你带来以下麻烦,可以使用付费软件来解决
——您无法移动或调整 MSP 的大小,这意味着如果它位于 ubuntu 和 windows 分区之间,那么您就无法调整它们的大小。
(例如 ubuntu --100gb/MSP-16mb/windows--100gb,现在如果您想缩小 ubuntu 并扩展 windows,您就无法这样做)
If you have to make bootable USB of windows I will suggest
woeUSB终端because I think its GUI have some bugs so go with the terminal.
如果有任何问题,请随时在评论中提问。