Ubuntu :: Boot My Computer - GRUB - File Not Found

Jul 20, 2010

Whenever I try to boot my computer, GRUB (Version 2) says "File Not Found". It does this for all entries except the Memtest86+ entries, which work fine. I have tried reinstalling GRUB, but it still does the same thing.

View 6 Replies


ADVERTISEMENT

Ubuntu :: Getting Grub Error 15 File Not Found On Boot?

May 7, 2011

I did an upgrade and now getting grub error 15 file not found on boot, memtest runs ok. any help would be appreciated. system information is listed below:

Find /grub/stage1
hd(1,0)
Menu.lst

[code]....

View 7 Replies View Related

Ubuntu :: Grub Rescue During Boot - Error: File Not Found

Jul 4, 2011

I've setup raid to my primary partition by starting up from an USB. Array was up&working. Now starting up from my HDD's, I get: error: file not found. grub rescue> what should I do here?

View 1 Replies View Related

Ubuntu :: Grub Default Boot - File Doesnt Exist On My Computer?

Mar 13, 2010

I am trying to change to boot order in grub, but I keep running into the same problem.I find instructs me to go to /boot/grub/menu however that file doesnt exist on my computer. in my /boot/grub directory file names go from memrw.mod to minicmd.com with nothing in between.I am using an up to date release of Karmic Koala.

View 2 Replies View Related

SUSE / Novell :: Grub Boot Loader - File Not Found - Error 15

Oct 12, 2010

I am unable to get a knoppix poor mans install to boot using grub and opensuse 11.3. I have tried the same method on another box, same opensuse 11.3 and it boots fine. However, no matter what partition I put the knoppix files in on the problem box, it is the same error. I also have several opensuse kernels listed in the grub menu that were added when the kernel was updated, so the knoppix grub entry is off the screen. I have to down arrow to list the knoppix entry. I read that with this kind of error using ubunto as the host system, that running update-grub will force grub to look for bootable kernels and add it to the menu of boot choices. Does the same fix apply to opensuse 11.3? I have two versions of puppy linux working on this box as a poor mans install, so I am at a loss why it will not see the knoppix kernel. Can it be a problem of too many kernels listed in the menu.lst file? This box is a live update from opensuse 11.0.

View 13 Replies View Related

Ubuntu :: GRUB File Not Found - Change The Path Of The Grub Reader To Sda 5 ?

Aug 15, 2010

I gave sda1-2 for windows and sda 3-4-5 on an extended partition for my linux OS. I installed ubuntu on sda 7 (when I go into disk utilities it shows up as sda 7 idk why) alongside another ubuntu on sda 5 ( EXTENDEDPARTITION : sda 5-6-7 ) so I could remove mandriva bootloader.Since I did, I removed ubuntu (sda 7) since it wasn't necessary but after it gave me the grub file not found.Obviously yes, since GRUB was installed from sda 7 but i have another grub.conf on sda 5 and I would like to know how to change the path of the grub reader to sda 5? or must I install all over again de grub loader?

View 1 Replies View Related

General :: Broken Dual Boot - Xp / Ub - Error: Error File Not Found - Grub Rescue

May 21, 2011

Ubuntu 9.10 was set up to handle the booting selection - previously I thought it was xp but Ubuntu 9.10 "did" it. The system started out as a xp / ubuntu 9.10 dual boot on a 400gb drive. xp has 210gb, ub has 80 and their is a 100gb shared storage. Xp was installed first and then I followed a guide over at linuxconfig.org to get ub installed so that I could select which OS was wanted at boot. Ubuntu manages the boot up menu (Went back to look at my notes from the original setup) The owner tried to update to ub 11.04 and afterall was said and done the machine now boots to the message

error file not found grub rescue I can't say if 11.04 was properly installed or not. Ask whatever you like and I'll give the best answer I can. I think the xp install is okay but I can't say for certain as I don't know how to boot it outside the bootmanager at startup. Data has been saved so if I have to blow it all away and start over I can but I'm hoping I won't have to.

View 29 Replies View Related

Ubuntu Installation :: Lucid: Restoring Grub2 (dual Boot) - Error "error File Not Found Grub Rescue"

