分页: 1 / 1
win7下硬盘安装ubuntu9.10提示找不到文件,谢谢
发表于 : 2009-11-06 9:27
由 marat.safin
这是menu
title Install Ubuntu 9.10
root (hd0,0)
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-9.10-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8
initrd (hd0,0)/initrd.lz
ISO放在C盘了,启动等都正常,安装的时候出错,出错提示如下:
Booting 'Install Ubuntu9.10'
root (hd0,0)
kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/ubuntu-9.10-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8
Error 17:File not found.
menu使用EasyBCD弄得。谢谢!
Re: win7下硬盘安装ubuntu9.10提示找不到文件,谢谢
发表于 : 2009-11-06 9:35
由 smallapple
vmlinuz 和 initrd.lz 有没有放c盘?

Re: win7下硬盘安装ubuntu9.10提示找不到文件,谢谢
发表于 : 2009-11-06 9:46
由 marat.safin
放了,谢谢楼上。 奇怪就是这里了,我反复核对那些个步骤,没出错的地方,但是就是提示找不到文件。
Re: win7下硬盘安装ubuntu9.10提示找不到文件,谢谢
发表于 : 2009-11-06 9:51
由 smallapple
是不是C盘不是第一分区?
改成这样试试
代码: 全选
title Install Ubuntu 9.10
find --set-root /vmlinuz
kernel /vmlinuz boot=casper iso-scan/filename=/ubuntu-9.10-desktop-i386.iso ro quiet splash locale=zh_CN.UTF-8
initrd /initrd.lz
Re: win7下硬盘安装ubuntu9.10提示找不到文件,谢谢
发表于 : 2009-11-06 10:46
由 marat.safin
4楼 正解,谢谢! 但是 进 入LIVE CD后 :
ubuntu@ubuntu:~$ sudo umount -l isodevice
umount: isodevice: not found
ubuntu@ubuntu:~$ sudo umount -l/isodevice
umount: invalid option -- '/'
Usage: umount -h | -V
umount -a [-d] [-f] [-r] [-n] [-v] [-t vfstypes] [-O opts]
umount [-d] [-f] [-r] [-n] [-v] special | node...
ubuntu@ubuntu:~$ ubuntu@ubuntu:~$ sudo umount -l isodevice
ubuntu@ubuntu:~$: command not found
ubuntu@ubuntu:~$ umount: isodevice: not found
No command 'umount:' found, did you mean:
Command 'umount' from package 'mount' (main)
Command 'umount' from package 'loop-aes-utils' (universe)
umount:: command not found
ubuntu@ubuntu:~$
谢谢!
Re: win7下硬盘安装ubuntu9.10提示找不到文件,谢谢
发表于 : 2009-11-06 10:52
由 smallapple
代码: 全选
sudo umount -l /isodevice
Re: win7下硬盘安装ubuntu9.10提示找不到文件,谢谢
发表于 : 2009-11-06 11:03
由 marat.safin
看来 是 少打了 空格,多谢! 我是 菜鸟 ,谢谢!