| View previous topic :: View next topic |
| Author |
Message |
Demontager n00b


Joined: 31 Oct 2010 Posts: 52 Location: Kherson Ukraine
|
Posted: Sat May 19, 2012 9:24 am Post subject: Can't install system on SSD |
|
|
I got problem with installing Gentoo on SSD drive - Plextor M3 128 GB. I can't even load kernel and all time after initial boot seeing this - http://6g6.eu/sih0-screen6.jpg
I configured kernel with all possible modules - nothing, then installed Ubuntu on SSD and took its .config and passed to Gentoo, compiled kernel - not helped. Then tried genkernel, same problem.
Details:
My dmesg output from chroot http://pastebin.com/3hMTJnyf
SSD parameters http://pastebin.com/Zv55yAi0
fstab configuration:
| Code: | /dev/sda1 /boot ext4 discard,noauto,noatime 1 2
/dev/sda3 / ext4 discard,noatime 0 1
/dev/sda2 none swap sw 0 0
/dev/sdb3 /home ext4 noatime 0 0 |
p.s. dev/sdb3 - not ssd
I didn't compile all system in chroot only installed gentoo-sources and genkernel. _________________ gentoo and linux: |
|
| Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 29996 Location: 56N 3W
|
Posted: Sat May 19, 2012 4:30 pm Post subject: |
|
|
Demontager,
Your kernel panic image does not provide the actual panc message.
It will go something like this ...
Kernel Panic ... We need that line of text.
Attempting to kill init
unknown-block(x,y)
attempting to sleep in interrupt
are all popular causes. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
| Back to top |
|
 |
Ahenobarbi Developer


Joined: 02 Apr 2009 Posts: 336 Location: Warsaw, PL
|
Posted: Sat May 19, 2012 4:41 pm Post subject: |
|
|
| What kernel are you using? |
|
| Back to top |
|
 |
Demontager n00b


Joined: 31 Oct 2010 Posts: 52 Location: Kherson Ukraine
|
Posted: Sat May 19, 2012 8:36 pm Post subject: |
|
|
NeddySeagoon,
Yes, there is no any definite error, but how can I get a log if kernel dies, dmesg log in chroot gives deferent log seems it comes when system loaded from Gentoo live Cd.
Ahenobarbi, kernel 3.2.12 recent from portage. _________________ gentoo and linux: |
|
| Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 29996 Location: 56N 3W
|
Posted: Sat May 19, 2012 9:13 pm Post subject: |
|
|
Demontager,
If the message is gone from the screen, you can't get it back.
These boot time panics normally happen before the root filesystem is mounted read/write, so there is no log. Well, there is no place to write a log to, is more accurate.
Post your output
The content of your | Code: | | /boot/grub/grub.conf |
Put your kernel .config file on a pastebin site. Make friends with wgetpaste.
Boot the liveCD, mount your root filesystem at /mnt/gentoo, then | Code: | | wgetpaste /mnt/gentoo/usr/src/linux/.config |
Post the URL you get back.
Depending on the age of your CD, the default pastebin site may not work. will tell you how to overcome that. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
| Back to top |
|
 |
Demontager n00b


Joined: 31 Oct 2010 Posts: 52 Location: Kherson Ukraine
|
Posted: Sat May 19, 2012 9:59 pm Post subject: |
|
|
NeddySeagoon, no problem we can see what happening behind the scene -
http://youtu.be/oGkA3R9awQg (I'm tring to boot genkernel and kernel with ubuntu config)
I'll give all requested info tomorrow. _________________ gentoo and linux: |
|
| Back to top |
|
 |
Jaglover Advocate


Joined: 29 May 2005 Posts: 3978 Location: Saint Amant, Acadiana
|
Posted: Sat May 19, 2012 10:03 pm Post subject: |
|
|
Demontager,
Ubuntu config is useless, it has practically everything as modules and Ubuntu install generates an initrd for you. The only thing Ubuntu (or any other Linux) can help you with is providing a list of used drivers with lspci -k. _________________ Please learn how to denote units correctly! |
|
| Back to top |
|
 |
Demontager n00b


Joined: 31 Oct 2010 Posts: 52 Location: Kherson Ukraine
|
Posted: Sat May 19, 2012 10:06 pm Post subject: |
|
|
Jaglover, anyway i tried also kernel with all possible modules for Block devices, and kernel config from kernel seeds. _________________ gentoo and linux: |
|
| Back to top |
|
 |
Jaglover Advocate


Joined: 29 May 2005 Posts: 3978 Location: Saint Amant, Acadiana
|
Posted: Sat May 19, 2012 10:11 pm Post subject: |
|
|
Any possible modules will not do, they may even interfere with each other.
What you need to do is to use any Linux CD that can read your SSD, look at lspci -k output and enable all necessary drivers in your custom kernel. _________________ Please learn how to denote units correctly! |
|
| Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 29996 Location: 56N 3W
|
Posted: Sat May 19, 2012 11:03 pm Post subject: |
|
|
Demontager,
A normal speed video from an LCD monitor does not capture the few lines we need.
If you fix your video mode, so you have more on the screen the message will still be there. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
| Back to top |
|
 |
Demontager n00b


Joined: 31 Oct 2010 Posts: 52 Location: Kherson Ukraine
|
|
| Back to top |
|
 |
popsUlfr Tux's lil' helper

Joined: 27 Feb 2011 Posts: 80
|
Posted: Sun May 20, 2012 8:38 am Post subject: |
|
|
Ha, we have the same motherboard ! I'm using a SSD too: Corsair Force GT 120GB but I didn't have any problem though.
Here is my kernel config: http://pastebin.com/4tiNE6aL
I'm using zen-kernel by the way, but any other flavour should adapt it when running 'make menuconfig'. I use genkernel. |
|
| Back to top |
|
 |
Demontager n00b


Joined: 31 Oct 2010 Posts: 52 Location: Kherson Ukraine
|
Posted: Sun May 20, 2012 10:35 am Post subject: |
|
|
Yeeah! Zen kernel did the trick and now it loaded. Ok, so for now i will proceed to install base system with gnome.
popsUlfr, i used exact your config. _________________ gentoo and linux: |
|
| Back to top |
|
 |
|