Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Noob Installation Problems
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
IceFreak2000
n00b
n00b


Joined: 04 Jan 2005
Posts: 26

PostPosted: Tue Jan 04, 2005 9:24 am    Post subject: Noob Installation Problems Reply with quote

I've decided to make the move from the warm and cuddly hand-holding world of Mandrake 10.1 to Gentoo, but I'm running into some issues.

My system is a home build; pertinant specs are:

* P4 3.0Ghz H/T
* 1Gb PC3200 RAM
* Asus P4P800S-E Deluxe
* Maxtor DiamondMax +9 160Gb S/ATA
* Sound Blaster Live! 5.1

I have Windows XP installed on /dev/sda1, and going via the Gentoo installation docs I created /dev/sda2 (/boot), /dev/sda3 (swap) and /dev/sda4 (/)

I followed the installation instructions through without a problem (bar mirrorselect dumping crap into /etc/make.conf). I also built two 2.4 kernels (one using genkernel and the other manually).

I've opted for LILO as opposed to GRUB, simply because I've had experience with LILO before (albeit not a lot).

After rebooting, I can boot into Windows XP from lilo without a problem. However, neither the manual nor the genkernel images will work when attempting to boot Gentoo. It appears that /dev/sda4 is not a valid root location.

I hope this has made sense to someone out there - and if so, any ideas on how to solve this problem?

Many thanks.
_________________
"Life is like a sewer; what you get out of it depends on what you put into it" - Tom Lehrer
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Tue Jan 04, 2005 9:35 am    Post subject: Reply with quote

Boot with LiveCD, post output of:

Code:

cat /etc/lilo.conf
fdisk -l
lsmod
lspci


Did you include support for the SATA protocol and chipset into the kernel ?
Genkernel is no issue here, because you will have to probe for SATA before the genkernel kernel can use it - it is not automatic.

That's probably it...
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
IceFreak2000
n00b
n00b


Joined: 04 Jan 2005
Posts: 26

PostPosted: Tue Jan 04, 2005 9:49 am    Post subject: Reply with quote

adaptr wrote:
Boot with LiveCD, post output of:

Code:

cat /etc/lilo.conf
fdisk -l
lsmod
lspci



I'll post the results this evening when I'm back at home

adaptr wrote:
Did you include support for the SATA protocol and chipset into the kernel ?


Ahhh, no I didn't...

adaptr wrote:
Genkernel is no issue here, because you will have to probe for SATA before the genkernel kernel can use it - it is not automatic.


Cue sound of small denomination coinage falling.... ;)

adaptr wrote:
That's probably it...


Makes sense.... :)
_________________
"Life is like a sewer; what you get out of it depends on what you put into it" - Tom Lehrer
Back to top
View user's profile Send private message
lodder_
Apprentice
Apprentice


Joined: 06 Nov 2004
Posts: 162
Location: Knokke-Heist, Belgium

PostPosted: Tue Jan 04, 2005 12:21 pm    Post subject: Reply with quote

i'm also using sata and had a lot of problems.

but i would suggest install grub and if you get a error on sda try hdc that worked for me .

with grub it's easy to change the name of the dev
Back to top
View user's profile Send private message
IceFreak2000
n00b
n00b


Joined: 04 Jan 2005
Posts: 26

PostPosted: Wed Jan 05, 2005 10:14 am    Post subject: Reply with quote

Cheers adaptr - I compiled in S-ATA support and the system now boots. However, onto the next problem!

I've been trying to follow the Gentoo Linux nVidia Guide and seem to be getting nowhere fast.

I've installed Xorg as per The X Server Configuration HOWTO and can get a twm session running.

I've run

Code:
emerge nvidia-glx


but, whenever I try to

Code:
modprobe nvidia


I get the standard warnings about tainting the kernel, and the console hangs. Any ideas?
_________________
"Life is like a sewer; what you get out of it depends on what you put into it" - Tom Lehrer
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Wed Jan 05, 2005 11:57 am    Post subject: Reply with quote

So - which nVidia card do you have ?
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
IceFreak2000
n00b
n00b


Joined: 04 Jan 2005
Posts: 26

PostPosted: Wed Jan 05, 2005 12:00 pm    Post subject: Reply with quote

adaptr wrote:
So - which nVidia card do you have ?


MSI 128Mb GeForce FX 5700 Ultra
_________________
"Life is like a sewer; what you get out of it depends on what you put into it" - Tom Lehrer
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Wed Jan 05, 2005 12:06 pm    Post subject: Reply with quote

And which version of nvidia-kernel have you emerged ?
That seems to be the biggest source of problems for nVidia cards...
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
IceFreak2000
n00b
n00b


Joined: 04 Jan 2005
Posts: 26

PostPosted: Wed Jan 05, 2005 12:47 pm    Post subject: Reply with quote

adaptr wrote:
And which version of nvidia-kernel have you emerged ?
That seems to be the biggest source of problems for nVidia cards...


Well, I'm not entirely sure!

According to the documentation, all I should need to do is

Code:
emerge nvidia-glx


and the nvidia-kernel dependancy should be satisfied. I'm using the 2.4.26-r14 kernel at the moment.
_________________
"Life is like a sewer; what you get out of it depends on what you put into it" - Tom Lehrer
Back to top
View user's profile Send private message
dawharl
n00b
n00b


Joined: 28 Dec 2004
Posts: 25
Location: Netherlands

PostPosted: Wed Jan 05, 2005 12:53 pm    Post subject: Reply with quote

I'm not quite sure about the dependencies, but you can always do a
Code:
emerge nvidia-kernel

It will not harm you're system ;)
Back to top
View user's profile Send private message
Crucis
n00b
n00b


Joined: 07 Sep 2004
Posts: 65
Location: Singapore

PostPosted: Wed Jan 05, 2005 1:40 pm    Post subject: Reply with quote

Also, it is possible to install the drivers manually. The official linux drivers are available at http://www.nvidia.com
Back to top
View user's profile Send private message
racoontje
Veteran
Veteran


Joined: 19 Jul 2004
Posts: 1290

PostPosted: Wed Jan 05, 2005 4:06 pm    Post subject: Reply with quote

Crucis wrote:
Also, it is possible to install the drivers manually. The official linux drivers are available at http://www.nvidia.com


And the reason you want to do this would be?
The ebuild is kept updated, the ebuild supports patching, the ebuild does configuration automagically, the ebuild is great for lazy people...
Back to top
View user's profile Send private message
IceFreak2000
n00b
n00b


Joined: 04 Jan 2005
Posts: 26

PostPosted: Sat Jan 15, 2005 2:57 pm    Post subject: Reply with quote

OK, I've finally managed to get it to work (after giving up for a while)

I found that performing

Code:
emerge --unmerge nvidia-kernel


and then re-doing

Code:
emerge nvidia-kernel


seems to have solved all the problems I've been having.
_________________
"Life is like a sewer; what you get out of it depends on what you put into it" - Tom Lehrer
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