U盘安装Centos 7 dracut_initqueue xxx 错误问题解决办法

公司有台闲置机器用来装一个linux来做开发机,使用UltralSO制作的CentOs 7 U盘启动盘,在安装过程中出现了
dracut_initqueue[xxxx]: xxxxxx的错误
查资料发现 官方发布的CentOS-7的ISO文件包含了特殊的分区信息,从而导致之前在CentOS-5、6上有效的制作U盘安装盘的方法失效。制作出来的U盘无法正确引导、加载CentOS-7安装数据
即:
https://wiki.centos.org/HowTos/InstallFromUSBkey说,对于CentOS7,在Window上制作镜像的话,由于CentOS有一个特别的分区问题,所以有些Windows工具就不能正确的将U盘做成启动盘。目前为止不可以的工具有:unetbootin 和 universal usb installer。可以 的工具有Rufus, Fedora LiveUSB Creator,Win32 Disk Image, Rawrite32和dd。原文如下: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 and “universal usb installler”. Confirmed as functioning correctly are Rufus, Fedora LiveUSB Creator, Win32 Disk Imager, Rawrite32 and dd for Windows.

解决方法:
使用win32 disk imager将U盘制作为启动盘,写入时间很慢,但是最后成功安装
安装教程参考:https://jingyan.baidu.com/article/48a42057f5d9a8a92525044b.html

你可能感兴趣的:(linux)