Home > System Tutorial > LINUX > (Basic knowledge of Linux) Linux system, U disk, ISO image file

(Basic knowledge of Linux) Linux system, U disk, ISO image file

PHPz
Release: 2024-03-25 09:20:41
forward
1248 people have browsed it

Required tools: Linux system, U disk, ISO image file.

First open the terminal in the Linux system and use the dd command, the format is as follows:

sudoddif=xxx.isoof=/dev/sdb

In the command, xxx.iso is the path of your ISO image file, and of= is the path of your U disk next to it, which is usually /dev/sdb or /dev/sdc (do not put the number 1 or 2 in front) .

How to confirm the U disk path: Enter in the terminal:

sudofdisk-l

linuxu盘刻录_linux 刻录iso启动u盘_linuxu盘刻录工具

Complete example:

sudoddif=/home/mtoou/下载/xubunut.isoof=/dev/sdb

Meaning: Write the xubuntu.iso image file located in the /home/mtoou/download/ directory to the sdbc disk. After entering the above dd command, press Enter to execute, and the system will start to create the boot disk. During this period, the terminal command window will not give any feedback, but you can see that the U disk is performing read and write operations through the U disk running indicator lightlinux Burn iso bootable USB disk, this process may take 5 or 6 minutes to complete. When you hear a return message from the terminal command window, the production is completed.

First, download the iso file for the Chinese linux operating system, such as ubuntu.iso to the notebook

Second, insert the hard disk, enter the c drive, and uninstall the hard disk (note that linux burning iso boot USB disk is uninstalling not ejecting)

Open the terminal and enter sudo-i to enter root

Enter the following command:

sudoddif=/home/linux/下载/ubunut.isoof=/dev/sdb

If it is correct, there will be no improvement, and the burning has already started

linuxu盘刻录工具_linuxu盘刻录_linux 刻录iso启动u盘

I burned Android x86, and it took 109 seconds to win the bid for Linux, and it improved after that.

If the previous path is not sure, right-click the iso file properties and you can see the specific address,

The /home/mtoou/download/ubunut.iso inside is my address

The above is the detailed content of (Basic knowledge of Linux) Linux system, U disk, ISO image file. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template