从网络或.iso镜像安装Fedora Linux

By: Zhiqiang Ma In: Linux

源自这样的事情:
我在windows下删除分区,分区号在/boot之前,造成grub无法引导。

也想重新安装linux,就从ftp上安装了一次fedora8,这个方法也适用于iso安装。

1)使用grub命令引导
引导windows,在第一个硬盘第一个分区
root (hd0,0)
chainloader +1
引导linux,/boot在第一个硬盘第7个分区
root(hd0,8)
kernel /vmlinuz-2.6.24.xxxxxxx ro root=LABEL=/ quiet
initrd /initrd-2.6.24.xxxxxx.img
boot

2)使用已保存的fedora8安装盘中的isolinux/vmlinuz initrd引导
已经安装wingrub或isoemu引导grub
使用上面命令
kernel /vmlinuz
initrd /initrd
boot

3)这种情况下可以选择网络或iso镜像安装
继续即可。

Author: Zhiqiang Ma Posted on: Aug 16, 2008 Views: 273
Tags: ,
Like this post? Subscribe full-text feeds from all Fclose.com blogs:
Add your comments, share your thoughts

Be nice. Keep it clean. Stay on topic. No spam.