U disk installation Linux installation error and solution
After seeing "This is How You Should Learn Linux" from the Internet, I made up my mind to return after having strayed from the software industry for many years! This article is my personal experience as a novice, I hope it can be adopted!

I started to install a virtual machine on my machine according to the instructions in "This is How to Learn Linux", and it ran very well. Later, I saw someone in the exchange group installed rhel7 on his old laptop and it was running normally. I was deeply inspired and decided to try installing rhel7 on my Haier x208. However, there was a problem during the installation process. No one answered the questions in the communication group (perhaps the question was too simple or the information provided was insufficient), and Du Niang could not give a good answer. After some fussing, I finally found the solution.
Download image
Download the rhel7 mirror, I use the website to provide the mirror

Download address: https://www.linuxprobe.com/tools
Create U disk
Write the image to a USB flash drive (8G). I used the Laomaotao installed version to make it. (Please ask Du Niang for specific production details!)
install the system
U disk boot
Enter the following interface:

You should select “Install Red Hat Enterprise Linux 7.0″ and press Enter to enter the installation interface. (Under normal circumstances, just wait until you enter the installation graphical interface)
But my installation went wrong! ! ! The tips are as follows:

This problem is that your U disk is not found. This configuration needs to be completed in the previous step, but we did not know the file name of the U disk in the previous step, so simply check the U disk in this step. device name, and then return to the previous step to complete the configuration.
Excuting an order
Execute the following command to check the name of your USB flash drive.
dracut:/# cd /dev
Then you will see the following interface:

sda is the file name corresponding to the hard disk, sdb is the file name corresponding to the U disk, you can see it is sdb4 ("4" may also be other numbers, depending on the situation).
Modify path
Restart now, return to the first interface of U disk boot, then press the Tab key to modify
vmlinuz initrd=initrd.imginst.stage2=hd:LABEL=RHEL-server-7.0-x86_64-LinuxProbe.Com.iso quiet
for:
vmlinuz initrd=initrd.img inst.stage2=hd:/dev/sdb4 quite
Be careful not to delete the "quite" at the end (this newbie suffers from it)
Then press the enter key to enter the installation interface, and the installation can start smoothly.
The above is the detailed content of U disk installation Linux installation error and solution. For more information, please follow other related articles on the PHP Chinese website!

This guide explores essential Linux tools for monitoring and troubleshooting disk I/O performance, a crucial metric impacting server speed and application responsiveness. Disk I/O performance directly affects how quickly data is read from and written

For new Linux users, identifying connected devices is crucial, especially USB drives. This guide provides several command-line methods to determine a USB device's name, essential for tasks like formatting. While USB drives often auto-mount (e.g., /

One of the most common problems with Linux systems, especially those with limited disk space, is the exhaustion of root partition (/) space. When this problem occurs, you may encounter the following error: No space left on device Don’t panic! This just means that your root directory (/partition) is full, which is a common problem, especially on systems with limited disk space or servers running 24/7. When this happens, you may encounter the following problems: The package cannot be installed or upgraded. System startup failed. The service cannot be started. Unable to write to logs or temporary files. This article walks you through practical steps to identify problems, clean up space safely, and prevent them from happening again. These instructions are suitable for beginners

This article explores top-notch Notepad alternatives for Linux users. Notepad , while excellent on Windows, lacks a Linux version. This guide offers a diverse range of options to suit various needs and preferences. Top Notepad Alternatives for

Several days ago, I encountered a 32-bit CentOS 8 distribution and decided to test it on an older 32-bit system. Post-boot, I discovered a network connectivity issue; the connection would drop, requiring manual restoration after each reboot. This pr

Let's clarify what constitutes a bad sector or bad block: it's a portion of a hard drive or flash memory that's become unreadable or unwritable, typically due to physical damage to the disk surface or malfunctioning flash memory transistors. Accumul

The cp command, short for "copy," is a fundamental tool in Linux and other Unix-like systems for duplicating files and directories. While efficient for local file transfers, for network-based copies, scp (secure copy) is preferred due to i

When using the rm command to delete a file or directory in Linux system, if you encounter the following error: rm: cannot remove 'file-or-directory': Device or resource busy Don't worry, this is a common problem, which means that the file or directory you are trying to delete is currently being used by the system or running process. Cause of error The "Device or Resource Busy" message indicates that the file or directory is in use. To avoid damaging the system or causing data loss, Linux prevents deleting files in use. Common reasons include: Your terminal is currently in the directory you want to delete. The program or process is using the file or directory.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

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

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

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.

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.
