天天看点

用U盘安装Ubuntu系统

用U盘安装Ubuntu,需制作一个Ubuntu的U盘安装盘,最为方便和可靠的制作方法是在Linux系统下使用dd命令,具体如下,

sudo dd if=ubuntu-14.04.4-server-amd64.iso of=/dev/sdb bs=16M 

可通过df命令查看U盘对应的设备文件名,但需注意,of不是/dev/sdb4,而是/dev/sdb。

用U盘安装Ubuntu系统

制作好的Ubuntu的U盘安装盘,信息如下,

用U盘安装Ubuntu系统
用U盘安装Ubuntu系统
用U盘安装Ubuntu系统
用U盘安装Ubuntu系统
用U盘安装Ubuntu系统

另外,使用UltraISO软碟通和Universal USB Installer制作的U盘安装盘在安装过程中都出现了问题。其中使用UltraISO软碟通制作的U盘,在安装过程中会出现"Detect and mount CD-ROM"的错误,具体信息为"Your installation CD-ROM couldn't be mounted. This probably means that the CD-ROM was not in the drive. If so you can insert it and try again.Retry mounting the CD-ROM"。网上有介绍通过一系列的命令操作好似可以解决该问题,但有些麻烦,放弃尝试。使用Universal USB Installer制作的U盘,在安装过程中会出现"Choose a mirror of the Ubuntu archive",而非正常的本地安装的流程,最终也放弃。

Ubuntu 14.04的安装过程基本一路默认即可,只在磁盘分区时根据内存和硬盘的情况进行配置,示例如下图。

用U盘安装Ubuntu系统

 参考资料:

<a href="http://forum.ubuntu.com.cn/viewtopic.php?f=77&amp;t=475389&amp;view=next" target="_blank">http://forum.ubuntu.com.cn/viewtopic.php?f=77&amp;t=475389&amp;view=next</a>

继续阅读