Home > Article > Operation and Maintenance > USB disk installation linux failed
Problem:
U disk installation of linux failed, as shown in the picture:
(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
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 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!