Install fails to boot
NoOp
glgxg at sbcglobal.net
Sat Sep 27 17:41:59 UTC 2008
On 09/25/2008 04:53 PM, mlandry4 at nc.rr.com wrote:
[snip]
>
> Comments/Problems: When I finish the install, I removed the CD when prompted,
> then reboot. Grub runs, then I get "Error 15: File not found"
>
> <Description of the install, in prose, and any thoughts, comments
> and ideas you had during the initial install.> The install seems to go
> alright, When I restart the CD, and try the install again, the partitions seem
> to be there, and there is something in them. I've tried several times, I put the
> boot loader on each of the hard drives, same result each time.
>
> Thanks,
>
> Martin Landry
I think that this will help:
<http://ubuntuforums.org/showpost.php?s=63f1a6a8ebb64a81d5e170316e2d630b&p=4587202&postcount=9>
So, when the grub menu comes up:
<quote - w/comments>
hit "c"
That will bring you to a Grub prompt.
grub>
If you installed a /boot partition, do
Code:
find /grub/stage1
[NoOp comment: interestingly enough, that gives me an error 15 on my
dual boot system that works just fine]
If you did not do a /boot partition [most likely choice] do
Code:
find /boot/grub/stage1
[NoOp comment: this one works for me on a dualboot system & should work
for you as well]
(from budman)
One of these commands will give you an answer like
Code:
root (hd0.0)
[NoOp comment: write the result down!]
Now press Esc.
Select the first boot option and press "e"
Press "e" again on the root option
Change the hd(X,X) to whatever you got above. for me it was hd (0,0).
Press Enter.
Now press "b"
Ubuntu should load up.
</quote>
More information about the ubuntu-users
mailing list