在单独的物理驱动器上安装 Ubuntu 和 Windows 10

在单独的物理驱动器上安装 Ubuntu 和 Windows 10

我在一个物理驱动器上安装了 Windows 10,并且希望能够在第二个驱动器上安装 Ubuntu,但这样我就可以在计算机启动时选择操作系统。

我在网上找到的手册不够清楚,而且我不想冒“风险”,因为我需要这台电脑启动并运行。

正确的做法是什么?

先感谢您!

答案1

由于不同的原因,在安装过程中还有许多其他选项可以更改,并且不可能全部提及,因此这只是一个基本指南,抱歉我的英语不好!

  1. 使用以下方式创建 Ubuntu 的 live USB鲁弗斯在 Windows 上
  2. 启动实时 USB(如果需要,更改启动顺序)并选择尝试 Ubuntu(或者您可以选择安装您选择的 Ubuntu)并启动安装程序
  3. 现在按照本指南操作:https://tutorials.ubuntu.com/tutorial/tutorial-install-ubuntu-desktop#0 进行以下更改
Installation type

choose the 'Something else' option.

Click on the desired partition ( on which you want to install Ubuntu )and press the change button


 - choose ext4file system, and mount point as / (i.e. root)

 Select the format box for the partition you selected

创建交换分区。要创建交换,首先选择要用作交换的分区,然后按配置按钮。从那里设置

 - use as option to swap area and partition type as Logical partition

许多人建议交换空间应该是系统 RAM 大小的两倍。

Note for “Device for boot loader installation” :

For example if you are installing Ubuntu with sdb3 as root partition then select the whole disk i.e sdb for bootloader installation ; if sda2 is the disk on which you are installing then select sda for bootloader installation.

单击“安装”开始安装,完成后,从驱动器启动,您将看到 grub 屏幕,询问要启动哪个操作系统。

如果有什么不清楚或者遗漏了什么,那么肯定会编辑答案。

答案2

按照此处的教程操作https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/

但是,当您在步骤 3 中创建分区时,请选择您想要的驱动器(例如,如果是 sdd,则在 hdd 上腾出空间)。然后在步骤 6 创建分区时,选择您在此其他驱动器上创建的分区。其余操作应相同。

考虑一下您是否真的想在单独的驱动器上安装所有 Ubuntu。我也使用双启动,并且我已将根文件夹安装/在 sdd 上,将/home文件夹安装在 hdd 上,这样我就不会耗尽空间。为此,请在步骤 3 中创建两个分区:一个在 sdd 上(我有大约 20-25GB),一个在 hdd 上(50+GB)。然后在步骤 6 创建分区时,首先在 sdd 上创建交换分区。然后在 sdd 上创建另一个分区并选择挂载点/。最后,在 hdd 上创建一个分区并选择挂载点/home。上面的链接也解释了这一点。

相关内容