U盘安装centos出现dracut initqueue timeout
1.在启动界面按e进入编辑
将
vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOS-x86_64 rd.live.check quiet
1
修改成
vmlinuz initrd=initrd.img inst.stage2=hd:/dev/sdb4 quiet
1
此处的/dev/sdb4就是U盘的挂载点,不同的电脑挂载点不一样,可以在dracut命令行中查看
cd dev
ls
2. 直接将U盘重命名,不要包含下划线、横杠等符号
重命名之后,重新插入启动,仍然按e进入编辑
将
vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOS-x86_64 rd.live.check quiet
改成
vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=你的U盘名字 rd.live.check quiet
例如我的U盘名字改成了CENTOS8,于是该行变成
vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CENTOS8 rd.live.check quiet
然后按ctl+x保存退出
3.出现could not insert ‘floppy’ no such device错误
刻录映像的软件有问题,我用的是UItralSO,一直有这个提示,换成这个刻录软件 就可以了。
参考:
https://forums.centos.org/viewtopic.php?t=67551
https://wiki.centos.org/HowTos(2f)InstallFromUSBkey.html
阅读剩余
THE END
![icon](https://www.qcyqq.com/wp-content/themes/CoreNext/static/img/icon/like.png)
0
![icon](https://www.qcyqq.com/wp-content/themes/CoreNext/static/img/icon/share2.png)
分享
![icon](https://www.qcyqq.com/wp-content/themes/CoreNext/static/img/icon/qrcode.png)
二维码
![icon](https://www.qcyqq.com/wp-content/themes/CoreNext/static/img/icon/poster2.png)
海报
发表评论
您需要登录后评论
赶快来坐沙发