求教硬盘安装Ubuntu 8.04问题
发表于 : 2009-05-19 9:41
硬盘安装Ubuntu 8.04
已经将.disk 和 casper 文件夹放在C盘根目录,将casper目录内的initrd.gz和vmlinuz两个文件到C根目录下。将grub4dos-0.4.3.zip中的grldr和menu.lst 同样也放入C根目录下。同样在boot.ini中加:c:\grldr="install ubuntu 8.04"。
方法一:修改menu.lst文件如下:
title Ubuntu 8.04 liveCD
find /vmlinuz
root (hd0,0)
kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-8.04-desktop-i386.iso
initrd /initrd.gz
root
出现:ERROR 17 : file not found.
方法二:修改menu.lst文件如下:
title Ubuntu 8.04 liveCD
find /casper/vmlinuz
root (hd0,0)
kernel /casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-8.04-desktop-i386.iso
initrd /casper/initrd.gz
出现:Busybox v1.1.3 (Debian 1:1.1.3-5ubuntu12) Built-in shell (ash)
Enter 'help'for a list of bulit-in commands
initramfs_
小弟用的是兼容机,应该没有问题吧
但是究竟又是什么问题呢???????
已经将.disk 和 casper 文件夹放在C盘根目录,将casper目录内的initrd.gz和vmlinuz两个文件到C根目录下。将grub4dos-0.4.3.zip中的grldr和menu.lst 同样也放入C根目录下。同样在boot.ini中加:c:\grldr="install ubuntu 8.04"。
方法一:修改menu.lst文件如下:
title Ubuntu 8.04 liveCD
find /vmlinuz
root (hd0,0)
kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-8.04-desktop-i386.iso
initrd /initrd.gz
root
出现:ERROR 17 : file not found.
方法二:修改menu.lst文件如下:
title Ubuntu 8.04 liveCD
find /casper/vmlinuz
root (hd0,0)
kernel /casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-8.04-desktop-i386.iso
initrd /casper/initrd.gz
出现:Busybox v1.1.3 (Debian 1:1.1.3-5ubuntu12) Built-in shell (ash)
Enter 'help'for a list of bulit-in commands
initramfs_
小弟用的是兼容机,应该没有问题吧
但是究竟又是什么问题呢???????