Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Stage3/Laptop
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
trouby
Apprentice
Apprentice


Joined: 04 Oct 2003
Posts: 168

PostPosted: Thu Oct 16, 2003 9:51 pm    Post subject: Stage3/Laptop Reply with quote

I installed gentoo (using stage3) on my notebook,

After installing kernel/booting the kernel loads and stuck after the line:
Partition check:
hda:
and the led of the HD is always lighted.


anyone?
Back to top
View user's profile Send private message
hbmartin
Guru
Guru


Joined: 12 Sep 2003
Posts: 386
Location: Home is where the boxen are

PostPosted: Thu Oct 16, 2003 10:15 pm    Post subject: Reply with quote

What
Code:
root=
argument are yoiu passing to the kernel?

Harold
Back to top
View user's profile Send private message
trouby
Apprentice
Apprentice


Joined: 04 Oct 2003
Posts: 168

PostPosted: Thu Oct 16, 2003 10:28 pm    Post subject: Reply with quote

hda1/2 -> ntfs partitions
hda3 -> /boot -> ext3
hda4(extended)(hda5) / root -> reiserfs
hda6 ext3 (nothing yet)
hda7 - swap



grub.conf:
Code:
default=0
timeout 30
splashimage(hd0,2)/boot/grub/splash.xpm.gz
title=default gentoo
root(hd0,4)
kernel (hd0,2)/boot/kernel-2.4.20-gentoo-r6
initrd (hd0,2)/boot/initrd-2.4.20-gentoo-r6



help? :)
Back to top
View user's profile Send private message
trouby
Apprentice
Apprentice


Joined: 04 Oct 2003
Posts: 168

PostPosted: Thu Oct 16, 2003 11:50 pm    Post subject: Reply with quote

It doesn't relevant to the bootloader configuration, it stucks while loading kernel,
I've seen many posts about this issue but no solution,

Anyone? under *ANY* other distributions it just works fine, I tried to install slackware/redhat and things work smoothly,

Please, anyone?
Back to top
View user's profile Send private message
Pete_Keller
l33t
l33t


Joined: 30 Sep 2003
Posts: 664
Location: Norwich, CT USA

PostPosted: Fri Oct 17, 2003 12:16 am    Post subject: Reply with quote

trouby,
try compiling your kernel by hand. It might be a problem with genkernel.

Pete
Back to top
View user's profile Send private message
trouby
Apprentice
Apprentice


Joined: 04 Oct 2003
Posts: 168

PostPosted: Fri Oct 17, 2003 1:04 am    Post subject: Reply with quote

Compiled by myself, nothing.

Anyone? please?
Back to top
View user's profile Send private message
hbmartin
Guru
Guru


Joined: 12 Sep 2003
Posts: 386
Location: Home is where the boxen are

PostPosted: Fri Oct 17, 2003 2:59 am    Post subject: Reply with quote

trouby wrote:
It doesn't relevant to the bootloader configuration, it stucks while loading kernel,


Do you realize what a boot loader does and is?
Or what and where kernel arguments are set??
Yes, the bootloader is *very* relevent...

Try replacing the above bootloard configuration with this:
Code:
default=0
timeout 30
splashimage(hd0,2)/boot/grub/splash.xpm.gz
title=default gentoo
root(hd0,4)
kernel (hd0,2)/boot/kernel-2.4.20-gentoo-r6 root=/dev/hda5
initrd (hd0,2)/boot/initrd-2.4.20-gentoo-r6


Harold
Back to top
View user's profile Send private message
trouby
Apprentice
Apprentice


Joined: 04 Oct 2003
Posts: 168

PostPosted: Fri Oct 17, 2003 3:03 am    Post subject: Reply with quote

it's not relevant, the partition check from my understanding is just a part of the kernel, after kernel recognize the IDE controller, anyway I installed kernel again, didn't work, COMPIled again, didn't change anything and not it works smooth, really weird, I didn't change anything.

About the bootloader, lilo/grub showed the same results, if you'll seek in the forum a lot of people encountered the same problem, and no one replied with satisfied solution for that, so I guess it is all relevant to the IDE controller, but not sure.

Anyway, thank you for your time.
Back to top
View user's profile Send private message
BitJam
Advocate
Advocate


Joined: 12 Aug 2003
Posts: 2508
Location: Silver City, NM

PostPosted: Fri Oct 17, 2003 3:33 am    Post subject: Reply with quote

I don't know if this is causing your problem or not but ...

You say hda -> /boot but in your grub.conf you have lines like:
Code:
  $X (0,2)/boot/$Y


These lines should be
Code:
  $X (0,2)/$Y


Unless you put things under /boot/boot/.
Back to top
View user's profile Send private message
trouby
Apprentice
Apprentice


Joined: 04 Oct 2003
Posts: 168

PostPosted: Fri Oct 17, 2003 3:38 am    Post subject: Reply with quote

Hmm, I think you can both. even when you enter to the command line prompt under grub you can specify 'kernel (hd0,x)/boot (u can use the tab command, it adds the next letters automatically.

anyway, I tried with lilo too, not relevant :)

10x
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