Ubuntu16.04下制作U盘启动盘

安装UNetbootin

To install UNetbootin from the Ubuntu PPA, run the commands:

sudo add-apt-repository ppa:gezakovacs/ppa
sudo apt-get update
sudo apt-get install unetbootin

To run these binaries, download them and run the command chmod +x ./unetbootin-linux, or go to Properties->Permissions and check "Execute"), then start the application by running sudo ./unetbootin-linux
这里我添加了sudo,因为不添加就只在/root下面找ISO文件,至于是不是权限导致,自己看着办

使用Unetbootin

我已经下载好了ubuntu-16.04.3-desktop-amd64.iso,因此选择(I)选项,如图

Ubuntu16.04下制作U盘启动盘_第1张图片
unetbootin-iso.png

使用df命令查看usb设备的盘符是否正确:

renz@rz:~$ df
文件系统                        1K-块    已用      可用 已用% 挂载点
udev                          1952520       0   1952520    0% /dev
tmpfs                          394488    6392    388096    2% /run
/dev/mapper/ubuntu--vg-root 476064824 5761544 446097560    2% /
tmpfs                         1972428     656   1971772    1% /dev/shm
tmpfs                            5120       4      5116    1% /run/lock
tmpfs                         1972428       0   1972428    0% /sys/fs/cgroup
/dev/sda1                      482922   58226    399762   13% /boot
tmpfs                          394488      84    394404    1% /run/user/1000
/dev/sdb4                    15542528 1452328  14090200   10% /media/renz/Ubuntu 16.0

参考

http://unetbootin.github.io/linux_download.html

你可能感兴趣的:(Ubuntu16.04下制作U盘启动盘)