免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 743 | 回复: 0
打印 上一主题 下一主题

硬盘运行Fedora 9 LiveCD [复制链接]

论坛徽章:
1
15-16赛季CBA联赛之北控
日期:2022-03-04 22:35:50
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-05-22 08:47 |只看该作者 |倒序浏览

作者: yibin  出自: http://www.linuxdiyf.com
1.从Fedora-9-i686-Live.iso中解压出LiveOS目录放在D:\下,解压出vmlinuz0和initrd0.img放在LiveOS中
2.修改C:\boot\grub\menu.lst文件,添加:
title Fedora 9 LiveCD
# find --set-root /LiveOS/vmlinuz0
root (hd0,4)
kernel /LiveOS/vmlinuz0 root=/dev/sda5 ro liveimg rhgb
initrd /LiveOS/initrd0.img
#boot
3.重启,即可启动liveCD运行并安装。
注:
(hd0,4)和sda5代表windows的D盘
从硬盘启动运行的其他Linux对应的menu.lst文件如下:
title slax
root (hd0,5)
kernel /boot/vmlinuz root=/dev/ram0 rw
initrd /boot/initrd.gz init=linuxrc load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=6666 vga=769
title puppy
root (hd0,0)
kernel /puppy/vmlinuz
initrd /puppy/initrd.gz
# iso文件放在/Ubuntu下,将iso文件中casper下的vmlinuz和initrd.gz解压到/Ubuntu下
title Ubuntu 8.04 LiveCD
# find --set-root /Ubuntu/ubuntu-8.04-desktop-i386.iso
root (hd0,0)
kernel /Ubuntu/vmlinuz boot=casper iso-scan/filename=/Ubuntu/ubuntu-8.04-desktop-i386.iso quiet splash ro locale=zh_CN.UTF-8
initrd /Ubuntu/initrd.gz
boot
title Ubuntu 8.04 Installation From LiveCD
find --set-root /Ubuntu/ubuntu-8.04-desktop-i386.iso
kernel /Ubuntu/vmlinuz boot=casper iso-scan/filename=/Ubuntu/ubuntu-8.04-desktop-i386.iso quiet ro automatic-ubiquity locale=zh_CN.UTF-8 noprompt --
initrd /Ubuntu/initrd.gz
boot

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/31/showart_698502.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP