Centos7 U盘启动盘安装报错 dracut-initqueue timeout问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7 U盘启动盘安装报错 dracut-initqueue timeout问题相关的知识,希望对你有一定的参考价值。

一直都在VM中安装CentOS等各式系统,今天在一台实体机中安装CentOS7,却遇到麻烦了…

下载ISO,使用Universal-USB-Installer制作启动U盘(多年来一直用这个工具),开机引导,卡在:

starting dracut initqueue hook

一段时间等待后,出现:

dracut-initqueue timeout

failed to start switch root

?

一番搜索后,得到解决方法有:

1. 修改引导参数,http://blog.51cto.com/jinchuang/1947002? ;

2. 说是centos6.5开始不支持unetbootin的方式制作的启动u盘,可用dd命令:

  dd if=CentOS-7-x86_64-DVD-1511.iso of=/dev/sdd

3. 使用Fedora官方提供的工具Fedora Media Writer制作启动盘;

  How to create and use Live USB/zh-cn
? https://fedoraproject.org/wiki/How_to_create_and_use_Live_USB/zh-cn? 
4.
  http://blog.csdn.net/applebomb/article/details/75209965
?
据文档 https://wiki.centos.org/HowTos/InstallFromUSBkey 介绍:
Moreover, the CentOS 7 installer image has a special partitioning which, as of July 2014, most Windows tools do NOT transfer correctly leading to undefined behaviour when booting from the USB key. Applications known (so far) to NOT work are unetbootin, multibootusb and "universal usb installler" - do NOT use these. Confirmed as functioning correctly are Rufus (may depend on options selected, there have been reports of failure with rufus too), Fedora LiveUSB Creator, Win32 Disk Imager, Rawrite32 and dd for Windows. 
对于CentOS7,在Window上制作镜像的话,由于CentOS有一个特别的分区问题,所以有些Windows工具就不能正确的将U盘做成启动盘。目前为止不可以的工具有:unetbootin 和 universal usb installer。可以的工具有Rufus, Fedora LiveUSB Creator(现在的名称叫Fedora Media Writer),Win32 Disk Image, Rawrite32和dd。
?
unetbootin的网站为:
http://unetbootin.github.io/

以上是关于Centos7 U盘启动盘安装报错 dracut-initqueue timeout问题的主要内容,如果未能解决你的问题,请参考以下文章

U盘安装CentOS7 1503 时无法识别U盘,直接进入dracut#

centos7 U盘安装卡在 starting dracut initqueue hook解决办法

centos7 U盘安装卡在 starting dracut initqueue hook

Centos7.0 U盘安出现dracut该怎么解决

救命啊…我安装Centos7出现dracut了,我现在想回到Windows怎么回去啊!

centos7.4 U盘安装卡在 starting dracut initqueue hook