Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Crashing at startup
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
ruk1n
n00b
n00b


Joined: 19 Sep 2014
Posts: 9
Location: Wine cellar

PostPosted: Mon Sep 22, 2014 8:34 am    Post subject: [SOLVED] Crashing at startup Reply with quote

Here is a picture of the screen as it appears a few seconds after selecting "* Gentoo GNU / Linux" in Grub 2.0 :
http://rsf.pagesperso-orange.fr/crash.png

Although I have followed as closely as possible the *handbook*, I probably made ​​a mistake during the installation process. Could someone point me to where this error?

Thanks in advance


Last edited by ruk1n on Mon Sep 22, 2014 7:07 pm; edited 1 time in total
Back to top
View user's profile Send private message
mimosinnet
l33t
l33t


Joined: 10 Aug 2006
Posts: 713
Location: Barcelona, Spain

PostPosted: Mon Sep 22, 2014 9:36 am    Post subject: Reply with quote

Could it be related with the kernel not being able to find or mount the /root partition?

You should consider the following:

1.- Do you have the right kernel modules for your hard drive?
2.- Is your hard drive correctly set in grub.cfg?

1.- Booting from a live-usb, you can check what kernel drive is used by:
Code:
lspci
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 06)

lspci -s 00:1f.2 -k                                                                                                     11:29 3001┘
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 06)
   Subsystem: Toshiba America Info Systems Device 0001
   Kernel driver in use: ahci


2.- You could use a simple grub.cfg, like:

Code:
default=0
timeout=5

menuentry 'Gentoo' {
   root=hd0,1
   linux /boot/gentoo root=/dev/sda3
}


Or use auto-completion in GRUB CLI Mode to see what drives can GRUB identify.

Cheers!
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved.
Take care of the community answering unanswered posts.
Back to top
View user's profile Send private message
creaker
l33t
l33t


Joined: 14 Jul 2012
Posts: 651

PostPosted: Mon Sep 22, 2014 9:36 am    Post subject: Reply with quote

Check for:
1. Do you have appropriate driver for your sata controller built in kernel?
2. Do you have DEVTMPFS / DEVTMPFS_MOUNT enabled?
3. Correct root device (/dev/sdX) passed to kernel command line by Grub
Most likely you problem arises due to first two. The should be built-in <y>, not built as modules <m>.
Boot liveCD, chroot into installed system and run "lspci -k" command. It wills show which kernel module requires for your sata controller.
Run "make menuconfug", press "/" key and type module name and press Enter. It will show do you have module built-in, built as module or missed at all.
Check for DEVTMPFS as well.
Back to top
View user's profile Send private message
ruk1n
n00b
n00b


Joined: 19 Sep 2014
Posts: 9
Location: Wine cellar

PostPosted: Mon Sep 22, 2014 12:35 pm    Post subject: Reply with quote

Thank you both! I had not compiled "sata_via". Now I get to start. :)
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