系统盘根目录下的文件: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的硬盘安装了。