Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub Error 15??
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
furious5
n00b
n00b


Joined: 09 Feb 2005
Posts: 16

PostPosted: Thu Feb 10, 2005 7:39 pm    Post subject: Grub Error 15?? Reply with quote

Hi guys first post!

I've just set up my first my first linux installation. Everything seemed to go ok until I rebooted the machine after I'd configured the grub.

I'm getting the following error message output:

Code:

Booting 'Gentoo'

kernel /kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3

[Linux-bzImage, setup=0xa00, size=0x1d007c]
initrd /initrd-2.6.9-gentoo-r1

Error 15:File not found


I've looked at the Grub error collection and it suggests booting your maching from the LiveCD and mounting the boot.

If I boot the LiveCD and then type: cd /boot; ls I get a list of the:
System.map-2.6.9-gentoo-r1
boot
initrd-2.6.9-gentoo-r1
kernel-2.6.9-gentoo-r1

Can anyone help??
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Thu Feb 10, 2005 8:41 pm    Post subject: Reply with quote

welcome to gentoo.

it would be very handy to post the contents of your /boot/grub/grub.conf file, and your /etc/fstab file.
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
yaneurabeya
Veteran
Veteran


Joined: 13 May 2004
Posts: 1754
Location: Seattle

PostPosted: Thu Feb 10, 2005 8:46 pm    Post subject: Reply with quote

Looks like your initrd doesn't exist possibly... Did you run genkernel?
Back to top
View user's profile Send private message
Tahoe_Strider
Apprentice
Apprentice


Joined: 06 Jul 2003
Posts: 152
Location: Amador County, Awarded 9th Best Place to live in Rural America

PostPosted: Thu Feb 10, 2005 8:48 pm    Post subject: Reply with quote

Possibly a simple typo. That happens alot. A posting of the grub.conf would show that.
_________________
"It does not require a majority to prevail, but rather an irate, tireless minority keen to set brush fires in people's minds."
Back to top
View user's profile Send private message
kotik
n00b
n00b


Joined: 01 Dec 2004
Posts: 61
Location: Sweden

PostPosted: Thu Feb 10, 2005 8:56 pm    Post subject: Reply with quote

Alright, i know this sounds lame but I really must learn this. How do I copy a text when in nano? Its a real pain having to type the whole grub.conf by hand. The windows shortcut ctrl + c obviously isnt it.
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Thu Feb 10, 2005 9:10 pm    Post subject: Reply with quote

just type the file and redirect the output to disk instead of to the screen. example:

mount the floppy drive:
Code:
mount -t msdos /dev/fd0 /mnt/floppy


copy the output of your data file to a floppy drive:
Code:
cat /boot/grub/grub.conf >> /mnt/floppy/grub.conf
cat /etc/fstab >> /mnt/floppy/fstab


now that you've got the files on a floppy, yoiu can have your way with them. this might involve carrying them to the machine that you're using to surf the forums, and cut/pasting into your reply. 8)
_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
yaneurabeya
Veteran
Veteran


Joined: 13 May 2004
Posts: 1754
Location: Seattle

PostPosted: Thu Feb 10, 2005 9:10 pm    Post subject: Reply with quote

If you have GPM running and a three button mouse, highlight the text and just press the scroll button in your links/lynx window.
Back to top
View user's profile Send private message
Bob P
Advocate
Advocate


Joined: 20 Oct 2004
Posts: 3355
Location: Jackass! Development Labs

PostPosted: Thu Feb 10, 2005 9:14 pm    Post subject: Reply with quote

i guess the traditional way to do it would be to just copy the files from hard disk to floppy after you mount the floppy:
Code:
cp /etc/fstab /mnt/floppy/fstab
cp /boot/grub/grub.conf /mnt/floppy/grub.conf

_________________
.
Stage 1/3 | Jackass! | Rockhopper! | Thanks | Google Sucks
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Thu Feb 10, 2005 9:23 pm    Post subject: Reply with quote

Duplicate of https://forums.gentoo.org/viewtopic.php?t=122656
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum