Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[INSTALL] Pb lors du reboot post-install (resolu)
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
pixnet
n00b
n00b


Joined: 06 Nov 2004
Posts: 57

PostPosted: Tue Nov 09, 2004 1:45 pm    Post subject: [INSTALL] Pb lors du reboot post-install (resolu) Reply with quote

Bonjour a tous,

J'ai un probleme lors du reboot post-install de ma Gentoo. Cela boot correctement via Grub, je vois les "kernel messages" puis après écran noir, le disque travaille (je suppose qu'il charge les modules, daemons etc..) mais je n'ai rien a l'écran et je n'arrive pa a avoir une console ...

Probleme de drivers de carte vidéo mal installé dans le kernel?

Merci d'avance.


Last edited by pixnet on Tue Nov 09, 2004 8:25 pm; edited 1 time in total
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Tue Nov 09, 2004 2:08 pm    Post subject: Reply with quote

Montre-nous ton grub.conf, dis-nous quelle carte video tu as, est-ce que tu as essaye de mettre le framebuffer dans ton kernel?
Et en passant, qu'est-ce que tu as compile comme drivers video?
_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
befa
Apprentice
Apprentice


Joined: 28 Oct 2004
Posts: 208
Location: rennes

PostPosted: Tue Nov 09, 2004 2:18 pm    Post subject: Reply with quote

peut etre un probleme de résolution?
_________________
Open Minds! Open Sources! Open Future!
think_tux@jabber.org
Back to top
View user's profile Send private message
pixnet
n00b
n00b


Joined: 06 Nov 2004
Posts: 57

PostPosted: Tue Nov 09, 2004 3:43 pm    Post subject: Reply with quote

J'ai uen Carte ATI Rage Mobility, je ne peu pas copy/colle mon grub.conf car je suis en train de emerge atidrivers, j'avais oublier de l'install lors de l'installation.

Est-ce que ca pourrais être la cause?

PS : c'est tjrs en train de compiler.
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Tue Nov 09, 2004 3:53 pm    Post subject: Reply with quote

Sous Linux, tu as plusieurs terminaux.

Fais : Alt+F2, login, et montre-nous ton grub.conf 8-)
_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
pixnet
n00b
n00b


Joined: 06 Nov 2004
Posts: 57

PostPosted: Tue Nov 09, 2004 4:12 pm    Post subject: Reply with quote

Le voila ...

Code:

default 0
timeout 15
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux
  root (hd0,0)
  kernel /kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linuxrc real_root=/dev/hda3
  initrd /initrd-2.6.9-gentoo-r1
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Tue Nov 09, 2004 4:14 pm    Post subject: Reply with quote

D'ou tu sors le linuxrc et le initrd-2.6.9-gentoo-r1 ?

je t'avoue que le coup du init=/linuxrc et le real_root ...
real_root c'est pas seulement sous lilo? (j'ignore)

essaye seulement "root=/dev/hda3"..
_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
befa
Apprentice
Apprentice


Joined: 28 Oct 2004
Posts: 208
Location: rennes

PostPosted: Tue Nov 09, 2004 4:15 pm    Post subject: Reply with quote

pixnet wrote:
Le voila ...

Code:

default 0
timeout 15
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux
  root (hd0,0)
  kernel /kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linuxrc real_root=/dev/hda3
  initrd /initrd-2.6.9-gentoo-r1


ca doit plutot etre ca :
Code:
 root [hd0,1]


même si grub commence à 0 (hd0) il y a une premiere partition qui est à 1 sur le disque! ;)
_________________
Open Minds! Open Sources! Open Future!
think_tux@jabber.org
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Tue Nov 09, 2004 4:19 pm    Post subject: Reply with quote

Heu.. Non befa,
Code:
#which listing is to boot by default
default 0
#how long do you want to wait before booting default
timeout 8
#splash-image!
splashimage=(hd0,4)/grub/splash.xpm.gz

