码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2018-02-26 15:15:01      阅读:1294      评论:0      收藏:0      [点我收藏+]

标签:系统/运维   Linux   

一直都在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问题

标签:系统/运维   Linux   

原文地址:http://blog.51cto.com/netside/2073077

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!