Home > Operation and Maintenance > Linux Operation and Maintenance > USB disk installation linux failed

USB disk installation linux failed

王林
Release: 2020-02-14 16:16:35
Original
3708 people have browsed it

USB disk installation linux failed

Problem:

U disk installation of linux failed, as shown in the picture:

USB disk installation linux failed

(free learning video Tutorial sharing: linux video tutorial)

Solution:

Execute the following command to check the name of your USB flash drive.

dracut:/# cd /dev
Copy after login

Then you will see the following interface:

USB disk installation linux failed

#sda is the file name corresponding to the hard disk, sdb is the file name corresponding to the U disk, you can see that sdb4 ("4" may also be other numbers, depending on the situation).

Modify the path

Restart, return to the first interface of U disk startup, then press the Tab key, modify

vmlinuz initrd=initrd.imginst.stage2=hd:LABEL=RHEL-server-7.0-x86_64-LinuxProbe.Com.iso quiet

is:

vmlinuz initrd=initrd.img inst.stage2=hd:/dev/sdb4 quite

Be careful not to delete the "quite" at the end.

Then press the enter key to enter the installation interface, and you can start the installation smoothly.

Recommended related tutorials: linux tutorial

The above is the detailed content of USB disk installation linux failed. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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