fedora22 正式版已经于(2015年5月26日)发布了。
这次正式版的Workstation Live ISO 名字是:Fedora-Live-Workstation-x86_64-22-3.iso
本次使用 grub2 直接引导 iso 文件的设置,基本上与 fedora21 Workstation Live ISO 没有区别,仅仅是更改了名字与标签。
可以参照我的这个博客来了解 grub2 更加详细的设置方法:http://blog.csdn.net/zyehh/article/details/41979981
在U盘中的菜单项设置如下:
menuentry "Fedora 22 Live Workstation (64 bit)" {
set isoname="Fedora-Live-Workstation-x86_64-22-3"
set isofile="/${isoname}.iso"
search --no-floppy --fs-uuid --set=root ${USBUUID}
loopback loop $isofile
linux (loop)/isolinux/vmlinuz0 iso-scan/filename=${isofile} root=live:CDLABEL=Fedora-Live-WS-x86_64-22-3 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0
initrd (loop)/isolinux/initrd0.img
}
利用wubi引导Fedora22进livecd:http://www.linuxdiyf.com/linux/12407.html
[无需U盘]-使用GRUB2硬盘引导LIVE系统:http://www.linuxdiyf.com/linux/12075.html
另辟蹊径不刻盘,GRUB2引导live CD:http://www.linuxdiyf.com/linux/8396.html
为GRUB2添加背景图片:http://www.linuxdiyf.com/linux/5122.html
将grub2安装到u盘的方法:http://www.linuxdiyf.com/linux/9977.html