Apr 30, 2010

After upgrading to 10.04 from 9.10 Win7 wouldn't startup any more. So I tried this HowTo: [URL] to restore Grub2. But now each time I boot up I get this two lines: error file not found grub rescue> I have NO idea what to do.

[Code]...

View 9 Replies View Related

Ubuntu :: Change GRUB Boot Order: No /boot/grub/menu.lst File

Nov 29, 2010

i am trying to change the boot order on the GRUB menu so that the countdown automatically starts on an older kernel. From what i can see all the solutions on the web want me to edit the /boot/grub/menu.lst file. The problem is that i don't have one. Someone also mentioned that if i don't have a menu.lst file then i should look for the grub.conf file. I don't have on of those either. The closest thing in /boot/grub is grub.cfg but that looks nothing like the descriptions i have heard of /boot/grub/menu.lst file

View 5 Replies View Related

Ubuntu :: Dual Boot XP - 10.10 - Boot Screen Shows Up But Then Computer Restarts And Returns To The GRUB Menu

Dec 16, 2010

I followed a tutorial to install XP across my entire HDD. I installed Ubuntu 10.10 "Alongside another OS". Ubuntu loads fine, but when trying to load XP, the boot screen shows up, but then the computer restarts and returns to the GRUB menu.

I saw some threads on this site and tried to type: sudo gedit /boot/grub/menu.lst

In the terminal. It returned a blank text document so I'm not sure if that information was outdated. I then typed: sudo fdisk -l

And got this:

Not sure what any of this means, but I sure hope someone else does. I would say forget XP, but it's hard to let go of some of the games and software I use. I appreciate any responses, thank you.

I tried to format the table as it appeared, but the forum corrected the extra spaces.

View 7 Replies View Related

Ubuntu :: Grub Reports File Not Found

Jan 22, 2010

So I got my DOS 6.0 entry in... but Grub reports file not found. I assume grub is fine, and DOS6 was working and I haven't done anything to it. Needless to say, I'm guessing that I'm telling grub to look in the wrong place for the dos bootloader. Here's what I have in my 40_Custom file:

#!/bin/sh
exec tail -n +3 $0
menuentry "MS-DOS 6.0" {
insmod chain
insmod vfat
search --fs-uuid --set 3c34-9666
chainloader +1
}

The "vfat" and uuid of "3c34-9666" were reported by using sudo blkid Do I need to set the root? I thought the uuid took care of that?

View 4 Replies View Related

Ubuntu :: Grub Error 15 File Not Found

Mar 12, 2010

After trying to boot into ubuntu grub gave me an error 15 saying the the file could not be found.

View 3 Replies View Related

Ubuntu Installation :: File Not Found Just Before Displaying Grub

Apr 30, 2010

Just before the computer boots into the grub menu, I noticed a message on the prompt saying that a file was not found. I had reinstalled Ubuntu 10.04 prior to this. Maybe the grub was not configured properly but I don't know how to fix or find the missing file. I also noticed that I don't have /boot/grub/grub.cfg.

View 3 Replies View Related

Ubuntu Installation :: Grub Following Error 15: File Not Found?

May 21, 2010

