Go Back   TechArena Community > Software > Operating Systems
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



Grub Error 15 File Not Found

Operating Systems


Reply
 
Thread Tools Search this Thread
  #1  
Old 19-03-2009
Member
 
Join Date: Oct 2008
Posts: 50
Grub Error 15 File Not Found

Hi Everyone,

please i need your help After a reinstall Grub using the "Super Grub" I can not boot Ubuntu (XP no problem) The menu.lst is displayed and when I am making an entry of "ubuntu" I received the following error "error 15 file not found" The files are all in the place designated by the menu.lst in / boot (I went to see a live cd!) Someone would have an idea about how to solve these problem Thank you in advance for your answers,
Reply With Quote
  #2  
Old 19-03-2009
jesse's Avatar
Member
 
Join Date: Nov 2005
Posts: 2,965
Re: Grub Error 15 File Not Found

Hello If from a live cd you could just give us a few details ..
  • the contents of your menu.lst
  • the contents of your / etc / fstab
  • the return of the command (as root) "fdisk-l"
  • the return of the command "ls / [chemain or you set up your partition] / boot"

Then with this we will be able to help you thank
Reply With Quote
  #3  
Old 19-03-2009
Member
 
Join Date: Oct 2008
Posts: 50
Re: Grub Error 15 File Not Found

Hi, Here is the Content you require

Quote:
menu.lst

title Win XP
root (hd0, 0)
savedefault
makeactive
chainloader +1

title Ubuntu 8.04.2, kernel 2.6.24-23-generic
root (hd0, 7)
kernel / boot/vmlinuz-2.6.24-23-generic root = UUID = ba120dfb-B469-422d-8e40-843887f34f3f ro quiet splash
initrd / boot/initrd.img-2.6.24-23-generic
quiet

title Ubuntu 8.04.2, kernel 2.6.24-23-generic (recovery mode)
root (hd0, 7)
kernel / boot/vmlinuz-2.6.24-23-generic root = UUID = ba120dfb-B469-422d-8e40-ro single 843887f34f3f
initrd / boot/initrd.img-2.6.24-23-generic

title Ubuntu 8.04.2, kernel 2.6.24-22-generic
root (hd0, 7)
kernel / boot/vmlinuz-2.6.24-22-generic root = UUID = ba120dfb-B469-422d-8e40-843887f34f3f ro quiet splash
initrd / boot/initrd.img-2.6.24-22-generic
quiet

title Ubuntu 8.04.2, kernel 2.6.24-22-generic (recovery mode)
root (hd0, 7)
kernel / boot/vmlinuz-2.6.24-22-generic root = UUID = ba120dfb-B469-422d-8e40-ro single 843887f34f3f
initrd / boot/initrd.img-2.6.24-22-generic

title Ubuntu 8.04.2, kernel 2.6.24-21-generic
root (hd0, 7)
kernel / boot/vmlinuz-2.6.24-21-generic root = UUID = ba120dfb-B469-422d-8e40-843887f34f3f ro quiet splash
initrd / boot/initrd.img-2.6.24-21-generic
quiet

title Ubuntu 8.04.2, kernel 2.6.24-21-generic (recovery mode)
root (hd0, 7)
kernel / boot/vmlinuz-2.6.24-21-generic root = UUID = ba120dfb-B469-422d-8e40-ro single 843887f34f3f
initrd / boot/initrd.img-2.6.24-21-generic

title Ubuntu 8.04.2, kernel 2.6.24-19-generic
root (hd0, 7)
kernel / boot/vmlinuz-2.6.24-19-generic root = UUID = ba120dfb-B469-422d-8e40-843887f34f3f ro quiet splash
initrd / boot/initrd.img-2.6.24-19-generic
quiet

title Ubuntu 8.04.2, kernel 2.6.24-19-generic (recovery mode)
root (hd0, 7)
kernel / boot/vmlinuz-2.6.24-19-generic root = UUID = ba120dfb-B469-422d-8e40-ro single 843887f34f3f
initrd / boot/initrd.img-2.6.24-19-generic

title Ubuntu 8.04.2, memtest86 +
root (hd0, 7)
kernel / boot/memtest86 +. bin
quiet


fstab

