安装 CentOS 7 的时候出现 Dracut: 信息后无法进行下去的解决办法

安装CentOS 7 的时候停留在:
[ OK ] Started Open-iSCSI.
Starting dracut initqueue hook…
[ 13.471708] sd 0:0:0:0: [sdb] No Caching mode page found
[ 13.471719] sd 0:0:0:0: [sdb] Assuming drive cache: write through
[ 141.405757] dracut-initqueue[601]: Warning : dracut-initqueue timeout - starting timeout scripts
[ 142.405757] dracut-initqueue[601]: Warning : dracut-initqueue timeout - starting timeout scripts
……
这是因为安装CentOS要找U盘的卷标和实际U盘的卷标不一致导致的。只需要在Windows下修改U盘卷标即可。
注意,CentOS下是大小写敏感的,所以在Windows下修改卷标一定要统一大小写,比如都用大写。
我把卷标修改成CENTOS7
再次启动安装,到:
Install CentOS 7
Test this media & install CentOS 7
Troubleshooting –>

Use the ^ and keys to change the seletion.
Press ‘e’ to edit the selected item, or ‘c’ for a command prompt.
The selected entry will be started automatically in 50s.
看到这个的时候按e进入一个修改模式,注意,这里大小写敏感,所以不管是修改,甚至是在最后退出按 Ctrl + x 的时候都要注意大小写的问题!!!
这里把
setparams ‘Test this media & install CentOS 7’
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=CentOS\x207\x20x\86_64 rd.live.check quiet
第二行改成:
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=CENTOS7 rd.live.check quiet
然后按 Ctrl +x 退出,注意 Ctrl + x 是小写的!!!

你可能感兴趣的:(CentOS7)