My problem now is: After booting my laptop, Ubuntu doesn't load and i'm stuck in a GRUB command prompt and not sure what to do. If i type "boot" I get "error: no loaded kernel"Here is how I got there:1. I ran 9.1 healthily until I was prompted to do an upgrade. I ran the upgrade but some packages weren't authenticated so I ran a partial upgrade. 2. I reboot but I'm faced with "Error 15: File not found". After some research and going through the forums, I thought I found the solution by following these instructions to copy the GRUB files from the Live CD (https://help.ubuntu.com/community/Gr...0from%20LiveCD)3. Once I completed this, I'm now stuck at a grub> prompt when rebooting (the error 15 has disappeared). (the screen header informs me i'm dealing with "GNU GRUB version 1.98-1ubuntu5"Any thoughts on what I might have done wrong? From my reading today, I might have installed GRUB2 (even though Grub legacy would have been appropriate?). What is the best way out?

View 9 Replies View Related

Ubuntu Installation :: Grub Error 15: File Not Found

Nov 2, 2010

Have a Dell Inspiron 4100 laptop. 1GB RAM and 1 Ghz processor. Has a working install of Oracle Enterprise Linux 5.4 OEL uses Grub version 0.97 My OEL install works well and I do not want to make any changes to it such as upogarding GRUB to a later version etc.

I have installed Xubuntu mini and this completed without a problem.

I have a single hard drive.

I went into OEL and mounted the Xubuntu root drive so I could see the /boot/grub/menu.lst file.

I copied the entries for the main xbuntu kernel etc and pasted them into my OEL grub.conf.

title Ubuntu 10.10, kernel 2.6.35-22-generic
uuid d6ed555c-54a3-4639-af25-3582c60624ad
kernel /boot/vmlinuz-2.6.35-22-generic root=UUID=d6ed555c-54a3-4639-af25-3582c60624ad ro quiet splash

[Code]....

I am doing this so someone else can borrow this laptop for internet use for a few weeks and OEL is not very user friendly and also want to protect my install.

View 9 Replies View Related

Ubuntu Installation :: File Not Found - Grub Rescue ?

Nov 30, 2010

I am reading spc456's thread with the same subject line and trying to work through the thread with suggestions by drs305.

My situation is very similar. It started with a sudden Windows boot problem (still my primary OS):

Quote:

This was only if I selected Windows from the boot menu. I thought I could cure it with the Windows-7 Repair Disk from neosmart.net. This appears to have wiped my Boot partition completely and now I can't boot anything. (I'm using the Ubuntu 10.10 live as I type this.)

I downloaded boot_info_script055.sh and here are the RESULTS but I don't know what needle to look for in that haystack.

Code:

Boot Info Summary:

Well, I see why the Windows boot didn't show up. Looks like 30-OS_prober was failing to find the Windows boot record, which makes sense if the whole blessed (ahem) boot partition has been hosed.

I tried to follow the grub-install instructions:

Code:

But since grub2 is obviously not going to find the Windows boot record, I will continue with drs305's.

Code:

No, I have not mounted /dev. Where would I do that? Against which FS?

In any case, I am now printing the article "How to restore the Ubuntu/XP/Vista/7 bootloader" to see if I can get that going.

To my dismay, I discovered that the disk supplied with my Dell machine is NOT a Windows Installation disk, so no straightforward "fixmbr" command will be possible at this time.

I'll let y'all know how I have fared with this. I am sceptical because it's not merely the master boot record that has gotten corrupted but the whole blessed (have I used that adjective already?) boot partition.

View 4 Replies View Related

Ubuntu :: Error - File Not Found. Grub Rescue - 10.10

May 12, 2011

I have been using various versions of Ubuntu for many years. I love it and I want to stay with it. Now I need help more than ever. So basicly I've searched through forums and other sites which seem to have had the same problem I am having.

However, I've tried all the "fixes" and nothing works at all at this point.

Here is what I have tried so far: [url] and every suggestion here: [url]

When I put in "sudo fdisk -l" I get this:

So after trying the suggestions in the above links I would restart and still get: "error: file not found. Grub rescue>"

I am trying to install it from a usb to an external hd. I installed Ubuntu 8.4 on the same hd before and it worked fine however I need one of the newer versions to use the programs I need. I've been at this for hours and maybe I am just missing something simple.

View 5 Replies View Related

Ubuntu Installation :: Grub Error - File Not Found

Aug 11, 2011

I've had my Ubuntu crash and had to reload it. I;ve reloaded 9.1 and am now getting the error

GRUB loading.
error: file not found
grub rescue>

I have tried a number of solution attempts I've found on the internet with no success.

I have Windows 7 also loaded however I'm not getting a Grub menu only the error above. I seem to have a number of Linux partitions I believe my correct one is on sda7. I had at one stage tried to have a boot partition on sda4.

View 3 Replies View Related

General :: When Start Computer It Shows The Message OfINIT:No Inittab File Found?

Dec 22, 2010

i am using red hat linux 5.0 when i start my computer it shows me the message ofINIT:No inittab file foundEnter run level:i dont what to enter here if anybody know then

