首页 > 代码库 > fedora 20的安装过程以及遇到的错误,Could not boot问题
fedora 20的安装过程以及遇到的错误,Could not boot问题
安装fedora很简单,我不是很懂linux,上大学前压根都没听说过这东西。但上大学后一直非常感兴趣吧,觉得蛮神奇的。
之前一直是用的ubuntu,因为同学用的。这次尝试安装fedora
我去官网下载了镜像,用ultraISO刻录进U盘,写入方式USB-HDD+V2,然后在一台破电脑里改bios用U盘引导
然后……出错了
然后显示
darcut-initqueue[309]:Warning:Could not boot.
darcut-initqueue[309]:Warning:/dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1 does not exist
darcut-initqueue[309]:Warning:/dev/mapper/live-rw does not exists
Starting Dracut Emergency Shell...
Warning:/dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1 does not exist
Warning:/dev/mapper/live-rw does not exists
Generating "/run/initramfs/rdsosreport.txt"
Entering emergency mode.Exit the shell to continue.
Type "journalct1" to view system logs.
You might want to save "/run/initramfs/rdsosreport.txt/" to a USB stick or /boot
after mounting then and attach it to a bug report.
dracut:/#
我的思路是先确认一下LABEL吧,rdsosreport.txt我真心看不懂啊……
执行blkid,额,发现LABEL是Fedora-LiveCD
我记得 isolinux.cfg 和 syslinux.cfg里配置的不是这个名字。
没办法,因为对linux是初学者,不是很会配,索性把isolinux.cfg 、syslinux.cfg、grub、盘符名以及镜像文件名统一改成FEDORA-20-1,名字随便,但是考虑盘符名字长度不要太长
然后正常启动就没问题了。原理……我还在谷歌,我先记下来,如果有人能帮我答疑一下,感激不尽。
以上是我遇到的情况,不知道对大家有没有用……
fedora 20的安装过程以及遇到的错误,Could not boot问题