u盘安装ubuntu server 12.04的问题

阅读 130

2022-08-26

之前公司一直用的是10.04的ubuntu server版本,本博客在以前也记录过​​U盘安装ubuntu跳过光驱检测​​的方法。但是这次以前的方法在用u盘安装12.04的时候却出现了问题,找不到用“install cdrom-detect/try-usb=true”的界面了。

这里,其实不妨顺着安装的思路,不强行跳过光驱检测,而是把镜像文件挂载到光驱中。操作之前确保你的u盘中有ubuntu 12.04的镜像文件。

u盘启动系统,在光驱检测会出现的错误页面。

​Your installation CD-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?​

我们先按Alt+F2组合键调出命令界面。

[code language="bash"]

#查看u盘盘符信息,我这里是sdb

fdisk -l

#挂载u盘到/mnt目录

mount /dev/sdb /mnt

#挂载iso镜像文件到/cdrom目录

mount /mnt/ubuntu-12.04.2-server-amd64.iso /cdrom

#查看/cdrom目录,确定是否挂载成功

[/code]

最后退出命令界面,按Alt+F1,选择OK就可以开始安装了。

精彩评论(0)

0 0 举报