title=Gentoo 2.6.9
root (hd0,4)
kernel /kernel-2.6.9-gentoo root=/dev/hda7 video=vesafb:ypan,1280x1024-32@85 splash=verbose,theme:dragonmatrix
initrd /fbsplash-dragmat-1280x1024


.. Bon ca c'est au boulot c'est un mauvais exemple mais si la partition boot est /dev/hda1, c'est bien (hd0,0)...
_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
befa
Apprentice
Apprentice


Joined: 28 Oct 2004
Posts: 208
Location: rennes

PostPosted: Tue Nov 09, 2004 4:24 pm    Post subject: Reply with quote

oh oui...pardon je me suis emballé!!! désole.....erreur de noob!! :lol:
je sors :arrow: :(
_________________
Open Minds! Open Sources! Open Future!
think_tux@jabber.org
Back to top
View user's profile Send private message
pixnet
n00b
n00b


Joined: 06 Nov 2004
Posts: 57

PostPosted: Tue Nov 09, 2004 4:27 pm    Post subject: Reply with quote

pourriez vous me donner un grub.conf ki fonctionne chez vous svp. Car la meme avec les modif j'ai tjrs un écran noir ... :(
Back to top
View user's profile Send private message
pixnet
n00b
n00b


Joined: 06 Nov 2004
Posts: 57

PostPosted: Tue Nov 09, 2004 4:32 pm    Post subject: Reply with quote

Petite infos ki est peux être importante, j'ai fait mon kernel avec genkernel. Dans la doc d'install c'est dit que lorsque le kernel a été compilé avec genkernel, il faut mettre real_root etc..

Code:
# emerge grub
# grub
grub> root (hd0,0)
grub> setup (hd0)
grub> quit
# nano -w /boot/grub/grub.conf
default 0
timeout 15
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux
  root (hd0,0)
  # Avec genkernel :
  kernel /kernel-<version du noyau> root=/dev/ram0 init=/linuxrc real_root=/dev/hda3
  initrd /initrd-<version du noyau>
  # Sans genkernel :
  kernel /kernel-<version du noyau> root=/dev/hda3
Back to top
View user's profile Send private message
befa
Apprentice
Apprentice


Joined: 28 Oct 2004
Posts: 208
Location: rennes

PostPosted: Tue Nov 09, 2004 4:33 pm    Post subject: Reply with quote

tu l'as fait avec genkernel, voici le mien :
Code:
# entre par defaut
default 0
# tmps avant demarage
timeout 30
splashimage=(hd0,1)/grub/splash.xpm.gz

title=gentoo linux 2.6.9
root (hd0,1)
kernel /kernel-2.6.9-gentoo-r1 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda4
initrd /initrd-2.6.9-gentoo-r1

title=windaube
rootnoverify (hd0,0)
makeactive
chainloader +1

sachant que mon hda est partitionne comme suit!
Code:

/dev/hda1               /mnt/c                 
/dev/hda2               /boot               
/dev/hda4               /                           
/dev/hda3               none   


mais je sais pas si ca va t'aider! ;)

[EDIT] post en double désolé :lol:
_________________
Open Minds! Open Sources! Open Future!
think_tux@jabber.org
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Tue Nov 09, 2004 4:34 pm    Post subject: Reply with quote

Tu as active le support pour le RAMdisk dans le noyau? .. Hmm question conne c'est avec genkernel ...

Ok, retire les modifs que je t'ai dit de faire, c'est moi qui abuse dans mon ignorance.

Tu as ton /boot sur /dev/hda1 et ton / sur /dev/hda3 ?
_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
pixnet
n00b
n00b


Joined: 06 Nov 2004
Posts: 57

PostPosted: Tue Nov 09, 2004 4:38 pm    Post subject: Reply with quote

oui Trevoke

hda1 /boot ext2
hda2 swap
hda3 / reiserfs
Back to top
View user's profile Send private message
pixnet
n00b
n00b


Joined: 06 Nov 2004
Posts: 57

PostPosted: Tue Nov 09, 2004 4:45 pm    Post subject: Reply with quote

Befa cela ne marche tjrs pas meme avec ton fichier grub.conf adapté a mon partitionnement. Tjrs écran noir, c'est très étrange.
Back to top
View user's profile Send private message
befa
Apprentice
Apprentice


Joined: 28 Oct 2004
Posts: 208
Location: rennes

PostPosted: Tue Nov 09, 2004 4:48 pm    Post subject: Reply with quote

la led de ton écran, est comment? ca serait un probleme de taille de console non supporte par l'ecran?? ca parait bizare, (moi ca me la fait quand je colle un 15" pouce a la place de mon 17" en 1280 * 1024...mais ca c'est normal!!)...
_________________
Open Minds! Open Sources! Open Future!
think_tux@jabber.org
Back to top
View user's profile Send private message
Trevoke
Advocate
Advocate


