Linux中国 Linux中国门户站!
设为主页 设为主页
收藏本站 收藏本站
 
当前位置 :首页 ->Linux技术 ->网络应用 ->正文

在硬盘上运行Fedora Linux 9 LiveCD方法

来源: 作者:Webmaster 时间:2008-08-18 点击: [收藏] [投稿]

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

(责任编辑:云子)



 如果您对本文有任何疑问或者建议,请到讨论区发表您的意见: >> 论坛入口 <<



上一篇:实用技巧:利用4G U盘安装Fedora Linux   下一篇:Linux下Shorewall防火墙安装与配置方法

文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【我要投稿】 【论坛讨论
更多相关文章
Power by linux-cn.com 粤ICP备05006655号