CentOS 7 安裝失敗 "Warning: /dev/root does not exist, could not boot"
How To Fix CentOS could not boot Install failures
1. Around buring CentOS 7 DVD, please reassign the Label as "CENTOS7" (No Space within label)
2. Then, around Boot Disk Menu, press "Tab",
Change Label from "CENTOS\x207\x20x86_64" to "CENTOS7"
(ie. remove x20 space)
3. If you dd CentOS 7 Install DVD into USB Boot Disk,
Just using mtools/mlabel to change USB disk Label, like the following commands:
See also: https://vovo2000.com/f/viewtopic-365717.html (Same issues Fedora 17/18/19/20)
代碼:
$ yum install mtools (or, apt-get install mtools)
$ sudo echo "mtools_skip_check=1" > ~/.mtoolsrc
$ sudo mlabel -i /dev/sdX1 ::CENTOS7 (the '::' prefix is a must!)