我正在尝试安装最新的 64 位 Ubuntu (13.04)。不幸的是,在安装过程中 Ubuntu 似乎无法正确对我的驱动器进行分区。
我的主驱动器是 128GB SSD。我希望它与 Windows 7 实现双启动。
在 Windows 7 中,我调整了主 NTFS Windows 分区的大小以创建 20GB 的可用空间。当我选择该可用空间来安装 Ubuntu 时,我收到以下警告:
Some of the partitions you created are too small.
Please make the following partitions at least this large: /2.9 GB
If you do not go back to the partitioner and increase the size of these partitions the installation may fail.
但是,我不知道它要求我调整哪个分区的大小。
对于如何解决这个问题,有任何的建议吗?
答案1
您是否尝试过选择手动安装并手动重新格式化可用空间?
基本上遵循这个指南:http://www.tuxgarage.com/2011/02/manual-advanced-partitioning-in-ubuntu.html
概括:
从可用空间中创建两个分区,一个主 ext4 分区挂载在 /,一个主 linux 交换分区。
选择 /dev/sda 安装 GRUB。
继续安装。