search
HomeSystem TutorialLINUXSteps to install Ubuntu 14.04 using USB flash drive

Steps to install Ubuntu 14.04 using USB flash drive

Jan 04, 2024 pm 11:16 PM
linuxlinux tutorialRed Hatlinux systemlinux commandlinux certificationred hat linuxlinux video

Introduction For students who are doing operation and maintenance, isn’t it just a matter of minutes to install a system on a USB flash drive? What is there to say? However, installing Ubuntu through a USB flash drive is full of problems. Let's talk about some problems encountered when installing Ubuntu Server from a USB flash drive.

For students who are engaged in operation and maintenance, isn’t it just a matter of minutes to install a system on a USB flash drive? What is there to say? U disk installation system generally involves the following steps:

  • Download system image.
  • Write to U disk through burning software.
  • Modify the BIOS and boot from the USB disk.
  • Have a cup of coffee and happily wait for the installation to be completed.

Usually following the above steps is always tried and true, but installing Ubuntu through a USB flash drive is full of problems. Let's talk about some problems encountered when installing Ubuntu Server from a USB flash drive.

The installation process prompts a CD-ROM not found error

Using a USB flash drive to install Ubuntu Desktop usually has no problem, but when installing Ubuntu Server, it is easy to have problems with detecting and mounting the CD-ROM.

After entering the installation image, select the installation system. Everything goes smoothly at first, such as selecting language, region, time zone, etc. Everything seemed so good, but suddenly a CD-ROM not found error popped up.

如何使用U盘安装Ubuntu 14.04

After choosing to continue, it prompts that the installation failed in this step. Let us remount the CD-ROM before continuing.

如何使用U盘安装Ubuntu 14.04

But there is really no optical drive on the server, what should I do? Are there many students who feel bad when they encounter this mistake? Today, let’s talk about how to solve this error. Do you immediately feel that there is hope in life, haha!

After selecting Continue on the above interface, the following interface will appear. At this time, if you choose to run the shell, you will enter a shell interface.

如何使用U盘安装Ubuntu 14.04
如何使用U盘安装Ubuntu 14.04

Execute the following command under Shell:

如何使用U盘安装Ubuntu 14.04

Re-detect and mount the CD, and then continue all the way. Usually the subsequent process should be smooth.

如何使用U盘安装Ubuntu 14.04

It is said that this is normal. If you are unlucky, you will encounter the second problem below.

Unable to perform configuration and package management steps

Under normal circumstances, when the installation reaches this step, a window will pop up prompting what software needs to be installed. Usually, you will choose to let the system install the necessary software first

OpenSSH Server

of. But this time after reaching this step, the manual selection installation menu below pops up directly.

如何使用U盘安装Ubuntu 14.04

Whether it is the [Manually Select Configuration and Package Management] or [Select and Install Software] steps, the steps will pop up and you will not be able to enter the next step. Seeing victory in sight, but returning to the starting point, does it feel like the world is about to collapse? Now that the previous problems have been solved, there is no reason not to take you out of the ditch. Let’s talk about how to solve it:

  • Skip the software package installation temporarily and continue to choose to install GRUB boot.
  • In the final installation step after installing GRUB boot, do not choose to continue but choose to return.

如何使用U盘安装Ubuntu 14.04

  • Select [Configuration and Package Management] in the manual selection installation menu again. This time you can finally see the familiar process of installing various software packages.

如何使用U盘安装Ubuntu 14.04

After many difficulties, I finally successfully completed the installation of Ubuntu Server 14.04 through a USB flash drive.

Note: The above process has been verified. Since screenshots cannot be taken during the installation process, the above pictures are from the Internet. It's a bit inconsistent, so we'll have to look into it.

The above is the detailed content of Steps to install Ubuntu 14.04 using USB flash drive. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:Linux就该这么学. If there is any infringement, please contact admin@php.cn delete
What are the differences in user account management between Linux and Windows?What are the differences in user account management between Linux and Windows?May 02, 2025 am 12:02 AM

The main difference between Linux and Windows in user account management is the permission model and management tools. Linux uses Unix-based permissions models and command-line tools (such as useradd, usermod, userdel), while Windows uses its own security model and graphical user interface (GUI) management tools.

How does the command line environment of Linux make it more/less secure than Windows?How does the command line environment of Linux make it more/less secure than Windows?May 01, 2025 am 12:03 AM

Linux'scommandlinecanbemoresecurethanWindowsifmanagedcorrectly,butrequiresmoreuserknowledge.1)Linux'sopen-sourcenatureallowsforquicksecurityupdates.2)Misconfigurationcanleadtovulnerabilities.Windows'commandlineismorecontrolledbutlesscustomizable,with

How to Make a USB Drive Mount Automatically in LinuxHow to Make a USB Drive Mount Automatically in LinuxApr 30, 2025 am 10:04 AM

This guide explains how to automatically mount a USB drive on boot in Linux, saving you time and effort. Step 1: Identify Your USB Drive Use the lsblk command to list all block devices. Your USB drive will likely be labeled /dev/sdb1, /dev/sdc1, etc

Best Cross-Platform Apps for Linux, Windows, and Mac in 2025Best Cross-Platform Apps for Linux, Windows, and Mac in 2025Apr 30, 2025 am 09:57 AM

Cross-platform applications have revolutionized software development, enabling seamless functionality across operating systems like Linux, Windows, and macOS. This eliminates the need to switch apps based on your device, offering consistent experien

Best Linux Tools for AI and Machine Learning in 2025Best Linux Tools for AI and Machine Learning in 2025Apr 30, 2025 am 09:44 AM

Artificial Intelligence (AI) is rapidly transforming numerous sectors, from healthcare and finance to creative fields like art and music. Linux, with its open-source nature, adaptability, and performance capabilities, has emerged as a premier platfo

5 Best Lightweight Linux Distros Without a GUI5 Best Lightweight Linux Distros Without a GUIApr 30, 2025 am 09:38 AM

Looking for a fast, minimal, and efficient Linux distribution without a graphical user interface (GUI)? Lightweight, GUI-less Linux distros are perfect for older hardware or specialized tasks like servers and embedded systems. They consume fewer res

How to Install Wine 10.0 in RedHat DistributionsHow to Install Wine 10.0 in RedHat DistributionsApr 30, 2025 am 09:32 AM

Wine 10.0 stable version release: Running Windows applications on Linux to a higher level Wine, this open source and free application, allows Linux users to run Windows software and games on Unix/Linux operating systems, ushering in the release of the 10.0 stable version! This version has been provided with source code and binary package downloads, and supports various distributions such as Linux, Windows and Mac. This edition embodies a year of hard work and over 8,600 improvements, bringing many exciting improvements. Key highlights include: Enhanced support for Bluetooth devices. Improve support for HID input devices. Optimized performance of 32-bit and 64-bit applications.

How to Install and Configure SQL Server on RHELHow to Install and Configure SQL Server on RHELApr 30, 2025 am 09:27 AM

This tutorial guides you through installing SQL Server 2022 on RHEL 8.x or 9.x, connecting via the sqlcmd command-line tool, database creation, and basic querying. Prerequisites Before beginning, ensure: A supported RHEL version (RHEL 8 or 9). Sudo

See all articles

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

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.