今天使用U盘在N2600 U的上网本上安装Fedora19,U盘引导后发现无法正常进入安装界面(无论是图形或文字都不行),显示如下提示:
dracut Warning:/dev/disk/by-label/Fedora-Live-Desktop-i686-19-1 does not exist
dracut Warning:/dev/mapper/live-rw does not exist
Dropping to debug shell.
dracut:/#
参考另一篇类似问题的解决方案(http://www.linuxidc.com/Linux/2012-06/62109.htm)后发现极有可能是引导程序无法通过盘符号找到U盘,查看U盘盘符,发现其为Fedora-Live,遂在另一台电脑上打开isolinux下的isolinux.cfg和syslinux.cfg文件,将其中所有的
append initrd=initrd.img root=live:CDLABEL=Fedora-Live-Desktop-i686-19-1 ...
改为
append initrd=initrd.img root=live:CDLABEL=Fedora-Live ...
重新尝试,成功进入安装界面。
本文介绍了解决Fedora 19在特定上网本上安装时出现的引导问题。通过修改isolinux配置文件中的标签参数,成功实现了从U盘启动并进入安装界面。

788

被折叠的 条评论
为什么被折叠?