# / Etc / fstab: static file system information.
#
# <file System> <mount point> <type> <options> <dump> <pass>
proc / proc proc defaults 0 0
# / Dev/sda8
UUID = ba120dfb-B469-422d-8e40-843887f34f3f / ext3 relatime, errors = remount-ro 0 1
# / Dev/sda9
UUID = e2449304-bf57-4935-acff-89b352403b74 / home ext3 relatime 0 2
# / Dev/sda7
UUID = 95179003-a7dc-4650-a1c5-469c7d2f67ae none swap sw 0 0
/ dev/scd0 / media/cdrom0 udf, iso9660 user, noauto, exec, utf8 0 0
/ dev/scd1 / media/cdrom1 udf, iso9660 user, noauto, exec, utf8 0 0
/ dev/scd1 / media/floppy0 auto rw, user, noauto, exec, utf8 0 0
none / proc / bus / usb usbfs devgid = 46, DEVMODE = 664 0 0

ubuntu @ ubuntu: ~ $ fdisk-l
Can not open / dev / sda
Can not open / dev / sdb

ubuntu @ ubuntu: ~ $ ls / boot
abi-2.6.27-7-generic System.map-2.6.27-7-generic
config-2.6.27-7-generic vmcoreinfo-2.6.27-7-generic
memtest86 +. bin

Well, I hope you find your happiness and mine, thank you in advance,
Reply With Quote
  #4  
Old 19-03-2009
Dr. V
 
Posts: n/a
Re: Grub Error 15 File Not Found

Quote:
Originally Posted by Uriah View Post
Hi Everyone,

please i need your help After a reinstall Grub using the "Super Grub" I can not boot Ubuntu (XP no problem) The menu.lst is displayed and when I am making an entry of "ubuntu" I received the following error "error 15 file not found" The files are all in the place designated by the menu.lst in / boot (I went to see a live cd!) Someone would have an idea about how to solve these problem Thank you in advance for your answers,
did you have your boot partition mounted and run /sbin/lilo or /sbin/grub depending on your boot loader after using genkernel?
Reply With Quote
  #5  
Old 19-03-2009
Humberto's Avatar
Member
 
Join Date: Nov 2005
Posts: 1,170
Re: Grub Error 15 File Not Found

You can Fixed this by doing a text-based grub install off the 6.10 cd. After going through the language settings, hit escape to get to the main menu. Select "install grub" and it will bring up the partitioner. Set the correct mount points in the partitioner, and make sure that the partitions will NOT be formatted. It will then say something about installing a base system, hit escape or no. It should then go to the grub install prompt. Do that, reboot, done.
Reply With Quote
  #6  
Old 19-03-2009
jesse's Avatar
Member
 
Join Date: Nov 2005
Posts: 2,965
Re: Grub Error 15 File Not Found

Quote:
Originally Posted by Uriah View Post
Hi Everyone,

please i need your help After a reinstall Grub using the "Super Grub" I can not boot Ubuntu (XP no problem) The menu.lst is displayed and when I am making an entry of "ubuntu" I received the following error "error 15 file not found" The files are all in the place designated by the menu.lst in / boot (I went to see a live cd!) Someone would have an idea about how to solve these problem Thank you in advance for your answers,
Hello , have you made you change your partition recently? your root partition is still sda8? according to your fstab and menu.lst tone is in your root partition sda8 ... mmust be amended as follows and it should work without problems ... perhaps the home and swap, which are not prominently change the number following the sda in your fstab ... simplify your fstab and menu.lst tone for the partition
Reply With Quote
  #7  
Old 15-09-2009
Member
 
Join Date: Jan 2009
Posts: 1,741
Re: Grub Error 15 File Not Found

Grub Error 15 means the file which is responsible for letting the OS load is missing. This may happen if you change the partition settings. All you need to do is, boot from live CD of your linux and repair grub by pointing it in the right partition. This will solve the Grub Error 15. Hope this helps... All the best!
Reply With Quote
Reply

  TechArena Community > Software > Operating Systems


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Grub Error 15 File Not Found"
Thread Thread Starter Forum Replies Last Post
After Reboot –GRUB “no module name found” Bryant Operating Systems 9 11-09-2011 12:05 AM
How to open precompiled header file stating an error no such file found P-chuha Software Development 6 27-06-2011 08:19 AM
Dead space 2 error while installation "Source file not found: (file destination)...Verify that file exists Ucchal Video Games 3 28-01-2011 06:26 AM
Edit grub/defaults/grub file on triple-boot system Hishem-Remashiya Operating Systems 5 14-11-2010 06:44 AM
GRUB load shows unknown filesystem, grub rescue error aFRODITA Operating Systems 4 13-11-2010 07:34 AM


All times are GMT +5.5. The time now is 12:26 AM.