CentOS 7 U盘安装解决找不到U盘问题

在使用U盘进入CentOS7系统安装选项时,按下Tab键,在屏幕下方出现:vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOSx207x20x86_64 rd.live.check quiet_。

如果您的主机是一块硬盘就把hd:LABEL=CentOSx207x20x86_64 rd.live.check quite改为hd:/dev/sdb4 quite,如果是两块硬盘的话,就改为hd:/dev/sdc4 quite。然后,回车即可进入CentOS7安装界面。

原文地址:https://www.cnblogs.com/Richard-xie/p/4817442.html