Windows系统下 制作Fedora17安装U盘

主要内容援引自王晔的流水账,有改动

http://wangye.org/blog/archives/619/


Fedora17作为一个比较成熟的Linux发行版,给Windows用户提供了一个制作USB安装盘的工具

叫做Fedora LiveUSB Creator

https://fedorahosted.org/liveusb-creator/

这里可下载最新版


打开后界面如下

十分简洁,选择自己已经下载好的镜像或者是直接从网上下载相应版本的

选择好自己的目标磁盘,也就是U盘,就可以点击下方的按钮开始制作了

还要注意的是,一开始在制作安装盘之前,格式化最好用FAT格式,而不是FAT32

不过这还没完,制作出来的USB十有八九是无法进入的,重启启动后会出现Error15 File Not Found


所以要打开U盘做一些修改,现在磁盘名字叫做LIVE。

首先,用编辑器打开\syslinux下的syslinux.cfg文件

找到其中类似append initrd=initrd0.img root=live:UUID=1390-4D09 rootfstype=vfat…字样的行

其中UUID=1390-4D09后面的数值是根据你U盘变化的

这里,把所有这样的行里面的UUID=1390-4D09都替换为LABEL=LIVE

让系统用盘名来识别


然后,打开EFI/boot/bootx64.conf文件,删掉其中的findiso这行

并且将下面的root=live:后的CDLABEL,改为LIVE

最后文件如下

#debug --graphics
default=0
splashimage=/EFI/BOOT/splash.xpm.gz
timeout 5
hiddenmenu
title Fedora 17
    kernel /images/pxeboot/vmlinuz root=live:CDLABEL=LIVE
    initrd /images/pxeboot/initrd.img
title Test this media & start Fedora
    kernel /images/pxeboot/vmlinuz root=live:CDLABEL=LIVE quiet rd.live.check
    initrd /images/pxeboot/initrd.img

最后,修改/EFI/BOOT/grub.conf文件

依然是删掉findiso这行并修改LABEL

最后文件如下

default=0
splashimage=/EFI/BOOT/splash.xpm.gz
timeout 10
hiddenmenu
 
title Fedora-17-x86_64-Live-Desktop.is
  kernel /syslinux/vmlinuz0 root=live:LABEL=LIVE rootfstype=auto ro liveimg quiet  rhgb 
  initrd /syslinux/initrd0.img
title Verify and Boot Fedora-17-x86_64-Live-Desktop.is
  kernel /syslinux/vmlinuz0 root=live:LABEL=LIVE rootfstype=auto ro liveimg quiet  rhgb rd.live.check
  initrd /syslinux/initrd0.img

这样应该就可以解决error15的问题了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值