预备知识
grub入门与提高,http://blog.youkuaiyun.com/duyiwuer2009/article/details/7799647
安装grub到U盘,http://blog.youkuaiyun.com/duyiwuer2009/article/details/7799687
FTP-HTTP方式安装CentOS,http://blog.youkuaiyun.com/duyiwuer2009/article/details/7799750
Fedora 15,16
从 Fedora 15 的 ISO 文件中提取出 vmlinuz, initrd.img (如果后面选择从硬盘安装,则还要提取 images 目录,并将 ISO 文件放在与 images 目录相同的目录下;如果选择从网络安装,则指定 网络中 images 的路径即可,即不需要提取出 images 目录)放在 / 目录下,开机进入grubgrub> root (hd0,x)<Tab补全>
grub> kernel /vmlinuz askmethod ## 据说Fedora 14 不需要"askmethod"
grub> initrd /initrd.img
grub> boot
参考资料
fedora15硬盘安装, http://www.linuxdiyf.com/viewarticle.php?id=201915CentOS 5.6
grub> root (hd0,x)<Tab补全>
grub> kernel /vmlinuz
grub> initrd /initrd.img
grub> boot
参考资料
1、grub《系统引导管理器GRUB,为初学者指南》 http://www.linuxsir.org/main/?q=node/129
《The Grub 2 Guide》 http://ubuntuforums.org/showthread.php?t=1195275
2、U盘启动grub,引导安装Linux
grub 引导iso安装linux, http://hi.baidu.com/wbo4958/blog/item/3782542d4f41d123359bf73b.html
Menu.lst 介绍, http://perfect44944.blog.163.com/blog/static/4880536420100874910557/
9.10 iso可以直接修改menu.lst来安装吗, http://forum.ubuntu.org.cn/viewtopic.php?t=253703
fedora15硬盘安装, http://www.linuxdiyf.com/viewarticle.php?id=201915
RHEL 5.4版Dvd.iso镜像文件的硬盘安装方法, http://hi.baidu.com/sdvch/blog/item/b8c979fafa6eae205c6008f9.html