Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Ok, first off I am totally new to Linux... I am using gentoo linux x86 and I have spent the whole day installing the system, I followed all the steps that I was supposed to from gentoo.org and came to this part.
When it booted it came to the purple screen at the top it says GNU GRUB version 0.94
I hit 'b' for boot, it comes to a black screen that says this:
my only guess is that I remember a part in the installation that told me to remember my kernal and I didnt see it anywhere on the screen... I used genkernel to install my kernal and the very first thing I did was use the SMP with no buffer i think it was???
I realize this could probably be a huge problem that could have no answer, and I also realize that I probably sound like a super idiot to most of you, but I would really appreciate any help at all to make my system work, i dont want all them hours of installation to go to waste
I'm not too familiar with genkernel, but your problem might be that you used Kernel 2.4.25-gentoo-r2 actually. (thats the current gentoo-sources)
Also if you used gentoo-dev-sources, it might be 2.6.5-gentoo-r1
Change your grub.conf to reflect what it actually is, and see if that helps.
Good luck, and if you're still stuck, try checking The Gentoo Forums
I thank you for your help... it didnt work but you found a type-o in my post I posted 2.4.24 but is was supposed to be 2.4.25 .... here is the new screen
what I have been working on this whole time is trying to find my kernel source, or something that might explain why the file is not found? Maybe the file isn't there and I messed up by not putting it there... or maybe I am looking for the wrong file?
ok, I noticed your edits siroxo, I played around for a bit, and it might just be working... i no longer had the Error 15... this is the change I made
---------------------------------------------------
root (hd0,0)
kernel /kernel-2.4.25-gentoo-r1 root=/dev/ram0 init=/linuxrc real_root=/dev/hda3
initrd /initrd-2.4.25-gentoo-r1
----------------------------------------------------------------
NOW my screen says
-------------------------------------------------------------------
BusyBox v1.00-pre7 (2004.05.18-16:06+0000) Built-in Shell (ash)
Enter 'help' for a list of built-in commands.
/bin/sh: can't access tty; job control turned off
attempt to access beyond end of device
01:00: rw=0, want=4183, limit=4096
attempt to access beyond end of device
01:00: rw=0, want=4183, limit=4096
/ # _
---------------------------------------------------
Is this Linux? I know that is a dumb question.. but I am Brand New here, I have never even seen linux....
It seems like you might be at the command line in some *ash shell, as root.
Try "# echo $0" (don't type the #, that just means to do it at command promt) and tell us what that says. Also if its installed, "# uname" and "# uname -r" can give some reassuring information.
Also, try typing "su" or maybe "su -", and you might get into a prettier shell environment, with a nicer prompt, although I'm not sure why that often works (still somewhat new myself).
I tried echo $0, nothing happend, it just repeated this:
attempt to access beyond end of device
01:00: rw=0, want=4183, limit=4096
attempt to access beyond end of device
01:00: rw=0, want=4183, limit=4096
/ # _
when I entered uname it printed Linux
when I entered uname -r it printed 2.4.25-gentoo-r1
su and su- both gave me:
/bin/sh: su: not found
I appreciate your help once again... I really dont know whats going on, what I do know is that I followed every step on the installation guide that I was supposed to and they all seemed to work out well, so I am quite confused
To try and attempt what my screen looks like I will show you what it says when I type "help"... hopefully someone will know what I am stuck in:
/ # help
Built-in commands:
--------------------------
. : alias bg break cd chdir continue eval exec exit export false
fg hash help jobs kill let local pwd read readonly return set
shift times trap true type ulimit umask unalias unset wait
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.