|
目前不支持ntfs,不过要支持应该不难!
下载F10-i686-Live.iso到硬盘fat32/ext3的根目录或Fedora-10-i686-Live目录下
从iso中提取/isolinux/vmlinuz0 放到某分区下
下载http://ubuntu:ubuntuftp@ftp.ubuntu.org.cn/home/wkt/initrd.img
放到与vmlinuz0相同的目录下
在/boot/grub/menu.lst中添加
###########
title boot F10-i686-Live
root (hd0,2) ### 这里的 2 需要根据自己的情况进行更改
kernel /vmlinuz0 root=CDLABEL=F10-i686-Live rootfstype=iso9660 ro liveimg quiet rhgb
initrd /initrd.img
##############
我只在自己机子做过测试,有问题欢迎指出。
我尽力改正! |
|