安装Centos 7 错误解决

dracut-initqueue[624]:Warning: Could not boot.

dracut-initqueue[624]:Warning: /dev/root does not exist.

Starting Dracut EmergencyShell…

Warning: /dev/root does not exist

原因是:UltroISO在Window下写入U盘的安装文件路径,没有被linux安装程序识别

解决方法如下:

dracut:/# cd /dev

dracut:/dev# ls

后找到安装文件所在的位置,我的是sdc,因为我有两块硬盘,我的U盘排第三,所以是c。

重启在安装界面按下Tab键,修改启动配置,将

vmlinuz initrd=initrd.img

inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 rd.live.check quiet

改为:

vmlinuz initrd=initrd.img

inst.stage2=hd:/dev/sdc quiet

就可以了。

sda 第一硬盘(电脑硬盘)  sdb第二硬盘(有可能是你的 U)

时间: 2024-10-23 16:05:54

安装Centos 7 错误解决的相关文章

PHP编译安装时常见错误解决办法,php编译常见错误

PHP编译安装时常见错误解决办法,php编译常见错误 1.configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 解决方法: yum -y install libxslt-devel 2.configure: error: Could not find net-snmp-config binary. Please check your net-snmp installa

make安装redis遇到错误解决方法

zmalloc.o: In function `zmalloc_used_memory': /home/cqh/tar/redis-2.6.14/src/zmalloc.c:223: undefined reference to `__sync_add_and_fetch_4' collect2: ld 返回 1 make[1]: *** [redis-server] 错误 1 make[1]: Leaving directory `/home/cqh/tar/redis-2.6.14/src'

AppStore安装APP发生错误解决方法

打开网络偏好设置 高级  -> DNS ->  +  ->  114.114.114.114 AppStore安装APP发生错误解决方法

linux编译安装时常见错误解决办法

linux编译安装时常见错误解决办法 This article is post on https://coderwall.com/p/ggmpfa 原文链接:http://www.bkjia.com/PHPjc/1008013.html configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution复制代码 代码如下:yum -y install libxslt-devel c

ubuntu14.04安装oracle12c及错误解决方法

1.更换apt源 cp /etc/apt/sources.list /etc/apt/sources.list.bak vim /etc/apt/sources.list cat  /etc/apt/sources.list deb http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse deb http://mirrors.163.com/ubuntu/ trusty-security main res

CentOS6.5上给curl安装ssl时错误解决

1 在CentOS上使用PHP的curl访问HTTPS页面时,出现错误“Protocol https not supported or disabled in libcurl”. 表示curl未启用https,需要重新编译php所使用的curl库. cd curl-7.31.0./configure --prefix=/home/www/thirdlib/curl --with-ssl=/ueidc/openssl 出现错误提示: checking for SSL_connect in -lss

Oracle 11g安装过程中错误解决

报错:warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 1e5e0159解决:rpm --import /etc/pki/rpm-gpg/RPM* 报错:ORA-12705: Cannot access NLS data files or invalid environment specified解决:Linux下 如果环境变量 NLS_LANG 值是NA 会引起 ORA-12705 错误,解决方法是修改set

Cmake安装/简单测试/错误解决

1.Cmake的安装(Ubuntu12.04) $ apt-get install cmake 2.查看Cmake版本 $ cmake --version $ cmake version 2.8.7 3.HelloWorld简单例子 1) 新建一个helloworld文件夹,存放源码: $ mkdir -p ~/work/helloworld 2) 将准备好的helloworld.cpp与CMakeLlists都存放到该文件夹: $ cd ~/work/helloworld $ gedit he

(转)ubuntu源码编译安装php常见错误解决办法

原文地址 http://blog.csdn.net/white__cat/article/details/28907535 './configure' '–prefix=/usr/local/PHP' '–with-config-file-path=/etc' '–with-MySQL=/usr/local/mysql' '–with-mysqli=/usr/local/mysql/bin/mysql_config' '–with-iconv-dir=/usr/local' '–with-fre