Home System Tutorial LINUX How to use Unetbootin to write the Linux system to a USB flash drive and perform boot settings

How to use Unetbootin to write the Linux system to a USB flash drive and perform boot settings

Jul 31, 2024 am 07:13 AM

如何使用 Unetbootin 将 Linux 系统写入 U 盘并进行引导设置

Linux There are many different versions of Linux, but they all use the Linux kernel. So do you know the solution to install the Linux system on the USB flash drive? Next is the solution to the installation of the Linux system on the USB flash drive collected by the editor for you. You are welcome to read:

Solution to install Linux system on U disk

Planning to work:

|Unetbootin: Linux system writing U disk tool.

|BOOTICE: Boot setup tool.

|Your own Linux system ISO image.

|Format the USB flash drive into FAT32 format, right-click on the USB flash drive - low format, no tools are required.

The first step is kali linux, use unetbootin to write the Linux system ISO image to the USB flash drive.

Double-click to start UnetbootinU disk boot installation linuxLinux environment configuration, you will see the following interface.

Click OK after selecting. The following interface appears and it takes about 30 seconds to complete.

After completing the above steps, the Linux system will be written to the USB flash drive.

Why do you need to use Unetbootin to write? Does UltraISO not work? The reason is that just writing the system to the USB disk will not start, and you need to use syslinux to boot. syslinux is actually a very small Linux system that only plays a booting role. . Unetbootin comes with syslinux, as you can see from the picture above, which eliminates the complexity of automatic installation. UltraISO does not have this function.

The second step is to use BOOTICE to set up the USB drive to boot.

u盘启动安装系统教程_u盘启动安装linux_u盘启动安装ubuntu

Start BOOTICE. Choose a USB flash drive, never a hard drive. . . . Then click "Master Boot Record".

Configure the main boot as UltraISOUSB-ZIP+ in the pop-up interface.

After setting up, close this interface, return to the main interface and click "Partition Boot Record".

Check whether the partition boot record is syslinux. If not, configure it to syslinux. Usually this step is fine. Just to be on the safe side it's better to take a look. . . .

Go back to the main interface again and click "Partition Management".

Check whether the U disk is set as an active partition. The one marked with A is the active partition. If not, just click "Activate". If it is not set as an active partition, "StartfromUSB..." will pop up endlessly when the notebook is started from the USB flash drive

u盘启动安装系统教程_u盘启动安装linux_u盘启动安装ubuntu

At this point, the USB flash drive can be successfully started.

Plug in the USB flash drive and set the notebook to boot from USB.

In addition, if the startup fails because the Linux system driver is not supported, there is no solution yet and you can only change the system.

Since this article is called the solution U disk boot installation linux, let me talk a little more and introduce another solution.

Introduction:

There is a popular China Unicom Linux operating system puppy abroad. It supports English and has a beautiful interface. It also supports multimedia very well, such as QQ and watching videos. What's more, the compatibility is very strong.

u盘启动安装系统教程_u盘启动安装ubuntu_u盘启动安装linux

Making tools:

Creating a USB bootable disk is very simple, you only need the following two tools.

PuppyLiveUSB: A tool for writing the Puppy system ISO image to a USB flash drive with one click. This tool can only be written to the Puppy system. For ordinary systems, use the method mentioned above.

custom-puppy.iso: Puppy English customized ISO image.

Notes:

|Be sure to turn off the anti-virus software during the writing process, otherwise it will be unpleasant if it is intercepted. . . . The software comes from official sources and is non-toxic and harmless, so you can use it with confidence.

u盘启动安装系统教程_u盘启动安装ubuntu_u盘启动安装linux

|If the startup is unsuccessful, find the "isolinux.cfg" file in the USB flash drive and change "pmedia=cd" in this file to "pmedia=usbflash".

|When writing with PuppyLiveUSB, it is recommended to set the USB boot mode to HDD.

After reading “Solution to Installing Linux System on USB Disk”, I also want to read:

1. How to install linux system using hard disk

2. How to install linux system using hard disk

3. How to install Linux system using USB disk

4. How to install Linux system to hard disk

The above is the detailed content of How to use Unetbootin to write the Linux system to a USB flash drive and perform boot settings. 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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What is the Linux best used for? What is the Linux best used for? Apr 03, 2025 am 12:11 AM

Linux is best used as server management, embedded systems and desktop environments. 1) In server management, Linux is used to host websites, databases, and applications, providing stability and reliability. 2) In embedded systems, Linux is widely used in smart home and automotive electronic systems because of its flexibility and stability. 3) In the desktop environment, Linux provides rich applications and efficient performance.

What are the 5 basic components of Linux? What are the 5 basic components of Linux? Apr 06, 2025 am 12:05 AM

The five basic components of Linux are: 1. The kernel, managing hardware resources; 2. The system library, providing functions and services; 3. Shell, the interface for users to interact with the system; 4. The file system, storing and organizing data; 5. Applications, using system resources to implement functions.

What is basic Linux administration? What is basic Linux administration? Apr 02, 2025 pm 02:09 PM

Linux system management ensures the system stability, efficiency and security through configuration, monitoring and maintenance. 1. Master shell commands such as top and systemctl. 2. Use apt or yum to manage the software package. 3. Write automated scripts to improve efficiency. 4. Common debugging errors such as permission problems. 5. Optimize performance through monitoring tools.

What is the most use of Linux? What is the most use of Linux? Apr 09, 2025 am 12:02 AM

Linux is widely used in servers, embedded systems and desktop environments. 1) In the server field, Linux has become an ideal choice for hosting websites, databases and applications due to its stability and security. 2) In embedded systems, Linux is popular for its high customization and efficiency. 3) In the desktop environment, Linux provides a variety of desktop environments to meet the needs of different users.

How to learn Linux basics? How to learn Linux basics? Apr 10, 2025 am 09:32 AM

The methods for basic Linux learning from scratch include: 1. Understand the file system and command line interface, 2. Master basic commands such as ls, cd, mkdir, 3. Learn file operations, such as creating and editing files, 4. Explore advanced usage such as pipelines and grep commands, 5. Master debugging skills and performance optimization, 6. Continuously improve skills through practice and exploration.

How much does Linux cost? How much does Linux cost? Apr 04, 2025 am 12:01 AM

Linuxisfundamentallyfree,embodying"freeasinfreedom"whichallowsuserstorun,study,share,andmodifythesoftware.However,costsmayarisefromprofessionalsupport,commercialdistributions,proprietaryhardwaredrivers,andlearningresources.Despitethesepoten

What is a Linux device? What is a Linux device? Apr 05, 2025 am 12:04 AM

Linux devices are hardware devices running Linux operating systems, including servers, personal computers, smartphones and embedded systems. They take advantage of the power of Linux to perform various tasks such as website hosting and big data analytics.

What are the disadvantages of Linux? What are the disadvantages of Linux? Apr 08, 2025 am 12:01 AM

The disadvantages of Linux include user experience, software compatibility, hardware support, and learning curve. 1. The user experience is not as friendly as Windows or macOS, and it relies on the command line interface. 2. The software compatibility is not as good as other systems and lacks native versions of many commercial software. 3. Hardware support is not as comprehensive as Windows, and drivers may be compiled manually. 4. The learning curve is steep, and mastering command line operations requires time and patience.

See all articles