Joined: 04 Sep 2004
Posts: 4099
Location: NY, NY

PostPosted: Tue Nov 09, 2004 4:49 pm    Post subject: Reply with quote

Ajoute juste : "ramdisk=8192" a ta ligne kernel ... et dis-nous si ca avance. :/
_________________
Votre moment detente
What is the nature of conflict?
Back to top
View user's profile Send private message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Tue Nov 09, 2004 4:51 pm    Post subject: Reply with quote

Oui essaie de mettre en 640x480 par default.
Si ce n'est pas un problème de résolution, alors cela vient de la config du noyau au niveau du framebuffer.

Montre nous ce que tu as pour device support -> character device -> graphic support.
_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm
Back to top
View user's profile Send private message
pixnet
n00b
n00b


Joined: 06 Nov 2004
Posts: 57

PostPosted: Tue Nov 09, 2004 5:01 pm    Post subject: Reply with quote

tjrs pareil meme avec "ramdisk=8192"

je vais verifier la config de mon noyau au nivo du framebuffer
Back to top
View user's profile Send private message
pixnet
n00b
n00b


Joined: 06 Nov 2004
Posts: 57

PostPosted: Tue Nov 09, 2004 5:14 pm    Post subject: Reply with quote

je n'avais pas activer le support du framebuffer. Je recompil le kernel donc ...
Back to top
View user's profile Send private message
bosozoku
Advocate
Advocate


Joined: 11 Jan 2004
Posts: 2431
Location: Roazhon

PostPosted: Tue Nov 09, 2004 5:17 pm    Post subject: Reply with quote

pixnet wrote:
je n'avais pas activer le support du framebuffer. Je recompil le kernel donc ...

Héhé je suis sur que c'est le problème.
_________________
Stationlinux.org - Wiki Fvwm FR - Config Fvwm
Back to top
View user's profile Send private message
befa
Apprentice
Apprentice


Joined: 28 Oct 2004
Posts: 208
Location: rennes

PostPosted: Tue Nov 09, 2004 5:20 pm    Post subject: Reply with quote

**cross your fingers!**
_________________
Open Minds! Open Sources! Open Future!
think_tux@jabber.org
Back to top
View user's profile Send private message
pixnet
n00b
n00b


Joined: 06 Nov 2004
Posts: 57

PostPosted: Tue Nov 09, 2004 5:46 pm    Post subject: Reply with quote

bon mauvaise nouvelle, c'est tjrs pareil .........

Je ne sais plus trop koi faire
Back to top
View user's profile Send private message
pixnet
n00b
n00b


Joined: 06 Nov 2004
Posts: 57

PostPosted: Tue Nov 09, 2004 5:56 pm    Post subject: Reply with quote

ou alors c mon /etc/fstab ki merde ?

/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda3 / reiserfs noatime 0 1
/dev/hda2 none swap sw 0 0
none /proc proc defaults 0 0
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
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