View 7 Replies View Related

Ubuntu :: Computer Boot Looping Before Grub.

Mar 10, 2010

I have 9.10 installed, grub has loaded and worked, now all of a sudden nothing will boot.The HP screen comes up and then the computer reboot, constant reboot cycle. Can't even get into the BIOS. It will just sit there if I hit escape. Won't boot the live cd either. What can I do??? It has worked fine for the past month now.

View 6 Replies View Related

General :: Booting (GRUB And LFS) File Not Found

Mar 15, 2010

I am having issues booting my LFS system on my hp nc8230 notebook running LFS SVN. Grub was built and installed per the book. My file system is almost as simple as it gets:

/dev/sda1 is swap
/dev/sda2 is my LFS partition /

The LFS live cd still uses the now deprecated drivers for HDD's thus as far as the livecd is concerned my block devices is (hd0) and /dev/hda2 for the root respectively. However the kernel to be booted runs on the newer drivers thus on boot my block device should be referenced as /dev/sda2 for the root. Grub is in fact installed on the MBR what happens is right when my system boots I get a file not found error the grub CFG is pointing to the correct block device and root partition from what can be seen by looking at the grub.

View 2 Replies View Related

Ubuntu :: Error #15: File Not Found; Grub Messed Up After Updating?

Apr 6, 2010

Been trying to solve this using Google for a while. Well, I recently did: sudo apt-get dist-upgrade. Now, whenever I boot up I get "Error #15: File not found."From what I've gathered, something is wrong with my menu.lstI've tried several things to fix this, but I can't figure it out.

Code:
#
# examples

[code]....

View 9 Replies View Related

Ubuntu :: Grub File Not Found - Try To View The Contents Says Do Not Have The Permissions

Apr 27, 2010

I already had ubuntu 32 bit version 9.10. but due to some tool compatibility reason I need even the 64 bit version 9.10. I dint want to delete 32 bit version so I wanted to install both on my system. I have windows vista as well.

So I booted with 64 bit version of Ubuntu, went on with the installation, until the point were it asks to choose the partition. 32 bit version had 16GB allocated and 10GB free. so I thought I will make new 8GB partition from the 10GB free space. So I selected the partition and clicked on change, and specified 8GB and ext4 format and mount point as "/". I clicked on continue and in a few seconds it popped up with an ERROR message, which I can't remember exactly, but it meant to say that it could not make the changes as the disk to which the changes were made is in use. So I should not use it until I reboot. So I rebooted and now I have grub error : file not found and grub rescue> prompt.

I tried to boot with the 64 bit CD again with the option of trying ubuntu without making any changes and it does show the 16 GB partition, but when I mount that partition I do not see any folders in the partition except for a folder named "lost+found". I try to view the contents of this and it says I do not have the permissions.

View 3 Replies View Related

Ubuntu :: OS Uninstalled - Loading Grub (Error 15) File Not Found

Jul 11, 2010

I just (basically) completely uninstalled my OS by accident. In synaptic package manager I selected to completely remove volume control (which had been going haywire for god knows what reason) with intent to immediately reinstall. I didn't put 2 and 2 together when it said it'd remove all related files including the kernel... hal... restricted drivers... everything got uninstalled. Network manager crashed...

I decided to try my luck with restarting (what was left) of the system. Now I'm looking at a boot screen of:
loading grub...
error 15: file not found.

Did I have to just make a boot disc and reinstall the os? or can I just "put the pieces back together" as it were and reinstall with a 'sudo aptitude update' once I get network up again?

View 9 Replies View Related

Ubuntu :: 10.04 And XP - File Not Found Error On Restart (Grub Rescue)

Feb 12, 2011

I have two partitions installed on my computer, Ubuntu 10.04 (part. sda2) and Windows XP (part. sda1). When I restart my computer I get this message:
error: file not found
grub rescue>

I thought this must be a grub error, so I booteda Super Grub disk (v 0.9799). Then I tried to fix grub with the Super Grub disk, but I got this message:
Error 15: File not found
Booting 'not lucky'
pause SGD has NOT succeeded
SGD has NOT succeeded

