安装fedora很简单,我不是很懂linux,上大学前压根都没据说过这东西。但上大学后一直很是感兴趣吧,以为蛮神奇的。linux
以前一直是用的ubuntu,由于同窗用的。此次尝试安装fedoraios
我去官网下载了镜像,用ultraISO刻录进U盘,写入方式USB-HDD+V2,而后在一台破电脑里改bios用U盘引导shell
而后……出错了ubuntu
而后显示app
darcut-initqueue[309]:Warning:Could not boot.spa
darcut-initqueue[309]:Warning:/dev/disk/by-label/Fedora-Live-Desktop-x86_64-20-1 does not existit
darcut-initqueue[309]:Warning:/dev/mapper/live-rw does not existsio
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,名字随便,可是考虑盘符名字长度不要太长
而后正常启动就没问题了。原理……我还在谷歌,我先记下来,若是有人能帮我答疑一下,感激涕零。
以上是我遇到的状况,不知道对你们有没有用……