Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]System Boots, but nothing really works after that.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Sat Aug 13, 2005 8:56 pm    Post subject: [SOLVED]System Boots, but nothing really works after that. Reply with quote

I am building a new system:
3.0GHz HT Intel Chip
ASUS MB with onboard SATA (INTEL 82801EB (ICH5) SATA Controller)

Yadda Yadda Yadda.

Anyhow, I have built to Gentoo Boxes before and never had any REAL problems, but....
This system gets to GRUB and selects then boots.

Once it does, I can login, but I can't even run commands like "ls" my LVM Partition is no where to be found, and any time I try to run a command I get some pretty crazy messages.

root@apollo root #ls
ls: error while loading shared libraries: libgpm.so.1: cannot open shared object file: No such file or directory

I know some things are failing to start on boot but they scroll so fast I cannot see what they were. Any help would be greatly appreciated.

-JLG
_________________
-JLG


Last edited by omega708 on Wed Aug 17, 2005 2:57 am; edited 1 time in total
Back to top
View user's profile Send private message
Evileye
l33t
l33t


Joined: 06 Aug 2003
Posts: 782
Location: Toronto

PostPosted: Sat Aug 13, 2005 9:12 pm    Post subject: Reply with quote

Use the command "dmesg" if you can. It will show you what happens during boot.
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Sat Aug 13, 2005 9:14 pm    Post subject: Reply with quote

I can use dmesg but can only view what is on the screen... and I can't pipe it to less or anything like that.
_________________
-JLG
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Sat Aug 13, 2005 9:15 pm    Post subject: Reply with quote

It does however say that it has mounted root readonly. But if nothing else it seems that it is recognizing my SATA drives... I guess it has to since it is booting from the SATA disk.
_________________
-JLG
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Sat Aug 13, 2005 9:18 pm    Post subject: Reply with quote

It appears that i can pipe dmesg to grep but I don't know what to look for....
_________________
-JLG
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6051
Location: Removed by Neddy

PostPosted: Sat Aug 13, 2005 9:23 pm    Post subject: Reply with quote

for starters grep for "error" might flag something up
_________________
Quote:
Removed by Chiitoo
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Sat Aug 13, 2005 9:34 pm    Post subject: Reply with quote

well i did try that one :) however, it didn't return anything
_________________
-JLG
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Sat Aug 13, 2005 9:49 pm    Post subject: Reply with quote

okay, I figured out if I hold down shift and hit pageup I can scroll back up... It is failing to load several modules starting with dm-mod... and there are several others.

I thought I had compiled all of that support directly into the kernel, so I am not sure why it is trying to load them...

Thoughts???
_________________
-JLG
Back to top
View user's profile Send private message
Evileye
l33t
l33t


Joined: 06 Aug 2003
Posts: 782
Location: Toronto

PostPosted: Sat Aug 13, 2005 10:43 pm    Post subject: Reply with quote

Quote:
I can use dmesg but can only view what is on the screen... and I can't pipe it to less or anything like that.


Use "shift+pageup" to move up and down to see what dmesg says

....oops, I see you already figured that out
Back to top
View user's profile Send private message
Evileye
l33t
l33t


Joined: 06 Aug 2003
Posts: 782
Location: Toronto

PostPosted: Sat Aug 13, 2005 10:47 pm    Post subject: Reply with quote

Did you compile them as modules or as part of the kernel, if as modules try and compile it as part of the kernel.
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Sat Aug 13, 2005 11:45 pm    Post subject: Reply with quote

Okay i have it down to
"SOME LOCAL FILESYSTEM FAILED TO MOUNT"
specifically the ones managed by LVM....

/var, /tmp, /usr, /opt, /home

However, I am pretty certain that all of the appropriate options were set as "*" and not "M" in my menuconfig.

-JLG
_________________
-JLG
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Sun Aug 14, 2005 2:15 pm    Post subject: Reply with quote

Yeah, I have the LVM, SATA, Device Mapper, etc all compiled in.
_________________
-JLG
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Mon Aug 15, 2005 1:32 am    Post subject: Reply with quote

Any suggestions would be greatly appreciated. :D
_________________
-JLG
Back to top
View user's profile Send private message
Sven Vermeulen
Retired Dev
Retired Dev


Joined: 29 Aug 2002
Posts: 1345
Location: Mechelen, Belgium

PostPosted: Mon Aug 15, 2005 9:25 am    Post subject: Reply with quote

You don't need LVM, LVM is for the (old) LVM1. Just "Multiple devices driver support" and "Device-mapper support" is sufficient.

Is sys-fs/lvm2 installed on your system?
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Mon Aug 15, 2005 3:48 pm    Post subject: Reply with quote

Yes, I did emerge LVM2 during my install process.
_________________
-JLG
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Mon Aug 15, 2005 5:01 pm    Post subject: Reply with quote

I would be more than happy to post any config info needed to help solve this problem. Just let me know what you need to see.
_________________
-JLG
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Mon Aug 15, 2005 6:30 pm    Post subject: Reply with quote

When booting from the live cd I had to run gentoo docache in order for it to boot. Do I need something like that(or possibly doscsi) in my grub.conf?

EDIT: I tried both of those to no avail... I am about ready to give up on this one. I have no Idea why it isn't working....

:cry:
_________________
-JLG
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Tue Aug 16, 2005 2:17 am    Post subject: Reply with quote

383 views... I guess no one knows what needs to be done.

I don't suppose there could have been something wrong with the version of LVM2 that was emerged...

I am just at a loss here.
_________________
-JLG
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Tue Aug 16, 2005 1:47 pm    Post subject: Reply with quote

I found that this had been added to the LVM docs..... after I had printed my copy and installed.... Exactly how do I install the latest version? I just just emerge lvm2 again?

Warning: The LVM2 available on the 2005.0 installation CDs is erroneously linked dynamically against a library (libgpm) which resides in /usr. This means you cannot have your /usr in an LVM environment as well. Either install the latest version or version 2.0.33 (not -r1) which are built statically.
_________________
-JLG
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Wed Aug 17, 2005 2:25 am    Post subject: Reply with quote

Okay, I installed an "approved" version of LVM and my system still isn't running. I am trying to decide if I want to start over completely over with a 2004.3 CD...

I am more than frustrated at this point, as I have been screwing around with this thing for over a week.:x
_________________
-JLG
Back to top
View user's profile Send private message
omega708
n00b
n00b


Joined: 11 Feb 2005
Posts: 30

PostPosted: Wed Aug 17, 2005 2:56 am    Post subject: Reply with quote

On one last ditch effort I decided to scour my lvm.conf file...

as it turns out the entry that the LVM2 Docs say to add to prevent scanning the CDROMs is what caused the problem.
_________________
-JLG
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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