I then booted the system using an Ubuntu live CD, version 10.04.I tried to repair the sda2 Ubuntu partition. At a terminal prompt I ran [code] sudo e2fsck -f -y -v /dev/sda2. This did not work. It ended with "e2fsck aborted". I could not repair the Ubuntu partition,
I tried to open the sda2 partition by running the terminal command [code] sudo mount /dev/sda2 /mnt. I received the following message:

mount: wrong fs type, bad option, bad superblock on /dev/sda2
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

Using the ntfs-config program, I can easily mount the Windows XP partition (sda1). It mounts and I can read or write the files on the Windows XP partition. So at least Windows XP is not damaged. I downloaded and ran the boot info script, and here are the results:

Code:
Boot Info Script 0.55 dated February 15th, 2010
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
partition #2 for /boot/grub .....

View 9 Replies View Related

Ubuntu :: When Boot Computer / Grub Doesn't Load At All

Jul 28, 2011

I just added a 3rd hard drive, but now when I boot my computer grub doesn't load at all, it just boots to Windows. I've tried holding down Shift, and I've tried holding down ESC but it didn't work. I believe I have grub2.

View 2 Replies View Related

General :: Clearing Error 15 From Grub - File Not Found

Mar 4, 2011

I am using Ubuntu 10.10 dual booted with windows vista. My boot is in a separate partition (sda5). My computer told me that there was limited space on that partition so I tried to clean things up using apt-get by removing old kernels. Turns out I didn't do it correctly because I consistently get an 'ERROR 15' when I shut down and rebooted my computer. I have a live-CD USB-stick so I tried reinstalling grub, (grub-install) updating the menu.lst (update-grub), and manually going through menu.lst and changing to root=(hd0,4) and groot=/dev/sda6. But I still get this ERROR 15 when I reboot.

when I do
sudo grub
find /boot/grub/stage1
find /boot/stage1

Both give me an ERROR 15 message and I'm not sure how to proceed with a diagnosis. When I ran update-grub, occasionally it used to tell me that /etc/fstab may be incorrect. Here is /boot/grub (note that stage 1 does exist!) ( this is /dev/sda5)

Code:
root@ubuntu:/# ls /boot/grub/
default fat_stage1_5 jfs_stage1_5 minix_stage1_5 stage2
device.map grubenv menu.lst reiserfs_stage1_5 xfs_stage1_5
e2fs_stage1_5 installed-version menu.lst~ stage1

Here is my problem
Code:
grub> find /boot/grub/stage1
Error 15: File not found
grub> find /boot/stage1
Error 15: File not found

I guess my main question is, if stage1 can't be found, what does that mean? What should I do next?

View 5 Replies View Related

Ubuntu :: Edit The Grub Listing That Appears During Computer Boot?

May 26, 2011

how to edit the grub listing that appears during computer boot.

My listing shows 3 OS:-

1. Ubuntu 10.04
2. Ubuntu 9.10
3. Windows XP

I have deleted Windows XP, meaning that my system does not contain Windows XP.

View 9 Replies View Related

Software :: Dual Boot Grub - Windows XP BOOTMGR Not Found

Nov 30, 2010

Rebuilt an old box of mine and changed up the drives. Did not think it was an issue as I was formatting the drives and reinstalling the systems. I installed XP first. Then PCLOS. After PCLOS was installed XP would not boot and gave me an error saying the BOOTMGR was not found and to restart. I figured that I just had to map the drives as XP was installed on HD1 and not HD0. But no changes I made to the GRUB configuration seemed to work.I have run a script to get all the information you guys will need already. Let me know what I am missing here

Code:

Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 0.97 is installed in the MBR of /dev/sda and looks on the same drive
in partition #1 for /boot/grub/stage2 and /boot/grub/menu.lst.
=> Windows is installed in the MBR of /dev/sdb

[code]....

View 14 Replies View Related

Ubuntu Installation :: How To Get Grub Boot Menu Directly After Computer Start

Jun 1, 2010

I did a clean installation of Ubuntu 10.04 and I found that after the computer booted, the GRUB stopped by waiting for entering command -- "grub >". The GRUB version is 1.98. I want to go directly to the GRUB boot menu after computer booted.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved