Results 1 to 9 of 9
I'm using the booting from the LiveCD at the moment.
If I boot up, it says
GRUB Loading...
Error 15
What can I do to fix this? I've reinstalled a ...
- 03-02-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 5
I can't boot Ubuntu, I keep getting an error.
I'm using the booting from the LiveCD at the moment.
If I boot up, it says
GRUB Loading...
Error 15
What can I do to fix this? I've reinstalled a few times now and it's really starting to get on my nerves.
- 03-02-2009 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
It would be helpful if you gave a little more information on the specs for your computer and also your partition structure as well as other operating systems (if any) you have.
- 03-04-2009 #3Just Joined!
- Join Date
- Jan 2009
- Posts
- 61
Use super grub download and burn the iso file to cd than boot PC with the super grub and select the grub you wont to repear works great.
- 03-04-2009 #4
Did installer throw any error during installation?
As yancek already suggested, post the partition structure of your disk here.
Code:sudo fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-04-2009 #5Just Joined!
- Join Date
- Mar 2009
- Posts
- 5
Yeah, it does sometimes, but sometimes it won't.
It will sometimes say something like, "exit code 2" or something. :/
Disk /dev/sda: 60.0 GB, 60022480896 bytes
255 heads, 63 sectors/track, 7297 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x55054103
Device Boot Start End Blocks Id System
/dev/sda1 1 7110 57111043+ 83 Linux
/dev/sda2 7111 7297 1502077+ 5 Extended
/dev/sda5 7111 7297 1502046 82 Linux swap / Solaris
- 03-04-2009 #6
Try to re-install GRUB using LiveCD.
Boot up from Ubuntu LiveCD, open Terminal and execute this
You will get a grub prompt, grub>Code:sudo grub
Execute this:
Reboot machine.Code:root (hd0,0) setup (hd0) quit
In case it doesn't work, execute this
Post output here.Code:sudo grub find /boot/grub/stage1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-04-2009 #7Just Joined!
- Join Date
- Mar 2009
- Posts
- 5
Didn't help me at all.
grub> root (hd0,0)
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... no
Checking if "/grub/stage1" exists... no
Error 15: File not found
grub> find /boot/grub/stage1
Error 15: File not found
- 03-05-2009 #8
GRUB was not installed correctly during installation. stage1 is missing. I would suggest you to re-install using other installation media. If you have downloaded .iso image then verify MD5SUM of image and burn CD at lowest possible speed supported by your CD Burner.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-06-2009 #9Just Joined!
- Join Date
- Mar 2009
- Posts
- 5
This is an ordered Ubuntu CD. I'm too worried to burn one because I tried to do that with openSUSE and it won't let me boot. :/
http://www.linuxforums.org/forum/sus...wont-work.html
And I can't boot from a USB device either, my computer won't let me.
Is there anything else I can do?


Reply With Quote
