进ubuntu提示ERROR 15:fike not found! SOS

启动讨论 grub/grub2/syslinux/grub4dos/Lilo
回复
chc713
帖子: 5
注册时间: 2008-11-28 18:55

进ubuntu提示ERROR 15:fike not found! SOS

#1

帖子 chc713 » 2008-11-28 19:17

我是刚用UBUNTU的菜鸟,系统是怎么安装的先在C盘安装WINXP,在C盘目录下用WUBI安装了UBUNTU。安装好后感觉先出现UBUNTU的启动目录有点麻烦就用FDISK /MBR,先在WINXP下添加。在C盘目录里添加grldr 文件,在BOOT.INI添加一条C:\GRLDR="UBUNTU" 重起进入系统刚按回车提示:
Booting 'ubuntu8.10,kernel 2.6.27-10-generic'
kernel /boot/umlinuz-2.6.27-10-generic root=UUID=766b9c1f-0102-4851-ae4b-2f6360ed70c ro ROOTFLAGS=sync quiet splash

ERROR 15:File not found

PRess any key to contineu

这需要怎么解决!~~~
上次由 chc713 在 2008-11-28 19:54,总共编辑 2 次。
chc713
帖子: 5
注册时间: 2008-11-28 18:55

Re: 进ubuntu提示ERROR 15:fike not found! SOS

#2

帖子 chc713 » 2008-11-28 19:21

这是我UBUNTU里的menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 4

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=766b9c1f-0102-4851-ae4b-2f6360e6d70c ro ROOTFLAGS=sync

## default grub root device
## e.g. groot=(hd0,0)
# groot=766b9c1f-0102-4851-ae4b-2f6360e6d70c

## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title Ubuntu 8.10, kernel 2.6.27-10-generic
uuid 766b9c1f-0102-4851-ae4b-2f6360e6d70c
kernel /boot/vmlinuz-2.6.27-10-generic root=UUID=766b9c1f-0102-4851-ae4b-2f6360e6d70c ro ROOTFLAGS=sync quiet splash
initrd /boot/initrd.img-2.6.27-10-generic
quiet

title Ubuntu 8.10, kernel 2.6.27-10-generic (recovery mode)
uuid 766b9c1f-0102-4851-ae4b-2f6360e6d70c
kernel /boot/vmlinuz-2.6.27-10-generic root=UUID=766b9c1f-0102-4851-ae4b-2f6360e6d70c ro ROOTFLAGS=sync single
initrd /boot/initrd.img-2.6.27-10-generic

title Ubuntu 8.10, memtest86+
uuid 766b9c1f-0102-4851-ae4b-2f6360e6d70c
kernel /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd0,0)
savedefault
chainloader +1
头像
adagio
论坛版主
帖子: 22110
注册时间: 2008-02-17 23:47
来自: 美丽富饶的那啥星球

Re: 进ubuntu提示ERROR 15:fike not found! SOS

#3

帖子 adagio » 2008-11-28 19:25

C:\GRLDS="UBUNTU"
LZ,仔细看看……
:em04
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……

---------------------------------------------------------------------------------
[图片版]新手当自强(续)FAQ
[新手进阶]挂载、fstab、调整linux分区
[图片版]E17桌面环境配置手把手
chc713
帖子: 5
注册时间: 2008-11-28 18:55

Re: 进ubuntu提示ERROR 15:fike not found! SOS

#4

帖子 chc713 » 2008-11-28 19:36

不好意思打太快了

以更改
1234qw
帖子: 389
注册时间: 2007-12-31 11:40

Re: 进ubuntu提示ERROR 15:fike not found! SOS

#5

帖子 1234qw » 2008-11-28 20:25

title Ubuntu 8.10, kernel 2.6.27-10-generic
“ uuid 766b9c1f-0102-4851-ae4b-2f6360e6d70c “改成root (hdx,x)
x--自己确定
chc713
帖子: 5
注册时间: 2008-11-28 18:55

Re: 进ubuntu提示ERROR 15:fike not found! SOS

#6

帖子 chc713 » 2008-11-28 21:34

改过了 还是不能引导 我还用手动引动过 还是不行 是不是要安装grub
billbear
帖子: 3681
注册时间: 2008-05-03 23:42

Re: 进ubuntu提示ERROR 15:fike not found! SOS

#7

帖子 billbear » 2008-11-28 23:26

看着不像 wubi 嘛
请使用最新版 grub4dos http://download.gna.org/grub4dos/grub4d ... -11-19.zip
里的 grldr. 不需要修改 menu.lst
chc713
帖子: 5
注册时间: 2008-11-28 18:55

Re: 进ubuntu提示ERROR 15:fike not found! SOS

#8

帖子 chc713 » 2008-11-29 0:56

billbear 写了:看着不像 wubi 嘛
请使用最新版 grub4dos http://download.gna.org/grub4dos/grub4d ... -11-19.zip
里的 grldr. 不需要修改 menu.lst
谢谢! 原来ubuntu8.10需要grub4dos-0.4.4 真是没想到 努力了好几天了! :em01
sutao80216
帖子: 51
注册时间: 2008-11-29 21:20

Re: 进ubuntu提示ERROR 15:fike not found! SOS

#9

帖子 sutao80216 » 2008-11-30 21:09

:em06 用wubi装的是在一个虚拟文件系统中保存的文件,实际上所有内容都保存在Windows分区中的一个文件里面,你用引导直接装在磁盘分区中的Linux的方法当然找不到文件。
你在C:盘根目录中找找有没有类似boot.mbr/ubuntu.mbr/wubi.mbr之类的文件,很久没有用wubi装的系统,记不清具体是什么文件名了,反正你根据名字猜猜是保存引导信息的就行。找到后把boot.ini中的C:\grldr换成你刚才找到的文件名字,重启试试。
回复