再说硬盘安装Ubuntu-8.04-desktop

字体大小: 中小 标准 ->行高大小: 标准

系统盘根目录下的文件:Ubuntu-8.04-desktop-i386.iso

grub.exe,grldr(这两个文件可从grub4dos获得,下载见http://www.linuxidc.com/Linux/2008-03/11986.htm)

initrd.gz,vmlinuz(这两个文件来自ubuntu-8.04-desktop-i386.iso里的casper目录)

casper目录及其中文件,.disk目录及其中文件(均来自ubuntu-8.04-desktop-i386.iso)

menu.lst,内容如下:

title ubuntu

find --set-root /ubuntu-8.04-desktop-i386.iso

kernel /vmlinuz boot=casper find_iso=/ubuntu-8.04-desktop-i386.iso

initrd /initrd.gz

在Windows系统启动文件boot.ini中添加一句:C:\grldr=install ubuntu

重启计算机,便可开始Ubuntu8.04的硬盘安装了。

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/53733.html