使用USB设备安装Linux系统的方法(制作U盘启动安装Linux)

Create a bootable USB stick on Linux

  1. Download Witsbits ISO image (as described in the previous step) and save it to your hard drive.

  2. Insert an USB stick with at least 1GB of space.

  3. Identify the device name of your USB stick. In a terminal, execute:

    dmesg | tail -n 20

    Your terminal will print a bunch of information, you should find a row similar to:

    [621674.412655] sd 9:0:0:0: [sdX] 7821312 512-byte logical blocks: (4.00 GB/3.72 GiB)

    Look for three letters in brackets (sdXin this example), that's the device name of your USB stick.

    Please be careful when you identify the device name, any data on the device will be completely overwritten in the next steps.

  4. Unmount the USB stick. In a terminal, execute (replacesdXwith the device name of your USB stick):

    sudo umount /dev/sdX

    Note: This step is important, it disables the write buffer so the USB stick can be safely unplugged after you have completed the next step.

  5. Finally, write the ISO image to the USB stick. In a terminal, execute (replacesdXwith the device name of your USB stick):

    sudo dd if=/path/to/witsbits_worker_os.iso of=/dev/sdX bs=1M

    Wait for this step to finish, it takes 1-3 minutes, and then unplug the USB stick.

转载于:https://my.oschina.net/lionel45/blog/174377

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值