Chinaunix

标题: 硬盘安装Red Flag linux [打印本页]

作者: aluoyeshi    时间: 2008-12-16 21:54
标题: 硬盘安装Red Flag linux

                硬盘安装Red Flag dt6.0 sp2:
我的做法如下:
1. 随便新建一个文件夹: mkdir /root/Destop/sp2
2. 将iso挂载到刚才新建的文件夹: mount -t iso9660 -o loop ****.iso /root/Destop/sp2/
3. 从挂载的文件夹中isolinux下提取 vmlinuz 和 initrd.img 这两个文件,放到根目录下:
   cp /root/Destop/sp2/vmlinuz /
   cp /root/Destop/sp2/initrd /
4. 将iso也放到根目录下: cp *****.iso /
5. 在/boot/grub/grub.conf中添加:
   
   title RF6.0sp2
       root (hd0,0)
       kernel /vmlinuz
       initrd /initrd.img
6. 重启后就可以从grub启动项选择title了,识别出核心后,安装方式选择 “Hard Disk”
               
               
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/76219/showart_1724328.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2